9795da53b0396dc653f7479e420b767be0a57175
[elisp/gnus.git-] / texi / gnus.texi
1 \input texinfo
2
3 @setfilename gnus
4 @settitle T-gnus 6.17 Manual
5 @syncodeindex fn cp
6 @syncodeindex vr cp
7 @syncodeindex pg cp
8 @dircategory Emacs
9 @direntry
10 * Gnus: (gnus).         The newsreader Gnus.
11 @end direntry
12 @iftex
13 @iflatex
14 @documentencoding ISO-8859-1
15 @end iflatex
16 @finalout
17 @end iftex
18 @setchapternewpage odd
19
20 @iftex
21 @iflatex
22 \documentclass[twoside,a4paper,openright,11pt]{book}
23 \usepackage[latin1]{inputenc}
24 \usepackage{pagestyle}
25 \usepackage{epsfig}
26 \usepackage{pixidx}
27 \input{gnusconfig.tex}
28
29 \ifx\pdfoutput\undefined
30 \else
31 \usepackage[pdftex,bookmarks,colorlinks=true]{hyperref}
32 \usepackage{thumbpdf}
33 \pdfcompresslevel=9
34 \fi
35
36 \makeindex
37 \begin{document}
38
39 \newcommand{\gnusversionname}{T-gnus v6.17}
40 \newcommand{\gnuschaptername}{}
41 \newcommand{\gnussectionname}{}
42
43 \newcommand{\gnusbackslash}{/}
44
45 \newcommand{\gnusref}[1]{``#1'' on page \pageref{#1}}
46 \ifx\pdfoutput\undefined
47 \newcommand{\gnusuref}[1]{\gnustt{#1}}
48 \else
49 \newcommand{\gnusuref}[1]{\href{#1}{\gnustt{#1}}}
50 \fi
51 \newcommand{\gnusxref}[1]{See ``#1'' on page \pageref{#1}}
52 \newcommand{\gnuspxref}[1]{see ``#1'' on page \pageref{#1}}
53
54 \newcommand{\gnuskindex}[1]{\index{#1}}
55 \newcommand{\gnusindex}[1]{\index{#1}}
56
57 \newcommand{\gnustt}[1]{{\gnusselectttfont{}#1}}
58 \newcommand{\gnuscode}[1]{\gnustt{#1}}
59 \newcommand{\gnusasis}[1]{\gnustt{#1}}
60 \newcommand{\gnusurl}[1]{\gnustt{#1}}
61 \newcommand{\gnuscommand}[1]{\gnustt{#1}}
62 \newcommand{\gnusenv}[1]{\gnustt{#1}}
63 \newcommand{\gnussamp}[1]{``{\fontencoding{OT1}\gnusselectttfont{}#1}''}
64 \newcommand{\gnuslisp}[1]{\gnustt{#1}}
65 \newcommand{\gnuskbd}[1]{`\gnustt{#1}'}
66 \newcommand{\gnuskey}[1]{`\gnustt{#1}'}
67 \newcommand{\gnusfile}[1]{`\gnustt{#1}'}
68 \newcommand{\gnusdfn}[1]{\textit{#1}}
69 \newcommand{\gnusi}[1]{\textit{#1}}
70 \newcommand{\gnusr}[1]{\textrm{#1}}
71 \newcommand{\gnusstrong}[1]{\textbf{#1}}
72 \newcommand{\gnusemph}[1]{\textit{#1}}
73 \newcommand{\gnusvar}[1]{{\fontsize{10pt}{10}\selectfont\textsl{\textsf{#1}}}}
74 \newcommand{\gnussc}[1]{\textsc{#1}}
75 \newcommand{\gnustitle}[1]{{\huge\textbf{#1}}}
76 \newcommand{\gnusversion}[1]{{\small\textit{#1}}}
77 \newcommand{\gnusauthor}[1]{{\large\textbf{#1}}}
78 \newcommand{\gnusresult}[1]{\gnustt{=> #1}}
79 \newcommand{\gnusacronym}[1]{\textsc{#1}}
80 \newcommand{\gnusemail}[1]{\textit{#1}}
81
82 \newcommand{\gnusbullet}{{${\bullet}$}}
83 \newcommand{\gnusdollar}{\$}
84 \newcommand{\gnusampersand}{\&}
85 \newcommand{\gnuspercent}{\%}
86 \newcommand{\gnushash}{\#}
87 \newcommand{\gnushat}{\symbol{"5E}}
88 \newcommand{\gnusunderline}{\symbol{"5F}}
89 \newcommand{\gnusnot}{$\neg$}
90 \newcommand{\gnustilde}{\symbol{"7E}}
91 \newcommand{\gnusless}{{$<$}}
92 \newcommand{\gnusgreater}{{$>$}}
93 \newcommand{\gnusbraceleft}{{$>$}}
94 \newcommand{\gnusbraceright}{{$>$}}
95
96 \newcommand{\gnushead}{\raisebox{-1cm}{\epsfig{figure=ps/gnus-head,height=1cm}}}
97 \newcommand{\gnusinteresting}{
98 \marginpar[\mbox{}\hfill\gnushead]{\gnushead}
99 }
100
101 \newcommand{\gnuscleardoublepage}{\ifodd\count0\mbox{}\clearpage\thispagestyle{empty}\mbox{}\clearpage\else\clearpage\fi}
102
103 \newcommand{\gnuspagechapter}[1]{
104 {\mbox{}}
105 }
106
107 \newdimen{\gnusdimen}
108 \gnusdimen 0pt
109
110 \newcommand{\gnuschapter}[2]{
111 \gnuscleardoublepage
112 \ifdim \gnusdimen = 0pt\setcounter{page}{1}\pagestyle{gnus}\pagenumbering{arabic} \gnusdimen 1pt\fi
113 \chapter{#2}
114 \renewcommand{\gnussectionname}{}
115 \renewcommand{\gnuschaptername}{#2}
116 \thispagestyle{empty}
117 \hspace*{-2cm}
118 \begin{picture}(500,500)(0,0)
119 \put(480,350){\makebox(0,0)[tr]{#1}}
120 \put(40,300){\makebox(500,50)[bl]{{\Huge\bf{#2}}}}
121 \end{picture}
122 \clearpage
123 }
124
125 \newcommand{\gnusfigure}[3]{
126 \begin{figure}
127 \mbox{}\ifodd\count0\hspace*{-0.8cm}\else\hspace*{-3cm}\fi\begin{picture}(440,#2)
128 #3
129 \end{picture}
130 \caption{#1}
131 \end{figure}
132 }
133
134 \newcommand{\gnusicon}[1]{
135 \marginpar[\mbox{}\hfill\raisebox{-1.5cm}{\epsfig{figure=ps/#1-up,height=1.5cm}}]{\raisebox{-1cm}{\epsfig{figure=ps/#1-up,height=1cm}}}
136 }
137
138 \newcommand{\gnuspicon}[1]{
139 \margindex{\epsfig{figure=#1,width=2cm}}
140 }
141
142 \newcommand{\gnusxface}[2]{
143 \margindex{\epsfig{figure=#1,width=1cm}\epsfig{figure=#2,width=1cm}}
144 }
145
146 \newcommand{\gnussmiley}[2]{
147 \margindex{\makebox[2cm]{\hfill\epsfig{figure=#1,width=0.5cm}\hfill\epsfig{figure=#2,width=0.5cm}\hfill}}
148 }
149
150 \newcommand{\gnusitemx}[1]{\mbox{}\vspace*{-\itemsep}\vspace*{-\parsep}\item#1}
151
152 \newcommand{\gnussection}[1]{
153 \renewcommand{\gnussectionname}{#1}
154 \section{#1}
155 }
156
157 \newenvironment{codelist}%
158 {\begin{list}{}{
159 }
160 }{\end{list}}
161
162 \newenvironment{asislist}%
163 {\begin{list}{}{
164 }
165 }{\end{list}}
166
167 \newenvironment{kbdlist}%
168 {\begin{list}{}{
169 \labelwidth=0cm
170 }
171 }{\end{list}}
172
173 \newenvironment{dfnlist}%
174 {\begin{list}{}{
175 }
176 }{\end{list}}
177
178 \newenvironment{stronglist}%
179 {\begin{list}{}{
180 }
181 }{\end{list}}
182
183 \newenvironment{samplist}%
184 {\begin{list}{}{
185 }
186 }{\end{list}}
187
188 \newenvironment{varlist}%
189 {\begin{list}{}{
190 }
191 }{\end{list}}
192
193 \newenvironment{emphlist}%
194 {\begin{list}{}{
195 }
196 }{\end{list}}
197
198 \newlength\gnusheadtextwidth
199 \setlength{\gnusheadtextwidth}{\headtextwidth}
200 \addtolength{\gnusheadtextwidth}{1cm}
201
202 \newpagestyle{gnuspreamble}%
203 {
204 {
205 \ifodd\count0
206 {
207 \hspace*{-0.23cm}\underline{\makebox[\gnusheadtextwidth]{\mbox{}}\textbf{\hfill\roman{page}}}
208 }
209 \else
210 {
211 \hspace*{-3.25cm}\underline{\makebox[\gnusheadtextwidth]{\textbf{\roman{page}\hfill\mbox{}}}
212 }
213 }
214 \fi
215 }
216 }
217 {
218 \ifodd\count0
219 \mbox{} \hfill
220 \raisebox{-0.5cm}{\epsfig{figure=ps/gnus-big-logo,height=1cm}}
221 \else
222 \raisebox{-0.5cm}{\epsfig{figure=ps/gnus-big-logo,height=1cm}}
223 \hfill \mbox{}
224 \fi
225 }
226
227 \newpagestyle{gnusindex}%
228 {
229 {
230 \ifodd\count0
231 {
232 \hspace*{-0.23cm}\underline{\makebox[\gnusheadtextwidth]{\textbf{\gnuschaptername\hfill\arabic{page}}}}
233 }
234 \else
235 {
236 \hspace*{-3.25cm}\underline{\makebox[\gnusheadtextwidth]{\textbf{\arabic{page}\hfill\gnuschaptername}}}
237 }
238 \fi
239 }
240 }
241 {
242 \ifodd\count0
243 \mbox{} \hfill
244 \raisebox{-0.5cm}{\epsfig{figure=ps/gnus-big-logo,height=1cm}}
245 \else
246 \raisebox{-0.5cm}{\epsfig{figure=ps/gnus-big-logo,height=1cm}}
247 \hfill \mbox{}
248 \fi
249 }
250
251 \newpagestyle{gnus}%
252 {
253 {
254 \ifodd\count0
255 {
256 \makebox[12cm]{\hspace*{3.1cm}\underline{\makebox[\gnusheadtextwidth]{\textbf{\arabic{chapter}.\arabic{section}} \textbf{\gnussectionname\hfill\arabic{page}}}}}
257 }
258 \else
259 {
260 \makebox[12cm]{\hspace*{-2.95cm}\underline{\makebox[\gnusheadtextwidth]{\textbf{\arabic{page}\hfill\gnuschaptername}}}}
261 }
262 \fi
263 }
264 }
265 {
266 \ifodd\count0
267 \mbox{} \hfill
268 \raisebox{-0.5cm}{\epsfig{figure=ps/gnus-big-logo,height=1cm}}
269 \else
270 \raisebox{-0.5cm}{\epsfig{figure=ps/gnus-big-logo,height=1cm}}
271 \hfill \mbox{}
272 \fi
273 }
274
275 \pagenumbering{roman}
276 \pagestyle{gnuspreamble}
277
278 @end iflatex
279 @end iftex
280
281 @iftex
282 @iflatex
283 \begin{titlepage}
284 {
285
286 %\addtolength{\oddsidemargin}{-5cm}
287 %\addtolength{\evensidemargin}{-5cm}
288 \parindent=0cm
289 \addtolength{\textheight}{2cm}
290
291 \gnustitle{\gnustitlename}\hfill\gnusversion{\gnusversionname}\\
292 \rule{15cm}{1mm}\\
293 \vfill
294 \hspace*{0cm}\epsfig{figure=ps/gnus-big-logo,height=15cm}
295 \vfill
296 \rule{15cm}{1mm}\\
297 \gnusauthor{by Lars Magne Ingebrigtsen}
298 \newpage
299 }
300
301 \mbox{}
302 \vfill
303
304 \thispagestyle{empty}
305
306 Copyright \copyright{} 1995, 1996, 1997, 1998, 1999, 2000, 2001,
307 2002, 2003, 2004
308 Free Software Foundation, Inc.
309
310
311 Permission is granted to copy, distribute and/or modify this document
312 under the terms of the GNU Free Documentation License, Version 1.1 or
313 any later version published by the Free Software Foundation; with no
314 Invariant Sections, with the Front-Cover texts being ``A GNU
315 Manual'', and with the Back-Cover Texts as in (a) below.  A copy of the
316 license is included in the section entitled ``GNU Free Documentation
317 License'' in the Emacs manual.
318
319 (a) The FSF's Back-Cover Text is: ``You have freedom to copy and modify
320 this GNU Manual, like GNU software.  Copies published by the Free
321 Software Foundation raise funds for GNU development.''
322
323 This document is part of a collection distributed under the GNU Free
324 Documentation License.  If you want to distribute this document
325 separately from the collection, you can do so by adding a copy of the
326 license to the document, as described in section 6 of the license.
327 \newpage
328 \end{titlepage}
329 @end iflatex
330 @end iftex
331
332 @ifnottex
333
334 This file documents gnus, the GNU Emacs newsreader.
335
336 Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
337         Free Software Foundation, Inc.
338
339 Permission is granted to copy, distribute and/or modify this document
340 under the terms of the GNU Free Documentation License, Version 1.1 or
341 any later version published by the Free Software Foundation; with the
342 Invariant Sections being none, with the Front-Cover texts being ``A GNU
343 Manual'', and with the Back-Cover Texts as in (a) below.  A copy of the
344 license is included in the section entitled ``GNU Free Documentation
345 License'' in the Emacs manual.
346
347 (a) The FSF's Back-Cover Text is: ``You have freedom to copy and modify
348 this GNU Manual, like GNU software.  Copies published by the Free
349 Software Foundation raise funds for GNU development.''
350
351 This document is part of a collection distributed under the GNU Free
352 Documentation License.  If you want to distribute this document
353 separately from the collection, you can do so by adding a copy of the
354 license to the document, as described in section 6 of the license.
355 @end ifnottex
356
357 @tex
358
359 @titlepage
360 @title T-gnus 6.17 Manual
361
362 @author by Lars Magne Ingebrigtsen
363 @page
364
365 @vskip 0pt plus 1filll
366 Copyright @copyright{} 1995, 1996, 1997, 1998, 1999, 2000, 2001,
367 2002, 2003, 2004
368         Free Software Foundation, Inc.
369
370 Permission is granted to copy, distribute and/or modify this document
371 under the terms of the GNU Free Documentation License, Version 1.1 or
372 any later version published by the Free Software Foundation; with no
373 Invariant Sections, with the Front-Cover texts being ``A GNU
374 Manual'', and with the Back-Cover Texts as in (a) below.  A copy of the
375 license is included in the section entitled ``GNU Free Documentation
376 License'' in the Emacs manual.
377
378 (a) The FSF's Back-Cover Text is: ``You have freedom to copy and modify
379 this GNU Manual, like GNU software.  Copies published by the Free
380 Software Foundation raise funds for GNU development.''
381
382 This document is part of a collection distributed under the GNU Free
383 Documentation License.  If you want to distribute this document
384 separately from the collection, you can do so by adding a copy of the
385 license to the document, as described in section 6 of the license.
386
387 @end titlepage
388 @page
389
390 @end tex
391
392
393 @node Top
394 @top The gnus Newsreader
395
396 @ifinfo
397
398 You can read news (and mail) from within Emacs by using T-gnus.  The news
399 can be gotten by any nefarious means you can think of---@acronym{NNTP}, local
400 spool or your mbox file.  All at the same time, if you want to push your
401 luck.
402
403 T-gnus provides @acronym{MIME} features based on @acronym{SEMI} API.  So
404 T-gnus supports your right to read strange messages including big images
405 or other various kinds of formats.  T-gnus also supports
406 internationalization/localization and multiscript features based on MULE
407 API.  So T-gnus does not discriminate various language communities.  Oh,
408 if you are a Klingon, please wait Unicode Next Generation.
409
410 This manual corresponds to T-gnus 6.17.
411
412 @end ifinfo
413
414 @iftex
415
416 @iflatex
417 \tableofcontents
418 \gnuscleardoublepage
419 @end iflatex
420
421 Gnus is the advanced, self-documenting, customizable, extensible
422 unreal-time newsreader for GNU Emacs.
423
424 Oops.  That sounds oddly familiar, so let's start over again to avoid
425 being accused of plagiarism:
426
427 Gnus is a message-reading laboratory.  It will let you look at just
428 about anything as if it were a newsgroup.  You can read mail with it,
429 you can browse directories with it, you can @code{ftp} with it---you
430 can even read news with it!
431
432 Gnus tries to empower people who read news the same way Emacs empowers
433 people who edit text.  Gnus sets no limits to what the user should be
434 allowed to do.  Users are encouraged to extend gnus to make it behave
435 like they want it to behave.  A program should not control people;
436 people should be empowered to do what they want by using (or abusing)
437 the program.
438
439 @end iftex
440
441 @menu
442 * Starting Up::                 Finding news can be a pain.
443 * Group Buffer::                Selecting, subscribing and killing groups.
444 * Summary Buffer::              Reading, saving and posting articles.
445 * Article Buffer::              Displaying and handling articles.
446 * Composing Messages::          Information on sending mail and news.
447 * Select Methods::              Gnus reads all messages from various select methods.
448 * Scoring::                     Assigning values to articles.
449 * Various::                     General purpose settings.
450 * The End::                     Farewell and goodbye.
451 * Appendices::                  Terminology, Emacs intro, @acronym{FAQ}, History, Internals.
452 * Index::                       Variable, function and concept index.
453 * Key Index::                   Key Index.
454
455 Other related manuals
456
457 * Message:(message).            Composing messages.
458 * Emacs-MIME:(emacs-mime).      Composing messages; @acronym{MIME}-specific parts.
459 * Sieve:(sieve).                Managing Sieve scripts in Emacs.
460 * PGG:(pgg).                    @acronym{PGP/MIME} with Gnus.
461 * SASL:(sasl).                  @acronym{SASL} authentication in Emacs.
462
463 @detailmenu
464  --- The Detailed Node Listing ---
465
466 Starting Gnus
467
468 * Finding the News::            Choosing a method for getting news.
469 * The First Time::              What does Gnus do the first time you start it?
470 * The Server is Down::          How can I read my mail then?
471 * Slave Gnusae::                You can have more than one Gnus active at a time.
472 * Fetching a Group::            Starting Gnus just to read a group.
473 * New Groups::                  What is Gnus supposed to do with new groups?
474 * Changing Servers::            You may want to move from one server to another.
475 * Startup Files::               Those pesky startup files---@file{.newsrc}.
476 * Auto Save::                   Recovering from a crash.
477 * The Active File::             Reading the active file over a slow line Takes Time.
478 * Startup Variables::           Other variables you might change.
479
480 New Groups
481
482 * Checking New Groups::         Determining what groups are new.
483 * Subscription Methods::        What Gnus should do with new groups.
484 * Filtering New Groups::        Making Gnus ignore certain new groups.
485
486 Group Buffer
487
488 * Group Buffer Format::         Information listed and how you can change it.
489 * Group Maneuvering::           Commands for moving in the group buffer.
490 * Selecting a Group::           Actually reading news.
491 * Subscription Commands::       Unsubscribing, killing, subscribing.
492 * Group Data::                  Changing the info for a group.
493 * Group Levels::                Levels? What are those, then?
494 * Group Score::                 A mechanism for finding out what groups you like.
495 * Marking Groups::              You can mark groups for later processing.
496 * Foreign Groups::              Creating and editing groups.
497 * Group Parameters::            Each group may have different parameters set.
498 * Listing Groups::              Gnus can list various subsets of the groups.
499 * Sorting Groups::              Re-arrange the group order.
500 * Group Maintenance::           Maintaining a tidy @file{.newsrc} file.
501 * Browse Foreign Server::       You can browse a server.  See what it has to offer.
502 * Exiting Gnus::                Stop reading news and get some work done.
503 * Group Topics::                A folding group mode divided into topics.
504 * Misc Group Stuff::            Other stuff that you can to do.
505
506 Group Buffer Format
507
508 * Group Line Specification::    Deciding how the group buffer is to look.
509 * Group Mode Line Specification::  The group buffer mode line.
510 * Group Highlighting::          Having nice colors in the group buffer.
511
512 Group Topics
513
514 * Topic Commands::              Interactive E-Z commands.
515 * Topic Variables::             How to customize the topics the Lisp Way.
516 * Topic Sorting::               Sorting each topic individually.
517 * Topic Topology::              A map of the world.
518 * Topic Parameters::            Parameters that apply to all groups in a topic.
519
520 Misc Group Stuff
521
522 * Scanning New Messages::       Asking Gnus to see whether new messages have arrived.
523 * Group Information::           Information and help on groups and Gnus.
524 * Group Timestamp::             Making Gnus keep track of when you last read a group.
525 * File Commands::               Reading and writing the Gnus files.
526 * Sieve Commands::              Managing Sieve scripts.
527
528 Summary Buffer
529
530 * Summary Buffer Format::       Deciding how the summary buffer is to look.
531 * Summary Maneuvering::         Moving around the summary buffer.
532 * Choosing Articles::           Reading articles.
533 * Paging the Article::          Scrolling the current article.
534 * Reply Followup and Post::     Posting articles.
535 * Delayed Articles::            Send articles at a later time.
536 * Marking Articles::            Marking articles as read, expirable, etc.
537 * Limiting::                    You can limit the summary buffer.
538 * Threading::                   How threads are made.
539 * Sorting the Summary Buffer::  How articles and threads are sorted.
540 * Asynchronous Fetching::       Gnus might be able to pre-fetch articles.
541 * Article Caching::             You may store articles in a cache.
542 * Persistent Articles::         Making articles expiry-resistant.
543 * Article Backlog::             Having already read articles hang around.
544 * Saving Articles::             Ways of customizing article saving.
545 * Decoding Articles::           Gnus can treat series of (uu)encoded articles.
546 * Article Treatment::           The article buffer can be mangled at will.
547 * MIME Commands::               Doing MIMEy things with the articles.
548 * Charsets::                    Character set issues.
549 * Article Commands::            Doing various things with the article buffer.
550 * Summary Sorting::             Sorting the summary buffer in various ways.
551 * Finding the Parent::          No child support? Get the parent.
552 * Alternative Approaches::      Reading using non-default summaries.
553 * Tree Display::                A more visual display of threads.
554 * Mail Group Commands::         Some commands can only be used in mail groups.
555 * Various Summary Stuff::       What didn't fit anywhere else.
556 * Exiting the Summary Buffer::  Returning to the Group buffer,
557                                 or reselecting the current group.
558 * Crosspost Handling::          How crossposted articles are dealt with.
559 * Duplicate Suppression::       An alternative when crosspost handling fails.
560 * Security::                    Decrypt and Verify.
561 * Mailing List::                Mailing list minor mode.
562
563 Summary Buffer Format
564
565 * Summary Buffer Lines::        You can specify how summary lines should look.
566 * To From Newsgroups::          How to not display your own name.
567 * Summary Buffer Mode Line::    You can say how the mode line should look.
568 * Summary Highlighting::        Making the summary buffer all pretty and nice.
569
570 Choosing Articles
571
572 * Choosing Commands::           Commands for choosing articles.
573 * Choosing Variables::          Variables that influence these commands.
574
575 Reply, Followup and Post
576
577 * Summary Mail Commands::       Sending mail.
578 * Summary Post Commands::       Sending news.
579 * Summary Message Commands::    Other Message-related commands.
580 * Canceling and Superseding::
581
582 Marking Articles
583
584 * Unread Articles::             Marks for unread articles.
585 * Read Articles::               Marks for read articles.
586 * Other Marks::                 Marks that do not affect readedness.
587
588 Marking Articles
589
590 * Setting Marks::             How to set and remove marks.
591 * Generic Marking Commands::  How to customize the marking.
592 * Setting Process Marks::     How to mark articles for later processing.
593
594 Threading
595
596 * Customizing Threading::       Variables you can change to affect the threading.
597 * Thread Commands::             Thread based commands in the summary buffer.
598
599 Customizing Threading
600
601 * Loose Threads::               How Gnus gathers loose threads into bigger threads.
602 * Filling In Threads::          Making the threads displayed look fuller.
603 * More Threading::              Even more variables for fiddling with threads.
604 * Low-Level Threading::         You thought it was over@dots{} but you were wrong!
605
606 Decoding Articles
607
608 * Uuencoded Articles::          Uudecode articles.
609 * Shell Archives::              Unshar articles.
610 * PostScript Files::            Split PostScript.
611 * Other Files::                 Plain save and binhex.
612 * Decoding Variables::          Variables for a happy decoding.
613 * Viewing Files::               You want to look at the result of the decoding?
614
615 Decoding Variables
616
617 * Rule Variables::              Variables that say how a file is to be viewed.
618 * Other Decode Variables::      Other decode variables.
619 * Uuencoding and Posting::      Variables for customizing uuencoding.
620
621 Article Treatment
622
623 * Article Highlighting::        You want to make the article look like fruit salad.
624 * Article Fontisizing::         Making emphasized text look nice.
625 * Article Hiding::              You also want to make certain info go away.
626 * Article Washing::             Lots of way-neat functions to make life better.
627 * Article Header::              Doing various header transformations.
628 * Article Buttons::             Click on URLs, Message-IDs, addresses and the like.
629 * Article Button Levels::       Controlling appearance of buttons.
630 * Article Date::                Grumble, UT!
631 * Article Display::             Display various stuff---X-Face, Picons, Smileys
632 * Article Signature::           What is a signature?
633 * Article Miscellanea::         Various other stuff.
634
635 Alternative Approaches
636
637 * Pick and Read::               First mark articles and then read them.
638 * Binary Groups::               Auto-decode all articles.
639
640 Various Summary Stuff
641
642 * Summary Group Information::   Information oriented commands.
643 * Searching for Articles::      Multiple article commands.
644 * Summary Generation Commands::
645 * Really Various Summary Commands::  Those pesky non-conformant commands.
646
647 Article Buffer
648
649 * Hiding Headers::              Deciding what headers should be displayed.
650 * Using MIME::                  Pushing articles through @acronym{MIME} before reading them.
651 * Customizing Articles::        Tailoring the look of the articles.
652 * Article Keymap::              Keystrokes available in the article buffer.
653 * Misc Article::                Other stuff.
654
655 Composing Messages
656
657 * Mail::                        Mailing and replying.
658 * Posting Server::              What server should you post and mail via?
659 * Mail and Post::               Mailing and posting at the same time.
660 * Archived Messages::           Where Gnus stores the messages you've sent.
661 * Posting Styles::              An easier way to specify who you are.
662 * Drafts::                      Postponing messages and rejected messages.
663 * Rejected Articles::           What happens if the server doesn't like your article?
664 * Signing and encrypting::      How to compose secure messages.
665
666 Select Methods
667
668 * Server Buffer::               Making and editing virtual servers.
669 * Getting News::                Reading USENET news with Gnus.
670 * Getting Mail::                Reading your personal mail with Gnus.
671 * Browsing the Web::            Getting messages from a plethora of Web sources.
672 * IMAP::                        Using Gnus as a @acronym{IMAP} client.
673 * Other Sources::               Reading directories, files, SOUP packets.
674 * Combined Groups::             Combining groups into one group.
675 * Gnus Unplugged::              Reading news and mail offline.
676
677 Server Buffer
678
679 * Server Buffer Format::        You can customize the look of this buffer.
680 * Server Commands::             Commands to manipulate servers.
681 * Example Methods::             Examples server specifications.
682 * Creating a Virtual Server::   An example session.
683 * Server Variables::            Which variables to set.
684 * Servers and Methods::         You can use server names as select methods.
685 * Unavailable Servers::         Some servers you try to contact may be down.
686
687 Getting News
688
689 * NNTP::                        Reading news from an @acronym{NNTP} server.
690 * News Spool::                  Reading news from the local spool.
691
692 @acronym{NNTP}
693
694 * Direct Functions::            Connecting directly to the server.
695 * Indirect Functions::          Connecting indirectly to the server.
696 * Common Variables::            Understood by several connection functions.
697
698 Getting Mail
699
700 * Mail in a Newsreader::        Important introductory notes.
701 * Getting Started Reading Mail::  A simple cookbook example.
702 * Splitting Mail::              How to create mail groups.
703 * Mail Sources::                How to tell Gnus where to get mail from.
704 * Mail Back End Variables::     Variables for customizing mail handling.
705 * Fancy Mail Splitting::        Gnus can do hairy splitting of incoming mail.
706 * Group Mail Splitting::        Use group customize to drive mail splitting.
707 * Incorporating Old Mail::      What about the old mail you have?
708 * Expiring Mail::               Getting rid of unwanted mail.
709 * Washing Mail::                Removing cruft from the mail you get.
710 * Duplicates::                  Dealing with duplicated mail.
711 * Not Reading Mail::            Using mail back ends for reading other files.
712 * Choosing a Mail Back End::    Gnus can read a variety of mail formats.
713
714 Mail Sources
715
716 * Mail Source Specifiers::      How to specify what a mail source is.
717 * Mail Source Customization::   Some variables that influence things.
718 * Fetching Mail::               Using the mail source specifiers.
719
720 Choosing a Mail Back End
721
722 * Unix Mail Box::               Using the (quite) standard Un*x mbox.
723 * Rmail Babyl::                 Emacs programs use the Rmail Babyl format.
724 * Mail Spool::                  Store your mail in a private spool?
725 * MH Spool::                    An mhspool-like back end.
726 * Maildir::                     Another one-file-per-message format.
727 * Mail Folders::                Having one file for each group.
728 * Comparing Mail Back Ends::    An in-depth looks at pros and cons.
729
730 Browsing the Web
731
732 * Archiving Mail::
733 * Web Searches::                Creating groups from articles that match a string.
734 * Slashdot::                    Reading the Slashdot comments.
735 * Ultimate::                    The Ultimate Bulletin Board systems.
736 * Web Archive::                 Reading mailing list archived on web.
737 * RSS::                         Reading RDF site summary.
738 * Customizing w3::              Doing stuff to Emacs/w3 from Gnus.
739
740 @acronym{IMAP}
741
742 * Splitting in IMAP::           Splitting mail with nnimap.
743 * Expiring in IMAP::            Expiring mail with nnimap.
744 * Editing IMAP ACLs::           Limiting/enabling other users access to a mailbox.
745 * Expunging mailboxes::         Equivalent of a ``compress mailbox'' button.
746 * A note on namespaces::        How to (not) use @acronym{IMAP} namespace in Gnus.
747 * Debugging IMAP::              What to do when things don't work.
748
749 Other Sources
750
751 * Directory Groups::            You can read a directory as if it was a newsgroup.
752 * Anything Groups::             Dired?  Who needs dired?
753 * Document Groups::             Single files can be the basis of a group.
754 * SOUP::                        Reading @sc{soup} packets ``offline''.
755 * Mail-To-News Gateways::       Posting articles via mail-to-news gateways.
756
757 Document Groups
758
759 * Document Server Internals::   How to add your own document types.
760
761 SOUP
762
763 * SOUP Commands::               Commands for creating and sending @sc{soup} packets
764 * SOUP Groups::                 A back end for reading @sc{soup} packets.
765 * SOUP Replies::                How to enable @code{nnsoup} to take over mail and news.
766
767 Combined Groups
768
769 * Virtual Groups::              Combining articles from many groups.
770 * Kibozed Groups::              Looking through parts of the newsfeed for articles.
771
772 Gnus Unplugged
773
774 * Agent Basics::                How it all is supposed to work.
775 * Agent Categories::            How to tell the Gnus Agent what to download.
776 * Agent Commands::              New commands for all the buffers.
777 * Agent Visuals::               Ways that the agent may effect your summary buffer.
778 * Agent as Cache::              The Agent is a big cache too.
779 * Agent Expiry::                How to make old articles go away.
780 * Agent Regeneration::          How to recover from lost connections and other accidents.
781 * Agent and IMAP::              How to use the Agent with @acronym{IMAP}.
782 * Outgoing Messages::           What happens when you post/mail something?
783 * Agent Variables::             Customizing is fun.
784 * Example Setup::               An example @file{~/.gnus.el} file for offline people.
785 * Batching Agents::             How to fetch news from a @code{cron} job.
786 * Agent Caveats::               What you think it'll do and what it does.
787
788 Agent Categories
789
790 * Category Syntax::             What a category looks like.
791 * Category Buffer::             A buffer for maintaining categories.
792 * Category Variables::          Customize'r'Us.
793
794 Agent Commands
795
796 * Group Agent Commands::        Configure groups and fetch their contents.
797 * Summary Agent Commands::      Manually select then fetch specific articles.
798 * Server Agent Commands::       Select the servers that are supported by the agent.
799
800 Scoring
801
802 * Summary Score Commands::      Adding score entries for the current group.
803 * Group Score Commands::        General score commands.
804 * Score Variables::             Customize your scoring.  (My, what terminology).
805 * Score File Format::           What a score file may contain.
806 * Score File Editing::          You can edit score files by hand as well.
807 * Adaptive Scoring::            Big Sister Gnus knows what you read.
808 * Home Score File::             How to say where new score entries are to go.
809 * Followups To Yourself::       Having Gnus notice when people answer you.
810 * Scoring On Other Headers::    Scoring on non-standard headers.
811 * Scoring Tips::                How to score effectively.
812 * Reverse Scoring::             That problem child of old is not problem.
813 * Global Score Files::          Earth-spanning, ear-splitting score files.
814 * Kill Files::                  They are still here, but they can be ignored.
815 * Converting Kill Files::       Translating kill files to score files.
816 * Advanced Scoring::            Using logical expressions to build score rules.
817 * Score Decays::                It can be useful to let scores wither away.
818
819 Advanced Scoring
820
821 * Advanced Scoring Syntax::     A definition.
822 * Advanced Scoring Examples::   What they look like.
823 * Advanced Scoring Tips::       Getting the most out of it.
824
825 Various
826
827 * Process/Prefix::              A convention used by many treatment commands.
828 * Interactive::                 Making Gnus ask you many questions.
829 * Symbolic Prefixes::           How to supply some Gnus functions with options.
830 * Formatting Variables::        You can specify what buffers should look like.
831 * Window Layout::               Configuring the Gnus buffer windows.
832 * Faces and Fonts::             How to change how faces look.
833 * Compilation::                 How to speed Gnus up.
834 * Mode Lines::                  Displaying information in the mode lines.
835 * Highlighting and Menus::      Making buffers look all nice and cozy.
836 * Buttons::                     Get tendinitis in ten easy steps!
837 * Daemons::                     Gnus can do things behind your back.
838 * NoCeM::                       How to avoid spam and other fatty foods.
839 * Undo::                        Some actions can be undone.
840 * Predicate Specifiers::        Specifying predicates.
841 * Moderation::                  What to do if you're a moderator.
842 * Image Enhancements::          Modern versions of Emacs/XEmacs can display images.
843 * Fuzzy Matching::              What's the big fuzz?
844 * Thwarting Email Spam::        A how-to on avoiding unsolicited commercial email.
845 * Other modes::                 Interaction with other modes.
846 * Various Various::             Things that are really various.
847
848 Formatting Variables
849
850 * Formatting Basics::           A formatting variable is basically a format string.
851 * Mode Line Formatting::        Some rules about mode line formatting variables.
852 * Advanced Formatting::         Modifying output in various ways.
853 * User-Defined Specs::          Having Gnus call your own functions.
854 * Formatting Fonts::            Making the formatting look colorful and nice.
855 * Positioning Point::           Moving point to a position after an operation.
856 * Tabulation::                  Tabulating your output.
857 * Wide Characters::             Dealing with wide characters.
858
859 Image Enhancements
860
861 * X-Face::                      Display a funky, teensy black-and-white image.
862 * Face::                        Display a funkier, teensier colored image.
863 * Smileys::                     Show all those happy faces the way they were meant to be shown.
864 * Picons::                      How to display pictures of what you're reading.
865 * XVarious::                    Other XEmacsy Gnusey variables.
866
867 Thwarting Email Spam
868
869 * The problem of spam::         Some background, and some solutions
870 * Anti-Spam Basics::            Simple steps to reduce the amount of spam.
871 * SpamAssassin::                How to use external anti-spam tools.
872 * Hashcash::                    Reduce spam by burning CPU time.
873 * Filtering Spam Using The Spam ELisp Package::
874 * Filtering Spam Using Statistics with spam-stat::
875
876 Filtering Spam Using The Spam ELisp Package
877
878 * Spam ELisp Package Sequence of Events::  
879 * Spam ELisp Package Filtering of Incoming Mail::  
880 * Spam ELisp Package Global Variables::  
881 * Spam ELisp Package Configuration Examples::  
882 * Blacklists and Whitelists::   
883 * BBDB Whitelists::             
884 * Gmane Spam Reporting::        
885 * Anti-spam Hashcash Payments::  
886 * Blackholes::                  
887 * Regular Expressions Header Matching::  
888 * Bogofilter::                  
889 * ifile spam filtering::        
890 * spam-stat spam filtering::    
891 * SpamOracle::                  
892 * Extending the Spam ELisp package::  
893
894 Filtering Spam Using Statistics with spam-stat
895
896 * Creating a spam-stat dictionary::
897 * Splitting mail using spam-stat::
898 * Low-level interface to the spam-stat dictionary::
899
900 Appendices
901
902 * XEmacs::                      Requirements for installing under XEmacs.
903 * History::                     How Gnus got where it is today.
904 * On Writing Manuals::          Why this is not a beginner's guide.
905 * Terminology::                 We use really difficult, like, words here.
906 * Customization::               Tailoring Gnus to your needs.
907 * Troubleshooting::             What you might try if things do not work.
908 * Gnus Reference Guide::        Rilly, rilly technical stuff.
909 * Emacs for Heathens::          A short introduction to Emacsian terms.
910 * Frequently Asked Questions::  The Gnus FAQ
911
912 History
913
914 * Gnus Versions::               What Gnus versions have been released.
915 * Other Gnus Versions::         Other Gnus versions that also have been released.
916 * Why?::                        What's the point of Gnus?
917 * Compatibility::               Just how compatible is Gnus with @sc{gnus}?
918 * Conformity::                  Gnus tries to conform to all standards.
919 * Emacsen::                     Gnus can be run on a few modern Emacsen.
920 * Gnus Development::            How Gnus is developed.
921 * Contributors::                Oodles of people.
922 * New Features::                Pointers to some of the new stuff in Gnus.
923
924 New Features
925
926 * ding Gnus::                   New things in Gnus 5.0/5.1, the first new Gnus.
927 * September Gnus::              The Thing Formally Known As Gnus 5.2/5.3.
928 * Red Gnus::                    Third time best---Gnus 5.4/5.5.
929 * Quassia Gnus::                Two times two is four, or Gnus 5.6/5.7.
930 * Pterodactyl Gnus::            Pentad also starts with P, AKA Gnus 5.8/5.9.
931 * Oort Gnus::                   It's big.  It's far out.  Gnus 5.10.
932 * No Gnus::                     Lars, FIXME!
933
934 Customization
935
936 * Slow/Expensive Connection::   You run a local Emacs and get the news elsewhere.
937 * Slow Terminal Connection::    You run a remote Emacs.
938 * Little Disk Space::           You feel that having large setup files is icky.
939 * Slow Machine::                You feel like buying a faster machine.
940
941 Gnus Reference Guide
942
943 * Gnus Utility Functions::      Common functions and variable to use.
944 * Back End Interface::          How Gnus communicates with the servers.
945 * Score File Syntax::           A BNF definition of the score file standard.
946 * Headers::                     How Gnus stores headers internally.
947 * Ranges::                      A handy format for storing mucho numbers.
948 * Group Info::                  The group info format.
949 * Extended Interactive::        Symbolic prefixes and stuff.
950 * Emacs/XEmacs Code::           Gnus can be run under all modern Emacsen.
951 * Various File Formats::        Formats of files that Gnus use.
952
953 Back End Interface
954
955 * Required Back End Functions::  Functions that must be implemented.
956 * Optional Back End Functions::  Functions that need not be implemented.
957 * Error Messaging::             How to get messages and report errors.
958 * Writing New Back Ends::       Extending old back ends.
959 * Hooking New Back Ends Into Gnus::  What has to be done on the Gnus end.
960 * Mail-like Back Ends::         Some tips on mail back ends.
961
962 Various File Formats
963
964 * Active File Format::          Information on articles and groups available.
965 * Newsgroups File Format::      Group descriptions.
966
967 Emacs for Heathens
968
969 * Keystrokes::                  Entering text and executing commands.
970 * Emacs Lisp::                  The built-in Emacs programming language.
971
972 @end detailmenu
973 @end menu
974
975 @node Starting Up
976 @chapter Starting gnus
977 @cindex starting up
978
979 @kindex M-x gnus
980 @findex gnus
981 If your system administrator has set things up properly, starting gnus
982 and reading news is extremely easy---you just type @kbd{M-x gnus} in
983 your Emacs.
984
985 @findex gnus-other-frame
986 @kindex M-x gnus-other-frame
987 If you want to start gnus in a different frame, you can use the command
988 @kbd{M-x gnus-other-frame} instead.
989
990 If things do not go smoothly at startup, you have to twiddle some
991 variables in your @file{~/.gnus.el} file.  This file is similar to
992 @file{~/.emacs}, but is read when Gnus starts.
993
994 If you puzzle at any terms used in this manual, please refer to the
995 terminology section (@pxref{Terminology}).
996
997 @menu
998 * Finding the News::            Choosing a method for getting news.
999 * The First Time::              What does Gnus do the first time you start it?
1000 * The Server is Down::          How can I read my mail then?
1001 * Slave Gnusae::                You can have more than one Gnus active at a time.
1002 * Fetching a Group::            Starting Gnus just to read a group.
1003 * New Groups::                  What is Gnus supposed to do with new groups?
1004 * Changing Servers::            You may want to move from one server to another.
1005 * Startup Files::               Those pesky startup files---@file{.newsrc}.
1006 * Auto Save::                   Recovering from a crash.
1007 * The Active File::             Reading the active file over a slow line Takes Time.
1008 * Startup Variables::           Other variables you might change.
1009 @end menu
1010
1011
1012 @node Finding the News
1013 @section Finding the News
1014 @cindex finding news
1015
1016 @vindex gnus-select-method
1017 @c @head
1018 The @code{gnus-select-method} variable says where gnus should look for
1019 news.  This variable should be a list where the first element says
1020 @dfn{how} and the second element says @dfn{where}.  This method is your
1021 native method.  All groups not fetched with this method are
1022 foreign groups.
1023
1024 For instance, if the @samp{news.somewhere.edu} @acronym{NNTP} server is where
1025 you want to get your daily dosage of news from, you'd say:
1026
1027 @lisp
1028 (setq gnus-select-method '(nntp "news.somewhere.edu"))
1029 @end lisp
1030
1031 If you want to read directly from the local spool, say:
1032
1033 @lisp
1034 (setq gnus-select-method '(nnspool ""))
1035 @end lisp
1036
1037 If you can use a local spool, you probably should, as it will almost
1038 certainly be much faster.  But do not use the local spool if your
1039 server is running Leafnode; in this case, use @code{(nntp "localhost")}.
1040
1041 @vindex gnus-nntpserver-file
1042 @cindex NNTPSERVER
1043 @cindex @acronym{NNTP} server
1044 If this variable is not set, gnus will take a look at the
1045 @env{NNTPSERVER} environment variable.  If that variable isn't set,
1046 gnus will see whether @code{gnus-nntpserver-file}
1047 (@file{/etc/nntpserver} by default) has any opinions on the matter.
1048 If that fails as well, gnus will try to use the machine running Emacs
1049 as an @acronym{NNTP} server.  That's a long shot, though.
1050
1051 @vindex gnus-nntp-server
1052 If @code{gnus-nntp-server} is set, this variable will override
1053 @code{gnus-select-method}.  You should therefore set
1054 @code{gnus-nntp-server} to @code{nil}, which is what it is by default.
1055
1056 @vindex gnus-secondary-servers
1057 @vindex gnus-nntp-server
1058 You can also make gnus prompt you interactively for the name of an
1059 @acronym{NNTP} server.  If you give a non-numerical prefix to @code{gnus}
1060 (i.e., @kbd{C-u M-x gnus}), gnus will let you choose between the servers
1061 in the @code{gnus-secondary-servers} list (if any).  You can also just
1062 type in the name of any server you feel like visiting.  (Note that this
1063 will set @code{gnus-nntp-server}, which means that if you then @kbd{M-x
1064 gnus} later in the same Emacs session, Gnus will contact the same
1065 server.)
1066
1067 @findex gnus-group-browse-foreign-server
1068 @kindex B (Group)
1069 However, if you use one @acronym{NNTP} server regularly and are just
1070 interested in a couple of groups from a different server, you would be
1071 better served by using the @kbd{B} command in the group buffer.  It will
1072 let you have a look at what groups are available, and you can subscribe
1073 to any of the groups you want to.  This also makes @file{.newsrc}
1074 maintenance much tidier.  @xref{Foreign Groups}.
1075
1076 @vindex gnus-secondary-select-methods
1077 @c @head
1078 A slightly different approach to foreign groups is to set the
1079 @code{gnus-secondary-select-methods} variable.  The select methods
1080 listed in this variable are in many ways just as native as the
1081 @code{gnus-select-method} server.  They will also be queried for active
1082 files during startup (if that's required), and new newsgroups that
1083 appear on these servers will be subscribed (or not) just as native
1084 groups are.
1085
1086 For instance, if you use the @code{nnmbox} back end to read your mail,
1087 you would typically set this variable to
1088
1089 @lisp
1090 (setq gnus-secondary-select-methods '((nnmbox "")))
1091 @end lisp
1092
1093
1094 @node The First Time
1095 @section The First Time
1096 @cindex first time usage
1097
1098 If no startup files exist, gnus will try to determine what groups should
1099 be subscribed by default.
1100
1101 @vindex gnus-default-subscribed-newsgroups
1102 If the variable @code{gnus-default-subscribed-newsgroups} is set, gnus
1103 will subscribe you to just those groups in that list, leaving the rest
1104 killed.  Your system administrator should have set this variable to
1105 something useful.
1106
1107 Since she hasn't, gnus will just subscribe you to a few arbitrarily
1108 picked groups (i.e., @samp{*.newusers}).  (@dfn{Arbitrary} is defined
1109 here as @dfn{whatever Lars thinks you should read}.)
1110
1111 You'll also be subscribed to the gnus documentation group, which should
1112 help you with most common problems.
1113
1114 If @code{gnus-default-subscribed-newsgroups} is @code{t}, gnus will just
1115 use the normal functions for handling new groups, and not do anything
1116 special.
1117
1118
1119 @node The Server is Down
1120 @section The Server is Down
1121 @cindex server errors
1122
1123 If the default server is down, gnus will understandably have some
1124 problems starting.  However, if you have some mail groups in addition to
1125 the news groups, you may want to start gnus anyway.
1126
1127 Gnus, being the trusting sort of program, will ask whether to proceed
1128 without a native select method if that server can't be contacted.  This
1129 will happen whether the server doesn't actually exist (i.e., you have
1130 given the wrong address) or the server has just momentarily taken ill
1131 for some reason or other.  If you decide to continue and have no foreign
1132 groups, you'll find it difficult to actually do anything in the group
1133 buffer.  But, hey, that's your problem.  Blllrph!
1134
1135 @findex gnus-no-server
1136 @kindex M-x gnus-no-server
1137 @c @head
1138 If you know that the server is definitely down, or you just want to read
1139 your mail without bothering with the server at all, you can use the
1140 @code{gnus-no-server} command to start gnus.  That might come in handy
1141 if you're in a hurry as well.  This command will not attempt to contact
1142 your primary server---instead, it will just activate all groups on level
1143 1 and 2.  (You should preferably keep no native groups on those two
1144 levels.) Also @pxref{Group Levels}.
1145
1146
1147 @node Slave Gnusae
1148 @section Slave Gnusae
1149 @cindex slave
1150
1151 You might want to run more than one Emacs with more than one gnus at the
1152 same time.  If you are using different @file{.newsrc} files (e.g., if you
1153 are using the two different gnusae to read from two different servers),
1154 that is no problem whatsoever.  You just do it.
1155
1156 The problem appears when you want to run two Gnusae that use the same
1157 @file{.newsrc} file.
1158
1159 To work around that problem some, we here at the Think-Tank at the gnus
1160 Towers have come up with a new concept: @dfn{Masters} and
1161 @dfn{slaves}.  (We have applied for a patent on this concept, and have
1162 taken out a copyright on those words.  If you wish to use those words in
1163 conjunction with each other, you have to send $1 per usage instance to
1164 me.  Usage of the patent (@dfn{Master/Slave Relationships In Computer
1165 Applications}) will be much more expensive, of course.)
1166
1167 @findex gnus-slave
1168 Anyway, you start one gnus up the normal way with @kbd{M-x gnus} (or
1169 however you do it).  Each subsequent slave gnusae should be started with
1170 @kbd{M-x gnus-slave}.  These slaves won't save normal @file{.newsrc}
1171 files, but instead save @dfn{slave files} that contain information only
1172 on what groups have been read in the slave session.  When a master gnus
1173 starts, it will read (and delete) these slave files, incorporating all
1174 information from them.  (The slave files will be read in the sequence
1175 they were created, so the latest changes will have precedence.)
1176
1177 Information from the slave files has, of course, precedence over the
1178 information in the normal (i.e., master) @file{.newsrc} file.
1179
1180 If the @file{.newsrc*} files have not been saved in the master when the
1181 slave starts, you may be prompted as to whether to read an auto-save
1182 file.  If you answer ``yes'', the unsaved changes to the master will be
1183 incorporated into the slave.  If you answer ``no'', the slave may see some
1184 messages as unread that have been read in the master.
1185
1186 @node Fetching a Group
1187 @section Fetching a Group
1188 @cindex fetching a group
1189
1190 @findex gnus-fetch-group
1191 It is sometimes convenient to be able to just say ``I want to read this
1192 group and I don't care whether gnus has been started or not''.  This is
1193 perhaps more useful for people who write code than for users, but the
1194 command @code{gnus-fetch-group} provides this functionality in any case.
1195 It takes the group name as a parameter.
1196
1197
1198 @node New Groups
1199 @section New Groups
1200 @cindex new groups
1201 @cindex subscription
1202
1203 @vindex gnus-check-new-newsgroups
1204 If you are satisfied that you really never want to see any new groups,
1205 you can set @code{gnus-check-new-newsgroups} to @code{nil}.  This will
1206 also save you some time at startup.  Even if this variable is
1207 @code{nil}, you can always subscribe to the new groups just by pressing
1208 @kbd{U} in the group buffer (@pxref{Group Maintenance}).  This variable
1209 is @code{ask-server} by default.  If you set this variable to
1210 @code{always}, then Gnus will query the back ends for new groups even
1211 when you do the @kbd{g} command (@pxref{Scanning New Messages}).
1212
1213 @menu
1214 * Checking New Groups::         Determining what groups are new.
1215 * Subscription Methods::        What Gnus should do with new groups.
1216 * Filtering New Groups::        Making Gnus ignore certain new groups.
1217 @end menu
1218
1219
1220 @node Checking New Groups
1221 @subsection Checking New Groups
1222
1223 Gnus normally determines whether a group is new or not by comparing the
1224 list of groups from the active file(s) with the lists of subscribed and
1225 dead groups.  This isn't a particularly fast method.  If
1226 @code{gnus-check-new-newsgroups} is @code{ask-server}, gnus will ask the
1227 server for new groups since the last time.  This is both faster and
1228 cheaper.  This also means that you can get rid of the list of killed
1229 groups altogether, so you may set @code{gnus-save-killed-list} to
1230 @code{nil}, which will save time both at startup, at exit, and all over.
1231 Saves disk space, too.  Why isn't this the default, then?
1232 Unfortunately, not all servers support this command.
1233
1234 I bet I know what you're thinking now: How do I find out whether my
1235 server supports @code{ask-server}?  No?  Good, because I don't have a
1236 fail-safe answer.  I would suggest just setting this variable to
1237 @code{ask-server} and see whether any new groups appear within the next
1238 few days.  If any do, then it works.  If none do, then it doesn't
1239 work.  I could write a function to make gnus guess whether the server
1240 supports @code{ask-server}, but it would just be a guess.  So I won't.
1241 You could @code{telnet} to the server and say @code{HELP} and see
1242 whether it lists @samp{NEWGROUPS} among the commands it understands.  If
1243 it does, then it might work.  (But there are servers that lists
1244 @samp{NEWGROUPS} without supporting the function properly.)
1245
1246 This variable can also be a list of select methods.  If so, gnus will
1247 issue an @code{ask-server} command to each of the select methods, and
1248 subscribe them (or not) using the normal methods.  This might be handy
1249 if you are monitoring a few servers for new groups.  A side effect is
1250 that startup will take much longer, so you can meditate while waiting.
1251 Use the mantra ``dingnusdingnusdingnus'' to achieve permanent bliss.
1252
1253
1254 @node Subscription Methods
1255 @subsection Subscription Methods
1256
1257 @vindex gnus-subscribe-newsgroup-method
1258 What gnus does when it encounters a new group is determined by the
1259 @code{gnus-subscribe-newsgroup-method} variable.
1260
1261 This variable should contain a function.  This function will be called
1262 with the name of the new group as the only parameter.
1263
1264 Some handy pre-fab functions are:
1265
1266 @table @code
1267
1268 @item gnus-subscribe-zombies
1269 @vindex gnus-subscribe-zombies
1270 Make all new groups zombies.  This is the default.  You can browse the
1271 zombies later (with @kbd{A z}) and either kill them all off properly
1272 (with @kbd{S z}), or subscribe to them (with @kbd{u}).
1273
1274 @item gnus-subscribe-randomly
1275 @vindex gnus-subscribe-randomly
1276 Subscribe all new groups in arbitrary order.  This really means that all
1277 new groups will be added at ``the top'' of the group buffer.
1278
1279 @item gnus-subscribe-alphabetically
1280 @vindex gnus-subscribe-alphabetically
1281 Subscribe all new groups in alphabetical order.
1282
1283 @item gnus-subscribe-hierarchically
1284 @vindex gnus-subscribe-hierarchically
1285 Subscribe all new groups hierarchically.  The difference between this
1286 function and @code{gnus-subscribe-alphabetically} is slight.
1287 @code{gnus-subscribe-alphabetically} will subscribe new groups in a strictly
1288 alphabetical fashion, while this function will enter groups into its
1289 hierarchy.  So if you want to have the @samp{rec} hierarchy before the
1290 @samp{comp} hierarchy, this function will not mess that configuration
1291 up.  Or something like that.
1292
1293 @item gnus-subscribe-interactively
1294 @vindex gnus-subscribe-interactively
1295 Subscribe new groups interactively.  This means that gnus will ask
1296 you about @strong{all} new groups.  The groups you choose to subscribe
1297 to will be subscribed hierarchically.
1298
1299 @item gnus-subscribe-killed
1300 @vindex gnus-subscribe-killed
1301 Kill all new groups.
1302
1303 @item gnus-subscribe-topics
1304 @vindex gnus-subscribe-topics
1305 Put the groups into the topic that has a matching @code{subscribe} topic
1306 parameter (@pxref{Topic Parameters}).  For instance, a @code{subscribe}
1307 topic parameter that looks like
1308
1309 @example
1310 "nnslashdot"
1311 @end example
1312
1313 will mean that all groups that match that regex will be subscribed under
1314 that topic.
1315
1316 If no topics match the groups, the groups will be subscribed in the
1317 top-level topic.
1318
1319 @end table
1320
1321 @vindex gnus-subscribe-hierarchical-interactive
1322 A closely related variable is
1323 @code{gnus-subscribe-hierarchical-interactive}.  (That's quite a
1324 mouthful.)  If this variable is non-@code{nil}, gnus will ask you in a
1325 hierarchical fashion whether to subscribe to new groups or not.  Gnus
1326 will ask you for each sub-hierarchy whether you want to descend the
1327 hierarchy or not.
1328
1329 One common mistake is to set the variable a few paragraphs above
1330 (@code{gnus-subscribe-newsgroup-method}) to
1331 @code{gnus-subscribe-hierarchical-interactive}.  This is an error.  This
1332 will not work.  This is ga-ga.  So don't do it.
1333
1334
1335 @node Filtering New Groups
1336 @subsection Filtering New Groups
1337
1338 A nice and portable way to control which new newsgroups should be
1339 subscribed (or ignored) is to put an @dfn{options} line at the start of
1340 the @file{.newsrc} file.  Here's an example:
1341
1342 @example
1343 options -n !alt.all !rec.all sci.all
1344 @end example
1345
1346 @vindex gnus-subscribe-options-newsgroup-method
1347 This line obviously belongs to a serious-minded intellectual scientific
1348 person (or she may just be plain old boring), because it says that all
1349 groups that have names beginning with @samp{alt} and @samp{rec} should
1350 be ignored, and all groups with names beginning with @samp{sci} should
1351 be subscribed.  Gnus will not use the normal subscription method for
1352 subscribing these groups.
1353 @code{gnus-subscribe-options-newsgroup-method} is used instead.  This
1354 variable defaults to @code{gnus-subscribe-alphabetically}.
1355
1356 @vindex gnus-options-not-subscribe
1357 @vindex gnus-options-subscribe
1358 If you don't want to mess with your @file{.newsrc} file, you can just
1359 set the two variables @code{gnus-options-subscribe} and
1360 @code{gnus-options-not-subscribe}.  These two variables do exactly the
1361 same as the @file{.newsrc} @samp{options -n} trick.  Both are regexps,
1362 and if the new group matches the former, it will be unconditionally
1363 subscribed, and if it matches the latter, it will be ignored.
1364
1365 @vindex gnus-auto-subscribed-groups
1366 Yet another variable that meddles here is
1367 @code{gnus-auto-subscribed-groups}.  It works exactly like
1368 @code{gnus-options-subscribe}, and is therefore really superfluous,
1369 but I thought it would be nice to have two of these.  This variable is
1370 more meant for setting some ground rules, while the other variable is
1371 used more for user fiddling.  By default this variable makes all new
1372 groups that come from mail back ends (@code{nnml}, @code{nnbabyl},
1373 @code{nnfolder}, @code{nnmbox}, @code{nnmh}, and @code{nnmaildir})
1374 subscribed.  If you don't like that, just set this variable to
1375 @code{nil}.
1376
1377 New groups that match this regexp are subscribed using
1378 @code{gnus-subscribe-options-newsgroup-method}.
1379
1380
1381 @node Changing Servers
1382 @section Changing Servers
1383 @cindex changing servers
1384
1385 Sometimes it is necessary to move from one @acronym{NNTP} server to another.
1386 This happens very rarely, but perhaps you change jobs, or one server is
1387 very flaky and you want to use another.
1388
1389 Changing the server is pretty easy, right?  You just change
1390 @code{gnus-select-method} to point to the new server?
1391
1392 @emph{Wrong!}
1393
1394 Article numbers are not (in any way) kept synchronized between different
1395 @acronym{NNTP} servers, and the only way Gnus keeps track of what articles
1396 you have read is by keeping track of article numbers.  So when you
1397 change @code{gnus-select-method}, your @file{.newsrc} file becomes
1398 worthless.
1399
1400 Gnus provides a few functions to attempt to translate a @file{.newsrc}
1401 file from one server to another.  They all have one thing in
1402 common---they take a looong time to run.  You don't want to use these
1403 functions more than absolutely necessary.
1404
1405 @kindex M-x gnus-change-server
1406 @findex gnus-change-server
1407 If you have access to both servers, Gnus can request the headers for all
1408 the articles you have read and compare @code{Message-ID}s and map the
1409 article numbers of the read articles and article marks.  The @kbd{M-x
1410 gnus-change-server} command will do this for all your native groups.  It
1411 will prompt for the method you want to move to.
1412
1413 @kindex M-x gnus-group-move-group-to-server
1414 @findex gnus-group-move-group-to-server
1415 You can also move individual groups with the @kbd{M-x
1416 gnus-group-move-group-to-server} command.  This is useful if you want to
1417 move a (foreign) group from one server to another.
1418
1419 @kindex M-x gnus-group-clear-data-on-native-groups
1420 @findex gnus-group-clear-data-on-native-groups
1421 If you don't have access to both the old and new server, all your marks
1422 and read ranges have become worthless.  You can use the @kbd{M-x
1423 gnus-group-clear-data-on-native-groups} command to clear out all data
1424 that you have on your native groups.  Use with caution.
1425
1426 @kindex M-x gnus-group-clear-data
1427 @findex gnus-group-clear-data
1428 Clear the data from the current group only---nix out marks and the
1429 list of read articles (@code{gnus-group-clear-data}).
1430
1431 After changing servers, you @strong{must} move the cache hierarchy away,
1432 since the cached articles will have wrong article numbers, which will
1433 affect which articles Gnus thinks are read.
1434 @code{gnus-group-clear-data-on-native-groups} will ask you if you want
1435 to have it done automatically; for @code{gnus-group-clear-data}, you
1436 can use @kbd{M-x gnus-cache-move-cache} (but beware, it will move the
1437 cache for all groups).
1438
1439
1440 @node Startup Files
1441 @section Startup Files
1442 @cindex startup files
1443 @cindex .newsrc
1444 @cindex .newsrc.el
1445 @cindex .newsrc.eld
1446
1447 Now, you all know about the @file{.newsrc} file.  All subscription
1448 information is traditionally stored in this file.
1449
1450 Things got a bit more complicated with @sc{gnus}.  In addition to
1451 keeping the @file{.newsrc} file updated, it also used a file called
1452 @file{.newsrc.el} for storing all the information that didn't fit into
1453 the @file{.newsrc} file.  (Actually, it also duplicated everything in
1454 the @file{.newsrc} file.)  @sc{gnus} would read whichever one of these
1455 files was the most recently saved, which enabled people to swap between
1456 @sc{gnus} and other newsreaders.
1457
1458 That was kinda silly, so Gnus went one better: In addition to the
1459 @file{.newsrc} and @file{.newsrc.el} files, Gnus also has a file called
1460 @file{.newsrc.eld}.  It will read whichever of these files that are most
1461 recent, but it will never write a @file{.newsrc.el} file.  You should
1462 never delete the @file{.newsrc.eld} file---it contains much information
1463 not stored in the @file{.newsrc} file.
1464
1465 @vindex gnus-save-newsrc-file
1466 @vindex gnus-read-newsrc-file
1467 You can turn off writing the @file{.newsrc} file by setting
1468 @code{gnus-save-newsrc-file} to @code{nil}, which means you can delete
1469 the file and save some space, as well as exiting from gnus faster.
1470 However, this will make it impossible to use other newsreaders than
1471 gnus.  But hey, who would want to, right?  Similarly, setting
1472 @code{gnus-read-newsrc-file} to @code{nil} makes gnus ignore the
1473 @file{.newsrc} file and any @file{.newsrc-SERVER} files, which is
1474 convenient if you have a tendency to use Netscape once in a while.
1475
1476 @vindex gnus-save-killed-list
1477 If @code{gnus-save-killed-list} (default @code{t}) is @code{nil}, Gnus
1478 will not save the list of killed groups to the startup file.  This will
1479 save both time (when starting and quitting) and space (on disk).  It
1480 will also mean that Gnus has no record of what groups are new or old,
1481 so the automatic new groups subscription methods become meaningless.
1482 You should always set @code{gnus-check-new-newsgroups} to @code{nil} or
1483 @code{ask-server} if you set this variable to @code{nil} (@pxref{New
1484 Groups}).  This variable can also be a regular expression.  If that's
1485 the case, remove all groups that do not match this regexp before
1486 saving.  This can be useful in certain obscure situations that involve
1487 several servers where not all servers support @code{ask-server}.
1488
1489 @vindex gnus-startup-file
1490 @vindex gnus-backup-startup-file
1491 @vindex version-control
1492 The @code{gnus-startup-file} variable says where the startup files are.
1493 The default value is @file{~/.newsrc}, with the Gnus (El Dingo) startup
1494 file being whatever that one is, with a @samp{.eld} appended.
1495 If you want version control for this file, set
1496 @code{gnus-backup-startup-file}.  It respects the same values as the
1497 @code{version-control} variable.
1498
1499 @vindex gnus-save-newsrc-hook
1500 @vindex gnus-save-quick-newsrc-hook
1501 @vindex gnus-save-standard-newsrc-hook
1502 @code{gnus-save-newsrc-hook} is called before saving any of the newsrc
1503 files, while @code{gnus-save-quick-newsrc-hook} is called just before
1504 saving the @file{.newsrc.eld} file, and
1505 @code{gnus-save-standard-newsrc-hook} is called just before saving the
1506 @file{.newsrc} file.  The latter two are commonly used to turn version
1507 control on or off.  Version control is on by default when saving the
1508 startup files.  If you want to turn backup creation off, say something like:
1509
1510 @lisp
1511 (defun turn-off-backup ()
1512   (set (make-local-variable 'backup-inhibited) t))
1513
1514 (add-hook 'gnus-save-quick-newsrc-hook 'turn-off-backup)
1515 (add-hook 'gnus-save-standard-newsrc-hook 'turn-off-backup)
1516 @end lisp
1517
1518 @vindex gnus-init-file
1519 @vindex gnus-site-init-file
1520 When gnus starts, it will read the @code{gnus-site-init-file}
1521 (@file{.../site-lisp/gnus} by default) and @code{gnus-init-file}
1522 (@file{~/.gnus} by default) files.  These are normal Emacs Lisp files
1523 and can be used to avoid cluttering your @file{~/.emacs} and
1524 @file{site-init} files with gnus stuff.  Gnus will also check for files
1525 with the same names as these, but with @file{.elc} and @file{.el}
1526 suffixes.  In other words, if you have set @code{gnus-init-file} to
1527 @file{~/.gnus}, it will look for @file{~/.gnus.elc}, @file{~/.gnus.el},
1528 and finally @file{~/.gnus} (in this order).
1529
1530
1531
1532 @node Auto Save
1533 @section Auto Save
1534 @cindex dribble file
1535 @cindex auto-save
1536
1537 Whenever you do something that changes the gnus data (reading articles,
1538 catching up, killing/subscribing groups), the change is added to a
1539 special @dfn{dribble buffer}.  This buffer is auto-saved the normal
1540 Emacs way.  If your Emacs should crash before you have saved the
1541 @file{.newsrc} files, all changes you have made can be recovered from
1542 this file.
1543
1544 If gnus detects this file at startup, it will ask the user whether to
1545 read it.  The auto save file is deleted whenever the real startup file is
1546 saved.
1547
1548 @vindex gnus-use-dribble-file
1549 If @code{gnus-use-dribble-file} is @code{nil}, gnus won't create and
1550 maintain a dribble buffer.  The default is @code{t}.
1551
1552 @vindex gnus-dribble-directory
1553 Gnus will put the dribble file(s) in @code{gnus-dribble-directory}.  If
1554 this variable is @code{nil}, which it is by default, gnus will dribble
1555 into the directory where the @file{.newsrc} file is located.  (This is
1556 normally the user's home directory.)  The dribble file will get the same
1557 file permissions as the @file{.newsrc} file.
1558
1559 @vindex gnus-always-read-dribble-file
1560 If @code{gnus-always-read-dribble-file} is non-@code{nil}, Gnus will
1561 read the dribble file on startup without querying the user.
1562
1563
1564 @node The Active File
1565 @section The Active File
1566 @cindex active file
1567 @cindex ignored groups
1568
1569 When gnus starts, or indeed whenever it tries to determine whether new
1570 articles have arrived, it reads the active file.  This is a very large
1571 file that lists all the active groups and articles on the server.
1572
1573 @vindex gnus-ignored-newsgroups
1574 Before examining the active file, gnus deletes all lines that match the
1575 regexp @code{gnus-ignored-newsgroups}.  This is done primarily to reject
1576 any groups with bogus names, but you can use this variable to make gnus
1577 ignore hierarchies you aren't ever interested in.  However, this is not
1578 recommended.  In fact, it's highly discouraged.  Instead, @pxref{New
1579 Groups} for an overview of other variables that can be used instead.
1580
1581 @c This variable is
1582 @c @code{nil} by default, and will slow down active file handling somewhat
1583 @c if you set it to anything else.
1584
1585 @vindex gnus-read-active-file
1586 @c @head
1587 The active file can be rather Huge, so if you have a slow network, you
1588 can set @code{gnus-read-active-file} to @code{nil} to prevent gnus from
1589 reading the active file.  This variable is @code{some} by default.
1590
1591 Gnus will try to make do by getting information just on the groups that
1592 you actually subscribe to.
1593
1594 Note that if you subscribe to lots and lots of groups, setting this
1595 variable to @code{nil} will probably make gnus slower, not faster.  At
1596 present, having this variable @code{nil} will slow gnus down
1597 considerably, unless you read news over a 2400 baud modem.
1598
1599 This variable can also have the value @code{some}.  Gnus will then
1600 attempt to read active info only on the subscribed groups.  On some
1601 servers this is quite fast (on sparkling, brand new INN servers that
1602 support the @code{LIST ACTIVE group} command), on others this isn't fast
1603 at all.  In any case, @code{some} should be faster than @code{nil}, and
1604 is certainly faster than @code{t} over slow lines.
1605
1606 Some news servers (old versions of Leafnode and old versions of INN, for
1607 instance) do not support the @code{LIST ACTIVE group}.  For these
1608 servers, @code{nil} is probably the most efficient value for this
1609 variable.
1610
1611 If this variable is @code{nil}, gnus will ask for group info in total
1612 lock-step, which isn't very fast.  If it is @code{some} and you use an
1613 @acronym{NNTP} server, gnus will pump out commands as fast as it can, and
1614 read all the replies in one swoop.  This will normally result in better
1615 performance, but if the server does not support the aforementioned
1616 @code{LIST ACTIVE group} command, this isn't very nice to the server.
1617
1618 If you think that starting up Gnus takes too long, try all the three
1619 different values for this variable and see what works best for you.
1620
1621 In any case, if you use @code{some} or @code{nil}, you should definitely
1622 kill all groups that you aren't interested in to speed things up.
1623
1624 Note that this variable also affects active file retrieval from
1625 secondary select methods.
1626
1627
1628 @node Startup Variables
1629 @section Startup Variables
1630
1631 @table @code
1632
1633 @item gnus-load-hook
1634 @vindex gnus-load-hook
1635 A hook run while gnus is being loaded.  Note that this hook will
1636 normally be run just once in each Emacs session, no matter how many
1637 times you start gnus.
1638
1639 @item gnus-before-startup-hook
1640 @vindex gnus-before-startup-hook
1641 A hook run after starting up gnus successfully.
1642
1643 @item gnus-startup-hook
1644 @vindex gnus-startup-hook
1645 A hook run as the very last thing after starting up gnus
1646
1647 @item gnus-started-hook
1648 @vindex gnus-started-hook
1649 A hook that is run as the very last thing after starting up gnus
1650 successfully.
1651
1652 @item gnus-setup-news-hook
1653 @vindex gnus-setup-news-hook
1654 A hook that is run after reading the @file{.newsrc} file(s), but before
1655 generating the group buffer.
1656
1657 @item gnus-check-bogus-newsgroups
1658 @vindex gnus-check-bogus-newsgroups
1659 If non-@code{nil}, gnus will check for and delete all bogus groups at
1660 startup.  A @dfn{bogus group} is a group that you have in your
1661 @file{.newsrc} file, but doesn't exist on the news server.  Checking for
1662 bogus groups can take quite a while, so to save time and resources it's
1663 best to leave this option off, and do the checking for bogus groups once
1664 in a while from the group buffer instead (@pxref{Group Maintenance}).
1665
1666 @item gnus-inhibit-startup-message
1667 @vindex gnus-inhibit-startup-message
1668 If non-@code{nil}, the startup message won't be displayed.  That way,
1669 your boss might not notice as easily that you are reading news instead
1670 of doing your job.  Note that this variable is used before
1671 @file{~/.gnus.el} is loaded, so it should be set in @file{.emacs} instead.
1672
1673 @item gnus-no-groups-message
1674 @vindex gnus-no-groups-message
1675 Message displayed by gnus when no groups are available.
1676
1677 @item gnus-play-startup-jingle
1678 @vindex gnus-play-startup-jingle
1679 If non-@code{nil}, play the gnus jingle at startup.
1680
1681 @item gnus-startup-jingle
1682 @vindex gnus-startup-jingle
1683 Jingle to be played if the above variable is non-@code{nil}.  The
1684 default is @samp{Tuxedomoon.Jingle4.au}.
1685
1686 @end table
1687
1688
1689 @node Group Buffer
1690 @chapter Group Buffer
1691 @cindex group buffer
1692
1693 @c Alex Schroeder suggests to rearrange this as follows:
1694 @c
1695 @c <kensanata> ok, just save it for reference.  I'll go to bed in a minute.
1696 @c   1. Selecting a Group, 2. (new) Finding a Group, 3. Group Levels,
1697 @c   4. Subscription Commands, 5. Group Maneuvering, 6. Group Data,
1698 @c   7. Group Score, 8. Group Buffer Format
1699 @c <kensanata> Group Levels should have more information on levels 5 to 9.  I
1700 @c   suggest to split the 4th paragraph ("Gnus considers groups...") as follows:
1701 @c <kensanata> First, "Gnus considers groups... (default 9)."
1702 @c <kensanata> New, a table summarizing what levels 1 to 9 mean.
1703 @c <kensanata> Third, "Gnus treats subscribed ... reasons of efficiency"
1704 @c <kensanata> Then expand the next paragraph or add some more to it.
1705 @c    This short one sentence explains levels 1 and 2, therefore I understand
1706 @c    that I should keep important news at 3 and boring news at 4.
1707 @c    Say so!  Then go on to explain why I should bother with levels 6 to 9.
1708 @c    Maybe keep those that you don't want to read temporarily at 6,
1709 @c    those that you never want to read at 8, those that offend your
1710 @c    human rights at 9...
1711
1712
1713 The @dfn{group buffer} lists all (or parts) of the available groups.  It
1714 is the first buffer shown when gnus starts, and will never be killed as
1715 long as gnus is active.
1716
1717 @iftex
1718 @iflatex
1719 \gnusfigure{The Group Buffer}{320}{
1720 \put(75,50){\epsfig{figure=ps/group,height=9cm}}
1721 \put(120,37){\makebox(0,0)[t]{Buffer name}}
1722 \put(120,38){\vector(1,2){10}}
1723 \put(40,60){\makebox(0,0)[r]{Mode line}}
1724 \put(40,58){\vector(1,0){30}}
1725 \put(200,28){\makebox(0,0)[t]{Native select method}}
1726 \put(200,26){\vector(-1,2){15}}
1727 }
1728 @end iflatex
1729 @end iftex
1730
1731 @menu
1732 * Group Buffer Format::         Information listed and how you can change it.
1733 * Group Maneuvering::           Commands for moving in the group buffer.
1734 * Selecting a Group::           Actually reading news.
1735 * Subscription Commands::       Unsubscribing, killing, subscribing.
1736 * Group Data::                  Changing the info for a group.
1737 * Group Levels::                Levels? What are those, then?
1738 * Group Score::                 A mechanism for finding out what groups you like.
1739 * Marking Groups::              You can mark groups for later processing.
1740 * Foreign Groups::              Creating and editing groups.
1741 * Group Parameters::            Each group may have different parameters set.
1742 * Listing Groups::              Gnus can list various subsets of the groups.
1743 * Sorting Groups::              Re-arrange the group order.
1744 * Group Maintenance::           Maintaining a tidy @file{.newsrc} file.
1745 * Browse Foreign Server::       You can browse a server.  See what it has to offer.
1746 * Exiting Gnus::                Stop reading news and get some work done.
1747 * Group Topics::                A folding group mode divided into topics.
1748 * Misc Group Stuff::            Other stuff that you can to do.
1749 @end menu
1750
1751
1752 @node Group Buffer Format
1753 @section Group Buffer Format
1754
1755 @menu
1756 * Group Line Specification::    Deciding how the group buffer is to look.
1757 * Group Mode Line Specification::  The group buffer mode line.
1758 * Group Highlighting::          Having nice colors in the group buffer.
1759 @end menu
1760
1761
1762 @node Group Line Specification
1763 @subsection Group Line Specification
1764 @cindex group buffer format
1765
1766 The default format of the group buffer is nice and dull, but you can
1767 make it as exciting and ugly as you feel like.
1768
1769 Here's a couple of example group lines:
1770
1771 @example
1772      25: news.announce.newusers
1773  *    0: alt.fan.andrea-dworkin
1774 @end example
1775
1776 Quite simple, huh?
1777
1778 You can see that there are 25 unread articles in
1779 @samp{news.announce.newusers}.  There are no unread articles, but some
1780 ticked articles, in @samp{alt.fan.andrea-dworkin} (see that little
1781 asterisk at the beginning of the line?).
1782
1783 @vindex gnus-group-line-format
1784 You can change that format to whatever you want by fiddling with the
1785 @code{gnus-group-line-format} variable.  This variable works along the
1786 lines of a @code{format} specification, which is pretty much the same as
1787 a @code{printf} specifications, for those of you who use (feh!) C.
1788 @xref{Formatting Variables}.
1789
1790 @samp{%M%S%5y:%B%(%g%)\n} is the value that produced those lines above.
1791
1792 There should always be a colon on the line; the cursor always moves to
1793 the colon after performing an operation.  @xref{Positioning
1794 Point}.  Nothing else is required---not even the group name.  All
1795 displayed text is just window dressing, and is never examined by Gnus.
1796 Gnus stores all real information it needs using text properties.
1797
1798 (Note that if you make a really strange, wonderful, spreadsheet-like
1799 layout, everybody will believe you are hard at work with the accounting
1800 instead of wasting time reading news.)
1801
1802 Here's a list of all available format characters:
1803
1804 @table @samp
1805
1806 @item M
1807 An asterisk if the group only has marked articles.
1808
1809 @item S
1810 Whether the group is subscribed.
1811
1812 @item L
1813 Level of subscribedness.
1814
1815 @item N
1816 Number of unread articles.
1817
1818 @item I
1819 Number of dormant articles.
1820
1821 @item T
1822 Number of ticked articles.
1823
1824 @item R
1825 Number of read articles.
1826
1827 @item U
1828 Number of unseen articles.
1829
1830 @item t
1831 Estimated total number of articles.  (This is really @var{max-number}
1832 minus @var{min-number} plus 1.)
1833
1834 Gnus uses this estimation because the @acronym{NNTP} protocol provides
1835 efficient access to @var{max-number} and @var{min-number} but getting
1836 the true unread message count is not possible efficiently.  For
1837 hysterical raisins, even the mail back ends, where the true number of
1838 unread messages might be available efficiently, use the same limited
1839 interface.  To remove this restriction from Gnus means that the back
1840 end interface has to be changed, which is not an easy job.  If you
1841 want to work on this, please contact the Gnus mailing list.
1842
1843 @item y
1844 Number of unread, unticked, non-dormant articles.
1845
1846 @item i
1847 Number of ticked and dormant articles.
1848
1849 @item g
1850 Full group name.
1851
1852 @item G
1853 Group name.
1854
1855 @item C
1856 Group comment (@pxref{Group Parameters}) or group name if there is no
1857 comment element in the group parameters.
1858
1859 @item D
1860 Newsgroup description.  You need to read the group descriptions
1861 before these will appear, and to do that, you either have to set
1862 @code{gnus-read-active-file} or use the group buffer @kbd{M-d}
1863 command.
1864
1865 @item o
1866 @samp{m} if moderated.
1867
1868 @item O
1869 @samp{(m)} if moderated.
1870
1871 @item s
1872 Select method.
1873
1874 @item B
1875 If the summary buffer for the group is open or not.
1876
1877 @item n
1878 Select from where.
1879
1880 @item z
1881 A string that looks like @samp{<%s:%n>} if a foreign select method is
1882 used.
1883
1884 @item P
1885 Indentation based on the level of the topic (@pxref{Group Topics}).
1886
1887 @item c
1888 @vindex gnus-group-uncollapsed-levels
1889 Short (collapsed) group name.  The @code{gnus-group-uncollapsed-levels}
1890 variable says how many levels to leave at the end of the group name.
1891 The default is 1---this will mean that group names like
1892 @samp{gnu.emacs.gnus} will be shortened to @samp{g.e.gnus}.
1893
1894 @item m
1895 @vindex gnus-new-mail-mark
1896 @cindex %
1897 @samp{%} (@code{gnus-new-mail-mark}) if there has arrived new mail to
1898 the group lately.
1899
1900 @item p
1901 @samp{#} (@code{gnus-process-mark}) if the group is process marked.
1902
1903 @item d
1904 A string that says when you last read the group (@pxref{Group
1905 Timestamp}).
1906
1907 @item u
1908 User defined specifier.  The next character in the format string should
1909 be a letter.  Gnus will call the function
1910 @code{gnus-user-format-function-}@samp{X}, where @samp{X} is the letter
1911 following @samp{%u}.  The function will be passed a single dummy
1912 parameter as argument.  The function should return a string, which will
1913 be inserted into the buffer just like information from any other
1914 specifier.
1915 @end table
1916
1917 @cindex *
1918 All the ``number-of'' specs will be filled with an asterisk (@samp{*})
1919 if no info is available---for instance, if it is a non-activated foreign
1920 group, or a bogus native group.
1921
1922
1923 @node Group Mode Line Specification
1924 @subsection Group Mode Line Specification
1925 @cindex group mode line
1926
1927 @vindex gnus-group-mode-line-format
1928 The mode line can be changed by setting
1929 @code{gnus-group-mode-line-format} (@pxref{Mode Line Formatting}).  It
1930 doesn't understand that many format specifiers:
1931
1932 @table @samp
1933 @item S
1934 The native news server.
1935 @item M
1936 The native select method.
1937 @end table
1938
1939
1940 @node Group Highlighting
1941 @subsection Group Highlighting
1942 @cindex highlighting
1943 @cindex group highlighting
1944
1945 @vindex gnus-group-highlight
1946 Highlighting in the group buffer is controlled by the
1947 @code{gnus-group-highlight} variable.  This is an alist with elements
1948 that look like @code{(@var{form} . @var{face})}.  If @var{form} evaluates to
1949 something non-@code{nil}, the @var{face} will be used on the line.
1950
1951 Here's an example value for this variable that might look nice if the
1952 background is dark:
1953
1954 @lisp
1955 (cond (window-system
1956        (setq custom-background-mode 'light)
1957        (defface my-group-face-1
1958          '((t (:foreground "Red" :bold t))) "First group face")
1959        (defface my-group-face-2
1960          '((t (:foreground "DarkSeaGreen4" :bold t)))
1961          "Second group face")
1962        (defface my-group-face-3
1963          '((t (:foreground "Green4" :bold t))) "Third group face")
1964        (defface my-group-face-4
1965          '((t (:foreground "SteelBlue" :bold t))) "Fourth group face")
1966        (defface my-group-face-5
1967          '((t (:foreground "Blue" :bold t))) "Fifth group face")))
1968
1969 (setq gnus-group-highlight
1970       '(((> unread 200) . my-group-face-1)
1971         ((and (< level 3) (zerop unread)) . my-group-face-2)
1972         ((< level 3) . my-group-face-3)
1973         ((zerop unread) . my-group-face-4)
1974         (t . my-group-face-5)))
1975 @end lisp
1976
1977 Also @pxref{Faces and Fonts}.
1978
1979 Variables that are dynamically bound when the forms are evaluated
1980 include:
1981
1982 @table @code
1983 @item group
1984 The group name.
1985 @item unread
1986 The number of unread articles in the group.
1987 @item method
1988 The select method.
1989 @item mailp
1990 Whether the group is a mail group.
1991 @item level
1992 The level of the group.
1993 @item score
1994 The score of the group.
1995 @item ticked
1996 The number of ticked articles in the group.
1997 @item total
1998 The total number of articles in the group.  Or rather,
1999 @var{max-number} minus @var{min-number} plus one.
2000 @item topic
2001 When using the topic minor mode, this variable is bound to the current
2002 topic being inserted.
2003 @end table
2004
2005 When the forms are @code{eval}ed, point is at the beginning of the line
2006 of the group in question, so you can use many of the normal gnus
2007 functions for snarfing info on the group.
2008
2009 @vindex gnus-group-update-hook
2010 @findex gnus-group-highlight-line
2011 @code{gnus-group-update-hook} is called when a group line is changed.
2012 It will not be called when @code{gnus-visual} is @code{nil}.  This hook
2013 calls @code{gnus-group-highlight-line} by default.
2014
2015
2016 @node Group Maneuvering
2017 @section Group Maneuvering
2018 @cindex group movement
2019
2020 All movement commands understand the numeric prefix and will behave as
2021 expected, hopefully.
2022
2023 @table @kbd
2024
2025 @item n
2026 @kindex n (Group)
2027 @findex gnus-group-next-unread-group
2028 Go to the next group that has unread articles
2029 (@code{gnus-group-next-unread-group}).
2030
2031 @item p
2032 @itemx DEL
2033 @kindex DEL (Group)
2034 @kindex p (Group)
2035 @findex gnus-group-prev-unread-group
2036 Go to the previous group that has unread articles
2037 (@code{gnus-group-prev-unread-group}).
2038
2039 @item N
2040 @kindex N (Group)
2041 @findex gnus-group-next-group
2042 Go to the next group (@code{gnus-group-next-group}).
2043
2044 @item P
2045 @kindex P (Group)
2046 @findex gnus-group-prev-group
2047 Go to the previous group (@code{gnus-group-prev-group}).
2048
2049 @item M-n
2050 @kindex M-n (Group)
2051 @findex gnus-group-next-unread-group-same-level
2052 Go to the next unread group on the same (or lower) level
2053 (@code{gnus-group-next-unread-group-same-level}).
2054
2055 @item M-p
2056 @kindex M-p (Group)
2057 @findex gnus-group-prev-unread-group-same-level
2058 Go to the previous unread group on the same (or lower) level
2059 (@code{gnus-group-prev-unread-group-same-level}).
2060 @end table
2061
2062 Three commands for jumping to groups:
2063
2064 @table @kbd
2065
2066 @item j
2067 @kindex j (Group)
2068 @findex gnus-group-jump-to-group
2069 Jump to a group (and make it visible if it isn't already)
2070 (@code{gnus-group-jump-to-group}).  Killed groups can be jumped to, just
2071 like living groups.
2072
2073 @item ,
2074 @kindex , (Group)
2075 @findex gnus-group-best-unread-group
2076 Jump to the unread group with the lowest level
2077 (@code{gnus-group-best-unread-group}).
2078
2079 @item .
2080 @kindex . (Group)
2081 @findex gnus-group-first-unread-group
2082 Jump to the first group with unread articles
2083 (@code{gnus-group-first-unread-group}).
2084 @end table
2085
2086 @vindex gnus-group-goto-unread
2087 If @code{gnus-group-goto-unread} is @code{nil}, all the movement
2088 commands will move to the next group, not the next unread group.  Even
2089 the commands that say they move to the next unread group.  The default
2090 is @code{t}.
2091
2092
2093 @node Selecting a Group
2094 @section Selecting a Group
2095 @cindex group selection
2096
2097 @table @kbd
2098
2099 @item SPACE
2100 @kindex SPACE (Group)
2101 @findex gnus-group-read-group
2102 Select the current group, switch to the summary buffer and display the
2103 first unread article (@code{gnus-group-read-group}).  If there are no
2104 unread articles in the group, or if you give a non-numerical prefix to
2105 this command, gnus will offer to fetch all the old articles in this
2106 group from the server.  If you give a numerical prefix @var{n}, @var{n}
2107 determines the number of articles Gnus will fetch.  If @var{n} is
2108 positive, Gnus fetches the @var{n} newest articles, if @var{n} is
2109 negative, Gnus fetches the @code{abs(@var{n})} oldest articles.
2110
2111 Thus, @kbd{SPC} enters the group normally, @kbd{C-u SPC} offers old
2112 articles, @kbd{C-u 4 2 SPC} fetches the 42 newest articles, and @kbd{C-u
2113 - 4 2 SPC} fetches the 42 oldest ones.
2114
2115 When you are in the group (in the Summary buffer), you can type
2116 @kbd{M-g} to fetch new articles, or @kbd{C-u M-g} to also show the old
2117 ones.
2118
2119 @item RET
2120 @kindex RET (Group)
2121 @findex gnus-group-select-group
2122 Select the current group and switch to the summary buffer
2123 (@code{gnus-group-select-group}).  Takes the same arguments as
2124 @code{gnus-group-read-group}---the only difference is that this command
2125 does not display the first unread article automatically upon group
2126 entry.
2127
2128 @item M-RET
2129 @kindex M-RET (Group)
2130 @findex gnus-group-quick-select-group
2131 This does the same as the command above, but tries to do it with the
2132 minimum amount of fuzz (@code{gnus-group-quick-select-group}).  No
2133 scoring/killing will be performed, there will be no highlights and no
2134 expunging.  This might be useful if you're in a real hurry and have to
2135 enter some humongous group.  If you give a 0 prefix to this command
2136 (i.e., @kbd{0 M-RET}), gnus won't even generate the summary buffer,
2137 which is useful if you want to toggle threading before generating the
2138 summary buffer (@pxref{Summary Generation Commands}).
2139
2140 @item M-SPACE
2141 @kindex M-SPACE (Group)
2142 @findex gnus-group-visible-select-group
2143 This is yet one more command that does the same as the @kbd{RET}
2144 command, but this one does it without expunging and hiding dormants
2145 (@code{gnus-group-visible-select-group}).
2146
2147 @item C-M-RET
2148 @kindex C-M-RET (Group)
2149 @findex gnus-group-select-group-ephemerally
2150 Finally, this command selects the current group ephemerally without
2151 doing any processing of its contents
2152 (@code{gnus-group-select-group-ephemerally}).  Even threading has been
2153 turned off.  Everything you do in the group after selecting it in this
2154 manner will have no permanent effects.
2155
2156 @end table
2157
2158 @vindex gnus-large-newsgroup
2159 The @code{gnus-large-newsgroup} variable says what Gnus should
2160 consider to be a big group.  If it is @code{nil}, no groups are
2161 considered big.  The default value is 200.  If the group has more
2162 (unread and/or ticked) articles than this, gnus will query the user
2163 before entering the group.  The user can then specify how many
2164 articles should be fetched from the server.  If the user specifies a
2165 negative number (@var{-n}), the @var{n} oldest articles will be
2166 fetched.  If it is positive, the @var{n} articles that have arrived
2167 most recently will be fetched.
2168
2169 @vindex gnus-large-ephemeral-newsgroup
2170 @code{gnus-large-ephemeral-newsgroup} is the same as
2171 @code{gnus-large-newsgroup}, but is only used for ephemeral
2172 newsgroups.
2173
2174 @vindex gnus-select-group-hook
2175 @vindex gnus-auto-select-first
2176 @vindex gnus-auto-select-subject
2177 If @code{gnus-auto-select-first} is non-@code{nil}, select an article
2178 automatically when entering a group with the @kbd{SPACE} command.
2179 Which article this is is controlled by the
2180 @code{gnus-auto-select-subject} variable.  Valid values for this
2181 variable is:
2182
2183 @table @code
2184
2185 @item unread
2186 Place point on the subject line of the first unread article.
2187
2188 @item first
2189 Place point on the subject line of the first article.
2190
2191 @item unseen
2192 Place point on the subject line of the first unseen article.
2193
2194 @item unseen-or-unread
2195 Place point on the subject line of the first unseen article, and if
2196 there is no such article, place point on the subject line of the first
2197 unread article.
2198
2199 @item best
2200 Place point on the subject line of the highest-scored unread article.
2201
2202 @end table
2203
2204 This variable can also be a function.  In that case, that function
2205 will be called to place point on a subject line.
2206
2207 If you want to prevent automatic selection in some group (say, in a
2208 binary group with Huge articles) you can set the
2209 @code{gnus-auto-select-first} variable to @code{nil} in
2210 @code{gnus-select-group-hook}, which is called when a group is
2211 selected.
2212
2213
2214 @node Subscription Commands
2215 @section Subscription Commands
2216 @cindex subscription
2217
2218 @table @kbd
2219
2220 @item S t
2221 @itemx u
2222 @kindex S t (Group)
2223 @kindex u (Group)
2224 @findex gnus-group-unsubscribe-current-group
2225 @c @icon{gnus-group-unsubscribe}
2226 Toggle subscription to the current group
2227 (@code{gnus-group-unsubscribe-current-group}).
2228
2229 @item S s
2230 @itemx U
2231 @kindex S s (Group)
2232 @kindex U (Group)
2233 @findex gnus-group-unsubscribe-group
2234 Prompt for a group to subscribe, and then subscribe it.  If it was
2235 subscribed already, unsubscribe it instead
2236 (@code{gnus-group-unsubscribe-group}).
2237
2238 @item S k
2239 @itemx C-k
2240 @kindex S k (Group)
2241 @kindex C-k (Group)
2242 @findex gnus-group-kill-group
2243 @c @icon{gnus-group-kill-group}
2244 Kill the current group (@code{gnus-group-kill-group}).
2245
2246 @item S y
2247 @itemx C-y
2248 @kindex S y (Group)
2249 @kindex C-y (Group)
2250 @findex gnus-group-yank-group
2251 Yank the last killed group (@code{gnus-group-yank-group}).
2252
2253 @item C-x C-t
2254 @kindex C-x C-t (Group)
2255 @findex gnus-group-transpose-groups
2256 Transpose two groups (@code{gnus-group-transpose-groups}).  This isn't
2257 really a subscription command, but you can use it instead of a
2258 kill-and-yank sequence sometimes.
2259
2260 @item S w
2261 @itemx C-w
2262 @kindex S w (Group)
2263 @kindex C-w (Group)
2264 @findex gnus-group-kill-region
2265 Kill all groups in the region (@code{gnus-group-kill-region}).
2266
2267 @item S z
2268 @kindex S z (Group)
2269 @findex gnus-group-kill-all-zombies
2270 Kill all zombie groups (@code{gnus-group-kill-all-zombies}).
2271
2272 @item S C-k
2273 @kindex S C-k (Group)
2274 @findex gnus-group-kill-level
2275 Kill all groups on a certain level (@code{gnus-group-kill-level}).
2276 These groups can't be yanked back after killing, so this command should
2277 be used with some caution.  The only time where this command comes in
2278 really handy is when you have a @file{.newsrc} with lots of unsubscribed
2279 groups that you want to get rid off.  @kbd{S C-k} on level 7 will
2280 kill off all unsubscribed groups that do not have message numbers in the
2281 @file{.newsrc} file.
2282
2283 @end table
2284
2285 Also @pxref{Group Levels}.
2286
2287
2288 @node Group Data
2289 @section Group Data
2290
2291 @table @kbd
2292
2293 @item c
2294 @kindex c (Group)
2295 @findex gnus-group-catchup-current
2296 @vindex gnus-group-catchup-group-hook
2297 @c @icon{gnus-group-catchup-current}
2298 Mark all unticked articles in this group as read
2299 (@code{gnus-group-catchup-current}).
2300 @code{gnus-group-catchup-group-hook} is called when catching up a group from
2301 the group buffer.
2302
2303 @item C
2304 @kindex C (Group)
2305 @findex gnus-group-catchup-current-all
2306 Mark all articles in this group, even the ticked ones, as read
2307 (@code{gnus-group-catchup-current-all}).
2308
2309 @item M-c
2310 @kindex M-c (Group)
2311 @findex gnus-group-clear-data
2312 Clear the data from the current group---nix out marks and the list of
2313 read articles (@code{gnus-group-clear-data}).
2314
2315 @item M-x gnus-group-clear-data-on-native-groups
2316 @kindex M-x gnus-group-clear-data-on-native-groups
2317 @findex gnus-group-clear-data-on-native-groups
2318 If you have switched from one @acronym{NNTP} server to another, all your marks
2319 and read ranges have become worthless.  You can use this command to
2320 clear out all data that you have on your native groups.  Use with
2321 caution.
2322
2323 @end table
2324
2325
2326 @node Group Levels
2327 @section Group Levels
2328 @cindex group level
2329 @cindex level
2330
2331 All groups have a level of @dfn{subscribedness}.  For instance, if a
2332 group is on level 2, it is more subscribed than a group on level 5.  You
2333 can ask gnus to just list groups on a given level or lower
2334 (@pxref{Listing Groups}), or to just check for new articles in groups on
2335 a given level or lower (@pxref{Scanning New Messages}).
2336
2337 Remember:  The higher the level of the group, the less important it is.
2338
2339 @table @kbd
2340
2341 @item S l
2342 @kindex S l (Group)
2343 @findex gnus-group-set-current-level
2344 Set the level of the current group.  If a numeric prefix is given, the
2345 next @var{n} groups will have their levels set.  The user will be
2346 prompted for a level.
2347 @end table
2348
2349 @vindex gnus-level-killed
2350 @vindex gnus-level-zombie
2351 @vindex gnus-level-unsubscribed
2352 @vindex gnus-level-subscribed
2353 Gnus considers groups from levels 1 to
2354 @code{gnus-level-subscribed} (inclusive) (default 5) to be subscribed,
2355 @code{gnus-level-subscribed} (exclusive) and
2356 @code{gnus-level-unsubscribed} (inclusive) (default 7) to be
2357 unsubscribed, @code{gnus-level-zombie} to be zombies (walking dead)
2358 (default 8) and @code{gnus-level-killed} to be killed (completely dead)
2359 (default 9).  Gnus treats subscribed and unsubscribed groups exactly the
2360 same, but zombie and killed groups have no information on what articles
2361 you have read, etc, stored.  This distinction between dead and living
2362 groups isn't done because it is nice or clever, it is done purely for
2363 reasons of efficiency.
2364
2365 It is recommended that you keep all your mail groups (if any) on quite
2366 low levels (e.g. 1 or 2).
2367
2368 Maybe the following description of the default behavior of Gnus helps to
2369 understand what these levels are all about.  By default, Gnus shows you
2370 subscribed nonempty groups, but by hitting @kbd{L} you can have it show
2371 empty subscribed groups and unsubscribed groups, too.  Type @kbd{l} to
2372 go back to showing nonempty subscribed groups again.  Thus, unsubscribed
2373 groups are hidden, in a way.
2374
2375 Zombie and killed groups are similar to unsubscribed groups in that they
2376 are hidden by default.  But they are different from subscribed and
2377 unsubscribed groups in that Gnus doesn't ask the news server for
2378 information (number of messages, number of unread messages) on zombie
2379 and killed groups.  Normally, you use @kbd{C-k} to kill the groups you
2380 aren't interested in.  If most groups are killed, Gnus is faster.
2381
2382 Why does Gnus distinguish between zombie and killed groups?  Well, when
2383 a new group arrives on the server, Gnus by default makes it a zombie
2384 group.  This means that you are normally not bothered with new groups,
2385 but you can type @kbd{A z} to get a list of all new groups.  Subscribe
2386 the ones you like and kill the ones you don't want.  (@kbd{A k} shows a
2387 list of killed groups.)
2388
2389 If you want to play with the level variables, you should show some care.
2390 Set them once, and don't touch them ever again.  Better yet, don't touch
2391 them at all unless you know exactly what you're doing.
2392
2393 @vindex gnus-level-default-unsubscribed
2394 @vindex gnus-level-default-subscribed
2395 Two closely related variables are @code{gnus-level-default-subscribed}
2396 (default 3) and @code{gnus-level-default-unsubscribed} (default 6),
2397 which are the levels that new groups will be put on if they are
2398 (un)subscribed.  These two variables should, of course, be inside the
2399 relevant valid ranges.
2400
2401 @vindex gnus-keep-same-level
2402 If @code{gnus-keep-same-level} is non-@code{nil}, some movement commands
2403 will only move to groups of the same level (or lower).  In
2404 particular, going from the last article in one group to the next group
2405 will go to the next group of the same level (or lower).  This might be
2406 handy if you want to read the most important groups before you read the
2407 rest.
2408
2409 If this variable is @code{best}, Gnus will make the next newsgroup the
2410 one with the best level.
2411
2412 @vindex gnus-group-default-list-level
2413 All groups with a level less than or equal to
2414 @code{gnus-group-default-list-level} will be listed in the group buffer
2415 by default.
2416
2417 @vindex gnus-group-list-inactive-groups
2418 If @code{gnus-group-list-inactive-groups} is non-@code{nil}, non-active
2419 groups will be listed along with the unread groups.  This variable is
2420 @code{t} by default.  If it is @code{nil}, inactive groups won't be
2421 listed.
2422
2423 @vindex gnus-group-use-permanent-levels
2424 If @code{gnus-group-use-permanent-levels} is non-@code{nil}, once you
2425 give a level prefix to @kbd{g} or @kbd{l}, all subsequent commands will
2426 use this level as the ``work'' level.
2427
2428 @vindex gnus-activate-level
2429 Gnus will normally just activate (i. e., query the server about) groups
2430 on level @code{gnus-activate-level} or less.  If you don't want to
2431 activate unsubscribed groups, for instance, you might set this variable
2432 to 5.  The default is 6.
2433
2434
2435 @node Group Score
2436 @section Group Score
2437 @cindex group score
2438 @cindex group rank
2439 @cindex rank
2440
2441 You would normally keep important groups on high levels, but that scheme
2442 is somewhat restrictive.  Don't you wish you could have Gnus sort the
2443 group buffer according to how often you read groups, perhaps?  Within
2444 reason?
2445
2446 This is what @dfn{group score} is for.  You can have Gnus assign a score
2447 to each group through the mechanism described below.  You can then sort
2448 the group buffer based on this score.  Alternatively, you can sort on
2449 score and then level.  (Taken together, the level and the score is
2450 called the @dfn{rank} of the group.  A group that is on level 4 and has
2451 a score of 1 has a higher rank than a group on level 5 that has a score
2452 of 300.  (The level is the most significant part and the score is the
2453 least significant part.))
2454
2455 @findex gnus-summary-bubble-group
2456 If you want groups you read often to get higher scores than groups you
2457 read seldom you can add the @code{gnus-summary-bubble-group} function to
2458 the @code{gnus-summary-exit-hook} hook.  This will result (after
2459 sorting) in a bubbling sort of action.  If you want to see that in
2460 action after each summary exit, you can add
2461 @code{gnus-group-sort-groups-by-rank} or
2462 @code{gnus-group-sort-groups-by-score} to the same hook, but that will
2463 slow things down somewhat.
2464
2465
2466 @node Marking Groups
2467 @section Marking Groups
2468 @cindex marking groups
2469
2470 If you want to perform some command on several groups, and they appear
2471 subsequently in the group buffer, you would normally just give a
2472 numerical prefix to the command.  Most group commands will then do your
2473 bidding on those groups.
2474
2475 However, if the groups are not in sequential order, you can still
2476 perform a command on several groups.  You simply mark the groups first
2477 with the process mark and then execute the command.
2478
2479 @table @kbd
2480
2481 @item #
2482 @kindex # (Group)
2483 @itemx M m
2484 @kindex M m (Group)
2485 @findex gnus-group-mark-group
2486 Set the mark on the current group (@code{gnus-group-mark-group}).
2487
2488 @item M-#
2489 @kindex M-# (Group)
2490 @itemx M u
2491 @kindex M u (Group)
2492 @findex gnus-group-unmark-group
2493 Remove the mark from the current group
2494 (@code{gnus-group-unmark-group}).
2495
2496 @item M U
2497 @kindex M U (Group)
2498 @findex gnus-group-unmark-all-groups
2499 Remove the mark from all groups (@code{gnus-group-unmark-all-groups}).
2500
2501 @item M w
2502 @kindex M w (Group)
2503 @findex gnus-group-mark-region
2504 Mark all groups between point and mark (@code{gnus-group-mark-region}).
2505
2506 @item M b
2507 @kindex M b (Group)
2508 @findex gnus-group-mark-buffer
2509 Mark all groups in the buffer (@code{gnus-group-mark-buffer}).
2510
2511 @item M r
2512 @kindex M r (Group)
2513 @findex gnus-group-mark-regexp
2514 Mark all groups that match some regular expression
2515 (@code{gnus-group-mark-regexp}).
2516 @end table
2517
2518 Also @pxref{Process/Prefix}.
2519
2520 @findex gnus-group-universal-argument
2521 If you want to execute some command on all groups that have been marked
2522 with the process mark, you can use the @kbd{M-&}
2523 (@code{gnus-group-universal-argument}) command.  It will prompt you for
2524 the command to be executed.
2525
2526
2527 @node Foreign Groups
2528 @section Foreign Groups
2529 @cindex foreign groups
2530
2531 Below are some group mode commands for making and editing general foreign
2532 groups, as well as commands to ease the creation of a few
2533 special-purpose groups.  All these commands insert the newly created
2534 groups under point---@code{gnus-subscribe-newsgroup-method} is not
2535 consulted.
2536
2537 @table @kbd
2538
2539 @item G m
2540 @kindex G m (Group)
2541 @findex gnus-group-make-group
2542 @cindex making groups
2543 Make a new group (@code{gnus-group-make-group}).  Gnus will prompt you
2544 for a name, a method and possibly an @dfn{address}.  For an easier way
2545 to subscribe to @acronym{NNTP} groups (@pxref{Browse Foreign Server}).
2546
2547 @item G M
2548 @kindex G M (Group)
2549 @findex gnus-group-read-ephemeral-group
2550 Make an ephemeral group (@code{gnus-group-read-ephemeral-group}).  Gnus
2551 will prompt you for a name, a method and an @dfn{address}.
2552
2553 @item G r
2554 @kindex G r (Group)
2555 @findex gnus-group-rename-group
2556 @cindex renaming groups
2557 Rename the current group to something else
2558 (@code{gnus-group-rename-group}).  This is valid only on some
2559 groups---mail groups mostly.  This command might very well be quite slow
2560 on some back ends.
2561
2562 @item G c
2563 @kindex G c (Group)
2564 @cindex customizing
2565 @findex gnus-group-customize
2566 Customize the group parameters (@code{gnus-group-customize}).
2567
2568 @item G e
2569 @kindex G e (Group)
2570 @findex gnus-group-edit-group-method
2571 @cindex renaming groups
2572 Enter a buffer where you can edit the select method of the current
2573 group (@code{gnus-group-edit-group-method}).
2574
2575 @item G p
2576 @kindex G p (Group)
2577 @findex gnus-group-edit-group-parameters
2578 Enter a buffer where you can edit the group parameters
2579 (@code{gnus-group-edit-group-parameters}).
2580
2581 @item G E
2582 @kindex G E (Group)
2583 @findex gnus-group-edit-group
2584 Enter a buffer where you can edit the group info
2585 (@code{gnus-group-edit-group}).
2586
2587 @item G d
2588 @kindex G d (Group)
2589 @findex gnus-group-make-directory-group
2590 @cindex nndir
2591 Make a directory group (@pxref{Directory Groups}).  You will be prompted
2592 for a directory name (@code{gnus-group-make-directory-group}).
2593
2594 @item G h
2595 @kindex G h (Group)
2596 @cindex help group
2597 @findex gnus-group-make-help-group
2598 Make the gnus help group (@code{gnus-group-make-help-group}).
2599
2600 @item G a
2601 @kindex G a (Group)
2602 @cindex (ding) archive
2603 @cindex archive group
2604 @findex gnus-group-make-archive-group
2605 @vindex gnus-group-archive-directory
2606 @vindex gnus-group-recent-archive-directory
2607 Make a gnus archive group (@code{gnus-group-make-archive-group}).  By
2608 default a group pointing to the most recent articles will be created
2609 (@code{gnus-group-recent-archive-directory}), but given a prefix, a full
2610 group will be created from @code{gnus-group-archive-directory}.
2611
2612 @item G k
2613 @kindex G k (Group)
2614 @findex gnus-group-make-kiboze-group
2615 @cindex nnkiboze
2616 Make a kiboze group.  You will be prompted for a name, for a regexp to
2617 match groups to be ``included'' in the kiboze group, and a series of
2618 strings to match on headers (@code{gnus-group-make-kiboze-group}).
2619 @xref{Kibozed Groups}.
2620
2621 @item G D
2622 @kindex G D (Group)
2623 @findex gnus-group-enter-directory
2624 @cindex nneething
2625 Read an arbitrary directory as if it were a newsgroup with the
2626 @code{nneething} back end (@code{gnus-group-enter-directory}).
2627 @xref{Anything Groups}.
2628
2629 @item G f
2630 @kindex G f (Group)
2631 @findex gnus-group-make-doc-group
2632 @cindex ClariNet Briefs
2633 @cindex nndoc
2634 Make a group based on some file or other
2635 (@code{gnus-group-make-doc-group}).  If you give a prefix to this
2636 command, you will be prompted for a file name and a file type.
2637 Currently supported types are @code{mbox}, @code{babyl},
2638 @code{digest}, @code{news}, @code{rnews}, @code{mmdf}, @code{forward},
2639 @code{rfc934}, @code{rfc822-forward}, @code{mime-parts},
2640 @code{standard-digest}, @code{slack-digest}, @code{clari-briefs},
2641 @code{nsmail}, @code{outlook}, @code{oe-dbx}, and @code{mailman}.  If
2642 you run this command without a prefix, Gnus will guess at the file
2643 type.  @xref{Document Groups}.
2644
2645 @item G u
2646 @kindex G u (Group)
2647 @vindex gnus-useful-groups
2648 @findex gnus-group-make-useful-group
2649 Create one of the groups mentioned in @code{gnus-useful-groups}
2650 (@code{gnus-group-make-useful-group}).
2651
2652 @item G w
2653 @kindex G w (Group)
2654 @findex gnus-group-make-web-group
2655 @cindex Google
2656 @cindex nnweb
2657 @cindex gmane
2658 Make an ephemeral group based on a web search
2659 (@code{gnus-group-make-web-group}).  If you give a prefix to this
2660 command, make a solid group instead.  You will be prompted for the
2661 search engine type and the search string.  Valid search engine types
2662 include @code{google}, @code{dejanews}, and @code{gmane}.
2663 @xref{Web Searches}.
2664
2665 If you use the @code{google} search engine, you can limit the search
2666 to a particular group by using a match string like
2667 @samp{shaving group:alt.sysadmin.recovery}.
2668
2669 @item G R
2670 @kindex G R (Group)
2671 @findex gnus-group-make-rss-group
2672 Make a group based on an @acronym{RSS} feed
2673 (@code{gnus-group-make-rss-group}).  You will be prompted for an URL.
2674 @xref{RSS}.
2675
2676 @item G DEL
2677 @kindex G DEL (Group)
2678 @findex gnus-group-delete-group
2679 This function will delete the current group
2680 (@code{gnus-group-delete-group}).  If given a prefix, this function will
2681 actually delete all the articles in the group, and forcibly remove the
2682 group itself from the face of the Earth.  Use a prefix only if you are
2683 absolutely sure of what you are doing.  This command can't be used on
2684 read-only groups (like @code{nntp} groups), though.
2685
2686 @item G V
2687 @kindex G V (Group)
2688 @findex gnus-group-make-empty-virtual
2689 Make a new, fresh, empty @code{nnvirtual} group
2690 (@code{gnus-group-make-empty-virtual}).  @xref{Virtual Groups}.
2691
2692 @item G v
2693 @kindex G v (Group)
2694 @findex gnus-group-add-to-virtual
2695 Add the current group to an @code{nnvirtual} group
2696 (@code{gnus-group-add-to-virtual}).  Uses the process/prefix convention.
2697 @end table
2698
2699 @xref{Select Methods}, for more information on the various select
2700 methods.
2701
2702 @vindex gnus-activate-foreign-newsgroups
2703 If @code{gnus-activate-foreign-newsgroups} is a positive number,
2704 gnus will check all foreign groups with this level or lower at startup.
2705 This might take quite a while, especially if you subscribe to lots of
2706 groups from different @acronym{NNTP} servers.  Also @pxref{Group Levels};
2707 @code{gnus-activate-level} also affects activation of foreign
2708 newsgroups.
2709
2710
2711 @node Group Parameters
2712 @section Group Parameters
2713 @cindex group parameters
2714
2715 The group parameters store information local to a particular group.
2716 Here's an example group parameter list:
2717
2718 @example
2719 ((to-address . "ding@@gnus.org")
2720  (auto-expire . t))
2721 @end example
2722
2723 We see that each element consists of a ``dotted pair''---the thing before
2724 the dot is the key, while the thing after the dot is the value.  All the
2725 parameters have this form @emph{except} local variable specs, which are
2726 not dotted pairs, but proper lists.
2727
2728 Some parameters have correspondent customizable variables, each of which
2729 is an alist of regexps and values.
2730
2731 The following group parameters can be used:
2732
2733 @table @code
2734 @item to-address
2735 @cindex to-address
2736 Address used by when doing followups and new posts.
2737
2738 @example
2739 (to-address . "some@@where.com")
2740 @end example
2741
2742 This is primarily useful in mail groups that represent closed mailing
2743 lists---mailing lists where it's expected that everybody that writes to
2744 the mailing list is subscribed to it.  Since using this parameter
2745 ensures that the mail only goes to the mailing list itself, it means
2746 that members won't receive two copies of your followups.
2747
2748 Using @code{to-address} will actually work whether the group is foreign
2749 or not.  Let's say there's a group on the server that is called
2750 @samp{fa.4ad-l}.  This is a real newsgroup, but the server has gotten
2751 the articles from a mail-to-news gateway.  Posting directly to this
2752 group is therefore impossible---you have to send mail to the mailing
2753 list address instead.
2754
2755 See also @code{gnus-parameter-to-address-alist}.
2756
2757 @item to-list
2758 @cindex to-list
2759 Address used when doing @kbd{a} in that group.
2760
2761 @example
2762 (to-list . "some@@where.com")
2763 @end example
2764
2765 It is totally ignored
2766 when doing a followup---except that if it is present in a news group,
2767 you'll get mail group semantics when doing @kbd{f}.
2768
2769 If you do an @kbd{a} command in a mail group and you have neither a
2770 @code{to-list} group parameter nor a @code{to-address} group parameter,
2771 then a @code{to-list} group parameter will be added automatically upon
2772 sending the message if @code{gnus-add-to-list} is set to @code{t}.
2773 @vindex gnus-add-to-list
2774
2775 @findex gnus-mailing-list-mode
2776 @cindex mail list groups
2777 If this variable is set, @code{gnus-mailing-list-mode} is turned on when
2778 entering summary buffer.
2779
2780 See also @code{gnus-parameter-to-list-alist}.
2781
2782 @anchor{subscribed}
2783 @item subscribed
2784 @cindex subscribed
2785 @cindex Mail-Followup-To
2786 @findex gnus-find-subscribed-addresses
2787 If this parameter is set to @code{t}, Gnus will consider the
2788 to-address and to-list parameters for this group as addresses of
2789 mailing lists you are subscribed to.  Giving Gnus this information is
2790 (only) a first step in getting it to generate correct Mail-Followup-To
2791 headers for your posts to these lists.  The second step is to put the
2792 following in your @file{.gnus.el}
2793
2794 @lisp
2795 (setq message-subscribed-address-functions
2796       '(gnus-find-subscribed-addresses))
2797 @end lisp
2798
2799 @xref{Mailing Lists, ,Mailing Lists, message, The Message Manual}, for
2800 a complete treatment of available MFT support.
2801
2802 @item visible
2803 @cindex visible
2804 If the group parameter list has the element @code{(visible . t)},
2805 that group will always be visible in the Group buffer, regardless
2806 of whether it has any unread articles.
2807
2808 @item broken-reply-to
2809 @cindex broken-reply-to
2810 Elements like @code{(broken-reply-to . t)} signals that @code{Reply-To}
2811 headers in this group are to be ignored, and for the header to be hidden
2812 if @code{reply-to} is part of @code{gnus-boring-article-headers}.  This
2813 can be useful if you're reading a mailing list group where the listserv
2814 has inserted @code{Reply-To} headers that point back to the listserv
2815 itself.  That is broken behavior.  So there!
2816
2817 @item to-group
2818 @cindex to-group
2819 Elements like @code{(to-group . "some.group.name")} means that all
2820 posts in that group will be sent to @code{some.group.name}.
2821
2822 @item newsgroup
2823 @cindex newsgroup
2824 If you have @code{(newsgroup . t)} in the group parameter list, gnus
2825 will treat all responses as if they were responses to news articles.
2826 This can be useful if you have a mail group that's really a mirror of a
2827 news group.
2828
2829 @item gcc-self
2830 @cindex gcc-self
2831 If @code{(gcc-self . t)} is present in the group parameter list, newly
2832 composed messages will be @code{Gcc}'d to the current group.  If
2833 @code{(gcc-self . none)} is present, no @code{Gcc:} header will be
2834 generated, if @code{(gcc-self . "string")} is present, this string will
2835 be inserted literally as a @code{gcc} header.  This parameter takes
2836 precedence over any default @code{Gcc} rules as described later
2837 (@pxref{Archived Messages}).
2838
2839 @strong{Caveat}: Adding @code{(gcc-self . t)} to the parameter list of
2840 @code{nntp} groups (or the like) isn't valid.  An @code{nntp} server
2841 doesn't accept articles.
2842
2843 @item auto-expire
2844 @cindex auto-expire
2845 If the group parameter has an element that looks like @code{(auto-expire
2846 . t)}, all articles read will be marked as expirable.  For an
2847 alternative approach, @pxref{Expiring Mail}.
2848
2849 See also @code{gnus-auto-expirable-newsgroups}.
2850
2851 @item total-expire
2852 @cindex total-expire
2853 If the group parameter has an element that looks like
2854 @code{(total-expire . t)}, all read articles will be put through the
2855 expiry process, even if they are not marked as expirable.  Use with
2856 caution.  Unread, ticked and dormant articles are not eligible for
2857 expiry.
2858
2859 See also @code{gnus-total-expirable-newsgroups}.
2860
2861 @item expiry-wait
2862 @cindex expiry-wait
2863 @vindex nnmail-expiry-wait-function
2864 If the group parameter has an element that looks like
2865 @code{(expiry-wait . 10)}, this value will override any
2866 @code{nnmail-expiry-wait} and @code{nnmail-expiry-wait-function}
2867 (@pxref{Expiring Mail}) when expiring expirable messages.  The value
2868 can either be a number of days (not necessarily an integer) or the
2869 symbols @code{never} or @code{immediate}.
2870
2871 @item expiry-target
2872 @cindex expiry-target
2873 Where expired messages end up.  This parameter overrides
2874 @code{nnmail-expiry-target}.
2875
2876 @item score-file
2877 @cindex score file group parameter
2878 Elements that look like @code{(score-file . "file")} will make
2879 @file{file} into the current score file for the group in question.  All
2880 interactive score entries will be put into this file.
2881
2882 @item adapt-file
2883 @cindex adapt file group parameter
2884 Elements that look like @code{(adapt-file . "file")} will make
2885 @file{file} into the current adaptive file for the group in question.
2886 All adaptive score entries will be put into this file.
2887
2888 @item admin-address
2889 @cindex admin-address
2890 When unsubscribing from a mailing list you should never send the
2891 unsubscription notice to the mailing list itself.  Instead, you'd send
2892 messages to the administrative address.  This parameter allows you to
2893 put the admin address somewhere convenient.
2894
2895 @item display
2896 @cindex display
2897 Elements that look like @code{(display . MODE)} say which articles to
2898 display on entering the group.  Valid values are:
2899
2900 @table @code
2901 @item all
2902 Display all articles, both read and unread.
2903
2904 @item an integer
2905 Display the last @var{integer} articles in the group.  This is the same as
2906 entering the group with @kbd{C-u @var{integer}}.
2907
2908 @item default
2909 Display the default visible articles, which normally includes unread and
2910 ticked articles.
2911
2912 @item an array
2913 Display articles that satisfy a predicate.
2914
2915 Here are some examples:
2916
2917 @table @code
2918 @item [unread]
2919 Display only unread articles.
2920
2921 @item [not expire]
2922 Display everything except expirable articles.
2923
2924 @item [and (not reply) (not expire)]
2925 Display everything except expirable and articles you've already
2926 responded to.
2927 @end table
2928
2929 The available operators are @code{not}, @code{and} and @code{or}.
2930 Predicates include @code{tick}, @code{unsend}, @code{undownload},
2931 @code{unread}, @code{dormant}, @code{expire}, @code{reply},
2932 @code{killed}, @code{bookmark}, @code{score}, @code{save},
2933 @code{cache}, @code{forward}, @code{unseen} and @code{recent}.
2934
2935 @end table
2936
2937 The @code{display} parameter works by limiting the summary buffer to
2938 the subset specified.  You can pop the limit by using the @kbd{/ w}
2939 command (@pxref{Limiting}).
2940
2941 @item comment
2942 @cindex comment
2943 Elements that look like @code{(comment . "This is a comment")} are
2944 arbitrary comments on the group.  You can display comments in the
2945 group line (@pxref{Group Line Specification}).
2946
2947 @item charset
2948 @cindex charset
2949 Elements that look like @code{(charset . iso-8859-1)} will make
2950 @code{iso-8859-1} the default charset; that is, the charset that will be
2951 used for all articles that do not specify a charset.
2952
2953 See also @code{gnus-group-charset-alist}.
2954
2955 @item ignored-charsets
2956 @cindex ignored-charset
2957 Elements that look like @code{(ignored-charsets x-unknown iso-8859-1)}
2958 will make @code{iso-8859-1} and @code{x-unknown} ignored; that is, the
2959 default charset will be used for decoding articles.
2960
2961 See also @code{gnus-group-ignored-charsets-alist}.
2962
2963 @item posting-style
2964 @cindex posting-style
2965 You can store additional posting style information for this group
2966 here (@pxref{Posting Styles}).  The format is that of an entry in the
2967 @code{gnus-posting-styles} alist, except that there's no regexp matching
2968 the group name (of course).  Style elements in this group parameter will
2969 take precedence over the ones found in @code{gnus-posting-styles}.
2970
2971 For instance, if you want a funky name and signature in this group only,
2972 instead of hacking @code{gnus-posting-styles}, you could put something
2973 like this in the group parameters:
2974
2975 @example
2976 (posting-style
2977   (name "Funky Name")
2978   ("X-My-Header" "Funky Value")
2979   (signature "Funky Signature"))
2980 @end example
2981
2982 @item post-method
2983 @cindex post-method
2984 If it is set, the value is used as the method for posting message
2985 instead of @code{gnus-post-method}.
2986
2987 @item banner
2988 @cindex banner
2989 An item like @code{(banner . @var{regexp})} causes any part of an article
2990 that matches the regular expression @var{regexp} to be stripped.  Instead of
2991 @var{regexp}, you can also use the symbol @code{signature} which strips the
2992 last signature or any of the elements of the alist
2993 @code{gnus-article-banner-alist}.
2994
2995 @item sieve
2996 @cindex sieve
2997 This parameter contains a Sieve test that should match incoming mail
2998 that should be placed in this group.  From this group parameter, a
2999 Sieve @samp{IF} control structure is generated, having the test as the
3000 condition and @samp{fileinto "group.name";} as the body.
3001
3002 For example, if the @samp{INBOX.list.sieve} group has the @code{(sieve
3003 address "sender" "sieve-admin@@extundo.com")} group parameter, when
3004 translating the group parameter into a Sieve script (@pxref{Sieve
3005 Commands}) the following Sieve code is generated:
3006
3007 @example
3008 if address \"sender\" \"sieve-admin@@extundo.com\" @{
3009         fileinto \"INBOX.list.sieve\";
3010 @}
3011 @end example
3012
3013 The Sieve language is described in RFC 3028.  @xref{Top, Emacs Sieve,
3014 Top, sieve, Emacs Sieve}.
3015
3016 @item (agent parameters)
3017 If the agent has been enabled, you can set any of the its parameters
3018 to control the behavior of the agent in individual groups. See Agent
3019 Parameters in @ref{Category Syntax}.  Most users will choose to set
3020 agent parameters in either an agent category or group topic to
3021 minimize the configuration effort.
3022
3023 @item (@var{variable} @var{form})
3024 You can use the group parameters to set variables local to the group you
3025 are entering.  If you want to turn threading off in @samp{news.answers},
3026 you could put @code{(gnus-show-threads nil)} in the group parameters of
3027 that group.  @code{gnus-show-threads} will be made into a local variable
3028 in the summary buffer you enter, and the form @code{nil} will be
3029 @code{eval}ed there.
3030
3031 Note that this feature sets the variable locally to the summary buffer.
3032 But some variables are evaluated in the article buffer, or in the
3033 message buffer (of a reply or followup or otherwise newly created
3034 message).  As a workaround, it might help to add the variable in
3035 question to @code{gnus-newsgroup-variables}.  @xref{Various Summary
3036 Stuff}.  So if you want to set @code{message-from-style} via the group
3037 parameters, then you may need the following statement elsewhere in your
3038 @file{~/.gnus} file:
3039
3040 @lisp
3041 (add-to-list 'gnus-newsgroup-variables 'message-from-style)
3042 @end lisp
3043
3044 @vindex gnus-list-identifiers
3045 A use for this feature is to remove a mailing list identifier tag in
3046 the subject fields of articles.  E.g. if the news group
3047
3048 @example
3049 nntp+news.gnus.org:gmane.text.docbook.apps
3050 @end example
3051
3052 has the tag @samp{DOC-BOOK-APPS:} in the subject of all articles, this
3053 tag can be removed from the article subjects in the summary buffer for
3054 the group by putting @code{(gnus-list-identifiers "DOCBOOK-APPS:")}
3055 into the group parameters for the group.
3056
3057 This can also be used as a group-specific hook function, if you'd like.
3058 If you want to hear a beep when you enter a group, you could put
3059 something like @code{(dummy-variable (ding))} in the parameters of that
3060 group.  @code{dummy-variable} will be set to the result of the
3061 @code{(ding)} form, but who cares?
3062
3063 @end table
3064
3065 Use the @kbd{G p} or the @kbd{G c} command to edit group parameters of a
3066 group.  (@kbd{G p} presents you with a Lisp-based interface, @kbd{G c}
3067 presents you with a Customize-like interface.  The latter helps avoid
3068 silly Lisp errors.)  You might also be interested in reading about topic
3069 parameters (@pxref{Topic Parameters}).
3070
3071 @vindex gnus-parameters
3072 Group parameters can be set via the @code{gnus-parameters} variable too.
3073 But some variables, such as @code{visible}, have no effect.  For
3074 example:
3075
3076 @lisp
3077 (setq gnus-parameters
3078       '(("mail\\..*"
3079          (gnus-show-threads nil)
3080          (gnus-use-scoring nil)
3081          (gnus-summary-line-format
3082           "%U%R%z%I%(%[%d:%ub%-23,23f%]%) %s\n")
3083          (gcc-self . t)
3084          (display . all))
3085
3086         ("^nnimap:\\(foo.bar\\)$"
3087          (to-group . "\\1"))
3088
3089         ("mail\\.me"
3090          (gnus-use-scoring  t))
3091
3092         ("list\\..*"
3093          (total-expire . t)
3094          (broken-reply-to . t))))
3095 @end lisp
3096
3097 String value of parameters will be subjected to regexp substitution, as
3098 the @code{to-group} example shows.
3099
3100
3101 @node Listing Groups
3102 @section Listing Groups
3103 @cindex group listing
3104
3105 These commands all list various slices of the groups available.
3106
3107 @table @kbd
3108
3109 @item l
3110 @itemx A s
3111 @kindex A s (Group)
3112 @kindex l (Group)
3113 @findex gnus-group-list-groups
3114 List all groups that have unread articles
3115 (@code{gnus-group-list-groups}).  If the numeric prefix is used, this
3116 command will list only groups of level ARG and lower.  By default, it
3117 only lists groups of level five (i.e.,
3118 @code{gnus-group-default-list-level}) or lower (i.e., just subscribed
3119 groups).
3120
3121 @item L
3122 @itemx A u
3123 @kindex A u (Group)
3124 @kindex L (Group)
3125 @findex gnus-group-list-all-groups
3126 List all groups, whether they have unread articles or not
3127 (@code{gnus-group-list-all-groups}).  If the numeric prefix is used,
3128 this command will list only groups of level ARG and lower.  By default,
3129 it lists groups of level seven or lower (i.e., just subscribed and
3130 unsubscribed groups).
3131
3132 @item A l
3133 @kindex A l (Group)
3134 @findex gnus-group-list-level
3135 List all unread groups on a specific level
3136 (@code{gnus-group-list-level}).  If given a prefix, also list the groups
3137 with no unread articles.
3138
3139 @item A k
3140 @kindex A k (Group)
3141 @findex gnus-group-list-killed
3142 List all killed groups (@code{gnus-group-list-killed}).  If given a
3143 prefix argument, really list all groups that are available, but aren't
3144 currently (un)subscribed.  This could entail reading the active file
3145 from the server.
3146
3147 @item A z
3148 @kindex A z (Group)
3149 @findex gnus-group-list-zombies
3150 List all zombie groups (@code{gnus-group-list-zombies}).
3151
3152 @item A m
3153 @kindex A m (Group)
3154 @findex gnus-group-list-matching
3155 List all unread, subscribed groups with names that match a regexp
3156 (@code{gnus-group-list-matching}).
3157
3158 @item A M
3159 @kindex A M (Group)
3160 @findex gnus-group-list-all-matching
3161 List groups that match a regexp (@code{gnus-group-list-all-matching}).
3162
3163 @item A A
3164 @kindex A A (Group)
3165 @findex gnus-group-list-active
3166 List absolutely all groups in the active file(s) of the
3167 server(s) you are connected to (@code{gnus-group-list-active}).  This
3168 might very well take quite a while.  It might actually be a better idea
3169 to do a @kbd{A M} to list all matching, and just give @samp{.} as the
3170 thing to match on.  Also note that this command may list groups that
3171 don't exist (yet)---these will be listed as if they were killed groups.
3172 Take the output with some grains of salt.
3173
3174 @item A a
3175 @kindex A a (Group)
3176 @findex gnus-group-apropos
3177 List all groups that have names that match a regexp
3178 (@code{gnus-group-apropos}).
3179
3180 @item A d
3181 @kindex A d (Group)
3182 @findex gnus-group-description-apropos
3183 List all groups that have names or descriptions that match a regexp
3184 (@code{gnus-group-description-apropos}).
3185
3186 @item A c
3187 @kindex A c (Group)
3188 @findex gnus-group-list-cached
3189 List all groups with cached articles (@code{gnus-group-list-cached}).
3190
3191 @item A ?
3192 @kindex A ? (Group)
3193 @findex gnus-group-list-dormant
3194 List all groups with dormant articles (@code{gnus-group-list-dormant}).
3195
3196 @item A /
3197 @kindex A / (Group)
3198 @findex gnus-group-list-limit
3199 List groups limited within the current selection
3200 (@code{gnus-group-list-limit}).
3201
3202 @item A f
3203 @kindex A f (Group)
3204 @findex gnus-group-list-flush
3205 Flush groups from the current selection (@code{gnus-group-list-flush}).
3206
3207 @item A p
3208 @kindex A p (Group)
3209 @findex gnus-group-list-plus
3210 List groups plus the current selection (@code{gnus-group-list-plus}).
3211
3212 @end table
3213
3214 @vindex gnus-permanently-visible-groups
3215 @cindex visible group parameter
3216 Groups that match the @code{gnus-permanently-visible-groups} regexp will
3217 always be shown, whether they have unread articles or not.  You can also
3218 add the @code{visible} element to the group parameters in question to
3219 get the same effect.
3220
3221 @vindex gnus-list-groups-with-ticked-articles
3222 Groups that have just ticked articles in it are normally listed in the
3223 group buffer.  If @code{gnus-list-groups-with-ticked-articles} is
3224 @code{nil}, these groups will be treated just like totally empty
3225 groups.  It is @code{t} by default.
3226
3227
3228 @node Sorting Groups
3229 @section Sorting Groups
3230 @cindex sorting groups
3231
3232 @kindex C-c C-s (Group)
3233 @findex gnus-group-sort-groups
3234 @vindex gnus-group-sort-function
3235 The @kbd{C-c C-s} (@code{gnus-group-sort-groups}) command sorts the
3236 group buffer according to the function(s) given by the
3237 @code{gnus-group-sort-function} variable.  Available sorting functions
3238 include:
3239
3240 @table @code
3241
3242 @item gnus-group-sort-by-alphabet
3243 @findex gnus-group-sort-by-alphabet
3244 Sort the group names alphabetically.  This is the default.
3245
3246 @item gnus-group-sort-by-real-name
3247 @findex gnus-group-sort-by-real-name
3248 Sort the group alphabetically on the real (unprefixed) group names.
3249
3250 @item gnus-group-sort-by-level
3251 @findex gnus-group-sort-by-level
3252 Sort by group level.
3253
3254 @item gnus-group-sort-by-score
3255 @findex gnus-group-sort-by-score
3256 Sort by group score.  @xref{Group Score}.
3257
3258 @item gnus-group-sort-by-rank
3259 @findex gnus-group-sort-by-rank
3260 Sort by group score and then the group level.  The level and the score
3261 are, when taken together, the group's @dfn{rank}.  @xref{Group Score}.
3262
3263 @item gnus-group-sort-by-unread
3264 @findex gnus-group-sort-by-unread
3265 Sort by number of unread articles.
3266
3267 @item gnus-group-sort-by-method
3268 @findex gnus-group-sort-by-method
3269 Sort alphabetically on the select method.
3270
3271 @item gnus-group-sort-by-server
3272 @findex gnus-group-sort-by-server
3273 Sort alphabetically on the Gnus server name.
3274
3275
3276 @end table
3277
3278 @code{gnus-group-sort-function} can also be a list of sorting
3279 functions.  In that case, the most significant sort key function must be
3280 the last one.
3281
3282
3283 There are also a number of commands for sorting directly according to
3284 some sorting criteria:
3285
3286 @table @kbd
3287 @item G S a
3288 @kindex G S a (Group)
3289 @findex gnus-group-sort-groups-by-alphabet
3290 Sort the group buffer alphabetically by group name
3291 (@code{gnus-group-sort-groups-by-alphabet}).
3292
3293 @item G S u
3294 @kindex G S u (Group)
3295 @findex gnus-group-sort-groups-by-unread
3296 Sort the group buffer by the number of unread articles
3297 (@code{gnus-group-sort-groups-by-unread}).
3298
3299 @item G S l
3300 @kindex G S l (Group)
3301 @findex gnus-group-sort-groups-by-level
3302 Sort the group buffer by group level
3303 (@code{gnus-group-sort-groups-by-level}).
3304
3305 @item G S v
3306 @kindex G S v (Group)
3307 @findex gnus-group-sort-groups-by-score
3308 Sort the group buffer by group score
3309 (@code{gnus-group-sort-groups-by-score}).  @xref{Group Score}.
3310
3311 @item G S r
3312 @kindex G S r (Group)
3313 @findex gnus-group-sort-groups-by-rank
3314 Sort the group buffer by group rank
3315 (@code{gnus-group-sort-groups-by-rank}).  @xref{Group Score}.
3316
3317 @item G S m
3318 @kindex G S m (Group)
3319 @findex gnus-group-sort-groups-by-method
3320 Sort the group buffer alphabetically by back end name@*
3321 (@code{gnus-group-sort-groups-by-method}).
3322
3323 @item G S n
3324 @kindex G S n (Group)
3325 @findex gnus-group-sort-groups-by-real-name
3326 Sort the group buffer alphabetically by real (unprefixed) group name
3327 (@code{gnus-group-sort-groups-by-real-name}).
3328
3329 @end table
3330
3331 All the commands below obey the process/prefix convention
3332 (@pxref{Process/Prefix}).
3333
3334 When given a symbolic prefix (@pxref{Symbolic Prefixes}), all these
3335 commands will sort in reverse order.
3336
3337 You can also sort a subset of the groups:
3338
3339 @table @kbd
3340 @item G P a
3341 @kindex G P a (Group)
3342 @findex gnus-group-sort-selected-groups-by-alphabet
3343 Sort the groups alphabetically by group name
3344 (@code{gnus-group-sort-selected-groups-by-alphabet}).
3345
3346 @item G P u
3347 @kindex G P u (Group)
3348 @findex gnus-group-sort-selected-groups-by-unread
3349 Sort the groups by the number of unread articles
3350 (@code{gnus-group-sort-selected-groups-by-unread}).
3351
3352 @item G P l
3353 @kindex G P l (Group)
3354 @findex gnus-group-sort-selected-groups-by-level
3355 Sort the groups by group level
3356 (@code{gnus-group-sort-selected-groups-by-level}).
3357
3358 @item G P v
3359 @kindex G P v (Group)
3360 @findex gnus-group-sort-selected-groups-by-score
3361 Sort the groups by group score
3362 (@code{gnus-group-sort-selected-groups-by-score}).  @xref{Group Score}.
3363
3364 @item G P r
3365 @kindex G P r (Group)
3366 @findex gnus-group-sort-selected-groups-by-rank
3367 Sort the groups by group rank
3368 (@code{gnus-group-sort-selected-groups-by-rank}).  @xref{Group Score}.
3369
3370 @item G P m
3371 @kindex G P m (Group)
3372 @findex gnus-group-sort-selected-groups-by-method
3373 Sort the groups alphabetically by back end name@*
3374 (@code{gnus-group-sort-selected-groups-by-method}).
3375
3376 @item G P n
3377 @kindex G P n (Group)
3378 @findex gnus-group-sort-selected-groups-by-real-name
3379 Sort the groups alphabetically by real (unprefixed) group name
3380 (@code{gnus-group-sort-selected-groups-by-real-name}).
3381
3382 @item G P s
3383 @kindex G P s (Group)
3384 @findex gnus-group-sort-selected-groups
3385 Sort the groups according to @code{gnus-group-sort-function}.
3386
3387 @end table
3388
3389 And finally, note that you can use @kbd{C-k} and @kbd{C-y} to manually
3390 move groups around.
3391
3392
3393 @node Group Maintenance
3394 @section Group Maintenance
3395 @cindex bogus groups
3396
3397 @table @kbd
3398 @item b
3399 @kindex b (Group)
3400 @findex gnus-group-check-bogus-groups
3401 Find bogus groups and delete them
3402 (@code{gnus-group-check-bogus-groups}).
3403
3404 @item F
3405 @kindex F (Group)
3406 @findex gnus-group-find-new-groups
3407 Find new groups and process them (@code{gnus-group-find-new-groups}).
3408 With 1 @kbd{C-u}, use the @code{ask-server} method to query the server
3409 for new groups.  With 2 @kbd{C-u}'s, use most complete method possible
3410 to query the server for new groups, and subscribe the new groups as
3411 zombies.
3412
3413 @item C-c C-x
3414 @kindex C-c C-x (Group)
3415 @findex gnus-group-expire-articles
3416 Run all expirable articles in the current group through the expiry
3417 process (if any) (@code{gnus-group-expire-articles}).  That is, delete
3418 all expirable articles in the group that have been around for a while.
3419 (@pxref{Expiring Mail}).
3420
3421 @item C-c C-M-x
3422 @kindex C-c C-M-x (Group)
3423 @findex gnus-group-expire-all-groups
3424 Run all expirable articles in all groups through the expiry process
3425 (@code{gnus-group-expire-all-groups}).
3426
3427 @end table
3428
3429
3430 @node Browse Foreign Server
3431 @section Browse Foreign Server
3432 @cindex foreign servers
3433 @cindex browsing servers
3434
3435 @table @kbd
3436 @item B
3437 @kindex B (Group)
3438 @findex gnus-group-browse-foreign-server
3439 You will be queried for a select method and a server name.  Gnus will
3440 then attempt to contact this server and let you browse the groups there
3441 (@code{gnus-group-browse-foreign-server}).
3442 @end table
3443
3444 @findex gnus-browse-mode
3445 A new buffer with a list of available groups will appear.  This buffer
3446 will use the @code{gnus-browse-mode}.  This buffer looks a bit (well,
3447 a lot) like a normal group buffer.
3448
3449 Here's a list of keystrokes available in the browse mode:
3450
3451 @table @kbd
3452 @item n
3453 @kindex n (Browse)
3454 @findex gnus-group-next-group
3455 Go to the next group (@code{gnus-group-next-group}).
3456
3457 @item p
3458 @kindex p (Browse)
3459 @findex gnus-group-prev-group
3460 Go to the previous group (@code{gnus-group-prev-group}).
3461
3462 @item SPACE
3463 @kindex SPACE (Browse)
3464 @findex gnus-browse-read-group
3465 Enter the current group and display the first article
3466 (@code{gnus-browse-read-group}).
3467
3468 @item RET
3469 @kindex RET (Browse)
3470 @findex gnus-browse-select-group
3471 Enter the current group (@code{gnus-browse-select-group}).
3472
3473 @item u
3474 @kindex u (Browse)
3475 @findex gnus-browse-unsubscribe-current-group
3476 Unsubscribe to the current group, or, as will be the case here,
3477 subscribe to it (@code{gnus-browse-unsubscribe-current-group}).
3478
3479 @item l
3480 @itemx q
3481 @kindex q (Browse)
3482 @kindex l (Browse)
3483 @findex gnus-browse-exit
3484 Exit browse mode (@code{gnus-browse-exit}).
3485
3486 @item d
3487 @kindex d (Browse)
3488 @findex gnus-browse-describe-group
3489 Describe the current group (@code{gnus-browse-describe-group}).
3490
3491 @item ?
3492 @kindex ? (Browse)
3493 @findex gnus-browse-describe-briefly
3494 Describe browse mode briefly (well, there's not much to describe, is
3495 there) (@code{gnus-browse-describe-briefly}).
3496 @end table
3497
3498
3499 @node Exiting Gnus
3500 @section Exiting gnus
3501 @cindex exiting gnus
3502
3503 Yes, gnus is ex(c)iting.
3504
3505 @table @kbd
3506 @item z
3507 @kindex z (Group)
3508 @findex gnus-group-suspend
3509 Suspend gnus (@code{gnus-group-suspend}).  This doesn't really exit gnus,
3510 but it kills all buffers except the Group buffer.  I'm not sure why this
3511 is a gain, but then who am I to judge?
3512
3513 @item q
3514 @kindex q (Group)
3515 @findex gnus-group-exit
3516 @c @icon{gnus-group-exit}
3517 Quit gnus (@code{gnus-group-exit}).
3518
3519 @item Q
3520 @kindex Q (Group)
3521 @findex gnus-group-quit
3522 Quit gnus without saving the @file{.newsrc} files (@code{gnus-group-quit}).
3523 The dribble file will be saved, though (@pxref{Auto Save}).
3524 @end table
3525
3526 @vindex gnus-exit-gnus-hook
3527 @vindex gnus-suspend-gnus-hook
3528 @vindex gnus-after-exiting-gnus-hook
3529 @code{gnus-suspend-gnus-hook} is called when you suspend gnus and
3530 @code{gnus-exit-gnus-hook} is called when you quit gnus, while
3531 @code{gnus-after-exiting-gnus-hook} is called as the final item when
3532 exiting gnus.
3533
3534 Note:
3535
3536 @quotation
3537 Miss Lisa Cannifax, while sitting in English class, felt her feet go
3538 numbly heavy and herself fall into a hazy trance as the boy sitting
3539 behind her drew repeated lines with his pencil across the back of her
3540 plastic chair.
3541 @end quotation
3542
3543
3544 @node Group Topics
3545 @section Group Topics
3546 @cindex topics
3547
3548 If you read lots and lots of groups, it might be convenient to group
3549 them hierarchically according to topics.  You put your Emacs groups over
3550 here, your sex groups over there, and the rest (what, two groups or so?)
3551 you put in some misc section that you never bother with anyway.  You can
3552 even group the Emacs sex groups as a sub-topic to either the Emacs
3553 groups or the sex groups---or both!  Go wild!
3554
3555 @iftex
3556 @iflatex
3557 \gnusfigure{Group Topics}{400}{
3558 \put(75,50){\epsfig{figure=ps/group-topic,height=9cm}}
3559 }
3560 @end iflatex
3561 @end iftex
3562
3563 Here's an example:
3564
3565 @example
3566 Gnus
3567   Emacs -- I wuw it!
3568      3: comp.emacs
3569      2: alt.religion.emacs
3570     Naughty Emacs
3571      452: alt.sex.emacs
3572        0: comp.talk.emacs.recovery
3573   Misc
3574      8: comp.binaries.fractals
3575     13: comp.sources.unix
3576 @end example
3577
3578 @findex gnus-topic-mode
3579 @kindex t (Group)
3580 To get this @emph{fab} functionality you simply turn on (ooh!) the
3581 @code{gnus-topic} minor mode---type @kbd{t} in the group buffer.  (This
3582 is a toggling command.)
3583
3584 Go ahead, just try it.  I'll still be here when you get back.  La de
3585 dum@dots{} Nice tune, that@dots{} la la la@dots{} What, you're back?
3586 Yes, and now press @kbd{l}.  There.  All your groups are now listed
3587 under @samp{misc}.  Doesn't that make you feel all warm and fuzzy?
3588 Hot and bothered?
3589
3590 If you want this permanently enabled, you should add that minor mode to
3591 the hook for the group mode.  Put the following line in your
3592 @file{~/.gnus.el} file:
3593
3594 @lisp
3595 (add-hook 'gnus-group-mode-hook 'gnus-topic-mode)
3596 @end lisp
3597
3598 @menu
3599 * Topic Commands::              Interactive E-Z commands.
3600 * Topic Variables::             How to customize the topics the Lisp Way.
3601 * Topic Sorting::               Sorting each topic individually.
3602 * Topic Topology::              A map of the world.
3603 * Topic Parameters::            Parameters that apply to all groups in a topic.
3604 @end menu
3605
3606
3607 @node Topic Commands
3608 @subsection Topic Commands
3609 @cindex topic commands
3610
3611 When the topic minor mode is turned on, a new @kbd{T} submap will be
3612 available.  In addition, a few of the standard keys change their
3613 definitions slightly.
3614
3615 In general, the following kinds of operations are possible on topics.
3616 First of all, you want to create topics.  Secondly, you want to put
3617 groups in topics and to move them around until you have an order you
3618 like.  The third kind of operation is to show/hide parts of the whole
3619 shebang.  You might want to hide a topic including its subtopics and
3620 groups, to get a better overview of the other groups.
3621
3622 Here is a list of the basic keys that you might need to set up topics
3623 the way you like.
3624
3625 @table @kbd
3626
3627 @item T n
3628 @kindex T n (Topic)
3629 @findex gnus-topic-create-topic
3630 Prompt for a new topic name and create it
3631 (@code{gnus-topic-create-topic}).
3632
3633 @item T TAB
3634 @itemx TAB
3635 @kindex T TAB (Topic)
3636 @kindex TAB (Topic)
3637 @findex gnus-topic-indent
3638 ``Indent'' the current topic so that it becomes a sub-topic of the
3639 previous topic (@code{gnus-topic-indent}).  If given a prefix,
3640 ``un-indent'' the topic instead.
3641
3642 @item M-TAB
3643 @kindex M-TAB (Topic)
3644 @findex gnus-topic-unindent
3645 ``Un-indent'' the current topic so that it becomes a sub-topic of the
3646 parent of its current parent (@code{gnus-topic-unindent}).
3647
3648 @end table
3649
3650 The following two keys can be used to move groups and topics around.
3651 They work like the well-known cut and paste.  @kbd{C-k} is like cut and
3652 @kbd{C-y} is like paste.  Of course, this being Emacs, we use the terms
3653 kill and yank rather than cut and paste.
3654
3655 @table @kbd
3656
3657 @item C-k
3658 @kindex C-k (Topic)
3659 @findex gnus-topic-kill-group
3660 Kill a group or topic (@code{gnus-topic-kill-group}).  All groups in the
3661 topic will be removed along with the topic.
3662
3663 @item C-y
3664 @kindex C-y (Topic)
3665 @findex gnus-topic-yank-group
3666 Yank the previously killed group or topic
3667 (@code{gnus-topic-yank-group}).  Note that all topics will be yanked
3668 before all groups.
3669
3670 So, to move a topic to the beginning of the list of topics, just hit
3671 @kbd{C-k} on it.  This is like the ``cut'' part of cut and paste.  Then,
3672 move the cursor to the beginning of the buffer (just below the ``Gnus''
3673 topic) and hit @kbd{C-y}.  This is like the ``paste'' part of cut and
3674 paste.  Like I said -- E-Z.
3675
3676 You can use @kbd{C-k} and @kbd{C-y} on groups as well as on topics.  So
3677 you can move topics around as well as groups.
3678
3679 @end table
3680
3681 After setting up the topics the way you like them, you might wish to
3682 hide a topic, or to show it again.  That's why we have the following
3683 key.
3684
3685 @table @kbd
3686
3687 @item RET
3688 @kindex RET (Topic)
3689 @findex gnus-topic-select-group
3690 @itemx SPACE
3691 Either select a group or fold a topic (@code{gnus-topic-select-group}).
3692 When you perform this command on a group, you'll enter the group, as
3693 usual.  When done on a topic line, the topic will be folded (if it was
3694 visible) or unfolded (if it was folded already).  So it's basically a
3695 toggling command on topics.  In addition, if you give a numerical
3696 prefix, group on that level (and lower) will be displayed.
3697
3698 @end table
3699
3700 Now for a list of other commands, in no particular order.
3701
3702 @table @kbd
3703
3704 @item T m
3705 @kindex T m (Topic)
3706 @findex gnus-topic-move-group
3707 Move the current group to some other topic
3708 (@code{gnus-topic-move-group}).  This command uses the process/prefix
3709 convention (@pxref{Process/Prefix}).
3710
3711 @item T j
3712 @kindex T j (Topic)
3713 @findex gnus-topic-jump-to-topic
3714 Go to a topic (@code{gnus-topic-jump-to-topic}).
3715
3716 @item T c
3717 @kindex T c (Topic)
3718 @findex gnus-topic-copy-group
3719 Copy the current group to some other topic
3720 (@code{gnus-topic-copy-group}).  This command uses the process/prefix
3721 convention (@pxref{Process/Prefix}).
3722
3723 @item T h
3724 @kindex T h (Topic)
3725 @findex gnus-topic-hide-topic
3726 Hide the current topic (@code{gnus-topic-hide-topic}).  If given
3727 a prefix, hide the topic permanently.
3728
3729 @item T s
3730 @kindex T s (Topic)
3731 @findex gnus-topic-show-topic
3732 Show the current topic (@code{gnus-topic-show-topic}).  If given
3733 a prefix, show the topic permanently.
3734
3735 @item T D
3736 @kindex T D (Topic)
3737 @findex gnus-topic-remove-group
3738 Remove a group from the current topic (@code{gnus-topic-remove-group}).
3739 This command is mainly useful if you have the same group in several
3740 topics and wish to remove it from one of the topics.  You may also
3741 remove a group from all topics, but in that case, Gnus will add it to
3742 the root topic the next time you start Gnus.  In fact, all new groups
3743 (which, naturally, don't belong to any topic) will show up in the root
3744 topic.
3745
3746 This command uses the process/prefix convention
3747 (@pxref{Process/Prefix}).
3748
3749 @item T M
3750 @kindex T M (Topic)
3751 @findex gnus-topic-move-matching
3752 Move all groups that match some regular expression to a topic
3753 (@code{gnus-topic-move-matching}).
3754
3755 @item T C
3756 @kindex T C (Topic)
3757 @findex gnus-topic-copy-matching
3758 Copy all groups that match some regular expression to a topic
3759 (@code{gnus-topic-copy-matching}).
3760
3761 @item T H
3762 @kindex T H (Topic)
3763 @findex gnus-topic-toggle-display-empty-topics
3764 Toggle hiding empty topics
3765 (@code{gnus-topic-toggle-display-empty-topics}).
3766
3767 @item T #
3768 @kindex T # (Topic)
3769 @findex gnus-topic-mark-topic
3770 Mark all groups in the current topic with the process mark
3771 (@code{gnus-topic-mark-topic}).  This command works recursively on
3772 sub-topics unless given a prefix.
3773
3774 @item T M-#
3775 @kindex T M-# (Topic)
3776 @findex gnus-topic-unmark-topic
3777 Remove the process mark from all groups in the current topic
3778 (@code{gnus-topic-unmark-topic}).  This command works recursively on
3779 sub-topics unless given a prefix.
3780
3781 @item C-c C-x
3782 @kindex C-c C-x (Topic)
3783 @findex gnus-topic-expire-articles
3784 Run all expirable articles in the current group or topic through the
3785 expiry process (if any)
3786 (@code{gnus-topic-expire-articles}).  (@pxref{Expiring Mail}).
3787
3788 @item T r
3789 @kindex T r (Topic)
3790 @findex gnus-topic-rename
3791 Rename a topic (@code{gnus-topic-rename}).
3792
3793 @item T DEL
3794 @kindex T DEL (Topic)
3795 @findex gnus-topic-delete
3796 Delete an empty topic (@code{gnus-topic-delete}).
3797
3798 @item A T
3799 @kindex A T (Topic)
3800 @findex gnus-topic-list-active
3801 List all groups that gnus knows about in a topics-ified way
3802 (@code{gnus-topic-list-active}).
3803
3804 @item T M-n
3805 @kindex T M-n (Topic)
3806 @findex gnus-topic-goto-next-topic
3807 Go to the next topic (@code{gnus-topic-goto-next-topic}).
3808
3809 @item T M-p
3810 @kindex T M-p (Topic)
3811 @findex gnus-topic-goto-previous-topic
3812 Go to the next topic (@code{gnus-topic-goto-previous-topic}).
3813
3814 @item G p
3815 @kindex G p (Topic)
3816 @findex gnus-topic-edit-parameters
3817 @cindex group parameters
3818 @cindex topic parameters
3819 @cindex parameters
3820 Edit the topic parameters (@code{gnus-topic-edit-parameters}).
3821 @xref{Topic Parameters}.
3822
3823 @end table
3824
3825
3826 @node Topic Variables
3827 @subsection Topic Variables
3828 @cindex topic variables
3829
3830 The previous section told you how to tell Gnus which topics to display.
3831 This section explains how to tell Gnus what to display about each topic.
3832
3833 @vindex gnus-topic-line-format
3834 The topic lines themselves are created according to the
3835 @code{gnus-topic-line-format} variable (@pxref{Formatting Variables}).
3836 Valid elements are:
3837
3838 @table @samp
3839 @item i
3840 Indentation.
3841 @item n
3842 Topic name.
3843 @item v
3844 Visibility.
3845 @item l
3846 Level.
3847 @item g
3848 Number of groups in the topic.
3849 @item a
3850 Number of unread articles in the topic.
3851 @item A
3852 Number of unread articles in the topic and all its subtopics.
3853 @end table
3854
3855 @vindex gnus-topic-indent-level
3856 Each sub-topic (and the groups in the sub-topics) will be indented with
3857 @code{gnus-topic-indent-level} times the topic level number of spaces.
3858 The default is 2.
3859
3860 @vindex gnus-topic-mode-hook
3861 @code{gnus-topic-mode-hook} is called in topic minor mode buffers.
3862
3863 @vindex gnus-topic-display-empty-topics
3864 The @code{gnus-topic-display-empty-topics} says whether to display even
3865 topics that have no unread articles in them.  The default is @code{t}.
3866
3867
3868 @node Topic Sorting
3869 @subsection Topic Sorting
3870 @cindex topic sorting
3871
3872 You can sort the groups in each topic individually with the following
3873 commands:
3874
3875
3876 @table @kbd
3877 @item T S a
3878 @kindex T S a (Topic)
3879 @findex gnus-topic-sort-groups-by-alphabet
3880 Sort the current topic alphabetically by group name
3881 (@code{gnus-topic-sort-groups-by-alphabet}).
3882
3883 @item T S u
3884 @kindex T S u (Topic)
3885 @findex gnus-topic-sort-groups-by-unread
3886 Sort the current topic by the number of unread articles
3887 (@code{gnus-topic-sort-groups-by-unread}).
3888
3889 @item T S l
3890 @kindex T S l (Topic)
3891 @findex gnus-topic-sort-groups-by-level
3892 Sort the current topic by group level
3893 (@code{gnus-topic-sort-groups-by-level}).
3894
3895 @item T S v
3896 @kindex T S v (Topic)
3897 @findex gnus-topic-sort-groups-by-score
3898 Sort the current topic by group score
3899 (@code{gnus-topic-sort-groups-by-score}).  @xref{Group Score}.
3900
3901 @item T S r
3902 @kindex T S r (Topic)
3903 @findex gnus-topic-sort-groups-by-rank
3904 Sort the current topic by group rank
3905 (@code{gnus-topic-sort-groups-by-rank}).  @xref{Group Score}.
3906
3907 @item T S m
3908 @kindex T S m (Topic)
3909 @findex gnus-topic-sort-groups-by-method
3910 Sort the current topic alphabetically by back end name
3911 (@code{gnus-topic-sort-groups-by-method}).
3912
3913 @item T S e
3914 @kindex T S e (Topic)
3915 @findex gnus-topic-sort-groups-by-server
3916 Sort the current topic alphabetically by server name
3917 (@code{gnus-topic-sort-groups-by-server}).
3918
3919 @item T S s
3920 @kindex T S s (Topic)
3921 @findex gnus-topic-sort-groups
3922 Sort the current topic according to the function(s) given by the
3923 @code{gnus-group-sort-function} variable
3924 (@code{gnus-topic-sort-groups}).
3925
3926 @end table
3927
3928 When given a prefix argument, all these commands will sort in reverse
3929 order.  @xref{Sorting Groups}, for more information about group
3930 sorting.
3931
3932
3933 @node Topic Topology
3934 @subsection Topic Topology
3935 @cindex topic topology
3936 @cindex topology
3937
3938 So, let's have a look at an example group buffer:
3939
3940 @example
3941 @group
3942 Gnus
3943   Emacs -- I wuw it!
3944      3: comp.emacs
3945      2: alt.religion.emacs
3946     Naughty Emacs
3947      452: alt.sex.emacs
3948        0: comp.talk.emacs.recovery
3949   Misc
3950      8: comp.binaries.fractals
3951     13: comp.sources.unix
3952 @end group
3953 @end example
3954
3955 So, here we have one top-level topic (@samp{Gnus}), two topics under
3956 that, and one sub-topic under one of the sub-topics.  (There is always
3957 just one (1) top-level topic).  This topology can be expressed as
3958 follows:
3959
3960 @lisp
3961 (("Gnus" visible)
3962  (("Emacs -- I wuw it!" visible)
3963   (("Naughty Emacs" visible)))
3964  (("Misc" visible)))
3965 @end lisp
3966
3967 @vindex gnus-topic-topology
3968 This is in fact how the variable @code{gnus-topic-topology} would look
3969 for the display above.  That variable is saved in the @file{.newsrc.eld}
3970 file, and shouldn't be messed with manually---unless you really want
3971 to.  Since this variable is read from the @file{.newsrc.eld} file,
3972 setting it in any other startup files will have no effect.
3973
3974 This topology shows what topics are sub-topics of what topics (right),
3975 and which topics are visible.  Two settings are currently
3976 allowed---@code{visible} and @code{invisible}.
3977
3978
3979 @node Topic Parameters
3980 @subsection Topic Parameters
3981 @cindex topic parameters
3982
3983 All groups in a topic will inherit group parameters from the parent
3984 (and ancestor) topic parameters.  All valid group parameters are valid
3985 topic parameters (@pxref{Group Parameters}).  When the agent is
3986 enabled, all agent parameters (See Agent Parameters in @ref{Category
3987 Syntax}) are also valid topic parameters.
3988
3989 In addition, the following parameters are only valid as topic
3990 parameters:
3991
3992 @table @code
3993 @item subscribe
3994 When subscribing new groups by topic (@pxref{Subscription Methods}), the
3995 @code{subscribe} topic parameter says what groups go in what topic.  Its
3996 value should be a regexp to match the groups that should go in that
3997 topic.
3998
3999 @item subscribe-level
4000 When subscribing new groups by topic (see the @code{subscribe} parameter),
4001 the group will be subscribed with the level specified in the
4002 @code{subscribe-level} instead of @code{gnus-level-default-subscribed}.
4003
4004 @end table
4005
4006 Group parameters (of course) override topic parameters, and topic
4007 parameters in sub-topics override topic parameters in super-topics.  You
4008 know.  Normal inheritance rules.  (@dfn{Rules} is here a noun, not a
4009 verb, although you may feel free to disagree with me here.)
4010
4011 @example
4012 @group
4013 Gnus
4014   Emacs
4015      3: comp.emacs
4016      2: alt.religion.emacs
4017    452: alt.sex.emacs
4018     Relief
4019      452: alt.sex.emacs
4020        0: comp.talk.emacs.recovery
4021   Misc
4022      8: comp.binaries.fractals
4023     13: comp.sources.unix
4024    452: alt.sex.emacs
4025 @end group   
4026 @end example
4027
4028 The @samp{Emacs} topic has the topic parameter @code{(score-file
4029 . "emacs.SCORE")}; the @samp{Relief} topic has the topic parameter
4030 @code{(score-file . "relief.SCORE")}; and the @samp{Misc} topic has the
4031 topic parameter @code{(score-file . "emacs.SCORE")}.  In addition,
4032 @* @samp{alt.religion.emacs} has the group parameter @code{(score-file
4033 . "religion.SCORE")}.
4034
4035 Now, when you enter @samp{alt.sex.emacs} in the @samp{Relief} topic, you
4036 will get the @file{relief.SCORE} home score file.  If you enter the same
4037 group in the @samp{Emacs} topic, you'll get the @file{emacs.SCORE} home
4038 score file.  If you enter the group @samp{alt.religion.emacs}, you'll
4039 get the @file{religion.SCORE} home score file.
4040
4041 This seems rather simple and self-evident, doesn't it?  Well, yes.  But
4042 there are some problems, especially with the @code{total-expiry}
4043 parameter.  Say you have a mail group in two topics; one with
4044 @code{total-expiry} and one without.  What happens when you do @kbd{M-x
4045 gnus-expire-all-expirable-groups}?  Gnus has no way of telling which one
4046 of these topics you mean to expire articles from, so anything may
4047 happen.  In fact, I hereby declare that it is @dfn{undefined} what
4048 happens.  You just have to be careful if you do stuff like that.
4049
4050
4051 @node Misc Group Stuff
4052 @section Misc Group Stuff
4053
4054 @menu
4055 * Scanning New Messages::       Asking Gnus to see whether new messages have arrived.
4056 * Group Information::           Information and help on groups and Gnus.
4057 * Group Timestamp::             Making Gnus keep track of when you last read a group.
4058 * File Commands::               Reading and writing the Gnus files.
4059 * Sieve Commands::              Managing Sieve scripts.
4060 @end menu
4061
4062 @table @kbd
4063
4064 @item ^
4065 @kindex ^ (Group)
4066 @findex gnus-group-enter-server-mode
4067 Enter the server buffer (@code{gnus-group-enter-server-mode}).
4068 @xref{Server Buffer}.
4069
4070 @item a
4071 @kindex a (Group)
4072 @findex gnus-group-post-news
4073 Start composing a message (a news by default)
4074 (@code{gnus-group-post-news}).  If given a prefix, post to the group
4075 under the point.  If the prefix is 1, prompt for a group to post to.
4076 Contrary to what the name of this function suggests, the prepared
4077 article might be a mail instead of a news, if a mail group is specified
4078 with the prefix argument.  @xref{Composing Messages}.
4079
4080 @item m
4081 @kindex m (Group)
4082 @findex gnus-group-mail
4083 Mail a message somewhere (@code{gnus-group-mail}).  If given a prefix,
4084 use the posting style of the group under the point.  If the prefix is 1,
4085 prompt for a group name to find the posting style.
4086 @xref{Composing Messages}.
4087
4088 @item i
4089 @kindex i (Group)
4090 @findex gnus-group-news
4091 Start composing a news (@code{gnus-group-news}).  If given a prefix,
4092 post to the group under the point.  If the prefix is 1, prompt
4093 for group to post to.  @xref{Composing Messages}.
4094
4095 This function actually prepares a news even when using mail groups.
4096 This is useful for ``posting'' messages to mail groups without actually
4097 sending them over the network: they're just saved directly to the group
4098 in question.  The corresponding back end must have a request-post method
4099 for this to work though.
4100
4101 @end table
4102
4103 Variables for the group buffer:
4104
4105 @table @code
4106
4107 @item gnus-group-mode-hook
4108 @vindex gnus-group-mode-hook
4109 is called after the group buffer has been
4110 created.
4111
4112 @item gnus-group-prepare-hook
4113 @vindex gnus-group-prepare-hook
4114 is called after the group buffer is
4115 generated.  It may be used to modify the buffer in some strange,
4116 unnatural way.
4117
4118 @item gnus-group-prepared-hook
4119 @vindex gnus-group-prepare-hook
4120 is called as the very last thing after the group buffer has been
4121 generated.  It may be used to move point around, for instance.
4122
4123 @item gnus-permanently-visible-groups
4124 @vindex gnus-permanently-visible-groups
4125 Groups matching this regexp will always be listed in the group buffer,
4126 whether they are empty or not.
4127
4128 @item gnus-group-name-charset-method-alist
4129 @vindex gnus-group-name-charset-method-alist
4130 An alist of method and the charset for group names.  It is used to show
4131 non-@acronym{ASCII} group names.
4132
4133 For example:
4134 @lisp
4135 (setq gnus-group-name-charset-method-alist
4136     '(((nntp "news.com.cn") . cn-gb-2312)))
4137 @end lisp
4138
4139 @item gnus-group-name-charset-group-alist
4140 @cindex UTF-8 group names
4141 @vindex gnus-group-name-charset-group-alist
4142 An alist of regexp of group name and the charset for group names.  It
4143 is used to show non-@acronym{ASCII} group names.  @code{((".*"
4144 utf-8))} is the default value if UTF-8 is supported, otherwise the
4145 default is @code{nil}.
4146
4147 For example:
4148 @lisp
4149 (setq gnus-group-name-charset-group-alist
4150     '(("\\.com\\.cn:" . cn-gb-2312)))
4151 @end lisp
4152
4153 @end table
4154
4155 @node Scanning New Messages
4156 @subsection Scanning New Messages
4157 @cindex new messages
4158 @cindex scanning new news
4159
4160 @table @kbd
4161
4162 @item g
4163 @kindex g (Group)
4164 @findex gnus-group-get-new-news
4165 @c @icon{gnus-group-get-new-news}
4166 Check the server(s) for new articles.  If the numerical prefix is used,
4167 this command will check only groups of level @var{arg} and lower
4168 (@code{gnus-group-get-new-news}).  If given a non-numerical prefix, this
4169 command will force a total re-reading of the active file(s) from the
4170 back end(s).
4171
4172 @item M-g
4173 @kindex M-g (Group)
4174 @findex gnus-group-get-new-news-this-group
4175 @vindex gnus-goto-next-group-when-activating
4176 @c @icon{gnus-group-get-new-news-this-group}
4177 Check whether new articles have arrived in the current group
4178 (@code{gnus-group-get-new-news-this-group}).
4179 @code{gnus-goto-next-group-when-activating} says whether this command is
4180 to move point to the next group or not.  It is @code{t} by default.
4181
4182 @findex gnus-activate-all-groups
4183 @cindex activating groups
4184 @item C-c M-g
4185 @kindex C-c M-g (Group)
4186 Activate absolutely all groups (@code{gnus-activate-all-groups}).
4187
4188 @item R
4189 @kindex R (Group)
4190 @cindex restarting
4191 @findex gnus-group-restart
4192 Restart gnus (@code{gnus-group-restart}).  This saves the @file{.newsrc}
4193 file(s), closes the connection to all servers, clears up all run-time
4194 gnus variables, and then starts gnus all over again.
4195
4196 @end table
4197
4198 @vindex gnus-get-new-news-hook
4199 @code{gnus-get-new-news-hook} is run just before checking for new news.
4200
4201 @vindex gnus-after-getting-new-news-hook
4202 @code{gnus-after-getting-new-news-hook} is run after checking for new
4203 news.
4204
4205
4206 @node Group Information
4207 @subsection Group Information
4208 @cindex group information
4209 @cindex information on groups
4210
4211 @table @kbd
4212
4213
4214 @item H f
4215 @kindex H f (Group)
4216 @findex gnus-group-fetch-faq
4217 @vindex gnus-group-faq-directory
4218 @cindex FAQ
4219 @cindex ange-ftp
4220 Try to fetch the @acronym{FAQ} for the current group
4221 (@code{gnus-group-fetch-faq}).  Gnus will try to get the @acronym{FAQ}
4222 from @code{gnus-group-faq-directory}, which is usually a directory on
4223 a remote machine.  This variable can also be a list of directories.
4224 In that case, giving a prefix to this command will allow you to choose
4225 between the various sites.  @code{ange-ftp} (or @code{efs}) will be
4226 used for fetching the file.
4227
4228 If fetching from the first site is unsuccessful, gnus will attempt to go
4229 through @code{gnus-group-faq-directory} and try to open them one by one.
4230
4231 @item H c
4232 @kindex H c (Group)
4233 @findex gnus-group-fetch-charter
4234 @vindex gnus-group-charter-alist
4235 @cindex charter
4236 Try to open the charter for the current group in a web browser
4237 (@code{gnus-group-fetch-charter}).  Query for a group if given a
4238 prefix argument.
4239
4240 Gnus will use @code{gnus-group-charter-alist} to find the location of
4241 the charter.  If no location is known, Gnus will fetch the control
4242 messages for the group, which in some cases includes the charter.
4243
4244 @item H C
4245 @kindex H C (Group)
4246 @findex gnus-group-fetch-control
4247 @vindex gnus-group-fetch-control-use-browse-url
4248 @cindex control message
4249 Fetch the control messages for the group from the archive at
4250 @code{ftp.isc.org} (@code{gnus-group-fetch-control}).  Query for a
4251 group if given a prefix argument.
4252
4253 If @code{gnus-group-fetch-control-use-browse-url} is non-@code{nil},
4254 Gnus will open the control messages in a browser using
4255 @code{browse-url}.  Otherwise they are fetched using @code{ange-ftp}
4256 and displayed in an ephemeral group.
4257
4258 Note that the control messages are compressed.  To use this command
4259 you need to turn on @code{auto-compression-mode} (@pxref{Compressed
4260 Files, ,Compressed Files, emacs, The Emacs Manual}).
4261
4262 @item H d
4263 @itemx C-c C-d
4264 @c @icon{gnus-group-describe-group}
4265 @kindex H d (Group)
4266 @kindex C-c C-d (Group)
4267 @cindex describing groups
4268 @cindex group description
4269 @findex gnus-group-describe-group
4270 Describe the current group (@code{gnus-group-describe-group}).  If given
4271 a prefix, force Gnus to re-read the description from the server.
4272
4273 @item M-d
4274 @kindex M-d (Group)
4275 @findex gnus-group-describe-all-groups
4276 Describe all groups (@code{gnus-group-describe-all-groups}).  If given a
4277 prefix, force gnus to re-read the description file from the server.
4278
4279 @item H v
4280 @itemx V
4281 @kindex V (Group)
4282 @kindex H v (Group)
4283 @cindex version
4284 @findex gnus-version
4285 Display current gnus version numbers (@code{gnus-version}).
4286
4287 @item ?
4288 @kindex ? (Group)
4289 @findex gnus-group-describe-briefly
4290 Give a very short help message (@code{gnus-group-describe-briefly}).
4291
4292 @item C-c C-i
4293 @kindex C-c C-i (Group)
4294 @cindex info
4295 @cindex manual
4296 @findex gnus-info-find-node
4297 Go to the gnus info node (@code{gnus-info-find-node}).
4298 @end table
4299
4300
4301 @node Group Timestamp
4302 @subsection Group Timestamp
4303 @cindex timestamps
4304 @cindex group timestamps
4305
4306 It can be convenient to let gnus keep track of when you last read a
4307 group.  To set the ball rolling, you should add
4308 @code{gnus-group-set-timestamp} to @code{gnus-select-group-hook}:
4309
4310 @lisp
4311 (add-hook 'gnus-select-group-hook 'gnus-group-set-timestamp)
4312 @end lisp
4313
4314 After doing this, each time you enter a group, it'll be recorded.
4315
4316 This information can be displayed in various ways---the easiest is to
4317 use the @samp{%d} spec in the group line format:
4318
4319 @lisp
4320 (setq gnus-group-line-format
4321       "%M\%S\%p\%P\%5y: %(%-40,40g%) %d\n")
4322 @end lisp
4323
4324 This will result in lines looking like:
4325
4326 @example
4327 *        0: mail.ding                                19961002T012943
4328          0: custom                                   19961002T012713
4329 @end example
4330
4331 As you can see, the date is displayed in compact ISO 8601 format.  This
4332 may be a bit too much, so to just display the date, you could say
4333 something like:
4334
4335 @lisp
4336 (setq gnus-group-line-format
4337       "%M\%S\%p\%P\%5y: %(%-40,40g%) %6,6~(cut 2)d\n")
4338 @end lisp
4339
4340 If you would like greater control of the time format, you can use a
4341 user-defined format spec.  Something like the following should do the
4342 trick:
4343
4344 @lisp
4345 (setq gnus-group-line-format
4346       "%M\%S\%p\%P\%5y: %(%-40,40g%) %ud\n")
4347 (defun gnus-user-format-function-d (headers)
4348   (let ((time (gnus-group-timestamp gnus-tmp-group)))
4349     (if time
4350         (format-time-string "%b %d  %H:%M" time)
4351       "")))
4352 @end lisp
4353
4354
4355 @node File Commands
4356 @subsection File Commands
4357 @cindex file commands
4358
4359 @table @kbd
4360
4361 @item r
4362 @kindex r (Group)
4363 @findex gnus-group-read-init-file
4364 @vindex gnus-init-file
4365 @cindex reading init file
4366 Re-read the init file (@code{gnus-init-file}, which defaults to
4367 @file{~/.gnus.el}) (@code{gnus-group-read-init-file}).
4368
4369 @item s
4370 @kindex s (Group)
4371 @findex gnus-group-save-newsrc
4372 @cindex saving .newsrc
4373 Save the @file{.newsrc.eld} file (and @file{.newsrc} if wanted)
4374 (@code{gnus-group-save-newsrc}).  If given a prefix, force saving the
4375 file(s) whether Gnus thinks it is necessary or not.
4376
4377 @c @item Z
4378 @c @kindex Z (Group)
4379 @c @findex gnus-group-clear-dribble
4380 @c Clear the dribble buffer (@code{gnus-group-clear-dribble}).
4381
4382 @end table
4383
4384
4385 @node Sieve Commands
4386 @subsection Sieve Commands
4387 @cindex group sieve commands
4388
4389 Sieve is a server-side mail filtering language.  In Gnus you can use
4390 the @code{sieve} group parameter (@pxref{Group Parameters}) to specify
4391 sieve rules that should apply to each group.  Gnus provides two
4392 commands to translate all these group parameters into a proper Sieve
4393 script that can be transfered to the server somehow.
4394
4395 @vindex gnus-sieve-file
4396 @vindex gnus-sieve-region-start
4397 @vindex gnus-sieve-region-end
4398 The generated Sieve script is placed in @code{gnus-sieve-file} (by
4399 default @file{~/.sieve}).  The Sieve code that Gnus generate is placed
4400 between two delimiters, @code{gnus-sieve-region-start} and
4401 @code{gnus-sieve-region-end}, so you may write additional Sieve code
4402 outside these delimiters that will not be removed the next time you
4403 regenerate the Sieve script.
4404
4405 @vindex gnus-sieve-crosspost
4406 The variable @code{gnus-sieve-crosspost} controls how the Sieve script
4407 is generated.  If it is non-@code{nil} (the default) articles is
4408 placed in all groups that have matching rules, otherwise the article
4409 is only placed in the group with the first matching rule.  For
4410 example, the group parameter @samp{(sieve address "sender"
4411 "owner-ding@@hpc.uh.edu")} will generate the following piece of Sieve
4412 code if @code{gnus-sieve-crosspost} is @code{nil}.  (When
4413 @code{gnus-sieve-crosspost} is non-@code{nil}, it looks the same
4414 except that the line containing the call to @code{stop} is removed.)
4415
4416 @example
4417 if address "sender" "owner-ding@@hpc.uh.edu" @{
4418         fileinto "INBOX.ding";
4419         stop;
4420 @}
4421 @end example
4422
4423 @xref{Top, Emacs Sieve, Top, sieve, Emacs Sieve}.
4424
4425 @table @kbd
4426
4427 @item D g
4428 @kindex D g (Group)
4429 @findex gnus-sieve-generate
4430 @vindex gnus-sieve-file
4431 @cindex generating sieve script
4432 Regenerate a Sieve script from the @code{sieve} group parameters and
4433 put you into the @code{gnus-sieve-file} without saving it.
4434
4435 @item D u
4436 @kindex D u (Group)
4437 @findex gnus-sieve-update
4438 @vindex gnus-sieve-file
4439 @cindex updating sieve script
4440 Regenerates the Gnus managed part of @code{gnus-sieve-file} using the
4441 @code{sieve} group parameters, save the file and upload it to the
4442 server using the @code{sieveshell} program.
4443
4444 @end table
4445
4446
4447 @node Summary Buffer
4448 @chapter Summary Buffer
4449 @cindex summary buffer
4450
4451 A line for each article is displayed in the summary buffer.  You can
4452 move around, read articles, post articles and reply to articles.
4453
4454 The most common way to a summary buffer is to select a group from the
4455 group buffer (@pxref{Selecting a Group}).
4456
4457 You can have as many summary buffers open as you wish.
4458
4459 @menu
4460 * Summary Buffer Format::       Deciding how the summary buffer is to look.
4461 * Summary Maneuvering::         Moving around the summary buffer.
4462 * Choosing Articles::           Reading articles.
4463 * Paging the Article::          Scrolling the current article.
4464 * Reply Followup and Post::     Posting articles.
4465 * Delayed Articles::            Send articles at a later time.
4466 * Marking Articles::            Marking articles as read, expirable, etc.
4467 * Limiting::                    You can limit the summary buffer.
4468 * Threading::                   How threads are made.
4469 * Sorting the Summary Buffer::  How articles and threads are sorted.
4470 * Asynchronous Fetching::       Gnus might be able to pre-fetch articles.
4471 * Article Caching::             You may store articles in a cache.
4472 * Persistent Articles::         Making articles expiry-resistant.
4473 * Article Backlog::             Having already read articles hang around.
4474 * Saving Articles::             Ways of customizing article saving.
4475 * Decoding Articles::           Gnus can treat series of (uu)encoded articles.
4476 * Article Treatment::           The article buffer can be mangled at will.
4477 * MIME Commands::               Doing MIMEy things with the articles.
4478 * Charsets::                    Character set issues.
4479 * Article Commands::            Doing various things with the article buffer.
4480 * Summary Sorting::             Sorting the summary buffer in various ways.
4481 * Finding the Parent::          No child support? Get the parent.
4482 * Alternative Approaches::      Reading using non-default summaries.
4483 * Tree Display::                A more visual display of threads.
4484 * Mail Group Commands::         Some commands can only be used in mail groups.
4485 * Various Summary Stuff::       What didn't fit anywhere else.
4486 * Exiting the Summary Buffer::  Returning to the Group buffer,
4487                                 or reselecting the current group.
4488 * Crosspost Handling::          How crossposted articles are dealt with.
4489 * Duplicate Suppression::       An alternative when crosspost handling fails.
4490 * Security::                    Decrypt and Verify.
4491 * Mailing List::                Mailing list minor mode.
4492 @end menu
4493
4494
4495 @node Summary Buffer Format
4496 @section Summary Buffer Format
4497 @cindex summary buffer format
4498
4499 @iftex
4500 @iflatex
4501 \gnusfigure{The Summary Buffer}{180}{
4502 \put(0,0){\epsfig{figure=ps/summary,width=7.5cm}}
4503 \put(445,0){\makebox(0,0)[br]{\epsfig{figure=ps/summary-article,width=7.5cm}}}
4504 }
4505 @end iflatex
4506 @end iftex
4507
4508 @menu
4509 * Summary Buffer Lines::        You can specify how summary lines should look.
4510 * To From Newsgroups::          How to not display your own name.
4511 * Summary Buffer Mode Line::    You can say how the mode line should look.
4512 * Summary Highlighting::        Making the summary buffer all pretty and nice.
4513 @end menu
4514
4515 @findex mail-extract-address-components
4516 @findex gnus-extract-address-components
4517 @vindex gnus-extract-address-components
4518 Gnus will use the value of the @code{gnus-extract-address-components}
4519 variable as a function for getting the name and address parts of a
4520 @code{From} header.  Three pre-defined functions exist:
4521 @code{gnus-extract-address-components}, which is the default, quite
4522 fast, and too simplistic solution;
4523 @code{mail-extract-address-components}, which works nicely, but is
4524 slower; and @code{std11-extract-address-components}, which works very
4525 nicely, but is slower.  The default function will return the wrong
4526 answer in 5% of the cases.  If this is unacceptable to you, use the
4527 other function instead:
4528
4529 @lisp
4530 (setq gnus-extract-address-components
4531       'mail-extract-address-components)
4532 @end lisp
4533
4534 @vindex gnus-summary-same-subject
4535 @code{gnus-summary-same-subject} is a string indicating that the current
4536 article has the same subject as the previous.  This string will be used
4537 with those specs that require it.  The default is @code{""}.
4538
4539
4540 @node Summary Buffer Lines
4541 @subsection Summary Buffer Lines
4542
4543 @vindex gnus-summary-line-format
4544 You can change the format of the lines in the summary buffer by changing
4545 the @code{gnus-summary-line-format} variable.  It works along the same
4546 lines as a normal @code{format} string, with some extensions
4547 (@pxref{Formatting Variables}).
4548
4549 There should always be a colon or a point position marker on the line;
4550 the cursor always moves to the point position marker or the colon after
4551 performing an operation.  (Of course, Gnus wouldn't be Gnus if it wasn't
4552 possible to change this.  Just write a new function
4553 @code{gnus-goto-colon} which does whatever you like with the cursor.)
4554 @xref{Positioning Point}.
4555
4556 The default string is @samp{%U%R%z%I%(%[%4L: %-23,23f%]%) %s\n}.
4557
4558 The following format specification characters and extended format
4559 specification(s) are understood:
4560
4561 @table @samp
4562 @item N
4563 Article number.
4564 @item S
4565 Subject string.  List identifiers stripped,
4566 @code{gnus-list-identifies}.  @xref{Article Hiding}.
4567 @item s
4568 Subject if the article is the root of the thread or the previous article
4569 had a different subject, @code{gnus-summary-same-subject} otherwise.
4570 (@code{gnus-summary-same-subject} defaults to @code{""}.)
4571 @item F
4572 Full @code{From} header.
4573 @item n
4574 The name (from the @code{From} header).
4575 @item f
4576 The name, @code{To} header or the @code{Newsgroups} header (@pxref{To
4577 From Newsgroups}).
4578 @item a
4579 The name (from the @code{From} header).  This differs from the @code{n}
4580 spec in that it uses the function designated by the
4581 @code{gnus-extract-address-components} variable, which is slower, but
4582 may be more thorough.
4583 @item A
4584 The address (from the @code{From} header).  This works the same way as
4585 the @code{a} spec.
4586 @item L
4587 Number of lines in the article.
4588 @item c
4589 Number of characters in the article.  This specifier is not supported
4590 in some methods (like nnfolder).
4591 @item k
4592 Pretty-printed version of the number of characters in the article;
4593 for example, @samp{1.2k} or @samp{0.4M}.
4594 @item I
4595 Indentation based on thread level (@pxref{Customizing Threading}).
4596 @item B
4597 A complex trn-style thread tree, showing response-connecting trace
4598 lines.  A thread could be drawn like this:
4599
4600 @example
4601 >
4602 +->
4603 | +->
4604 | | \->
4605 | |   \->
4606 | \->
4607 +->
4608 \->
4609 @end example
4610
4611 You can customize the appearance with the following options.  Note
4612 that it is possible to make the thread display look really neat by
4613 replacing the default @acronym{ASCII} characters with graphic
4614 line-drawing glyphs.
4615 @table @code
4616 @item gnus-sum-thread-tree-root
4617 @vindex gnus-sum-thread-tree-root
4618 Used for the root of a thread.  If @code{nil}, use subject
4619 instead.  The default is @samp{> }.
4620
4621 @item gnus-sum-thread-tree-false-root
4622 @vindex gnus-sum-thread-tree-false-root
4623 Used for the false root of a thread (@pxref{Loose Threads}).  If
4624 @code{nil}, use subject instead.  The default is @samp{> }.
4625
4626 @item gnus-sum-thread-tree-single-indent
4627 @vindex gnus-sum-thread-tree-single-indent
4628 Used for a thread with just one message.  If @code{nil}, use subject
4629 instead.  The default is @samp{}.
4630
4631 @item gnus-sum-thread-tree-vertical
4632 @vindex gnus-sum-thread-tree-vertical
4633 Used for drawing a vertical line.  The default is @samp{| }.
4634
4635 @item gnus-sum-thread-tree-indent
4636 @vindex gnus-sum-thread-tree-indent
4637 Used for indenting.  The default is @samp{  }.
4638
4639 @item gnus-sum-thread-tree-leaf-with-other
4640 @vindex gnus-sum-thread-tree-leaf-with-other
4641 Used for a leaf with brothers.  The default is @samp{+-> }.
4642
4643 @item gnus-sum-thread-tree-single-leaf
4644 @vindex gnus-sum-thread-tree-single-leaf
4645 Used for a leaf without brothers.  The default is @samp{\-> }
4646
4647 @end table
4648
4649 @item T
4650 Nothing if the article is a root and lots of spaces if it isn't (it
4651 pushes everything after it off the screen).
4652 @item [
4653 Opening bracket, which is normally @samp{[}, but can also be @samp{<}
4654 for adopted articles (@pxref{Customizing Threading}).
4655 @item ]
4656 Closing bracket, which is normally @samp{]}, but can also be @samp{>}
4657 for adopted articles.
4658 @item >
4659 One space for each thread level.
4660 @item <
4661 Twenty minus thread level spaces.
4662 @item U
4663 Unread.  @xref{Read Articles}.
4664
4665 @item R
4666 This misleadingly named specifier is the @dfn{secondary mark}.  This
4667 mark will say whether the article has been replied to, has been cached,
4668 or has been saved.  @xref{Other Marks}.
4669
4670 @item i
4671 Score as a number (@pxref{Scoring}).
4672 @item z
4673 @vindex gnus-summary-zcore-fuzz
4674 Zcore, @samp{+} if above the default level and @samp{-} if below the
4675 default level.  If the difference between
4676 @code{gnus-summary-default-score} and the score is less than
4677 @code{gnus-summary-zcore-fuzz}, this spec will not be used.
4678 @item V
4679 Total thread score.
4680 @item x
4681 @code{Xref}.
4682 @item D
4683 @code{Date}.
4684 @item d
4685 The @code{Date} in @code{DD-MMM} format.
4686 @item o
4687 The @code{Date} in @var{YYYYMMDD}@code{T}@var{HHMMSS} format.
4688 @item M
4689 @code{Message-ID}.
4690 @item r
4691 @code{References}.
4692 @item t
4693 Number of articles in the current sub-thread.  Using this spec will slow
4694 down summary buffer generation somewhat.
4695 @item e
4696 An @samp{=} (@code{gnus-not-empty-thread-mark}) will be displayed if the
4697 article has any children.
4698 @item P
4699 The line number.
4700 @item O
4701 Download mark.
4702 @item &user-date;
4703 Age sensitive date format.  Various date format is defined in
4704 @code{gnus-user-date-format-alist}.
4705 @item u
4706 User defined specifier.  The next character in the format string should
4707 be a letter.  Gnus will call the function
4708 @code{gnus-user-format-function-@var{x}}, where @var{x} is the letter
4709 following @samp{%u}.  The function will be passed the current header as
4710 argument.  The function should return a string, which will be inserted
4711 into the summary just like information from any other summary specifier.
4712 @end table
4713
4714 Text between @samp{%(} and @samp{%)} will be highlighted with
4715 @code{gnus-mouse-face} when the mouse point is placed inside the area.
4716 There can only be one such area.
4717
4718 The @samp{%U} (status), @samp{%R} (replied) and @samp{%z} (zcore) specs
4719 have to be handled with care.  For reasons of efficiency, gnus will
4720 compute what column these characters will end up in, and ``hard-code''
4721 that.  This means that it is invalid to have these specs after a
4722 variable-length spec.  Well, you might not be arrested, but your summary
4723 buffer will look strange, which is bad enough.
4724
4725 The smart choice is to have these specs as far to the left as possible.
4726 (Isn't that the case with everything, though?  But I digress.)
4727
4728 This restriction may disappear in later versions of gnus.
4729
4730
4731 @node To From Newsgroups
4732 @subsection To From Newsgroups
4733 @cindex To
4734 @cindex Newsgroups
4735
4736 In some groups (particularly in archive groups), the @code{From} header
4737 isn't very interesting, since all the articles there are written by
4738 you.  To display the information in the @code{To} or @code{Newsgroups}
4739 headers instead, you need to decide three things: What information to
4740 gather; where to display it; and when to display it.
4741
4742 @enumerate
4743 @item
4744 @vindex gnus-extra-headers
4745 The reading of extra header information is controlled by the
4746 @code{gnus-extra-headers}.  This is a list of header symbols.  For
4747 instance:
4748
4749 @lisp
4750 (setq gnus-extra-headers
4751       '(To Newsgroups X-Newsreader))
4752 @end lisp
4753
4754 This will result in Gnus trying to obtain these three headers, and
4755 storing it in header structures for later easy retrieval.
4756
4757 @item
4758 @findex gnus-extra-header
4759 The value of these extra headers can be accessed via the
4760 @code{gnus-extra-header} function.  Here's a format line spec that will
4761 access the @code{X-Newsreader} header:
4762
4763 @example
4764 "%~(form (gnus-extra-header 'X-Newsreader))@@"
4765 @end example
4766
4767 @item
4768 @vindex gnus-ignored-from-addresses
4769 The @code{gnus-ignored-from-addresses} variable says when the @samp{%f}
4770 summary line spec returns the @code{To}, @code{Newsreader} or
4771 @code{From} header.  If this regexp matches the contents of the
4772 @code{From} header, the value of the @code{To} or @code{Newsreader}
4773 headers are used instead.
4774
4775 @end enumerate
4776
4777 @vindex nnmail-extra-headers
4778 A related variable is @code{nnmail-extra-headers}, which controls when
4779 to include extra headers when generating overview (@acronym{NOV}) files.
4780 If you have old overview files, you should regenerate them after
4781 changing this variable, by entering the server buffer using @kbd{^},
4782 and then @kbd{g} on the appropriate mail server (e.g. nnml) to cause
4783 regeneration.
4784
4785 @vindex gnus-summary-line-format
4786 You also have to instruct Gnus to display the data by changing the
4787 @code{%n} spec to the @code{%f} spec in the
4788 @code{gnus-summary-line-format} variable.
4789
4790 In summary, you'd typically put something like the following in
4791 @file{~/.gnus.el}:
4792
4793 @lisp
4794 (setq gnus-extra-headers
4795       '(To Newsgroups))
4796 (setq nnmail-extra-headers gnus-extra-headers)
4797 (setq gnus-summary-line-format
4798       "%U%R%z%I%(%[%4L: %-23,23f%]%) %s\n")
4799 (setq gnus-ignored-from-addresses
4800       "Your Name Here")
4801 @end lisp
4802
4803 (The values listed above are the default values in Gnus.  Alter them
4804 to fit your needs.)
4805
4806 A note for news server administrators, or for users who wish to try to
4807 convince their news server administrator to provide some additional
4808 support:
4809
4810 The above is mostly useful for mail groups, where you have control over
4811 the @acronym{NOV} files that are created.  However, if you can persuade your
4812 nntp admin to add (in the usual implementation, notably INN):
4813
4814 @example
4815 Newsgroups:full
4816 @end example
4817
4818 to the end of her @file{overview.fmt} file, then you can use that just
4819 as you would the extra headers from the mail groups.
4820
4821
4822 @node Summary Buffer Mode Line
4823 @subsection Summary Buffer Mode Line
4824
4825 @vindex gnus-summary-mode-line-format
4826 You can also change the format of the summary mode bar (@pxref{Mode Line
4827 Formatting}).  Set @code{gnus-summary-mode-line-format} to whatever you
4828 like.  The default is @samp{Gnus: %%b [%A] %Z}.
4829
4830 Here are the elements you can play with:
4831
4832 @table @samp
4833 @item G
4834 Group name.
4835 @item p
4836 Unprefixed group name.
4837 @item A
4838 Current article number.
4839 @item z
4840 Current article score.
4841 @item V
4842 Gnus version.
4843 @item U
4844 Number of unread articles in this group.
4845 @item e
4846 Number of unread articles in this group that aren't displayed in the
4847 summary buffer.
4848 @item Z
4849 A string with the number of unread and unselected articles represented
4850 either as @samp{<%U(+%e) more>} if there are both unread and unselected
4851 articles, and just as @samp{<%U more>} if there are just unread articles
4852 and no unselected ones.
4853 @item g
4854 Shortish group name.  For instance, @samp{rec.arts.anime} will be
4855 shortened to @samp{r.a.anime}.
4856 @item S
4857 Subject of the current article.
4858 @item u
4859 User-defined spec (@pxref{User-Defined Specs}).
4860 @item s
4861 Name of the current score file (@pxref{Scoring}).
4862 @item d
4863 Number of dormant articles (@pxref{Unread Articles}).
4864 @item t
4865 Number of ticked articles (@pxref{Unread Articles}).
4866 @item r
4867 Number of articles that have been marked as read in this session.
4868 @item E
4869 Number of articles expunged by the score files.
4870 @end table
4871
4872
4873 @node Summary Highlighting
4874 @subsection Summary Highlighting
4875
4876 @table @code
4877
4878 @item gnus-visual-mark-article-hook
4879 @vindex gnus-visual-mark-article-hook
4880 This hook is run after selecting an article.  It is meant to be used for
4881 highlighting the article in some way.  It is not run if
4882 @code{gnus-visual} is @code{nil}.
4883
4884 @item gnus-summary-update-hook
4885 @vindex gnus-summary-update-hook
4886 This hook is called when a summary line is changed.  It is not run if
4887 @code{gnus-visual} is @code{nil}.
4888
4889 @item gnus-summary-selected-face
4890 @vindex gnus-summary-selected-face
4891 This is the face (or @dfn{font} as some people call it) used to
4892 highlight the current article in the summary buffer.
4893
4894 @item gnus-summary-highlight
4895 @vindex gnus-summary-highlight
4896 Summary lines are highlighted according to this variable, which is a
4897 list where the elements are of the format @code{(@var{form}
4898 . @var{face})}.  If you would, for instance, like ticked articles to be
4899 italic and high-scored articles to be bold, you could set this variable
4900 to something like
4901 @lisp
4902 (((eq mark gnus-ticked-mark) . italic)
4903  ((> score default) . bold))
4904 @end lisp
4905 As you may have guessed, if @var{form} returns a non-@code{nil} value,
4906 @var{face} will be applied to the line.
4907 @end table
4908
4909
4910 @node Summary Maneuvering
4911 @section Summary Maneuvering
4912 @cindex summary movement
4913
4914 All the straight movement commands understand the numeric prefix and
4915 behave pretty much as you'd expect.
4916
4917 None of these commands select articles.
4918
4919 @table @kbd
4920 @item G M-n
4921 @itemx M-n
4922 @kindex M-n (Summary)
4923 @kindex G M-n (Summary)
4924 @findex gnus-summary-next-unread-subject
4925 Go to the next summary line of an unread article
4926 (@code{gnus-summary-next-unread-subject}).
4927
4928 @item G M-p
4929 @itemx M-p
4930 @kindex M-p (Summary)
4931 @kindex G M-p (Summary)
4932 @findex gnus-summary-prev-unread-subject
4933 Go to the previous summary line of an unread article
4934 (@code{gnus-summary-prev-unread-subject}).
4935
4936 @item G g
4937 @kindex G g (Summary)
4938 @findex gnus-summary-goto-subject
4939 Ask for an article number and then go to the summary line of that article
4940 without displaying the article (@code{gnus-summary-goto-subject}).
4941 @end table
4942
4943 If gnus asks you to press a key to confirm going to the next group, you
4944 can use the @kbd{C-n} and @kbd{C-p} keys to move around the group
4945 buffer, searching for the next group to read without actually returning
4946 to the group buffer.
4947
4948 Variables related to summary movement:
4949
4950 @table @code
4951
4952 @vindex gnus-auto-select-next
4953 @item gnus-auto-select-next
4954 If you issue one of the movement commands (like @kbd{n}) and there are
4955 no more unread articles after the current one, gnus will offer to go to
4956 the next group.  If this variable is @code{t} and the next group is
4957 empty, gnus will exit summary mode and return to the group buffer.  If
4958 this variable is neither @code{t} nor @code{nil}, gnus will select the
4959 next group with unread articles.  As a special case, if this variable
4960 is @code{quietly}, Gnus will select the next group without asking for
4961 confirmation.  If this variable is @code{almost-quietly}, the same
4962 will happen only if you are located on the last article in the group.
4963 Finally, if this variable is @code{slightly-quietly}, the @kbd{Z n}
4964 command will go to the next group without confirmation.  Also
4965 @pxref{Group Levels}.
4966
4967 @item gnus-auto-select-same
4968 @vindex gnus-auto-select-same
4969 If non-@code{nil}, all the movement commands will try to go to the next
4970 article with the same subject as the current.  (@dfn{Same} here might
4971 mean @dfn{roughly equal}.  See @code{gnus-summary-gather-subject-limit}
4972 for details (@pxref{Customizing Threading}).)  If there are no more
4973 articles with the same subject, go to the first unread article.
4974
4975 This variable is not particularly useful if you use a threaded display.
4976
4977 @item gnus-summary-check-current
4978 @vindex gnus-summary-check-current
4979 If non-@code{nil}, all the ``unread'' movement commands will not proceed
4980 to the next (or previous) article if the current article is unread.
4981 Instead, they will choose the current article.
4982
4983 @item gnus-auto-center-summary
4984 @vindex gnus-auto-center-summary
4985 If non-@code{nil}, gnus will keep the point in the summary buffer
4986 centered at all times.  This makes things quite tidy, but if you have a
4987 slow network connection, or simply do not like this un-Emacsism, you can
4988 set this variable to @code{nil} to get the normal Emacs scrolling
4989 action.  This will also inhibit horizontal re-centering of the summary
4990 buffer, which might make it more inconvenient to read extremely long
4991 threads.
4992
4993 This variable can also be a number.  In that case, center the window at
4994 the given number of lines from the top.
4995
4996 @end table
4997
4998
4999 @node Choosing Articles
5000 @section Choosing Articles
5001 @cindex selecting articles
5002
5003 @menu
5004 * Choosing Commands::           Commands for choosing articles.
5005 * Choosing Variables::          Variables that influence these commands.
5006 @end menu
5007
5008
5009 @node Choosing Commands
5010 @subsection Choosing Commands
5011
5012 None of the following movement commands understand the numeric prefix,
5013 and they all select and display an article.
5014
5015 If you want to fetch new articles or redisplay the group, see
5016 @ref{Exiting the Summary Buffer}.
5017
5018 @table @kbd
5019 @item SPACE
5020 @kindex SPACE (Summary)
5021 @findex gnus-summary-next-page
5022 Select the current article, or, if that one's read already, the next
5023 unread article (@code{gnus-summary-next-page}).
5024
5025 If you have an article window open already and you press @kbd{SPACE}
5026 again, the article will be scrolled.  This lets you conveniently
5027 @kbd{SPACE} through an entire newsgroup.  @xref{Paging the Article}.
5028
5029 @item G n
5030 @itemx n
5031 @kindex n (Summary)
5032 @kindex G n (Summary)
5033 @findex gnus-summary-next-unread-article
5034 @c @icon{gnus-summary-next-unread}
5035 Go to next unread article (@code{gnus-summary-next-unread-article}).
5036
5037 @item G p
5038 @itemx p
5039 @kindex p (Summary)
5040 @findex gnus-summary-prev-unread-article
5041 @c @icon{gnus-summary-prev-unread}
5042 Go to previous unread article (@code{gnus-summary-prev-unread-article}).
5043
5044 @item G N
5045 @itemx N
5046 @kindex N (Summary)
5047 @kindex G N (Summary)
5048 @findex gnus-summary-next-article
5049 Go to the next article (@code{gnus-summary-next-article}).
5050
5051 @item G P
5052 @itemx P
5053 @kindex P (Summary)
5054 @kindex G P (Summary)
5055 @findex gnus-summary-prev-article
5056 Go to the previous article (@code{gnus-summary-prev-article}).
5057
5058 @item G C-n
5059 @kindex G C-n (Summary)
5060 @findex gnus-summary-next-same-subject
5061 Go to the next article with the same subject
5062 (@code{gnus-summary-next-same-subject}).
5063
5064 @item G C-p
5065 @kindex G C-p (Summary)
5066 @findex gnus-summary-prev-same-subject
5067 Go to the previous article with the same subject
5068 (@code{gnus-summary-prev-same-subject}).
5069
5070 @item G f
5071 @itemx .
5072 @kindex G f  (Summary)
5073 @kindex .  (Summary)
5074 @findex gnus-summary-first-unread-article
5075 Go to the first unread article
5076 (@code{gnus-summary-first-unread-article}).
5077
5078 @item G b
5079 @itemx ,
5080 @kindex G b (Summary)
5081 @kindex , (Summary)
5082 @findex gnus-summary-best-unread-article
5083 Go to the unread article with the highest score
5084 (@code{gnus-summary-best-unread-article}).  If given a prefix argument,
5085 go to the first unread article that has a score over the default score.
5086
5087 @item G l
5088 @itemx l
5089 @kindex l (Summary)
5090 @kindex G l (Summary)
5091 @findex gnus-summary-goto-last-article
5092 Go to the previous article read (@code{gnus-summary-goto-last-article}).
5093
5094 @item G o
5095 @kindex G o (Summary)
5096 @findex gnus-summary-pop-article
5097 @cindex history
5098 @cindex article history
5099 Pop an article off the summary history and go to this article
5100 (@code{gnus-summary-pop-article}).  This command differs from the
5101 command above in that you can pop as many previous articles off the
5102 history as you like, while @kbd{l} toggles the two last read articles.
5103 For a somewhat related issue (if you use these commands a lot),
5104 @pxref{Article Backlog}.
5105
5106 @item G j
5107 @itemx j
5108 @kindex j (Summary)
5109 @kindex G j (Summary)
5110 @findex gnus-summary-goto-article
5111 Ask for an article number or @code{Message-ID}, and then go to that
5112 article (@code{gnus-summary-goto-article}).
5113
5114 @end table
5115
5116
5117 @node Choosing Variables
5118 @subsection Choosing Variables
5119
5120 Some variables relevant for moving and selecting articles:
5121
5122 @table @code
5123 @item gnus-auto-extend-newsgroup
5124 @vindex gnus-auto-extend-newsgroup
5125 All the movement commands will try to go to the previous (or next)
5126 article, even if that article isn't displayed in the Summary buffer if
5127 this variable is non-@code{nil}.  Gnus will then fetch the article from
5128 the server and display it in the article buffer.
5129
5130 @item gnus-select-article-hook
5131 @vindex gnus-select-article-hook
5132 This hook is called whenever an article is selected.  By default it
5133 exposes any threads hidden under the selected article.  If you would
5134 like each article to be saved in the Agent as you read it, putting
5135 @code{gnus-agent-fetch-selected-article} on this hook will do so.
5136
5137 @item gnus-mark-article-hook
5138 @vindex gnus-mark-article-hook
5139 @findex gnus-summary-mark-unread-as-read
5140 @findex gnus-summary-mark-read-and-unread-as-read
5141 @findex gnus-unread-mark
5142 This hook is called whenever an article is selected.  It is intended to
5143 be used for marking articles as read.  The default value is
5144 @code{gnus-summary-mark-read-and-unread-as-read}, and will change the
5145 mark of almost any article you read to @code{gnus-unread-mark}.  The
5146 only articles not affected by this function are ticked, dormant, and
5147 expirable articles.  If you'd instead like to just have unread articles
5148 marked as read, you can use @code{gnus-summary-mark-unread-as-read}
5149 instead.  It will leave marks like @code{gnus-low-score-mark},
5150 @code{gnus-del-mark} (and so on) alone.
5151
5152 @end table
5153
5154
5155 @node Paging the Article
5156 @section Scrolling the Article
5157 @cindex article scrolling
5158
5159 @table @kbd
5160
5161 @item SPACE
5162 @kindex SPACE (Summary)
5163 @findex gnus-summary-next-page
5164 Pressing @kbd{SPACE} will scroll the current article forward one page,
5165 or, if you have come to the end of the current article, will choose the
5166 next article (@code{gnus-summary-next-page}).
5167
5168 @vindex gnus-article-boring-faces
5169 @vindex gnus-article-skip-boring
5170 If @code{gnus-article-skip-boring} is non-@code{nil} and the rest of
5171 the article consists only of citations and signature, then it will be
5172 skipped; the next article will be shown instead.  You can customize
5173 what is considered uninteresting with
5174 @code{gnus-article-boring-faces}.  You can manually view the article's
5175 pages, no matter how boring, using @kbd{C-M-v}.
5176
5177 @item DEL
5178 @kindex DEL (Summary)
5179 @findex gnus-summary-prev-page
5180 Scroll the current article back one page (@code{gnus-summary-prev-page}).
5181
5182 @item RET
5183 @kindex RET (Summary)
5184 @findex gnus-summary-scroll-up
5185 Scroll the current article one line forward
5186 (@code{gnus-summary-scroll-up}).
5187
5188 @item M-RET
5189 @kindex M-RET (Summary)
5190 @findex gnus-summary-scroll-down
5191 Scroll the current article one line backward
5192 (@code{gnus-summary-scroll-down}).
5193
5194 @item A g
5195 @itemx g
5196 @kindex A g (Summary)
5197 @kindex g (Summary)
5198 @findex gnus-summary-show-article
5199 @vindex gnus-summary-show-article-charset-alist
5200 (Re)fetch the current article (@code{gnus-summary-show-article}).  If
5201 given a prefix, fetch the current article, but don't run any of the
5202 article treatment functions.  This will give you a ``raw'' article, just
5203 the way it came from the server.
5204
5205 If given a numerical prefix, you can do semi-manual charset stuff.
5206 @kbd{C-u 0 g cn-gb-2312 RET} will decode the message as if it were
5207 encoded in the @code{cn-gb-2312} charset.  If you have
5208
5209 @lisp
5210 (setq gnus-summary-show-article-charset-alist
5211       '((1 . cn-gb-2312)
5212         (2 . big5)))
5213 @end lisp
5214
5215 then you can say @kbd{C-u 1 g} to get the same effect.
5216
5217 @item A <
5218 @itemx <
5219 @kindex < (Summary)
5220 @kindex A < (Summary)
5221 @findex gnus-summary-beginning-of-article
5222 Scroll to the beginning of the article
5223 (@code{gnus-summary-beginning-of-article}).
5224
5225 @item A >
5226 @itemx >
5227 @kindex > (Summary)
5228 @kindex A > (Summary)
5229 @findex gnus-summary-end-of-article
5230 Scroll to the end of the article (@code{gnus-summary-end-of-article}).
5231
5232 @item A s
5233 @itemx s
5234 @kindex A s (Summary)
5235 @kindex s (Summary)
5236 @findex gnus-summary-isearch-article
5237 Perform an isearch in the article buffer
5238 (@code{gnus-summary-isearch-article}).
5239
5240 @item h
5241 @kindex h (Summary)
5242 @findex gnus-summary-select-article-buffer
5243 Select the article buffer (@code{gnus-summary-select-article-buffer}).
5244
5245 @end table
5246
5247
5248 @node Reply Followup and Post
5249 @section Reply, Followup and Post
5250
5251 @menu
5252 * Summary Mail Commands::       Sending mail.
5253 * Summary Post Commands::       Sending news.
5254 * Summary Message Commands::    Other Message-related commands.
5255 * Canceling and Superseding::
5256 @end menu
5257
5258
5259 @node Summary Mail Commands
5260 @subsection Summary Mail Commands
5261 @cindex mail
5262 @cindex composing mail
5263
5264 Commands for composing a mail message:
5265
5266 @table @kbd
5267
5268 @item S r
5269 @itemx r
5270 @kindex S r (Summary)
5271 @kindex r (Summary)
5272 @findex gnus-summary-reply
5273 @c @icon{gnus-summary-mail-reply}
5274 @c @icon{gnus-summary-reply}
5275 Mail a reply to the author of the current article
5276 (@code{gnus-summary-reply}).
5277
5278 @item S R
5279 @itemx R
5280 @kindex R (Summary)
5281 @kindex S R (Summary)
5282 @findex gnus-summary-reply-with-original
5283 @c @icon{gnus-summary-reply-with-original}
5284 Mail a reply to the author of the current article and include the
5285 original message (@code{gnus-summary-reply-with-original}).  This
5286 command uses the process/prefix convention.
5287
5288 @item S w
5289 @kindex S w (Summary)
5290 @findex gnus-summary-wide-reply
5291 Mail a wide reply to the author of the current article
5292 (@code{gnus-summary-wide-reply}).  A @dfn{wide reply} is a reply that
5293 goes out to all people listed in the @code{To}, @code{From} (or
5294 @code{Reply-to}) and @code{Cc} headers.  If @code{Mail-Followup-To} is
5295 present, that's used instead.
5296
5297 @item S W
5298 @kindex S W (Summary)
5299 @findex gnus-summary-wide-reply-with-original
5300 Mail a wide reply to the current article and include the original
5301 message (@code{gnus-summary-wide-reply-with-original}).  This command uses
5302 the process/prefix convention.
5303
5304 @item S v
5305 @kindex S v (Summary)
5306 @findex gnus-summary-very-wide-reply
5307 Mail a very wide reply to the author of the current article
5308 (@code{gnus-summary-wide-reply}).  A @dfn{very wide reply} is a reply
5309 that goes out to all people listed in the @code{To}, @code{From} (or
5310 @code{Reply-to}) and @code{Cc} headers in all the process/prefixed
5311 articles.  This command uses the process/prefix convention.
5312
5313 @item S V
5314 @kindex S V (Summary)
5315 @findex gnus-summary-very-wide-reply-with-original
5316 Mail a very wide reply to the author of the current article and include the
5317 original message (@code{gnus-summary-very-wide-reply-with-original}).  This
5318 command uses the process/prefix convention.
5319
5320 @item S B r
5321 @kindex S B r (Summary)
5322 @findex gnus-summary-reply-broken-reply-to
5323 Mail a reply to the author of the current article but ignore the
5324 @code{Reply-To} field (@code{gnus-summary-reply-broken-reply-to}).
5325 If you need this because a mailing list incorrectly sets a
5326 @code{Reply-To} header pointing to the list, you probably want to set
5327 the @code{broken-reply-to} group parameter instead, so things will work
5328 correctly.  @xref{Group Parameters}.
5329
5330 @item S B R
5331 @kindex S B R (Summary)
5332 @findex gnus-summary-reply-broken-reply-to-with-original
5333 Mail a reply to the author of the current article and include the
5334 original message but ignore the @code{Reply-To} field
5335 (@code{gnus-summary-reply-broken-reply-to-with-original}).
5336
5337 @item S o m
5338 @itemx C-c C-f
5339 @kindex S o m (Summary)
5340 @kindex C-c C-f (Summary)
5341 @findex gnus-summary-mail-forward
5342 @c @icon{gnus-summary-mail-forward}
5343 Forward the current article to some other person
5344 (@code{gnus-summary-mail-forward}).  If given a prefix, include the full
5345 headers of the forwarded article.
5346
5347 @item S m
5348 @itemx m
5349 @kindex m (Summary)
5350 @kindex S m (Summary)
5351 @findex gnus-summary-mail-other-window
5352 @c @icon{gnus-summary-mail-originate}
5353 Prepare a mail (@code{gnus-summary-mail-other-window}).  By default, use
5354 the posting style of the current group.  If given a prefix, disable that.
5355 If the prefix is 1, prompt for a group name to find the posting style.
5356
5357 @item S i
5358 @itemx i
5359 @kindex i (Summary)
5360 @kindex S i (Summary)
5361 @findex gnus-summary-news-other-window
5362 Prepare a news (@code{gnus-summary-news-other-window}).  By default,
5363 post to the current group.  If given a prefix, disable that.  If the
5364 prefix is 1, prompt for a group to post to.
5365
5366 This function actually prepares a news even when using mail groups.
5367 This is useful for ``posting'' messages to mail groups without actually
5368 sending them over the network: they're just saved directly to the group
5369 in question.  The corresponding back end must have a request-post method
5370 for this to work though.
5371
5372 @item S D b
5373 @kindex S D b (Summary)
5374 @findex gnus-summary-resend-bounced-mail
5375 @cindex bouncing mail
5376 If you have sent a mail, but the mail was bounced back to you for some
5377 reason (wrong address, transient failure), you can use this command to
5378 resend that bounced mail (@code{gnus-summary-resend-bounced-mail}).  You
5379 will be popped into a mail buffer where you can edit the headers before
5380 sending the mail off again.  If you give a prefix to this command, and
5381 the bounced mail is a reply to some other mail, gnus will try to fetch
5382 that mail and display it for easy perusal of its headers.  This might
5383 very well fail, though.
5384
5385 @item S D r
5386 @kindex S D r (Summary)
5387 @findex gnus-summary-resend-message
5388 Not to be confused with the previous command,
5389 @code{gnus-summary-resend-message} will prompt you for an address to
5390 send the current message off to, and then send it to that place.  The
5391 headers of the message won't be altered---but lots of headers that say
5392 @code{Resent-To}, @code{Resent-From} and so on will be added.  This
5393 means that you actually send a mail to someone that has a @code{To}
5394 header that (probably) points to yourself.  This will confuse people.
5395 So, natcherly you'll only do that if you're really eVIl.
5396
5397 This command is mainly used if you have several accounts and want to
5398 ship a mail to a different account of yours.  (If you're both
5399 @code{root} and @code{postmaster} and get a mail for @code{postmaster}
5400 to the @code{root} account, you may want to resend it to
5401 @code{postmaster}.  Ordnung muss sein!
5402
5403 This command understands the process/prefix convention
5404 (@pxref{Process/Prefix}).
5405
5406 @item S D e
5407 @kindex S D e (Summary)
5408 @findex gnus-summary-resend-message-edit
5409
5410 Like the previous command, but will allow you to edit the message as
5411 if it were a new message before resending.
5412
5413 @item S O m
5414 @kindex S O m (Summary)
5415 @findex gnus-summary-digest-mail-forward
5416 Digest the current series (@pxref{Decoding Articles}) and forward the
5417 result using mail (@code{gnus-summary-digest-mail-forward}).  This
5418 command uses the process/prefix convention (@pxref{Process/Prefix}).
5419
5420 @item S M-c
5421 @kindex S M-c (Summary)
5422 @findex gnus-summary-mail-crosspost-complaint
5423 @cindex crossposting
5424 @cindex excessive crossposting
5425 Send a complaint about excessive crossposting to the author of the
5426 current article (@code{gnus-summary-mail-crosspost-complaint}).
5427
5428 @findex gnus-crosspost-complaint
5429 This command is provided as a way to fight back against the current
5430 crossposting pandemic that's sweeping Usenet.  It will compose a reply
5431 using the @code{gnus-crosspost-complaint} variable as a preamble.  This
5432 command understands the process/prefix convention
5433 (@pxref{Process/Prefix}) and will prompt you before sending each mail.
5434
5435 @end table
5436
5437 Also @xref{Header Commands, ,Header Commands, message, The Message
5438 Manual}, for more information.
5439
5440
5441 @node Summary Post Commands
5442 @subsection Summary Post Commands
5443 @cindex post
5444 @cindex composing news
5445
5446 Commands for posting a news article:
5447
5448 @table @kbd
5449 @item S p
5450 @itemx a
5451 @kindex a (Summary)
5452 @kindex S p (Summary)
5453 @findex gnus-summary-post-news
5454 @c @icon{gnus-summary-post-news}
5455 Prepare for posting an article (@code{gnus-summary-post-news}).  By
5456 default, post to the current group.  If given a prefix, disable that.
5457 If the prefix is 1, prompt for another group instead.
5458
5459 @item S f
5460 @itemx f
5461 @kindex f (Summary)
5462 @kindex S f (Summary)
5463 @findex gnus-summary-followup
5464 @c @icon{gnus-summary-followup}
5465 Post a followup to the current article (@code{gnus-summary-followup}).
5466
5467 @item S F
5468 @itemx F
5469 @kindex S F (Summary)
5470 @kindex F (Summary)
5471 @c @icon{gnus-summary-followup-with-original}
5472 @findex gnus-summary-followup-with-original
5473 Post a followup to the current article and include the original message
5474 (@code{gnus-summary-followup-with-original}).  This command uses the
5475 process/prefix convention.
5476
5477 @item S n
5478 @kindex S n (Summary)
5479 @findex gnus-summary-followup-to-mail
5480 Post a followup to the current article via news, even if you got the
5481 message through mail (@code{gnus-summary-followup-to-mail}).
5482
5483 @item S N
5484 @kindex S N (Summary)
5485 @findex gnus-summary-followup-to-mail-with-original
5486 Post a followup to the current article via news, even if you got the
5487 message through mail and include the original message
5488 (@code{gnus-summary-followup-to-mail-with-original}).  This command uses
5489 the process/prefix convention.
5490
5491 @item S o p
5492 @kindex S o p (Summary)
5493 @findex gnus-summary-post-forward
5494 Forward the current article to a newsgroup
5495 (@code{gnus-summary-post-forward}).  If given a prefix, include the full
5496 headers of the forwarded article.
5497
5498 @item S O p
5499 @kindex S O p (Summary)
5500 @findex gnus-summary-digest-post-forward
5501 @cindex digests
5502 @cindex making digests
5503 Digest the current series and forward the result to a newsgroup
5504 (@code{gnus-summary-digest-post-forward}).  This command uses the
5505 process/prefix convention.
5506
5507 @item S u
5508 @kindex S u (Summary)
5509 @findex gnus-uu-post-news
5510 @c @icon{gnus-uu-post-news}
5511 Uuencode a file, split it into parts, and post it as a series
5512 (@code{gnus-uu-post-news}).  (@pxref{Uuencoding and Posting}).
5513 @end table
5514
5515 Also @xref{Header Commands, ,Header Commands, message, The Message
5516 Manual}, for more information.
5517
5518
5519 @node Summary Message Commands
5520 @subsection Summary Message Commands
5521
5522 @table @kbd
5523 @item S y
5524 @kindex S y (Summary)
5525 @findex gnus-summary-yank-message
5526 Yank the current article into an already existing Message composition
5527 buffer (@code{gnus-summary-yank-message}).  This command prompts for
5528 what message buffer you want to yank into, and understands the
5529 process/prefix convention (@pxref{Process/Prefix}).
5530
5531 @end table
5532
5533
5534 @node Canceling and Superseding
5535 @subsection Canceling Articles
5536 @cindex canceling articles
5537 @cindex superseding articles
5538
5539 Have you ever written something, and then decided that you really,
5540 really, really wish you hadn't posted that?
5541
5542 Well, you can't cancel mail, but you can cancel posts.
5543
5544 @findex gnus-summary-cancel-article
5545 @kindex C (Summary)
5546 @c @icon{gnus-summary-cancel-article}
5547 Find the article you wish to cancel (you can only cancel your own
5548 articles, so don't try any funny stuff).  Then press @kbd{C} or @kbd{S
5549 c} (@code{gnus-summary-cancel-article}).  Your article will be
5550 canceled---machines all over the world will be deleting your article.
5551 This command uses the process/prefix convention (@pxref{Process/Prefix}).
5552
5553 Be aware, however, that not all sites honor cancels, so your article may
5554 live on here and there, while most sites will delete the article in
5555 question.
5556
5557 Gnus will use the ``current'' select method when canceling.  If you
5558 want to use the standard posting method, use the @samp{a} symbolic
5559 prefix (@pxref{Symbolic Prefixes}).
5560
5561 Gnus ensures that only you can cancel your own messages using a
5562 @code{Cancel-Lock} header (@pxref{Canceling News, Canceling News, ,
5563 message, Message Manual}).
5564
5565 If you discover that you have made some mistakes and want to do some
5566 corrections, you can post a @dfn{superseding} article that will replace
5567 your original article.
5568
5569 @findex gnus-summary-supersede-article
5570 @kindex S (Summary)
5571 Go to the original article and press @kbd{S s}
5572 (@code{gnus-summary-supersede-article}).  You will be put in a buffer
5573 where you can edit the article all you want before sending it off the
5574 usual way.
5575
5576 The same goes for superseding as for canceling, only more so: Some
5577 sites do not honor superseding.  On those sites, it will appear that you
5578 have posted almost the same article twice.
5579
5580 If you have just posted the article, and change your mind right away,
5581 there is a trick you can use to cancel/supersede the article without
5582 waiting for the article to appear on your site first.  You simply return
5583 to the post buffer (which is called @code{*sent ...*}).  There you will
5584 find the article you just posted, with all the headers intact.  Change
5585 the @code{Message-ID} header to a @code{Cancel} or @code{Supersedes}
5586 header by substituting one of those words for the word
5587 @code{Message-ID}.  Then just press @kbd{C-c C-c} to send the article as
5588 you would do normally.  The previous article will be
5589 canceled/superseded.
5590
5591 Just remember, kids: There is no 'c' in 'supersede'.
5592
5593 @node Delayed Articles
5594 @section Delayed Articles
5595 @cindex delayed sending
5596 @cindex send delayed
5597
5598 Sometimes, you might wish to delay the sending of a message.  For
5599 example, you might wish to arrange for a message to turn up just in time
5600 to remind your about the birthday of your Significant Other.  For this,
5601 there is the @code{gnus-delay} package.  Setup is simple:
5602
5603 @lisp
5604 (gnus-delay-initialize)
5605 @end lisp
5606
5607 @findex gnus-delay-article
5608 Normally, to send a message you use the @kbd{C-c C-c} command from
5609 Message mode.  To delay a message, use @kbd{C-c C-j}
5610 (@code{gnus-delay-article}) instead.  This will ask you for how long the
5611 message should be delayed.  Possible answers are:
5612
5613 @itemize @bullet
5614 @item
5615 A time span.  Consists of an integer and a letter.  For example,
5616 @code{42d} means to delay for 42 days.  Available letters are @code{m}
5617 (minutes), @code{h} (hours), @code{d} (days), @code{w} (weeks), @code{M}
5618 (months) and @code{Y} (years).
5619
5620 @item
5621 A specific date.  Looks like @code{YYYY-MM-DD}.  The message will be
5622 delayed until that day, at a specific time (eight o'clock by default).
5623 See also @code{gnus-delay-default-hour}.
5624
5625 @item
5626 A specific time of day.  Given in @code{hh:mm} format, 24h, no am/pm
5627 stuff.  The deadline will be at that time today, except if that time has
5628 already passed, then it's at the given time tomorrow.  So if it's ten
5629 o'clock in the morning and you specify @code{11:15}, then the deadline
5630 is one hour and fifteen minutes hence.  But if you specify @code{9:20},
5631 that means a time tomorrow.
5632 @end itemize
5633
5634 The action of the @code{gnus-delay-article} command is influenced by a
5635 couple of variables:
5636
5637 @table @code
5638 @item gnus-delay-default-hour
5639 @vindex gnus-delay-default-hour
5640 When you specify a specific date, the message will be due on that hour
5641 on the given date.  Possible values are integers 0 through 23.
5642
5643 @item gnus-delay-default-delay
5644 @vindex gnus-delay-default-delay
5645 This is a string and gives the default delay.  It can be of any of the
5646 formats described above.
5647
5648 @item gnus-delay-group
5649 @vindex gnus-delay-group
5650 Delayed articles will be kept in this group on the drafts server until
5651 they are due.  You probably don't need to change this.  The default
5652 value is @code{"delayed"}.
5653
5654 @item gnus-delay-header
5655 @vindex gnus-delay-header
5656 The deadline for each article will be stored in a header.  This variable
5657 is a string and gives the header name.  You probably don't need to
5658 change this.  The default value is @code{"X-Gnus-Delayed"}.
5659 @end table
5660
5661 The way delaying works is like this: when you use the
5662 @code{gnus-delay-article} command, you give a certain delay.  Gnus
5663 calculates the deadline of the message and stores it in the
5664 @code{X-Gnus-Delayed} header and puts the message in the
5665 @code{nndraft:delayed} group.
5666
5667 @findex gnus-delay-send-queue
5668 And whenever you get new news, Gnus looks through the group for articles
5669 which are due and sends them.  It uses the @code{gnus-delay-send-queue}
5670 function for this.  By default, this function is added to the hook
5671 @code{gnus-get-new-news-hook}.  But of course, you can change this.
5672 Maybe you want to use the demon to send drafts?  Just tell the demon to
5673 execute the @code{gnus-delay-send-queue} function.
5674
5675 @table @code
5676 @item gnus-delay-initialize
5677 @findex gnus-delay-initialize
5678
5679 By default, this function installs @code{gnus-delay-send-queue} in
5680 @code{gnus-get-new-news-hook}.  But it accepts the optional second
5681 argument @code{no-check}.  If it is non-@code{nil},
5682 @code{gnus-get-new-news-hook} is not changed.  The optional first
5683 argument is ignored.
5684
5685 For example, @code{(gnus-delay-initialize nil t)} means to do nothing.
5686 Presumably, you want to use the demon for sending due delayed articles.
5687 Just don't forget to set that up :-)
5688 @end table
5689
5690
5691 @node Marking Articles
5692 @section Marking Articles
5693 @cindex article marking
5694 @cindex article ticking
5695 @cindex marks
5696
5697 There are several marks you can set on an article.
5698
5699 You have marks that decide the @dfn{readedness} (whoo, neato-keano
5700 neologism ohoy!) of the article.  Alphabetic marks generally mean
5701 @dfn{read}, while non-alphabetic characters generally mean @dfn{unread}.
5702
5703 In addition, you also have marks that do not affect readedness.
5704
5705 @menu
5706 * Unread Articles::             Marks for unread articles.
5707 * Read Articles::               Marks for read articles.
5708 * Other Marks::                 Marks that do not affect readedness.
5709 @end menu
5710
5711 @ifinfo
5712 There's a plethora of commands for manipulating these marks:
5713 @end ifinfo
5714
5715 @menu
5716 * Setting Marks::             How to set and remove marks.
5717 * Generic Marking Commands::  How to customize the marking.
5718 * Setting Process Marks::     How to mark articles for later processing.
5719 @end menu
5720
5721
5722 @node Unread Articles
5723 @subsection Unread Articles
5724
5725 The following marks mark articles as (kinda) unread, in one form or
5726 other.
5727
5728 @table @samp
5729 @item !
5730 @vindex gnus-ticked-mark
5731 Marked as ticked (@code{gnus-ticked-mark}).
5732
5733 @dfn{Ticked articles} are articles that will remain visible always.  If
5734 you see an article that you find interesting, or you want to put off
5735 reading it, or replying to it, until sometime later, you'd typically
5736 tick it.  However, articles can be expired (from news servers by the
5737 news server software, Gnus itself never expires ticked messages), so if
5738 you want to keep an article forever, you'll have to make it persistent
5739 (@pxref{Persistent Articles}).
5740
5741 @item ?
5742 @vindex gnus-dormant-mark
5743 Marked as dormant (@code{gnus-dormant-mark}).
5744
5745 @dfn{Dormant articles} will only appear in the summary buffer if there
5746 are followups to it.  If you want to see them even if they don't have
5747 followups, you can use the @kbd{/ D} command (@pxref{Limiting}).
5748 Otherwise (except for the visibility issue), they are just like ticked
5749 messages.
5750
5751 @item SPACE
5752 @vindex gnus-unread-mark
5753 Marked as unread (@code{gnus-unread-mark}).
5754
5755 @dfn{Unread articles} are articles that haven't been read at all yet.
5756 @end table
5757
5758
5759 @node Read Articles
5760 @subsection Read Articles
5761 @cindex expirable mark
5762
5763 All the following marks mark articles as read.
5764
5765 @table @samp
5766
5767 @item r
5768 @vindex gnus-del-mark
5769 These are articles that the user has marked as read with the @kbd{d}
5770 command manually, more or less (@code{gnus-del-mark}).
5771
5772 @item R
5773 @vindex gnus-read-mark
5774 Articles that have actually been read (@code{gnus-read-mark}).
5775
5776 @item O
5777 @vindex gnus-ancient-mark
5778 Articles that were marked as read in previous sessions and are now
5779 @dfn{old} (@code{gnus-ancient-mark}).
5780
5781 @item K
5782 @vindex gnus-killed-mark
5783 Marked as killed (@code{gnus-killed-mark}).
5784
5785 @item X
5786 @vindex gnus-kill-file-mark
5787 Marked as killed by kill files (@code{gnus-kill-file-mark}).
5788
5789 @item Y
5790 @vindex gnus-low-score-mark
5791 Marked as read by having too low a score (@code{gnus-low-score-mark}).
5792
5793 @item C
5794 @vindex gnus-catchup-mark
5795 Marked as read by a catchup (@code{gnus-catchup-mark}).
5796
5797 @item G
5798 @vindex gnus-canceled-mark
5799 Canceled article (@code{gnus-canceled-mark})
5800
5801 @item F
5802 @vindex gnus-souped-mark
5803 @sc{soup}ed article (@code{gnus-souped-mark}).  @xref{SOUP}.
5804
5805 @item Q
5806 @vindex gnus-sparse-mark
5807 Sparsely reffed article (@code{gnus-sparse-mark}).  @xref{Customizing
5808 Threading}.
5809
5810 @item M
5811 @vindex gnus-duplicate-mark
5812 Article marked as read by duplicate suppression
5813 (@code{gnus-duplicate-mark}).  @xref{Duplicate Suppression}.
5814
5815 @end table
5816
5817 All these marks just mean that the article is marked as read, really.
5818 They are interpreted differently when doing adaptive scoring, though.
5819
5820 One more special mark, though:
5821
5822 @table @samp
5823 @item E
5824 @vindex gnus-expirable-mark
5825 Marked as expirable (@code{gnus-expirable-mark}).
5826
5827 Marking articles as @dfn{expirable} (or have them marked as such
5828 automatically) doesn't make much sense in normal groups---a user doesn't
5829 control expiring of news articles, but in mail groups, for instance,
5830 articles marked as @dfn{expirable} can be deleted by gnus at
5831 any time.
5832 @end table
5833
5834
5835 @node Other Marks
5836 @subsection Other Marks
5837 @cindex process mark
5838 @cindex bookmarks
5839
5840 There are some marks that have nothing to do with whether the article is
5841 read or not.
5842
5843 @itemize @bullet
5844
5845 @item
5846 You can set a bookmark in the current article.  Say you are reading a
5847 long thesis on cats' urinary tracts, and have to go home for dinner
5848 before you've finished reading the thesis.  You can then set a bookmark
5849 in the article, and gnus will jump to this bookmark the next time it
5850 encounters the article.  @xref{Setting Marks}.
5851
5852 @item
5853 @vindex gnus-replied-mark
5854 All articles that you have replied to or made a followup to (i.e., have
5855 answered) will be marked with an @samp{A} in the second column
5856 (@code{gnus-replied-mark}).
5857
5858 @item
5859 @vindex gnus-forwarded-mark
5860 All articles that you have forwarded will be marked with an @samp{F} in
5861 the second column (@code{gnus-forwarded-mark}).
5862
5863 @item
5864 @vindex gnus-cached-mark
5865 Articles stored in the article cache will be marked with an @samp{*} in
5866 the second column (@code{gnus-cached-mark}).  @xref{Article Caching}.
5867
5868 @item
5869 @vindex gnus-saved-mark
5870 Articles ``saved'' (in some manner or other; not necessarily
5871 religiously) are marked with an @samp{S} in the second column
5872 (@code{gnus-saved-mark}).
5873
5874 @item
5875 @vindex gnus-recent-mark
5876 Articles that according to the server haven't been shown to the user
5877 before are marked with a @samp{N} in the second column
5878 (@code{gnus-recent-mark}).  Note that not all servers support this
5879 mark, in which case it simply never appears.  Compare with
5880 @code{gnus-unseen-mark}.
5881
5882 @item
5883 @vindex gnus-unseen-mark
5884 Articles that haven't been seen before in Gnus by the user are marked
5885 with a @samp{.} in the second column (@code{gnus-unseen-mark}).
5886 Compare with @code{gnus-recent-mark}.
5887
5888 @item
5889 @vindex gnus-downloaded-mark
5890 When using the Gnus agent (@pxref{Agent Basics}), articles may be
5891 downloaded for unplugged (offline) viewing.  If you are using the
5892 @samp{%O} spec, these articles get the @samp{+} mark in that spec.
5893 (The variable @code{gnus-downloaded-mark} controls which character to
5894 use.)
5895
5896 @item
5897 @vindex gnus-undownloaded-mark
5898 When using the Gnus agent (@pxref{Agent Basics}), some articles might
5899 not have been downloaded.  Such articles cannot be viewed while you
5900 are unplugged (offline).  If you are using the @samp{%O} spec, these
5901 articles get the @samp{-} mark in that spec.  (The variable
5902 @code{gnus-undownloaded-mark} controls which character to use.)
5903
5904 @item
5905 @vindex gnus-downloadable-mark
5906 The Gnus agent (@pxref{Agent Basics}) downloads some articles
5907 automatically, but it is also possible to explicitly mark articles for
5908 download, even if they would not be downloaded automatically.  Such
5909 explicitly-marked articles get the @samp{%} mark in the first column.
5910 (The variable @code{gnus-downloadable-mark} controls which character to
5911 use.)
5912
5913 @item
5914 @vindex gnus-not-empty-thread-mark
5915 @vindex gnus-empty-thread-mark
5916 If the @samp{%e} spec is used, the presence of threads or not will be
5917 marked with @code{gnus-not-empty-thread-mark} and
5918 @code{gnus-empty-thread-mark} in the third column, respectively.
5919
5920 @item
5921 @vindex gnus-process-mark
5922 Finally we have the @dfn{process mark} (@code{gnus-process-mark}).  A
5923 variety of commands react to the presence of the process mark.  For
5924 instance, @kbd{X u} (@code{gnus-uu-decode-uu}) will uudecode and view
5925 all articles that have been marked with the process mark.  Articles
5926 marked with the process mark have a @samp{#} in the second column.
5927
5928 @end itemize
5929
5930 You might have noticed that most of these ``non-readedness'' marks
5931 appear in the second column by default.  So if you have a cached, saved,
5932 replied article that you have process-marked, what will that look like?
5933
5934 Nothing much.  The precedence rules go as follows: process -> cache ->
5935 replied -> saved.  So if the article is in the cache and is replied,
5936 you'll only see the cache mark and not the replied mark.
5937
5938
5939 @node Setting Marks
5940 @subsection Setting Marks
5941 @cindex setting marks
5942
5943 All the marking commands understand the numeric prefix.
5944
5945 @table @kbd
5946 @item M c
5947 @itemx M-u
5948 @kindex M c (Summary)
5949 @kindex M-u (Summary)
5950 @findex gnus-summary-clear-mark-forward
5951 @cindex mark as unread
5952 Clear all readedness-marks from the current article
5953 (@code{gnus-summary-clear-mark-forward}).  In other words, mark the
5954 article as unread.
5955
5956 @item M t
5957 @itemx !
5958 @kindex ! (Summary)
5959 @kindex M t (Summary)
5960 @findex gnus-summary-tick-article-forward
5961 Tick the current article (@code{gnus-summary-tick-article-forward}).
5962 @xref{Article Caching}.
5963
5964 @item M ?
5965 @itemx ?
5966 @kindex ? (Summary)
5967 @kindex M ? (Summary)
5968 @findex gnus-summary-mark-as-dormant
5969 Mark the current article as dormant
5970 (@code{gnus-summary-mark-as-dormant}).  @xref{Article Caching}.
5971
5972 @item M d
5973 @itemx d
5974 @kindex M d (Summary)
5975 @kindex d (Summary)
5976 @findex gnus-summary-mark-as-read-forward
5977 Mark the current article as read
5978 (@code{gnus-summary-mark-as-read-forward}).
5979
5980 @item D
5981 @kindex D (Summary)
5982 @findex gnus-summary-mark-as-read-backward
5983 Mark the current article as read and move point to the previous line
5984 (@code{gnus-summary-mark-as-read-backward}).
5985
5986 @item M k
5987 @itemx k
5988 @kindex k (Summary)
5989 @kindex M k (Summary)
5990 @findex gnus-summary-kill-same-subject-and-select
5991 Mark all articles that have the same subject as the current one as read,
5992 and then select the next unread article
5993 (@code{gnus-summary-kill-same-subject-and-select}).
5994
5995 @item M K
5996 @itemx C-k
5997 @kindex M K (Summary)
5998 @kindex C-k (Summary)
5999 @findex gnus-summary-kill-same-subject
6000 Mark all articles that have the same subject as the current one as read
6001 (@code{gnus-summary-kill-same-subject}).
6002
6003 @item M C
6004 @kindex M C (Summary)
6005 @findex gnus-summary-catchup
6006 @c @icon{gnus-summary-catchup}
6007 Mark all unread articles as read (@code{gnus-summary-catchup}).
6008
6009 @item M C-c
6010 @kindex M C-c (Summary)
6011 @findex gnus-summary-catchup-all
6012 Mark all articles in the group as read---even the ticked and dormant
6013 articles (@code{gnus-summary-catchup-all}).
6014
6015 @item M H
6016 @kindex M H (Summary)
6017 @findex gnus-summary-catchup-to-here
6018 Catchup the current group to point (before the point)
6019 (@code{gnus-summary-catchup-to-here}).
6020
6021 @item M h
6022 @kindex M h (Summary)
6023 @findex gnus-summary-catchup-from-here
6024 Catchup the current group from point (after the point)
6025 (@code{gnus-summary-catchup-from-here}).
6026
6027 @item C-w
6028 @kindex C-w (Summary)
6029 @findex gnus-summary-mark-region-as-read
6030 Mark all articles between point and mark as read
6031 (@code{gnus-summary-mark-region-as-read}).
6032
6033 @item M V k
6034 @kindex M V k (Summary)
6035 @findex gnus-summary-kill-below
6036 Kill all articles with scores below the default score (or below the
6037 numeric prefix) (@code{gnus-summary-kill-below}).
6038
6039 @item M e
6040 @itemx E
6041 @kindex M e (Summary)
6042 @kindex E (Summary)
6043 @findex gnus-summary-mark-as-expirable
6044 Mark the current article as expirable
6045 (@code{gnus-summary-mark-as-expirable}).
6046
6047 @item M b
6048 @kindex M b (Summary)
6049 @findex gnus-summary-set-bookmark
6050 Set a bookmark in the current article
6051 (@code{gnus-summary-set-bookmark}).
6052
6053 @item M B
6054 @kindex M B (Summary)
6055 @findex gnus-summary-remove-bookmark
6056 Remove the bookmark from the current article
6057 (@code{gnus-summary-remove-bookmark}).
6058
6059 @item M V c
6060 @kindex M V c (Summary)
6061 @findex gnus-summary-clear-above
6062 Clear all marks from articles with scores over the default score (or
6063 over the numeric prefix) (@code{gnus-summary-clear-above}).
6064
6065 @item M V u
6066 @kindex M V u (Summary)
6067 @findex gnus-summary-tick-above
6068 Tick all articles with scores over the default score (or over the
6069 numeric prefix) (@code{gnus-summary-tick-above}).
6070
6071 @item M V m
6072 @kindex M V m (Summary)
6073 @findex gnus-summary-mark-above
6074 Prompt for a mark, and mark all articles with scores over the default
6075 score (or over the numeric prefix) with this mark
6076 (@code{gnus-summary-clear-above}).
6077 @end table
6078
6079 @vindex gnus-summary-goto-unread
6080 The @code{gnus-summary-goto-unread} variable controls what action should
6081 be taken after setting a mark.  If non-@code{nil}, point will move to
6082 the next/previous unread article.  If @code{nil}, point will just move
6083 one line up or down.  As a special case, if this variable is
6084 @code{never}, all the marking commands as well as other commands (like
6085 @kbd{SPACE}) will move to the next article, whether it is unread or not.
6086 The default is @code{t}.
6087
6088
6089 @node Generic Marking Commands
6090 @subsection Generic Marking Commands
6091
6092 Some people would like the command that ticks an article (@kbd{!}) go to
6093 the next article.  Others would like it to go to the next unread
6094 article.  Yet others would like it to stay on the current article.  And
6095 even though I haven't heard of anybody wanting it to go to the
6096 previous (unread) article, I'm sure there are people that want that as
6097 well.
6098
6099 Multiply these five behaviors with five different marking commands, and
6100 you get a potentially complex set of variable to control what each
6101 command should do.
6102
6103 To sidestep that mess, Gnus provides commands that do all these
6104 different things.  They can be found on the @kbd{M M} map in the summary
6105 buffer.  Type @kbd{M M C-h} to see them all---there are too many of them
6106 to list in this manual.
6107
6108 While you can use these commands directly, most users would prefer
6109 altering the summary mode keymap.  For instance, if you would like the
6110 @kbd{!} command to go to the next article instead of the next unread
6111 article, you could say something like:
6112
6113 @lisp
6114 @group
6115 (add-hook 'gnus-summary-mode-hook 'my-alter-summary-map)
6116 (defun my-alter-summary-map ()
6117   (local-set-key "!" 'gnus-summary-put-mark-as-ticked-next))
6118 @end group
6119 @end lisp
6120
6121 @noindent
6122 or
6123
6124 @lisp
6125 (defun my-alter-summary-map ()
6126   (local-set-key "!" "MM!n"))
6127 @end lisp
6128
6129
6130 @node Setting Process Marks
6131 @subsection Setting Process Marks
6132 @cindex setting process marks
6133
6134 Process marks are displayed as @code{#} in the summary buffer, and are
6135 used for marking articles in such a way that other commands will
6136 process these articles.  For instance, if you process mark four
6137 articles and then use the @kbd{*} command, Gnus will enter these four
6138 commands into the cache.  For more information,
6139 @pxref{Process/Prefix}.
6140
6141 @table @kbd
6142
6143 @item M P p
6144 @itemx #
6145 @kindex # (Summary)
6146 @kindex M P p (Summary)
6147 @findex gnus-summary-mark-as-processable
6148 Mark the current article with the process mark
6149 (@code{gnus-summary-mark-as-processable}).
6150 @findex gnus-summary-unmark-as-processable
6151
6152 @item M P u
6153 @itemx M-#
6154 @kindex M P u (Summary)
6155 @kindex M-# (Summary)
6156 Remove the process mark, if any, from the current article
6157 (@code{gnus-summary-unmark-as-processable}).
6158
6159 @item M P U
6160 @kindex M P U (Summary)
6161 @findex gnus-summary-unmark-all-processable
6162 Remove the process mark from all articles
6163 (@code{gnus-summary-unmark-all-processable}).
6164
6165 @item M P i
6166 @kindex M P i (Summary)
6167 @findex gnus-uu-invert-processable
6168 Invert the list of process marked articles
6169 (@code{gnus-uu-invert-processable}).
6170
6171 @item M P R
6172 @kindex M P R (Summary)
6173 @findex gnus-uu-mark-by-regexp
6174 Mark articles that have a @code{Subject} header that matches a regular
6175 expression (@code{gnus-uu-mark-by-regexp}).
6176
6177 @item M P G
6178 @kindex M P G (Summary)
6179 @findex gnus-uu-unmark-by-regexp
6180 Unmark articles that have a @code{Subject} header that matches a regular
6181 expression (@code{gnus-uu-unmark-by-regexp}).
6182
6183 @item M P r
6184 @kindex M P r (Summary)
6185 @findex gnus-uu-mark-region
6186 Mark articles in region (@code{gnus-uu-mark-region}).
6187
6188 @item M P g
6189 @kindex M P g (Summary)
6190 @findex gnus-uu-unmark-region
6191 Unmark articles in region (@code{gnus-uu-unmark-region}).
6192
6193 @item M P t
6194 @kindex M P t (Summary)
6195 @findex gnus-uu-mark-thread
6196 Mark all articles in the current (sub)thread
6197 (@code{gnus-uu-mark-thread}).
6198
6199 @item M P T
6200 @kindex M P T (Summary)
6201 @findex gnus-uu-unmark-thread
6202 Unmark all articles in the current (sub)thread
6203 (@code{gnus-uu-unmark-thread}).
6204
6205 @item M P v
6206 @kindex M P v (Summary)
6207 @findex gnus-uu-mark-over
6208 Mark all articles that have a score above the prefix argument
6209 (@code{gnus-uu-mark-over}).
6210
6211 @item M P s
6212 @kindex M P s (Summary)
6213 @findex gnus-uu-mark-series
6214 Mark all articles in the current series (@code{gnus-uu-mark-series}).
6215
6216 @item M P S
6217 @kindex M P S (Summary)
6218 @findex gnus-uu-mark-sparse
6219 Mark all series that have already had some articles marked
6220 (@code{gnus-uu-mark-sparse}).
6221
6222 @item M P a
6223 @kindex M P a (Summary)
6224 @findex gnus-uu-mark-all
6225 Mark all articles in series order (@code{gnus-uu-mark-series}).
6226
6227 @item M P b
6228 @kindex M P b (Summary)
6229 @findex gnus-uu-mark-buffer
6230 Mark all articles in the buffer in the order they appear
6231 (@code{gnus-uu-mark-buffer}).
6232
6233 @item M P k
6234 @kindex M P k (Summary)
6235 @findex gnus-summary-kill-process-mark
6236 Push the current process mark set onto the stack and unmark all articles
6237 (@code{gnus-summary-kill-process-mark}).
6238
6239 @item M P y
6240 @kindex M P y (Summary)
6241 @findex gnus-summary-yank-process-mark
6242 Pop the previous process mark set from the stack and restore it
6243 (@code{gnus-summary-yank-process-mark}).
6244
6245 @item M P w
6246 @kindex M P w (Summary)
6247 @findex gnus-summary-save-process-mark
6248 Push the current process mark set onto the stack
6249 (@code{gnus-summary-save-process-mark}).
6250
6251 @end table
6252
6253 Also see the @kbd{&} command in @ref{Searching for Articles}, for how to
6254 set process marks based on article body contents.
6255
6256
6257 @node Limiting
6258 @section Limiting
6259 @cindex limiting
6260
6261 It can be convenient to limit the summary buffer to just show some
6262 subset of the articles currently in the group.  The effect most limit
6263 commands have is to remove a few (or many) articles from the summary
6264 buffer.
6265
6266 All limiting commands work on subsets of the articles already fetched
6267 from the servers.  None of these commands query the server for
6268 additional articles.
6269
6270 @table @kbd
6271
6272 @item / /
6273 @itemx / s
6274 @kindex / / (Summary)
6275 @findex gnus-summary-limit-to-subject
6276 Limit the summary buffer to articles that match some subject
6277 (@code{gnus-summary-limit-to-subject}).  If given a prefix, exclude
6278 matching articles.
6279
6280 @item / a
6281 @kindex / a (Summary)
6282 @findex gnus-summary-limit-to-author
6283 Limit the summary buffer to articles that match some author
6284 (@code{gnus-summary-limit-to-author}).  If given a prefix, exclude
6285 matching articles.
6286
6287 @item / x
6288 @kindex / x (Summary)
6289 @findex gnus-summary-limit-to-extra
6290 Limit the summary buffer to articles that match one of the ``extra''
6291 headers (@pxref{To From Newsgroups})
6292 (@code{gnus-summary-limit-to-extra}).  If given a prefix, exclude
6293 matching articles.
6294
6295 @item / u
6296 @itemx x
6297 @kindex / u (Summary)
6298 @kindex x (Summary)
6299 @findex gnus-summary-limit-to-unread
6300 Limit the summary buffer to articles not marked as read
6301 (@code{gnus-summary-limit-to-unread}).  If given a prefix, limit the
6302 buffer to articles strictly unread.  This means that ticked and
6303 dormant articles will also be excluded.
6304
6305 @item / m
6306 @kindex / m (Summary)
6307 @findex gnus-summary-limit-to-marks
6308 Ask for a mark and then limit to all articles that have been marked
6309 with that mark (@code{gnus-summary-limit-to-marks}).
6310
6311 @item / t
6312 @kindex / t (Summary)
6313 @findex gnus-summary-limit-to-age
6314 Ask for a number and then limit the summary buffer to articles older than (or equal to) that number of days
6315 (@code{gnus-summary-limit-to-age}).  If given a prefix, limit to
6316 articles younger than that number of days.
6317
6318 @item / n
6319 @kindex / n (Summary)
6320 @findex gnus-summary-limit-to-articles
6321 Limit the summary buffer to the current article
6322 (@code{gnus-summary-limit-to-articles}).  Uses the process/prefix
6323 convention (@pxref{Process/Prefix}).
6324
6325 @item / w
6326 @kindex / w (Summary)
6327 @findex gnus-summary-pop-limit
6328 Pop the previous limit off the stack and restore it
6329 (@code{gnus-summary-pop-limit}).  If given a prefix, pop all limits off
6330 the stack.
6331
6332 @item / .
6333 @kindex / . (Summary)
6334 @findex gnus-summary-limit-to-unseen
6335 Limit the summary buffer to the unseen articles
6336 (@code{gnus-summary-limit-to-unseen}).
6337
6338 @item / v
6339 @kindex / v (Summary)
6340 @findex gnus-summary-limit-to-score
6341 Limit the summary buffer to articles that have a score at or above some
6342 score (@code{gnus-summary-limit-to-score}).
6343
6344 @item / p
6345 @kindex / p (Summary)
6346 @findex gnus-summary-limit-to-display-predicate
6347 Limit the summary buffer to articles that satisfy the @code{display}
6348 group parameter predicate
6349 (@code{gnus-summary-limit-to-display-predicate}).  @xref{Group
6350 Parameters}, for more on this predicate.
6351
6352 @item / r
6353 @kindex / r (Summary)
6354 @findex gnus-summary-limit-to-replied
6355 Limit the summary buffer to replied articles
6356 (@code{gnus-summary-limit-to-replied}).  If given a prefix, exclude
6357 replied articles.
6358
6359 @item / E
6360 @itemx M S
6361 @kindex M S (Summary)
6362 @kindex / E (Summary)
6363 @findex gnus-summary-limit-include-expunged
6364 Include all expunged articles in the limit
6365 (@code{gnus-summary-limit-include-expunged}).
6366
6367 @item / D
6368 @kindex / D (Summary)
6369 @findex gnus-summary-limit-include-dormant
6370 Include all dormant articles in the limit
6371 (@code{gnus-summary-limit-include-dormant}).
6372
6373 @item / *
6374 @kindex / * (Summary)
6375 @findex gnus-summary-limit-include-cached
6376 Include all cached articles in the limit
6377 (@code{gnus-summary-limit-include-cached}).
6378
6379 @item / d
6380 @kindex / d (Summary)
6381 @findex gnus-summary-limit-exclude-dormant
6382 Exclude all dormant articles from the limit
6383 (@code{gnus-summary-limit-exclude-dormant}).
6384
6385 @item / M
6386 @kindex / M (Summary)
6387 @findex gnus-summary-limit-exclude-marks
6388 Exclude all marked articles (@code{gnus-summary-limit-exclude-marks}).
6389
6390 @item / T
6391 @kindex / T (Summary)
6392 @findex gnus-summary-limit-include-thread
6393 Include all the articles in the current thread in the limit.
6394
6395 @item / c
6396 @kindex / c (Summary)
6397 @findex gnus-summary-limit-exclude-childless-dormant
6398 Exclude all dormant articles that have no children from the limit@*
6399 (@code{gnus-summary-limit-exclude-childless-dormant}).
6400
6401 @item / C
6402 @kindex / C (Summary)
6403 @findex gnus-summary-limit-mark-excluded-as-read
6404 Mark all excluded unread articles as read
6405 (@code{gnus-summary-limit-mark-excluded-as-read}).  If given a prefix,
6406 also mark excluded ticked and dormant articles as read.
6407
6408 @item / N
6409 @kindex / N (Summary)
6410 @findex gnus-summary-insert-new-articles
6411 Insert all new articles in the summary buffer.  It scans for new emails
6412 if @var{back-end}@code{-get-new-mail} is non-@code{nil}.
6413
6414 @item / o
6415 @kindex / o (Summary)
6416 @findex gnus-summary-insert-old-articles
6417 Insert all old articles in the summary buffer.  If given a numbered
6418 prefix, fetch this number of articles.
6419
6420 @end table
6421
6422
6423 @node Threading
6424 @section Threading
6425 @cindex threading
6426 @cindex article threading
6427
6428 Gnus threads articles by default.  @dfn{To thread} is to put responses
6429 to articles directly after the articles they respond to---in a
6430 hierarchical fashion.
6431
6432 Threading is done by looking at the @code{References} headers of the
6433 articles.  In a perfect world, this would be enough to build pretty
6434 trees, but unfortunately, the @code{References} header is often broken
6435 or simply missing.  Weird news propagation exacerbates the problem,
6436 so one has to employ other heuristics to get pleasing results.  A
6437 plethora of approaches exists, as detailed in horrible detail in
6438 @ref{Customizing Threading}.
6439
6440 First, a quick overview of the concepts:
6441
6442 @table @dfn
6443 @item root
6444 The top-most article in a thread; the first article in the thread.
6445
6446 @item thread
6447 A tree-like article structure.
6448
6449 @item sub-thread
6450 A small(er) section of this tree-like structure.
6451
6452 @item loose threads
6453 Threads often lose their roots due to article expiry, or due to the root
6454 already having been read in a previous session, and not displayed in the
6455 summary buffer.  We then typically have many sub-threads that really
6456 belong to one thread, but are without connecting roots.  These are
6457 called loose threads.
6458
6459 @item thread gathering
6460 An attempt to gather loose threads into bigger threads.
6461
6462 @item sparse threads
6463 A thread where the missing articles have been ``guessed'' at, and are
6464 displayed as empty lines in the summary buffer.
6465
6466 @end table
6467
6468
6469 @menu
6470 * Customizing Threading::       Variables you can change to affect the threading.
6471 * Thread Commands::             Thread based commands in the summary buffer.
6472 @end menu
6473
6474
6475 @node Customizing Threading
6476 @subsection Customizing Threading
6477 @cindex customizing threading
6478
6479 @menu
6480 * Loose Threads::               How Gnus gathers loose threads into bigger threads.
6481 * Filling In Threads::          Making the threads displayed look fuller.
6482 * More Threading::              Even more variables for fiddling with threads.
6483 * Low-Level Threading::         You thought it was over@dots{} but you were wrong!
6484 @end menu
6485
6486
6487 @node Loose Threads
6488 @subsubsection Loose Threads
6489 @cindex <
6490 @cindex >
6491 @cindex loose threads
6492
6493 @table @code
6494 @item gnus-summary-make-false-root
6495 @vindex gnus-summary-make-false-root
6496 If non-@code{nil}, gnus will gather all loose subtrees into one big tree
6497 and create a dummy root at the top.  (Wait a minute.  Root at the top?
6498 Yup.)  Loose subtrees occur when the real root has expired, or you've
6499 read or killed the root in a previous session.
6500
6501 When there is no real root of a thread, gnus will have to fudge
6502 something.  This variable says what fudging method gnus should use.
6503 There are four possible values:
6504
6505 @iftex
6506 @iflatex
6507 \gnusfigure{The Summary Buffer}{390}{
6508 \put(0,0){\epsfig{figure=ps/summary-adopt,width=7.5cm}}
6509 \put(445,0){\makebox(0,0)[br]{\epsfig{figure=ps/summary-empty,width=7.5cm}}}
6510 \put(0,400){\makebox(0,0)[tl]{\epsfig{figure=ps/summary-none,width=7.5cm}}}
6511 \put(445,400){\makebox(0,0)[tr]{\epsfig{figure=ps/summary-dummy,width=7.5cm}}}
6512 }
6513 @end iflatex
6514 @end iftex
6515
6516 @cindex adopting articles
6517
6518 @table @code
6519
6520 @item adopt
6521 Gnus will make the first of the orphaned articles the parent.  This
6522 parent will adopt all the other articles.  The adopted articles will be
6523 marked as such by pointy brackets (@samp{<>}) instead of the standard
6524 square brackets (@samp{[]}).  This is the default method.
6525
6526 @item dummy
6527 @vindex gnus-summary-dummy-line-format
6528 @vindex gnus-summary-make-false-root-always
6529 Gnus will create a dummy summary line that will pretend to be the
6530 parent.  This dummy line does not correspond to any real article, so
6531 selecting it will just select the first real article after the dummy
6532 article.  @code{gnus-summary-dummy-line-format} is used to specify the
6533 format of the dummy roots.  It accepts only one format spec:  @samp{S},
6534 which is the subject of the article.  @xref{Formatting Variables}.
6535 If you want all threads to have a dummy root, even the non-gathered
6536 ones, set @code{gnus-summary-make-false-root-always} to @code{t}.
6537
6538 @item empty
6539 Gnus won't actually make any article the parent, but simply leave the
6540 subject field of all orphans except the first empty.  (Actually, it will
6541 use @code{gnus-summary-same-subject} as the subject (@pxref{Summary
6542 Buffer Format}).)
6543
6544 @item none
6545 Don't make any article parent at all.  Just gather the threads and
6546 display them after one another.
6547
6548 @item nil
6549 Don't gather loose threads.
6550 @end table
6551
6552 @item gnus-summary-gather-subject-limit
6553 @vindex gnus-summary-gather-subject-limit
6554 Loose threads are gathered by comparing subjects of articles.  If this
6555 variable is @code{nil}, gnus requires an exact match between the
6556 subjects of the loose threads before gathering them into one big
6557 super-thread.  This might be too strict a requirement, what with the
6558 presence of stupid newsreaders that chop off long subject lines.  If
6559 you think so, set this variable to, say, 20 to require that only the
6560 first 20 characters of the subjects have to match.  If you set this
6561 variable to a really low number, you'll find that gnus will gather
6562 everything in sight into one thread, which isn't very helpful.
6563
6564 @cindex fuzzy article gathering
6565 If you set this variable to the special value @code{fuzzy}, gnus will
6566 use a fuzzy string comparison algorithm on the subjects (@pxref{Fuzzy
6567 Matching}).
6568
6569 @item gnus-simplify-subject-fuzzy-regexp
6570 @vindex gnus-simplify-subject-fuzzy-regexp
6571 This can either be a regular expression or list of regular expressions
6572 that match strings that will be removed from subjects if fuzzy subject
6573 simplification is used.
6574
6575 @item gnus-simplify-ignored-prefixes
6576 @vindex gnus-simplify-ignored-prefixes
6577 If you set @code{gnus-summary-gather-subject-limit} to something as low
6578 as 10, you might consider setting this variable to something sensible:
6579
6580 @c Written by Michael Ernst <mernst@cs.rice.edu>
6581 @lisp
6582 (setq gnus-simplify-ignored-prefixes
6583       (concat
6584        "\\`\\[?\\("
6585        (mapconcat
6586         'identity
6587         '("looking"
6588           "wanted" "followup" "summary\\( of\\)?"
6589           "help" "query" "problem" "question"
6590           "answer" "reference" "announce"
6591           "How can I" "How to" "Comparison of"
6592           ;; ...
6593           )
6594         "\\|")
6595        "\\)\\s *\\("
6596        (mapconcat 'identity
6597                   '("for" "for reference" "with" "about")
6598                   "\\|")
6599        "\\)?\\]?:?[ \t]*"))
6600 @end lisp
6601
6602 All words that match this regexp will be removed before comparing two
6603 subjects.
6604
6605 @item gnus-simplify-subject-functions
6606 @vindex gnus-simplify-subject-functions
6607 If non-@code{nil}, this variable overrides
6608 @code{gnus-summary-gather-subject-limit}.  This variable should be a
6609 list of functions to apply to the @code{Subject} string iteratively to
6610 arrive at the simplified version of the string.
6611
6612 Useful functions to put in this list include:
6613
6614 @table @code
6615 @item gnus-simplify-subject-re
6616 @findex gnus-simplify-subject-re
6617 Strip the leading @samp{Re:}.
6618
6619 @item gnus-simplify-subject-fuzzy
6620 @findex gnus-simplify-subject-fuzzy
6621 Simplify fuzzily.
6622
6623 @item gnus-simplify-whitespace
6624 @findex gnus-simplify-whitespace
6625 Remove excessive whitespace.
6626
6627 @item gnus-simplify-all-whitespace
6628 @findex gnus-simplify-all-whitespace
6629 Remove all whitespace.
6630 @end table
6631
6632 You may also write your own functions, of course.
6633
6634
6635 @item gnus-summary-gather-exclude-subject
6636 @vindex gnus-summary-gather-exclude-subject
6637 Since loose thread gathering is done on subjects only, that might lead
6638 to many false hits, especially with certain common subjects like
6639 @samp{} and @samp{(none)}.  To make the situation slightly better,
6640 you can use the regexp @code{gnus-summary-gather-exclude-subject} to say
6641 what subjects should be excluded from the gathering process.@*
6642 The default is @samp{^ *$\\|^(none)$}.
6643
6644 @item gnus-summary-thread-gathering-function
6645 @vindex gnus-summary-thread-gathering-function
6646 Gnus gathers threads by looking at @code{Subject} headers.  This means
6647 that totally unrelated articles may end up in the same ``thread'', which
6648 is confusing.  An alternate approach is to look at all the
6649 @code{Message-ID}s in all the @code{References} headers to find matches.
6650 This will ensure that no gathered threads ever include unrelated
6651 articles, but it also means that people who have posted with broken
6652 newsreaders won't be gathered properly.  The choice is yours---plague or
6653 cholera:
6654
6655 @table @code
6656 @item gnus-gather-threads-by-subject
6657 @findex gnus-gather-threads-by-subject
6658 This function is the default gathering function and looks at
6659 @code{Subject}s exclusively.
6660
6661 @item gnus-gather-threads-by-references
6662 @findex gnus-gather-threads-by-references
6663 This function looks at @code{References} headers exclusively.
6664 @end table
6665
6666 If you want to test gathering by @code{References}, you could say
6667 something like:
6668
6669 @lisp
6670 (setq gnus-summary-thread-gathering-function
6671       'gnus-gather-threads-by-references)
6672 @end lisp
6673
6674 @end table
6675
6676
6677 @node Filling In Threads
6678 @subsubsection Filling In Threads
6679
6680 @table @code
6681 @item gnus-fetch-old-headers
6682 @vindex gnus-fetch-old-headers
6683 If non-@code{nil}, gnus will attempt to build old threads by fetching
6684 more old headers---headers to articles marked as read.  If you would
6685 like to display as few summary lines as possible, but still connect as
6686 many loose threads as possible, you should set this variable to
6687 @code{some} or a number.  If you set it to a number, no more than that
6688 number of extra old headers will be fetched.  In either case, fetching
6689 old headers only works if the back end you are using carries overview
6690 files---this would normally be @code{nntp}, @code{nnspool},
6691 @code{nnml}, and @code{nnmaildir}.  Also remember that if the root of
6692 the thread has been expired by the server, there's not much Gnus can
6693 do about that.
6694
6695 This variable can also be set to @code{invisible}.  This won't have any
6696 visible effects, but is useful if you use the @kbd{A T} command a lot
6697 (@pxref{Finding the Parent}).
6698
6699 @item gnus-fetch-old-ephemeral-headers
6700 @vindex gnus-fetch-old-ephemeral-headers
6701 Same as @code{gnus-fetch-old-headers}, but only used for ephemeral
6702 newsgroups.
6703
6704 @item gnus-build-sparse-threads
6705 @vindex gnus-build-sparse-threads
6706 Fetching old headers can be slow.  A low-rent similar effect can be
6707 gotten by setting this variable to @code{some}.  Gnus will then look at
6708 the complete @code{References} headers of all articles and try to string
6709 together articles that belong in the same thread.  This will leave
6710 @dfn{gaps} in the threading display where gnus guesses that an article
6711 is missing from the thread.  (These gaps appear like normal summary
6712 lines.  If you select a gap, gnus will try to fetch the article in
6713 question.)  If this variable is @code{t}, gnus will display all these
6714 ``gaps'' without regard for whether they are useful for completing the
6715 thread or not.  Finally, if this variable is @code{more}, gnus won't cut
6716 off sparse leaf nodes that don't lead anywhere.  This variable is
6717 @code{nil} by default.
6718
6719 @item gnus-read-all-available-headers
6720 @vindex gnus-read-all-available-headers
6721 This is a rather obscure variable that few will find useful.  It's
6722 intended for those non-news newsgroups where the back end has to fetch
6723 quite a lot to present the summary buffer, and where it's impossible to
6724 go back to parents of articles.  This is mostly the case in the
6725 web-based groups, like the @code{nnultimate} groups.
6726
6727 If you don't use those, then it's safe to leave this as the default
6728 @code{nil}.  If you want to use this variable, it should be a regexp
6729 that matches the group name, or @code{t} for all groups.
6730
6731 @end table
6732
6733
6734 @node More Threading
6735 @subsubsection More Threading
6736
6737 @table @code
6738 @item gnus-show-threads
6739 @vindex gnus-show-threads
6740 If this variable is @code{nil}, no threading will be done, and all of
6741 the rest of the variables here will have no effect.  Turning threading
6742 off will speed group selection up a bit, but it is sure to make reading
6743 slower and more awkward.
6744
6745 @item gnus-thread-hide-subtree
6746 @vindex gnus-thread-hide-subtree
6747 If non-@code{nil}, all threads will be hidden when the summary buffer is
6748 generated.
6749
6750 This can also be a predicate specifier (@pxref{Predicate Specifiers}).
6751 Available predicates are @code{gnus-article-unread-p} and
6752 @code{gnus-article-unseen-p}.
6753
6754 Here's an example:
6755
6756 @lisp
6757 (setq gnus-thread-hide-subtree
6758       '(or gnus-article-unread-p
6759            gnus-article-unseen-p))
6760 @end lisp
6761
6762 (It's a pretty nonsensical example, since all unseen articles are also
6763 unread, but you get my drift.)
6764
6765
6766 @item gnus-thread-expunge-below
6767 @vindex gnus-thread-expunge-below
6768 All threads that have a total score (as defined by
6769 @code{gnus-thread-score-function}) less than this number will be
6770 expunged.  This variable is @code{nil} by default, which means that no
6771 threads are expunged.
6772
6773 @item gnus-thread-hide-killed
6774 @vindex gnus-thread-hide-killed
6775 if you kill a thread and this variable is non-@code{nil}, the subtree
6776 will be hidden.
6777
6778 @item gnus-thread-ignore-subject
6779 @vindex gnus-thread-ignore-subject
6780 Sometimes somebody changes the subject in the middle of a thread.  If
6781 this variable is non-@code{nil}, which is the default, the subject
6782 change is ignored.  If it is @code{nil}, a change in the subject will
6783 result in a new thread.
6784
6785 @item gnus-thread-indent-level
6786 @vindex gnus-thread-indent-level
6787 This is a number that says how much each sub-thread should be indented.
6788 The default is 4.
6789
6790 @item gnus-sort-gathered-threads-function
6791 @vindex gnus-sort-gathered-threads-function
6792 Sometimes, particularly with mailing lists, the order in which mails
6793 arrive locally is not necessarily the same as the order in which they
6794 arrived on the mailing list.  Consequently, when sorting sub-threads
6795 using the default @code{gnus-thread-sort-by-number}, responses can end
6796 up appearing before the article to which they are responding to.
6797 Setting this variable to an alternate value
6798 (e.g. @code{gnus-thread-sort-by-date}), in a group's parameters or in an
6799 appropriate hook (e.g. @code{gnus-summary-generate-hook}) can produce a
6800 more logical sub-thread ordering in such instances.
6801
6802 @end table
6803
6804
6805 @node Low-Level Threading
6806 @subsubsection Low-Level Threading
6807
6808 @table @code
6809
6810 @item gnus-parse-headers-hook
6811 @vindex gnus-parse-headers-hook
6812 Hook run before parsing any headers.  The default value is
6813 @code{(gnus-set-summary-default-charset)}, which sets up local value of
6814 @code{default-mime-charset} in summary buffer based on variable
6815 @code{gnus-newsgroup-default-charset-alist}.
6816
6817 @item gnus-alter-header-function
6818 @vindex gnus-alter-header-function
6819 If non-@code{nil}, this function will be called to allow alteration of
6820 article header structures.  The function is called with one parameter,
6821 the article header vector, which it may alter in any way.  For instance,
6822 if you have a mail-to-news gateway which alters the @code{Message-ID}s
6823 in systematic ways (by adding prefixes and such), you can use this
6824 variable to un-scramble the @code{Message-ID}s so that they are more
6825 meaningful.  Here's one example:
6826
6827 @lisp
6828 (setq gnus-alter-header-function 'my-alter-message-id)
6829
6830 (defun my-alter-message-id (header)
6831   (let ((id (mail-header-id header)))
6832     (when (string-match
6833            "\\(<[^<>@@]*\\)\\.?cygnus\\..*@@\\([^<>@@]*>\\)" id)
6834       (mail-header-set-id
6835        (concat (match-string 1 id) "@@" (match-string 2 id))
6836        header))))
6837 @end lisp
6838
6839 @end table
6840
6841
6842 @node Thread Commands
6843 @subsection Thread Commands
6844 @cindex thread commands
6845
6846 @table @kbd
6847
6848 @item T k
6849 @itemx C-M-k
6850 @kindex T k (Summary)
6851 @kindex C-M-k (Summary)
6852 @findex gnus-summary-kill-thread
6853 Mark all articles in the current (sub-)thread as read
6854 (@code{gnus-summary-kill-thread}).  If the prefix argument is positive,
6855 remove all marks instead.  If the prefix argument is negative, tick
6856 articles instead.
6857
6858 @item T l
6859 @itemx C-M-l
6860 @kindex T l (Summary)
6861 @kindex C-M-l (Summary)
6862 @findex gnus-summary-lower-thread
6863 Lower the score of the current (sub-)thread
6864 (@code{gnus-summary-lower-thread}).
6865
6866 @item T i
6867 @kindex T i (Summary)
6868 @findex gnus-summary-raise-thread
6869 Increase the score of the current (sub-)thread
6870 (@code{gnus-summary-raise-thread}).
6871
6872 @item T #
6873 @kindex T # (Summary)
6874 @findex gnus-uu-mark-thread
6875 Set the process mark on the current (sub-)thread
6876 (@code{gnus-uu-mark-thread}).
6877
6878 @item T M-#
6879 @kindex T M-# (Summary)
6880 @findex gnus-uu-unmark-thread
6881 Remove the process mark from the current (sub-)thread
6882 (@code{gnus-uu-unmark-thread}).
6883
6884 @item T T
6885 @kindex T T (Summary)
6886 @findex gnus-summary-toggle-threads
6887 Toggle threading (@code{gnus-summary-toggle-threads}).
6888
6889 @item T s
6890 @kindex T s (Summary)
6891 @findex gnus-summary-show-thread
6892 Expose the (sub-)thread hidden under the current article, if any@*
6893 (@code{gnus-summary-show-thread}).
6894
6895 @item T h
6896 @kindex T h (Summary)
6897 @findex gnus-summary-hide-thread
6898 Hide the current (sub-)thread (@code{gnus-summary-hide-thread}).
6899
6900 @item T S
6901 @kindex T S (Summary)
6902 @findex gnus-summary-show-all-threads
6903 Expose all hidden threads (@code{gnus-summary-show-all-threads}).
6904
6905 @item T H
6906 @kindex T H (Summary)
6907 @findex gnus-summary-hide-all-threads
6908 Hide all threads (@code{gnus-summary-hide-all-threads}).
6909
6910 @item T t
6911 @kindex T t (Summary)
6912 @findex gnus-summary-rethread-current
6913 Re-thread the current article's thread
6914 (@code{gnus-summary-rethread-current}).  This works even when the
6915 summary buffer is otherwise unthreaded.
6916
6917 @item T ^
6918 @kindex T ^ (Summary)
6919 @findex gnus-summary-reparent-thread
6920 Make the current article the child of the marked (or previous) article
6921 (@code{gnus-summary-reparent-thread}).
6922
6923 @end table
6924
6925 The following commands are thread movement commands.  They all
6926 understand the numeric prefix.
6927
6928 @table @kbd
6929
6930 @item T n
6931 @kindex T n (Summary)
6932 @itemx C-M-f
6933 @kindex C-M-n (Summary)
6934 @itemx M-down
6935 @kindex M-down (Summary)
6936 @findex gnus-summary-next-thread
6937 Go to the next thread (@code{gnus-summary-next-thread}).
6938
6939 @item T p
6940 @kindex T p (Summary)
6941 @itemx C-M-b
6942 @kindex C-M-p (Summary)
6943 @itemx M-up
6944 @kindex M-up (Summary)
6945 @findex gnus-summary-prev-thread
6946 Go to the previous thread (@code{gnus-summary-prev-thread}).
6947
6948 @item T d
6949 @kindex T d (Summary)
6950 @findex gnus-summary-down-thread
6951 Descend the thread (@code{gnus-summary-down-thread}).
6952
6953 @item T u
6954 @kindex T u (Summary)
6955 @findex gnus-summary-up-thread
6956 Ascend the thread (@code{gnus-summary-up-thread}).
6957
6958 @item T o
6959 @kindex T o (Summary)
6960 @findex gnus-summary-top-thread
6961 Go to the top of the thread (@code{gnus-summary-top-thread}).
6962 @end table
6963
6964 @vindex gnus-thread-operation-ignore-subject
6965 If you ignore subject while threading, you'll naturally end up with
6966 threads that have several different subjects in them.  If you then issue
6967 a command like @kbd{T k} (@code{gnus-summary-kill-thread}) you might not
6968 wish to kill the entire thread, but just those parts of the thread that
6969 have the same subject as the current article.  If you like this idea,
6970 you can fiddle with @code{gnus-thread-operation-ignore-subject}.  If it
6971 is non-@code{nil} (which it is by default), subjects will be ignored
6972 when doing thread commands.  If this variable is @code{nil}, articles in
6973 the same thread with different subjects will not be included in the
6974 operation in question.  If this variable is @code{fuzzy}, only articles
6975 that have subjects fuzzily equal will be included (@pxref{Fuzzy
6976 Matching}).
6977
6978
6979 @node Sorting the Summary Buffer
6980 @section Sorting the Summary Buffer
6981
6982 @findex gnus-thread-sort-by-total-score
6983 @findex gnus-thread-sort-by-date
6984 @findex gnus-thread-sort-by-score
6985 @findex gnus-thread-sort-by-subject
6986 @findex gnus-thread-sort-by-author
6987 @findex gnus-thread-sort-by-number
6988 @findex gnus-thread-sort-by-random
6989 @vindex gnus-thread-sort-functions
6990 @findex gnus-thread-sort-by-most-recent-number
6991 @findex gnus-thread-sort-by-most-recent-date
6992 If you are using a threaded summary display, you can sort the threads by
6993 setting @code{gnus-thread-sort-functions}, which can be either a single
6994 function, a list of functions, or a list containing functions and
6995 @code{(not some-function)} elements.
6996
6997 By default, sorting is done on article numbers.  Ready-made sorting
6998 predicate functions include @code{gnus-thread-sort-by-number},
6999 @code{gnus-thread-sort-by-author}, @code{gnus-thread-sort-by-subject},
7000 @code{gnus-thread-sort-by-date}, @code{gnus-thread-sort-by-score},
7001 @code{gnus-thread-sort-by-most-recent-number},
7002 @code{gnus-thread-sort-by-most-recent-date},
7003 @code{gnus-thread-sort-by-random} and
7004 @code{gnus-thread-sort-by-total-score}.
7005
7006 Each function takes two threads and returns non-@code{nil} if the first
7007 thread should be sorted before the other.  Note that sorting really is
7008 normally done by looking only at the roots of each thread.
7009
7010 If you use more than one function, the primary sort key should be the
7011 last function in the list.  You should probably always include
7012 @code{gnus-thread-sort-by-number} in the list of sorting
7013 functions---preferably first.  This will ensure that threads that are
7014 equal with respect to the other sort criteria will be displayed in
7015 ascending article order.
7016
7017 If you would like to sort by reverse score, then by subject, and finally
7018 by number, you could do something like:
7019
7020 @lisp
7021 (setq gnus-thread-sort-functions
7022       '(gnus-thread-sort-by-number
7023         gnus-thread-sort-by-subject
7024         (not gnus-thread-sort-by-total-score)))
7025 @end lisp
7026
7027 The threads that have highest score will be displayed first in the
7028 summary buffer.  When threads have the same score, they will be sorted
7029 alphabetically.  The threads that have the same score and the same
7030 subject will be sorted by number, which is (normally) the sequence in
7031 which the articles arrived.
7032
7033 If you want to sort by score and then reverse arrival order, you could
7034 say something like:
7035
7036 @lisp
7037 (setq gnus-thread-sort-functions
7038       '((lambda (t1 t2)
7039           (not (gnus-thread-sort-by-number t1 t2)))
7040         gnus-thread-sort-by-score))
7041 @end lisp
7042
7043 @vindex gnus-thread-score-function
7044 The function in the @code{gnus-thread-score-function} variable (default
7045 @code{+}) is used for calculating the total score of a thread.  Useful
7046 functions might be @code{max}, @code{min}, or squared means, or whatever
7047 tickles your fancy.
7048
7049 @findex gnus-article-sort-functions
7050 @findex gnus-article-sort-by-date
7051 @findex gnus-article-sort-by-score
7052 @findex gnus-article-sort-by-subject
7053 @findex gnus-article-sort-by-author
7054 @findex gnus-article-sort-by-random
7055 @findex gnus-article-sort-by-number
7056 If you are using an unthreaded display for some strange reason or
7057 other, you have to fiddle with the @code{gnus-article-sort-functions}
7058 variable.  It is very similar to the
7059 @code{gnus-thread-sort-functions}, except that it uses slightly
7060 different functions for article comparison.  Available sorting
7061 predicate functions are @code{gnus-article-sort-by-number},
7062 @code{gnus-article-sort-by-author},
7063 @code{gnus-article-sort-by-subject}, @code{gnus-article-sort-by-date},
7064 @code{gnus-article-sort-by-random}, and
7065 @code{gnus-article-sort-by-score}.
7066
7067 If you want to sort an unthreaded summary display by subject, you could
7068 say something like:
7069
7070 @lisp
7071 (setq gnus-article-sort-functions
7072       '(gnus-article-sort-by-number
7073         gnus-article-sort-by-subject))
7074 @end lisp
7075
7076
7077
7078 @node Asynchronous Fetching
7079 @section Asynchronous Article Fetching
7080 @cindex asynchronous article fetching
7081 @cindex article pre-fetch
7082 @cindex pre-fetch
7083
7084 If you read your news from an @acronym{NNTP} server that's far away, the
7085 network latencies may make reading articles a chore.  You have to wait
7086 for a while after pressing @kbd{n} to go to the next article before the
7087 article appears.  Why can't gnus just go ahead and fetch the article
7088 while you are reading the previous one?  Why not, indeed.
7089
7090 First, some caveats.  There are some pitfalls to using asynchronous
7091 article fetching, especially the way gnus does it.
7092
7093 Let's say you are reading article 1, which is short, and article 2 is
7094 quite long, and you are not interested in reading that.  Gnus does not
7095 know this, so it goes ahead and fetches article 2.  You decide to read
7096 article 3, but since gnus is in the process of fetching article 2, the
7097 connection is blocked.
7098
7099 To avoid these situations, gnus will open two (count 'em two)
7100 connections to the server.  Some people may think this isn't a very nice
7101 thing to do, but I don't see any real alternatives.  Setting up that
7102 extra connection takes some time, so gnus startup will be slower.
7103
7104 Gnus will fetch more articles than you will read.  This will mean that
7105 the link between your machine and the @acronym{NNTP} server will become more
7106 loaded than if you didn't use article pre-fetch.  The server itself will
7107 also become more loaded---both with the extra article requests, and the
7108 extra connection.
7109
7110 Ok, so now you know that you shouldn't really use this thing@dots{} unless
7111 you really want to.
7112
7113 @vindex gnus-asynchronous
7114 Here's how:  Set @code{gnus-asynchronous} to @code{t}.  The rest should
7115 happen automatically.
7116
7117 @vindex gnus-use-article-prefetch
7118 You can control how many articles are to be pre-fetched by setting
7119 @code{gnus-use-article-prefetch}.  This is 30 by default, which means
7120 that when you read an article in the group, the back end will pre-fetch
7121 the next 30 articles.  If this variable is @code{t}, the back end will
7122 pre-fetch all the articles it can without bound.  If it is
7123 @code{nil}, no pre-fetching will be done.
7124
7125 @vindex gnus-async-prefetch-article-p
7126 @findex gnus-async-read-p
7127 There are probably some articles that you don't want to pre-fetch---read
7128 articles, for instance.  The @code{gnus-async-prefetch-article-p}
7129 variable controls whether an article is to be pre-fetched.  This
7130 function should return non-@code{nil} when the article in question is
7131 to be pre-fetched.  The default is @code{gnus-async-read-p}, which
7132 returns @code{nil} on read articles.  The function is called with an
7133 article data structure as the only parameter.
7134
7135 If, for instance, you wish to pre-fetch only unread articles shorter
7136 than 100 lines, you could say something like:
7137
7138 @lisp
7139 (defun my-async-short-unread-p (data)
7140   "Return non-nil for short, unread articles."
7141   (and (gnus-data-unread-p data)
7142        (< (mail-header-lines (gnus-data-header data))
7143           100)))
7144
7145 (setq gnus-async-prefetch-article-p 'my-async-short-unread-p)
7146 @end lisp
7147
7148 These functions will be called many, many times, so they should
7149 preferably be short and sweet to avoid slowing down gnus too much.
7150 It's probably a good idea to byte-compile things like this.
7151
7152 @vindex gnus-prefetched-article-deletion-strategy
7153 Articles have to be removed from the asynch buffer sooner or later.  The
7154 @code{gnus-prefetched-article-deletion-strategy} says when to remove
7155 articles.  This is a list that may contain the following elements:
7156
7157 @table @code
7158 @item read
7159 Remove articles when they are read.
7160
7161 @item exit
7162 Remove articles when exiting the group.
7163 @end table
7164
7165 The default value is @code{(read exit)}.
7166
7167 @c @vindex gnus-use-header-prefetch
7168 @c If @code{gnus-use-header-prefetch} is non-@code{nil}, prefetch articles
7169 @c from the next group.
7170
7171
7172 @node Article Caching
7173 @section Article Caching
7174 @cindex article caching
7175 @cindex caching
7176
7177 If you have an @emph{extremely} slow @acronym{NNTP} connection, you may
7178 consider turning article caching on.  Each article will then be stored
7179 locally under your home directory.  As you may surmise, this could
7180 potentially use @emph{huge} amounts of disk space, as well as eat up all
7181 your inodes so fast it will make your head swim.  In vodka.
7182
7183 Used carefully, though, it could be just an easier way to save articles.
7184
7185 @vindex gnus-use-long-file-name
7186 @vindex gnus-cache-directory
7187 @vindex gnus-use-cache
7188 To turn caching on, set @code{gnus-use-cache} to @code{t}.  By default,
7189 all articles ticked or marked as dormant will then be copied
7190 over to your local cache (@code{gnus-cache-directory}).  Whether this
7191 cache is flat or hierarchical is controlled by the
7192 @code{gnus-use-long-file-name} variable, as usual.
7193
7194 When re-selecting a ticked or dormant article, it will be fetched from the
7195 cache instead of from the server.  As articles in your cache will never
7196 expire, this might serve as a method of saving articles while still
7197 keeping them where they belong.  Just mark all articles you want to save
7198 as dormant, and don't worry.
7199
7200 When an article is marked as read, is it removed from the cache.
7201
7202 @vindex gnus-cache-remove-articles
7203 @vindex gnus-cache-enter-articles
7204 The entering/removal of articles from the cache is controlled by the
7205 @code{gnus-cache-enter-articles} and @code{gnus-cache-remove-articles}
7206 variables.  Both are lists of symbols.  The first is @code{(ticked
7207 dormant)} by default, meaning that ticked and dormant articles will be
7208 put in the cache.  The latter is @code{(read)} by default, meaning that
7209 articles marked as read are removed from the cache.  Possibly
7210 symbols in these two lists are @code{ticked}, @code{dormant},
7211 @code{unread} and @code{read}.
7212
7213 @findex gnus-jog-cache
7214 So where does the massive article-fetching and storing come into the
7215 picture?  The @code{gnus-jog-cache} command will go through all
7216 subscribed newsgroups, request all unread articles, score them, and
7217 store them in the cache.  You should only ever, ever ever ever, use this
7218 command if 1) your connection to the @acronym{NNTP} server is really, really,
7219 really slow and 2) you have a really, really, really huge disk.
7220 Seriously.  One way to cut down on the number of articles downloaded is
7221 to score unwanted articles down and have them marked as read.  They will
7222 not then be downloaded by this command.
7223
7224 @vindex gnus-uncacheable-groups
7225 @vindex gnus-cacheable-groups
7226 It is likely that you do not want caching on all groups.  For instance,
7227 if your @code{nnml} mail is located under your home directory, it makes no
7228 sense to cache it somewhere else under your home directory.  Unless you
7229 feel that it's neat to use twice as much space.
7230
7231 To limit the caching, you could set @code{gnus-cacheable-groups} to a
7232 regexp of groups to cache, @samp{^nntp} for instance, or set the
7233 @code{gnus-uncacheable-groups} regexp to @samp{^nnml}, for instance.
7234 Both variables are @code{nil} by default.  If a group matches both
7235 variables, the group is not cached.
7236
7237 @findex gnus-cache-generate-nov-databases
7238 @findex gnus-cache-generate-active
7239 @vindex gnus-cache-active-file
7240 The cache stores information on what articles it contains in its active
7241 file (@code{gnus-cache-active-file}).  If this file (or any other parts
7242 of the cache) becomes all messed up for some reason or other, gnus
7243 offers two functions that will try to set things right.  @kbd{M-x
7244 gnus-cache-generate-nov-databases} will (re)build all the @acronym{NOV}
7245 files, and @kbd{gnus-cache-generate-active} will (re)generate the active
7246 file.
7247
7248 @findex gnus-cache-move-cache
7249 @code{gnus-cache-move-cache} will move your whole
7250 @code{gnus-cache-directory} to some other location.  You get asked to
7251 where, isn't that cool?
7252
7253 @node Persistent Articles
7254 @section Persistent Articles
7255 @cindex persistent articles
7256
7257 Closely related to article caching, we have @dfn{persistent articles}.
7258 In fact, it's just a different way of looking at caching, and much more
7259 useful in my opinion.
7260
7261 Say you're reading a newsgroup, and you happen on to some valuable gem
7262 that you want to keep and treasure forever.  You'd normally just save it
7263 (using one of the many saving commands) in some file.  The problem with
7264 that is that it's just, well, yucky.  Ideally you'd prefer just having
7265 the article remain in the group where you found it forever; untouched by
7266 the expiry going on at the news server.
7267
7268 This is what a @dfn{persistent article} is---an article that just won't
7269 be deleted.  It's implemented using the normal cache functions, but
7270 you use two explicit commands for managing persistent articles:
7271
7272 @table @kbd
7273
7274 @item *
7275 @kindex * (Summary)
7276 @findex gnus-cache-enter-article
7277 Make the current article persistent (@code{gnus-cache-enter-article}).
7278
7279 @item M-*
7280 @kindex M-* (Summary)
7281 @findex gnus-cache-remove-article
7282 Remove the current article from the persistent articles
7283 (@code{gnus-cache-remove-article}).  This will normally delete the
7284 article.
7285 @end table
7286
7287 Both these commands understand the process/prefix convention.
7288
7289 To avoid having all ticked articles (and stuff) entered into the cache,
7290 you should set @code{gnus-use-cache} to @code{passive} if you're just
7291 interested in persistent articles:
7292
7293 @lisp
7294 (setq gnus-use-cache 'passive)
7295 @end lisp
7296
7297
7298 @node Article Backlog
7299 @section Article Backlog
7300 @cindex backlog
7301 @cindex article backlog
7302
7303 If you have a slow connection, but the idea of using caching seems
7304 unappealing to you (and it is, really), you can help the situation some
7305 by switching on the @dfn{backlog}.  This is where gnus will buffer
7306 already read articles so that it doesn't have to re-fetch articles
7307 you've already read.  This only helps if you are in the habit of
7308 re-selecting articles you've recently read, of course.  If you never do
7309 that, turning the backlog on will slow gnus down a little bit, and
7310 increase memory usage some.
7311
7312 @vindex gnus-keep-backlog
7313 If you set @code{gnus-keep-backlog} to a number @var{n}, gnus will store
7314 at most @var{n} old articles in a buffer for later re-fetching.  If this
7315 variable is non-@code{nil} and is not a number, gnus will store
7316 @emph{all} read articles, which means that your Emacs will grow without
7317 bound before exploding and taking your machine down with you.  I put
7318 that in there just to keep y'all on your toes.
7319
7320 The default value is 20.
7321
7322
7323 @node Saving Articles
7324 @section Saving Articles
7325 @cindex saving articles
7326
7327 Gnus can save articles in a number of ways.  Below is the documentation
7328 for saving articles in a fairly straight-forward fashion (i.e., little
7329 processing of the article is done before it is saved).  For a different
7330 approach (uudecoding, unsharing) you should use @code{gnus-uu}
7331 (@pxref{Decoding Articles}).
7332
7333 For the commands listed here, the target is a file.  If you want to
7334 save to a group, see the @kbd{B c} (@code{gnus-summary-copy-article})
7335 command (@pxref{Mail Group Commands}).
7336
7337 @vindex gnus-save-all-headers
7338 If @code{gnus-save-all-headers} is non-@code{nil}, gnus will not delete
7339 unwanted headers before saving the article.
7340
7341 @vindex gnus-saved-headers
7342 If the preceding variable is @code{nil}, all headers that match the
7343 @code{gnus-saved-headers} regexp will be kept, while the rest will be
7344 deleted before saving.
7345
7346 @table @kbd
7347
7348 @item O o
7349 @itemx o
7350 @kindex O o (Summary)
7351 @kindex o (Summary)
7352 @findex gnus-summary-save-article
7353 @c @icon{gnus-summary-save-article}
7354 Save the current article using the default article saver
7355 (@code{gnus-summary-save-article}).
7356
7357 @item O m
7358 @kindex O m (Summary)
7359 @findex gnus-summary-save-article-mail
7360 Save the current article in mail format
7361 (@code{gnus-summary-save-article-mail}).
7362
7363 @item O r
7364 @kindex O r (Summary)
7365 @findex gnus-summary-save-article-rmail
7366 Save the current article in Rmail format
7367 (@code{gnus-summary-save-article-rmail}).
7368
7369 @item O f
7370 @kindex O f (Summary)
7371 @findex gnus-summary-save-article-file
7372 @c @icon{gnus-summary-save-article-file}
7373 Save the current article in plain file format
7374 (@code{gnus-summary-save-article-file}).
7375
7376 @item O F
7377 @kindex O F (Summary)
7378 @findex gnus-summary-write-article-file
7379 Write the current article in plain file format, overwriting any previous
7380 file contents (@code{gnus-summary-write-article-file}).
7381
7382 @item O b
7383 @kindex O b (Summary)
7384 @findex gnus-summary-save-article-body-file
7385 Save the current article body in plain file format
7386 (@code{gnus-summary-save-article-body-file}).
7387
7388 @item O h
7389 @kindex O h (Summary)
7390 @findex gnus-summary-save-article-folder
7391 Save the current article in mh folder format
7392 (@code{gnus-summary-save-article-folder}).
7393
7394 @item O v
7395 @kindex O v (Summary)
7396 @findex gnus-summary-save-article-vm
7397 Save the current article in a VM folder
7398 (@code{gnus-summary-save-article-vm}).
7399
7400 @item O p
7401 @itemx |
7402 @kindex O p (Summary)
7403 @kindex | (Summary)
7404 @findex gnus-summary-pipe-output
7405 Save the current article in a pipe.  Uhm, like, what I mean is---Pipe
7406 the current article to a process (@code{gnus-summary-pipe-output}).
7407 If given a symbolic prefix (@pxref{Symbolic Prefixes}), include the
7408 complete headers in the piped output.
7409
7410 @item O P
7411 @kindex O P (Summary)
7412 @findex gnus-summary-muttprint
7413 @vindex gnus-summary-muttprint-program
7414 Save the current article into muttprint.  That is, print it using the
7415 external program @uref{http://muttprint.sourceforge.net/,
7416 Muttprint}.  The program name and options to use is controlled by the
7417 variable @code{gnus-summary-muttprint-program}.
7418 (@code{gnus-summary-muttprint}).
7419
7420 @end table
7421
7422 @vindex gnus-prompt-before-saving
7423 All these commands use the process/prefix convention
7424 (@pxref{Process/Prefix}).  If you save bunches of articles using these
7425 functions, you might get tired of being prompted for files to save each
7426 and every article in.  The prompting action is controlled by
7427 the @code{gnus-prompt-before-saving} variable, which is @code{always} by
7428 default, giving you that excessive prompting action you know and
7429 loathe.  If you set this variable to @code{t} instead, you'll be prompted
7430 just once for each series of articles you save.  If you like to really
7431 have Gnus do all your thinking for you, you can even set this variable
7432 to @code{nil}, which means that you will never be prompted for files to
7433 save articles in.  Gnus will simply save all the articles in the default
7434 files.
7435
7436
7437 @vindex gnus-default-article-saver
7438 You can customize the @code{gnus-default-article-saver} variable to make
7439 gnus do what you want it to.  You can use any of the six ready-made
7440 functions below, or you can create your own.
7441
7442 @table @code
7443
7444 @item gnus-summary-save-in-rmail
7445 @findex gnus-summary-save-in-rmail
7446 @vindex gnus-rmail-save-name
7447 @findex gnus-plain-save-name
7448 This is the default format, @dfn{Babyl}.  Uses the function in the
7449 @code{gnus-rmail-save-name} variable to get a file name to save the
7450 article in.  The default is @code{gnus-plain-save-name}.
7451
7452 @item gnus-summary-save-in-mail
7453 @findex gnus-summary-save-in-mail
7454 @vindex gnus-mail-save-name
7455 Save in a Unix mail (mbox) file.  Uses the function in the
7456 @code{gnus-mail-save-name} variable to get a file name to save the
7457 article in.  The default is @code{gnus-plain-save-name}.
7458
7459 @item gnus-summary-save-in-file
7460 @findex gnus-summary-save-in-file
7461 @vindex gnus-file-save-name
7462 @findex gnus-numeric-save-name
7463 Append the article straight to an ordinary file.  Uses the function in
7464 the @code{gnus-file-save-name} variable to get a file name to save the
7465 article in.  The default is @code{gnus-numeric-save-name}.
7466
7467 @item gnus-summary-write-to-file
7468 @findex gnus-summary-write-to-file
7469 Write the article straight to an ordinary file.  The file is
7470 overwritten if it exists.  Uses the function in the
7471 @code{gnus-file-save-name} variable to get a file name to save the
7472 article in.  The default is @code{gnus-numeric-save-name}.
7473
7474 @item gnus-summary-save-body-in-file
7475 @findex gnus-summary-save-body-in-file
7476 Append the article body to an ordinary file.  Uses the function in the
7477 @code{gnus-file-save-name} variable to get a file name to save the
7478 article in.  The default is @code{gnus-numeric-save-name}.
7479
7480 @item gnus-summary-save-in-folder
7481 @findex gnus-summary-save-in-folder
7482 @findex gnus-folder-save-name
7483 @findex gnus-Folder-save-name
7484 @vindex gnus-folder-save-name
7485 @cindex rcvstore
7486 @cindex MH folders
7487 Save the article to an MH folder using @code{rcvstore} from the MH
7488 library.  Uses the function in the @code{gnus-folder-save-name} variable
7489 to get a file name to save the article in.  The default is
7490 @code{gnus-folder-save-name}, but you can also use
7491 @code{gnus-Folder-save-name}, which creates capitalized names.
7492
7493 @item gnus-summary-save-in-vm
7494 @findex gnus-summary-save-in-vm
7495 Save the article in a VM folder.  You have to have the VM mail
7496 reader to use this setting.
7497 @end table
7498
7499 @vindex gnus-article-save-directory
7500 All of these functions, except for the last one, will save the article
7501 in the @code{gnus-article-save-directory}, which is initialized from the
7502 @env{SAVEDIR} environment variable.  This is @file{~/News/} by
7503 default.
7504
7505 As you can see above, the functions use different functions to find a
7506 suitable name of a file to save the article in.  Below is a list of
7507 available functions that generate names:
7508
7509 @table @code
7510
7511 @item gnus-Numeric-save-name
7512 @findex gnus-Numeric-save-name
7513 File names like @file{~/News/Alt.andrea-dworkin/45}.
7514
7515 @item gnus-numeric-save-name
7516 @findex gnus-numeric-save-name
7517 File names like @file{~/News/alt.andrea-dworkin/45}.
7518
7519 @item gnus-Plain-save-name
7520 @findex gnus-Plain-save-name
7521 File names like @file{~/News/Alt.andrea-dworkin}.
7522
7523 @item gnus-plain-save-name
7524 @findex gnus-plain-save-name
7525 File names like @file{~/News/alt.andrea-dworkin}.
7526
7527 @item gnus-sender-save-name
7528 @findex gnus-sender-save-name
7529 File names like @file{~/News/larsi}.
7530 @end table
7531
7532 @vindex gnus-split-methods
7533 You can have gnus suggest where to save articles by plonking a regexp into
7534 the @code{gnus-split-methods} alist.  For instance, if you would like to
7535 save articles related to gnus in the file @file{gnus-stuff}, and articles
7536 related to VM in @file{vm-stuff}, you could set this variable to something
7537 like:
7538
7539 @lisp
7540 (("^Subject:.*gnus\\|^Newsgroups:.*gnus" "gnus-stuff")
7541  ("^Subject:.*vm\\|^Xref:.*vm" "vm-stuff")
7542  (my-choosing-function "../other-dir/my-stuff")
7543  ((equal gnus-newsgroup-name "mail.misc") "mail-stuff"))
7544 @end lisp
7545
7546 We see that this is a list where each element is a list that has two
7547 elements---the @dfn{match} and the @dfn{file}.  The match can either be
7548 a string (in which case it is used as a regexp to match on the article
7549 head); it can be a symbol (which will be called as a function with the
7550 group name as a parameter); or it can be a list (which will be
7551 @code{eval}ed).  If any of these actions have a non-@code{nil} result,
7552 the @dfn{file} will be used as a default prompt.  In addition, the
7553 result of the operation itself will be used if the function or form
7554 called returns a string or a list of strings.
7555
7556 You basically end up with a list of file names that might be used when
7557 saving the current article.  (All ``matches'' will be used.)  You will
7558 then be prompted for what you really want to use as a name, with file
7559 name completion over the results from applying this variable.
7560
7561 This variable is @code{((gnus-article-archive-name))} by default, which
7562 means that gnus will look at the articles it saves for an
7563 @code{Archive-name} line and use that as a suggestion for the file
7564 name.
7565
7566 Here's an example function to clean up file names somewhat.  If you have
7567 lots of mail groups called things like
7568 @samp{nnml:mail.whatever}, you may want to chop off the beginning of
7569 these group names before creating the file name to save to.  The
7570 following will do just that:
7571
7572 @lisp
7573 (defun my-save-name (group)
7574   (when (string-match "^nnml:mail." group)
7575     (substring group (match-end 0))))
7576
7577 (setq gnus-split-methods
7578       '((gnus-article-archive-name)
7579         (my-save-name)))
7580 @end lisp
7581
7582
7583 @vindex gnus-use-long-file-name
7584 Finally, you have the @code{gnus-use-long-file-name} variable.  If it is
7585 @code{nil}, all the preceding functions will replace all periods
7586 (@samp{.}) in the group names with slashes (@samp{/})---which means that
7587 the functions will generate hierarchies of directories instead of having
7588 all the files in the top level directory
7589 (@file{~/News/alt/andrea-dworkin} instead of
7590 @file{~/News/alt.andrea-dworkin}.)  This variable is @code{t} by default
7591 on most systems.  However, for historical reasons, this is @code{nil} on
7592 Xenix and usg-unix-v machines by default.
7593
7594 This function also affects kill and score file names.  If this variable
7595 is a list, and the list contains the element @code{not-score}, long file
7596 names will not be used for score files, if it contains the element
7597 @code{not-save}, long file names will not be used for saving, and if it
7598 contains the element @code{not-kill}, long file names will not be used
7599 for kill files.
7600
7601 If you'd like to save articles in a hierarchy that looks something like
7602 a spool, you could
7603
7604 @lisp
7605 (setq gnus-use-long-file-name '(not-save)) ; @r{to get a hierarchy}
7606 (setq gnus-default-article-saver
7607       'gnus-summary-save-in-file)          ; @r{no encoding}
7608 @end lisp
7609
7610 Then just save with @kbd{o}.  You'd then read this hierarchy with
7611 ephemeral @code{nneething} groups---@kbd{G D} in the group buffer, and
7612 the top level directory as the argument (@file{~/News/}).  Then just walk
7613 around to the groups/directories with @code{nneething}.
7614
7615
7616 @node Decoding Articles
7617 @section Decoding Articles
7618 @cindex decoding articles
7619
7620 Sometime users post articles (or series of articles) that have been
7621 encoded in some way or other.  Gnus can decode them for you.
7622
7623 @menu
7624 * Uuencoded Articles::          Uudecode articles.
7625 * Shell Archives::              Unshar articles.
7626 * PostScript Files::            Split PostScript.
7627 * Other Files::                 Plain save and binhex.
7628 * Decoding Variables::          Variables for a happy decoding.
7629 * Viewing Files::               You want to look at the result of the decoding?
7630 @end menu
7631
7632 @cindex series
7633 @cindex article series
7634 All these functions use the process/prefix convention
7635 (@pxref{Process/Prefix}) for finding out what articles to work on, with
7636 the extension that a ``single article'' means ``a single series''.  Gnus
7637 can find out by itself what articles belong to a series, decode all the
7638 articles and unpack/view/save the resulting file(s).
7639
7640 Gnus guesses what articles are in the series according to the following
7641 simplish rule: The subjects must be (nearly) identical, except for the
7642 last two numbers of the line.  (Spaces are largely ignored, however.)
7643
7644 For example: If you choose a subject called @samp{cat.gif (2/3)}, gnus
7645 will find all the articles that match the regexp @samp{^cat.gif
7646 ([0-9]+/[0-9]+).*$}.
7647
7648 Subjects that are non-standard, like @samp{cat.gif (2/3) Part 6 of a
7649 series}, will not be properly recognized by any of the automatic viewing
7650 commands, and you have to mark the articles manually with @kbd{#}.
7651
7652
7653 @node Uuencoded Articles
7654 @subsection Uuencoded Articles
7655 @cindex uudecode
7656 @cindex uuencoded articles
7657
7658 @table @kbd
7659
7660 @item X u
7661 @kindex X u (Summary)
7662 @findex gnus-uu-decode-uu
7663 @c @icon{gnus-uu-decode-uu}
7664 Uudecodes the current series (@code{gnus-uu-decode-uu}).
7665
7666 @item X U
7667 @kindex X U (Summary)
7668 @findex gnus-uu-decode-uu-and-save
7669 Uudecodes and saves the current series
7670 (@code{gnus-uu-decode-uu-and-save}).
7671
7672 @item X v u
7673 @kindex X v u (Summary)
7674 @findex gnus-uu-decode-uu-view
7675 Uudecodes and views the current series (@code{gnus-uu-decode-uu-view}).
7676
7677 @item X v U
7678 @kindex X v U (Summary)
7679 @findex gnus-uu-decode-uu-and-save-view
7680 Uudecodes, views and saves the current series
7681 (@code{gnus-uu-decode-uu-and-save-view}).
7682
7683 @end table
7684
7685 Remember that these all react to the presence of articles marked with
7686 the process mark.  If, for instance, you'd like to decode and save an
7687 entire newsgroup, you'd typically do @kbd{M P a}
7688 (@code{gnus-uu-mark-all}) and then @kbd{X U}
7689 (@code{gnus-uu-decode-uu-and-save}).
7690
7691 All this is very much different from how @code{gnus-uu} worked with
7692 @sc{gnus 4.1}, where you had explicit keystrokes for everything under
7693 the sun.  This version of @code{gnus-uu} generally assumes that you mark
7694 articles in some way (@pxref{Setting Process Marks}) and then press
7695 @kbd{X u}.
7696
7697 @vindex gnus-uu-notify-files
7698 Note: When trying to decode articles that have names matching
7699 @code{gnus-uu-notify-files}, which is hard-coded to
7700 @samp{[Cc][Ii][Nn][Dd][Yy][0-9]+.\\(gif\\|jpg\\)}, @code{gnus-uu} will
7701 automatically post an article on @samp{comp.unix.wizards} saying that
7702 you have just viewed the file in question.  This feature can't be turned
7703 off.
7704
7705
7706 @node Shell Archives
7707 @subsection Shell Archives
7708 @cindex unshar
7709 @cindex shell archives
7710 @cindex shared articles
7711
7712 Shell archives (``shar files'') used to be a popular way to distribute
7713 sources, but it isn't used all that much today.  In any case, we have
7714 some commands to deal with these:
7715
7716 @table @kbd
7717
7718 @item X s
7719 @kindex X s (Summary)
7720 @findex gnus-uu-decode-unshar
7721 Unshars the current series (@code{gnus-uu-decode-unshar}).
7722
7723 @item X S
7724 @kindex X S (Summary)
7725 @findex gnus-uu-decode-unshar-and-save
7726 Unshars and saves the current series (@code{gnus-uu-decode-unshar-and-save}).
7727
7728 @item X v s
7729 @kindex X v s (Summary)
7730 @findex gnus-uu-decode-unshar-view
7731 Unshars and views the current series (@code{gnus-uu-decode-unshar-view}).
7732
7733 @item X v S
7734 @kindex X v S (Summary)
7735 @findex gnus-uu-decode-unshar-and-save-view
7736 Unshars, views and saves the current series
7737 (@code{gnus-uu-decode-unshar-and-save-view}).
7738 @end table
7739
7740
7741 @node PostScript Files
7742 @subsection PostScript Files
7743 @cindex PostScript
7744
7745 @table @kbd
7746
7747 @item X p
7748 @kindex X p (Summary)
7749 @findex gnus-uu-decode-postscript
7750 Unpack the current PostScript series (@code{gnus-uu-decode-postscript}).
7751
7752 @item X P
7753 @kindex X P (Summary)
7754 @findex gnus-uu-decode-postscript-and-save
7755 Unpack and save the current PostScript series
7756 (@code{gnus-uu-decode-postscript-and-save}).
7757
7758 @item X v p
7759 @kindex X v p (Summary)
7760 @findex gnus-uu-decode-postscript-view
7761 View the current PostScript series
7762 (@code{gnus-uu-decode-postscript-view}).
7763
7764 @item X v P
7765 @kindex X v P (Summary)
7766 @findex gnus-uu-decode-postscript-and-save-view
7767 View and save the current PostScript series
7768 (@code{gnus-uu-decode-postscript-and-save-view}).
7769 @end table
7770
7771
7772 @node Other Files
7773 @subsection Other Files
7774
7775 @table @kbd
7776 @item X o
7777 @kindex X o (Summary)
7778 @findex gnus-uu-decode-save
7779 Save the current series
7780 (@code{gnus-uu-decode-save}).
7781
7782 @item X b
7783 @kindex X b (Summary)
7784 @findex gnus-uu-decode-binhex
7785 Unbinhex the current series (@code{gnus-uu-decode-binhex}).  This
7786 doesn't really work yet.
7787 @end table
7788
7789
7790 @node Decoding Variables
7791 @subsection Decoding Variables
7792
7793 Adjective, not verb.
7794
7795 @menu
7796 * Rule Variables::              Variables that say how a file is to be viewed.
7797 * Other Decode Variables::      Other decode variables.
7798 * Uuencoding and Posting::      Variables for customizing uuencoding.
7799 @end menu
7800
7801
7802 @node Rule Variables
7803 @subsubsection Rule Variables
7804 @cindex rule variables
7805
7806 Gnus uses @dfn{rule variables} to decide how to view a file.  All these
7807 variables are of the form
7808
7809 @lisp
7810       (list '(regexp1 command2)
7811             '(regexp2 command2)
7812             ...)
7813 @end lisp
7814
7815 @table @code
7816
7817 @item gnus-uu-user-view-rules
7818 @vindex gnus-uu-user-view-rules
7819 @cindex sox
7820 This variable is consulted first when viewing files.  If you wish to use,
7821 for instance, @code{sox} to convert an @file{.au} sound file, you could
7822 say something like:
7823 @lisp
7824 (setq gnus-uu-user-view-rules
7825       (list '("\\\\.au$" "sox %s -t .aiff > /dev/audio")))
7826 @end lisp
7827
7828 @item gnus-uu-user-view-rules-end
7829 @vindex gnus-uu-user-view-rules-end
7830 This variable is consulted if gnus couldn't make any matches from the
7831 user and default view rules.
7832
7833 @item gnus-uu-user-archive-rules
7834 @vindex gnus-uu-user-archive-rules
7835 This variable can be used to say what commands should be used to unpack
7836 archives.
7837 @end table
7838
7839
7840 @node Other Decode Variables
7841 @subsubsection Other Decode Variables
7842
7843 @table @code
7844 @vindex gnus-uu-grabbed-file-functions
7845
7846 @item gnus-uu-grabbed-file-functions
7847 All functions in this list will be called right after each file has been
7848 successfully decoded---so that you can move or view files right away,
7849 and don't have to wait for all files to be decoded before you can do
7850 anything.  Ready-made functions you can put in this list are:
7851
7852 @table @code
7853
7854 @item gnus-uu-grab-view
7855 @findex gnus-uu-grab-view
7856 View the file.
7857
7858 @item gnus-uu-grab-move
7859 @findex gnus-uu-grab-move
7860 Move the file (if you're using a saving function.)
7861 @end table
7862
7863 @item gnus-uu-be-dangerous
7864 @vindex gnus-uu-be-dangerous
7865 Specifies what to do if unusual situations arise during decoding.  If
7866 @code{nil}, be as conservative as possible.  If @code{t}, ignore things
7867 that didn't work, and overwrite existing files.  Otherwise, ask each
7868 time.
7869
7870 @item gnus-uu-ignore-files-by-name
7871 @vindex gnus-uu-ignore-files-by-name
7872 Files with name matching this regular expression won't be viewed.
7873
7874 @item gnus-uu-ignore-files-by-type
7875 @vindex gnus-uu-ignore-files-by-type
7876 Files with a @acronym{MIME} type matching this variable won't be viewed.
7877 Note that Gnus tries to guess what type the file is based on the name.
7878 @code{gnus-uu} is not a @acronym{MIME} package (yet), so this is slightly
7879 kludgey.
7880
7881 @item gnus-uu-tmp-dir
7882 @vindex gnus-uu-tmp-dir
7883 Where @code{gnus-uu} does its work.
7884
7885 @item gnus-uu-do-not-unpack-archives
7886 @vindex gnus-uu-do-not-unpack-archives
7887 Non-@code{nil} means that @code{gnus-uu} won't peek inside archives
7888 looking for files to display.
7889
7890 @item gnus-uu-view-and-save
7891 @vindex gnus-uu-view-and-save
7892 Non-@code{nil} means that the user will always be asked to save a file
7893 after viewing it.
7894
7895 @item gnus-uu-ignore-default-view-rules
7896 @vindex gnus-uu-ignore-default-view-rules
7897 Non-@code{nil} means that @code{gnus-uu} will ignore the default viewing
7898 rules.
7899
7900 @item gnus-uu-ignore-default-archive-rules
7901 @vindex gnus-uu-ignore-default-archive-rules
7902 Non-@code{nil} means that @code{gnus-uu} will ignore the default archive
7903 unpacking commands.
7904
7905 @item gnus-uu-kill-carriage-return
7906 @vindex gnus-uu-kill-carriage-return
7907 Non-@code{nil} means that @code{gnus-uu} will strip all carriage returns
7908 from articles.
7909
7910 @item gnus-uu-unmark-articles-not-decoded
7911 @vindex gnus-uu-unmark-articles-not-decoded
7912 Non-@code{nil} means that @code{gnus-uu} will mark unsuccessfully
7913 decoded articles as unread.
7914
7915 @item gnus-uu-correct-stripped-uucode
7916 @vindex gnus-uu-correct-stripped-uucode
7917 Non-@code{nil} means that @code{gnus-uu} will @emph{try} to fix
7918 uuencoded files that have had trailing spaces deleted.
7919
7920 @item gnus-uu-pre-uudecode-hook
7921 @vindex gnus-uu-pre-uudecode-hook
7922 Hook run before sending a message to @code{uudecode}.
7923
7924 @item gnus-uu-view-with-metamail
7925 @vindex gnus-uu-view-with-metamail
7926 @cindex metamail
7927 Non-@code{nil} means that @code{gnus-uu} will ignore the viewing
7928 commands defined by the rule variables and just fudge a @acronym{MIME}
7929 content type based on the file name.  The result will be fed to
7930 @code{metamail} for viewing.
7931
7932 @item gnus-uu-save-in-digest
7933 @vindex gnus-uu-save-in-digest
7934 Non-@code{nil} means that @code{gnus-uu}, when asked to save without
7935 decoding, will save in digests.  If this variable is @code{nil},
7936 @code{gnus-uu} will just save everything in a file without any
7937 embellishments.  The digesting almost conforms to RFC 1153---no easy way
7938 to specify any meaningful volume and issue numbers were found, so I
7939 simply dropped them.
7940
7941 @end table
7942
7943
7944 @node Uuencoding and Posting
7945 @subsubsection Uuencoding and Posting
7946
7947 @table @code
7948
7949 @item gnus-uu-post-include-before-composing
7950 @vindex gnus-uu-post-include-before-composing
7951 Non-@code{nil} means that @code{gnus-uu} will ask for a file to encode
7952 before you compose the article.  If this variable is @code{t}, you can
7953 either include an encoded file with @kbd{C-c C-i} or have one included
7954 for you when you post the article.
7955
7956 @item gnus-uu-post-length
7957 @vindex gnus-uu-post-length
7958 Maximum length of an article.  The encoded file will be split into how
7959 many articles it takes to post the entire file.
7960
7961 @item gnus-uu-post-threaded
7962 @vindex gnus-uu-post-threaded
7963 Non-@code{nil} means that @code{gnus-uu} will post the encoded file in a
7964 thread.  This may not be smart, as no other decoder I have seen is able
7965 to follow threads when collecting uuencoded articles.  (Well, I have
7966 seen one package that does that---@code{gnus-uu}, but somehow, I don't
7967 think that counts@dots{}) Default is @code{nil}.
7968
7969 @item gnus-uu-post-separate-description
7970 @vindex gnus-uu-post-separate-description
7971 Non-@code{nil} means that the description will be posted in a separate
7972 article.  The first article will typically be numbered (0/x).  If this
7973 variable is @code{nil}, the description the user enters will be included
7974 at the beginning of the first article, which will be numbered (1/x).
7975 Default is @code{t}.
7976
7977 @end table
7978
7979
7980 @node Viewing Files
7981 @subsection Viewing Files
7982 @cindex viewing files
7983 @cindex pseudo-articles
7984
7985 After decoding, if the file is some sort of archive, gnus will attempt
7986 to unpack the archive and see if any of the files in the archive can be
7987 viewed.  For instance, if you have a gzipped tar file @file{pics.tar.gz}
7988 containing the files @file{pic1.jpg} and @file{pic2.gif}, gnus will
7989 uncompress and de-tar the main file, and then view the two pictures.
7990 This unpacking process is recursive, so if the archive contains archives
7991 of archives, it'll all be unpacked.
7992
7993 Finally, gnus will normally insert a @dfn{pseudo-article} for each
7994 extracted file into the summary buffer.  If you go to these
7995 ``articles'', you will be prompted for a command to run (usually Gnus
7996 will make a suggestion), and then the command will be run.
7997
7998 @vindex gnus-view-pseudo-asynchronously
7999 If @code{gnus-view-pseudo-asynchronously} is @code{nil}, Emacs will wait
8000 until the viewing is done before proceeding.
8001
8002 @vindex gnus-view-pseudos
8003 If @code{gnus-view-pseudos} is @code{automatic}, Gnus will not insert
8004 the pseudo-articles into the summary buffer, but view them
8005 immediately.  If this variable is @code{not-confirm}, the user won't even
8006 be asked for a confirmation before viewing is done.
8007
8008 @vindex gnus-view-pseudos-separately
8009 If @code{gnus-view-pseudos-separately} is non-@code{nil}, one
8010 pseudo-article will be created for each file to be viewed.  If
8011 @code{nil}, all files that use the same viewing command will be given as
8012 a list of parameters to that command.
8013
8014 @vindex gnus-insert-pseudo-articles
8015 If @code{gnus-insert-pseudo-articles} is non-@code{nil}, insert
8016 pseudo-articles when decoding.  It is @code{t} by default.
8017
8018 So; there you are, reading your @emph{pseudo-articles} in your
8019 @emph{virtual newsgroup} from the @emph{virtual server}; and you think:
8020 Why isn't anything real anymore? How did we get here?
8021
8022
8023 @node Article Treatment
8024 @section Article Treatment
8025
8026 Reading through this huge manual, you may have quite forgotten that the
8027 object of newsreaders is to actually, like, read what people have
8028 written.  Reading articles.  Unfortunately, people are quite bad at
8029 writing, so there are tons of functions and variables to make reading
8030 these articles easier.
8031
8032 @menu
8033 * Article Highlighting::        You want to make the article look like fruit salad.
8034 * Article Fontisizing::         Making emphasized text look nice.
8035 * Article Hiding::              You also want to make certain info go away.
8036 * Article Washing::             Lots of way-neat functions to make life better.
8037 * Article Header::              Doing various header transformations.
8038 * Article Buttons::             Click on URLs, Message-IDs, addresses and the like.
8039 * Article Button Levels::       Controlling appearance of buttons.
8040 * Article Date::                Grumble, UT!
8041 * Article Display::             Display various stuff---X-Face, Picons, Smileys
8042 * Article Signature::           What is a signature?
8043 * Article Miscellanea::         Various other stuff.
8044 @end menu
8045
8046
8047 @node Article Highlighting
8048 @subsection Article Highlighting
8049 @cindex highlighting
8050
8051 Not only do you want your article buffer to look like fruit salad, but
8052 you want it to look like technicolor fruit salad.
8053
8054 @table @kbd
8055
8056 @item W H a
8057 @kindex W H a (Summary)
8058 @findex gnus-article-highlight
8059 @findex gnus-article-maybe-highlight
8060 Do much highlighting of the current article
8061 (@code{gnus-article-highlight}).  This function highlights header, cited
8062 text, the signature, and adds buttons to the body and the head.
8063
8064 @item W H h
8065 @kindex W H h (Summary)
8066 @findex gnus-article-highlight-headers
8067 @vindex gnus-header-face-alist
8068 Highlight the headers (@code{gnus-article-highlight-headers}).  The
8069 highlighting will be done according to the @code{gnus-header-face-alist}
8070 variable, which is a list where each element has the form
8071 @code{(@var{regexp} @var{name} @var{content})}.
8072 @var{regexp} is a regular expression for matching the
8073 header, @var{name} is the face used for highlighting the header name
8074 (@pxref{Faces and Fonts}) and @var{content} is the face for highlighting
8075 the header value.  The first match made will be used.  Note that
8076 @var{regexp} shouldn't have @samp{^} prepended---Gnus will add one.
8077
8078 @item W H c
8079 @kindex W H c (Summary)
8080 @findex gnus-article-highlight-citation
8081 Highlight cited text (@code{gnus-article-highlight-citation}).
8082
8083 Some variables to customize the citation highlights:
8084
8085 @table @code
8086 @vindex gnus-cite-parse-max-size
8087
8088 @item gnus-cite-parse-max-size
8089 If the article size if bigger than this variable (which is 25000 by
8090 default), no citation highlighting will be performed.
8091
8092 @item gnus-cite-max-prefix
8093 @vindex gnus-cite-max-prefix
8094 Maximum possible length for a citation prefix (default 20).
8095
8096 @item gnus-cite-face-list
8097 @vindex gnus-cite-face-list
8098 List of faces used for highlighting citations (@pxref{Faces and Fonts}).
8099 When there are citations from multiple articles in the same message,
8100 gnus will try to give each citation from each article its own face.
8101 This should make it easier to see who wrote what.
8102
8103 @item gnus-supercite-regexp
8104 @vindex gnus-supercite-regexp
8105 Regexp matching normal Supercite attribution lines.
8106
8107 @item gnus-supercite-secondary-regexp
8108 @vindex gnus-supercite-secondary-regexp
8109 Regexp matching mangled Supercite attribution lines.
8110
8111 @item gnus-cite-minimum-match-count
8112 @vindex gnus-cite-minimum-match-count
8113 Minimum number of identical prefixes we have to see before we believe
8114 that it's a citation.
8115
8116 @item gnus-cite-attribution-prefix
8117 @vindex gnus-cite-attribution-prefix
8118 Regexp matching the beginning of an attribution line.
8119
8120 @item gnus-cite-attribution-suffix
8121 @vindex gnus-cite-attribution-suffix
8122 Regexp matching the end of an attribution line.
8123
8124 @item gnus-cite-attribution-face
8125 @vindex gnus-cite-attribution-face
8126 Face used for attribution lines.  It is merged with the face for the
8127 cited text belonging to the attribution.
8128
8129 @end table
8130
8131
8132 @item W H s
8133 @kindex W H s (Summary)
8134 @vindex gnus-signature-separator
8135 @vindex gnus-signature-face
8136 @findex gnus-article-highlight-signature
8137 Highlight the signature (@code{gnus-article-highlight-signature}).
8138 Everything after @code{gnus-signature-separator} (@pxref{Article
8139 Signature}) in an article will be considered a signature and will be
8140 highlighted with @code{gnus-signature-face}, which is @code{italic} by
8141 default.
8142
8143 @end table
8144
8145 @xref{Customizing Articles}, for how to highlight articles automatically.
8146
8147
8148 @node Article Fontisizing
8149 @subsection Article Fontisizing
8150 @cindex emphasis
8151 @cindex article emphasis
8152
8153 @findex gnus-article-emphasize
8154 @kindex W e (Summary)
8155 People commonly add emphasis to words in news articles by writing things
8156 like @samp{_this_} or @samp{*this*} or @samp{/this/}.  Gnus can make
8157 this look nicer by running the article through the @kbd{W e}
8158 (@code{gnus-article-emphasize}) command.
8159
8160 @vindex gnus-emphasis-alist
8161 How the emphasis is computed is controlled by the
8162 @code{gnus-emphasis-alist} variable.  This is an alist where the first
8163 element is a regular expression to be matched.  The second is a number
8164 that says what regular expression grouping is used to find the entire
8165 emphasized word.  The third is a number that says what regexp grouping
8166 should be displayed and highlighted.  (The text between these two
8167 groupings will be hidden.)  The fourth is the face used for
8168 highlighting.
8169
8170 @lisp
8171 (setq gnus-emphasis-alist
8172       '(("_\\(\\w+\\)_" 0 1 gnus-emphasis-underline)
8173         ("\\*\\(\\w+\\)\\*" 0 1 gnus-emphasis-bold)))
8174 @end lisp
8175
8176 @cindex slash
8177 @cindex asterisk
8178 @cindex underline
8179 @cindex /
8180 @cindex *
8181
8182 @vindex gnus-emphasis-underline
8183 @vindex gnus-emphasis-bold
8184 @vindex gnus-emphasis-italic
8185 @vindex gnus-emphasis-underline-bold
8186 @vindex gnus-emphasis-underline-italic
8187 @vindex gnus-emphasis-bold-italic
8188 @vindex gnus-emphasis-underline-bold-italic
8189 By default, there are seven rules, and they use the following faces:
8190 @code{gnus-emphasis-bold}, @code{gnus-emphasis-italic},
8191 @code{gnus-emphasis-underline}, @code{gnus-emphasis-bold-italic},
8192 @code{gnus-emphasis-underline-italic},
8193 @code{gnus-emphasis-underline-bold}, and
8194 @code{gnus-emphasis-underline-bold-italic}.
8195
8196 If you want to change these faces, you can either use @kbd{M-x
8197 customize}, or you can use @code{copy-face}.  For instance, if you want
8198 to make @code{gnus-emphasis-italic} use a red face instead, you could
8199 say something like:
8200
8201 @lisp
8202 (copy-face 'red 'gnus-emphasis-italic)
8203 @end lisp
8204
8205 @vindex gnus-group-highlight-words-alist
8206
8207 If you want to highlight arbitrary words, you can use the
8208 @code{gnus-group-highlight-words-alist} variable, which uses the same
8209 syntax as @code{gnus-emphasis-alist}.  The @code{highlight-words} group
8210 parameter (@pxref{Group Parameters}) can also be used.
8211
8212 @xref{Customizing Articles}, for how to fontize articles automatically.
8213
8214
8215 @node Article Hiding
8216 @subsection Article Hiding
8217 @cindex article hiding
8218
8219 Or rather, hiding certain things in each article.  There usually is much
8220 too much cruft in most articles.
8221
8222 @table @kbd
8223
8224 @item W W a
8225 @kindex W W a (Summary)
8226 @findex gnus-article-hide
8227 Do quite a lot of hiding on the article buffer
8228 (@kbd{gnus-article-hide}).  In particular, this function will hide
8229 headers, @acronym{PGP}, cited text and the signature.
8230
8231 @item W W h
8232 @kindex W W h (Summary)
8233 @findex gnus-article-hide-headers
8234 Hide headers (@code{gnus-article-hide-headers}).  @xref{Hiding
8235 Headers}.
8236
8237 @item W W b
8238 @kindex W W b (Summary)
8239 @findex gnus-article-hide-boring-headers
8240 Hide headers that aren't particularly interesting
8241 (@code{gnus-article-hide-boring-headers}).  @xref{Hiding Headers}.
8242
8243 @item W W s
8244 @kindex W W s (Summary)
8245 @findex gnus-article-hide-signature
8246 Hide signature (@code{gnus-article-hide-signature}).  @xref{Article
8247 Signature}.
8248
8249 @item W W l
8250 @kindex W W l (Summary)
8251 @findex gnus-article-hide-list-identifiers
8252 @vindex gnus-list-identifiers
8253 Strip list identifiers specified in @code{gnus-list-identifiers}.  These
8254 are strings some mailing list servers add to the beginning of all
8255 @code{Subject} headers---for example, @samp{[zebra 4711]}.  Any leading
8256 @samp{Re: } is skipped before stripping.  @code{gnus-list-identifiers}
8257 may not contain @code{\\(..\\)}.
8258
8259 @table @code
8260
8261 @item gnus-list-identifiers
8262 @vindex gnus-list-identifiers
8263 A regular expression that matches list identifiers to be removed from
8264 subject.  This can also be a list of regular expressions.
8265
8266 @end table
8267
8268 @item W W P
8269 @kindex W W P (Summary)
8270 @findex gnus-article-hide-pem
8271 Hide @acronym{PEM} (privacy enhanced messages) cruft
8272 (@code{gnus-article-hide-pem}).
8273
8274 @item W W B
8275 @kindex W W B (Summary)
8276 @findex gnus-article-strip-banner
8277 @vindex gnus-article-banner-alist
8278 @vindex gnus-article-address-banner-alist
8279 @cindex banner
8280 @cindex OneList
8281 @cindex stripping advertisements
8282 @cindex advertisements
8283 Strip the banner specified by the @code{banner} group parameter
8284 (@code{gnus-article-strip-banner}).  This is mainly used to hide those
8285 annoying banners and/or signatures that some mailing lists and moderated
8286 groups adds to all the messages.  The way to use this function is to add
8287 the @code{banner} group parameter (@pxref{Group Parameters}) to the
8288 group you want banners stripped from.  The parameter either be a string,
8289 which will be interpreted as a regular expression matching text to be
8290 removed, or the symbol @code{signature}, meaning that the (last)
8291 signature should be removed, or other symbol, meaning that the
8292 corresponding regular expression in @code{gnus-article-banner-alist} is
8293 used.
8294
8295 Regardless of a group, you can hide things like advertisements only when
8296 the sender of an article has a certain mail address specified in
8297 @code{gnus-article-address-banner-alist}.
8298
8299 @table @code
8300
8301 @item gnus-article-address-banner-alist
8302 @vindex gnus-article-address-banner-alist
8303 Alist of mail addresses and banners.  Each element has the form
8304 @code{(@var{address} . @var{banner})}, where @var{address} is a regexp
8305 matching a mail address in the From header, @var{banner} is one of a
8306 symbol @code{signature}, an item in @code{gnus-article-banner-alist},
8307 a regexp and @code{nil}.  If @var{address} matches author's mail
8308 address, it will remove things like advertisements.  For example, if a
8309 sender has the mail address @samp{hail@@yoo-hoo.co.jp} and there is a
8310 banner something like @samp{Do You Yoo-hoo!?} in all articles he
8311 sends, you can use the following element to remove them:
8312
8313 @lisp
8314 ("@@yoo-hoo\\.co\\.jp\\'" .
8315  "\n_+\nDo You Yoo-hoo!\\?\n.*\n.*\n")
8316 @end lisp
8317
8318 @end table
8319
8320 @item W W c
8321 @kindex W W c (Summary)
8322 @findex gnus-article-hide-citation
8323 Hide citation (@code{gnus-article-hide-citation}).  Some variables for
8324 customizing the hiding:
8325
8326 @table @code
8327
8328 @item gnus-cited-opened-text-button-line-format
8329 @itemx gnus-cited-closed-text-button-line-format
8330 @vindex gnus-cited-closed-text-button-line-format
8331 @vindex gnus-cited-opened-text-button-line-format
8332 Gnus adds buttons to show where the cited text has been hidden, and to
8333 allow toggle hiding the text.  The format of the variable is specified
8334 by these format-like variable (@pxref{Formatting Variables}).  These
8335 specs are valid:
8336
8337 @table @samp
8338 @item b
8339 Starting point of the hidden text.
8340 @item e
8341 Ending point of the hidden text.
8342 @item l
8343 Number of characters in the hidden region.
8344 @item n
8345 Number of lines of hidden text.
8346 @end table
8347
8348 @item gnus-cited-lines-visible
8349 @vindex gnus-cited-lines-visible
8350 The number of lines at the beginning of the cited text to leave
8351 shown.  This can also be a cons cell with the number of lines at the top
8352 and bottom of the text, respectively, to remain visible.
8353
8354 @end table
8355
8356 @item W W C-c
8357 @kindex W W C-c (Summary)
8358 @findex gnus-article-hide-citation-maybe
8359
8360 Hide citation (@code{gnus-article-hide-citation-maybe}) depending on the
8361 following two variables:
8362
8363 @table @code
8364 @item gnus-cite-hide-percentage
8365 @vindex gnus-cite-hide-percentage
8366 If the cited text is of a bigger percentage than this variable (default
8367 50), hide the cited text.
8368
8369 @item gnus-cite-hide-absolute
8370 @vindex gnus-cite-hide-absolute
8371 The cited text must have at least this length (default 10) before it
8372 is hidden.
8373 @end table
8374
8375 @item W W C
8376 @kindex W W C (Summary)
8377 @findex gnus-article-hide-citation-in-followups
8378 Hide cited text in articles that aren't roots
8379 (@code{gnus-article-hide-citation-in-followups}).  This isn't very
8380 useful as an interactive command, but might be a handy function to stick
8381 have happen automatically (@pxref{Customizing Articles}).
8382
8383 @end table
8384
8385 All these ``hiding'' commands are toggles, but if you give a negative
8386 prefix to these commands, they will show what they have previously
8387 hidden.  If you give a positive prefix, they will always hide.
8388
8389 Also @pxref{Article Highlighting} for further variables for
8390 citation customization.
8391
8392 @xref{Customizing Articles}, for how to hide article elements
8393 automatically.
8394
8395
8396 @node Article Washing
8397 @subsection Article Washing
8398 @cindex washing
8399 @cindex article washing
8400
8401 We call this ``article washing'' for a really good reason.  Namely, the
8402 @kbd{A} key was taken, so we had to use the @kbd{W} key instead.
8403
8404 @dfn{Washing} is defined by us as ``changing something from something to
8405 something else'', but normally results in something looking better.
8406 Cleaner, perhaps.
8407
8408 @xref{Customizing Articles}, if you want to change how Gnus displays
8409 articles by default.
8410
8411 @table @kbd
8412
8413 @item C-u g
8414 This is not really washing, it's sort of the opposite of washing.  If
8415 you type this, you see the article exactly as it exists on disk or on
8416 the server.
8417
8418 @item g
8419 Force redisplaying of the current article
8420 (@code{gnus-summary-show-article}).  This is also not really washing.
8421 If you type this, you see the article without any previously applied
8422 interactive Washing functions but with all default treatments
8423 (@pxref{Customizing Articles}).
8424
8425 @item W l
8426 @kindex W l (Summary)
8427 @findex gnus-summary-stop-page-breaking
8428 Remove page breaks from the current article
8429 (@code{gnus-summary-stop-page-breaking}).  @xref{Misc Article}, for page
8430 delimiters.
8431
8432 @item W r
8433 @kindex W r (Summary)
8434 @findex gnus-summary-caesar-message
8435 @c @icon{gnus-summary-caesar-message}
8436 Do a Caesar rotate (rot13) on the article buffer
8437 (@code{gnus-summary-caesar-message}).
8438 Unreadable articles that tell you to read them with Caesar rotate or rot13.
8439 (Typically offensive jokes and such.)
8440
8441 It's commonly called ``rot13'' because each letter is rotated 13
8442 positions in the alphabet, e. g. @samp{B} (letter #2) -> @samp{O} (letter
8443 #15).  It is sometimes referred to as ``Caesar rotate'' because Caesar
8444 is rumored to have employed this form of, uh, somewhat weak encryption.
8445
8446 @item W m
8447 @kindex W m (Summary)
8448 @findex gnus-summary-morse-message
8449 Morse decode the article buffer (@code{gnus-summary-morse-message}).
8450
8451 @item W t
8452 @item t
8453 @kindex W t (Summary)
8454 @kindex t (Summary)
8455 @findex gnus-summary-toggle-header
8456 Toggle whether to display all headers in the article buffer
8457 (@code{gnus-summary-toggle-header}).
8458
8459 @item W v
8460 @kindex W v (Summary)
8461 @findex gnus-summary-verbose-headers
8462 Toggle whether to display all headers in the article buffer permanently
8463 (@code{gnus-summary-verbose-headers}).
8464
8465 @item W m
8466 @kindex W m (Summary)
8467 @findex gnus-summary-toggle-mime
8468 Toggle whether to run the article through @acronym{MIME} before
8469 displaying (@code{gnus-summary-toggle-mime}).
8470
8471 @item W o
8472 @kindex W o (Summary)
8473 @findex gnus-article-treat-overstrike
8474 Treat overstrike (@code{gnus-article-treat-overstrike}).
8475
8476 @item W d
8477 @kindex W d (Summary)
8478 @findex gnus-article-treat-dumbquotes
8479 @vindex gnus-article-dumbquotes-map
8480 @cindex Smartquotes
8481 @cindex M****s*** sm*rtq**t*s
8482 @cindex Latin 1
8483 Treat M****s*** sm*rtq**t*s according to
8484 @code{gnus-article-dumbquotes-map}
8485 (@code{gnus-article-treat-dumbquotes}).  Note that this function guesses
8486 whether a character is a sm*rtq**t* or not, so it should only be used
8487 interactively.
8488
8489 Sm*rtq**t*s are M****s***'s unilateral extension to the character map in
8490 an attempt to provide more quoting characters.  If you see something
8491 like @code{\222} or @code{\264} where you're expecting some kind of
8492 apostrophe or quotation mark, then try this wash.
8493
8494 @item W Y f
8495 @kindex W Y f (Summary)
8496 @findex gnus-article-outlook-deuglify-article
8497 @cindex Outlook Express
8498 Full deuglify of broken Outlook (Express) articles: Treat dumbquotes,
8499 unwrap lines, repair attribution and rearrange citation.
8500 (@code{gnus-article-outlook-deuglify-article}).
8501
8502 @item W Y u
8503 @kindex W Y u (Summary)
8504 @findex gnus-article-outlook-unwrap-lines
8505 @vindex gnus-outlook-deuglify-unwrap-min
8506 @vindex gnus-outlook-deuglify-unwrap-max
8507 Unwrap lines that appear to be wrapped citation lines.  You can control
8508 what lines will be unwrapped by frobbing
8509 @code{gnus-outlook-deuglify-unwrap-min} and
8510 @code{gnus-outlook-deuglify-unwrap-max}, indicating the minimum and
8511 maximum length of an unwrapped citation line.
8512 (@code{gnus-article-outlook-unwrap-lines}).
8513
8514 @item W Y a
8515 @kindex W Y a (Summary)
8516 @findex gnus-article-outlook-repair-attribution
8517 Repair a broken attribution line.@*
8518 (@code{gnus-article-outlook-repair-attribution}).
8519
8520 @item W Y c
8521 @kindex W Y c (Summary)
8522 @findex gnus-article-outlook-rearrange-citation
8523 Repair broken citations by rearranging the text.
8524 (@code{gnus-article-outlook-rearrange-citation}).
8525
8526 @item W w
8527 @kindex W w (Summary)
8528 @findex gnus-article-fill-cited-article
8529 Do word wrap (@code{gnus-article-fill-cited-article}).
8530
8531 You can give the command a numerical prefix to specify the width to use
8532 when filling.
8533
8534 @item W Q
8535 @kindex W Q (Summary)
8536 @findex gnus-article-fill-long-lines
8537 Fill long lines (@code{gnus-article-fill-long-lines}).
8538
8539 @item W C
8540 @kindex W C (Summary)
8541 @findex gnus-article-capitalize-sentences
8542 Capitalize the first word in each sentence
8543 (@code{gnus-article-capitalize-sentences}).
8544
8545 @item W c
8546 @kindex W c (Summary)
8547 @findex gnus-article-remove-cr
8548 Translate CRLF pairs (i. e., @samp{^M}s on the end of the lines) into LF
8549 (this takes care of DOS line endings), and then translate any remaining
8550 CRs into LF (this takes care of Mac line endings)
8551 (@code{gnus-article-remove-cr}).
8552
8553 @kindex W q (Summary)
8554 @findex gnus-article-de-quoted-unreadable
8555 Treat quoted-printable (@code{gnus-article-de-quoted-unreadable}).
8556 Quoted-Printable is one common @acronym{MIME} encoding employed when
8557 sending non-@acronym{ASCII} (i.e., 8-bit) articles.  It typically
8558 makes strings like @samp{déjà vu} look like @samp{d=E9j=E0 vu}, which
8559 doesn't look very readable to me.  Note that this is usually done
8560 automatically by Gnus if the message in question has a
8561 @code{Content-Transfer-Encoding} header that says that this encoding
8562 has been done.  If a prefix is given, a charset will be asked for.
8563
8564 @item W 6
8565 @kindex W 6 (Summary)
8566 @findex gnus-article-de-base64-unreadable
8567 Treat base64 (@code{gnus-article-de-base64-unreadable}).  Base64 is
8568 one common @acronym{MIME} encoding employed when sending
8569 non-@acronym{ASCII} (i.e., 8-bit) articles.  Note that this is
8570 usually done automatically by Gnus if the message in question has a
8571 @code{Content-Transfer-Encoding} header that says that this encoding
8572 has been done.  If a prefix is given, a charset will be asked for.
8573
8574 @item W Z
8575 @kindex W Z (Summary)
8576 @findex gnus-article-decode-HZ
8577 Treat HZ or HZP (@code{gnus-article-decode-HZ}).  HZ (or HZP) is one
8578 common encoding employed when sending Chinese articles.  It typically
8579 makes strings look like @samp{~@{<:Ky2;S@{#,NpJ)l6HK!#~@}}.
8580
8581 @item W A
8582 @kindex W A (Summary)
8583 @findex gnus-article-treat-ansi-sequences
8584 Translate ANSI SGR control sequences into overlays or extents
8585 (@code{gnus-article-treat-ansi-sequences}).  ANSI sequences are used in
8586 some Chinese hierarchies for highlighting.
8587
8588 @item W u
8589 @kindex W u (Summary)
8590 @findex gnus-article-unsplit-urls
8591 Remove newlines from within URLs.  Some mailers insert newlines into
8592 outgoing email messages to keep lines short.  This reformatting can
8593 split long URLs onto multiple lines.  Repair those URLs by removing
8594 the newlines (@code{gnus-article-unsplit-urls}).
8595
8596 @item W h
8597 @kindex W h (Summary)
8598 @findex gnus-article-wash-html
8599 Treat @acronym{HTML} (@code{gnus-article-wash-html}).  Note that this is
8600 usually done automatically by Gnus if the message in question has a
8601 @code{Content-Type} header that says that the message is @acronym{HTML}.
8602
8603 If a prefix is given, a charset will be asked for.
8604
8605 @vindex gnus-article-wash-function
8606 The default is to use the function specified by
8607 @code{mm-text-html-renderer} (@pxref{Display Customization, ,Display
8608 Customization, emacs-mime, The Emacs MIME Manual}) to convert the
8609 @acronym{HTML}, but this is controlled by the
8610 @code{gnus-article-wash-function} variable.  Pre-defined functions you
8611 can use include:
8612
8613 @table @code
8614 @item w3
8615 Use Emacs/w3.
8616
8617 @item w3m
8618 Use @uref{http://emacs-w3m.namazu.org/, emacs-w3m}.
8619
8620 @item links
8621 Use @uref{http://links.sf.net/, Links}.
8622
8623 @item lynx
8624 Use @uref{http://lynx.isc.org/, Lynx}.
8625
8626 @item html2text
8627 Use html2text---a simple @acronym{HTML} converter included with Gnus.
8628
8629 @end table
8630
8631 @item W b
8632 @kindex W b (Summary)
8633 @findex gnus-article-add-buttons
8634 Add clickable buttons to the article (@code{gnus-article-add-buttons}).
8635 @xref{Article Buttons}.
8636
8637 @item W B
8638 @kindex W B (Summary)
8639 @findex gnus-article-add-buttons-to-head
8640 Add clickable buttons to the article headers
8641 (@code{gnus-article-add-buttons-to-head}).
8642
8643 @item W p
8644 @kindex W p (Summary)
8645 @findex gnus-article-verify-x-pgp-sig
8646 Verify a signed control message
8647 (@code{gnus-article-verify-x-pgp-sig}).  Control messages such as
8648 @code{newgroup} and @code{checkgroups} are usually signed by the
8649 hierarchy maintainer.  You need to add the @acronym{PGP} public key of
8650 the maintainer to your keyring to verify the
8651 message.@footnote{@acronym{PGP} keys for many hierarchies are
8652 available at @uref{ftp://ftp.isc.org/pub/pgpcontrol/README.html}}
8653
8654 @item W s
8655 @kindex W s (Summary)
8656 @findex gnus-summary-force-verify-and-decrypt
8657 Verify a signed (@acronym{PGP}, @acronym{PGP/MIME} or
8658 @acronym{S/MIME}) message
8659 (@code{gnus-summary-force-verify-and-decrypt}). @xref{Security}.
8660
8661 @item W a
8662 @kindex W a (Summary)
8663 @findex gnus-article-strip-headers-in-body
8664 Strip headers like the @code{X-No-Archive} header from the beginning of
8665 article bodies (@code{gnus-article-strip-headers-in-body}).
8666
8667 @item W E l
8668 @kindex W E l (Summary)
8669 @findex gnus-article-strip-leading-blank-lines
8670 Remove all blank lines from the beginning of the article
8671 (@code{gnus-article-strip-leading-blank-lines}).
8672
8673 @item W E m
8674 @kindex W E m (Summary)
8675 @findex gnus-article-strip-multiple-blank-lines
8676 Replace all blank lines with empty lines and then all multiple empty
8677 lines with a single empty line.
8678 (@code{gnus-article-strip-multiple-blank-lines}).
8679
8680 @item W E t
8681 @kindex W E t (Summary)
8682 @findex gnus-article-remove-trailing-blank-lines
8683 Remove all blank lines at the end of the article
8684 (@code{gnus-article-remove-trailing-blank-lines}).
8685
8686 @item W E a
8687 @kindex W E a (Summary)
8688 @findex gnus-article-strip-blank-lines
8689 Do all the three commands above
8690 (@code{gnus-article-strip-blank-lines}).
8691
8692 @item W E A
8693 @kindex W E A (Summary)
8694 @findex gnus-article-strip-all-blank-lines
8695 Remove all blank lines
8696 (@code{gnus-article-strip-all-blank-lines}).
8697
8698 @item W E s
8699 @kindex W E s (Summary)
8700 @findex gnus-article-strip-leading-space
8701 Remove all white space from the beginning of all lines of the article
8702 body (@code{gnus-article-strip-leading-space}).
8703
8704 @item W E e
8705 @kindex W E e (Summary)
8706 @findex gnus-article-strip-trailing-space
8707 Remove all white space from the end of all lines of the article
8708 body (@code{gnus-article-strip-trailing-space}).
8709
8710 @end table
8711
8712 @xref{Customizing Articles}, for how to wash articles automatically.
8713
8714
8715 @node Article Header
8716 @subsection Article Header
8717
8718 These commands perform various transformations of article header.
8719
8720 @table @kbd
8721
8722 @item W G u
8723 @kindex W G u (Summary)
8724 @findex gnus-article-treat-unfold-headers
8725 Unfold folded header lines (@code{gnus-article-treat-unfold-headers}).
8726
8727 @item W G n
8728 @kindex W G n (Summary)
8729 @findex gnus-article-treat-fold-newsgroups
8730 Fold the @code{Newsgroups} and @code{Followup-To} headers
8731 (@code{gnus-article-treat-fold-newsgroups}).
8732
8733 @item W G f
8734 @kindex W G f (Summary)
8735 @findex gnus-article-treat-fold-headers
8736 Fold all the message headers
8737 (@code{gnus-article-treat-fold-headers}).
8738
8739 @item W E w
8740 @kindex W E w (Summary)
8741 @findex gnus-article-remove-leading-whitespace
8742 Remove excessive whitespace from all headers
8743 (@code{gnus-article-remove-leading-whitespace}).
8744
8745 @end table
8746
8747
8748 @node Article Buttons
8749 @subsection Article Buttons
8750 @cindex buttons
8751
8752 People often include references to other stuff in articles, and it would
8753 be nice if Gnus could just fetch whatever it is that people talk about
8754 with the minimum of fuzz when you hit @kbd{RET} or use the middle mouse
8755 button on these references.
8756
8757 @vindex gnus-button-man-handler
8758 Gnus adds @dfn{buttons} to certain standard references by default:
8759 Well-formed URLs, mail addresses, Message-IDs, Info links, man pages and
8760 Emacs or Gnus related references.  This is controlled by two variables,
8761 one that handles article bodies and one that handles article heads:
8762
8763 @table @code
8764
8765 @item gnus-button-alist
8766 @vindex gnus-button-alist
8767 This is an alist where each entry has this form:
8768
8769 @lisp
8770 (@var{regexp} @var{button-par} @var{use-p} @var{function} @var{data-par})
8771 @end lisp
8772
8773 @table @var
8774
8775 @item regexp
8776 All text that match this regular expression (case insensitive) will be
8777 considered an external reference.  Here's a typical regexp that matches
8778 embedded URLs: @samp{<URL:\\([^\n\r>]*\\)>}.  This can also be a
8779 variable containing a regexp, useful variables to use include
8780 @code{gnus-button-url-regexp} and @code{gnus-button-mid-or-mail-regexp}.
8781
8782 @item button-par
8783 Gnus has to know which parts of the matches is to be highlighted.  This
8784 is a number that says what sub-expression of the regexp is to be
8785 highlighted.  If you want it all highlighted, you use 0 here.
8786
8787 @item use-p
8788 This form will be @code{eval}ed, and if the result is non-@code{nil},
8789 this is considered a match.  This is useful if you want extra sifting to
8790 avoid false matches.  Often variables named
8791 @code{gnus-button-@var{*}-level} are used here, @xref{Article Button
8792 Levels}, but any other form may be used too.
8793
8794 @c @code{use-p} is @code{eval}ed only if @code{regexp} matches.
8795
8796 @item function
8797 This function will be called when you click on this button.
8798
8799 @item data-par
8800 As with @var{button-par}, this is a sub-expression number, but this one
8801 says which part of the match is to be sent as data to @var{function}.
8802
8803 @end table
8804
8805 So the full entry for buttonizing URLs is then
8806
8807 @lisp
8808 ("<URL:\\([^\n\r>]*\\)>" 0 t gnus-button-url 1)
8809 @end lisp
8810
8811 @item gnus-header-button-alist
8812 @vindex gnus-header-button-alist
8813 This is just like the other alist, except that it is applied to the
8814 article head only, and that each entry has an additional element that is
8815 used to say what headers to apply the buttonize coding to:
8816
8817 @lisp
8818 (@var{header} @var{regexp} @var{button-par} @var{use-p} @var{function} @var{data-par})
8819 @end lisp
8820
8821 @var{header} is a regular expression.
8822 @end table
8823
8824 @subsubsection Related variables and functions
8825
8826 @table @code
8827 @item gnus-button-@var{*}-level
8828 @xref{Article Button Levels}.
8829
8830 @c Stuff related to gnus-button-browse-level
8831
8832 @item gnus-button-url-regexp
8833 @vindex gnus-button-url-regexp
8834 A regular expression that matches embedded URLs.  It is used in the
8835 default values of the variables above.
8836
8837 @c Stuff related to gnus-button-man-level
8838
8839 @item gnus-button-man-handler
8840 @vindex gnus-button-man-handler
8841 The function to use for displaying man pages.  It must take at least one
8842 argument with a string naming the man page.
8843
8844 @c Stuff related to gnus-button-message-level
8845
8846 @item gnus-button-mid-or-mail-regexp
8847 @vindex gnus-button-mid-or-mail-regexp
8848 Regular expression that matches a message ID or a mail address.
8849
8850 @item gnus-button-prefer-mid-or-mail
8851 @vindex gnus-button-prefer-mid-or-mail
8852 This variable determines what to do when the button on a string as
8853 @samp{foo123@@bar.invalid} is pushed.  Strings like this can be either a
8854 message ID or a mail address.  If it is one of the symbols @code{mid} or
8855 @code{mail}, Gnus will always assume that the string is a message ID or
8856 a mail address, respectively.  If this variable is set to the symbol
8857 @code{ask}, always query the user what do do.  If it is a function, this
8858 function will be called with the string as its only argument.  The
8859 function must return @code{mid}, @code{mail}, @code{invalid} or
8860 @code{ask}.  The default value is the function
8861 @code{gnus-button-mid-or-mail-heuristic}.
8862
8863 @item gnus-button-mid-or-mail-heuristic
8864 @findex gnus-button-mid-or-mail-heuristic
8865 Function that guesses whether its argument is a message ID or a mail
8866 address.  Returns @code{mid} if it's a message IDs, @code{mail} if
8867 it's a mail address, @code{ask} if unsure and @code{invalid} if the
8868 string is invalid.
8869
8870 @item gnus-button-mid-or-mail-heuristic-alist
8871 @vindex gnus-button-mid-or-mail-heuristic-alist
8872 An alist of @code{(RATE . REGEXP)} pairs used by the function
8873 @code{gnus-button-mid-or-mail-heuristic}.
8874
8875 @c Stuff related to gnus-button-tex-level
8876
8877 @item gnus-button-ctan-handler
8878 @findex gnus-button-ctan-handler
8879 The function to use for displaying CTAN links.  It must take one
8880 argument, the string naming the URL.
8881
8882 @item gnus-ctan-url
8883 @vindex gnus-ctan-url
8884 Top directory of a CTAN (Comprehensive TeX Archive Network) archive used
8885 by @code{gnus-button-ctan-handler}.
8886
8887 @c Misc stuff
8888
8889 @item gnus-article-button-face
8890 @vindex gnus-article-button-face
8891 Face used on buttons.
8892
8893 @item gnus-article-mouse-face
8894 @vindex gnus-article-mouse-face
8895 Face used when the mouse cursor is over a button.
8896
8897 @end table
8898
8899 @xref{Customizing Articles}, for how to buttonize articles automatically.
8900
8901
8902 @node Article Button Levels
8903 @subsection Article button levels
8904 @cindex button levels
8905 The higher the value of the variables @code{gnus-button-@var{*}-level},
8906 the more buttons will appear.  If the level is zero, no corresponding
8907 buttons are displayed.  With the default value (which is 5) you should
8908 already see quite a lot of buttons.  With higher levels, you will see
8909 more buttons, but you may also get more false positives.  To avoid them,
8910 you can set the variables @code{gnus-button-@var{*}-level} local to
8911 specific groups (@pxref{Group Parameters}).  Here's an example for the
8912 variable @code{gnus-parameters}:
8913
8914 @lisp
8915 ;; @r{increase @code{gnus-button-*-level} in some groups:}
8916 (setq gnus-parameters
8917       '(("\\<\\(emacs\\|gnus\\)\\>" (gnus-button-emacs-level 10))
8918         ("\\<unix\\>"               (gnus-button-man-level 10))
8919         ("\\<tex\\>"                (gnus-button-tex-level 10))))
8920 @end lisp
8921
8922 @table @code
8923
8924 @item gnus-button-browse-level
8925 @vindex gnus-button-browse-level
8926 Controls the display of references to message IDs, mail addresses and
8927 news URLs.  Related variables and functions include
8928 @code{gnus-button-url-regexp}, @code{browse-url}, and
8929 @code{browse-url-browser-function}.
8930
8931 @item gnus-button-emacs-level
8932 @vindex gnus-button-emacs-level
8933 Controls the display of Emacs or Gnus references.  Related functions are
8934 @code{gnus-button-handle-custom},
8935 @code{gnus-button-handle-describe-function},
8936 @code{gnus-button-handle-describe-variable},
8937 @code{gnus-button-handle-symbol},
8938 @code{gnus-button-handle-describe-key},
8939 @code{gnus-button-handle-apropos},
8940 @code{gnus-button-handle-apropos-command},
8941 @code{gnus-button-handle-apropos-variable},
8942 @code{gnus-button-handle-apropos-documentation}, and
8943 @code{gnus-button-handle-library}.
8944
8945 @item gnus-button-man-level
8946 @vindex gnus-button-man-level
8947 Controls the display of references to (Unix) man pages.
8948 See @code{gnus-button-man-handler}.
8949
8950 @item gnus-button-message-level
8951 @vindex gnus-button-message-level
8952 Controls the display of message IDs, mail addresses and news URLs.
8953 Related variables and functions include
8954 @code{gnus-button-mid-or-mail-regexp},
8955 @code{gnus-button-prefer-mid-or-mail},
8956 @code{gnus-button-mid-or-mail-heuristic}, and
8957 @code{gnus-button-mid-or-mail-heuristic-alist}.
8958
8959 @item gnus-button-tex-level
8960 @vindex gnus-button-tex-level
8961 Controls the display of references to @TeX{} or LaTeX stuff, e.g. for CTAN
8962 URLs.  See the variables @code{gnus-ctan-url},
8963 @code{gnus-button-ctan-handler},
8964 @code{gnus-button-ctan-directory-regexp}, and
8965 @code{gnus-button-handle-ctan-bogus-regexp}.
8966
8967 @end table
8968
8969
8970 @node Article Date
8971 @subsection Article Date
8972
8973 The date is most likely generated in some obscure timezone you've never
8974 heard of, so it's quite nice to be able to find out what the time was
8975 when the article was sent.
8976
8977 @table @kbd
8978
8979 @item W T u
8980 @kindex W T u (Summary)
8981 @findex gnus-article-date-ut
8982 Display the date in UT (aka. GMT, aka ZULU)
8983 (@code{gnus-article-date-ut}).
8984
8985 @item W T i
8986 @kindex W T i (Summary)
8987 @findex gnus-article-date-iso8601
8988 @cindex ISO 8601
8989 Display the date in international format, aka. ISO 8601
8990 (@code{gnus-article-date-iso8601}).
8991
8992 @item W T l
8993 @kindex W T l (Summary)
8994 @findex gnus-article-date-local
8995 Display the date in the local timezone (@code{gnus-article-date-local}).
8996
8997 @item W T p
8998 @kindex W T p (Summary)
8999 @findex gnus-article-date-english
9000 Display the date in a format that's easily pronounceable in English
9001 (@code{gnus-article-date-english}).
9002
9003 @item W T s
9004 @kindex W T s (Summary)
9005 @vindex gnus-article-time-format
9006 @findex gnus-article-date-user
9007 @findex format-time-string
9008 Display the date using a user-defined format
9009 (@code{gnus-article-date-user}).  The format is specified by the
9010 @code{gnus-article-time-format} variable, and is a string that's passed
9011 to @code{format-time-string}.  See the documentation of that variable
9012 for a list of possible format specs.
9013
9014 @item W T e
9015 @kindex W T e (Summary)
9016 @findex gnus-article-date-lapsed
9017 @findex gnus-start-date-timer
9018 @findex gnus-stop-date-timer
9019 Say how much time has elapsed between the article was posted and now
9020 (@code{gnus-article-date-lapsed}).  It looks something like:
9021
9022 @example
9023 X-Sent: 6 weeks, 4 days, 1 hour, 3 minutes, 8 seconds ago
9024 @end example
9025
9026 @vindex gnus-article-date-lapsed-new-header
9027 The value of @code{gnus-article-date-lapsed-new-header} determines
9028 whether this header will just be added below the old Date one, or will
9029 replace it.
9030
9031 An advantage of using Gnus to read mail is that it converts simple bugs
9032 into wonderful absurdities.
9033
9034 If you want to have this line updated continually, you can put
9035
9036 @lisp
9037 (gnus-start-date-timer)
9038 @end lisp
9039
9040 in your @file{~/.gnus.el} file, or you can run it off of some hook.  If
9041 you want to stop the timer, you can use the @code{gnus-stop-date-timer}
9042 command.
9043
9044 @item W T o
9045 @kindex W T o (Summary)
9046 @findex gnus-article-date-original
9047 Display the original date (@code{gnus-article-date-original}).  This can
9048 be useful if you normally use some other conversion function and are
9049 worried that it might be doing something totally wrong.  Say, claiming
9050 that the article was posted in 1854.  Although something like that is
9051 @emph{totally} impossible.  Don't you trust me? *titter*
9052
9053 @end table
9054
9055 @xref{Customizing Articles}, for how to display the date in your
9056 preferred format automatically.
9057
9058
9059 @node Article Display
9060 @subsection Article Display
9061 @cindex picons
9062 @cindex x-face
9063 @cindex smileys
9064
9065 These commands add various frivolous display gimmicks to the article
9066 buffer in Emacs versions that support them.
9067
9068 @code{X-Face} headers are small black-and-white images supplied by the
9069 message headers (@pxref{X-Face}).
9070
9071 @code{Face} headers are small colored images supplied by the message
9072 headers (@pxref{Face}).
9073
9074 Smileys are those little @samp{:-)} symbols that people like to litter
9075 their messages with (@pxref{Smileys}).
9076
9077 Picons, on the other hand, reside on your own system, and Gnus will
9078 try to match the headers to what you have (@pxref{Picons}).
9079
9080 All these functions are toggles---if the elements already exist,
9081 they'll be removed.
9082
9083 @table @kbd
9084 @item W D x
9085 @kindex W D x (Summary)
9086 @findex gnus-article-display-x-face
9087 Display an @code{X-Face} in the @code{From} header.
9088 (@code{gnus-article-display-x-face}).
9089
9090 @item W D d
9091 @kindex W D d (Summary)
9092 @findex gnus-article-display-face
9093 Display a @code{Face} in the @code{From} header.
9094 (@code{gnus-article-display-face}).
9095
9096 @item W D s
9097 @kindex W D s (Summary)
9098 @findex gnus-treat-smiley
9099 Display smileys (@code{gnus-treat-smiley}).
9100
9101 @item W D f
9102 @kindex W D f (Summary)
9103 @findex gnus-treat-from-picon
9104 Piconify the @code{From} header (@code{gnus-treat-from-picon}).
9105
9106 @item W D m
9107 @kindex W D m (Summary)
9108 @findex gnus-treat-mail-picon
9109 Piconify all mail headers (i. e., @code{Cc}, @code{To})
9110 (@code{gnus-treat-mail-picon}).
9111
9112 @item W D n
9113 @kindex W D n (Summary)
9114 @findex gnus-treat-newsgroups-picon
9115 Piconify all news headers (i. e., @code{Newsgroups} and
9116 @code{Followup-To}) (@code{gnus-treat-newsgroups-picon}).
9117
9118 @item W D D
9119 @kindex W D D (Summary)
9120 @findex gnus-article-remove-images
9121 Remove all images from the article buffer
9122 (@code{gnus-article-remove-images}).
9123
9124 @end table
9125
9126
9127
9128 @node Article Signature
9129 @subsection Article Signature
9130 @cindex signatures
9131 @cindex article signature
9132
9133 @vindex gnus-signature-separator
9134 Each article is divided into two parts---the head and the body.  The
9135 body can be divided into a signature part and a text part.  The variable
9136 that says what is to be considered a signature is
9137 @code{gnus-signature-separator}.  This is normally the standard
9138 @samp{^-- $} as mandated by son-of-RFC 1036.  However, many people use
9139 non-standard signature separators, so this variable can also be a list
9140 of regular expressions to be tested, one by one.  (Searches are done
9141 from the end of the body towards the beginning.)  One likely value is:
9142
9143 @lisp
9144 (setq gnus-signature-separator
9145       '("^-- $"         ; @r{The standard}
9146         "^-- *$"        ; @r{A common mangling}
9147         "^-------*$"    ; @r{Many people just use a looong}
9148                         ; @r{line of dashes.  Shame!}
9149         "^ *--------*$" ; @r{Double-shame!}
9150         "^________*$"   ; @r{Underscores are also popular}
9151         "^========*$")) ; @r{Pervert!}
9152 @end lisp
9153
9154 The more permissive you are, the more likely it is that you'll get false
9155 positives.
9156
9157 @vindex gnus-signature-limit
9158 @code{gnus-signature-limit} provides a limit to what is considered a
9159 signature when displaying articles.
9160
9161 @enumerate
9162 @item
9163 If it is an integer, no signature may be longer (in characters) than
9164 that integer.
9165 @item
9166 If it is a floating point number, no signature may be longer (in lines)
9167 than that number.
9168 @item
9169 If it is a function, the function will be called without any parameters,
9170 and if it returns @code{nil}, there is no signature in the buffer.
9171 @item
9172 If it is a string, it will be used as a regexp.  If it matches, the text
9173 in question is not a signature.
9174 @end enumerate
9175
9176 This variable can also be a list where the elements may be of the types
9177 listed above.  Here's an example:
9178
9179 @lisp
9180 (setq gnus-signature-limit
9181       '(200.0 "^---*Forwarded article"))
9182 @end lisp
9183
9184 This means that if there are more than 200 lines after the signature
9185 separator, or the text after the signature separator is matched by
9186 the regular expression @samp{^---*Forwarded article}, then it isn't a
9187 signature after all.
9188
9189
9190 @node Article Miscellanea
9191 @subsection Article Miscellanea
9192
9193 @table @kbd
9194 @item A t
9195 @kindex A t (Summary)
9196 @findex gnus-article-babel
9197 Translate the article from one language to another
9198 (@code{gnus-article-babel}).
9199
9200 @end table
9201
9202
9203 @node MIME Commands
9204 @section MIME Commands
9205 @cindex MIME decoding
9206 @cindex attachments
9207 @cindex viewing attachments
9208
9209 The following commands all understand the numerical prefix.  For
9210 instance, @kbd{3 b} means ``view the third @acronym{MIME} part''.
9211
9212 @table @kbd
9213 @item b
9214 @itemx K v
9215 @kindex b (Summary)
9216 @kindex K v (Summary)
9217 View the @acronym{MIME} part.
9218
9219 @item K o
9220 @kindex K o (Summary)
9221 Save the @acronym{MIME} part.
9222
9223 @item K c
9224 @kindex K c (Summary)
9225 Copy the @acronym{MIME} part.
9226
9227 @item K e
9228 @kindex K e (Summary)
9229 View the @acronym{MIME} part externally.
9230
9231 @item K i
9232 @kindex K i (Summary)
9233 View the @acronym{MIME} part internally.
9234
9235 @item K |
9236 @kindex K | (Summary)
9237 Pipe the @acronym{MIME} part to an external command.
9238 @end table
9239
9240 The rest of these @acronym{MIME} commands do not use the numerical prefix in
9241 the same manner:
9242
9243 @table @kbd
9244 @item K b
9245 @kindex K b (Summary)
9246 Make all the @acronym{MIME} parts have buttons in front of them.  This is
9247 mostly useful if you wish to save (or perform other actions) on inlined
9248 parts.
9249
9250 @item K m
9251 @kindex K m (Summary)
9252 @findex gnus-summary-repair-multipart
9253 Some multipart messages are transmitted with missing or faulty headers.
9254 This command will attempt to ``repair'' these messages so that they can
9255 be viewed in a more pleasant manner
9256 (@code{gnus-summary-repair-multipart}).
9257
9258 @item X m
9259 @kindex X m (Summary)
9260 @findex gnus-summary-save-parts
9261 Save all parts matching a @acronym{MIME} type to a directory
9262 (@code{gnus-summary-save-parts}).  Understands the process/prefix
9263 convention (@pxref{Process/Prefix}).
9264
9265 @item M-t
9266 @kindex M-t (Summary)
9267 @findex gnus-summary-toggle-display-buttonized
9268 Toggle the buttonized display of the article buffer
9269 (@code{gnus-summary-toggle-display-buttonized}).
9270
9271 @item W M w
9272 @kindex W M w (Summary)
9273 @findex gnus-article-decode-mime-words
9274 Decode RFC 2047-encoded words in the article headers
9275 (@code{gnus-article-decode-mime-words}).
9276
9277 @item W M c
9278 @kindex W M c (Summary)
9279 @findex gnus-article-decode-charset
9280 Decode encoded article bodies as well as charsets
9281 (@code{gnus-article-decode-charset}).
9282
9283 This command looks in the @code{Content-Type} header to determine the
9284 charset.  If there is no such header in the article, you can give it a
9285 prefix, which will prompt for the charset to decode as.  In regional
9286 groups where people post using some common encoding (but do not
9287 include @acronym{MIME} headers), you can set the @code{charset} group/topic
9288 parameter to the required charset (@pxref{Group Parameters}).
9289
9290 @item W M v
9291 @kindex W M v (Summary)
9292 @findex gnus-mime-view-all-parts
9293 View all the @acronym{MIME} parts in the current article
9294 (@code{gnus-mime-view-all-parts}).
9295
9296 @end table
9297
9298 Relevant variables:
9299
9300 @table @code
9301 @item gnus-ignored-mime-types
9302 @vindex gnus-ignored-mime-types
9303 This is a list of regexps.  @acronym{MIME} types that match a regexp from
9304 this list will be completely ignored by Gnus.  The default value is
9305 @code{nil}.
9306
9307 To have all Vcards be ignored, you'd say something like this:
9308
9309 @lisp
9310 (setq gnus-ignored-mime-types
9311       '("text/x-vcard"))
9312 @end lisp
9313
9314 @item gnus-article-loose-mime
9315 @vindex gnus-article-loose-mime
9316 If non-@code{nil}, Gnus won't require the @samp{MIME-Version} header
9317 before interpreting the message as a @acronym{MIME} message.  This helps
9318 when reading messages from certain broken mail user agents.  The
9319 default is @code{nil}.
9320
9321 @item gnus-article-emulate-mime
9322 @vindex gnus-article-emulate-mime
9323 There are other, non-@acronym{MIME} encoding methods used.  The most common
9324 is @samp{uuencode}, but yEncode is also getting to be popular.  If
9325 this variable is non-@code{nil}, Gnus will look in message bodies to
9326 see if it finds these encodings, and if so, it'll run them through the
9327 Gnus @acronym{MIME} machinery.  The default is @code{t}.
9328
9329 @item gnus-unbuttonized-mime-types
9330 @vindex gnus-unbuttonized-mime-types
9331 This is a list of regexps.  @acronym{MIME} types that match a regexp from
9332 this list won't have @acronym{MIME} buttons inserted unless they aren't
9333 displayed or this variable is overridden by
9334 @code{gnus-buttonized-mime-types}.  The default value is
9335 @code{(".*/.*")}.  This variable is only used when
9336 @code{gnus-inhibit-mime-unbuttonizing} is @code{nil}.
9337
9338 @item gnus-buttonized-mime-types
9339 @vindex gnus-buttonized-mime-types
9340 This is a list of regexps.  @acronym{MIME} types that match a regexp from
9341 this list will have @acronym{MIME} buttons inserted unless they aren't
9342 displayed.  This variable overrides
9343 @code{gnus-unbuttonized-mime-types}.  The default value is @code{nil}.
9344 This variable is only used when @code{gnus-inhibit-mime-unbuttonizing}
9345 is @code{nil}.
9346
9347 To see e.g. security buttons but no other buttons, you could set this
9348 variable to @code{("multipart/signed")} and leave
9349 @code{gnus-unbuttonized-mime-types} at the default value.
9350
9351 @item gnus-inhibit-mime-unbuttonizing
9352 @vindex gnus-inhibit-mime-unbuttonizing
9353 If this is non-@code{nil}, then all @acronym{MIME} parts get buttons.  The
9354 default value is @code{nil}.
9355
9356 @item gnus-article-mime-part-function
9357 @vindex gnus-article-mime-part-function
9358 For each @acronym{MIME} part, this function will be called with the @acronym{MIME}
9359 handle as the parameter.  The function is meant to be used to allow
9360 users to gather information from the article (e. g., add Vcard info to
9361 the bbdb database) or to do actions based on parts (e. g., automatically
9362 save all jpegs into some directory).
9363
9364 Here's an example function the does the latter:
9365
9366 @lisp
9367 (defun my-save-all-jpeg-parts (handle)
9368   (when (equal (car (mm-handle-type handle)) "image/jpeg")
9369     (with-temp-buffer
9370       (insert (mm-get-part handle))
9371       (write-region (point-min) (point-max)
9372                     (read-file-name "Save jpeg to: ")))))
9373 (setq gnus-article-mime-part-function
9374       'my-save-all-jpeg-parts)
9375 @end lisp
9376
9377 @vindex gnus-mime-multipart-functions
9378 @item gnus-mime-multipart-functions
9379 Alist of @acronym{MIME} multipart types and functions to handle them.
9380
9381 @vindex mm-file-name-rewrite-functions
9382 @item mm-file-name-rewrite-functions
9383 List of functions used for rewriting file names of @acronym{MIME} parts.
9384 Each function takes a file name as input and returns a file name.
9385
9386 Ready-made functions include@*
9387 @code{mm-file-name-delete-whitespace},
9388 @code{mm-file-name-trim-whitespace},
9389 @code{mm-file-name-collapse-whitespace}, and
9390 @code{mm-file-name-replace-whitespace}.  The later uses the value of
9391 the variable @code{mm-file-name-replace-whitespace} to replace each
9392 whitespace character in a file name with that string; default value
9393 is @code{"_"} (a single underscore).
9394 @findex mm-file-name-delete-whitespace
9395 @findex mm-file-name-trim-whitespace
9396 @findex mm-file-name-collapse-whitespace
9397 @findex mm-file-name-replace-whitespace
9398 @vindex mm-file-name-replace-whitespace
9399
9400 The standard functions @code{capitalize}, @code{downcase},
9401 @code{upcase}, and @code{upcase-initials} may be useful, too.
9402
9403 Everybody knows that whitespace characters in file names are evil,
9404 except those who don't know.  If you receive lots of attachments from
9405 such unenlightened users, you can make live easier by adding
9406
9407 @lisp
9408 (setq mm-file-name-rewrite-functions
9409       '(mm-file-name-trim-whitespace
9410         mm-file-name-collapse-whitespace
9411         mm-file-name-replace-whitespace))
9412 @end lisp
9413
9414 @noindent
9415 to your @file{~/.gnus.el} file.
9416
9417 @end table
9418
9419
9420 @node Charsets
9421 @section Charsets
9422 @cindex charsets
9423
9424 People use different charsets, and we have @acronym{MIME} to let us know what
9425 charsets they use.  Or rather, we wish we had.  Many people use
9426 newsreaders and mailers that do not understand or use @acronym{MIME}, and
9427 just send out messages without saying what character sets they use.  To
9428 help a bit with this, some local news hierarchies have policies that say
9429 what character set is the default.  For instance, the @samp{fj}
9430 hierarchy uses @code{iso-2022-jp-2}.
9431
9432 @vindex gnus-group-charset-alist
9433 This knowledge is encoded in the @code{gnus-group-charset-alist}
9434 variable, which is an alist of regexps (use the first item to match full
9435 group names) and default charsets to be used when reading these groups.
9436
9437 @vindex gnus-newsgroup-ignored-charsets
9438 In addition, some people do use soi-disant @acronym{MIME}-aware agents that
9439 aren't.  These blithely mark messages as being in @code{iso-8859-1}
9440 even if they really are in @code{koi-8}.  To help here, the
9441 @code{gnus-newsgroup-ignored-charsets} variable can be used.  The
9442 charsets that are listed here will be ignored.  The variable can be
9443 set on a group-by-group basis using the group parameters (@pxref{Group
9444 Parameters}).  The default value is @code{(unknown-8bit x-unknown)},
9445 which includes values some agents insist on having in there.
9446
9447 @vindex gnus-group-posting-charset-alist
9448 When posting, @code{gnus-group-posting-charset-alist} is used to
9449 determine which charsets should not be encoded using the @acronym{MIME}
9450 encodings.  For instance, some hierarchies discourage using
9451 quoted-printable header encoding.
9452
9453 This variable is an alist of regexps and permitted unencoded charsets
9454 for posting.  Each element of the alist has the form @code{(}@var{test
9455 header body-list}@code{)}, where:
9456
9457 @table @var
9458 @item test
9459 is either a regular expression matching the newsgroup header or a
9460 variable to query,
9461 @item header
9462 is the charset which may be left unencoded in the header (@code{nil}
9463 means encode all charsets),
9464 @item body-list
9465 is a list of charsets which may be encoded using 8bit content-transfer
9466 encoding in the body, or one of the special values @code{nil} (always
9467 encode using quoted-printable) or @code{t} (always use 8bit).
9468 @end table
9469
9470 @cindex Russian
9471 @cindex koi8-r
9472 @cindex koi8-u
9473 @cindex iso-8859-5
9474 @cindex coding system aliases
9475 @cindex preferred charset
9476
9477 Other charset tricks that may be useful, although not Gnus-specific:
9478
9479 If there are several @acronym{MIME} charsets that encode the same Emacs
9480 charset, you can choose what charset to use by saying the following:
9481
9482 @lisp
9483 (put-charset-property 'cyrillic-iso8859-5
9484                       'preferred-coding-system 'koi8-r)
9485 @end lisp
9486
9487 This means that Russian will be encoded using @code{koi8-r} instead of
9488 the default @code{iso-8859-5} @acronym{MIME} charset.
9489
9490 If you want to read messages in @code{koi8-u}, you can cheat and say
9491
9492 @lisp
9493 (define-coding-system-alias 'koi8-u 'koi8-r)
9494 @end lisp
9495
9496 This will almost do the right thing.
9497
9498 And finally, to read charsets like @code{windows-1251}, you can say
9499 something like
9500
9501 @lisp
9502 (codepage-setup 1251)
9503 (define-coding-system-alias 'windows-1251 'cp1251)
9504 @end lisp
9505
9506
9507 @node Article Commands
9508 @section Article Commands
9509
9510 @table @kbd
9511
9512 @item A P
9513 @cindex PostScript
9514 @cindex printing
9515 @kindex A P (Summary)
9516 @vindex gnus-ps-print-hook
9517 @findex gnus-summary-print-article
9518 Generate and print a PostScript image of the article buffer
9519 (@code{gnus-summary-print-article}).  @code{gnus-ps-print-hook} will
9520 be run just before printing the buffer.  An alternative way to print
9521 article is to use Muttprint (@pxref{Saving Articles}).
9522
9523 @end table
9524
9525
9526 @node Summary Sorting
9527 @section Summary Sorting
9528 @cindex summary sorting
9529
9530 You can have the summary buffer sorted in various ways, even though I
9531 can't really see why you'd want that.
9532
9533 @table @kbd
9534
9535 @item C-c C-s C-n
9536 @kindex C-c C-s C-n (Summary)
9537 @findex gnus-summary-sort-by-number
9538 Sort by article number (@code{gnus-summary-sort-by-number}).
9539
9540 @item C-c C-s C-a
9541 @kindex C-c C-s C-a (Summary)
9542 @findex gnus-summary-sort-by-author
9543 Sort by author (@code{gnus-summary-sort-by-author}).
9544
9545 @item C-c C-s C-s
9546 @kindex C-c C-s C-s (Summary)
9547 @findex gnus-summary-sort-by-subject
9548 Sort by subject (@code{gnus-summary-sort-by-subject}).
9549
9550 @item C-c C-s C-d
9551 @kindex C-c C-s C-d (Summary)
9552 @findex gnus-summary-sort-by-date
9553 Sort by date (@code{gnus-summary-sort-by-date}).
9554
9555 @item C-c C-s C-l
9556 @kindex C-c C-s C-l (Summary)
9557 @findex gnus-summary-sort-by-lines
9558 Sort by lines (@code{gnus-summary-sort-by-lines}).
9559
9560 @item C-c C-s C-c
9561 @kindex C-c C-s C-c (Summary)
9562 @findex gnus-summary-sort-by-chars
9563 Sort by article length (@code{gnus-summary-sort-by-chars}).
9564
9565 @item C-c C-s C-i
9566 @kindex C-c C-s C-i (Summary)
9567 @findex gnus-summary-sort-by-score
9568 Sort by score (@code{gnus-summary-sort-by-score}).
9569
9570 @item C-c C-s C-r
9571 @kindex C-c C-s C-r (Summary)
9572 @findex gnus-summary-sort-by-random
9573 Randomize (@code{gnus-summary-sort-by-random}).
9574
9575 @item C-c C-s C-o
9576 @kindex C-c C-s C-o (Summary)
9577 @findex gnus-summary-sort-by-original
9578 Sort using the default sorting method
9579 (@code{gnus-summary-sort-by-original}).
9580 @end table
9581
9582 These functions will work both when you use threading and when you don't
9583 use threading.  In the latter case, all summary lines will be sorted,
9584 line by line.  In the former case, sorting will be done on a
9585 root-by-root basis, which might not be what you were looking for.  To
9586 toggle whether to use threading, type @kbd{T T} (@pxref{Thread
9587 Commands}).
9588
9589
9590 @node Finding the Parent
9591 @section Finding the Parent
9592 @cindex parent articles
9593 @cindex referring articles
9594
9595 @table @kbd
9596 @item ^
9597 @kindex ^ (Summary)
9598 @findex gnus-summary-refer-parent-article
9599 If you'd like to read the parent of the current article, and it is not
9600 displayed in the summary buffer, you might still be able to.  That is,
9601 if the current group is fetched by @acronym{NNTP}, the parent hasn't expired
9602 and the @code{References} in the current article are not mangled, you
9603 can just press @kbd{^} or @kbd{A r}
9604 (@code{gnus-summary-refer-parent-article}).  If everything goes well,
9605 you'll get the parent.  If the parent is already displayed in the
9606 summary buffer, point will just move to this article.
9607
9608 If given a positive numerical prefix, fetch that many articles back into
9609 the ancestry.  If given a negative numerical prefix, fetch just that
9610 ancestor.  So if you say @kbd{3 ^}, gnus will fetch the parent, the
9611 grandparent and the grandgrandparent of the current article.  If you say
9612 @kbd{-3 ^}, gnus will only fetch the grandgrandparent of the current
9613 article.
9614
9615 @item A R (Summary)
9616 @findex gnus-summary-refer-references
9617 @kindex A R (Summary)
9618 Fetch all articles mentioned in the @code{References} header of the
9619 article (@code{gnus-summary-refer-references}).
9620
9621 @item A T (Summary)
9622 @findex gnus-summary-refer-thread
9623 @kindex A T (Summary)
9624 Display the full thread where the current article appears
9625 (@code{gnus-summary-refer-thread}).  This command has to fetch all the
9626 headers in the current group to work, so it usually takes a while.  If
9627 you do it often, you may consider setting @code{gnus-fetch-old-headers}
9628 to @code{invisible} (@pxref{Filling In Threads}).  This won't have any
9629 visible effects normally, but it'll make this command work a whole lot
9630 faster.  Of course, it'll make group entry somewhat slow.
9631
9632 @vindex gnus-refer-thread-limit
9633 The @code{gnus-refer-thread-limit} variable says how many old (i. e.,
9634 articles before the first displayed in the current group) headers to
9635 fetch when doing this command.  The default is 200.  If @code{t}, all
9636 the available headers will be fetched.  This variable can be overridden
9637 by giving the @kbd{A T} command a numerical prefix.
9638
9639 @item M-^ (Summary)
9640 @findex gnus-summary-refer-article
9641 @kindex M-^ (Summary)
9642 @cindex Message-ID
9643 @cindex fetching by Message-ID
9644 You can also ask the @acronym{NNTP} server for an arbitrary article, no
9645 matter what group it belongs to.  @kbd{M-^}
9646 (@code{gnus-summary-refer-article}) will ask you for a
9647 @code{Message-ID}, which is one of those long, hard-to-read thingies
9648 that look something like @samp{<38o6up$6f2@@hymir.ifi.uio.no>}.  You
9649 have to get it all exactly right.  No fuzzy searches, I'm afraid.
9650 @end table
9651
9652 The current select method will be used when fetching by
9653 @code{Message-ID} from non-news select method, but you can override this
9654 by giving this command a prefix.
9655
9656 @vindex gnus-refer-article-method
9657 If the group you are reading is located on a back end that does not
9658 support fetching by @code{Message-ID} very well (like @code{nnspool}),
9659 you can set @code{gnus-refer-article-method} to an @acronym{NNTP} method.  It
9660 would, perhaps, be best if the @acronym{NNTP} server you consult is the one
9661 updating the spool you are reading from, but that's not really
9662 necessary.
9663
9664 It can also be a list of select methods, as well as the special symbol
9665 @code{current}, which means to use the current select method.  If it
9666 is a list, Gnus will try all the methods in the list until it finds a
9667 match.
9668
9669 Here's an example setting that will first try the current method, and
9670 then ask Google if that fails:
9671
9672 @lisp
9673 (setq gnus-refer-article-method
9674       '(current
9675         (nnweb "google" (nnweb-type google))))
9676 @end lisp
9677
9678 Most of the mail back ends support fetching by @code{Message-ID}, but
9679 do not do a particularly excellent job at it.  That is, @code{nnmbox},
9680 @code{nnbabyl}, @code{nnmaildir}, @code{nnml}, are able to locate
9681 articles from any groups, while @code{nnfolder}, and @code{nnimap} are
9682 only able to locate articles that have been posted to the current
9683 group.  (Anything else would be too time consuming.)  @code{nnmh} does
9684 not support this at all.
9685
9686
9687 @node Alternative Approaches
9688 @section Alternative Approaches
9689
9690 Different people like to read news using different methods.  This being
9691 gnus, we offer a small selection of minor modes for the summary buffers.
9692
9693 @menu
9694 * Pick and Read::               First mark articles and then read them.
9695 * Binary Groups::               Auto-decode all articles.
9696 @end menu
9697
9698
9699 @node Pick and Read
9700 @subsection Pick and Read
9701 @cindex pick and read
9702
9703 Some newsreaders (like @code{nn} and, uhm, @code{Netnews} on VM/CMS) use
9704 a two-phased reading interface.  The user first marks in a summary
9705 buffer the articles she wants to read.  Then she starts reading the
9706 articles with just an article buffer displayed.
9707
9708 @findex gnus-pick-mode
9709 @kindex M-x gnus-pick-mode
9710 Gnus provides a summary buffer minor mode that allows
9711 this---@code{gnus-pick-mode}.  This basically means that a few process
9712 mark commands become one-keystroke commands to allow easy marking, and
9713 it provides one additional command for switching to the summary buffer.
9714
9715 Here are the available keystrokes when using pick mode:
9716
9717 @table @kbd
9718 @item .
9719 @kindex . (Pick)
9720 @findex gnus-pick-article-or-thread
9721 Pick the article or thread on the current line
9722 (@code{gnus-pick-article-or-thread}).  If the variable
9723 @code{gnus-thread-hide-subtree} is true, then this key selects the
9724 entire thread when used at the first article of the thread.  Otherwise,
9725 it selects just the article.  If given a numerical prefix, go to that
9726 thread or article and pick it.  (The line number is normally displayed
9727 at the beginning of the summary pick lines.)
9728
9729 @item SPACE
9730 @kindex SPACE (Pick)
9731 @findex gnus-pick-next-page
9732 Scroll the summary buffer up one page (@code{gnus-pick-next-page}).  If
9733 at the end of the buffer, start reading the picked articles.
9734
9735 @item u
9736 @kindex u (Pick)
9737 @findex gnus-pick-unmark-article-or-thread.
9738 Unpick the thread or article
9739 (@code{gnus-pick-unmark-article-or-thread}).  If the variable
9740 @code{gnus-thread-hide-subtree} is true, then this key unpicks the
9741 thread if used at the first article of the thread.  Otherwise it unpicks
9742 just the article.  You can give this key a numerical prefix to unpick
9743 the thread or article at that line.
9744
9745 @item RET
9746 @kindex RET (Pick)
9747 @findex gnus-pick-start-reading
9748 @vindex gnus-pick-display-summary
9749 Start reading the picked articles (@code{gnus-pick-start-reading}).  If
9750 given a prefix, mark all unpicked articles as read first.  If
9751 @code{gnus-pick-display-summary} is non-@code{nil}, the summary buffer
9752 will still be visible when you are reading.
9753
9754 @end table
9755
9756 All the normal summary mode commands are still available in the
9757 pick-mode, with the exception of @kbd{u}.  However @kbd{!} is available
9758 which is mapped to the same function
9759 @code{gnus-summary-tick-article-forward}.
9760
9761 If this sounds like a good idea to you, you could say:
9762
9763 @lisp
9764 (add-hook 'gnus-summary-mode-hook 'gnus-pick-mode)
9765 @end lisp
9766
9767 @vindex gnus-pick-mode-hook
9768 @code{gnus-pick-mode-hook} is run in pick minor mode buffers.
9769
9770 @vindex gnus-mark-unpicked-articles-as-read
9771 If @code{gnus-mark-unpicked-articles-as-read} is non-@code{nil}, mark
9772 all unpicked articles as read.  The default is @code{nil}.
9773
9774 @vindex gnus-summary-pick-line-format
9775 The summary line format in pick mode is slightly different from the
9776 standard format.  At the beginning of each line the line number is
9777 displayed.  The pick mode line format is controlled by the
9778 @code{gnus-summary-pick-line-format} variable (@pxref{Formatting
9779 Variables}).  It accepts the same format specs that
9780 @code{gnus-summary-line-format} does (@pxref{Summary Buffer Lines}).
9781
9782
9783 @node Binary Groups
9784 @subsection Binary Groups
9785 @cindex binary groups
9786
9787 @findex gnus-binary-mode
9788 @kindex M-x gnus-binary-mode
9789 If you spend much time in binary groups, you may grow tired of hitting
9790 @kbd{X u}, @kbd{n}, @kbd{RET} all the time.  @kbd{M-x gnus-binary-mode}
9791 is a minor mode for summary buffers that makes all ordinary Gnus article
9792 selection functions uudecode series of articles and display the result
9793 instead of just displaying the articles the normal way.
9794
9795 @kindex g (Binary)
9796 @findex gnus-binary-show-article
9797 The only way, in fact, to see the actual articles is the @kbd{g}
9798 command, when you have turned on this mode
9799 (@code{gnus-binary-show-article}).
9800
9801 @vindex gnus-binary-mode-hook
9802 @code{gnus-binary-mode-hook} is called in binary minor mode buffers.
9803
9804
9805 @node Tree Display
9806 @section Tree Display
9807 @cindex trees
9808
9809 @vindex gnus-use-trees
9810 If you don't like the normal gnus summary display, you might try setting
9811 @code{gnus-use-trees} to @code{t}.  This will create (by default) an
9812 additional @dfn{tree buffer}.  You can execute all summary mode commands
9813 in the tree buffer.
9814
9815 There are a few variables to customize the tree display, of course:
9816
9817 @table @code
9818 @item gnus-tree-mode-hook
9819 @vindex gnus-tree-mode-hook
9820 A hook called in all tree mode buffers.
9821
9822 @item gnus-tree-mode-line-format
9823 @vindex gnus-tree-mode-line-format
9824 A format string for the mode bar in the tree mode buffers (@pxref{Mode
9825 Line Formatting}).  The default is @samp{Gnus: %%b %S %Z}.  For a list
9826 of valid specs, @pxref{Summary Buffer Mode Line}.
9827
9828 @item gnus-selected-tree-face
9829 @vindex gnus-selected-tree-face
9830 Face used for highlighting the selected article in the tree buffer.  The
9831 default is @code{modeline}.
9832
9833 @item gnus-tree-line-format
9834 @vindex gnus-tree-line-format
9835 A format string for the tree nodes.  The name is a bit of a misnomer,
9836 though---it doesn't define a line, but just the node.  The default value
9837 is @samp{%(%[%3,3n%]%)}, which displays the first three characters of
9838 the name of the poster.  It is vital that all nodes are of the same
9839 length, so you @emph{must} use @samp{%4,4n}-like specifiers.
9840
9841 Valid specs are:
9842
9843 @table @samp
9844 @item n
9845 The name of the poster.
9846 @item f
9847 The @code{From} header.
9848 @item N
9849 The number of the article.
9850 @item [
9851 The opening bracket.
9852 @item ]
9853 The closing bracket.
9854 @item s
9855 The subject.
9856 @end table
9857
9858 @xref{Formatting Variables}.
9859
9860 Variables related to the display are:
9861
9862 @table @code
9863 @item gnus-tree-brackets
9864 @vindex gnus-tree-brackets
9865 This is used for differentiating between ``real'' articles and
9866 ``sparse'' articles.  The format is
9867 @example
9868 ((@var{real-open} . @var{real-close})
9869  (@var{sparse-open} . @var{sparse-close})
9870  (@var{dummy-open} . @var{dummy-close}))
9871 @end example
9872 and the default is @code{((?[ . ?]) (?( . ?)) (?@{ . ?@}) (?< . ?>))}.
9873
9874 @item gnus-tree-parent-child-edges
9875 @vindex gnus-tree-parent-child-edges
9876 This is a list that contains the characters used for connecting parent
9877 nodes to their children.  The default is @code{(?- ?\\ ?|)}.
9878
9879 @end table
9880
9881 @item gnus-tree-minimize-window
9882 @vindex gnus-tree-minimize-window
9883 If this variable is non-@code{nil}, gnus will try to keep the tree
9884 buffer as small as possible to allow more room for the other gnus
9885 windows.  If this variable is a number, the tree buffer will never be
9886 higher than that number.  The default is @code{t}.  Note that if you
9887 have several windows displayed side-by-side in a frame and the tree
9888 buffer is one of these, minimizing the tree window will also resize all
9889 other windows displayed next to it.
9890
9891 You may also wish to add the following hook to keep the window minimized
9892 at all times:
9893
9894 @lisp
9895 (add-hook 'gnus-configure-windows-hook
9896           'gnus-tree-perhaps-minimize)
9897 @end lisp
9898
9899 @item gnus-generate-tree-function
9900 @vindex gnus-generate-tree-function
9901 @findex gnus-generate-horizontal-tree
9902 @findex gnus-generate-vertical-tree
9903 The function that actually generates the thread tree.  Two predefined
9904 functions are available: @code{gnus-generate-horizontal-tree} and
9905 @code{gnus-generate-vertical-tree} (which is the default).
9906
9907 @end table
9908
9909 Here's an example from a horizontal tree buffer:
9910
9911 @example
9912 @{***@}-(***)-[odd]-[Gun]
9913      |      \[Jan]
9914      |      \[odd]-[Eri]
9915      |      \(***)-[Eri]
9916      |            \[odd]-[Paa]
9917      \[Bjo]
9918      \[Gun]
9919      \[Gun]-[Jor]
9920 @end example
9921
9922 Here's the same thread displayed in a vertical tree buffer:
9923
9924 @example
9925 @group
9926 @{***@}
9927   |--------------------------\-----\-----\
9928 (***)                         [Bjo] [Gun] [Gun]
9929   |--\-----\-----\                          |
9930 [odd] [Jan] [odd] (***)                   [Jor]
9931   |           |     |--\
9932 [Gun]       [Eri] [Eri] [odd]
9933                           |
9934                         [Paa]
9935 @end group
9936 @end example
9937
9938 If you're using horizontal trees, it might be nice to display the trees
9939 side-by-side with the summary buffer.  You could add something like the
9940 following to your @file{~/.gnus.el} file:
9941
9942 @lisp
9943 (setq gnus-use-trees t
9944       gnus-generate-tree-function 'gnus-generate-horizontal-tree
9945       gnus-tree-minimize-window nil)
9946 (gnus-add-configuration
9947  '(article
9948    (vertical 1.0
9949              (horizontal 0.25
9950                          (summary 0.75 point)
9951                          (tree 1.0))
9952              (article 1.0))))
9953 @end lisp
9954
9955 @xref{Window Layout}.
9956
9957
9958 @node Mail Group Commands
9959 @section Mail Group Commands
9960 @cindex mail group commands
9961
9962 Some commands only make sense in mail groups.  If these commands are
9963 invalid in the current group, they will raise a hell and let you know.
9964
9965 All these commands (except the expiry and edit commands) use the
9966 process/prefix convention (@pxref{Process/Prefix}).
9967
9968 @table @kbd
9969
9970 @item B e
9971 @kindex B e (Summary)
9972 @findex gnus-summary-expire-articles
9973 Run all expirable articles in the current group through the expiry
9974 process (@code{gnus-summary-expire-articles}).  That is, delete all
9975 expirable articles in the group that have been around for a while.
9976 (@pxref{Expiring Mail}).
9977
9978 @item B C-M-e
9979 @kindex B C-M-e (Summary)
9980 @findex gnus-summary-expire-articles-now
9981 Delete all the expirable articles in the group
9982 (@code{gnus-summary-expire-articles-now}).  This means that @strong{all}
9983 articles eligible for expiry in the current group will
9984 disappear forever into that big @file{/dev/null} in the sky.
9985
9986 @item B DEL
9987 @kindex B DEL (Summary)
9988 @findex gnus-summary-delete-article
9989 @c @icon{gnus-summary-mail-delete}
9990 Delete the mail article.  This is ``delete'' as in ``delete it from your
9991 disk forever and ever, never to return again.'' Use with caution.
9992 (@code{gnus-summary-delete-article}).
9993
9994 @item B m
9995 @kindex B m (Summary)
9996 @cindex move mail
9997 @findex gnus-summary-move-article
9998 @vindex gnus-preserve-marks
9999 Move the article from one mail group to another
10000 (@code{gnus-summary-move-article}).  Marks will be preserved if
10001 @code{gnus-preserve-marks} is non-@code{nil} (which is the default).
10002
10003 @item B c
10004 @kindex B c (Summary)
10005 @cindex copy mail
10006 @findex gnus-summary-copy-article
10007 @c @icon{gnus-summary-mail-copy}
10008 Copy the article from one group (mail group or not) to a mail group
10009 (@code{gnus-summary-copy-article}).  Marks will be preserved if
10010 @code{gnus-preserve-marks} is non-@code{nil} (which is the default).
10011
10012 @item B B
10013 @kindex B B (Summary)
10014 @cindex crosspost mail
10015 @findex gnus-summary-crosspost-article
10016 Crosspost the current article to some other group
10017 (@code{gnus-summary-crosspost-article}).  This will create a new copy of
10018 the article in the other group, and the Xref headers of the article will
10019 be properly updated.
10020
10021 @item B i
10022 @kindex B i (Summary)
10023 @findex gnus-summary-import-article
10024 Import an arbitrary file into the current mail newsgroup
10025 (@code{gnus-summary-import-article}).  You will be prompted for a file
10026 name, a @code{From} header and a @code{Subject} header.
10027
10028 @item B I
10029 @kindex B I (Summary)
10030 @findex gnus-summary-create-article
10031 Create an empty article in the current mail newsgroups
10032 (@code{gnus-summary-create-article}).  You will be prompted for a
10033 @code{From} header and a @code{Subject} header.
10034
10035 @item B r
10036 @kindex B r (Summary)
10037 @findex gnus-summary-respool-article
10038 @vindex gnus-summary-respool-default-method
10039 Respool the mail article (@code{gnus-summary-respool-article}).
10040 @code{gnus-summary-respool-default-method} will be used as the default
10041 select method when respooling.  This variable is @code{nil} by default,
10042 which means that the current group select method will be used instead.
10043 Marks will be preserved if @code{gnus-preserve-marks} is non-@code{nil}
10044 (which is the default).
10045
10046 @item B w
10047 @itemx e
10048 @kindex B w (Summary)
10049 @kindex e (Summary)
10050 @findex gnus-summary-edit-article
10051 @kindex C-c C-c (Article)
10052 @findex gnus-summary-edit-article-done
10053 Edit the current article (@code{gnus-summary-edit-article}).  To finish
10054 editing and make the changes permanent, type @kbd{C-c C-c}
10055 (@code{gnus-summary-edit-article-done}).  If you give a prefix to the
10056 @kbd{C-c C-c} command, gnus won't re-highlight the article.
10057
10058 @item B q
10059 @kindex B q (Summary)
10060 @findex gnus-summary-respool-query
10061 If you want to re-spool an article, you might be curious as to what group
10062 the article will end up in before you do the re-spooling.  This command
10063 will tell you (@code{gnus-summary-respool-query}).
10064
10065 @item B t
10066 @kindex B t (Summary)
10067 @findex gnus-summary-respool-trace
10068 Similarly, this command will display all fancy splitting patterns used
10069 when respooling, if any (@code{gnus-summary-respool-trace}).
10070
10071 @item B p
10072 @kindex B p (Summary)
10073 @findex gnus-summary-article-posted-p
10074 Some people have a tendency to send you ``courtesy'' copies when they
10075 follow up to articles you have posted.  These usually have a
10076 @code{Newsgroups} header in them, but not always.  This command
10077 (@code{gnus-summary-article-posted-p}) will try to fetch the current
10078 article from your news server (or rather, from
10079 @code{gnus-refer-article-method} or @code{gnus-select-method}) and will
10080 report back whether it found the article or not.  Even if it says that
10081 it didn't find the article, it may have been posted anyway---mail
10082 propagation is much faster than news propagation, and the news copy may
10083 just not have arrived yet.
10084
10085 @item K E
10086 @kindex K E (Summary)
10087 @findex gnus-article-encrypt-body
10088 @vindex gnus-article-encrypt-protocol
10089 Encrypt the body of an article (@code{gnus-article-encrypt-body}).
10090 The body is encrypted with the encryption protocol specified by the
10091 variable @code{gnus-article-encrypt-protocol}.
10092
10093 @end table
10094
10095 @vindex gnus-move-split-methods
10096 @cindex moving articles
10097 If you move (or copy) articles regularly, you might wish to have gnus
10098 suggest where to put the articles.  @code{gnus-move-split-methods} is a
10099 variable that uses the same syntax as @code{gnus-split-methods}
10100 (@pxref{Saving Articles}).  You may customize that variable to create
10101 suggestions you find reasonable.  (Note that
10102 @code{gnus-move-split-methods} uses group names where
10103 @code{gnus-split-methods} uses file names.)
10104
10105 @lisp
10106 (setq gnus-move-split-methods
10107       '(("^From:.*Lars Magne" "nnml:junk")
10108         ("^Subject:.*gnus" "nnfolder:important")
10109         (".*" "nnml:misc")))
10110 @end lisp
10111
10112
10113 @node Various Summary Stuff
10114 @section Various Summary Stuff
10115
10116 @menu
10117 * Summary Group Information::   Information oriented commands.
10118 * Searching for Articles::      Multiple article commands.
10119 * Summary Generation Commands::
10120 * Really Various Summary Commands::  Those pesky non-conformant commands.
10121 @end menu
10122
10123 @table @code
10124 @vindex gnus-summary-display-while-building
10125 @item gnus-summary-display-while-building
10126 If non-@code{nil}, show and update the summary buffer as it's being
10127 built.  If @code{t}, update the buffer after every line is inserted.
10128 If the value is an integer, @var{n}, update the display every @var{n}
10129 lines.  The default is @code{nil}.
10130
10131 @vindex gnus-summary-display-arrow
10132 @item gnus-summary-display-arrow
10133 If non-@code{nil}, display an arrow in the fringe to indicate the
10134 current article.
10135
10136 @vindex gnus-summary-mode-hook
10137 @item gnus-summary-mode-hook
10138 This hook is called when creating a summary mode buffer.
10139
10140 @vindex gnus-summary-generate-hook
10141 @item gnus-summary-generate-hook
10142 This is called as the last thing before doing the threading and the
10143 generation of the summary buffer.  It's quite convenient for customizing
10144 the threading variables based on what data the newsgroup has.  This hook
10145 is called from the summary buffer after most summary buffer variables
10146 have been set.
10147
10148 @vindex gnus-summary-prepare-hook
10149 @item gnus-summary-prepare-hook
10150 It is called after the summary buffer has been generated.  You might use
10151 it to, for instance, highlight lines or modify the look of the buffer in
10152 some other ungodly manner.  I don't care.
10153
10154 @vindex gnus-summary-prepared-hook
10155 @item gnus-summary-prepared-hook
10156 A hook called as the very last thing after the summary buffer has been
10157 generated.
10158
10159 @vindex gnus-summary-ignore-duplicates
10160 @item gnus-summary-ignore-duplicates
10161 When gnus discovers two articles that have the same @code{Message-ID},
10162 it has to do something drastic.  No articles are allowed to have the
10163 same @code{Message-ID}, but this may happen when reading mail from some
10164 sources.  Gnus allows you to customize what happens with this variable.
10165 If it is @code{nil} (which is the default), gnus will rename the
10166 @code{Message-ID} (for display purposes only) and display the article as
10167 any other article.  If this variable is @code{t}, it won't display the
10168 article---it'll be as if it never existed.
10169
10170 @vindex gnus-alter-articles-to-read-function
10171 @item gnus-alter-articles-to-read-function
10172 This function, which takes two parameters (the group name and the list
10173 of articles to be selected), is called to allow the user to alter the
10174 list of articles to be selected.
10175
10176 For instance, the following function adds the list of cached articles to
10177 the list in one particular group:
10178
10179 @lisp
10180 (defun my-add-cached-articles (group articles)
10181   (if (string= group "some.group")
10182       (append gnus-newsgroup-cached articles)
10183     articles))
10184 @end lisp
10185
10186 @vindex gnus-newsgroup-variables
10187 @item gnus-newsgroup-variables
10188 A list of newsgroup (summary buffer) local variables, or cons of
10189 variables and their default values (when the default values are not
10190 @code{nil}), that should be made global while the summary buffer is
10191 active.  These variables can be used to set variables in the group
10192 parameters while still allowing them to affect operations done in
10193 other buffers.  For example:
10194
10195 @lisp
10196 (setq gnus-newsgroup-variables
10197       '(message-use-followup-to
10198         (gnus-visible-headers .
10199  "^From:\\|^Newsgroups:\\|^Subject:\\|^Date:\\|^To:")))
10200 @end lisp
10201
10202 @end table
10203
10204
10205 @node Summary Group Information
10206 @subsection Summary Group Information
10207
10208 @table @kbd
10209
10210 @item H f
10211 @kindex H f (Summary)
10212 @findex gnus-summary-fetch-faq
10213 @vindex gnus-group-faq-directory
10214 Try to fetch the @acronym{FAQ} (list of frequently asked questions)
10215 for the current group (@code{gnus-summary-fetch-faq}).  Gnus will try
10216 to get the @acronym{FAQ} from @code{gnus-group-faq-directory}, which
10217 is usually a directory on a remote machine.  This variable can also be
10218 a list of directories.  In that case, giving a prefix to this command
10219 will allow you to choose between the various sites.  @code{ange-ftp}
10220 or @code{efs} will probably be used for fetching the file.
10221
10222 @item H d
10223 @kindex H d (Summary)
10224 @findex gnus-summary-describe-group
10225 Give a brief description of the current group
10226 (@code{gnus-summary-describe-group}).  If given a prefix, force
10227 rereading the description from the server.
10228
10229 @item H h
10230 @kindex H h (Summary)
10231 @findex gnus-summary-describe-briefly
10232 Give an extremely brief description of the most important summary
10233 keystrokes (@code{gnus-summary-describe-briefly}).
10234
10235 @item H i
10236 @kindex H i (Summary)
10237 @findex gnus-info-find-node
10238 Go to the gnus info node (@code{gnus-info-find-node}).
10239 @end table
10240
10241
10242 @node Searching for Articles
10243 @subsection Searching for Articles
10244
10245 @table @kbd
10246
10247 @item M-s
10248 @kindex M-s (Summary)
10249 @findex gnus-summary-search-article-forward
10250 Search through all subsequent (raw) articles for a regexp
10251 (@code{gnus-summary-search-article-forward}).
10252
10253 @item M-r
10254 @kindex M-r (Summary)
10255 @findex gnus-summary-search-article-backward
10256 Search through all previous (raw) articles for a regexp
10257 (@code{gnus-summary-search-article-backward}).
10258
10259 @item &
10260 @kindex & (Summary)
10261 @findex gnus-summary-execute-command
10262 This command will prompt you for a header, a regular expression to match
10263 on this field, and a command to be executed if the match is made
10264 (@code{gnus-summary-execute-command}).  If the header is an empty
10265 string, the match is done on the entire article.  If given a prefix,
10266 search backward instead.
10267
10268 For instance, @kbd{& RET some.*string RET #} will put the process mark on
10269 all articles that have heads or bodies that match @samp{some.*string}.
10270
10271 @item M-&
10272 @kindex M-& (Summary)
10273 @findex gnus-summary-universal-argument
10274 Perform any operation on all articles that have been marked with
10275 the process mark (@code{gnus-summary-universal-argument}).
10276 @end table
10277
10278 @node Summary Generation Commands
10279 @subsection Summary Generation Commands
10280
10281 @table @kbd
10282
10283 @item Y g
10284 @kindex Y g (Summary)
10285 @findex gnus-summary-prepare
10286 Regenerate the current summary buffer (@code{gnus-summary-prepare}).
10287
10288 @item Y c
10289 @kindex Y c (Summary)
10290 @findex gnus-summary-insert-cached-articles
10291 Pull all cached articles (for the current group) into the summary buffer
10292 (@code{gnus-summary-insert-cached-articles}).
10293
10294 @item Y d
10295 @kindex Y d (Summary)
10296 @findex gnus-summary-insert-dormant-articles
10297 Pull all dormant articles (for the current group) into the summary buffer
10298 (@code{gnus-summary-insert-dormant-articles}).
10299
10300 @end table
10301
10302
10303 @node Really Various Summary Commands
10304 @subsection Really Various Summary Commands
10305
10306 @table @kbd
10307
10308 @item A D
10309 @itemx C-d
10310 @kindex C-d (Summary)
10311 @kindex A D (Summary)
10312 @findex gnus-summary-enter-digest-group
10313 If the current article is a collection of other articles (for instance,
10314 a digest), you might use this command to enter a group based on the that
10315 article (@code{gnus-summary-enter-digest-group}).  Gnus will try to
10316 guess what article type is currently displayed unless you give a prefix
10317 to this command, which forces a ``digest'' interpretation.  Basically,
10318 whenever you see a message that is a collection of other messages of
10319 some format, you @kbd{C-d} and read these messages in a more convenient
10320 fashion.
10321
10322 @item C-M-d
10323 @kindex C-M-d (Summary)
10324 @findex gnus-summary-read-document
10325 This command is very similar to the one above, but lets you gather
10326 several documents into one biiig group
10327 (@code{gnus-summary-read-document}).  It does this by opening several
10328 @code{nndoc} groups for each document, and then opening an
10329 @code{nnvirtual} group on top of these @code{nndoc} groups.  This
10330 command understands the process/prefix convention
10331 (@pxref{Process/Prefix}).
10332
10333 @item C-t
10334 @kindex C-t (Summary)
10335 @findex gnus-summary-toggle-truncation
10336 Toggle truncation of summary lines
10337 (@code{gnus-summary-toggle-truncation}).  This will probably confuse the
10338 line centering function in the summary buffer, so it's not a good idea
10339 to have truncation switched off while reading articles.
10340
10341 @item =
10342 @kindex = (Summary)
10343 @findex gnus-summary-expand-window
10344 Expand the summary buffer window (@code{gnus-summary-expand-window}).
10345 If given a prefix, force an @code{article} window configuration.
10346
10347 @item C-M-e
10348 @kindex C-M-e (Summary)
10349 @findex gnus-summary-edit-parameters
10350 Edit the group parameters (@pxref{Group Parameters}) of the current
10351 group (@code{gnus-summary-edit-parameters}).
10352
10353 @item C-M-a
10354 @kindex C-M-a (Summary)
10355 @findex gnus-summary-customize-parameters
10356 Customize the group parameters (@pxref{Group Parameters}) of the current
10357 group (@code{gnus-summary-customize-parameters}).
10358
10359 @end table
10360
10361
10362 @node Exiting the Summary Buffer
10363 @section Exiting the Summary Buffer
10364 @cindex summary exit
10365 @cindex exiting groups
10366
10367 Exiting from the summary buffer will normally update all info on the
10368 group and return you to the group buffer.
10369
10370 @table @kbd
10371
10372 @item Z Z
10373 @itemx Z Q
10374 @itemx q
10375 @kindex Z Z (Summary)
10376 @kindex Z Q (Summary)
10377 @kindex q (Summary)
10378 @findex gnus-summary-exit
10379 @vindex gnus-summary-exit-hook
10380 @vindex gnus-summary-prepare-exit-hook
10381 @vindex gnus-group-no-more-groups-hook
10382 @c @icon{gnus-summary-exit}
10383 Exit the current group and update all information on the group
10384 (@code{gnus-summary-exit}).  @code{gnus-summary-prepare-exit-hook} is
10385 called before doing much of the exiting, which calls
10386 @code{gnus-summary-expire-articles} by default.
10387 @code{gnus-summary-exit-hook} is called after finishing the exit
10388 process.  @code{gnus-group-no-more-groups-hook} is run when returning to
10389 group mode having no more (unread) groups.
10390
10391 @item Z E
10392 @itemx Q
10393 @kindex Z E (Summary)
10394 @kindex Q (Summary)
10395 @findex gnus-summary-exit-no-update
10396 Exit the current group without updating any information on the group
10397 (@code{gnus-summary-exit-no-update}).
10398
10399 @item Z c
10400 @itemx c
10401 @kindex Z c (Summary)
10402 @kindex c (Summary)
10403 @findex gnus-summary-catchup-and-exit
10404 @c @icon{gnus-summary-catchup-and-exit}
10405 Mark all unticked articles in the group as read and then exit
10406 (@code{gnus-summary-catchup-and-exit}).
10407
10408 @item Z C
10409 @kindex Z C (Summary)
10410 @findex gnus-summary-catchup-all-and-exit
10411 Mark all articles, even the ticked ones, as read and then exit
10412 (@code{gnus-summary-catchup-all-and-exit}).
10413
10414 @item Z n
10415 @kindex Z n (Summary)
10416 @findex gnus-summary-catchup-and-goto-next-group
10417 Mark all articles as read and go to the next group
10418 (@code{gnus-summary-catchup-and-goto-next-group}).
10419
10420 @item Z R
10421 @itemx C-x C-s
10422 @kindex Z R (Summary)
10423 @kindex C-x C-s (Summary)
10424 @findex gnus-summary-reselect-current-group
10425 Exit this group, and then enter it again
10426 (@code{gnus-summary-reselect-current-group}).  If given a prefix, select
10427 all articles, both read and unread.
10428
10429 @item Z G
10430 @itemx M-g
10431 @kindex Z G (Summary)
10432 @kindex M-g (Summary)
10433 @findex gnus-summary-rescan-group
10434 @c @icon{gnus-summary-mail-get}
10435 Exit the group, check for new articles in the group, and select the
10436 group (@code{gnus-summary-rescan-group}).  If given a prefix, select all
10437 articles, both read and unread.
10438
10439 @item Z N
10440 @kindex Z N (Summary)
10441 @findex gnus-summary-next-group
10442 Exit the group and go to the next group
10443 (@code{gnus-summary-next-group}).
10444
10445 @item Z P
10446 @kindex Z P (Summary)
10447 @findex gnus-summary-prev-group
10448 Exit the group and go to the previous group
10449 (@code{gnus-summary-prev-group}).
10450
10451 @item Z s
10452 @kindex Z s (Summary)
10453 @findex gnus-summary-save-newsrc
10454 Save the current number of read/marked articles in the dribble buffer
10455 and then save the dribble buffer (@code{gnus-summary-save-newsrc}).  If
10456 given a prefix, also save the @file{.newsrc} file(s).  Using this
10457 command will make exit without updating (the @kbd{Q} command) worthless.
10458 @end table
10459
10460 @vindex gnus-exit-group-hook
10461 @code{gnus-exit-group-hook} is called when you exit the current group
10462 with an ``updating'' exit.  For instance @kbd{Q}
10463 (@code{gnus-summary-exit-no-update}) does not call this hook.
10464
10465 @findex gnus-summary-wake-up-the-dead
10466 @findex gnus-dead-summary-mode
10467 @vindex gnus-kill-summary-on-exit
10468 If you're in the habit of exiting groups, and then changing your mind
10469 about it, you might set @code{gnus-kill-summary-on-exit} to @code{nil}.
10470 If you do that, gnus won't kill the summary buffer when you exit it.
10471 (Quelle surprise!)  Instead it will change the name of the buffer to
10472 something like @samp{*Dead Summary ... *} and install a minor mode
10473 called @code{gnus-dead-summary-mode}.  Now, if you switch back to this
10474 buffer, you'll find that all keys are mapped to a function called
10475 @code{gnus-summary-wake-up-the-dead}.  So tapping any keys in a dead
10476 summary buffer will result in a live, normal summary buffer.
10477
10478 There will never be more than one dead summary buffer at any one time.
10479
10480 @vindex gnus-use-cross-reference
10481 The data on the current group will be updated (which articles you have
10482 read, which articles you have replied to, etc.) when you exit the
10483 summary buffer.  If the @code{gnus-use-cross-reference} variable is
10484 @code{t} (which is the default), articles that are cross-referenced to
10485 this group and are marked as read, will also be marked as read in the
10486 other subscribed groups they were cross-posted to.  If this variable is
10487 neither @code{nil} nor @code{t}, the article will be marked as read in
10488 both subscribed and unsubscribed groups (@pxref{Crosspost Handling}).
10489
10490
10491 @node Crosspost Handling
10492 @section Crosspost Handling
10493
10494 @cindex velveeta
10495 @cindex spamming
10496 Marking cross-posted articles as read ensures that you'll never have to
10497 read the same article more than once.  Unless, of course, somebody has
10498 posted it to several groups separately.  Posting the same article to
10499 several groups (not cross-posting) is called @dfn{spamming}, and you are
10500 by law required to send nasty-grams to anyone who perpetrates such a
10501 heinous crime.  You may want to try NoCeM handling to filter out spam
10502 (@pxref{NoCeM}).
10503
10504 Remember: Cross-posting is kinda ok, but posting the same article
10505 separately to several groups is not.  Massive cross-posting (aka.
10506 @dfn{velveeta}) is to be avoided at all costs, and you can even use the
10507 @code{gnus-summary-mail-crosspost-complaint} command to complain about
10508 excessive crossposting (@pxref{Summary Mail Commands}).
10509
10510 @cindex cross-posting
10511 @cindex Xref
10512 @cindex @acronym{NOV}
10513 One thing that may cause Gnus to not do the cross-posting thing
10514 correctly is if you use an @acronym{NNTP} server that supports @sc{xover}
10515 (which is very nice, because it speeds things up considerably) which
10516 does not include the @code{Xref} header in its @acronym{NOV} lines.  This is
10517 Evil, but all too common, alas, alack.  Gnus tries to Do The Right Thing
10518 even with @sc{xover} by registering the @code{Xref} lines of all
10519 articles you actually read, but if you kill the articles, or just mark
10520 them as read without reading them, Gnus will not get a chance to snoop
10521 the @code{Xref} lines out of these articles, and will be unable to use
10522 the cross reference mechanism.
10523
10524 @cindex LIST overview.fmt
10525 @cindex overview.fmt
10526 To check whether your @acronym{NNTP} server includes the @code{Xref} header
10527 in its overview files, try @samp{telnet your.nntp.server nntp},
10528 @samp{MODE READER} on @code{inn} servers, and then say @samp{LIST
10529 overview.fmt}.  This may not work, but if it does, and the last line you
10530 get does not read @samp{Xref:full}, then you should shout and whine at
10531 your news admin until she includes the @code{Xref} header in the
10532 overview files.
10533
10534 @vindex gnus-nov-is-evil
10535 If you want Gnus to get the @code{Xref}s right all the time, you have to
10536 set @code{gnus-nov-is-evil} to @code{t}, which slows things down
10537 considerably.
10538
10539 C'est la vie.
10540
10541 For an alternative approach, @pxref{Duplicate Suppression}.
10542
10543
10544 @node Duplicate Suppression
10545 @section Duplicate Suppression
10546
10547 By default, gnus tries to make sure that you don't have to read the same
10548 article more than once by utilizing the crossposting mechanism
10549 (@pxref{Crosspost Handling}).  However, that simple and efficient
10550 approach may not work satisfactory for some users for various
10551 reasons.
10552
10553 @enumerate
10554 @item
10555 The @acronym{NNTP} server may fail to generate the @code{Xref} header.  This
10556 is evil and not very common.
10557
10558 @item
10559 The @acronym{NNTP} server may fail to include the @code{Xref} header in the
10560 @file{.overview} data bases.  This is evil and all too common, alas.
10561
10562 @item
10563 You may be reading the same group (or several related groups) from
10564 different @acronym{NNTP} servers.
10565
10566 @item
10567 You may be getting mail that duplicates articles posted to groups.
10568 @end enumerate
10569
10570 I'm sure there are other situations where @code{Xref} handling fails as
10571 well, but these four are the most common situations.
10572
10573 If, and only if, @code{Xref} handling fails for you, then you may
10574 consider switching on @dfn{duplicate suppression}.  If you do so, Gnus
10575 will remember the @code{Message-ID}s of all articles you have read or
10576 otherwise marked as read, and then, as if by magic, mark them as read
10577 all subsequent times you see them---in @emph{all} groups.  Using this
10578 mechanism is quite likely to be somewhat inefficient, but not overly
10579 so.  It's certainly preferable to reading the same articles more than
10580 once.
10581
10582 Duplicate suppression is not a very subtle instrument.  It's more like a
10583 sledge hammer than anything else.  It works in a very simple
10584 fashion---if you have marked an article as read, it adds this Message-ID
10585 to a cache.  The next time it sees this Message-ID, it will mark the
10586 article as read with the @samp{M} mark.  It doesn't care what group it
10587 saw the article in.
10588
10589 @table @code
10590 @item gnus-suppress-duplicates
10591 @vindex gnus-suppress-duplicates
10592 If non-@code{nil}, suppress duplicates.
10593
10594 @item gnus-save-duplicate-list
10595 @vindex gnus-save-duplicate-list
10596 If non-@code{nil}, save the list of duplicates to a file.  This will
10597 make startup and shutdown take longer, so the default is @code{nil}.
10598 However, this means that only duplicate articles read in a single gnus
10599 session are suppressed.
10600
10601 @item gnus-duplicate-list-length
10602 @vindex gnus-duplicate-list-length
10603 This variable says how many @code{Message-ID}s to keep in the duplicate
10604 suppression list.  The default is 10000.
10605
10606 @item gnus-duplicate-file
10607 @vindex gnus-duplicate-file
10608 The name of the file to store the duplicate suppression list in.  The
10609 default is @file{~/News/suppression}.
10610 @end table
10611
10612 If you have a tendency to stop and start gnus often, setting
10613 @code{gnus-save-duplicate-list} to @code{t} is probably a good idea.  If
10614 you leave gnus running for weeks on end, you may have it @code{nil}.  On
10615 the other hand, saving the list makes startup and shutdown much slower,
10616 so that means that if you stop and start gnus often, you should set
10617 @code{gnus-save-duplicate-list} to @code{nil}.  Uhm.  I'll leave this up
10618 to you to figure out, I think.
10619
10620 @node Security
10621 @section Security
10622
10623 Gnus is able to verify signed messages or decrypt encrypted messages.
10624 The formats that are supported are @acronym{PGP}, @acronym{PGP/MIME}
10625 and @acronym{S/MIME}, however you need some external programs to get
10626 things to work:
10627
10628 @enumerate
10629 @item
10630 To handle @acronym{PGP} and @acronym{PGP/MIME} messages, you have to
10631 install an OpenPGP implementation such as GnuPG.  The Lisp interface
10632 to GnuPG included with Gnus is called PGG (@pxref{Top, ,PGG, pgg, PGG
10633 Manual}), but Mailcrypt and gpg.el are also supported.
10634
10635 @item
10636 To handle @acronym{S/MIME} message, you need to install OpenSSL.  OpenSSL 0.9.6
10637 or newer is recommended.
10638
10639 @end enumerate
10640
10641 More information on how to set things up can be found in the message
10642 manual (@pxref{Security, ,Security, message, Message Manual}).
10643
10644 @table @code
10645 @item mm-verify-option
10646 @vindex mm-verify-option
10647 Option of verifying signed parts.  @code{never}, not verify;
10648 @code{always}, always verify; @code{known}, only verify known
10649 protocols.  Otherwise, ask user.
10650
10651 @item mm-decrypt-option
10652 @vindex mm-decrypt-option
10653 Option of decrypting encrypted parts.  @code{never}, no decryption;
10654 @code{always}, always decrypt; @code{known}, only decrypt known
10655 protocols.  Otherwise, ask user.
10656
10657 @item mml1991-use
10658 @vindex mml1991-use
10659 Symbol indicating elisp interface to OpenPGP implementation for
10660 @acronym{PGP} messages.  The default is @code{pgg}, but
10661 @code{mailcrypt} and @code{gpg} are also supported although
10662 deprecated.
10663
10664 @item mml2015-use
10665 @vindex mml2015-use
10666 Symbol indicating elisp interface to OpenPGP implementation for
10667 @acronym{PGP/MIME} messages.  The default is @code{pgg}, but
10668 @code{mailcrypt} and @code{gpg} are also supported although
10669 deprecated.
10670
10671 @end table
10672
10673 @cindex snarfing keys
10674 @cindex importing PGP keys
10675 @cindex PGP key ring import
10676 Snarfing OpenPGP keys (i.e., importing keys from articles into your
10677 key ring) is not supported explicitly through a menu item or command,
10678 rather Gnus do detect and label keys as @samp{application/pgp-keys},
10679 allowing you to specify whatever action you think is appropriate
10680 through the usual @acronym{MIME} infrastructure.  You can use a
10681 @file{~/.mailcap} entry (@pxref{mailcap, , mailcap, emacs-mime, The
10682 Emacs MIME Manual}) such as the following to import keys using GNU
10683 Privacy Guard when you click on the @acronym{MIME} button
10684 (@pxref{Using MIME}).
10685
10686 @example
10687 application/pgp-keys; gpg --import --interactive --verbose; needsterminal
10688 @end example
10689 @noindent
10690 This happens to also be the default action defined in
10691 @code{mailcap-mime-data}.
10692
10693 @node Mailing List
10694 @section Mailing List
10695 @cindex mailing list
10696 @cindex RFC 2396
10697
10698 @kindex A M (summary)
10699 @findex gnus-mailing-list-insinuate
10700 Gnus understands some mailing list fields of RFC 2369.  To enable it,
10701 add a @code{to-list} group parameter (@pxref{Group Parameters}),
10702 possibly using @kbd{A M} (@code{gnus-mailing-list-insinuate}) in the
10703 summary buffer.
10704
10705 That enables the following commands to the summary buffer:
10706
10707 @table @kbd
10708
10709 @item C-c C-n h
10710 @kindex C-c C-n h (Summary)
10711 @findex gnus-mailing-list-help
10712 Send a message to fetch mailing list help, if List-Help field exists.
10713
10714 @item C-c C-n s
10715 @kindex C-c C-n s (Summary)
10716 @findex gnus-mailing-list-subscribe
10717 Send a message to subscribe the mailing list, if List-Subscribe field exists.
10718
10719 @item C-c C-n u
10720 @kindex C-c C-n u (Summary)
10721 @findex gnus-mailing-list-unsubscribe
10722 Send a message to unsubscribe the mailing list, if List-Unsubscribe
10723 field exists.
10724
10725 @item C-c C-n p
10726 @kindex C-c C-n p (Summary)
10727 @findex gnus-mailing-list-post
10728 Post to the mailing list, if List-Post field exists.
10729
10730 @item C-c C-n o
10731 @kindex C-c C-n o (Summary)
10732 @findex gnus-mailing-list-owner
10733 Send a message to the mailing list owner, if List-Owner field exists.
10734
10735 @item C-c C-n a
10736 @kindex C-c C-n a (Summary)
10737 @findex gnus-mailing-list-owner
10738 Browse the mailing list archive, if List-Archive field exists.
10739
10740 @end table
10741
10742
10743 @node Article Buffer
10744 @chapter Article Buffer
10745 @cindex article buffer
10746
10747 The articles are displayed in the article buffer, of which there is only
10748 one.  All the summary buffers share the same article buffer unless you
10749 tell gnus otherwise.
10750
10751 @menu
10752 * Hiding Headers::              Deciding what headers should be displayed.
10753 * Using MIME::                  Pushing articles through @acronym{MIME} before reading them.
10754 * Customizing Articles::        Tailoring the look of the articles.
10755 * Article Keymap::              Keystrokes available in the article buffer.
10756 * Misc Article::                Other stuff.
10757 @end menu
10758
10759
10760 @node Hiding Headers
10761 @section Hiding Headers
10762 @cindex hiding headers
10763 @cindex deleting headers
10764
10765 The top section of each article is the @dfn{head}.  (The rest is the
10766 @dfn{body}, but you may have guessed that already.)
10767
10768 @vindex gnus-show-all-headers
10769 There is a lot of useful information in the head: the name of the person
10770 who wrote the article, the date it was written and the subject of the
10771 article.  That's well and nice, but there's also lots of information
10772 most people do not want to see---what systems the article has passed
10773 through before reaching you, the @code{Message-ID}, the
10774 @code{References}, etc. ad nauseam---and you'll probably want to get rid
10775 of some of those lines.  If you want to keep all those lines in the
10776 article buffer, you can set @code{gnus-show-all-headers} to @code{t}.
10777
10778 Gnus provides you with two variables for sifting headers:
10779
10780 @table @code
10781
10782 @item gnus-visible-headers
10783 @vindex gnus-visible-headers
10784 If this variable is non-@code{nil}, it should be a regular expression
10785 that says what headers you wish to keep in the article buffer.  All
10786 headers that do not match this variable will be hidden.
10787
10788 For instance, if you only want to see the name of the person who wrote
10789 the article and the subject, you'd say:
10790
10791 @lisp
10792 (setq gnus-visible-headers "^From:\\|^Subject:")
10793 @end lisp
10794
10795 This variable can also be a list of regexps to match headers to
10796 remain visible.
10797
10798 @item gnus-ignored-headers
10799 @vindex gnus-ignored-headers
10800 This variable is the reverse of @code{gnus-visible-headers}.  If this
10801 variable is set (and @code{gnus-visible-headers} is @code{nil}), it
10802 should be a regular expression that matches all lines that you want to
10803 hide.  All lines that do not match this variable will remain visible.
10804
10805 For instance, if you just want to get rid of the @code{References} field
10806 and the @code{Xref} field, you might say:
10807
10808 @lisp
10809 (setq gnus-ignored-headers "^References:\\|^Xref:")
10810 @end lisp
10811
10812 This variable can also be a list of regexps to match headers to
10813 be removed.
10814
10815 Note that if @code{gnus-visible-headers} is non-@code{nil}, this
10816 variable will have no effect.
10817
10818 @end table
10819
10820 @vindex gnus-sorted-header-list
10821 Gnus can also sort the headers for you.  (It does this by default.)  You
10822 can control the sorting by setting the @code{gnus-sorted-header-list}
10823 variable.  It is a list of regular expressions that says in what order
10824 the headers are to be displayed.
10825
10826 For instance, if you want the name of the author of the article first,
10827 and then the subject, you might say something like:
10828
10829 @lisp
10830 (setq gnus-sorted-header-list '("^From:" "^Subject:"))
10831 @end lisp
10832
10833 Any headers that are to remain visible, but are not listed in this
10834 variable, will be displayed in random order after all the headers listed in this variable.
10835
10836 @findex gnus-article-hide-boring-headers
10837 @vindex gnus-boring-article-headers
10838 You can hide further boring headers by setting
10839 @code{gnus-treat-hide-boring-headers} to @code{head}.  What this function
10840 does depends on the @code{gnus-boring-article-headers} variable.  It's a
10841 list, but this list doesn't actually contain header names.  Instead it
10842 lists various @dfn{boring conditions} that Gnus can check and remove
10843 from sight.
10844
10845 These conditions are:
10846 @table @code
10847 @item empty
10848 Remove all empty headers.
10849 @item followup-to
10850 Remove the @code{Followup-To} header if it is identical to the
10851 @code{Newsgroups} header.
10852 @item reply-to
10853 Remove the @code{Reply-To} header if it lists the same addresses as
10854 the @code{From} header, or if the @code{broken-reply-to} group
10855 parameter is set.
10856 @item newsgroups
10857 Remove the @code{Newsgroups} header if it only contains the current group
10858 name.
10859 @item to-address
10860 Remove the @code{To} header if it only contains the address identical to
10861 the current group's @code{to-address} parameter.
10862 @item to-list
10863 Remove the @code{To} header if it only contains the address identical to
10864 the current group's @code{to-list} parameter.
10865 @item cc-list
10866 Remove the @code{CC} header if it only contains the address identical to
10867 the current group's @code{to-list} parameter.
10868 @item date
10869 Remove the @code{Date} header if the article is less than three days
10870 old.
10871 @item long-to
10872 Remove the @code{To} header if it is very long.
10873 @item many-to
10874 Remove all @code{To} headers if there are more than one.
10875 @end table
10876
10877 To include these three elements, you could say something like:
10878
10879 @lisp
10880 (setq gnus-boring-article-headers
10881       '(empty followup-to reply-to))
10882 @end lisp
10883
10884 This is also the default value for this variable.
10885
10886
10887 @node Using MIME
10888 @section Using MIME
10889 @cindex @acronym{MIME}
10890
10891 Mime is a standard for waving your hands through the air, aimlessly,
10892 while people stand around yawning.
10893
10894 @acronym{MIME}, however, is a standard for encoding your articles, aimlessly,
10895 while all newsreaders die of fear.
10896
10897 @acronym{MIME} may specify what character set the article uses, the encoding
10898 of the characters, and it also makes it possible to embed pictures and
10899 other naughty stuff in innocent-looking articles.
10900
10901 @vindex gnus-show-mime
10902 @vindex gnus-article-display-method-for-mime
10903 @findex gnus-article-display-mime-message
10904 gnus handles @acronym{MIME} by pushing the articles through
10905 @code{gnus-article-display-method-for-mime}, which is
10906 @code{gnus-article-display-mime-message} by default.  This function
10907 calls the @acronym{SEMI} MIME-View program to actually do the work.  For
10908 more information on @acronym{SEMI} MIME-View, see its manual page
10909 (however it is not existed yet, sorry).
10910
10911 Set @code{gnus-show-mime} to @code{t} if you want to use
10912 @acronym{MIME} all the time.  If you have @code{gnus-show-mime} set,
10913 then you'll see some unfortunate display glitches in the article buffer.
10914 These can't be avoided.
10915
10916 In GNUS or Gnus, it might be best to just use the toggling functions
10917 from the summary buffer to avoid getting nasty surprises. (For instance,
10918 you enter the group @samp{alt.sing-a-long} and, before you know it,
10919 @acronym{MIME} has decoded the sound file in the article and some
10920 horrible sing-a-long song comes screaming out your speakers, and you
10921 can't find the volume button, because there isn't one, and people are
10922 starting to look at you, and you try to stop the program, but you can't,
10923 and you can't find the program to control the volume, and everybody else
10924 in the room suddenly decides to look at you disdainfully, and you'll
10925 feel rather stupid.)
10926
10927 Any similarity to real events and people is purely coincidental.  Ahem.
10928
10929 To avoid such kind of situation, gnus stops to use
10930 @code{metamail-buffer}.  So now, you can set @code{gnus-show-mime} to
10931 non-@code{nil} every-time, then you can push button in the article
10932 buffer when there are nobody else.
10933
10934 Also @pxref{MIME Commands}.
10935
10936
10937 @node Customizing Articles
10938 @section Customizing Articles
10939 @cindex article customization
10940
10941 A slew of functions for customizing how the articles are to look like
10942 exist.  You can call these functions interactively
10943 (@pxref{Article Washing}), or you can have them
10944 called automatically when you select the articles.
10945
10946 To have them called automatically, you should set the corresponding
10947 ``treatment'' variable.  For instance, to have headers hidden, you'd set
10948 @code{gnus-treat-hide-headers}.  Below is a list of variables that can
10949 be set, but first we discuss the values these variables can have.
10950
10951 Note: Some values, while valid, make little sense.  Check the list below
10952 for sensible values.
10953
10954 @enumerate
10955 @item
10956 @code{nil}: Don't do this treatment.
10957
10958 @item
10959 @code{t}: Do this treatment on all body parts.
10960
10961 @item
10962 @code{head}: Do the treatment on the headers.
10963
10964 @item
10965 @code{last}: Do this treatment on the last part.
10966
10967 @item
10968 An integer: Do this treatment on all body parts that have a length less
10969 than this number.
10970
10971 @item
10972 A list of strings: Do this treatment on all body parts that are in
10973 articles that are read in groups that have names that match one of the
10974 regexps in the list.
10975
10976 @item
10977 A list where the first element is not a string:
10978
10979 The list is evaluated recursively.  The first element of the list is a
10980 predicate.  The following predicates are recognized: @code{or},
10981 @code{and}, @code{not} and @code{typep}.  Here's an example:
10982
10983 @lisp
10984 (or last
10985     (typep "text/x-vcard"))
10986 @end lisp
10987
10988 @item
10989 @code{mime}: Do this treatment if the value of @code{gnus-show-mime}' is
10990 non-nil.
10991
10992 @end enumerate
10993
10994 You may have noticed that the word @dfn{part} is used here.  This refers
10995 to the fact that some messages are @acronym{MIME} multipart articles that may
10996 be divided into several parts.  Articles that are not multiparts are
10997 considered to contain just a single part.
10998
10999 @vindex gnus-article-treat-types
11000 Are the treatments applied to all sorts of multipart parts?  Yes, if you
11001 want to, but by default, only @samp{text/plain} parts are given the
11002 treatment.  This is controlled by the @code{gnus-article-treat-types}
11003 variable, which is a list of regular expressions that are matched to the
11004 type of the part.  This variable is ignored if the value of the
11005 controlling variable is a predicate list, as described above.
11006
11007 The following treatment options are available.  The easiest way to
11008 customize this is to examine the @code{gnus-article-treat} customization
11009 group.  Values in parenthesis are suggested sensible values.  Others are
11010 possible but those listed are probably sufficient for most people.
11011
11012 @table @code
11013 @item gnus-treat-buttonize (t, integer)
11014 @item gnus-treat-buttonize-head (head)
11015
11016 @xref{Article Buttons}.
11017
11018 @item gnus-treat-capitalize-sentences (t, integer)
11019 @item gnus-treat-overstrike (t, integer)
11020 @item gnus-treat-strip-cr (t, integer)
11021 @item gnus-treat-strip-headers-in-body (t, integer)
11022 @item gnus-treat-strip-leading-blank-lines (t, integer)
11023 @item gnus-treat-strip-multiple-blank-lines (t, integer)
11024 @item gnus-treat-strip-pem (t, last, integer)
11025 @item gnus-treat-strip-trailing-blank-lines (t, last, integer)
11026 @item gnus-treat-unsplit-urls (t, integer)
11027 @item gnus-treat-wash-html (t, integer)
11028 @item gnus-treat-decode-article-as-default-mime-charset (t, integer)
11029
11030 @xref{Article Washing}.
11031
11032 @item gnus-treat-date-english (head)
11033 @item gnus-treat-date-iso8601 (head)
11034 @item gnus-treat-date-lapsed (head)
11035 @item gnus-treat-date-local (head)
11036 @item gnus-treat-date-original (head)
11037 @item gnus-treat-date-user-defined (head)
11038 @item gnus-treat-date-ut (head)
11039
11040 @xref{Article Date}.
11041
11042 @item gnus-treat-from-picon (head)
11043 @item gnus-treat-mail-picon (head)
11044 @item gnus-treat-newsgroups-picon (head)
11045
11046 @xref{Picons}.
11047
11048 @item gnus-treat-display-smileys (t, integer)
11049
11050 @item gnus-treat-body-boundary (head)
11051
11052 @vindex gnus-body-boundary-delimiter
11053 Adds a delimiter between header and body, the string used as delimiter
11054 is controlled by @code{gnus-body-boundary-delimiter}.
11055
11056 @xref{Smileys}.
11057
11058 @item gnus-treat-display-x-face (head)
11059
11060 @xref{X-Face}.
11061
11062 @item gnus-treat-display-face (head)
11063
11064 @xref{Face}.
11065
11066 @item gnus-treat-emphasize (t, head, integer)
11067 @item gnus-treat-fill-article (t, integer)
11068 @item gnus-treat-fill-long-lines (t, integer)
11069 @item gnus-treat-hide-boring-headers (head)
11070 @item gnus-treat-hide-citation (t, integer)
11071 @item gnus-treat-hide-citation-maybe (t, integer)
11072 @item gnus-treat-hide-headers (head)
11073 @item gnus-treat-hide-signature (t, last)
11074 @item gnus-treat-strip-banner (t, last)
11075 @item gnus-treat-strip-list-identifiers (head)
11076
11077 @xref{Article Hiding}.
11078
11079 @item gnus-treat-highlight-citation (t, integer)
11080 @item gnus-treat-highlight-headers (head)
11081 @item gnus-treat-highlight-signature (t, last, integer)
11082
11083 @xref{Article Highlighting}.
11084
11085 @item gnus-treat-play-sounds
11086 @item gnus-treat-translate
11087 @item gnus-treat-x-pgp-sig (head)
11088
11089 @item gnus-treat-unfold-headers (head)
11090 @item gnus-treat-fold-headers (head)
11091 @item gnus-treat-fold-newsgroups (head)
11092 @item gnus-treat-leading-whitespace (head)
11093
11094 @xref{Article Header}.
11095
11096
11097 @end table
11098
11099 @vindex gnus-part-display-hook
11100 You can, of course, write your own functions to be called from
11101 @code{gnus-part-display-hook}.  The functions are called narrowed to the
11102 part, and you can do anything you like, pretty much.  There is no
11103 information that you have to keep in the buffer---you can change
11104 everything.
11105
11106
11107 @node Article Keymap
11108 @section Article Keymap
11109
11110 Most of the keystrokes in the summary buffer can also be used in the
11111 article buffer.  They should behave as if you typed them in the summary
11112 buffer, which means that you don't actually have to have a summary
11113 buffer displayed while reading.  You can do it all from the article
11114 buffer.
11115
11116 A few additional keystrokes are available:
11117
11118 @table @kbd
11119
11120 @item SPACE
11121 @kindex SPACE (Article)
11122 @findex gnus-article-next-page
11123 Scroll forwards one page (@code{gnus-article-next-page}).
11124 This is exactly the same as @kbd{h SPACE h}.
11125
11126 @item DEL
11127 @kindex DEL (Article)
11128 @findex gnus-article-prev-page
11129 Scroll backwards one page (@code{gnus-article-prev-page}).
11130 This is exactly the same as @kbd{h DEL h}.
11131
11132 @item C-c ^
11133 @kindex C-c ^ (Article)
11134 @findex gnus-article-refer-article
11135 If point is in the neighborhood of a @code{Message-ID} and you press
11136 @kbd{C-c ^}, Gnus will try to get that article from the server
11137 (@code{gnus-article-refer-article}).
11138
11139 @item C-c C-m
11140 @kindex C-c C-m (Article)
11141 @findex gnus-article-mail
11142 Send a reply to the address near point (@code{gnus-article-mail}).  If
11143 given a prefix, include the mail.
11144
11145 @item s
11146 @kindex s (Article)
11147 @findex gnus-article-show-summary
11148 Reconfigure the buffers so that the summary buffer becomes visible
11149 (@code{gnus-article-show-summary}).
11150
11151 @item ?
11152 @kindex ? (Article)
11153 @findex gnus-article-describe-briefly
11154 Give a very brief description of the available keystrokes
11155 (@code{gnus-article-describe-briefly}).
11156
11157 @item TAB
11158 @kindex TAB (Article)
11159 @findex gnus-article-next-button
11160 Go to the next button, if any (@code{gnus-article-next-button}).  This
11161 only makes sense if you have buttonizing turned on.
11162
11163 @item M-TAB
11164 @kindex M-TAB (Article)
11165 @findex gnus-article-prev-button
11166 Go to the previous button, if any (@code{gnus-article-prev-button}).
11167
11168 @item R
11169 @kindex R (Article)
11170 @findex gnus-article-reply-with-original
11171 Send a reply to the current article and yank the current article
11172 (@code{gnus-article-reply-with-original}).  If given a prefix, make a
11173 wide reply.  If the region is active, only yank the text in the
11174 region.
11175
11176 @item F
11177 @kindex F (Article)
11178 @findex gnus-article-followup-with-original
11179 Send a followup to the current article and yank the current article
11180 (@code{gnus-article-followup-with-original}).  If given a prefix, make
11181 a wide reply.  If the region is active, only yank the text in the
11182 region.
11183
11184
11185 @end table
11186
11187
11188 @node Misc Article
11189 @section Misc Article
11190
11191 @table @code
11192
11193 @item gnus-single-article-buffer
11194 @vindex gnus-single-article-buffer
11195 If non-@code{nil}, use the same article buffer for all the groups.
11196 (This is the default.)  If @code{nil}, each group will have its own
11197 article buffer.
11198
11199 @vindex gnus-article-decode-hook
11200 @item gnus-article-decode-hook
11201 @cindex @acronym{MIME}
11202 Hook used to decode @acronym{MIME} articles.  The default value is
11203 @code{(article-decode-charset article-decode-encoded-words)}
11204
11205 @vindex gnus-article-prepare-hook
11206 @item gnus-article-prepare-hook
11207 This hook is called right after the article has been inserted into the
11208 article buffer.  It is mainly intended for functions that do something
11209 depending on the contents; it should probably not be used for changing
11210 the contents of the article buffer.
11211
11212 @item gnus-article-mode-hook
11213 @vindex gnus-article-mode-hook
11214 Hook called in article mode buffers.
11215
11216 @item gnus-article-mode-syntax-table
11217 @vindex gnus-article-mode-syntax-table
11218 Syntax table used in article buffers.  It is initialized from
11219 @code{text-mode-syntax-table}.
11220
11221 @vindex gnus-article-over-scroll
11222 @item gnus-article-over-scroll
11223 If non-@code{nil}, allow scrolling the article buffer even when there
11224 no more new text to scroll in.  The default is @code{nil}.
11225
11226 @vindex gnus-article-mode-line-format
11227 @item gnus-article-mode-line-format
11228 This variable is a format string along the same lines as
11229 @code{gnus-summary-mode-line-format} (@pxref{Mode Line Formatting}).  It
11230 accepts the same format specifications as that variable, with two
11231 extensions:
11232
11233 @table @samp
11234
11235 @item w
11236 The @dfn{wash status} of the article.  This is a short string with one
11237 character for each possible article wash operation that may have been
11238 performed.  The characters and their meaning:
11239
11240 @table @samp
11241
11242 @item c
11243 Displayed when cited text may be hidden in the article buffer.
11244
11245 @item h
11246 Displayed when headers are hidden in the article buffer.
11247
11248 @item p
11249 Displayed when article is digitally signed or encrypted, and Gnus has
11250 hidden the security headers.  (N.B. does not tell anything about
11251 security status, i.e. good or bad signature.)
11252
11253 @item s
11254 Displayed when the signature has been hidden in the Article buffer.
11255
11256 @item o
11257 Displayed when Gnus has treated overstrike characters in the article buffer.
11258
11259 @item e
11260 Displayed when Gnus has treated emphasised strings in the article buffer.
11261
11262 @end table
11263
11264 @item m
11265 The number of @acronym{MIME} parts in the article.
11266
11267 @end table
11268
11269 @vindex gnus-break-pages
11270
11271 @item gnus-break-pages
11272 Controls whether @dfn{page breaking} is to take place.  If this variable
11273 is non-@code{nil}, the articles will be divided into pages whenever a
11274 page delimiter appears in the article.  If this variable is @code{nil},
11275 paging will not be done.
11276
11277 @item gnus-page-delimiter
11278 @vindex gnus-page-delimiter
11279 This is the delimiter mentioned above.  By default, it is @samp{^L}
11280 (formfeed).
11281
11282 @cindex IDNA
11283 @cindex internationalized domain names
11284 @vindex gnus-use-idna
11285 @item gnus-use-idna
11286 This variable controls whether Gnus performs IDNA decoding of
11287 internationalized domain names inside @samp{From}, @samp{To} and
11288 @samp{Cc} headers.  This requires
11289 @uref{http://www.gnu.org/software/libidn/, GNU Libidn}, and this
11290 variable is only enabled if you have installed it.
11291
11292 @end table
11293
11294
11295 @node Composing Messages
11296 @chapter Composing Messages
11297 @cindex composing messages
11298 @cindex messages
11299 @cindex mail
11300 @cindex sending mail
11301 @cindex reply
11302 @cindex followup
11303 @cindex post
11304 @cindex using gpg
11305 @cindex using s/mime
11306 @cindex using smime
11307
11308 @kindex C-c C-c (Post)
11309 All commands for posting and mailing will put you in a message buffer
11310 where you can edit the article all you like, before you send the
11311 article by pressing @kbd{C-c C-c}.  @xref{Top, , Overview, message,
11312 Message Manual}.  Where the message will be posted/mailed to depends
11313 on your setup (@pxref{Posting Server}).
11314
11315 @menu
11316 * Mail::                        Mailing and replying.
11317 * Posting Server::              What server should you post and mail via?
11318 * Mail and Post::               Mailing and posting at the same time.
11319 * Archived Messages::           Where Gnus stores the messages you've sent.
11320 * Posting Styles::              An easier way to specify who you are.
11321 * Drafts::                      Postponing messages and rejected messages.
11322 * Rejected Articles::           What happens if the server doesn't like your article?
11323 * Signing and encrypting::      How to compose secure messages.
11324 @end menu
11325
11326 Also @pxref{Canceling and Superseding} for information on how to
11327 remove articles you shouldn't have posted.
11328
11329
11330 @node Mail
11331 @section Mail
11332
11333 Variables for customizing outgoing mail:
11334
11335 @table @code
11336 @item gnus-uu-digest-headers
11337 @vindex gnus-uu-digest-headers
11338 List of regexps to match headers included in digested messages.  The
11339 headers will be included in the sequence they are matched.  If
11340 @code{nil} include all headers.
11341
11342 @item gnus-add-to-list
11343 @vindex gnus-add-to-list
11344 If non-@code{nil}, add a @code{to-list} group parameter to mail groups
11345 that have none when you do a @kbd{a}.
11346
11347 @item gnus-confirm-mail-reply-to-news
11348 @vindex gnus-confirm-mail-reply-to-news
11349 This can also be a function receiving the group name as the only
11350 parameter which should return non-@code{nil} if a confirmation is
11351 needed, or a regular expression matching group names, where
11352 confirmation is should be asked for.
11353
11354 If you find yourself never wanting to reply to mail, but occasionally
11355 press R anyway, this variable might be for you.
11356
11357 @item gnus-confirm-treat-mail-like-news
11358 @vindex gnus-confirm-treat-mail-like-news
11359 If non-@code{nil}, Gnus also requests confirmation according to
11360 @code{gnus-confirm-mail-reply-to-news} when replying to mail.  This is
11361 useful for treating mailing lists like newsgroups.
11362
11363 @end table
11364
11365
11366 @node Posting Server
11367 @section Posting Server
11368
11369 When you press those magical @kbd{C-c C-c} keys to ship off your latest
11370 (extremely intelligent, of course) article, where does it go?
11371
11372 Thank you for asking.  I hate you.
11373
11374 It can be quite complicated.
11375
11376 @vindex gnus-post-method
11377 When posting news, Message usually invokes @code{message-send-news}
11378 (@pxref{News Variables, , News Variables, message, Message Manual}).
11379 Normally, Gnus will post using the same select method as you're
11380 reading from (which might be convenient if you're reading lots of
11381 groups from different private servers).  However.  If the server
11382 you're reading from doesn't allow posting, just reading, you probably
11383 want to use some other server to post your (extremely intelligent and
11384 fabulously interesting) articles.  You can then set the
11385 @code{gnus-post-method} to some other method:
11386
11387 @lisp
11388 (setq gnus-post-method '(nnspool ""))
11389 @end lisp
11390
11391 Now, if you've done this, and then this server rejects your article, or
11392 this server is down, what do you do then?  To override this variable you
11393 can use a non-zero prefix to the @kbd{C-c C-c} command to force using
11394 the ``current'' server, to get back the default behavior, for posting.
11395
11396 If you give a zero prefix (i.e., @kbd{C-u 0 C-c C-c}) to that command,
11397 gnus will prompt you for what method to use for posting.
11398
11399 You can also set @code{gnus-post-method} to a list of select methods.
11400 If that's the case, gnus will always prompt you for what method to use
11401 for posting.
11402
11403 Finally, if you want to always post using the native select method,
11404 you can set this variable to @code{native}.
11405
11406 When sending mail, Message invokes @code{message-send-mail-function}.
11407 The default function, @code{message-send-mail-with-sendmail}, pipes
11408 your article to the @code{sendmail} binary for further queuing and
11409 sending.  When your local system is not configured for sending mail
11410 using @code{sendmail}, and you have access to a remote @acronym{SMTP}
11411 server, you can set @code{message-send-mail-function} to
11412 @code{smtpmail-send-it} and make sure to setup the @code{smtpmail}
11413 package correctly.  An example:
11414
11415 @lisp
11416 (setq message-send-mail-function 'smtpmail-send-it
11417       smtpmail-default-smtp-server "YOUR SMTP HOST")
11418 ;; The following variable needs to be set because of the FLIM version of
11419 ;; smtpmail.el.  Which smtpmail.el is used depends on the `load-path'.
11420 (setq smtp-default-smtp-server "YOUR SMTP HOST")
11421 @end lisp
11422
11423 To the thing similar to this, there is
11424 @code{message-smtpmail-send-it}.  It is useful if your ISP requires
11425 the @acronym{POP}-before-@acronym{SMTP} authentication.  See the
11426 documentation for the function @code{mail-source-touch-pop}.
11427
11428 Other possible choices for @code{message-send-mail-function} includes
11429 @code{message-send-mail-with-mh}, @code{message-send-mail-with-qmail},
11430 and @code{feedmail-send-it}.
11431
11432 @node Mail and Post
11433 @section Mail and Post
11434
11435 Here's a list of variables relevant to both mailing and
11436 posting:
11437
11438 @table @code
11439 @item gnus-mailing-list-groups
11440 @findex gnus-mailing-list-groups
11441 @cindex mailing lists
11442
11443 If your news server offers groups that are really mailing lists
11444 gatewayed to the @acronym{NNTP} server, you can read those groups without
11445 problems, but you can't post/followup to them without some difficulty.
11446 One solution is to add a @code{to-address} to the group parameters
11447 (@pxref{Group Parameters}).  An easier thing to do is set the
11448 @code{gnus-mailing-list-groups} to a regexp that matches the groups that
11449 really are mailing lists.  Then, at least, followups to the mailing
11450 lists will work most of the time.  Posting to these groups (@kbd{a}) is
11451 still a pain, though.
11452
11453 @item gnus-user-agent
11454 @vindex gnus-user-agent
11455 @cindex User-Agent
11456
11457 This variable controls which information should be exposed in the
11458 User-Agent header.  It can be one of the symbols @code{gnus} (show only
11459 Gnus version), @code{emacs-gnus} (show only Emacs and Gnus versions),
11460 @code{emacs-gnus-config} (same as @code{emacs-gnus} plus system
11461 configuration), @code{emacs-gnus-type} (same as @code{emacs-gnus} plus
11462 system type) or a custom string.  If you set it to a string, be sure to
11463 use a valid format, see RFC 2616.
11464
11465 @end table
11466
11467 You may want to do spell-checking on messages that you send out.  Or, if
11468 you don't want to spell-check by hand, you could add automatic
11469 spell-checking via the @code{ispell} package:
11470
11471 @cindex ispell
11472 @findex ispell-message
11473 @lisp
11474 (add-hook 'message-send-hook 'ispell-message)
11475 @end lisp
11476
11477 If you want to change the @code{ispell} dictionary based on what group
11478 you're in, you could say something like the following:
11479
11480 @lisp
11481 (add-hook 'gnus-select-group-hook
11482           (lambda ()
11483             (cond
11484              ((string-match
11485                "^de\\." (gnus-group-real-name gnus-newsgroup-name))
11486               (ispell-change-dictionary "deutsch"))
11487              (t
11488               (ispell-change-dictionary "english")))))
11489 @end lisp
11490
11491 Modify to suit your needs.
11492
11493
11494 @node Archived Messages
11495 @section Archived Messages
11496 @cindex archived messages
11497 @cindex sent messages
11498
11499 Gnus provides a few different methods for storing the mail and news you
11500 send.  The default method is to use the @dfn{archive virtual server} to
11501 store the messages.  If you want to disable this completely, the
11502 @code{gnus-message-archive-group} variable should be @code{nil}, which
11503 is the default.
11504
11505 For archiving interesting messages in a group you read, see the
11506 @kbd{B c} (@code{gnus-summary-copy-article}) command (@pxref{Mail
11507 Group Commands}).
11508
11509 @vindex gnus-message-archive-method
11510 @code{gnus-message-archive-method} says what virtual server gnus is to
11511 use to store sent messages.  The default is:
11512
11513 @lisp
11514 (nnfolder "archive"
11515           (nnfolder-directory   "~/Mail/archive")
11516           (nnfolder-active-file "~/Mail/archive/active")
11517           (nnfolder-get-new-mail nil)
11518           (nnfolder-inhibit-expiry t))
11519 @end lisp
11520
11521 You can, however, use any mail select method (@code{nnml},
11522 @code{nnmbox}, etc.).  @code{nnfolder} is a quite likable select method
11523 for doing this sort of thing, though.  If you don't like the default
11524 directory chosen, you could say something like:
11525
11526 @lisp
11527 (setq gnus-message-archive-method
11528       '(nnfolder "archive"
11529                  (nnfolder-inhibit-expiry t)
11530                  (nnfolder-active-file "~/News/sent-mail/active")
11531                  (nnfolder-directory "~/News/sent-mail/")))
11532 @end lisp
11533
11534 @vindex gnus-message-archive-group
11535 @cindex Gcc
11536 Gnus will insert @code{Gcc} headers in all outgoing messages that point
11537 to one or more group(s) on that server.  Which group to use is
11538 determined by the @code{gnus-message-archive-group} variable.
11539
11540 This variable can be used to do the following:
11541
11542 @table @asis
11543 @item a string
11544 Messages will be saved in that group.
11545
11546 Note that you can include a select method in the group name, then the
11547 message will not be stored in the select method given by
11548 @code{gnus-message-archive-method}, but in the select method specified
11549 by the group name, instead.  Suppose @code{gnus-message-archive-method}
11550 has the default value shown above.  Then setting
11551 @code{gnus-message-archive-group} to @code{"foo"} means that outgoing
11552 messages are stored in @samp{nnfolder+archive:foo}, but if you use the
11553 value @code{"nnml:foo"}, then outgoing messages will be stored in
11554 @samp{nnml:foo}.
11555
11556 @item a list of strings
11557 Messages will be saved in all those groups.
11558
11559 @item an alist of regexps, functions and forms
11560 When a key ``matches'', the result is used.
11561
11562 @item @code{nil}
11563 No message archiving will take place.  This is the default.
11564 @end table
11565
11566 Let's illustrate:
11567
11568 Just saving to a single group called @samp{MisK}:
11569 @lisp
11570 (setq gnus-message-archive-group "MisK")
11571 @end lisp
11572
11573 Saving to two groups, @samp{MisK} and @samp{safe}:
11574 @lisp
11575 (setq gnus-message-archive-group '("MisK" "safe"))
11576 @end lisp
11577
11578 Save to different groups based on what group you are in:
11579 @lisp
11580 (setq gnus-message-archive-group
11581       '(("^alt" "sent-to-alt")
11582         ("mail" "sent-to-mail")
11583         (".*" "sent-to-misc")))
11584 @end lisp
11585
11586 More complex stuff:
11587 @lisp
11588 (setq gnus-message-archive-group
11589       '((if (message-news-p)
11590             "misc-news"
11591           "misc-mail")))
11592 @end lisp
11593
11594 How about storing all news messages in one file, but storing all mail
11595 messages in one file per month:
11596
11597 @lisp
11598 (setq gnus-message-archive-group
11599       '((if (message-news-p)
11600             "misc-news"
11601           (concat "mail." (format-time-string "%Y-%m")))))
11602 @end lisp
11603
11604 @c (XEmacs 19.13 doesn't have @code{format-time-string}, so you'll have to
11605 @c use a different value for @code{gnus-message-archive-group} there.)
11606
11607 Now, when you send a message off, it will be stored in the appropriate
11608 group.  (If you want to disable storing for just one particular message,
11609 you can just remove the @code{Gcc} header that has been inserted.)  The
11610 archive group will appear in the group buffer the next time you start
11611 gnus, or the next time you press @kbd{F} in the group buffer.  You can
11612 enter it and read the articles in it just like you'd read any other
11613 group.  If the group gets really big and annoying, you can simply rename
11614 if (using @kbd{G r} in the group buffer) to something
11615 nice---@samp{misc-mail-september-1995}, or whatever.  New messages will
11616 continue to be stored in the old (now empty) group.
11617
11618 That's the default method of archiving sent messages.  Gnus offers a
11619 different way for the people who don't like the default method.  In that
11620 case you should set @code{gnus-message-archive-group} to @code{nil};
11621 this will disable archiving.
11622
11623 @table @code
11624 @item gnus-outgoing-message-group
11625 @vindex gnus-outgoing-message-group
11626 All outgoing messages will be put in this group.  If you want to store
11627 all your outgoing mail and articles in the group @samp{nnml:archive},
11628 you set this variable to that value.  This variable can also be a list of
11629 group names.
11630
11631 If you want to have greater control over what group to put each
11632 message in, you can set this variable to a function that checks the
11633 current newsgroup name and then returns a suitable group name (or list
11634 of names).
11635
11636 This variable can be used instead of @code{gnus-message-archive-group},
11637 but the latter is the preferred method.
11638
11639 @item gnus-gcc-mark-as-read
11640 @vindex gnus-gcc-mark-as-read
11641 If non-@code{nil}, automatically mark @code{Gcc} articles as read.
11642
11643 @item gnus-gcc-externalize-attachments
11644 @vindex gnus-gcc-externalize-attachments
11645 If @code{nil}, attach files as normal parts in Gcc copies; if a regexp
11646 and matches the Gcc group name, attach files as external parts; if it is
11647 @code{all}, attach local files as external parts; if it is other
11648 non-@code{nil}, the behavior is the same as @code{all}, but it may be
11649 changed in the future.
11650
11651 @end table
11652
11653
11654 @node Posting Styles
11655 @section Posting Styles
11656 @cindex posting styles
11657 @cindex styles
11658
11659 All them variables, they make my head swim.
11660
11661 So what if you want a different @code{Organization} and signature based
11662 on what groups you post to?  And you post both from your home machine
11663 and your work machine, and you want different @code{From} lines, and so
11664 on?
11665
11666 @vindex gnus-posting-styles
11667 One way to do stuff like that is to write clever hooks that change the
11668 variables you need to have changed.  That's a bit boring, so somebody
11669 came up with the bright idea of letting the user specify these things in
11670 a handy alist.  Here's an example of a @code{gnus-posting-styles}
11671 variable:
11672
11673 @lisp
11674 ((".*"
11675   (signature "Peace and happiness")
11676   (organization "What me?"))
11677  ("^comp"
11678   (signature "Death to everybody"))
11679  ("comp.emacs.i-love-it"
11680   (organization "Emacs is it")))
11681 @end lisp
11682
11683 As you might surmise from this example, this alist consists of several
11684 @dfn{styles}.  Each style will be applicable if the first element
11685 ``matches'', in some form or other.  The entire alist will be iterated
11686 over, from the beginning towards the end, and each match will be
11687 applied, which means that attributes in later styles that match override
11688 the same attributes in earlier matching styles.  So
11689 @samp{comp.programming.literate} will have the @samp{Death to everybody}
11690 signature and the @samp{What me?} @code{Organization} header.
11691
11692 The first element in each style is called the @code{match}.  If it's a
11693 string, then Gnus will try to regexp match it against the group name.
11694 If it is the form @code{(header @var{match} @var{regexp})}, then Gnus
11695 will look in the original article for a header whose name is
11696 @var{match} and compare that @var{regexp}.  @var{match} and
11697 @var{regexp} are strings.  (The original article is the one you are
11698 replying or following up to.  If you are not composing a reply or a
11699 followup, then there is nothing to match against.)  If the
11700 @code{match} is a function symbol, that function will be called with
11701 no arguments.  If it's a variable symbol, then the variable will be
11702 referenced.  If it's a list, then that list will be @code{eval}ed.  In
11703 any case, if this returns a non-@code{nil} value, then the style is
11704 said to @dfn{match}.
11705
11706 Each style may contain an arbitrary amount of @dfn{attributes}.  Each
11707 attribute consists of a @code{(@var{name} @var{value})} pair.  The
11708 attribute name can be one of:
11709
11710 @itemize @bullet
11711 @item @code{signature}
11712 @item @code{signature-file}
11713 @item @code{x-face-file}
11714 @item @code{address}, overriding @code{user-mail-address}
11715 @item @code{name}, overriding @code{(user-full-name)}
11716 @item @code{body}
11717 @end itemize
11718
11719 The attribute name can also be a string or a symbol.  In that case,
11720 this will be used as a header name, and the value will be inserted in
11721 the headers of the article; if the value is @code{nil}, the header
11722 name will be removed.  If the attribute name is @code{eval}, the form
11723 is evaluated, and the result is thrown away.
11724
11725 The attribute value can be a string (used verbatim), a function with
11726 zero arguments (the return value will be used), a variable (its value
11727 will be used) or a list (it will be @code{eval}ed and the return value
11728 will be used).  The functions and sexps are called/@code{eval}ed in the
11729 message buffer that is being set up.  The headers of the current article
11730 are available through the @code{message-reply-headers} variable, which
11731 is a vector of the following headers: number subject from date id
11732 references chars lines xref extra.
11733
11734 @vindex message-reply-headers
11735
11736 If you wish to check whether the message you are about to compose is
11737 meant to be a news article or a mail message, you can check the values
11738 of the @code{message-news-p} and @code{message-mail-p} functions.
11739
11740 @findex message-mail-p
11741 @findex message-news-p
11742
11743 So here's a new example:
11744
11745 @lisp
11746 (setq gnus-posting-styles
11747       '((".*"
11748          (signature-file "~/.signature")
11749          (name "User Name")
11750          ("X-Home-Page" (getenv "WWW_HOME"))
11751          (organization "People's Front Against MWM"))
11752         ("^rec.humor"
11753          (signature my-funny-signature-randomizer))
11754         ((equal (system-name) "gnarly")  ;; @r{A form}
11755          (signature my-quote-randomizer))
11756         (message-news-p        ;; @r{A function symbol}
11757          (signature my-news-signature))
11758         (window-system         ;; @r{A value symbol}
11759          ("X-Window-System" (format "%s" window-system)))
11760         ;; @r{If I'm replying to Larsi, set the Organization header.}
11761         ((header "from" "larsi.*org")
11762          (Organization "Somewhere, Inc."))
11763         ((posting-from-work-p) ;; @r{A user defined function}
11764          (signature-file "~/.work-signature")
11765          (address "user@@bar.foo")
11766          (body "You are fired.\n\nSincerely, your boss.")
11767          (organization "Important Work, Inc"))
11768         ("nnml:.*"
11769          (From (save-excursion
11770                  (set-buffer gnus-article-buffer)
11771                  (message-fetch-field "to"))))
11772         ("^nn.+:"
11773          (signature-file "~/.mail-signature"))))
11774 @end lisp
11775
11776 The @samp{nnml:.*} rule means that you use the @code{To} address as the
11777 @code{From} address in all your outgoing replies, which might be handy
11778 if you fill many roles.
11779
11780 Setting the @code{gnus-named-posting-styles} variable will make
11781 posting-styles allow to have distinctive names.  You can specify an
11782 arbitrary posting-style when article posting with @kbd{S P} in the
11783 summary buffer.  @code{gnus-named-posting-styles} is an alist which maps
11784 the names to styles.  Once a posting-style is added to the alist, we can
11785 import it from @code{gnus-posting-styles}.  If an attribute whose name
11786 is @code{import} is found, Gnus will look for the attribute value in
11787 @code{gnus-named-posting-styles} and expand it in place.
11788
11789 Here's an example:
11790
11791 @lisp
11792 (setq gnus-named-posting-styles
11793       '(("Default"
11794          (signature-file "~/.signature")
11795          (name "User Name")
11796          ("X-Home-Page" (getenv "WWW_HOME"))
11797          (organization "People's Front Against MWM"))
11798         ("Emacs"
11799          (import "Default")
11800          (organization "The Church of Emacs"))))
11801 @end lisp
11802
11803 The posting-style named "Emacs" will inherit all the attributes from
11804 "Default" except @code{organization}.
11805
11806
11807 @node Drafts
11808 @section Drafts
11809 @cindex drafts
11810
11811 If you are writing a message (mail or news) and suddenly remember that
11812 you have a steak in the oven (or some pesto in the food processor, you
11813 craaazy vegetarians), you'll probably wish there was a method to save
11814 the message you are writing so that you can continue editing it some
11815 other day, and send it when you feel its finished.
11816
11817 Well, don't worry about it.  Whenever you start composing a message of
11818 some sort using the gnus mail and post commands, the buffer you get will
11819 automatically associate to an article in a special @dfn{draft} group.
11820 If you save the buffer the normal way (@kbd{C-x C-s}, for instance), the
11821 article will be saved there.  (Auto-save files also go to the draft
11822 group.)
11823
11824 @cindex nndraft
11825 @vindex nndraft-directory
11826 The draft group is a special group (which is implemented as an
11827 @code{nndraft} group, if you absolutely have to know) called
11828 @samp{nndraft:drafts}.  The variable @code{nndraft-directory} says where
11829 @code{nndraft} is to store its files.  What makes this group special is
11830 that you can't tick any articles in it or mark any articles as
11831 read---all articles in the group are permanently unread.
11832
11833 If the group doesn't exist, it will be created and you'll be subscribed
11834 to it.  The only way to make it disappear from the Group buffer is to
11835 unsubscribe it.  The special properties of the draft group comes from
11836 a group property (@pxref{Group Parameters}), and if lost the group
11837 behaves like any other group.  This means the commands below will not
11838 be available.  To restore the special properties of the group, the
11839 simplest way is to kill the group, using @kbd{C-k}, and restart
11840 Gnus.  The group is automatically created again with the
11841 correct parameters.  The content of the group is not lost.
11842
11843 @c @findex gnus-dissociate-buffer-from-draft
11844 @c @kindex C-c M-d (Mail)
11845 @c @kindex C-c M-d (Post)
11846 @c @findex gnus-associate-buffer-with-draft
11847 @c @kindex C-c C-d (Mail)
11848 @c @kindex C-c C-d (Post)
11849 @c If you're writing some super-secret message that you later want to
11850 @c encode with PGP before sending, you may wish to turn the auto-saving
11851 @c (and association with the draft group) off.  You never know who might be
11852 @c interested in reading all your extremely valuable and terribly horrible
11853 @c and interesting secrets.  The @kbd{C-c M-d}
11854 @c (@code{gnus-dissociate-buffer-from-draft}) command does that for you.
11855 @c If you change your mind and want to turn the auto-saving back on again,
11856 @c @kbd{C-c C-d} (@code{gnus-associate-buffer-with-draft} does that.
11857 @c
11858 @c @vindex gnus-use-draft
11859 @c To leave association with the draft group off by default, set
11860 @c @code{gnus-use-draft} to @code{nil}.  It is @code{t} by default.
11861
11862 @findex gnus-draft-edit-message
11863 @kindex D e (Draft)
11864 When you want to continue editing the article, you simply enter the
11865 draft group and push @kbd{D e} (@code{gnus-draft-edit-message}) to do
11866 that.  You will be placed in a buffer where you left off.
11867
11868 Rejected articles will also be put in this draft group (@pxref{Rejected
11869 Articles}).
11870
11871 @findex gnus-draft-send-all-messages
11872 @kindex D s (Draft)
11873 @findex gnus-draft-send-message
11874 @kindex D S (Draft)
11875 If you have lots of rejected messages you want to post (or mail) without
11876 doing further editing, you can use the @kbd{D s} command
11877 (@code{gnus-draft-send-message}).  This command understands the
11878 process/prefix convention (@pxref{Process/Prefix}).  The @kbd{D S}
11879 command (@code{gnus-draft-send-all-messages}) will ship off all messages
11880 in the buffer.
11881
11882 @findex gnus-draft-toggle-sending
11883 @kindex D t (Draft)
11884 If you have some messages that you wish not to send, you can use the
11885 @kbd{D t} (@code{gnus-draft-toggle-sending}) command to mark the message
11886 as unsendable.  This is a toggling command.
11887
11888
11889 @node Rejected Articles
11890 @section Rejected Articles
11891 @cindex rejected articles
11892
11893 Sometimes a news server will reject an article.  Perhaps the server
11894 doesn't like your face.  Perhaps it just feels miserable.  Perhaps
11895 @emph{there be demons}.  Perhaps you have included too much cited text.
11896 Perhaps the disk is full.  Perhaps the server is down.
11897
11898 These situations are, of course, totally beyond the control of gnus.
11899 (Gnus, of course, loves the way you look, always feels great, has angels
11900 fluttering around inside of it, doesn't care about how much cited text
11901 you include, never runs full and never goes down.)  So gnus saves these
11902 articles until some later time when the server feels better.
11903
11904 The rejected articles will automatically be put in a special draft group
11905 (@pxref{Drafts}).  When the server comes back up again, you'd then
11906 typically enter that group and send all the articles off.
11907
11908 @node Signing and encrypting
11909 @section Signing and encrypting
11910 @cindex using gpg
11911 @cindex using s/mime
11912 @cindex using smime
11913
11914 Gnus can digitally sign and encrypt your messages, using vanilla
11915 @acronym{PGP} format or @acronym{PGP/MIME} or @acronym{S/MIME}.  For
11916 decoding such messages, see the @code{mm-verify-option} and
11917 @code{mm-decrypt-option} options (@pxref{Security}).
11918
11919 @vindex gnus-message-replysign
11920 @vindex gnus-message-replyencrypt
11921 @vindex gnus-message-replysignencrypted
11922 Often, you would like to sign replies to people who send you signed
11923 messages.  Even more often, you might want to encrypt messages which
11924 are in reply to encrypted messages.  Gnus offers
11925 @code{gnus-message-replysign} to enable the former, and
11926 @code{gnus-message-replyencrypt} for the latter.  In addition, setting
11927 @code{gnus-message-replysignencrypted} (on by default) will sign
11928 automatically encrypted messages.
11929
11930 Instructing @acronym{MML} to perform security operations on a
11931 @acronym{MIME} part is done using the @kbd{C-c C-m s} key map for
11932 signing and the @kbd{C-c C-m c} key map for encryption, as follows.
11933
11934 @table @kbd
11935
11936 @item C-c C-m s s
11937 @kindex C-c C-m s s (Message)
11938 @findex mml-secure-message-sign-smime
11939
11940 Digitally sign current message using @acronym{S/MIME}.
11941
11942 @item C-c C-m s o
11943 @kindex C-c C-m s o (Message)
11944 @findex mml-secure-message-sign-pgp
11945
11946 Digitally sign current message using @acronym{PGP}.
11947
11948 @item C-c C-m s p
11949 @kindex C-c C-m s p (Message)
11950 @findex mml-secure-message-sign-pgp
11951
11952 Digitally sign current message using @acronym{PGP/MIME}.
11953
11954 @item C-c C-m c s
11955 @kindex C-c C-m c s (Message)
11956 @findex mml-secure-message-encrypt-smime
11957
11958 Digitally encrypt current message using @acronym{S/MIME}.
11959
11960 @item C-c C-m c o
11961 @kindex C-c C-m c o (Message)
11962 @findex mml-secure-message-encrypt-pgp
11963
11964 Digitally encrypt current message using @acronym{PGP}.
11965
11966 @item C-c C-m c p
11967 @kindex C-c C-m c p (Message)
11968 @findex mml-secure-message-encrypt-pgpmime
11969
11970 Digitally encrypt current message using @acronym{PGP/MIME}.
11971
11972 @item C-c C-m C-n
11973 @kindex C-c C-m C-n (Message)
11974 @findex mml-unsecure-message
11975 Remove security related @acronym{MML} tags from message.
11976
11977 @end table
11978
11979 @xref{Security, ,Security, message, Message Manual}, for more information.
11980
11981 @node Select Methods
11982 @chapter Select Methods
11983 @cindex foreign groups
11984 @cindex select methods
11985
11986 A @dfn{foreign group} is a group not read by the usual (or
11987 default) means.  It could be, for instance, a group from a different
11988 @acronym{NNTP} server, it could be a virtual group, or it could be your own
11989 personal mail group.
11990
11991 A foreign group (or any group, really) is specified by a @dfn{name} and
11992 a @dfn{select method}.  To take the latter first, a select method is a
11993 list where the first element says what back end to use (e.g. @code{nntp},
11994 @code{nnspool}, @code{nnml}) and the second element is the @dfn{server
11995 name}.  There may be additional elements in the select method, where the
11996 value may have special meaning for the back end in question.
11997
11998 One could say that a select method defines a @dfn{virtual server}---so
11999 we do just that (@pxref{Server Buffer}).
12000
12001 The @dfn{name} of the group is the name the back end will recognize the
12002 group as.
12003
12004 For instance, the group @samp{soc.motss} on the @acronym{NNTP} server
12005 @samp{some.where.edu} will have the name @samp{soc.motss} and select
12006 method @code{(nntp "some.where.edu")}.  Gnus will call this group
12007 @samp{nntp+some.where.edu:soc.motss}, even though the @code{nntp}
12008 back end just knows this group as @samp{soc.motss}.
12009
12010 The different methods all have their peculiarities, of course.
12011
12012 @menu
12013 * Server Buffer::               Making and editing virtual servers.
12014 * Getting News::                Reading USENET news with Gnus.
12015 * Getting Mail::                Reading your personal mail with Gnus.
12016 * Browsing the Web::            Getting messages from a plethora of Web sources.
12017 * IMAP::                        Using Gnus as a @acronym{IMAP} client.
12018 * Other Sources::               Reading directories, files, SOUP packets.
12019 * Combined Groups::             Combining groups into one group.
12020 * Gnus Unplugged::              Reading news and mail offline.
12021 @end menu
12022
12023
12024 @node Server Buffer
12025 @section Server Buffer
12026
12027 Traditionally, a @dfn{server} is a machine or a piece of software that
12028 one connects to, and then requests information from.  Gnus does not
12029 connect directly to any real servers, but does all transactions through
12030 one back end or other.  But that's just putting one layer more between
12031 the actual media and Gnus, so we might just as well say that each
12032 back end represents a virtual server.
12033
12034 For instance, the @code{nntp} back end may be used to connect to several
12035 different actual @acronym{NNTP} servers, or, perhaps, to many different ports
12036 on the same actual @acronym{NNTP} server.  You tell Gnus which back end to
12037 use, and what parameters to set by specifying a @dfn{select method}.
12038
12039 These select method specifications can sometimes become quite
12040 complicated---say, for instance, that you want to read from the
12041 @acronym{NNTP} server @samp{news.funet.fi} on port number 13, which
12042 hangs if queried for @acronym{NOV} headers and has a buggy select.  Ahem.
12043 Anyway, if you had to specify that for each group that used this
12044 server, that would be too much work, so Gnus offers a way of naming
12045 select methods, which is what you do in the server buffer.
12046
12047 To enter the server buffer, use the @kbd{^}
12048 (@code{gnus-group-enter-server-mode}) command in the group buffer.
12049
12050 @menu
12051 * Server Buffer Format::        You can customize the look of this buffer.
12052 * Server Commands::             Commands to manipulate servers.
12053 * Example Methods::             Examples server specifications.
12054 * Creating a Virtual Server::   An example session.
12055 * Server Variables::            Which variables to set.
12056 * Servers and Methods::         You can use server names as select methods.
12057 * Unavailable Servers::         Some servers you try to contact may be down.
12058 @end menu
12059
12060 @vindex gnus-server-mode-hook
12061 @code{gnus-server-mode-hook} is run when creating the server buffer.
12062
12063
12064 @node Server Buffer Format
12065 @subsection Server Buffer Format
12066 @cindex server buffer format
12067
12068 @vindex gnus-server-line-format
12069 You can change the look of the server buffer lines by changing the
12070 @code{gnus-server-line-format} variable.  This is a @code{format}-like
12071 variable, with some simple extensions:
12072
12073 @table @samp
12074
12075 @item h
12076 How the news is fetched---the back end name.
12077
12078 @item n
12079 The name of this server.
12080
12081 @item w
12082 Where the news is to be fetched from---the address.
12083
12084 @item s
12085 The opened/closed/denied status of the server.
12086 @end table
12087
12088 @vindex gnus-server-mode-line-format
12089 The mode line can also be customized by using the
12090 @code{gnus-server-mode-line-format} variable (@pxref{Mode Line
12091 Formatting}).  The following specs are understood:
12092
12093 @table @samp
12094 @item S
12095 Server name.
12096
12097 @item M
12098 Server method.
12099 @end table
12100
12101 Also @pxref{Formatting Variables}.
12102
12103
12104 @node Server Commands
12105 @subsection Server Commands
12106 @cindex server commands
12107
12108 @table @kbd
12109
12110 @item a
12111 @kindex a (Server)
12112 @findex gnus-server-add-server
12113 Add a new server (@code{gnus-server-add-server}).
12114
12115 @item e
12116 @kindex e (Server)
12117 @findex gnus-server-edit-server
12118 Edit a server (@code{gnus-server-edit-server}).
12119
12120 @item SPACE
12121 @kindex SPACE (Server)
12122 @findex gnus-server-read-server
12123 Browse the current server (@code{gnus-server-read-server}).
12124
12125 @item q
12126 @kindex q (Server)
12127 @findex gnus-server-exit
12128 Return to the group buffer (@code{gnus-server-exit}).
12129
12130 @item k
12131 @kindex k (Server)
12132 @findex gnus-server-kill-server
12133 Kill the current server (@code{gnus-server-kill-server}).
12134
12135 @item y
12136 @kindex y (Server)
12137 @findex gnus-server-yank-server
12138 Yank the previously killed server (@code{gnus-server-yank-server}).
12139
12140 @item c
12141 @kindex c (Server)
12142 @findex gnus-server-copy-server
12143 Copy the current server (@code{gnus-server-copy-server}).
12144
12145 @item l
12146 @kindex l (Server)
12147 @findex gnus-server-list-servers
12148 List all servers (@code{gnus-server-list-servers}).
12149
12150 @item s
12151 @kindex s (Server)
12152 @findex gnus-server-scan-server
12153 Request that the server scan its sources for new articles
12154 (@code{gnus-server-scan-server}).  This is mainly sensible with mail
12155 servers.
12156
12157 @item g
12158 @kindex g (Server)
12159 @findex gnus-server-regenerate-server
12160 Request that the server regenerate all its data structures
12161 (@code{gnus-server-regenerate-server}).  This can be useful if you have
12162 a mail back end that has gotten out of sync.
12163
12164 @end table
12165
12166
12167 @node Example Methods
12168 @subsection Example Methods
12169
12170 Most select methods are pretty simple and self-explanatory:
12171
12172 @lisp
12173 (nntp "news.funet.fi")
12174 @end lisp
12175
12176 Reading directly from the spool is even simpler:
12177
12178 @lisp
12179 (nnspool "")
12180 @end lisp
12181
12182 As you can see, the first element in a select method is the name of the
12183 back end, and the second is the @dfn{address}, or @dfn{name}, if you
12184 will.
12185
12186 After these two elements, there may be an arbitrary number of
12187 @code{(@var{variable} @var{form})} pairs.
12188
12189 To go back to the first example---imagine that you want to read from
12190 port 15 on that machine.  This is what the select method should
12191 look like then:
12192
12193 @lisp
12194 (nntp "news.funet.fi" (nntp-port-number 15))
12195 @end lisp
12196
12197 You should read the documentation to each back end to find out what
12198 variables are relevant, but here's an @code{nnmh} example:
12199
12200 @code{nnmh} is a mail back end that reads a spool-like structure.  Say
12201 you have two structures that you wish to access: One is your private
12202 mail spool, and the other is a public one.  Here's the possible spec for
12203 your private mail:
12204
12205 @lisp
12206 (nnmh "private" (nnmh-directory "~/private/mail/"))
12207 @end lisp
12208
12209 (This server is then called @samp{private}, but you may have guessed
12210 that.)
12211
12212 Here's the method for a public spool:
12213
12214 @lisp
12215 (nnmh "public"
12216       (nnmh-directory "/usr/information/spool/")
12217       (nnmh-get-new-mail nil))
12218 @end lisp
12219
12220 @cindex proxy
12221 @cindex firewall
12222
12223 If you are behind a firewall and only have access to the @acronym{NNTP}
12224 server from the firewall machine, you can instruct Gnus to @code{rlogin}
12225 on the firewall machine and telnet from there to the @acronym{NNTP} server.
12226 Doing this can be rather fiddly, but your virtual server definition
12227 should probably look something like this:
12228
12229 @lisp
12230 (nntp "firewall"
12231       (nntp-open-connection-function nntp-open-via-rlogin-and-telnet)
12232       (nntp-via-address "the.firewall.machine")
12233       (nntp-address "the.real.nntp.host")
12234       (nntp-end-of-line "\n"))
12235 @end lisp
12236
12237 If you want to use the wonderful @code{ssh} program to provide a
12238 compressed connection over the modem line, you could add the following
12239 configuration to the example above:
12240
12241 @lisp
12242       (nntp-via-rlogin-command "ssh")
12243 @end lisp
12244
12245 See also @code{nntp-via-rlogin-command-switches}.
12246
12247 If you're behind a firewall, but have direct access to the outside world
12248 through a wrapper command like "runsocks", you could open a socksified
12249 telnet connection to the news server as follows:
12250
12251 @lisp
12252 (nntp "outside"
12253       (nntp-pre-command "runsocks")
12254       (nntp-open-connection-function nntp-open-via-telnet)
12255       (nntp-address "the.news.server")
12256       (nntp-end-of-line "\n"))
12257 @end lisp
12258
12259 This means that you have to have set up @code{ssh-agent} correctly to
12260 provide automatic authorization, of course.  And to get a compressed
12261 connection, you have to have the @samp{Compression} option in the
12262 @code{ssh} @file{config} file.
12263
12264
12265 @node Creating a Virtual Server
12266 @subsection Creating a Virtual Server
12267
12268 If you're saving lots of articles in the cache by using persistent
12269 articles, you may want to create a virtual server to read the cache.
12270
12271 First you need to add a new server.  The @kbd{a} command does that.  It
12272 would probably be best to use @code{nnml} to read the cache.  You
12273 could also use @code{nnspool} or @code{nnmh}, though.
12274
12275 Type @kbd{a nnml RET cache RET}.
12276
12277 You should now have a brand new @code{nnml} virtual server called
12278 @samp{cache}.  You now need to edit it to have the right definitions.
12279 Type @kbd{e} to edit the server.  You'll be entered into a buffer that
12280 will contain the following:
12281
12282 @lisp
12283 (nnml "cache")
12284 @end lisp
12285
12286 Change that to:
12287
12288 @lisp
12289 (nnml "cache"
12290          (nnml-directory "~/News/cache/")
12291          (nnml-active-file "~/News/cache/active"))
12292 @end lisp
12293
12294 Type @kbd{C-c C-c} to return to the server buffer.  If you now press
12295 @kbd{RET} over this virtual server, you should be entered into a browse
12296 buffer, and you should be able to enter any of the groups displayed.
12297
12298
12299 @node Server Variables
12300 @subsection Server Variables
12301 @cindex server variables
12302 @cindex server parameters
12303
12304 One sticky point when defining variables (both on back ends and in Emacs
12305 in general) is that some variables are typically initialized from other
12306 variables when the definition of the variables is being loaded.  If you
12307 change the ``base'' variable after the variables have been loaded, you
12308 won't change the ``derived'' variables.
12309
12310 This typically affects directory and file variables.  For instance,
12311 @code{nnml-directory} is @file{~/Mail/} by default, and all @code{nnml}
12312 directory variables are initialized from that variable, so
12313 @code{nnml-active-file} will be @file{~/Mail/active}.  If you define a
12314 new virtual @code{nnml} server, it will @emph{not} suffice to set just
12315 @code{nnml-directory}---you have to explicitly set all the file
12316 variables to be what you want them to be.  For a complete list of
12317 variables for each back end, see each back end's section later in this
12318 manual, but here's an example @code{nnml} definition:
12319
12320 @lisp
12321 (nnml "public"
12322       (nnml-directory "~/my-mail/")
12323       (nnml-active-file "~/my-mail/active")
12324       (nnml-newsgroups-file "~/my-mail/newsgroups"))
12325 @end lisp
12326
12327 Server variables are often called @dfn{server parameters}.
12328
12329 @node Servers and Methods
12330 @subsection Servers and Methods
12331
12332 Wherever you would normally use a select method
12333 (e.g. @code{gnus-secondary-select-method}, in the group select method,
12334 when browsing a foreign server) you can use a virtual server name
12335 instead.  This could potentially save lots of typing.  And it's nice all
12336 over.
12337
12338
12339 @node Unavailable Servers
12340 @subsection Unavailable Servers
12341
12342 If a server seems to be unreachable, Gnus will mark that server as
12343 @code{denied}.  That means that any subsequent attempt to make contact
12344 with that server will just be ignored.  ``It can't be opened,'' Gnus
12345 will tell you, without making the least effort to see whether that is
12346 actually the case or not.
12347
12348 That might seem quite naughty, but it does make sense most of the time.
12349 Let's say you have 10 groups subscribed to on server
12350 @samp{nephelococcygia.com}.  This server is located somewhere quite far
12351 away from you and the machine is quite slow, so it takes 1 minute just
12352 to find out that it refuses connection to you today.  If Gnus were to
12353 attempt to do that 10 times, you'd be quite annoyed, so Gnus won't
12354 attempt to do that.  Once it has gotten a single ``connection refused'',
12355 it will regard that server as ``down''.
12356
12357 So, what happens if the machine was only feeling unwell temporarily?
12358 How do you test to see whether the machine has come up again?
12359
12360 You jump to the server buffer (@pxref{Server Buffer}) and poke it
12361 with the following commands:
12362
12363 @table @kbd
12364
12365 @item O
12366 @kindex O (Server)
12367 @findex gnus-server-open-server
12368 Try to establish connection to the server on the current line
12369 (@code{gnus-server-open-server}).
12370
12371 @item C
12372 @kindex C (Server)
12373 @findex gnus-server-close-server
12374 Close the connection (if any) to the server
12375 (@code{gnus-server-close-server}).
12376
12377 @item D
12378 @kindex D (Server)
12379 @findex gnus-server-deny-server
12380 Mark the current server as unreachable
12381 (@code{gnus-server-deny-server}).
12382
12383 @item M-o
12384 @kindex M-o (Server)
12385 @findex gnus-server-open-all-servers
12386 Open the connections to all servers in the buffer
12387 (@code{gnus-server-open-all-servers}).
12388
12389 @item M-c
12390 @kindex M-c (Server)
12391 @findex gnus-server-close-all-servers
12392 Close the connections to all servers in the buffer
12393 (@code{gnus-server-close-all-servers}).
12394
12395 @item R
12396 @kindex R (Server)
12397 @findex gnus-server-remove-denials
12398 Remove all marks to whether Gnus was denied connection from any servers
12399 (@code{gnus-server-remove-denials}).
12400
12401 @item L
12402 @kindex L (Server)
12403 @findex gnus-server-offline-server
12404 Set server status to offline (@code{gnus-server-offline-server}).
12405
12406 @end table
12407
12408
12409 @node Getting News
12410 @section Getting News
12411 @cindex reading news
12412 @cindex news back ends
12413
12414 A newsreader is normally used for reading news.  Gnus currently provides
12415 only two methods of getting news---it can read from an @acronym{NNTP} server,
12416 or it can read from a local spool.
12417
12418 @menu
12419 * NNTP::                        Reading news from an @acronym{NNTP} server.
12420 * News Spool::                  Reading news from the local spool.
12421 @end menu
12422
12423
12424 @node NNTP
12425 @subsection NNTP
12426 @cindex nntp
12427
12428 Subscribing to a foreign group from an @acronym{NNTP} server is rather easy.
12429 You just specify @code{nntp} as method and the address of the @acronym{NNTP}
12430 server as the, uhm, address.
12431
12432 If the @acronym{NNTP} server is located at a non-standard port, setting the
12433 third element of the select method to this port number should allow you
12434 to connect to the right port.  You'll have to edit the group info for
12435 that (@pxref{Foreign Groups}).
12436
12437 The name of the foreign group can be the same as a native group.  In
12438 fact, you can subscribe to the same group from as many different servers
12439 you feel like.  There will be no name collisions.
12440
12441 The following variables can be used to create a virtual @code{nntp}
12442 server:
12443
12444 @table @code
12445
12446 @item nntp-server-opened-hook
12447 @vindex nntp-server-opened-hook
12448 @cindex @sc{mode reader}
12449 @cindex authinfo
12450 @cindex authentification
12451 @cindex nntp authentification
12452 @findex nntp-send-authinfo
12453 @findex nntp-send-mode-reader
12454 is run after a connection has been made.  It can be used to send
12455 commands to the @acronym{NNTP} server after it has been contacted.  By
12456 default it sends the command @code{MODE READER} to the server with the
12457 @code{nntp-send-mode-reader} function.  This function should always be
12458 present in this hook.
12459
12460 @item nntp-authinfo-function
12461 @vindex nntp-authinfo-function
12462 @findex nntp-send-authinfo
12463 @vindex nntp-authinfo-file
12464 This function will be used to send @samp{AUTHINFO} to the @acronym{NNTP}
12465 server.  The default function is @code{nntp-send-authinfo}, which looks
12466 through your @file{~/.authinfo} (or whatever you've set the
12467 @code{nntp-authinfo-file} variable to) for applicable entries.  If none
12468 are found, it will prompt you for a login name and a password.  The
12469 format of the @file{~/.authinfo} file is (almost) the same as the
12470 @code{ftp} @file{~/.netrc} file, which is defined in the @code{ftp}
12471 manual page, but here are the salient facts:
12472
12473 @enumerate
12474 @item
12475 The file contains one or more line, each of which define one server.
12476
12477 @item
12478 Each line may contain an arbitrary number of token/value pairs.
12479
12480 The valid tokens include @samp{machine}, @samp{login}, @samp{password},
12481 @samp{default}.  In addition Gnus introduces two new tokens, not present
12482 in the original @file{.netrc}/@code{ftp} syntax, namely @samp{port} and
12483 @samp{force}.  (This is the only way the @file{.authinfo} file format
12484 deviates from the @file{.netrc} file format.)  @samp{port} is used to
12485 indicate what port on the server the credentials apply to and
12486 @samp{force} is explained below.
12487
12488 @end enumerate
12489
12490 Here's an example file:
12491
12492 @example
12493 machine news.uio.no login larsi password geheimnis
12494 machine nntp.ifi.uio.no login larsi force yes
12495 @end example
12496
12497 The token/value pairs may appear in any order; @samp{machine} doesn't
12498 have to be first, for instance.
12499
12500 In this example, both login name and password have been supplied for the
12501 former server, while the latter has only the login name listed, and the
12502 user will be prompted for the password.  The latter also has the
12503 @samp{force} tag, which means that the authinfo will be sent to the
12504 @var{nntp} server upon connection; the default (i.e., when there is not
12505 @samp{force} tag) is to not send authinfo to the @var{nntp} server
12506 until the @var{nntp} server asks for it.
12507
12508 You can also add @samp{default} lines that will apply to all servers
12509 that don't have matching @samp{machine} lines.
12510
12511 @example
12512 default force yes
12513 @end example
12514
12515 This will force sending @samp{AUTHINFO} commands to all servers not
12516 previously mentioned.
12517
12518 Remember to not leave the @file{~/.authinfo} file world-readable.
12519
12520 @item nntp-server-action-alist
12521 @vindex nntp-server-action-alist
12522 This is a list of regexps to match on server types and actions to be
12523 taken when matches are made.  For instance, if you want Gnus to beep
12524 every time you connect to innd, you could say something like:
12525
12526 @lisp
12527 (setq nntp-server-action-alist
12528       '(("innd" (ding))))
12529 @end lisp
12530
12531 You probably don't want to do that, though.
12532
12533 The default value is
12534
12535 @lisp
12536 '(("nntpd 1\\.5\\.11t"
12537    (remove-hook 'nntp-server-opened-hook
12538                 'nntp-send-mode-reader)))
12539 @end lisp
12540
12541 This ensures that Gnus doesn't send the @code{MODE READER} command to
12542 nntpd 1.5.11t, since that command chokes that server, I've been told.
12543
12544 @item nntp-maximum-request
12545 @vindex nntp-maximum-request
12546 If the @acronym{NNTP} server doesn't support @acronym{NOV} headers, this back end
12547 will collect headers by sending a series of @code{head} commands.  To
12548 speed things up, the back end sends lots of these commands without
12549 waiting for reply, and then reads all the replies.  This is controlled
12550 by the @code{nntp-maximum-request} variable, and is 400 by default.  If
12551 your network is buggy, you should set this to 1.
12552
12553 @item nntp-connection-timeout
12554 @vindex nntp-connection-timeout
12555 If you have lots of foreign @code{nntp} groups that you connect to
12556 regularly, you're sure to have problems with @acronym{NNTP} servers not
12557 responding properly, or being too loaded to reply within reasonable
12558 time.  This is can lead to awkward problems, which can be helped
12559 somewhat by setting @code{nntp-connection-timeout}.  This is an integer
12560 that says how many seconds the @code{nntp} back end should wait for a
12561 connection before giving up.  If it is @code{nil}, which is the default,
12562 no timeouts are done.
12563
12564 @c @item nntp-command-timeout
12565 @c @vindex nntp-command-timeout
12566 @c @cindex PPP connections
12567 @c @cindex dynamic IP addresses
12568 @c If you're running Gnus on a machine that has a dynamically assigned
12569 @c address, Gnus may become confused.  If the address of your machine
12570 @c changes after connecting to the @acronym{NNTP} server, Gnus will simply sit
12571 @c waiting forever for replies from the server.  To help with this
12572 @c unfortunate problem, you can set this command to a number.  Gnus will
12573 @c then, if it sits waiting for a reply from the server longer than that
12574 @c number of seconds, shut down the connection, start a new one, and resend
12575 @c the command.  This should hopefully be transparent to the user.  A
12576 @c likely number is 30 seconds.
12577 @c
12578 @c @item nntp-retry-on-break
12579 @c @vindex nntp-retry-on-break
12580 @c If this variable is non-@code{nil}, you can also @kbd{C-g} if Gnus
12581 @c hangs.  This will have much the same effect as the command timeout
12582 @c described above.
12583
12584 @item nntp-server-hook
12585 @vindex nntp-server-hook
12586 This hook is run as the last step when connecting to an @acronym{NNTP}
12587 server.
12588
12589 @item nntp-buggy-select
12590 @vindex nntp-buggy-select
12591 Set this to non-@code{nil} if your select routine is buggy.
12592
12593 @item nntp-nov-is-evil
12594 @vindex nntp-nov-is-evil
12595 If the @acronym{NNTP} server does not support @acronym{NOV}, you could set this
12596 variable to @code{t}, but @code{nntp} usually checks automatically whether @acronym{NOV}
12597 can be used.
12598
12599 @item nntp-xover-commands
12600 @vindex nntp-xover-commands
12601 @cindex @acronym{NOV}
12602 @cindex XOVER
12603 List of strings used as commands to fetch @acronym{NOV} lines from a
12604 server.  The default value of this variable is @code{("XOVER"
12605 "XOVERVIEW")}.
12606
12607 @item nntp-nov-gap
12608 @vindex nntp-nov-gap
12609 @code{nntp} normally sends just one big request for @acronym{NOV} lines to
12610 the server.  The server responds with one huge list of lines.  However,
12611 if you have read articles 2-5000 in the group, and only want to read
12612 article 1 and 5001, that means that @code{nntp} will fetch 4999 @acronym{NOV}
12613 lines that you will not need.  This variable says how
12614 big a gap between two consecutive articles is allowed to be before the
12615 @code{XOVER} request is split into several request.  Note that if your
12616 network is fast, setting this variable to a really small number means
12617 that fetching will probably be slower.  If this variable is @code{nil},
12618 @code{nntp} will never split requests.  The default is 5.
12619
12620 @item nntp-prepare-server-hook
12621 @vindex nntp-prepare-server-hook
12622 A hook run before attempting to connect to an @acronym{NNTP} server.
12623
12624 @item nntp-warn-about-losing-connection
12625 @vindex nntp-warn-about-losing-connection
12626 If this variable is non-@code{nil}, some noise will be made when a
12627 server closes connection.
12628
12629 @item nntp-record-commands
12630 @vindex nntp-record-commands
12631 If non-@code{nil}, @code{nntp} will log all commands it sends to the
12632 @acronym{NNTP} server (along with a timestamp) in the @samp{*nntp-log*}
12633 buffer.  This is useful if you are debugging a Gnus/@acronym{NNTP} connection
12634 that doesn't seem to work.
12635
12636 @item nntp-open-connection-function
12637 @vindex nntp-open-connection-function
12638 It is possible to customize how the connection to the nntp server will
12639 be opened.  If you specify an @code{nntp-open-connection-function}
12640 parameter, Gnus will use that function to establish the connection.
12641 Five pre-made functions are supplied.  These functions can be grouped in
12642 two categories: direct connection functions (three pre-made), and
12643 indirect ones (two pre-made).
12644
12645 @item nntp-prepare-post-hook
12646 @vindex nntp-prepare-post-hook
12647 A hook run just before posting an article.  If there is no
12648 @code{Message-ID} header in the article and the news server provides the
12649 recommended ID, it will be added to the article before running this
12650 hook.  It is useful to make @code{Cancel-Lock} headers even if you
12651 inhibit Gnus to add a @code{Message-ID} header, you could say:
12652
12653 @lisp
12654 (add-hook 'nntp-prepare-post-hook 'canlock-insert-header)
12655 @end lisp
12656
12657 Note that not all servers support the recommended ID.  This works for
12658 INN versions 2.3.0 and later, for instance.
12659
12660 @item nntp-read-timeout
12661 @vindex nntp-read-timeout
12662 How long nntp should wait between checking for the end of output.
12663 Shorter values mean quicker response, but is more CPU intensive.  The
12664 default is 0.1 seconds.  If you have a slow line to the server (and
12665 don't like to see Emacs eat your available CPU power), you might set
12666 this to, say, 1.
12667
12668 @item nntp-list-options
12669 @vindex nntp-list-options
12670 List of newsgroup name used for a option of the LIST command to restrict
12671 the listing output to only the specified newsgroups.  Each newsgroup name
12672 can be a shell-style wildcard, for instance, @dfn{fj.*}, @dfn{japan.*},
12673 etc.  Fortunately, if the server can accept such a option, it will
12674 probably make gnus run faster.  You may use it as a server variable as
12675 follows:
12676
12677 @lisp
12678 (setq gnus-select-method
12679       '(nntp "news.somewhere.edu"
12680              (nntp-list-options ("fj.*" "japan.*"))))
12681 @end lisp
12682
12683 @item nntp-options-subscribe
12684 @vindex nntp-options-subscribe
12685 Regexp matching the newsgroup names which will be subscribed
12686 unconditionally.  Use @dfn{ } instead of @dfn{$} for a regexp string.
12687 It may be effective as well as @code{nntp-list-options} even though the
12688 server could not accept a shell-style wildcard as a option of the LIST
12689 command.  You may use it as a server variable as follows:
12690
12691 @lisp
12692 (setq gnus-select-method
12693       '(nntp "news.somewhere.edu"
12694              (nntp-options-subscribe "^fj\\.\\|^japan\\.")))
12695 @end lisp
12696
12697 @item nntp-options-not-subscribe
12698 @vindex nntp-options-not-subscribe
12699 Regexp matching the newsgroup names which will not be subscribed
12700 unconditionally.  Use @dfn{ } instead of @dfn{$} for a regexp string.
12701 It may be effective as well as @code{nntp-list-options} even though the
12702 server could not accept a shell-style wildcard as a option of the LIST
12703 command.  You may use it as a server variable as follows:
12704
12705 @lisp
12706 (setq gnus-select-method
12707       '(nntp "news.somewhere.edu"
12708              (nntp-options-not-subscribe "\\.binaries\\.")))
12709 @end lisp
12710 @end table
12711
12712 @menu
12713 * Direct Functions::            Connecting directly to the server.
12714 * Indirect Functions::          Connecting indirectly to the server.
12715 * Common Variables::            Understood by several connection functions.
12716 @end menu
12717
12718
12719 @node Direct Functions
12720 @subsubsection Direct Functions
12721 @cindex direct connection functions
12722
12723 These functions are called direct because they open a direct connection
12724 between your machine and the @acronym{NNTP} server.  The behavior of these
12725 functions is also affected by commonly understood variables
12726 (@pxref{Common Variables}).
12727
12728 @table @code
12729 @findex nntp-open-network-stream
12730 @item nntp-open-network-stream
12731 This is the default, and simply connects to some port or other on the
12732 remote system.
12733
12734 @findex nntp-open-tls-stream
12735 @item nntp-open-tls-stream
12736 Opens a connection to a server over a @dfn{secure} channel.  To use
12737 this you must have @uref{http://www.gnu.org/software/gnutls/, GNUTLS}
12738 installed.  You then define a server as follows:
12739
12740 @lisp
12741 ;; @r{"nntps" is port 563 and is predefined in our @file{/etc/services}}
12742 ;; @r{however, @samp{gnutls-cli -p} doesn't like named ports.}
12743 ;;
12744 (nntp "snews.bar.com"
12745       (nntp-open-connection-function nntp-open-tls-stream)
12746       (nntp-port-number )
12747       (nntp-address "snews.bar.com"))
12748 @end lisp
12749
12750 @findex nntp-open-ssl-stream
12751 @item nntp-open-ssl-stream
12752 Opens a connection to a server over a @dfn{secure} channel.  To use
12753 this you must have @uref{http://www.openssl.org, OpenSSL} or
12754 @uref{ftp://ftp.psy.uq.oz.au/pub/Crypto/SSL, SSLeay} installed.  You
12755 then define a server as follows:
12756
12757 @lisp
12758 ;; @r{"snews" is port 563 and is predefined in our @file{/etc/services}}
12759 ;; @r{however, @samp{openssl s_client -port} doesn't like named ports.}
12760 ;;
12761 (nntp "snews.bar.com"
12762       (nntp-open-connection-function nntp-open-ssl-stream)
12763       (nntp-port-number 563)
12764       (nntp-address "snews.bar.com"))
12765 @end lisp
12766
12767 @findex nntp-open-telnet-stream
12768 @item nntp-open-telnet-stream
12769 Opens a connection to an @acronym{NNTP} server by simply @samp{telnet}'ing
12770 it.  You might wonder why this function exists, since we have the
12771 default @code{nntp-open-network-stream} which would do the job.  (One
12772 of) the reason(s) is that if you are behind a firewall but have direct
12773 connections to the outside world thanks to a command wrapper like
12774 @code{runsocks}, you can use it like this:
12775
12776 @lisp
12777 (nntp "socksified"
12778       (nntp-pre-command "runsocks")
12779       (nntp-open-connection-function nntp-open-telnet-stream)
12780       (nntp-address "the.news.server"))
12781 @end lisp
12782
12783 With the default method, you would need to wrap your whole Emacs
12784 session, which is not a good idea.
12785 @end table
12786
12787
12788 @node Indirect Functions
12789 @subsubsection Indirect Functions
12790 @cindex indirect connection functions
12791
12792 These functions are called indirect because they connect to an
12793 intermediate host before actually connecting to the @acronym{NNTP} server.
12794 All of these functions and related variables are also said to belong to
12795 the ``via'' family of connection: they're all prefixed with ``via'' to make
12796 things cleaner.  The behavior of these functions is also affected by
12797 commonly understood variables (@pxref{Common Variables}).
12798
12799 @table @code
12800 @item nntp-open-via-rlogin-and-telnet
12801 @findex nntp-open-via-rlogin-and-telnet
12802 Does an @samp{rlogin} on a remote system, and then does a @samp{telnet}
12803 to the real @acronym{NNTP} server from there.  This is useful for instance if
12804 you need to connect to a firewall machine first.
12805
12806 @code{nntp-open-via-rlogin-and-telnet}-specific variables:
12807
12808 @table @code
12809 @item nntp-via-rlogin-command
12810 @vindex nntp-via-rlogin-command
12811 Command used to log in on the intermediate host.  The default is
12812 @samp{rsh}, but @samp{ssh} is a popular alternative.
12813
12814 @item nntp-via-rlogin-command-switches
12815 @vindex nntp-via-rlogin-command-switches
12816 List of strings to be used as the switches to
12817 @code{nntp-via-rlogin-command}.  The default is @code{nil}.  If you use
12818 @samp{ssh} for @code{nntp-via-rlogin-command}, you may set this to
12819 @samp{("-C")} in order to compress all data connections, otherwise set
12820 this to @samp{("-t" "-e" "none")} or @samp{("-C" "-t" "-e" "none")} if
12821 the telnet command requires a pseudo-tty allocation on an intermediate
12822 host.
12823 @end table
12824
12825 @item nntp-open-via-telnet-and-telnet
12826 @findex nntp-open-via-telnet-and-telnet
12827 Does essentially the same, but uses @samp{telnet} instead of
12828 @samp{rlogin} to connect to the intermediate host.
12829
12830 @code{nntp-open-via-telnet-and-telnet}-specific variables:
12831
12832 @table @code
12833 @item nntp-via-telnet-command
12834 @vindex nntp-via-telnet-command
12835 Command used to @code{telnet} the intermediate host.  The default is
12836 @samp{telnet}.
12837
12838 @item nntp-via-telnet-switches
12839 @vindex nntp-via-telnet-switches
12840 List of strings to be used as the switches to the
12841 @code{nntp-via-telnet-command} command.  The default is @samp{("-8")}.
12842
12843 @item nntp-via-user-password
12844 @vindex nntp-via-user-password
12845 Password to use when logging in on the intermediate host.
12846
12847 @item nntp-via-envuser
12848 @vindex nntp-via-envuser
12849 If non-@code{nil}, the intermediate @code{telnet} session (client and
12850 server both) will support the @code{ENVIRON} option and not prompt for
12851 login name.  This works for Solaris @code{telnet}, for instance.
12852
12853 @item nntp-via-shell-prompt
12854 @vindex nntp-via-shell-prompt
12855 Regexp matching the shell prompt on the intermediate host.  The default
12856 is @samp{bash\\|\$ *\r?$\\|> *\r?}.
12857
12858 @end table
12859
12860 @end table
12861
12862
12863 Here are some additional variables that are understood by all the above
12864 functions:
12865
12866 @table @code
12867
12868 @item nntp-via-user-name
12869 @vindex nntp-via-user-name
12870 User name to use when connecting to the intermediate host.
12871
12872 @item nntp-via-address
12873 @vindex nntp-via-address
12874 Address of the intermediate host to connect to.
12875
12876 @end table
12877
12878
12879 @node Common Variables
12880 @subsubsection Common Variables
12881
12882 The following variables affect the behavior of all, or several of the
12883 pre-made connection functions.  When not specified, all functions are
12884 affected.
12885
12886 @table @code
12887
12888 @item nntp-pre-command
12889 @vindex nntp-pre-command
12890 A command wrapper to use when connecting through a non native
12891 connection function (all except @code{nntp-open-network-stream},
12892 @code{nntp-open-tls-stream}, and @code{nntp-open-ssl-stream}.  This is
12893 where you would put a @samp{SOCKS} wrapper for instance.
12894
12895 @item nntp-address
12896 @vindex nntp-address
12897 The address of the @acronym{NNTP} server.
12898
12899 @item nntp-port-number
12900 @vindex nntp-port-number
12901 Port number to connect to the @acronym{NNTP} server.  The default is
12902 @samp{nntp}.  If you use @acronym{NNTP} over
12903 @acronym{TLS}/@acronym{SSL}, you may want to use integer ports rather
12904 than named ports (i.e, use @samp{563} instead of @samp{snews} or
12905 @samp{nntps}), because external @acronym{TLS}/@acronym{SSL} tools may
12906 not work with named ports.
12907
12908 @item nntp-end-of-line
12909 @vindex nntp-end-of-line
12910 String to use as end-of-line marker when talking to the @acronym{NNTP}
12911 server.  This is @samp{\r\n} by default, but should be @samp{\n} when
12912 using a non native connection function.
12913
12914 @item nntp-telnet-command
12915 @vindex nntp-telnet-command
12916 Command to use when connecting to the @acronym{NNTP} server through
12917 @samp{telnet}.  This is @emph{not} for an intermediate host.  This is
12918 just for the real @acronym{NNTP} server.  The default is
12919 @samp{telnet}.
12920
12921 @item nntp-telnet-switches
12922 @vindex nntp-telnet-switches
12923 A list of switches to pass to @code{nntp-telnet-command}.  The default
12924 is @samp{("-8")}.
12925
12926 @end table
12927
12928
12929 @node News Spool
12930 @subsection News Spool
12931 @cindex nnspool
12932 @cindex news spool
12933
12934 Subscribing to a foreign group from the local spool is extremely easy,
12935 and might be useful, for instance, to speed up reading groups that
12936 contain very big articles---@samp{alt.binaries.pictures.furniture}, for
12937 instance.
12938
12939 Anyway, you just specify @code{nnspool} as the method and @code{""} (or
12940 anything else) as the address.
12941
12942 If you have access to a local spool, you should probably use that as the
12943 native select method (@pxref{Finding the News}).  It is normally faster
12944 than using an @code{nntp} select method, but might not be.  It depends.
12945 You just have to try to find out what's best at your site.
12946
12947 @table @code
12948
12949 @item nnspool-inews-program
12950 @vindex nnspool-inews-program
12951 Program used to post an article.
12952
12953 @item nnspool-inews-switches
12954 @vindex nnspool-inews-switches
12955 Parameters given to the inews program when posting an article.
12956
12957 @item nnspool-spool-directory
12958 @vindex nnspool-spool-directory
12959 Where @code{nnspool} looks for the articles.  This is normally
12960 @file{/usr/spool/news/}.
12961
12962 @item nnspool-nov-directory
12963 @vindex nnspool-nov-directory
12964 Where @code{nnspool} will look for @acronym{NOV} files.  This is normally@*
12965 @file{/usr/spool/news/over.view/}.
12966
12967 @item nnspool-lib-dir
12968 @vindex nnspool-lib-dir
12969 Where the news lib dir is (@file{/usr/lib/news/} by default).
12970
12971 @item nnspool-active-file
12972 @vindex nnspool-active-file
12973 The name of the active file.
12974
12975 @item nnspool-newsgroups-file
12976 @vindex nnspool-newsgroups-file
12977 The name of the group descriptions file.
12978
12979 @item nnspool-history-file
12980 @vindex nnspool-history-file
12981 The name of the news history file.
12982
12983 @item nnspool-active-times-file
12984 @vindex nnspool-active-times-file
12985 The name of the active date file.
12986
12987 @item nnspool-nov-is-evil
12988 @vindex nnspool-nov-is-evil
12989 If non-@code{nil}, @code{nnspool} won't try to use any @acronym{NOV} files
12990 that it finds.
12991
12992 @item nnspool-sift-nov-with-sed
12993 @vindex nnspool-sift-nov-with-sed
12994 @cindex sed
12995 If non-@code{nil}, which is the default, use @code{sed} to get the
12996 relevant portion from the overview file.  If @code{nil},
12997 @code{nnspool} will load the entire file into a buffer and process it
12998 there.
12999
13000 @end table
13001
13002
13003 @node Getting Mail
13004 @section Getting Mail
13005 @cindex reading mail
13006 @cindex mail
13007
13008 Reading mail with a newsreader---isn't that just plain WeIrD? But of
13009 course.
13010
13011 @menu
13012 * Mail in a Newsreader::        Important introductory notes.
13013 * Getting Started Reading Mail::  A simple cookbook example.
13014 * Splitting Mail::              How to create mail groups.
13015 * Mail Sources::                How to tell Gnus where to get mail from.
13016 * Mail Back End Variables::     Variables for customizing mail handling.
13017 * Fancy Mail Splitting::        Gnus can do hairy splitting of incoming mail.
13018 * Group Mail Splitting::        Use group customize to drive mail splitting.
13019 * Incorporating Old Mail::      What about the old mail you have?
13020 * Expiring Mail::               Getting rid of unwanted mail.
13021 * Washing Mail::                Removing cruft from the mail you get.
13022 * Duplicates::                  Dealing with duplicated mail.
13023 * Not Reading Mail::            Using mail back ends for reading other files.
13024 * Choosing a Mail Back End::    Gnus can read a variety of mail formats.
13025 @end menu
13026
13027
13028 @node Mail in a Newsreader
13029 @subsection Mail in a Newsreader
13030
13031 If you are used to traditional mail readers, but have decided to switch
13032 to reading mail with Gnus, you may find yourself experiencing something
13033 of a culture shock.
13034
13035 Gnus does not behave like traditional mail readers.  If you want to make
13036 it behave that way, you can, but it's an uphill battle.
13037
13038 Gnus, by default, handles all its groups using the same approach.  This
13039 approach is very newsreaderly---you enter a group, see the new/unread
13040 messages, and when you read the messages, they get marked as read, and
13041 you don't see them any more.  (Unless you explicitly ask for them.)
13042
13043 In particular, you do not do anything explicitly to delete messages.
13044
13045 Does this mean that all the messages that have been marked as read are
13046 deleted?  How awful!
13047
13048 But, no, it means that old messages are @dfn{expired} according to some
13049 scheme or other.  For news messages, the expire process is controlled by
13050 the news administrator; for mail, the expire process is controlled by
13051 you.  The expire process for mail is covered in depth in @ref{Expiring
13052 Mail}.
13053
13054 What many Gnus users find, after using it a while for both news and
13055 mail, is that the transport mechanism has very little to do with how
13056 they want to treat a message.
13057
13058 Many people subscribe to several mailing lists.  These are transported
13059 via @acronym{SMTP}, and are therefore mail.  But we might go for weeks without
13060 answering, or even reading these messages very carefully.  We may not
13061 need to save them because if we should need to read one again, they are
13062 archived somewhere else.
13063
13064 Some people have local news groups which have only a handful of readers.
13065 These are transported via @acronym{NNTP}, and are therefore news.  But we may need
13066 to read and answer a large fraction of the messages very carefully in
13067 order to do our work.  And there may not be an archive, so we may need
13068 to save the interesting messages the same way we would personal mail.
13069
13070 The important distinction turns out to be not the transport mechanism,
13071 but other factors such as how interested we are in the subject matter,
13072 or how easy it is to retrieve the message if we need to read it again.
13073
13074 Gnus provides many options for sorting mail into ``groups'' which behave
13075 like newsgroups, and for treating each group (whether mail or news)
13076 differently.
13077
13078 Some users never get comfortable using the Gnus (ahem) paradigm and wish
13079 that Gnus should grow up and be a male, er, mail reader.  It is possible
13080 to whip Gnus into a more mailreaderly being, but, as said before, it's
13081 not easy.  People who prefer proper mail readers should try @sc{vm}
13082 instead, which is an excellent, and proper, mail reader.
13083
13084 I don't mean to scare anybody off, but I want to make it clear that you
13085 may be required to learn a new way of thinking about messages.  After
13086 you've been subjected to The Gnus Way, you will come to love it.  I can
13087 guarantee it.  (At least the guy who sold me the Emacs Subliminal
13088 Brain-Washing Functions that I've put into Gnus did guarantee it.  You
13089 Will Be Assimilated.  You Love Gnus.  You Love The Gnus Mail Way.
13090 You Do.)
13091
13092
13093 @node Getting Started Reading Mail
13094 @subsection Getting Started Reading Mail
13095
13096 It's quite easy to use Gnus to read your new mail.  You just plonk the
13097 mail back end of your choice into @code{gnus-secondary-select-methods},
13098 and things will happen automatically.
13099
13100 For instance, if you want to use @code{nnml} (which is a ``one file per
13101 mail'' back end), you could put the following in your @file{~/.gnus.el} file:
13102
13103 @lisp
13104 (setq gnus-secondary-select-methods '((nnml "")))
13105 @end lisp
13106
13107 Now, the next time you start Gnus, this back end will be queried for new
13108 articles, and it will move all the messages in your spool file to its
13109 directory, which is @file{~/Mail/} by default.  The new group that will
13110 be created (@samp{mail.misc}) will be subscribed, and you can read it
13111 like any other group.
13112
13113 You will probably want to split the mail into several groups, though:
13114
13115 @lisp
13116 (setq nnmail-split-methods
13117       '(("junk" "^From:.*Lars Ingebrigtsen")
13118         ("crazy" "^Subject:.*die\\|^Organization:.*flabby")
13119         ("other" "")))
13120 @end lisp
13121
13122 This will result in three new @code{nnml} mail groups being created:
13123 @samp{nnml:junk}, @samp{nnml:crazy}, and @samp{nnml:other}.  All the
13124 mail that doesn't fit into the first two groups will be placed in the
13125 last group.
13126
13127 This should be sufficient for reading mail with Gnus.  You might want to
13128 give the other sections in this part of the manual a perusal, though.
13129 Especially @pxref{Choosing a Mail Back End} and @pxref{Expiring Mail}.
13130
13131
13132 @node Splitting Mail
13133 @subsection Splitting Mail
13134 @cindex splitting mail
13135 @cindex mail splitting
13136 @cindex mail filtering (splitting)
13137
13138 @vindex nnmail-split-methods
13139 The @code{nnmail-split-methods} variable says how the incoming mail is
13140 to be split into groups.
13141
13142 @lisp
13143 (setq nnmail-split-methods
13144   '(("mail.junk" "^From:.*Lars Ingebrigtsen")
13145     ("mail.crazy" "^Subject:.*die\\|^Organization:.*flabby")
13146     ("mail.other" "")))
13147 @end lisp
13148
13149 This variable is a list of lists, where the first element of each of
13150 these lists is the name of the mail group (they do not have to be called
13151 something beginning with @samp{mail}, by the way), and the second
13152 element is a regular expression used on the header of each mail to
13153 determine if it belongs in this mail group.  The first string may
13154 contain @samp{\\1} forms, like the ones used by @code{replace-match} to
13155 insert sub-expressions from the matched text.  For instance:
13156
13157 @lisp
13158 ("list.\\1" "From:.* \\(.*\\)-list@@majordomo.com")
13159 @end lisp
13160
13161 The second element can also be a function.  In that case, it will be
13162 called narrowed to the headers with the first element of the rule as the
13163 argument.  It should return a non-@code{nil} value if it thinks that the
13164 mail belongs in that group.
13165
13166 The last of these groups should always be a general one, and the regular
13167 expression should @emph{always} be @samp{*} so that it matches any mails
13168 that haven't been matched by any of the other regexps.  (These rules are
13169 processed from the beginning of the alist toward the end.  The first
13170 rule to make a match will ``win'', unless you have crossposting enabled.
13171 In that case, all matching rules will ``win''.)
13172
13173 If you like to tinker with this yourself, you can set this variable to a
13174 function of your choice.  This function will be called without any
13175 arguments in a buffer narrowed to the headers of an incoming mail
13176 message.  The function should return a list of group names that it
13177 thinks should carry this mail message.
13178
13179 Note that the mail back ends are free to maul the poor, innocent,
13180 incoming headers all they want to.  They all add @code{Lines} headers;
13181 some add @code{X-Gnus-Group} headers; most rename the Unix mbox
13182 @code{From<SPACE>} line to something else.
13183
13184 @vindex nnmail-crosspost
13185 The mail back ends all support cross-posting.  If several regexps match,
13186 the mail will be ``cross-posted'' to all those groups.
13187 @code{nnmail-crosspost} says whether to use this mechanism or not.  Note
13188 that no articles are crossposted to the general (@samp{*}) group.
13189
13190 @vindex nnmail-crosspost-link-function
13191 @cindex crosspost
13192 @cindex links
13193 @code{nnmh} and @code{nnml} makes crossposts by creating hard links to
13194 the crossposted articles.  However, not all file systems support hard
13195 links.  If that's the case for you, set
13196 @code{nnmail-crosspost-link-function} to @code{copy-file}.  (This
13197 variable is @code{add-name-to-file} by default.)
13198
13199 @kindex M-x nnmail-split-history
13200 @findex nnmail-split-history
13201 If you wish to see where the previous mail split put the messages, you
13202 can use the @kbd{M-x nnmail-split-history} command.  If you wish to see
13203 where re-spooling messages would put the messages, you can use
13204 @code{gnus-summary-respool-trace} and related commands (@pxref{Mail
13205 Group Commands}).
13206
13207 @vindex nnmail-split-header-length-limit
13208 Header lines longer than the value of
13209 @code{nnmail-split-header-length-limit} are excluded from the split
13210 function.
13211
13212 @vindex nnmail-mail-splitting-charset
13213 @vindex nnmail-mail-splitting-decodes
13214 By default the splitting codes @acronym{MIME} decodes headers so you
13215 can match on non-@acronym{ASCII} strings.  The
13216 @code{nnmail-mail-splitting-charset} variable specifies the default
13217 charset for decoding.  The behaviour can be turned off completely by
13218 binding @code{nnmail-mail-splitting-decodes} to @code{nil}, which is
13219 useful if you want to match articles based on the raw header data.
13220
13221 @vindex nnmail-resplit-incoming
13222 By default, splitting is performed on all incoming messages.  If you
13223 specify a @code{directory} entry for the variable @code{mail-sources}
13224 (@pxref{Mail Source Specifiers}), however, then splitting does
13225 @emph{not} happen by default.  You can set the variable
13226 @code{nnmail-resplit-incoming} to a non-@code{nil} value to make
13227 splitting happen even in this case.  (This variable has no effect on
13228 other kinds of entries.)
13229
13230 Gnus gives you all the opportunity you could possibly want for shooting
13231 yourself in the foot.  Let's say you create a group that will contain
13232 all the mail you get from your boss.  And then you accidentally
13233 unsubscribe from the group.  Gnus will still put all the mail from your
13234 boss in the unsubscribed group, and so, when your boss mails you ``Have
13235 that report ready by Monday or you're fired!'', you'll never see it and,
13236 come Tuesday, you'll still believe that you're gainfully employed while
13237 you really should be out collecting empty bottles to save up for next
13238 month's rent money.
13239
13240
13241 @node Mail Sources
13242 @subsection Mail Sources
13243
13244 Mail can be gotten from many different sources---the mail spool, from
13245 a @acronym{POP} mail server, from a procmail directory, or from a
13246 maildir, for instance.
13247
13248 @menu
13249 * Mail Source Specifiers::      How to specify what a mail source is.
13250 * Mail Source Customization::   Some variables that influence things.
13251 * Fetching Mail::               Using the mail source specifiers.
13252 @end menu
13253
13254
13255 @node Mail Source Specifiers
13256 @subsubsection Mail Source Specifiers
13257 @cindex POP
13258 @cindex mail server
13259 @cindex procmail
13260 @cindex mail spool
13261 @cindex mail source
13262
13263 You tell Gnus how to fetch mail by setting @code{mail-sources}
13264 (@pxref{Fetching Mail}) to a @dfn{mail source specifier}.
13265
13266 Here's an example:
13267
13268 @lisp
13269 (pop :server "pop3.mailserver.com" :user "myname")
13270 @end lisp
13271
13272 As can be observed, a mail source specifier is a list where the first
13273 element is a @dfn{mail source type}, followed by an arbitrary number of
13274 @dfn{keywords}.  Keywords that are not explicitly specified are given
13275 default values.
13276
13277 The following mail source types are available:
13278
13279 @table @code
13280 @item file
13281 Get mail from a single file; typically from the mail spool.
13282
13283 Keywords:
13284
13285 @table @code
13286 @item :path
13287 The file name.  Defaults to the value of the @env{MAIL}
13288 environment variable or the value of @code{rmail-spool-directory}
13289 (usually something like @file{/usr/mail/spool/user-name}).
13290
13291 @item :prescript
13292 @itemx :postscript
13293 Script run before/after fetching mail.
13294 @end table
13295
13296 An example file mail source:
13297
13298 @lisp
13299 (file :path "/usr/spool/mail/user-name")
13300 @end lisp
13301
13302 Or using the default file name:
13303
13304 @lisp
13305 (file)
13306 @end lisp
13307
13308 If the mail spool file is not located on the local machine, it's best
13309 to use @acronym{POP} or @acronym{IMAP} or the like to fetch the mail.
13310 You can not use ange-ftp file names here---it has no way to lock the
13311 mail spool while moving the mail.
13312
13313 If it's impossible to set up a proper server, you can use ssh instead.
13314
13315 @lisp
13316 (setq mail-sources
13317       '((file :prescript "ssh host bin/getmail >%t")))
13318 @end lisp
13319
13320 The @samp{getmail} script would look something like the following:
13321
13322 @example
13323 #!/bin/sh
13324 #  getmail - move mail from spool to stdout
13325 #  flu@@iki.fi
13326
13327 MOVEMAIL=/usr/lib/emacs/20.3/i386-redhat-linux/movemail
13328 TMP=$HOME/Mail/tmp
13329 rm -f $TMP; $MOVEMAIL $MAIL $TMP >/dev/null && cat $TMP
13330 @end example
13331
13332 Alter this script to fit find the @samp{movemail} you want to use.
13333
13334
13335 @item directory
13336 @vindex nnmail-scan-directory-mail-source-once
13337 Get mail from several files in a directory.  This is typically used
13338 when you have procmail split the incoming mail into several files.
13339 That is, there is a one-to-one correspondence between files in that
13340 directory and groups, so that mail from the file @file{foo.bar.spool}
13341 will be put in the group @code{foo.bar}.  (You can change the suffix
13342 to be used instead of @code{.spool}.)  Setting
13343 @code{nnmail-scan-directory-mail-source-once} to non-@code{nil} forces
13344 Gnus to scan the mail source only once.  This is particularly useful
13345 if you want to scan mail groups at a specified level.
13346
13347 @vindex nnmail-resplit-incoming
13348 There is also the variable @code{nnmail-resplit-incoming}, if you set
13349 that to a non-@code{nil} value, then the normal splitting process is
13350 applied to all the files from the directory, @ref{Splitting Mail}.
13351
13352 Keywords:
13353
13354 @table @code
13355 @item :path
13356 The name of the directory where the files are.  There is no default
13357 value.
13358
13359 @item :suffix
13360 Only files ending with this suffix are used.  The default is
13361 @samp{.spool}.
13362
13363 @item :predicate
13364 Only files that have this predicate return non-@code{nil} are returned.
13365 The default is @code{identity}.  This is used as an additional
13366 filter---only files that have the right suffix @emph{and} satisfy this
13367 predicate are considered.
13368
13369 @item :prescript
13370 @itemx :postscript
13371 Script run before/after fetching mail.
13372
13373 @end table
13374
13375 An example directory mail source:
13376
13377 @lisp
13378 (directory :path "/home/user-name/procmail-dir/"
13379            :suffix ".prcml")
13380 @end lisp
13381
13382 @item pop
13383 Get mail from a @acronym{POP} server.
13384
13385 Keywords:
13386
13387 @table @code
13388 @item :server
13389 The name of the @acronym{POP} server.  The default is taken from the
13390 @env{MAILHOST} environment variable.
13391
13392 @item :port
13393 The port number of the @acronym{POP} server.  This can be a number (eg,
13394 @samp{:port 1234}) or a string (eg, @samp{:port "pop3"}).  If it is a
13395 string, it should be a service name as listed in @file{/etc/services} on
13396 Unix systems.  The default is @samp{"pop3"}.  On some systems you might
13397 need to specify it as @samp{"pop-3"} instead.
13398
13399 @item :user
13400 The user name to give to the @acronym{POP} server.  The default is the login
13401 name.
13402
13403 @item :password
13404 The password to give to the @acronym{POP} server.  If not specified,
13405 the user is prompted.
13406
13407 @item :program
13408 The program to use to fetch mail from the @acronym{POP} server.  This
13409 should be a @code{format}-like string.  Here's an example:
13410
13411 @example
13412 fetchmail %u@@%s -P %p %t
13413 @end example
13414
13415 The valid format specifier characters are:
13416
13417 @table @samp
13418 @item t
13419 The name of the file the mail is to be moved to.  This must always be
13420 included in this string.
13421
13422 @item s
13423 The name of the server.
13424
13425 @item P
13426 The port number of the server.
13427
13428 @item u
13429 The user name to use.
13430
13431 @item p
13432 The password to use.
13433 @end table
13434
13435 The values used for these specs are taken from the values you give the
13436 corresponding keywords.
13437
13438 @item :prescript
13439 A script to be run before fetching the mail.  The syntax is the same as
13440 the @code{:program} keyword.  This can also be a function to be run.
13441
13442 @item :postscript
13443 A script to be run after fetching the mail.  The syntax is the same as
13444 the @code{:program} keyword.  This can also be a function to be run.
13445
13446 @item :function
13447 The function to use to fetch mail from the @acronym{POP} server.  The
13448 function is called with one parameter---the name of the file where the
13449 mail should be moved to.
13450
13451 @item :authentication
13452 This can be either the symbol @code{password} or the symbol @code{apop}
13453 and says what authentication scheme to use.  The default is
13454 @code{password}.
13455
13456 @item :connection
13457 What stream to use for connecting to the server, this can be the symbol
13458 @code{ssl}, the symbol @code{tls} or others.  The default is @code{nil}
13459 and use insecure connections.  Note that for SSL/TLS, you need external
13460 programs and libraries:
13461
13462 @itemize @bullet
13463 @item
13464 @dfn{ssl:} Connect through SSL@. Requires OpenSSL (the program
13465 @samp{openssl}) or SSLeay (@samp{s_client}) as well as the external
13466 library @samp{ssl.el}.
13467 @item
13468 @dfn{starttls:} Connect via the STARTTLS extension (similar to SSL)@.
13469 Requires the external library @samp{starttls.el} and program
13470 @samp{starttls}.
13471 @end itemize
13472
13473 @item :leave
13474 Non-@code{nil} if mail is to be left on the server and UIDL used for
13475 message retrieval.  The default is @code{nil}.
13476
13477 @end table
13478
13479 If the @code{:program} and @code{:function} keywords aren't specified,
13480 @code{pop3-movemail} will be used.
13481
13482 Here are some examples.  Fetch from the default @acronym{POP} server,
13483 using the default user name, and default fetcher:
13484
13485 @lisp
13486 (pop)
13487 @end lisp
13488
13489 Fetch from a named server with a named user and password:
13490
13491 @lisp
13492 (pop :server "my.pop.server"
13493      :user "user-name" :password "secret")
13494 @end lisp
13495
13496 Use @samp{movemail} to move the mail:
13497
13498 @lisp
13499 (pop :program "movemail po:%u %t %p")
13500 @end lisp
13501
13502 @item maildir
13503 Get mail from a maildir.  This is a type of mailbox that is supported by
13504 at least qmail and postfix, where each file in a special directory
13505 contains exactly one mail.
13506
13507 Keywords:
13508
13509 @table @code
13510 @item :path
13511 The name of the directory where the mails are stored.  The default is
13512 taken from the @env{MAILDIR} environment variable or
13513 @file{~/Maildir/}.
13514 @item :subdirs
13515 The subdirectories of the Maildir.  The default is
13516 @samp{("new" "cur")}.
13517
13518 @c If you sometimes look at your mail through a pop3 daemon before fetching
13519 @c them with Gnus, you may also have to fetch your mails from the
13520 @c @code{cur} directory inside the maildir, like in the first example
13521 @c below.
13522
13523 You can also get mails from remote hosts (because maildirs don't suffer
13524 from locking problems).
13525
13526 @end table
13527
13528 Two example maildir mail sources:
13529
13530 @lisp
13531 (maildir :path "/home/user-name/Maildir/"
13532          :subdirs ("cur" "new"))
13533 @end lisp
13534
13535 @lisp
13536 (maildir :path "/user@@remotehost.org:~/Maildir/"
13537          :subdirs ("new"))
13538 @end lisp
13539
13540 @item imap
13541 Get mail from a @acronym{IMAP} server.  If you don't want to use
13542 @acronym{IMAP} as intended, as a network mail reading protocol (ie
13543 with nnimap), for some reason or other, Gnus let you treat it similar
13544 to a @acronym{POP} server and fetches articles from a given
13545 @acronym{IMAP} mailbox.  @xref{IMAP}, for more information.
13546
13547 Note that for the Kerberos, GSSAPI, @acronym{TLS}/@acronym{SSL} and STARTTLS support you
13548 may need external programs and libraries, @xref{IMAP}.
13549
13550 Keywords:
13551
13552 @table @code
13553 @item :server
13554 The name of the @acronym{IMAP} server.  The default is taken from the
13555 @env{MAILHOST} environment variable.
13556
13557 @item :port
13558 The port number of the @acronym{IMAP} server.  The default is @samp{143}, or
13559 @samp{993} for @acronym{TLS}/@acronym{SSL} connections.
13560
13561 @item :user
13562 The user name to give to the @acronym{IMAP} server.  The default is the login
13563 name.
13564
13565 @item :password
13566 The password to give to the @acronym{IMAP} server.  If not specified, the user is
13567 prompted.
13568
13569 @item :stream
13570 What stream to use for connecting to the server, this is one of the
13571 symbols in @code{imap-stream-alist}.  Right now, this means
13572 @samp{gssapi}, @samp{kerberos4}, @samp{starttls}, @samp{tls},
13573 @samp{ssl}, @samp{shell} or the default @samp{network}.
13574
13575 @item :authentication
13576 Which authenticator to use for authenticating to the server, this is
13577 one of the symbols in @code{imap-authenticator-alist}.  Right now,
13578 this means @samp{gssapi}, @samp{kerberos4}, @samp{digest-md5},
13579 @samp{cram-md5}, @samp{anonymous} or the default @samp{login}.
13580
13581 @item :program
13582 When using the `shell' :stream, the contents of this variable is
13583 mapped into the @code{imap-shell-program} variable.  This should be a
13584 @code{format}-like string (or list of strings).  Here's an example:
13585
13586 @example
13587 ssh %s imapd
13588 @end example
13589
13590 The valid format specifier characters are:
13591
13592 @table @samp
13593 @item s
13594 The name of the server.
13595
13596 @item l
13597 User name from @code{imap-default-user}.
13598
13599 @item p
13600 The port number of the server.
13601 @end table
13602
13603 The values used for these specs are taken from the values you give the
13604 corresponding keywords.
13605
13606 @item :mailbox
13607 The name of the mailbox to get mail from.  The default is @samp{INBOX}
13608 which normally is the mailbox which receive incoming mail.
13609
13610 @item :predicate
13611 The predicate used to find articles to fetch.  The default, @samp{UNSEEN
13612 UNDELETED}, is probably the best choice for most people, but if you
13613 sometimes peek in your mailbox with a @acronym{IMAP} client and mark some
13614 articles as read (or; SEEN) you might want to set this to @samp{1:*}.
13615 Then all articles in the mailbox is fetched, no matter what.  For a
13616 complete list of predicates, see RFC 2060 section 6.4.4.
13617
13618 @item :fetchflag
13619 How to flag fetched articles on the server, the default @samp{\Deleted}
13620 will mark them as deleted, an alternative would be @samp{\Seen} which
13621 would simply mark them as read.  These are the two most likely choices,
13622 but more flags are defined in RFC 2060 section 2.3.2.
13623
13624 @item :dontexpunge
13625 If non-@code{nil}, don't remove all articles marked as deleted in the
13626 mailbox after finishing the fetch.
13627
13628 @end table
13629
13630 An example @acronym{IMAP} mail source:
13631
13632 @lisp
13633 (imap :server "mail.mycorp.com"
13634       :stream kerberos4
13635       :fetchflag "\\Seen")
13636 @end lisp
13637
13638 @item webmail
13639 Get mail from a webmail server, such as @uref{http://www.hotmail.com/},
13640 @uref{http://webmail.netscape.com/}, @uref{http://www.netaddress.com/},
13641 @uref{http://mail.yahoo.com/}.
13642
13643 NOTE: Webmail largely depends on cookies.  A "one-line-cookie" patch is
13644 required for url "4.0pre.46".
13645
13646 WARNING: Mails may be lost.  NO WARRANTY.
13647
13648 Keywords:
13649
13650 @table @code
13651 @item :subtype
13652 The type of the webmail server.  The default is @code{hotmail}.  The
13653 alternatives are @code{netscape}, @code{netaddress}, @code{my-deja}.
13654
13655 @item :user
13656 The user name to give to the webmail server.  The default is the login
13657 name.
13658
13659 @item :password
13660 The password to give to the webmail server.  If not specified, the user is
13661 prompted.
13662
13663 @item :dontexpunge
13664 If non-@code{nil}, only fetch unread articles and don't move them to
13665 trash folder after finishing the fetch.
13666
13667 @end table
13668
13669 An example webmail source:
13670
13671 @lisp
13672 (webmail :subtype 'hotmail
13673          :user "user-name"
13674          :password "secret")
13675 @end lisp
13676 @end table
13677
13678 @table @dfn
13679 @item Common Keywords
13680 Common keywords can be used in any type of mail source.
13681
13682 Keywords:
13683
13684 @table @code
13685 @item :plugged
13686 If non-@code{nil}, fetch the mail even when Gnus is unplugged.  If you
13687 use directory source to get mail, you can specify it as in this
13688 example:
13689
13690 @lisp
13691 (setq mail-sources
13692       '((directory :path "/home/pavel/.Spool/"
13693                    :suffix ""
13694                    :plugged t)))
13695 @end lisp
13696
13697 Gnus will then fetch your mail even when you are unplugged.  This is
13698 useful when you use local mail and news.
13699
13700 @end table
13701 @end table
13702
13703 @subsubsection Function Interface
13704
13705 Some of the above keywords specify a Lisp function to be executed.
13706 For each keyword @code{:foo}, the Lisp variable @code{foo} is bound to
13707 the value of the keyword while the function is executing.  For example,
13708 consider the following mail-source setting:
13709
13710 @lisp
13711 (setq mail-sources '((pop :user "jrl"
13712                           :server "pophost" :function fetchfunc)))
13713 @end lisp
13714
13715 While the function @code{fetchfunc} is executing, the symbol @code{user}
13716 is bound to @code{"jrl"}, and the symbol @code{server} is bound to
13717 @code{"pophost"}.  The symbols @code{port}, @code{password},
13718 @code{program}, @code{prescript}, @code{postscript}, @code{function},
13719 and @code{authentication} are also bound (to their default values).
13720
13721 See above for a list of keywords for each type of mail source.
13722
13723
13724 @node Mail Source Customization
13725 @subsubsection Mail Source Customization
13726
13727 The following is a list of variables that influence how the mail is
13728 fetched.  You would normally not need to set or change any of these
13729 variables.
13730
13731 @table @code
13732 @item mail-source-crash-box
13733 @vindex mail-source-crash-box
13734 File where mail will be stored while processing it.  The default is@*
13735 @file{~/.emacs-mail-crash-box}.
13736
13737 @item mail-source-delete-incoming
13738 @vindex mail-source-delete-incoming
13739 If non-@code{nil}, delete incoming files after handling them.  If
13740 @code{t}, delete the files immediately, if @code{nil}, never delete any
13741 files.  If a positive number, delete files older than number of days
13742 (This will only happen, when receiving new mail).  You may also set
13743 @code{mail-source-delete-incoming} to @code{nil} and call
13744 @code{mail-source-delete-old-incoming} from a hook or interactively.
13745
13746 @item mail-source-delete-old-incoming-confirm
13747 @vindex mail-source-delete-old-incoming-confirm
13748 If non-@code{nil}, ask for for confirmation before deleting old incoming
13749 files.  This variable only applies when
13750 @code{mail-source-delete-incoming} is a positive number.
13751
13752 @item mail-source-ignore-errors
13753 @vindex mail-source-ignore-errors
13754 If non-@code{nil}, ignore errors when reading mail from a mail source.
13755
13756 @item mail-source-directory
13757 @vindex mail-source-directory
13758 Directory where files (if any) will be stored.  The default is
13759 @file{~/Mail/}.  At present, the only thing this is used for is to say
13760 where the incoming files will be stored if the previous variable is
13761 @code{nil}.
13762
13763 @item mail-source-incoming-file-prefix
13764 @vindex mail-source-incoming-file-prefix
13765 Prefix for file name for storing incoming mail.  The default is
13766 @file{Incoming}, in which case files will end up with names like
13767 @file{Incoming30630D_} or @file{Incoming298602ZD}.  This is really only
13768 relevant if @code{mail-source-delete-incoming} is @code{nil}.
13769
13770 @item mail-source-default-file-modes
13771 @vindex mail-source-default-file-modes
13772 All new mail files will get this file mode.  The default is 384.
13773
13774 @item mail-source-movemail-program
13775 @vindex mail-source-movemail-program
13776 If non-@code{nil}, name of program for fetching new mail.  If
13777 @code{nil}, @code{movemail} in @var{exec-directory}.
13778
13779 @end table
13780
13781
13782 @node Fetching Mail
13783 @subsubsection Fetching Mail
13784
13785 @vindex mail-sources
13786 @vindex nnmail-spool-file
13787 The way to actually tell Gnus where to get new mail from is to set
13788 @code{mail-sources} to a list of mail source specifiers
13789 (@pxref{Mail Source Specifiers}).
13790
13791 If this variable (and the obsolescent @code{nnmail-spool-file}) is
13792 @code{nil}, the mail back ends will never attempt to fetch mail by
13793 themselves.
13794
13795 If you want to fetch mail both from your local spool as well as a
13796 @acronym{POP} mail server, you'd say something like:
13797
13798 @lisp
13799 (setq mail-sources
13800       '((file)
13801         (pop :server "pop3.mail.server"
13802              :password "secret")))
13803 @end lisp
13804
13805 Or, if you don't want to use any of the keyword defaults:
13806
13807 @lisp
13808 (setq mail-sources
13809       '((file :path "/var/spool/mail/user-name")
13810         (pop :server "pop3.mail.server"
13811              :user "user-name"
13812              :port "pop3"
13813              :password "secret")))
13814 @end lisp
13815
13816
13817 When you use a mail back end, Gnus will slurp all your mail from your
13818 inbox and plonk it down in your home directory.  Gnus doesn't move any
13819 mail if you're not using a mail back end---you have to do a lot of magic
13820 invocations first.  At the time when you have finished drawing the
13821 pentagram, lightened the candles, and sacrificed the goat, you really
13822 shouldn't be too surprised when Gnus moves your mail.
13823
13824
13825
13826 @node Mail Back End Variables
13827 @subsection Mail Back End Variables
13828
13829 These variables are (for the most part) pertinent to all the various
13830 mail back ends.
13831
13832 @table @code
13833 @vindex nnmail-read-incoming-hook
13834 @item nnmail-read-incoming-hook
13835 The mail back ends all call this hook after reading new mail.  You can
13836 use this hook to notify any mail watch programs, if you want to.
13837
13838 @vindex nnmail-split-hook
13839 @item nnmail-split-hook
13840 @findex gnus-article-decode-encoded-words
13841 @cindex RFC 1522 decoding
13842 @cindex RFC 2047 decoding
13843 Hook run in the buffer where the mail headers of each message is kept
13844 just before the splitting based on these headers is done.  The hook is
13845 free to modify the buffer contents in any way it sees fit---the buffer
13846 is discarded after the splitting has been done, and no changes performed
13847 in the buffer will show up in any files.
13848 @code{gnus-article-decode-encoded-words} is one likely function to add
13849 to this hook.
13850
13851 @vindex nnmail-pre-get-new-mail-hook
13852 @vindex nnmail-post-get-new-mail-hook
13853 @item nnmail-pre-get-new-mail-hook
13854 @itemx nnmail-post-get-new-mail-hook
13855 These are two useful hooks executed when treating new incoming
13856 mail---@code{nnmail-pre-get-new-mail-hook} (is called just before
13857 starting to handle the new mail) and
13858 @code{nnmail-post-get-new-mail-hook} (is called when the mail handling
13859 is done).  Here's and example of using these two hooks to change the
13860 default file modes the new mail files get:
13861
13862 @lisp
13863 (add-hook 'nnmail-pre-get-new-mail-hook
13864           (lambda () (set-default-file-modes 511)))
13865
13866 (add-hook 'nnmail-post-get-new-mail-hook
13867           (lambda () (set-default-file-modes 551)))
13868 @end lisp
13869
13870 @item nnmail-use-long-file-names
13871 @vindex nnmail-use-long-file-names
13872 If non-@code{nil}, the mail back ends will use long file and directory
13873 names.  Groups like @samp{mail.misc} will end up in directories
13874 (assuming use of @code{nnml} back end) or files (assuming use of
13875 @code{nnfolder} back end) like @file{mail.misc}.  If it is @code{nil},
13876 the same group will end up in @file{mail/misc}.
13877
13878 @item nnmail-delete-file-function
13879 @vindex nnmail-delete-file-function
13880 @findex delete-file
13881 Function called to delete files.  It is @code{delete-file} by default.
13882
13883 @item nnmail-cache-accepted-message-ids
13884 @vindex nnmail-cache-accepted-message-ids
13885 If non-@code{nil}, put the @code{Message-ID}s of articles imported into
13886 the back end (via @code{Gcc}, for instance) into the mail duplication
13887 discovery cache.  The default is @code{nil}.
13888
13889 @item nnmail-cache-ignore-groups
13890 @vindex nnmail-cache-ignore-groups
13891 This can be a regular expression or a list of regular expressions.
13892 Group names that match any of the regular expressions will never be
13893 recorded in the @code{Message-ID} cache.
13894
13895 This can be useful, for example, when using Fancy Splitting
13896 (@pxref{Fancy Mail Splitting}) together with the function
13897 @code{nnmail-split-fancy-with-parent}.
13898
13899 @end table
13900
13901
13902 @node Fancy Mail Splitting
13903 @subsection Fancy Mail Splitting
13904 @cindex mail splitting
13905 @cindex fancy mail splitting
13906
13907 @vindex nnmail-split-fancy
13908 @findex nnmail-split-fancy
13909 If the rather simple, standard method for specifying how to split mail
13910 doesn't allow you to do what you want, you can set
13911 @code{nnmail-split-methods} to @code{nnmail-split-fancy}.  Then you can
13912 play with the @code{nnmail-split-fancy} variable.
13913
13914 Let's look at an example value of this variable first:
13915
13916 @lisp
13917 ;; @r{Messages from the mailer daemon are not crossposted to any of}
13918 ;; @r{the ordinary groups.  Warnings are put in a separate group}
13919 ;; @r{from real errors.}
13920 (| ("from" mail (| ("subject" "warn.*" "mail.warning")
13921                    "mail.misc"))
13922    ;; @r{Non-error messages are crossposted to all relevant}
13923    ;; @r{groups, but we don't crosspost between the group for the}
13924    ;; @r{(ding) list and the group for other (ding) related mail.}
13925    (& (| (any "ding@@ifi\\.uio\\.no" "ding.list")
13926          ("subject" "ding" "ding.misc"))
13927       ;; @r{Other mailing lists@dots{}}
13928       (any "procmail@@informatik\\.rwth-aachen\\.de" "procmail.list")
13929       (any "SmartList@@informatik\\.rwth-aachen\\.de" "SmartList.list")
13930       ;; @r{Both lists below have the same suffix, so prevent}
13931       ;; @r{cross-posting to mkpkg.list of messages posted only to}
13932       ;; @r{the bugs- list, but allow cross-posting when the}
13933       ;; @r{message was really cross-posted.}
13934       (any "bugs-mypackage@@somewhere" "mypkg.bugs")
13935       (any "mypackage@@somewhere\" - "bugs-mypackage" "mypkg.list")
13936       ;; @r{People@dots{}}
13937       (any "larsi@@ifi\\.uio\\.no" "people.Lars_Magne_Ingebrigtsen"))
13938    ;; @r{Unmatched mail goes to the catch all group.}
13939    "misc.misc")
13940 @end lisp
13941
13942 This variable has the format of a @dfn{split}.  A split is a
13943 (possibly) recursive structure where each split may contain other
13944 splits.  Here are the possible split syntaxes:
13945
13946 @table @code
13947
13948 @item group 
13949 If the split is a string, that will be taken as a group name.  Normal
13950 regexp match expansion will be done.  See below for examples.
13951
13952 @item (@var{field} @var{value} [- @var{restrict} [@dots{}] ] @var{split})
13953 If the split is a list, the first element of which is a string, then
13954 store the message as specified by @var{split}, if header @var{field}
13955 (a regexp) contains @var{value} (also a regexp).  If @var{restrict}
13956 (yet another regexp) matches some string after @var{field} and before
13957 the end of the matched @var{value}, the @var{split} is ignored.  If
13958 none of the @var{restrict} clauses match, @var{split} is processed.
13959
13960 @item (| @var{split} @dots{})
13961 If the split is a list, and the first element is @code{|} (vertical
13962 bar), then process each @var{split} until one of them matches.  A
13963 @var{split} is said to match if it will cause the mail message to be
13964 stored in one or more groups.
13965
13966 @item (& @var{split} @dots{})
13967 If the split is a list, and the first element is @code{&}, then
13968 process all @var{split}s in the list.
13969
13970 @item junk
13971 If the split is the symbol @code{junk}, then don't save (i.e., delete)
13972 this message.  Use with extreme caution.
13973
13974 @item (: @var{function} @var{arg1} @var{arg2} @dots{})
13975 If the split is a list, and the first element is @samp{:}, then the
13976 second element will be called as a function with @var{args} given as
13977 arguments.  The function should return a @var{split}.
13978
13979 @cindex body split
13980 For instance, the following function could be used to split based on the
13981 body of the messages:
13982
13983 @lisp
13984 (defun split-on-body ()
13985   (save-excursion
13986     (save-restriction
13987       (widen)
13988       (goto-char (point-min))
13989       (when (re-search-forward "Some.*string" nil t)
13990         "string.group"))))
13991 @end lisp
13992
13993 The buffer is narrowed to the message in question when @var{function}
13994 is run.  That's why @code{(widen)} needs to be called after
13995 @code{save-excursion} and @code{save-restriction} in the example
13996 above.  Also note that with the nnimap backend, message bodies will
13997 not be downloaded by default.  You need to set
13998 @code{nnimap-split-download-body} to @code{t} to do that
13999 (@pxref{Splitting in IMAP}).
14000
14001 @item (! @var{func} @var{split})
14002 If the split is a list, and the first element is @code{!}, then
14003 @var{split} will be processed, and @var{func} will be called as a
14004 function with the result of @var{split} as argument.  @var{func}
14005 should return a split.
14006
14007 @item nil
14008 If the split is @code{nil}, it is ignored.
14009
14010 @end table
14011
14012 In these splits, @var{field} must match a complete field name.
14013 @var{value} must match a complete word according to the fundamental mode
14014 syntax table.  You can use @code{.*} in the regexps to match partial
14015 field names or words.  In other words, all @var{value}'s are wrapped in
14016 @samp{\<} and @samp{\>} pairs.
14017
14018 @vindex nnmail-split-abbrev-alist
14019 @var{field} and @var{value} can also be Lisp symbols, in that case
14020 they are expanded as specified by the variable
14021 @code{nnmail-split-abbrev-alist}.  This is an alist of cons cells,
14022 where the @sc{car} of a cell contains the key, and the @sc{cdr}
14023 contains the associated value.  Predefined entries in
14024 @code{nnmail-split-abbrev-alist} include:
14025
14026 @table @code
14027 @item from
14028 Matches the @samp{From}, @samp{Sender} and @samp{Resent-From} fields.
14029 @item to
14030 Matches the @samp{To}, @samp{Cc}, @samp{Apparently-To},
14031 @samp{Resent-To} and @samp{Resent-Cc} fields.
14032 @item any
14033 Is the union of the @code{from} and @code{to} entries.
14034 @end table
14035
14036 @vindex nnmail-split-fancy-syntax-table
14037 @code{nnmail-split-fancy-syntax-table} is the syntax table in effect
14038 when all this splitting is performed.
14039
14040 If you want to have Gnus create groups dynamically based on some
14041 information in the headers (i.e., do @code{replace-match}-like
14042 substitutions in the group names), you can say things like:
14043
14044 @example
14045 (any "debian-\\b\\(\\w+\\)@@lists.debian.org" "mail.debian.\\1")
14046 @end example
14047
14048 In this example, messages sent to @samp{debian-foo@@lists.debian.org}
14049 will be filed in @samp{mail.debian.foo}.
14050
14051 If the string contains the element @samp{\&}, then the previously
14052 matched string will be substituted.  Similarly, the elements @samp{\\1}
14053 up to @samp{\\9} will be substituted with the text matched by the
14054 groupings 1 through 9.
14055
14056 @vindex nnmail-split-fancy-match-partial-words
14057 @code{nnmail-split-fancy-match-partial-words} controls whether partial
14058 words are matched during fancy splitting.
14059
14060 Normally, regular expressions given in @code{nnmail-split-fancy} are
14061 implicitly surrounded by @code{\<...\>} markers, which are word
14062 delimiters.  If this variable is true, they are not implicitly
14063 surrounded by anything.
14064
14065 @example
14066 (any "joe" "joemail")
14067 @end example
14068
14069 In this example, messages sent from @samp{joedavis@@foo.org} will
14070 normally not be filed in @samp{joemail}.  With
14071 @code{nnmail-split-fancy-match-partial-words} set to t, however, the
14072 match will happen.  In effect, the requirement of a word boundary is
14073 removed and instead the match becomes more like a grep.
14074
14075 @findex nnmail-split-fancy-with-parent
14076 @code{nnmail-split-fancy-with-parent} is a function which allows you to
14077 split followups into the same groups their parents are in.  Sometimes
14078 you can't make splitting rules for all your mail.  For example, your
14079 boss might send you personal mail regarding different projects you are
14080 working on, and as you can't tell your boss to put a distinguishing
14081 string into the subject line, you have to resort to manually moving the
14082 messages into the right group.  With this function, you only have to do
14083 it once per thread.
14084
14085 To use this feature, you have to set @code{nnmail-treat-duplicates}
14086 and @code{nnmail-cache-accepted-message-ids} to a non-@code{nil}
14087 value.  And then you can include @code{nnmail-split-fancy-with-parent}
14088 using the colon feature, like so:
14089 @lisp
14090 (setq nnmail-treat-duplicates 'warn     ; @r{or @code{delete}}
14091       nnmail-cache-accepted-message-ids t
14092       nnmail-split-fancy
14093       '(| (: nnmail-split-fancy-with-parent)
14094           ;; @r{other splits go here}
14095         ))
14096 @end lisp
14097
14098 This feature works as follows: when @code{nnmail-treat-duplicates} is
14099 non-@code{nil}, Gnus records the message id of every message it sees
14100 in the file specified by the variable
14101 @code{nnmail-message-id-cache-file}, together with the group it is in
14102 (the group is omitted for non-mail messages).  When mail splitting is
14103 invoked, the function @code{nnmail-split-fancy-with-parent} then looks
14104 at the References (and In-Reply-To) header of each message to split
14105 and searches the file specified by @code{nnmail-message-id-cache-file}
14106 for the message ids.  When it has found a parent, it returns the
14107 corresponding group name unless the group name matches the regexp
14108 @code{nnmail-split-fancy-with-parent-ignore-groups}.  It is
14109 recommended that you set @code{nnmail-message-id-cache-length} to a
14110 somewhat higher number than the default so that the message ids are
14111 still in the cache.  (A value of 5000 appears to create a file some
14112 300 kBytes in size.)
14113 @vindex nnmail-cache-accepted-message-ids
14114 When @code{nnmail-cache-accepted-message-ids} is non-@code{nil}, Gnus
14115 also records the message ids of moved articles, so that the followup
14116 messages goes into the new group.
14117
14118 Also see the variable @code{nnmail-cache-ignore-groups} if you don't
14119 want certain groups to be recorded in the cache.  For example, if all
14120 outgoing messages are written to an ``outgoing'' group, you could set
14121 @code{nnmail-cache-ignore-groups} to match that group name.
14122 Otherwise, answers to all your messages would end up in the
14123 ``outgoing'' group.
14124
14125
14126 @node Group Mail Splitting
14127 @subsection Group Mail Splitting
14128 @cindex mail splitting
14129 @cindex group mail splitting
14130
14131 @findex gnus-group-split
14132 If you subscribe to dozens of mailing lists but you don't want to
14133 maintain mail splitting rules manually, group mail splitting is for you.
14134 You just have to set @code{to-list} and/or @code{to-address} in group
14135 parameters or group customization and set @code{nnmail-split-methods} to
14136 @code{gnus-group-split}.  This splitting function will scan all groups
14137 for those parameters and split mail accordingly, i.e., messages posted
14138 from or to the addresses specified in the parameters @code{to-list} or
14139 @code{to-address} of a mail group will be stored in that group.
14140
14141 Sometimes, mailing lists have multiple addresses, and you may want mail
14142 splitting to recognize them all: just set the @code{extra-aliases} group
14143 parameter to the list of additional addresses and it's done.  If you'd
14144 rather use a regular expression, set @code{split-regexp}.
14145
14146 All these parameters in a group will be used to create an
14147 @code{nnmail-split-fancy} split, in which the @var{field} is @samp{any},
14148 the @var{value} is a single regular expression that matches
14149 @code{to-list}, @code{to-address}, all of @code{extra-aliases} and all
14150 matches of @code{split-regexp}, and the @var{split} is the name of the
14151 group.  @var{restrict}s are also supported: just set the
14152 @code{split-exclude} parameter to a list of regular expressions.
14153
14154 If you can't get the right split to be generated using all these
14155 parameters, or you just need something fancier, you can set the
14156 parameter @code{split-spec} to an @code{nnmail-split-fancy} split.  In
14157 this case, all other aforementioned parameters will be ignored by
14158 @code{gnus-group-split}.  In particular, @code{split-spec} may be set to
14159 @code{nil}, in which case the group will be ignored by
14160 @code{gnus-group-split}.
14161
14162 @vindex gnus-group-split-default-catch-all-group
14163 @code{gnus-group-split} will do cross-posting on all groups that match,
14164 by defining a single @code{&} fancy split containing one split for each
14165 group.  If a message doesn't match any split, it will be stored in the
14166 group named in @code{gnus-group-split-default-catch-all-group}, unless
14167 some group has @code{split-spec} set to @code{catch-all}, in which case
14168 that group is used as the catch-all group.  Even though this variable is
14169 often used just to name a group, it may also be set to an arbitrarily
14170 complex fancy split (after all, a group name is a fancy split), and this
14171 may be useful to split mail that doesn't go to any mailing list to
14172 personal mail folders.  Note that this fancy split is added as the last
14173 element of a @code{|} split list that also contains a @code{&} split
14174 with the rules extracted from group parameters.
14175
14176 It's time for an example.  Assume the following group parameters have
14177 been defined:
14178
14179 @example
14180 nnml:mail.bar:
14181 ((to-address . "bar@@femail.com")
14182  (split-regexp . ".*@@femail\\.com"))
14183 nnml:mail.foo:
14184 ((to-list . "foo@@nowhere.gov")
14185  (extra-aliases "foo@@localhost" "foo-redist@@home")
14186  (split-exclude "bugs-foo" "rambling-foo")
14187  (admin-address . "foo-request@@nowhere.gov"))
14188 nnml:mail.others:
14189 ((split-spec . catch-all))
14190 @end example
14191
14192 Setting @code{nnmail-split-methods} to @code{gnus-group-split} will
14193 behave as if @code{nnmail-split-fancy} had been selected and variable
14194 @code{nnmail-split-fancy} had been set as follows:
14195
14196 @lisp
14197 (| (& (any "\\(bar@@femail\\.com\\|.*@@femail\\.com\\)" "mail.bar")
14198       (any "\\(foo@@nowhere\\.gov\\|foo@@localhost\\|foo-redist@@home\\)"
14199            - "bugs-foo" - "rambling-foo" "mail.foo"))
14200    "mail.others")
14201 @end lisp
14202
14203 @findex gnus-group-split-fancy
14204 If you'd rather not use group splitting for all your mail groups, you
14205 may use it for only some of them, by using @code{nnmail-split-fancy}
14206 splits like this:
14207
14208 @lisp
14209 (: gnus-group-split-fancy @var{groups} @var{no-crosspost} @var{catch-all})
14210 @end lisp
14211
14212 @var{groups} may be a regular expression or a list of group names whose
14213 parameters will be scanned to generate the output split.
14214 @var{no-crosspost} can be used to disable cross-posting; in this case, a
14215 single @code{|} split will be output.  @var{catch-all} is the fall back
14216 fancy split, used like @code{gnus-group-split-default-catch-all-group}.
14217 If @var{catch-all} is @code{nil}, or if @code{split-regexp} matches the
14218 empty string in any selected group, no catch-all split will be issued.
14219 Otherwise, if some group has @code{split-spec} set to @code{catch-all},
14220 this group will override the value of the @var{catch-all} argument.
14221
14222 @findex gnus-group-split-setup
14223 Unfortunately, scanning all groups and their parameters can be quite
14224 slow, especially considering that it has to be done for every message.
14225 But don't despair!  The function @code{gnus-group-split-setup} can be
14226 used to enable @code{gnus-group-split} in a much more efficient way.  It
14227 sets @code{nnmail-split-methods} to @code{nnmail-split-fancy} and sets
14228 @code{nnmail-split-fancy} to the split produced by
14229 @code{gnus-group-split-fancy}.  Thus, the group parameters are only
14230 scanned once, no matter how many messages are split.
14231
14232 @findex gnus-group-split-update
14233 However, if you change group parameters, you'd have to update
14234 @code{nnmail-split-fancy} manually.  You can do it by running
14235 @code{gnus-group-split-update}.  If you'd rather have it updated
14236 automatically, just tell @code{gnus-group-split-setup} to do it for
14237 you.  For example, add to your @file{~/.gnus.el}:
14238
14239 @lisp
14240 (gnus-group-split-setup @var{auto-update} @var{catch-all})
14241 @end lisp
14242
14243 If @var{auto-update} is non-@code{nil}, @code{gnus-group-split-update}
14244 will be added to @code{nnmail-pre-get-new-mail-hook}, so you won't ever
14245 have to worry about updating @code{nnmail-split-fancy} again.  If you
14246 don't omit @var{catch-all} (it's optional, equivalent to @code{nil}),
14247 @code{gnus-group-split-default-catch-all-group} will be set to its
14248 value.
14249
14250 @vindex gnus-group-split-updated-hook
14251 Because you may want to change @code{nnmail-split-fancy} after it is set
14252 by @code{gnus-group-split-update}, this function will run
14253 @code{gnus-group-split-updated-hook} just before finishing.
14254
14255 @node Incorporating Old Mail
14256 @subsection Incorporating Old Mail
14257 @cindex incorporating old mail
14258 @cindex import old mail
14259
14260 Most people have lots of old mail stored in various file formats.  If
14261 you have set up Gnus to read mail using one of the spiffy Gnus mail
14262 back ends, you'll probably wish to have that old mail incorporated into
14263 your mail groups.
14264
14265 Doing so can be quite easy.
14266
14267 To take an example: You're reading mail using @code{nnml}
14268 (@pxref{Mail Spool}), and have set @code{nnmail-split-methods} to a
14269 satisfactory value (@pxref{Splitting Mail}).  You have an old Unix mbox
14270 file filled with important, but old, mail.  You want to move it into
14271 your @code{nnml} groups.
14272
14273 Here's how:
14274
14275 @enumerate
14276 @item
14277 Go to the group buffer.
14278
14279 @item
14280 Type @kbd{G f} and give the file name to the mbox file when prompted to create an
14281 @code{nndoc} group from the mbox file (@pxref{Foreign Groups}).
14282
14283 @item
14284 Type @kbd{SPACE} to enter the newly created group.
14285
14286 @item
14287 Type @kbd{M P b} to process-mark all articles in this group's buffer
14288 (@pxref{Setting Process Marks}).
14289
14290 @item
14291 Type @kbd{B r} to respool all the process-marked articles, and answer
14292 @samp{nnml} when prompted (@pxref{Mail Group Commands}).
14293 @end enumerate
14294
14295 All the mail messages in the mbox file will now also be spread out over
14296 all your @code{nnml} groups.  Try entering them and check whether things
14297 have gone without a glitch.  If things look ok, you may consider
14298 deleting the mbox file, but I wouldn't do that unless I was absolutely
14299 sure that all the mail has ended up where it should be.
14300
14301 Respooling is also a handy thing to do if you're switching from one mail
14302 back end to another.  Just respool all the mail in the old mail groups
14303 using the new mail back end.
14304
14305
14306 @node Expiring Mail
14307 @subsection Expiring Mail
14308 @cindex article expiry
14309
14310 Traditional mail readers have a tendency to remove mail articles when
14311 you mark them as read, in some way.  Gnus takes a fundamentally
14312 different approach to mail reading.
14313
14314 Gnus basically considers mail just to be news that has been received in
14315 a rather peculiar manner.  It does not think that it has the power to
14316 actually change the mail, or delete any mail messages.  If you enter a
14317 mail group, and mark articles as ``read'', or kill them in some other
14318 fashion, the mail articles will still exist on the system.  I repeat:
14319 Gnus will not delete your old, read mail.  Unless you ask it to, of
14320 course.
14321
14322 To make Gnus get rid of your unwanted mail, you have to mark the
14323 articles as @dfn{expirable}.  (With the default key bindings, this means
14324 that you have to type @kbd{E}.)  This does not mean that the articles
14325 will disappear right away, however.  In general, a mail article will be
14326 deleted from your system if, 1) it is marked as expirable, AND 2) it is
14327 more than one week old.  If you do not mark an article as expirable, it
14328 will remain on your system until hell freezes over.  This bears
14329 repeating one more time, with some spurious capitalizations: IF you do
14330 NOT mark articles as EXPIRABLE, Gnus will NEVER delete those ARTICLES.
14331
14332 You do not have to mark articles as expirable by hand.  Gnus provides
14333 two features, called ``auto-expire'' and ``total-expire'', that can help you
14334 with this.  In a nutshell, ``auto-expire'' means that Gnus hits @kbd{E}
14335 for you when you select an article.  And ``total-expire'' means that Gnus
14336 considers all articles as expirable that are read.  So, in addition to
14337 the articles marked @samp{E}, also the articles marked @samp{r},
14338 @samp{R}, @samp{O}, @samp{K}, @samp{Y} and so on are considered
14339 expirable.
14340
14341 When should either auto-expire or total-expire be used?  Most people
14342 who are subscribed to mailing lists split each list into its own group
14343 and then turn on auto-expire or total-expire for those groups.
14344 (@xref{Splitting Mail}, for more information on splitting each list
14345 into its own group.)
14346
14347 Which one is better, auto-expire or total-expire?  It's not easy to
14348 answer.  Generally speaking, auto-expire is probably faster.  Another
14349 advantage of auto-expire is that you get more marks to work with: for
14350 the articles that are supposed to stick around, you can still choose
14351 between tick and dormant and read marks.  But with total-expire, you
14352 only have dormant and ticked to choose from.  The advantage of
14353 total-expire is that it works well with adaptive scoring (@pxref{Adaptive
14354 Scoring}).  Auto-expire works with normal scoring but not with adaptive
14355 scoring.
14356
14357 @vindex gnus-auto-expirable-newsgroups
14358 Groups that match the regular expression
14359 @code{gnus-auto-expirable-newsgroups} will have all articles that you
14360 read marked as expirable automatically.  All articles marked as
14361 expirable have an @samp{E} in the first column in the summary buffer.
14362
14363 By default, if you have auto expiry switched on, Gnus will mark all the
14364 articles you read as expirable, no matter if they were read or unread
14365 before.  To avoid having articles marked as read marked as expirable
14366 automatically, you can put something like the following in your
14367 @file{~/.gnus.el} file:
14368
14369 @vindex gnus-mark-article-hook
14370 @lisp
14371 (remove-hook 'gnus-mark-article-hook
14372              'gnus-summary-mark-read-and-unread-as-read)
14373 (add-hook 'gnus-mark-article-hook 'gnus-summary-mark-unread-as-read)
14374 @end lisp
14375
14376 Note that making a group auto-expirable doesn't mean that all read
14377 articles are expired---only the articles marked as expirable
14378 will be expired.  Also note that using the @kbd{d} command won't make
14379 articles expirable---only semi-automatic marking of articles as read will
14380 mark the articles as expirable in auto-expirable groups.
14381
14382 Let's say you subscribe to a couple of mailing lists, and you want the
14383 articles you have read to disappear after a while:
14384
14385 @lisp
14386 (setq gnus-auto-expirable-newsgroups
14387       "mail.nonsense-list\\|mail.nice-list")
14388 @end lisp
14389
14390 Another way to have auto-expiry happen is to have the element
14391 @code{auto-expire} in the group parameters of the group.
14392
14393 If you use adaptive scoring (@pxref{Adaptive Scoring}) and
14394 auto-expiring, you'll have problems.  Auto-expiring and adaptive scoring
14395 don't really mix very well.
14396
14397 @vindex nnmail-expiry-wait
14398 The @code{nnmail-expiry-wait} variable supplies the default time an
14399 expirable article has to live.  Gnus starts counting days from when the
14400 message @emph{arrived}, not from when it was sent.  The default is seven
14401 days.
14402
14403 Gnus also supplies a function that lets you fine-tune how long articles
14404 are to live, based on what group they are in.  Let's say you want to
14405 have one month expiry period in the @samp{mail.private} group, a one day
14406 expiry period in the @samp{mail.junk} group, and a six day expiry period
14407 everywhere else:
14408
14409 @vindex nnmail-expiry-wait-function
14410 @lisp
14411 (setq nnmail-expiry-wait-function
14412       (lambda (group)
14413        (cond ((string= group "mail.private")
14414                31)
14415              ((string= group "mail.junk")
14416                1)
14417              ((string= group "important")
14418                'never)
14419              (t
14420                6))))
14421 @end lisp
14422
14423 The group names this function is fed are ``unadorned'' group
14424 names---no @samp{nnml:} prefixes and the like.
14425
14426 The @code{nnmail-expiry-wait} variable and
14427 @code{nnmail-expiry-wait-function} function can either be a number (not
14428 necessarily an integer) or one of the symbols @code{immediate} or
14429 @code{never}.
14430
14431 You can also use the @code{expiry-wait} group parameter to selectively
14432 change the expiry period (@pxref{Group Parameters}).
14433
14434 @vindex nnmail-expiry-target
14435 The normal action taken when expiring articles is to delete them.
14436 However, in some circumstances it might make more sense to move them
14437 to other groups instead of deleting them.  The variable
14438 @code{nnmail-expiry-target} (and the @code{expiry-target} group
14439 parameter) controls this.  The variable supplies a default value for
14440 all groups, which can be overridden for specific groups by the group
14441 parameter.  default value is @code{delete}, but this can also be a
14442 string (which should be the name of the group the message should be
14443 moved to), or a function (which will be called in a buffer narrowed to
14444 the message in question, and with the name of the group being moved
14445 from as its parameter) which should return a target---either a group
14446 name or @code{delete}.
14447
14448 Here's an example for specifying a group name:
14449 @lisp
14450 (setq nnmail-expiry-target "nnml:expired")
14451 @end lisp
14452
14453 @findex nnmail-fancy-expiry-target
14454 @vindex nnmail-fancy-expiry-targets
14455 Gnus provides a function @code{nnmail-fancy-expiry-target} which will
14456 expire mail to groups according to the variable
14457 @code{nnmail-fancy-expiry-targets}.  Here's an example:
14458
14459 @lisp
14460  (setq nnmail-expiry-target 'nnmail-fancy-expiry-target
14461        nnmail-fancy-expiry-targets
14462        '((to-from "boss" "nnfolder:Work")
14463          ("subject" "IMPORTANT" "nnfolder:IMPORTANT.%Y.%b")
14464          ("from" ".*" "nnfolder:Archive-%Y")))
14465 @end lisp
14466
14467 With this setup, any mail that has @code{IMPORTANT} in its Subject
14468 header and was sent in the year @code{YYYY} and month @code{MMM}, will
14469 get expired to the group @code{nnfolder:IMPORTANT.YYYY.MMM}.  If its
14470 From or To header contains the string @code{boss}, it will get expired
14471 to @code{nnfolder:Work}.  All other mail will get expired to
14472 @code{nnfolder:Archive-YYYY}.
14473
14474 @vindex nnmail-keep-last-article
14475 If @code{nnmail-keep-last-article} is non-@code{nil}, Gnus will never
14476 expire the final article in a mail newsgroup.  This is to make life
14477 easier for procmail users.
14478
14479 @vindex gnus-total-expirable-newsgroups
14480 By the way: That line up there, about Gnus never expiring non-expirable
14481 articles, is a lie.  If you put @code{total-expire} in the group
14482 parameters, articles will not be marked as expirable, but all read
14483 articles will be put through the expiry process.  Use with extreme
14484 caution.  Even more dangerous is the
14485 @code{gnus-total-expirable-newsgroups} variable.  All groups that match
14486 this regexp will have all read articles put through the expiry process,
14487 which means that @emph{all} old mail articles in the groups in question
14488 will be deleted after a while.  Use with extreme caution, and don't come
14489 crying to me when you discover that the regexp you used matched the
14490 wrong group and all your important mail has disappeared.  Be a
14491 @emph{man}!  Or a @emph{woman}!  Whatever you feel more comfortable
14492 with!  So there!
14493
14494 Most people make most of their mail groups total-expirable, though.
14495
14496 @vindex gnus-inhibit-user-auto-expire
14497 If @code{gnus-inhibit-user-auto-expire} is non-@code{nil}, user marking
14498 commands will not mark an article as expirable, even if the group has
14499 auto-expire turned on.
14500
14501
14502 @node Washing Mail
14503 @subsection Washing Mail
14504 @cindex mail washing
14505 @cindex list server brain damage
14506 @cindex incoming mail treatment
14507
14508 Mailers and list servers are notorious for doing all sorts of really,
14509 really stupid things with mail.  ``Hey, RFC 822 doesn't explicitly
14510 prohibit us from adding the string @code{wE aRe ElItE!!!!!1!!} to the
14511 end of all lines passing through our server, so let's do that!!!!1!''
14512 Yes, but RFC 822 wasn't designed to be read by morons.  Things that were
14513 considered to be self-evident were not discussed.  So.  Here we are.
14514
14515 Case in point:  The German version of Microsoft Exchange adds @samp{AW:
14516 } to the subjects of replies instead of @samp{Re: }.  I could pretend to
14517 be shocked and dismayed by this, but I haven't got the energy.  It is to
14518 laugh.
14519
14520 Gnus provides a plethora of functions for washing articles while
14521 displaying them, but it might be nicer to do the filtering before
14522 storing the mail to disk.  For that purpose, we have three hooks and
14523 various functions that can be put in these hooks.
14524
14525 @table @code
14526 @item nnmail-prepare-incoming-hook
14527 @vindex nnmail-prepare-incoming-hook
14528 This hook is called before doing anything with the mail and is meant for
14529 grand, sweeping gestures.  It is called in a buffer that contains all
14530 the new, incoming mail.  Functions to be used include:
14531
14532 @table @code
14533 @item nnheader-ms-strip-cr
14534 @findex nnheader-ms-strip-cr
14535 Remove trailing carriage returns from each line.  This is default on
14536 Emacs running on MS machines.
14537
14538 @end table
14539
14540 @item nnmail-prepare-incoming-header-hook
14541 @vindex nnmail-prepare-incoming-header-hook
14542 This hook is called narrowed to each header.  It can be used when
14543 cleaning up the headers.  Functions that can be used include:
14544
14545 @table @code
14546 @item nnmail-remove-leading-whitespace
14547 @findex nnmail-remove-leading-whitespace
14548 Clear leading white space that ``helpful'' listservs have added to the
14549 headers to make them look nice.  Aaah.
14550
14551 (Note that this function works on both the header on the body of all
14552 messages, so it is a potentially dangerous function to use (if a body
14553 of a message contains something that looks like a header line).  So
14554 rather than fix the bug, it is of course the right solution to make it
14555 into a feature by documenting it.)
14556
14557 @item nnmail-remove-list-identifiers
14558 @findex nnmail-remove-list-identifiers
14559 Some list servers add an identifier---for example, @samp{(idm)}---to the
14560 beginning of all @code{Subject} headers.  I'm sure that's nice for
14561 people who use stone age mail readers.  This function will remove
14562 strings that match the @code{nnmail-list-identifiers} regexp, which can
14563 also be a list of regexp.  @code{nnmail-list-identifiers} may not contain
14564 @code{\\(..\\)}.
14565
14566 For instance, if you want to remove the @samp{(idm)} and the
14567 @samp{nagnagnag} identifiers:
14568
14569 @lisp
14570 (setq nnmail-list-identifiers
14571       '("(idm)" "nagnagnag"))
14572 @end lisp
14573
14574 This can also be done non-destructively with
14575 @code{gnus-list-identifiers}, @xref{Article Hiding}.
14576
14577 @item nnmail-remove-tabs
14578 @findex nnmail-remove-tabs
14579 Translate all @samp{TAB} characters into @samp{SPACE} characters.
14580
14581 @item nnmail-fix-eudora-headers
14582 @findex nnmail-fix-eudora-headers
14583 @cindex Eudora
14584 Eudora produces broken @code{References} headers, but OK
14585 @code{In-Reply-To} headers.  This function will get rid of the
14586 @code{References} headers.
14587
14588 @end table
14589
14590 @item nnmail-prepare-incoming-message-hook
14591 @vindex nnmail-prepare-incoming-message-hook
14592 This hook is called narrowed to each message.  Functions to be used
14593 include:
14594
14595 @table @code
14596 @item article-de-quoted-unreadable
14597 @findex article-de-quoted-unreadable
14598 Decode Quoted Readable encoding.
14599
14600 @end table
14601 @end table
14602
14603
14604 @node Duplicates
14605 @subsection Duplicates
14606
14607 @vindex nnmail-treat-duplicates
14608 @vindex nnmail-message-id-cache-length
14609 @vindex nnmail-message-id-cache-file
14610 @cindex duplicate mails
14611 If you are a member of a couple of mailing lists, you will sometimes
14612 receive two copies of the same mail.  This can be quite annoying, so
14613 @code{nnmail} checks for and treats any duplicates it might find.  To do
14614 this, it keeps a cache of old @code{Message-ID}s---
14615 @code{nnmail-message-id-cache-file}, which is @file{~/.nnmail-cache} by
14616 default.  The approximate maximum number of @code{Message-ID}s stored
14617 there is controlled by the @code{nnmail-message-id-cache-length}
14618 variable, which is 1000 by default.  (So 1000 @code{Message-ID}s will be
14619 stored.) If all this sounds scary to you, you can set
14620 @code{nnmail-treat-duplicates} to @code{warn} (which is what it is by
14621 default), and @code{nnmail} won't delete duplicate mails.  Instead it
14622 will insert a warning into the head of the mail saying that it thinks
14623 that this is a duplicate of a different message.
14624
14625 This variable can also be a function.  If that's the case, the function
14626 will be called from a buffer narrowed to the message in question with
14627 the @code{Message-ID} as a parameter.  The function must return either
14628 @code{nil}, @code{warn}, or @code{delete}.
14629
14630 You can turn this feature off completely by setting the variable to
14631 @code{nil}.
14632
14633 If you want all the duplicate mails to be put into a special
14634 @dfn{duplicates} group, you could do that using the normal mail split
14635 methods:
14636
14637 @lisp
14638 (setq nnmail-split-fancy
14639       '(| ;; @r{Messages duplicates go to a separate group.}
14640         ("gnus-warning" "duplicat\\(e\\|ion\\) of message" "duplicate")
14641         ;; @r{Message from daemons, postmaster, and the like to another.}
14642         (any mail "mail.misc")
14643         ;; @r{Other rules.}
14644         [...] ))
14645 @end lisp
14646 @noindent
14647 Or something like:
14648 @lisp
14649 (setq nnmail-split-methods
14650       '(("duplicates" "^Gnus-Warning:.*duplicate")
14651         ;; @r{Other rules.}
14652         [...]))
14653 @end lisp
14654
14655 Here's a neat feature: If you know that the recipient reads her mail
14656 with Gnus, and that she has @code{nnmail-treat-duplicates} set to
14657 @code{delete}, you can send her as many insults as you like, just by
14658 using a @code{Message-ID} of a mail that you know that she's already
14659 received.  Think of all the fun!  She'll never see any of it!  Whee!
14660
14661
14662 @node Not Reading Mail
14663 @subsection Not Reading Mail
14664
14665 If you start using any of the mail back ends, they have the annoying
14666 habit of assuming that you want to read mail with them.  This might not
14667 be unreasonable, but it might not be what you want.
14668
14669 If you set @code{mail-sources} and @code{nnmail-spool-file} to
14670 @code{nil}, none of the back ends will ever attempt to read incoming
14671 mail, which should help.
14672
14673 @vindex nnbabyl-get-new-mail
14674 @vindex nnmbox-get-new-mail
14675 @vindex nnml-get-new-mail
14676 @vindex nnmh-get-new-mail
14677 @vindex nnfolder-get-new-mail
14678 This might be too much, if, for instance, you are reading mail quite
14679 happily with @code{nnml} and just want to peek at some old Rmail
14680 file you have stashed away with @code{nnbabyl}.  All back ends have
14681 variables called back-end-@code{get-new-mail}.  If you want to disable
14682 the @code{nnbabyl} mail reading, you edit the virtual server for the
14683 group to have a setting where @code{nnbabyl-get-new-mail} to @code{nil}.
14684
14685 All the mail back ends will call @code{nn}*@code{-prepare-save-mail-hook}
14686 narrowed to the article to be saved before saving it when reading
14687 incoming mail.
14688
14689
14690 @node Choosing a Mail Back End
14691 @subsection Choosing a Mail Back End
14692
14693 Gnus will read the mail spool when you activate a mail group.  The mail
14694 file is first copied to your home directory.  What happens after that
14695 depends on what format you want to store your mail in.
14696
14697 There are six different mail back ends in the standard Gnus, and more
14698 back ends are available separately.  The mail back end most people use
14699 (because it is possibly the fastest) is @code{nnml} (@pxref{Mail
14700 Spool}).
14701
14702 @menu
14703 * Unix Mail Box::               Using the (quite) standard Un*x mbox.
14704 * Rmail Babyl::                 Emacs programs use the Rmail Babyl format.
14705 * Mail Spool::                  Store your mail in a private spool?
14706 * MH Spool::                    An mhspool-like back end.
14707 * Maildir::                     Another one-file-per-message format.
14708 * Mail Folders::                Having one file for each group.
14709 * Comparing Mail Back Ends::    An in-depth looks at pros and cons.
14710 @end menu
14711
14712
14713 @node Unix Mail Box
14714 @subsubsection Unix Mail Box
14715 @cindex nnmbox
14716 @cindex unix mail box
14717
14718 @vindex nnmbox-active-file
14719 @vindex nnmbox-mbox-file
14720 The @dfn{nnmbox} back end will use the standard Un*x mbox file to store
14721 mail.  @code{nnmbox} will add extra headers to each mail article to say
14722 which group it belongs in.
14723
14724 Virtual server settings:
14725
14726 @table @code
14727 @item nnmbox-mbox-file
14728 @vindex nnmbox-mbox-file
14729 The name of the mail box in the user's home directory.  Default is
14730 @file{~/mbox}.
14731
14732 @item nnmbox-active-file
14733 @vindex nnmbox-active-file
14734 The name of the active file for the mail box.  Default is
14735 @file{~/.mbox-active}.
14736
14737 @item nnmbox-get-new-mail
14738 @vindex nnmbox-get-new-mail
14739 If non-@code{nil}, @code{nnmbox} will read incoming mail and split it
14740 into groups.  Default is @code{t}.
14741 @end table
14742
14743
14744 @node Rmail Babyl
14745 @subsubsection Rmail Babyl
14746 @cindex nnbabyl
14747 @cindex Rmail mbox
14748
14749 @vindex nnbabyl-active-file
14750 @vindex nnbabyl-mbox-file
14751 The @dfn{nnbabyl} back end will use a Babyl mail box (aka. @dfn{Rmail
14752 mbox}) to store mail.  @code{nnbabyl} will add extra headers to each
14753 mail article to say which group it belongs in.
14754
14755 Virtual server settings:
14756
14757 @table @code
14758 @item nnbabyl-mbox-file
14759 @vindex nnbabyl-mbox-file
14760 The name of the Rmail mbox file.  The default is @file{~/RMAIL}
14761
14762 @item nnbabyl-active-file
14763 @vindex nnbabyl-active-file
14764 The name of the active file for the rmail box.  The default is
14765 @file{~/.rmail-active}
14766
14767 @item nnbabyl-get-new-mail
14768 @vindex nnbabyl-get-new-mail
14769 If non-@code{nil}, @code{nnbabyl} will read incoming mail.  Default is
14770 @code{t}
14771 @end table
14772
14773
14774 @node Mail Spool
14775 @subsubsection Mail Spool
14776 @cindex nnml
14777 @cindex mail @acronym{NOV} spool
14778
14779 The @dfn{nnml} spool mail format isn't compatible with any other known
14780 format.  It should be used with some caution.
14781
14782 @vindex nnml-directory
14783 If you use this back end, Gnus will split all incoming mail into files,
14784 one file for each mail, and put the articles into the corresponding
14785 directories under the directory specified by the @code{nnml-directory}
14786 variable.  The default value is @file{~/Mail/}.
14787
14788 You do not have to create any directories beforehand; Gnus will take
14789 care of all that.
14790
14791 If you have a strict limit as to how many files you are allowed to store
14792 in your account, you should not use this back end.  As each mail gets its
14793 own file, you might very well occupy thousands of inodes within a few
14794 weeks.  If this is no problem for you, and it isn't a problem for you
14795 having your friendly systems administrator walking around, madly,
14796 shouting ``Who is eating all my inodes?! Who? Who!?!'', then you should
14797 know that this is probably the fastest format to use.  You do not have
14798 to trudge through a big mbox file just to read your new mail.
14799
14800 @code{nnml} is probably the slowest back end when it comes to article
14801 splitting.  It has to create lots of files, and it also generates
14802 @acronym{NOV} databases for the incoming mails.  This makes it possibly the
14803 fastest back end when it comes to reading mail.
14804
14805 @cindex self contained nnml servers
14806 @cindex marks
14807 When the marks file is used (which it is by default), @code{nnml}
14808 servers have the property that you may backup them using @code{tar} or
14809 similar, and later be able to restore them into Gnus (by adding the
14810 proper @code{nnml} server) and have all your marks be preserved.  Marks
14811 for a group is usually stored in the @code{.marks} file (but see
14812 @code{nnml-marks-file-name}) within each @code{nnml} group's directory.
14813 Individual @code{nnml} groups are also possible to backup, use @kbd{G m}
14814 to restore the group (after restoring the backup into the nnml
14815 directory).
14816
14817 If for some reason you believe your @file{.marks} files are screwed
14818 up, you can just delete them all.  Gnus will then correctly regenerate
14819 them next time it starts.
14820
14821 Virtual server settings:
14822
14823 @table @code
14824 @item nnml-directory
14825 @vindex nnml-directory
14826 All @code{nnml} directories will be placed under this directory.  The
14827 default is the value of @code{message-directory} (whose default value
14828 is @file{~/Mail}).
14829
14830 @item nnml-active-file
14831 @vindex nnml-active-file
14832 The active file for the @code{nnml} server.  The default is
14833 @file{~/Mail/active}.
14834
14835 @item nnml-newsgroups-file
14836 @vindex nnml-newsgroups-file
14837 The @code{nnml} group descriptions file.  @xref{Newsgroups File
14838 Format}.  The default is @file{~/Mail/newsgroups}.
14839
14840 @item nnml-get-new-mail
14841 @vindex nnml-get-new-mail
14842 If non-@code{nil}, @code{nnml} will read incoming mail.  The default is
14843 @code{t}.
14844
14845 @item nnml-nov-is-evil
14846 @vindex nnml-nov-is-evil
14847 If non-@code{nil}, this back end will ignore any @acronym{NOV} files.  The
14848 default is @code{nil}.
14849
14850 @item nnml-nov-file-name
14851 @vindex nnml-nov-file-name
14852 The name of the @acronym{NOV} files.  The default is @file{.overview}.
14853
14854 @item nnml-prepare-save-mail-hook
14855 @vindex nnml-prepare-save-mail-hook
14856 Hook run narrowed to an article before saving.
14857
14858 @item nnml-marks-is-evil
14859 @vindex nnml-marks-is-evil
14860 If non-@code{nil}, this back end will ignore any @sc{marks} files.  The
14861 default is @code{nil}.
14862
14863 @item nnml-marks-file-name
14864 @vindex nnml-marks-file-name
14865 The name of the @dfn{marks} files.  The default is @file{.marks}.
14866
14867 @item nnml-use-compressed-files
14868 @vindex nnml-use-compressed-files
14869 If non-@code{nil}, @code{nnml} will allow using compressed message
14870 files.
14871
14872 @end table
14873
14874 @findex nnml-generate-nov-databases
14875 If your @code{nnml} groups and @acronym{NOV} files get totally out of
14876 whack, you can do a complete update by typing @kbd{M-x
14877 nnml-generate-nov-databases}.  This command will trawl through the
14878 entire @code{nnml} hierarchy, looking at each and every article, so it
14879 might take a while to complete.  A better interface to this
14880 functionality can be found in the server buffer (@pxref{Server
14881 Commands}).
14882
14883
14884 @node MH Spool
14885 @subsubsection MH Spool
14886 @cindex nnmh
14887 @cindex mh-e mail spool
14888
14889 @code{nnmh} is just like @code{nnml}, except that is doesn't generate
14890 @acronym{NOV} databases and it doesn't keep an active file or marks
14891 file.  This makes @code{nnmh} a @emph{much} slower back end than
14892 @code{nnml}, but it also makes it easier to write procmail scripts
14893 for.
14894
14895 Virtual server settings:
14896
14897 @table @code
14898 @item nnmh-directory
14899 @vindex nnmh-directory
14900 All @code{nnmh} directories will be located under this directory.  The
14901 default is the value of @code{message-directory} (whose default is
14902 @file{~/Mail})
14903
14904 @item nnmh-get-new-mail
14905 @vindex nnmh-get-new-mail
14906 If non-@code{nil}, @code{nnmh} will read incoming mail.  The default is
14907 @code{t}.
14908
14909 @item nnmh-be-safe
14910 @vindex nnmh-be-safe
14911 If non-@code{nil}, @code{nnmh} will go to ridiculous lengths to make
14912 sure that the articles in the folder are actually what Gnus thinks
14913 they are.  It will check date stamps and stat everything in sight, so
14914 setting this to @code{t} will mean a serious slow-down.  If you never
14915 use anything but Gnus to read the @code{nnmh} articles, you do not
14916 have to set this variable to @code{t}.  The default is @code{nil}.
14917 @end table
14918
14919
14920 @node Maildir
14921 @subsubsection Maildir
14922 @cindex nnmaildir
14923 @cindex maildir
14924
14925 @code{nnmaildir} stores mail in the maildir format, with each maildir
14926 corresponding to a group in Gnus.  This format is documented here:
14927 @uref{http://cr.yp.to/proto/maildir.html} and here:
14928 @uref{http://www.qmail.org/man/man5/maildir.html}.  @code{nnmaildir}
14929 also stores extra information in the @file{.nnmaildir/} directory
14930 within a maildir.
14931
14932 Maildir format was designed to allow concurrent deliveries and
14933 reading, without needing locks.  With other back ends, you would have
14934 your mail delivered to a spool of some kind, and then you would
14935 configure Gnus to split mail from that spool into your groups.  You
14936 can still do that with @code{nnmaildir}, but the more common
14937 configuration is to have your mail delivered directly to the maildirs
14938 that appear as group in Gnus.
14939
14940 @code{nnmaildir} is designed to be perfectly reliable: @kbd{C-g} will
14941 never corrupt its data in memory, and @code{SIGKILL} will never
14942 corrupt its data in the filesystem.
14943
14944 @code{nnmaildir} stores article marks and @acronym{NOV} data in each
14945 maildir.  So you can copy a whole maildir from one Gnus setup to
14946 another, and you will keep your marks.
14947
14948 Virtual server settings:
14949
14950 @table @code
14951 @item directory
14952 For each of your @code{nnmaildir} servers (it's very unlikely that
14953 you'd need more than one), you need to create a directory and populate
14954 it with maildirs or symlinks to maildirs (and nothing else; do not
14955 choose a directory already used for other purposes).  Each maildir
14956 will be represented in Gnus as a newsgroup on that server; the
14957 filename of the symlink will be the name of the group.  Any filenames
14958 in the directory starting with @samp{.} are ignored.  The directory is
14959 scanned when you first start Gnus, and each time you type @kbd{g} in
14960 the group buffer; if any maildirs have been removed or added,
14961 @code{nnmaildir} notices at these times.
14962
14963 The value of the @code{directory} parameter should be a Lisp form
14964 which is processed by @code{eval} and @code{expand-file-name} to get
14965 the path of the directory for this server.  The form is @code{eval}ed
14966 only when the server is opened; the resulting string is used until the
14967 server is closed.  (If you don't know about forms and @code{eval},
14968 don't worry---a simple string will work.)  This parameter is not
14969 optional; you must specify it.  I don't recommend using
14970 @code{"~/Mail"} or a subdirectory of it; several other parts of Gnus
14971 use that directory by default for various things, and may get confused
14972 if @code{nnmaildir} uses it too.  @code{"~/.nnmaildir"} is a typical
14973 value.
14974
14975 @item target-prefix
14976 This should be a Lisp form which is processed by @code{eval} and
14977 @code{expand-file-name}.  The form is @code{eval}ed only when the
14978 server is opened; the resulting string is used until the server is
14979 closed.
14980
14981 When you create a group on an @code{nnmaildir} server, the maildir is
14982 created with @code{target-prefix} prepended to its name, and a symlink
14983 pointing to that maildir is created, named with the plain group name.
14984 So if @code{directory} is @code{"~/.nnmaildir"} and
14985 @code{target-prefix} is @code{"../maildirs/"}, then when you create
14986 the group @code{foo}, @code{nnmaildir} will create
14987 @file{~/.nnmaildir/../maildirs/foo} as a maildir, and will create
14988 @file{~/.nnmaildir/foo} as a symlink pointing to
14989 @file{../maildirs/foo}.
14990
14991 You can set @code{target-prefix} to a string without any slashes to
14992 create both maildirs and symlinks in the same @code{directory}; in
14993 this case, any maildirs found in @code{directory} whose names start
14994 with @code{target-prefix} will not be listed as groups (but the
14995 symlinks pointing to them will be).
14996
14997 As a special case, if @code{target-prefix} is @code{""} (the default),
14998 then when you create a group, the maildir will be created in
14999 @code{directory} without a corresponding symlink.  Beware that you
15000 cannot use @code{gnus-group-delete-group} on such groups without the
15001 @code{force} argument.
15002
15003 @item directory-files
15004 This should be a function with the same interface as
15005 @code{directory-files} (such as @code{directory-files} itself).  It is
15006 used to scan the server's @code{directory} for maildirs.  This
15007 parameter is optional; the default is
15008 @code{nnheader-directory-files-safe} if
15009 @code{nnheader-directory-files-is-safe} is @code{nil}, and
15010 @code{directory-files} otherwise.
15011 (@code{nnheader-directory-files-is-safe} is checked only once when the
15012 server is opened; if you want to check it each time the directory is
15013 scanned, you'll have to provide your own function that does that.)
15014
15015 @item get-new-mail
15016 If non-@code{nil}, then after scanning for new mail in the group
15017 maildirs themselves as usual, this server will also incorporate mail
15018 the conventional Gnus way, from @code{mail-sources} according to
15019 @code{nnmail-split-methods} or @code{nnmail-split-fancy}.  The default
15020 value is @code{nil}.
15021
15022 Do @emph{not} use the same maildir both in @code{mail-sources} and as
15023 an @code{nnmaildir} group.  The results might happen to be useful, but
15024 that would be by chance, not by design, and the results might be
15025 different in the future.  If your split rules create new groups,
15026 remember to supply a @code{create-directory} server parameter.
15027 @end table
15028
15029 @subsubsection Group parameters
15030
15031 @code{nnmaildir} uses several group parameters.  It's safe to ignore
15032 all this; the default behavior for @code{nnmaildir} is the same as the
15033 default behavior for other mail back ends: articles are deleted after
15034 one week, etc.  Except for the expiry parameters, all this
15035 functionality is unique to @code{nnmaildir}, so you can ignore it if
15036 you're just trying to duplicate the behavior you already have with
15037 another back end.
15038
15039 If the value of any of these parameters is a vector, the first element
15040 is evaluated as a Lisp form and the result is used, rather than the
15041 original value.  If the value is not a vector, the value itself is
15042 evaluated as a Lisp form.  (This is why these parameters use names
15043 different from those of other, similar parameters supported by other
15044 back ends: they have different, though similar, meanings.)  (For
15045 numbers, strings, @code{nil}, and @code{t}, you can ignore the
15046 @code{eval} business again; for other values, remember to use an extra
15047 quote and wrap the value in a vector when appropriate.)
15048
15049 @table @code
15050 @item expire-age
15051 An integer specifying the minimum age, in seconds, of an article
15052 before it will be expired, or the symbol @code{never} to specify that
15053 articles should never be expired.  If this parameter is not set,
15054 @code{nnmaildir} falls back to the usual
15055 @code{nnmail-expiry-wait}(@code{-function}) variables (overrideable by
15056 the @code{expiry-wait}(@code{-function}) group parameters.  If you
15057 wanted a value of 3 days, you could use something like @code{[(* 3 24
15058 60 60)]}; @code{nnmaildir} will evaluate the form and use the result.
15059 An article's age is measured starting from the article file's
15060 modification time.  Normally, this is the same as the article's
15061 delivery time, but editing an article makes it younger.  Moving an
15062 article (other than via expiry) may also make an article younger.
15063
15064 @item expire-group
15065 If this is set to a string such as a full Gnus group name, like
15066 @example
15067 "backend+server.address.string:group.name"
15068 @end example
15069 and if it is not the name of the same group that the parameter belongs
15070 to, then articles will be moved to the specified group during expiry
15071 before being deleted.  @emph{If this is set to an @code{nnmaildir}
15072 group, the article will be just as old in the destination group as it
15073 was in the source group.}  So be careful with @code{expire-age} in the
15074 destination group.  If this is set to the name of the same group that
15075 the parameter belongs to, then the article is not expired at all.  If
15076 you use the vector form, the first element is evaluated once for each
15077 article.  So that form can refer to
15078 @code{nnmaildir-article-file-name}, etc., to decide where to put the
15079 article.  @emph{If this parameter is not set, @code{nnmaildir} does
15080 not fall back to the @code{expiry-target} group parameter or the
15081 @code{nnmail-expiry-target} variable.}
15082
15083 @item read-only
15084 If this is set to @code{t}, @code{nnmaildir} will treat the articles
15085 in this maildir as read-only.  This means: articles are not renamed
15086 from @file{new/} into @file{cur/}; articles are only found in
15087 @file{new/}, not @file{cur/}; articles are never deleted; articles
15088 cannot be edited.  @file{new/} is expected to be a symlink to the
15089 @file{new/} directory of another maildir---e.g., a system-wide mailbox
15090 containing a mailing list of common interest.  Everything in the
15091 maildir outside @file{new/} is @emph{not} treated as read-only, so for
15092 a shared mailbox, you do still need to set up your own maildir (or
15093 have write permission to the shared mailbox); your maildir just won't
15094 contain extra copies of the articles.
15095
15096 @item directory-files
15097 A function with the same interface as @code{directory-files}.  It is
15098 used to scan the directories in the maildir corresponding to this
15099 group to find articles.  The default is the function specified by the
15100 server's @code{directory-files} parameter.
15101
15102 @item distrust-Lines:
15103 If non-@code{nil}, @code{nnmaildir} will always count the lines of an
15104 article, rather than use the @code{Lines:} header field.  If
15105 @code{nil}, the header field will be used if present.
15106
15107 @item always-marks
15108 A list of mark symbols, such as @code{['(read expire)]}.  Whenever
15109 Gnus asks @code{nnmaildir} for article marks, @code{nnmaildir} will
15110 say that all articles have these marks, regardless of whether the
15111 marks stored in the filesystem say so.  This is a proof-of-concept
15112 feature that will probably be removed eventually; it ought to be done
15113 in Gnus proper, or abandoned if it's not worthwhile.
15114
15115 @item never-marks
15116 A list of mark symbols, such as @code{['(tick expire)]}.  Whenever
15117 Gnus asks @code{nnmaildir} for article marks, @code{nnmaildir} will
15118 say that no articles have these marks, regardless of whether the marks
15119 stored in the filesystem say so.  @code{never-marks} overrides
15120 @code{always-marks}.  This is a proof-of-concept feature that will
15121 probably be removed eventually; it ought to be done in Gnus proper, or
15122 abandoned if it's not worthwhile.
15123
15124 @item nov-cache-size
15125 An integer specifying the size of the @acronym{NOV} memory cache.  To
15126 speed things up, @code{nnmaildir} keeps @acronym{NOV} data in memory
15127 for a limited number of articles in each group.  (This is probably not
15128 worthwhile, and will probably be removed in the future.)  This
15129 parameter's value is noticed only the first time a group is seen after
15130 the server is opened---i.e., when you first start Gnus, typically.
15131 The @acronym{NOV} cache is never resized until the server is closed
15132 and reopened.  The default is an estimate of the number of articles
15133 that would be displayed in the summary buffer: a count of articles
15134 that are either marked with @code{tick} or not marked with
15135 @code{read}, plus a little extra.
15136 @end table
15137
15138 @subsubsection Article identification
15139 Articles are stored in the @file{cur/} subdirectory of each maildir.
15140 Each article file is named like @code{uniq:info}, where @code{uniq}
15141 contains no colons.  @code{nnmaildir} ignores, but preserves, the
15142 @code{:info} part.  (Other maildir readers typically use this part of
15143 the filename to store marks.)  The @code{uniq} part uniquely
15144 identifies the article, and is used in various places in the
15145 @file{.nnmaildir/} subdirectory of the maildir to store information
15146 about the corresponding article.  The full pathname of an article is
15147 available in the variable @code{nnmaildir-article-file-name} after you
15148 request the article in the summary buffer.
15149
15150 @subsubsection NOV data
15151 An article identified by @code{uniq} has its @acronym{NOV} data (used
15152 to generate lines in the summary buffer) stored in
15153 @code{.nnmaildir/nov/uniq}.  There is no
15154 @code{nnmaildir-generate-nov-databases} function.  (There isn't much
15155 need for it---an article's @acronym{NOV} data is updated automatically
15156 when the article or @code{nnmail-extra-headers} has changed.)  You can
15157 force @code{nnmaildir} to regenerate the @acronym{NOV} data for a
15158 single article simply by deleting the corresponding @acronym{NOV}
15159 file, but @emph{beware}: this will also cause @code{nnmaildir} to
15160 assign a new article number for this article, which may cause trouble
15161 with @code{seen} marks, the Agent, and the cache.
15162
15163 @subsubsection Article marks
15164 An article identified by @code{uniq} is considered to have the mark
15165 @code{flag} when the file @file{.nnmaildir/marks/flag/uniq} exists.
15166 When Gnus asks @code{nnmaildir} for a group's marks, @code{nnmaildir}
15167 looks for such files and reports the set of marks it finds.  When Gnus
15168 asks @code{nnmaildir} to store a new set of marks, @code{nnmaildir}
15169 creates and deletes the corresponding files as needed.  (Actually,
15170 rather than create a new file for each mark, it just creates hard
15171 links to @file{.nnmaildir/markfile}, to save inodes.)
15172
15173 You can invent new marks by creating a new directory in
15174 @file{.nnmaildir/marks/}.  You can tar up a maildir and remove it from
15175 your server, untar it later, and keep your marks.  You can add and
15176 remove marks yourself by creating and deleting mark files.  If you do
15177 this while Gnus is running and your @code{nnmaildir} server is open,
15178 it's best to exit all summary buffers for @code{nnmaildir} groups and
15179 type @kbd{s} in the group buffer first, and to type @kbd{g} or
15180 @kbd{M-g} in the group buffer afterwards.  Otherwise, Gnus might not
15181 pick up the changes, and might undo them.
15182
15183
15184 @node Mail Folders
15185 @subsubsection Mail Folders
15186 @cindex nnfolder
15187 @cindex mbox folders
15188 @cindex mail folders
15189
15190 @code{nnfolder} is a back end for storing each mail group in a
15191 separate file.  Each file is in the standard Un*x mbox format.
15192 @code{nnfolder} will add extra headers to keep track of article
15193 numbers and arrival dates.
15194
15195 @cindex self contained nnfolder servers
15196 @cindex marks
15197 When the marks file is used (which it is by default), @code{nnfolder}
15198 servers have the property that you may backup them using @code{tar} or
15199 similar, and later be able to restore them into Gnus (by adding the
15200 proper @code{nnfolder} server) and have all your marks be preserved.
15201 Marks for a group is usually stored in a file named as the mbox file
15202 with @code{.mrk} concatenated to it (but see
15203 @code{nnfolder-marks-file-suffix}) within the @code{nnfolder}
15204 directory.  Individual @code{nnfolder} groups are also possible to
15205 backup, use @kbd{G m} to restore the group (after restoring the backup
15206 into the @code{nnfolder} directory).
15207
15208 Virtual server settings:
15209
15210 @table @code
15211 @item nnfolder-directory
15212 @vindex nnfolder-directory
15213 All the @code{nnfolder} mail boxes will be stored under this
15214 directory.  The default is the value of @code{message-directory}
15215 (whose default is @file{~/Mail})
15216
15217 @item nnfolder-active-file
15218 @vindex nnfolder-active-file
15219 The name of the active file.  The default is @file{~/Mail/active}.
15220
15221 @item nnfolder-newsgroups-file
15222 @vindex nnfolder-newsgroups-file
15223 The name of the group descriptions file.  @xref{Newsgroups File
15224 Format}.  The default is @file{~/Mail/newsgroups}
15225
15226 @item nnfolder-get-new-mail
15227 @vindex nnfolder-get-new-mail
15228 If non-@code{nil}, @code{nnfolder} will read incoming mail.  The
15229 default is @code{t}
15230
15231 @item nnfolder-save-buffer-hook
15232 @vindex nnfolder-save-buffer-hook
15233 @cindex backup files
15234 Hook run before saving the folders.  Note that Emacs does the normal
15235 backup renaming of files even with the @code{nnfolder} buffers.  If
15236 you wish to switch this off, you could say something like the
15237 following in your @file{.emacs} file:
15238
15239 @lisp
15240 (defun turn-off-backup ()
15241   (set (make-local-variable 'backup-inhibited) t))
15242
15243 (add-hook 'nnfolder-save-buffer-hook 'turn-off-backup)
15244 @end lisp
15245
15246 @item nnfolder-delete-mail-hook
15247 @vindex nnfolder-delete-mail-hook
15248 Hook run in a buffer narrowed to the message that is to be deleted.
15249 This function can be used to copy the message to somewhere else, or to
15250 extract some information from it before removing it.
15251
15252 @item nnfolder-nov-is-evil
15253 @vindex nnfolder-nov-is-evil
15254 If non-@code{nil}, this back end will ignore any @acronym{NOV} files.  The
15255 default is @code{nil}.
15256
15257 @item nnfolder-nov-file-suffix
15258 @vindex nnfolder-nov-file-suffix
15259 The extension for @acronym{NOV} files.  The default is @file{.nov}.
15260
15261 @item nnfolder-nov-directory
15262 @vindex nnfolder-nov-directory
15263 The directory where the @acronym{NOV} files should be stored.  If
15264 @code{nil}, @code{nnfolder-directory} is used.
15265
15266 @item nnfolder-marks-is-evil
15267 @vindex nnfolder-marks-is-evil
15268 If non-@code{nil}, this back end will ignore any @sc{marks} files.  The
15269 default is @code{nil}.
15270
15271 @item nnfolder-marks-file-suffix
15272 @vindex nnfolder-marks-file-suffix
15273 The extension for @sc{marks} files.  The default is @file{.mrk}.
15274
15275 @item nnfolder-marks-directory
15276 @vindex nnfolder-marks-directory
15277 The directory where the @sc{marks} files should be stored.  If
15278 @code{nil}, @code{nnfolder-directory} is used.
15279
15280 @end table
15281
15282
15283 @findex nnfolder-generate-active-file
15284 @kindex M-x nnfolder-generate-active-file
15285 If you have lots of @code{nnfolder}-like files you'd like to read with
15286 @code{nnfolder}, you can use the @kbd{M-x nnfolder-generate-active-file}
15287 command to make @code{nnfolder} aware of all likely files in
15288 @code{nnfolder-directory}.  This only works if you use long file names,
15289 though.
15290
15291 @node Comparing Mail Back Ends
15292 @subsubsection Comparing Mail Back Ends
15293
15294 First, just for terminology, the @dfn{back end} is the common word for a
15295 low-level access method---a transport, if you will, by which something
15296 is acquired.  The sense is that one's mail has to come from somewhere,
15297 and so selection of a suitable back end is required in order to get that
15298 mail within spitting distance of Gnus.
15299
15300 The same concept exists for Usenet itself: Though access to articles is
15301 typically done by @acronym{NNTP} these days, once upon a midnight dreary, everyone
15302 in the world got at Usenet by running a reader on the machine where the
15303 articles lay (the machine which today we call an @acronym{NNTP} server), and
15304 access was by the reader stepping into the articles' directory spool
15305 area directly.  One can still select between either the @code{nntp} or
15306 @code{nnspool} back ends, to select between these methods, if one happens
15307 actually to live on the server (or can see its spool directly, anyway,
15308 via NFS).
15309
15310 The goal in selecting a mail back end is to pick one which
15311 simultaneously represents a suitable way of dealing with the original
15312 format plus leaving mail in a form that is convenient to use in the
15313 future.  Here are some high and low points on each:
15314
15315 @table @code
15316 @item nnmbox
15317
15318 UNIX systems have historically had a single, very common, and well-
15319 defined format.  All messages arrive in a single @dfn{spool file}, and
15320 they are delineated by a line whose regular expression matches
15321 @samp{^From_}.  (My notational use of @samp{_} is to indicate a space,
15322 to make it clear in this instance that this is not the RFC-specified
15323 @samp{From:} header.)  Because Emacs and therefore Gnus emanate
15324 historically from the Unix environment, it is simplest if one does not
15325 mess a great deal with the original mailbox format, so if one chooses
15326 this back end, Gnus' primary activity in getting mail from the real spool
15327 area to Gnus' preferred directory is simply to copy it, with no
15328 (appreciable) format change in the process.  It is the ``dumbest'' way
15329 to move mail into availability in the Gnus environment.  This makes it
15330 fast to move into place, but slow to parse, when Gnus has to look at
15331 what's where.
15332
15333 @item nnbabyl
15334
15335 Once upon a time, there was the DEC-10 and DEC-20, running operating
15336 systems called TOPS and related things, and the usual (only?) mail
15337 reading environment was a thing called Babyl.  I don't know what format
15338 was used for mail landing on the system, but Babyl had its own internal
15339 format to which mail was converted, primarily involving creating a
15340 spool-file-like entity with a scheme for inserting Babyl-specific
15341 headers and status bits above the top of each message in the file.
15342 Rmail was Emacs' first mail reader, it was written by Richard Stallman,
15343 and Stallman came out of that TOPS/Babyl environment, so he wrote Rmail
15344 to understand the mail files folks already had in existence.  Gnus (and
15345 VM, for that matter) continue to support this format because it's
15346 perceived as having some good qualities in those mailer-specific
15347 headers/status bits stuff.  Rmail itself still exists as well, of
15348 course, and is still maintained by Stallman.
15349
15350 Both of the above forms leave your mail in a single file on your
15351 file system, and they must parse that entire file each time you take a
15352 look at your mail.
15353
15354 @item nnml
15355
15356 @code{nnml} is the back end which smells the most as though you were
15357 actually operating with an @code{nnspool}-accessed Usenet system.  (In
15358 fact, I believe @code{nnml} actually derived from @code{nnspool} code,
15359 lo these years ago.)  One's mail is taken from the original spool file,
15360 and is then cut up into individual message files, 1:1.  It maintains a
15361 Usenet-style active file (analogous to what one finds in an INN- or
15362 CNews-based news system in (for instance) @file{/var/lib/news/active},
15363 or what is returned via the @samp{NNTP LIST} verb) and also creates
15364 @dfn{overview} files for efficient group entry, as has been defined for
15365 @acronym{NNTP} servers for some years now.  It is slower in mail-splitting,
15366 due to the creation of lots of files, updates to the @code{nnml} active
15367 file, and additions to overview files on a per-message basis, but it is
15368 extremely fast on access because of what amounts to the indexing support
15369 provided by the active file and overviews.
15370
15371 @code{nnml} costs @dfn{inodes} in a big way; that is, it soaks up the
15372 resource which defines available places in the file system to put new
15373 files.  Sysadmins take a dim view of heavy inode occupation within
15374 tight, shared file systems.  But if you live on a personal machine where
15375 the file system is your own and space is not at a premium, @code{nnml}
15376 wins big.
15377
15378 It is also problematic using this back end if you are living in a
15379 FAT16-based Windows world, since much space will be wasted on all these
15380 tiny files.
15381
15382 @item nnmh
15383
15384 The Rand MH mail-reading system has been around UNIX systems for a very
15385 long time; it operates by splitting one's spool file of messages into
15386 individual files, but with little or no indexing support---@code{nnmh}
15387 is considered to be semantically equivalent to ``@code{nnml} without
15388 active file or overviews''.  This is arguably the worst choice, because
15389 one gets the slowness of individual file creation married to the
15390 slowness of access parsing when learning what's new in one's groups.
15391
15392 @item nnfolder
15393
15394 Basically the effect of @code{nnfolder} is @code{nnmbox} (the first
15395 method described above) on a per-group basis.  That is, @code{nnmbox}
15396 itself puts @emph{all} one's mail in one file; @code{nnfolder} provides a
15397 little bit of optimization to this so that each of one's mail groups has
15398 a Unix mail box file.  It's faster than @code{nnmbox} because each group
15399 can be parsed separately, and still provides the simple Unix mail box
15400 format requiring minimal effort in moving the mail around.  In addition,
15401 it maintains an ``active'' file making it much faster for Gnus to figure
15402 out how many messages there are in each separate group.
15403
15404 If you have groups that are expected to have a massive amount of
15405 messages, @code{nnfolder} is not the best choice, but if you receive
15406 only a moderate amount of mail, @code{nnfolder} is probably the most
15407 friendly mail back end all over.
15408
15409 @item nnmaildir
15410
15411 For configuring expiry and other things, @code{nnmaildir} uses
15412 incompatible group parameters, slightly different from those of other
15413 mail back ends.
15414
15415 @code{nnmaildir} is largely similar to @code{nnml}, with some notable
15416 differences.  Each message is stored in a separate file, but the
15417 filename is unrelated to the article number in Gnus.  @code{nnmaildir}
15418 also stores the equivalent of @code{nnml}'s overview files in one file
15419 per article, so it uses about twice as many inodes as @code{nnml}.  (Use
15420 @code{df -i} to see how plentiful your inode supply is.)  If this slows
15421 you down or takes up very much space, consider switching to
15422 @uref{http://www.namesys.com/, ReiserFS} or another non-block-structured
15423 file system.
15424
15425 Since maildirs don't require locking for delivery, the maildirs you use
15426 as groups can also be the maildirs your mail is directly delivered to.
15427 This means you can skip Gnus' mail splitting if your mail is already
15428 organized into different mailboxes during delivery.  A @code{directory}
15429 entry in @code{mail-sources} would have a similar effect, but would
15430 require one set of mailboxes for spooling deliveries (in mbox format,
15431 thus damaging message bodies), and another set to be used as groups (in
15432 whatever format you like).  A maildir has a built-in spool, in the
15433 @code{new/} subdirectory.  Beware that currently, mail moved from
15434 @code{new/} to @code{cur/} instead of via mail splitting will not
15435 undergo treatment such as duplicate checking.
15436
15437 @code{nnmaildir} stores article marks for a given group in the
15438 corresponding maildir, in a way designed so that it's easy to manipulate
15439 them from outside Gnus.  You can tar up a maildir, unpack it somewhere
15440 else, and still have your marks.  @code{nnml} also stores marks, but
15441 it's not as easy to work with them from outside Gnus as with
15442 @code{nnmaildir}.
15443
15444 @code{nnmaildir} uses a significant amount of memory to speed things up.
15445 (It keeps in memory some of the things that @code{nnml} stores in files
15446 and that @code{nnmh} repeatedly parses out of message files.)  If this
15447 is a problem for you, you can set the @code{nov-cache-size} group
15448 parameter to something small (0 would probably not work, but 1 probably
15449 would) to make it use less memory.  This caching will probably be
15450 removed in the future.
15451
15452 Startup is likely to be slower with @code{nnmaildir} than with other
15453 back ends.  Everything else is likely to be faster, depending in part
15454 on your file system.
15455
15456 @code{nnmaildir} does not use @code{nnoo}, so you cannot use @code{nnoo}
15457 to write an @code{nnmaildir}-derived back end.
15458
15459 @end table
15460
15461
15462 @node Browsing the Web
15463 @section Browsing the Web
15464 @cindex web
15465 @cindex browsing the web
15466 @cindex www
15467 @cindex http
15468
15469 Web-based discussion forums are getting more and more popular.  On many
15470 subjects, the web-based forums have become the most important forums,
15471 eclipsing the importance of mailing lists and news groups.  The reason
15472 is easy to understand---they are friendly to new users; you just point
15473 and click, and there's the discussion.  With mailing lists, you have to
15474 go through a cumbersome subscription procedure, and most people don't
15475 even know what a news group is.
15476
15477 The problem with this scenario is that web browsers are not very good at
15478 being newsreaders.  They do not keep track of what articles you've read;
15479 they do not allow you to score on subjects you're interested in; they do
15480 not allow off-line browsing; they require you to click around and drive
15481 you mad in the end.
15482
15483 So---if web browsers suck at reading discussion forums, why not use Gnus
15484 to do it instead?
15485
15486 Gnus has been getting a bit of a collection of back ends for providing
15487 interfaces to these sources.
15488
15489 @menu
15490 * Archiving Mail::
15491 * Web Searches::                Creating groups from articles that match a string.
15492 * Slashdot::                    Reading the Slashdot comments.
15493 * Ultimate::                    The Ultimate Bulletin Board systems.
15494 * Web Archive::                 Reading mailing list archived on web.
15495 * RSS::                         Reading RDF site summary.
15496 * Customizing w3::              Doing stuff to Emacs/w3 from Gnus.
15497 @end menu
15498
15499 All the web sources require Emacs/w3 and the url library to work.
15500
15501 The main caveat with all these web sources is that they probably won't
15502 work for a very long time.  Gleaning information from the @acronym{HTML} data
15503 is guesswork at best, and when the layout is altered, the Gnus back end
15504 will fail.  If you have reasonably new versions of these back ends,
15505 though, you should be ok.
15506
15507 One thing all these Web methods have in common is that the Web sources
15508 are often down, unavailable or just plain too slow to be fun.  In those
15509 cases, it makes a lot of sense to let the Gnus Agent (@pxref{Gnus
15510 Unplugged}) handle downloading articles, and then you can read them at
15511 leisure from your local disk.  No more World Wide Wait for you.
15512
15513 @node Archiving Mail
15514 @subsection Archiving Mail
15515 @cindex archiving mail
15516 @cindex backup of mail
15517
15518 Some of the back ends, notably @code{nnml}, @code{nnfolder}, and
15519 @code{nnmaildir}, now actually store the article marks with each group.
15520 For these servers, archiving and restoring a group while preserving
15521 marks is fairly simple.
15522
15523 (Preserving the group level and group parameters as well still
15524 requires ritual dancing and sacrifices to the @file{.newsrc.eld} deity
15525 though.)
15526
15527 To archive an entire @code{nnml}, @code{nnfolder}, or @code{nnmaildir}
15528 server, take a recursive copy of the server directory.  There is no need
15529 to shut down Gnus, so archiving may be invoked by @code{cron} or
15530 similar.  You restore the data by restoring the directory tree, and
15531 adding a server definition pointing to that directory in Gnus.  The
15532 @ref{Article Backlog}, @ref{Asynchronous Fetching} and other things
15533 might interfere with overwriting data, so you may want to shut down Gnus
15534 before you restore the data.
15535
15536 It is also possible to archive individual @code{nnml},
15537 @code{nnfolder}, or @code{nnmaildir} groups, while preserving marks.
15538 For @code{nnml} or @code{nnmaildir}, you copy all files in the group's
15539 directory.  For @code{nnfolder} you need to copy both the base folder
15540 file itself (@file{FOO}, say), and the marks file (@file{FOO.mrk} in
15541 this example).  Restoring the group is done with @kbd{G m} from the Group
15542 buffer.  The last step makes Gnus notice the new directory.
15543 @code{nnmaildir} notices the new directory automatically, so @kbd{G m}
15544 is unnecessary in that case.
15545
15546 @node Web Searches
15547 @subsection Web Searches
15548 @cindex nnweb
15549 @cindex Google
15550 @cindex dejanews
15551 @cindex gmane
15552 @cindex Usenet searches
15553 @cindex searching the Usenet
15554
15555 It's, like, too neat to search the Usenet for articles that match a
15556 string, but it, like, totally @emph{sucks}, like, totally, to use one of
15557 those, like, Web browsers, and you, like, have to, rilly, like, look at
15558 the commercials, so, like, with Gnus you can do @emph{rad}, rilly,
15559 searches without having to use a browser.
15560
15561 The @code{nnweb} back end allows an easy interface to the mighty search
15562 engine.  You create an @code{nnweb} group, enter a search pattern, and
15563 then enter the group and read the articles like you would any normal
15564 group.  The @kbd{G w} command in the group buffer (@pxref{Foreign
15565 Groups}) will do this in an easy-to-use fashion.
15566
15567 @code{nnweb} groups don't really lend themselves to being solid
15568 groups---they have a very fleeting idea of article numbers.  In fact,
15569 each time you enter an @code{nnweb} group (not even changing the search
15570 pattern), you are likely to get the articles ordered in a different
15571 manner.  Not even using duplicate suppression (@pxref{Duplicate
15572 Suppression}) will help, since @code{nnweb} doesn't even know the
15573 @code{Message-ID} of the articles before reading them using some search
15574 engines (Google, for instance).  The only possible way to keep track
15575 of which articles you've read is by scoring on the @code{Date}
15576 header---mark all articles posted before the last date you read the
15577 group as read.
15578
15579 If the search engine changes its output substantially, @code{nnweb}
15580 won't be able to parse it and will fail.  One could hardly fault the Web
15581 providers if they were to do this---their @emph{raison d'être} is to
15582 make money off of advertisements, not to provide services to the
15583 community.  Since @code{nnweb} washes the ads off all the articles, one
15584 might think that the providers might be somewhat miffed.  We'll see.
15585
15586 You must have the @code{url} and @code{w3} package installed to be able
15587 to use @code{nnweb}.
15588
15589 Virtual server variables:
15590
15591 @table @code
15592 @item nnweb-type
15593 @vindex nnweb-type
15594 What search engine type is being used.  The currently supported types
15595 are @code{google}, @code{dejanews}, and @code{gmane}.  Note that
15596 @code{dejanews} is an alias to @code{google}.
15597
15598 @item nnweb-search
15599 @vindex nnweb-search
15600 The search string to feed to the search engine.
15601
15602 @item nnweb-max-hits
15603 @vindex nnweb-max-hits
15604 Advisory maximum number of hits per search to display.  The default is
15605 999.
15606
15607 @item nnweb-type-definition
15608 @vindex nnweb-type-definition
15609 Type-to-definition alist.  This alist says what @code{nnweb} should do
15610 with the various search engine types.  The following elements must be
15611 present:
15612
15613 @table @code
15614 @item article
15615 Function to decode the article and provide something that Gnus
15616 understands.
15617
15618 @item map
15619 Function to create an article number to message header and URL alist.
15620
15621 @item search
15622 Function to send the search string to the search engine.
15623
15624 @item address
15625 The address the aforementioned function should send the search string
15626 to.
15627
15628 @item id
15629 Format string URL to fetch an article by @code{Message-ID}.
15630 @end table
15631
15632 @end table
15633
15634
15635 @node Slashdot
15636 @subsection Slashdot
15637 @cindex Slashdot
15638 @cindex nnslashdot
15639
15640 @uref{http://slashdot.org/, Slashdot} is a popular news site, with
15641 lively discussion following the news articles.  @code{nnslashdot} will
15642 let you read this forum in a convenient manner.
15643
15644 The easiest way to read this source is to put something like the
15645 following in your @file{~/.gnus.el} file:
15646
15647 @lisp
15648 (setq gnus-secondary-select-methods
15649       '((nnslashdot "")))
15650 @end lisp
15651
15652 This will make Gnus query the @code{nnslashdot} back end for new comments
15653 and groups.  The @kbd{F} command will subscribe each new news article as
15654 a new Gnus group, and you can read the comments by entering these
15655 groups.  (Note that the default subscription method is to subscribe new
15656 groups as zombies.  Other methods are available (@pxref{Subscription
15657 Methods}).
15658
15659 If you want to remove an old @code{nnslashdot} group, the @kbd{G DEL}
15660 command is the most handy tool (@pxref{Foreign Groups}).
15661
15662 When following up to @code{nnslashdot} comments (or posting new
15663 comments), some light @acronym{HTML}izations will be performed.  In
15664 particular, text quoted with @samp{> } will be quoted with
15665 @samp{blockquote} instead, and signatures will have @samp{br} added to
15666 the end of each line.  Other than that, you can just write @acronym{HTML}
15667 directly into the message buffer.  Note that Slashdot filters out some
15668 @acronym{HTML} forms.
15669
15670 The following variables can be altered to change its behavior:
15671
15672 @table @code
15673 @item nnslashdot-threaded
15674 Whether @code{nnslashdot} should display threaded groups or not.  The
15675 default is @code{t}.  To be able to display threads, @code{nnslashdot}
15676 has to retrieve absolutely all comments in a group upon entry.  If a
15677 threaded display is not required, @code{nnslashdot} will only retrieve
15678 the comments that are actually wanted by the user.  Threading is nicer,
15679 but much, much slower than unthreaded.
15680
15681 @item nnslashdot-login-name
15682 @vindex nnslashdot-login-name
15683 The login name to use when posting.
15684
15685 @item nnslashdot-password
15686 @vindex nnslashdot-password
15687 The password to use when posting.
15688
15689 @item nnslashdot-directory
15690 @vindex nnslashdot-directory
15691 Where @code{nnslashdot} will store its files.  The default is
15692 @file{~/News/slashdot/}.
15693
15694 @item nnslashdot-active-url
15695 @vindex nnslashdot-active-url
15696 The @acronym{URL} format string that will be used to fetch the
15697 information on news articles and comments.  The default is@*
15698 @samp{http://slashdot.org/search.pl?section=&min=%d}.
15699
15700 @item nnslashdot-comments-url
15701 @vindex nnslashdot-comments-url
15702 The @acronym{URL} format string that will be used to fetch comments.
15703
15704 @item nnslashdot-article-url
15705 @vindex nnslashdot-article-url
15706 The @acronym{URL} format string that will be used to fetch the news
15707 article.  The default is
15708 @samp{http://slashdot.org/article.pl?sid=%s&mode=nocomment}.
15709
15710 @item nnslashdot-threshold
15711 @vindex nnslashdot-threshold
15712 The score threshold.  The default is -1.
15713
15714 @item nnslashdot-group-number
15715 @vindex nnslashdot-group-number
15716 The number of old groups, in addition to the ten latest, to keep
15717 updated.  The default is 0.
15718
15719 @end table
15720
15721
15722
15723 @node Ultimate
15724 @subsection Ultimate
15725 @cindex nnultimate
15726 @cindex Ultimate Bulletin Board
15727
15728 @uref{http://www.ultimatebb.com/, The Ultimate Bulletin Board} is
15729 probably the most popular Web bulletin board system used.  It has a
15730 quite regular and nice interface, and it's possible to get the
15731 information Gnus needs to keep groups updated.
15732
15733 The easiest way to get started with @code{nnultimate} is to say
15734 something like the following in the group buffer:  @kbd{B nnultimate RET
15735 http://www.tcj.com/messboard/ubbcgi/ RET}.  (Substitute the @acronym{URL}
15736 (not including @samp{Ultimate.cgi} or the like at the end) for a forum
15737 you're interested in; there's quite a list of them on the Ultimate web
15738 site.)  Then subscribe to the groups you're interested in from the
15739 server buffer, and read them from the group buffer.
15740
15741 The following @code{nnultimate} variables can be altered:
15742
15743 @table @code
15744 @item nnultimate-directory
15745 @vindex nnultimate-directory
15746 The directory where @code{nnultimate} stores its files.  The default is@*
15747 @file{~/News/ultimate/}.
15748 @end table
15749
15750
15751 @node Web Archive
15752 @subsection Web Archive
15753 @cindex nnwarchive
15754 @cindex Web Archive
15755
15756 Some mailing lists only have archives on Web servers, such as
15757 @uref{http://www.egroups.com/} and
15758 @uref{http://www.mail-archive.com/}.  It has a quite regular and nice
15759 interface, and it's possible to get the information Gnus needs to keep
15760 groups updated.
15761
15762 @findex gnus-group-make-warchive-group
15763 The easiest way to get started with @code{nnwarchive} is to say
15764 something like the following in the group buffer: @kbd{M-x
15765 gnus-group-make-warchive-group RET @var{an_egroup} RET egroups RET
15766 www.egroups.com RET @var{your@@email.address} RET}.  (Substitute the
15767 @var{an_egroup} with the mailing list you subscribed, the
15768 @var{your@@email.address} with your email address.), or to browse the
15769 back end by @kbd{B nnwarchive RET mail-archive RET}.
15770
15771 The following @code{nnwarchive} variables can be altered:
15772
15773 @table @code
15774 @item nnwarchive-directory
15775 @vindex nnwarchive-directory
15776 The directory where @code{nnwarchive} stores its files.  The default is@*
15777 @file{~/News/warchive/}.
15778
15779 @item nnwarchive-login
15780 @vindex nnwarchive-login
15781 The account name on the web server.
15782
15783 @item nnwarchive-passwd
15784 @vindex nnwarchive-passwd
15785 The password for your account on the web server.
15786 @end table
15787
15788 @node RSS
15789 @subsection RSS
15790 @cindex nnrss
15791 @cindex RSS
15792
15793 Some web sites have an RDF Site Summary (@acronym{RSS}).
15794 @acronym{RSS} is a format for summarizing headlines from news related
15795 sites (such as BBC or CNN).  But basically anything list-like can be
15796 presented as an @acronym{RSS} feed: weblogs, changelogs or recent
15797 changes to a wiki (e.g. @url{http://cliki.net/recent-changes.rdf}).
15798
15799 @acronym{RSS} has a quite regular and nice interface, and it's
15800 possible to get the information Gnus needs to keep groups updated.
15801
15802 @kindex G R (Summary)
15803 Use @kbd{G R} from the summary buffer to subscribe to a feed---you
15804 will be prompted for the location of the feed.
15805
15806 An easy way to get started with @code{nnrss} is to say something like
15807 the following in the group buffer: @kbd{B nnrss RET y}, then
15808 subscribe to groups.
15809
15810 The following @code{nnrss} variables can be altered:
15811
15812 @table @code
15813 @item nnrss-directory
15814 @vindex nnrss-directory
15815 The directory where @code{nnrss} stores its files.  The default is
15816 @file{~/News/rss/}.
15817
15818 @item nnrss-use-local
15819 @vindex nnrss-use-local
15820 @findex nnrss-generate-download-script
15821 If you set @code{nnrss-use-local} to @code{t}, @code{nnrss} will read
15822 the feeds from local files in @code{nnrss-directory}.  You can use
15823 the command @code{nnrss-generate-download-script} to generate a
15824 download script using @command{wget}.
15825 @end table
15826
15827 The following code may be helpful, if you want to show the description in
15828 the summary buffer.
15829
15830 @lisp
15831 (add-to-list 'nnmail-extra-headers nnrss-description-field)
15832 (setq gnus-summary-line-format "%U%R%z%I%(%[%4L: %-15,15f%]%) %s%uX\n")
15833
15834 (defun gnus-user-format-function-X (header)
15835   (let ((descr
15836          (assq nnrss-description-field (mail-header-extra header))))
15837     (if descr (concat "\n\t" (cdr descr)) "")))
15838 @end lisp
15839
15840 The following code may be useful to open an nnrss url directly from the
15841 summary buffer.
15842 @lisp
15843 (require 'browse-url)
15844
15845 (defun browse-nnrss-url( arg )
15846   (interactive "p")
15847   (let ((url (assq nnrss-url-field
15848                    (mail-header-extra
15849                     (gnus-data-header
15850                      (assq (gnus-summary-article-number)
15851                            gnus-newsgroup-data))))))
15852     (if url
15853         (progn
15854           (browse-url (cdr url))
15855           (gnus-summary-mark-as-read-forward 1))
15856       (gnus-summary-scroll-up arg))))
15857
15858 (eval-after-load "gnus"
15859   #'(define-key gnus-summary-mode-map
15860       (kbd "<RET>") 'browse-nnrss-url))
15861 (add-to-list 'nnmail-extra-headers nnrss-url-field)
15862 @end lisp
15863
15864 @node Customizing w3
15865 @subsection Customizing w3
15866 @cindex w3
15867 @cindex html
15868 @cindex url
15869 @cindex Netscape
15870
15871 Gnus uses the url library to fetch web pages and Emacs/w3 to display web
15872 pages.  Emacs/w3 is documented in its own manual, but there are some
15873 things that may be more relevant for Gnus users.
15874
15875 For instance, a common question is how to make Emacs/w3 follow links
15876 using the @code{browse-url} functions (which will call some external web
15877 browser like Netscape).  Here's one way:
15878
15879 @lisp
15880 (eval-after-load "w3"
15881   '(progn
15882     (fset 'w3-fetch-orig (symbol-function 'w3-fetch))
15883     (defun w3-fetch (&optional url target)
15884       (interactive (list (w3-read-url-with-default)))
15885       (if (eq major-mode 'gnus-article-mode)
15886           (browse-url url)
15887         (w3-fetch-orig url target)))))
15888 @end lisp
15889
15890 Put that in your @file{.emacs} file, and hitting links in w3-rendered
15891 @acronym{HTML} in the Gnus article buffers will use @code{browse-url} to
15892 follow the link.
15893
15894
15895 @node IMAP
15896 @section IMAP
15897 @cindex nnimap
15898 @cindex @acronym{IMAP}
15899
15900 @acronym{IMAP} is a network protocol for reading mail (or news, or @dots{}),
15901 think of it as a modernized @acronym{NNTP}.  Connecting to a @acronym{IMAP}
15902 server is much similar to connecting to a news server, you just
15903 specify the network address of the server.
15904
15905 @acronym{IMAP} has two properties.  First, @acronym{IMAP} can do
15906 everything that @acronym{POP} can, it can hence be viewed as a
15907 @acronym{POP++}.  Secondly, @acronym{IMAP} is a mail storage protocol,
15908 similar to @acronym{NNTP} being a news storage protocol---however,
15909 @acronym{IMAP} offers more features than @acronym{NNTP} because news
15910 is more or less read-only whereas mail is read-write.
15911
15912 If you want to use @acronym{IMAP} as a @acronym{POP++}, use an imap
15913 entry in @code{mail-sources}.  With this, Gnus will fetch mails from
15914 the @acronym{IMAP} server and store them on the local disk.  This is
15915 not the usage described in this section---@xref{Mail Sources}.
15916
15917 If you want to use @acronym{IMAP} as a mail storage protocol, use an nnimap
15918 entry in @code{gnus-secondary-select-methods}.  With this, Gnus will
15919 manipulate mails stored on the @acronym{IMAP} server.  This is the kind of
15920 usage explained in this section.
15921
15922 A server configuration in @file{~/.gnus.el} with a few @acronym{IMAP}
15923 servers might look something like the following.  (Note that for
15924 @acronym{TLS}/@acronym{SSL}, you need external programs and libraries,
15925 see below.)
15926
15927 @lisp
15928 (setq gnus-secondary-select-methods
15929       '((nnimap "simpleserver") ; @r{no special configuration}
15930         ; @r{perhaps a ssh port forwarded server:}
15931         (nnimap "dolk"
15932                 (nnimap-address "localhost")
15933                 (nnimap-server-port 1430))
15934         ; @r{a UW server running on localhost}
15935         (nnimap "barbar"
15936                 (nnimap-server-port 143)
15937                 (nnimap-address "localhost")
15938                 (nnimap-list-pattern ("INBOX" "mail/*")))
15939         ; @r{anonymous public cyrus server:}
15940         (nnimap "cyrus.andrew.cmu.edu"
15941                 (nnimap-authenticator anonymous)
15942                 (nnimap-list-pattern "archive.*")
15943                 (nnimap-stream network))
15944         ; @r{a ssl server on a non-standard port:}
15945         (nnimap "vic20"
15946                 (nnimap-address "vic20.somewhere.com")
15947                 (nnimap-server-port 9930)
15948                 (nnimap-stream ssl))))
15949 @end lisp
15950
15951 After defining the new server, you can subscribe to groups on the
15952 server using normal Gnus commands such as @kbd{U} in the Group Buffer
15953 (@pxref{Subscription Commands}) or via the Server Buffer
15954 (@pxref{Server Buffer}).
15955
15956 The following variables can be used to create a virtual @code{nnimap}
15957 server:
15958
15959 @table @code
15960
15961 @item nnimap-address
15962 @vindex nnimap-address
15963
15964 The address of the remote @acronym{IMAP} server.  Defaults to the virtual
15965 server name if not specified.
15966
15967 @item nnimap-server-port
15968 @vindex nnimap-server-port
15969 Port on server to contact.  Defaults to port 143, or 993 for @acronym{TLS}/@acronym{SSL}.
15970
15971 Note that this should be an integer, example server specification:
15972
15973 @lisp
15974 (nnimap "mail.server.com"
15975         (nnimap-server-port 4711))
15976 @end lisp
15977
15978 @item nnimap-list-pattern
15979 @vindex nnimap-list-pattern
15980 String or list of strings of mailboxes to limit available groups to.
15981 This is used when the server has very many mailboxes and you're only
15982 interested in a few---some servers export your home directory via
15983 @acronym{IMAP}, you'll probably want to limit the mailboxes to those in
15984 @file{~/Mail/*} then.
15985
15986 The string can also be a cons of REFERENCE and the string as above, what
15987 REFERENCE is used for is server specific, but on the University of
15988 Washington server it's a directory that will be concatenated with the
15989 mailbox.
15990
15991 Example server specification:
15992
15993 @lisp
15994 (nnimap "mail.server.com"
15995         (nnimap-list-pattern ("INBOX" "Mail/*" "alt.sex.*"
15996                                ("~friend/Mail/" . "list/*"))))
15997 @end lisp
15998
15999 @item nnimap-stream
16000 @vindex nnimap-stream
16001 The type of stream used to connect to your server.  By default, nnimap
16002 will detect and automatically use all of the below, with the exception
16003 of @acronym{TLS}/@acronym{SSL}.  (@acronym{IMAP} over
16004 @acronym{TLS}/@acronym{SSL} is being replaced by STARTTLS, which can
16005 be automatically detected, but it's not widely deployed yet.)
16006
16007 Example server specification:
16008
16009 @lisp
16010 (nnimap "mail.server.com"
16011         (nnimap-stream ssl))
16012 @end lisp
16013
16014 Please note that the value of @code{nnimap-stream} is a symbol!
16015
16016 @itemize @bullet
16017 @item
16018 @dfn{gssapi:} Connect with GSSAPI (usually Kerberos 5).  Requires the
16019 @samp{gsasl} or @samp{imtest} program.
16020 @item
16021 @dfn{kerberos4:} Connect with Kerberos 4.  Requires the @samp{imtest} program.
16022 @item
16023 @dfn{starttls:} Connect via the STARTTLS extension (similar to
16024 @acronym{TLS}/@acronym{SSL}).  Requires the external library @samp{starttls.el} and program
16025 @samp{starttls}.
16026 @item
16027 @dfn{tls:} Connect through @acronym{TLS}.  Requires GNUTLS (the program
16028 @samp{gnutls-cli}).
16029 @item
16030 @dfn{ssl:} Connect through @acronym{SSL}.  Requires OpenSSL (the program
16031 @samp{openssl}) or SSLeay (@samp{s_client}).
16032 @item
16033 @dfn{shell:} Use a shell command to start @acronym{IMAP} connection.
16034 @item
16035 @dfn{network:} Plain, TCP/IP network connection.
16036 @end itemize
16037
16038 @vindex imap-kerberos4-program
16039 The @samp{imtest} program is shipped with Cyrus IMAPD.  If you're
16040 using @samp{imtest} from Cyrus IMAPD < 2.0.14 (which includes version
16041 1.5.x and 1.6.x) you need to frob @code{imap-process-connection-type}
16042 to make @code{imap.el} use a pty instead of a pipe when communicating
16043 with @samp{imtest}.  You will then suffer from a line length
16044 restrictions on @acronym{IMAP} commands, which might make Gnus seem to hang
16045 indefinitely if you have many articles in a mailbox.  The variable
16046 @code{imap-kerberos4-program} contain parameters to pass to the imtest
16047 program.
16048
16049 For @acronym{TLS} connection, the @code{gnutls-cli} program from GNUTLS is
16050 needed.  It is available from
16051 @uref{http://www.gnu.org/software/gnutls/}.
16052
16053 @vindex imap-gssapi-program
16054 This parameter specifies a list of command lines that invoke a GSSAPI
16055 authenticated @acronym{IMAP} stream in a subshell.  They are tried
16056 sequentially until a connection is made, or the list has been
16057 exhausted.  By default, @samp{gsasl} from GNU SASL, available from
16058 @uref{http://www.gnu.org/software/gsasl/}, and the @samp{imtest}
16059 program from Cyrus IMAPD (see @code{imap-kerberos4-program}), are
16060 tried.
16061
16062 @vindex imap-ssl-program
16063 For @acronym{SSL} connections, the OpenSSL program is available from
16064 @uref{http://www.openssl.org/}.  OpenSSL was formerly known as SSLeay,
16065 and nnimap support it too---although the most recent versions of
16066 SSLeay, 0.9.x, are known to have serious bugs making it
16067 useless.  Earlier versions, especially 0.8.x, of SSLeay are known to
16068 work.  The variable @code{imap-ssl-program} contain parameters to pass
16069 to OpenSSL/SSLeay.
16070
16071 @vindex imap-shell-program
16072 @vindex imap-shell-host
16073 For @acronym{IMAP} connections using the @code{shell} stream, the variable
16074 @code{imap-shell-program} specify what program to call.
16075
16076 @item nnimap-authenticator
16077 @vindex nnimap-authenticator
16078
16079 The authenticator used to connect to the server.  By default, nnimap
16080 will use the most secure authenticator your server is capable of.
16081
16082 Example server specification:
16083
16084 @lisp
16085 (nnimap "mail.server.com"
16086         (nnimap-authenticator anonymous))
16087 @end lisp
16088
16089 Please note that the value of @code{nnimap-authenticator} is a symbol!
16090
16091 @itemize @bullet
16092 @item
16093 @dfn{gssapi:} GSSAPI (usually kerberos 5) authentication.  Requires
16094 external program @code{gsasl} or @code{imtest}.
16095 @item
16096 @dfn{kerberos4:} Kerberos 4 authentication.  Requires external program
16097 @code{imtest}.
16098 @item
16099 @dfn{digest-md5:} Encrypted username/password via DIGEST-MD5.  Requires
16100 external library @code{digest-md5.el}.
16101 @item
16102 @dfn{cram-md5:} Encrypted username/password via CRAM-MD5.
16103 @item
16104 @dfn{login:} Plain-text username/password via LOGIN.
16105 @item
16106 @dfn{anonymous:} Login as ``anonymous'', supplying your email address as password.
16107 @end itemize
16108
16109 @item nnimap-expunge-on-close
16110 @cindex expunging
16111 @vindex nnimap-expunge-on-close
16112 Unlike Parmenides the @acronym{IMAP} designers have decided things that
16113 don't exist actually do exist.  More specifically, @acronym{IMAP} has
16114 this concept of marking articles @code{Deleted} which doesn't actually
16115 delete them, and this (marking them @code{Deleted}, that is) is what
16116 nnimap does when you delete an article in Gnus (with @kbd{B DEL} or
16117 similar).
16118
16119 Since the articles aren't really removed when we mark them with the
16120 @code{Deleted} flag we'll need a way to actually delete them.  Feel like
16121 running in circles yet?
16122
16123 Traditionally, nnimap has removed all articles marked as @code{Deleted}
16124 when closing a mailbox but this is now configurable by this server
16125 variable.
16126
16127 The possible options are:
16128
16129 @table @code
16130
16131 @item always
16132 The default behavior, delete all articles marked as ``Deleted'' when
16133 closing a mailbox.
16134 @item never
16135 Never actually delete articles.  Currently there is no way of showing
16136 the articles marked for deletion in nnimap, but other @acronym{IMAP} clients
16137 may allow you to do this.  If you ever want to run the EXPUNGE command
16138 manually, @xref{Expunging mailboxes}.
16139 @item ask
16140 When closing mailboxes, nnimap will ask if you wish to expunge deleted
16141 articles or not.
16142
16143 @end table
16144
16145 @item nnimap-importantize-dormant
16146 @vindex nnimap-importantize-dormant
16147
16148 If non-@code{nil} (the default), marks dormant articles as ticked (as
16149 well), for other @acronym{IMAP} clients.  Within Gnus, dormant articles will
16150 naturally still (only) be marked as dormant.  This is to make dormant
16151 articles stand out, just like ticked articles, in other @acronym{IMAP}
16152 clients.  (In other words, Gnus has two ``Tick'' marks and @acronym{IMAP}
16153 has only one.)
16154
16155 Probably the only reason for frobing this would be if you're trying
16156 enable per-user persistent dormant flags, using something like:
16157
16158 @lisp
16159 (setcdr (assq 'dormant nnimap-mark-to-flag-alist)
16160         (format "gnus-dormant-%s" (user-login-name)))
16161 (setcdr (assq 'dormant nnimap-mark-to-predicate-alist)
16162         (format "KEYWORD gnus-dormant-%s" (user-login-name)))
16163 @end lisp
16164
16165 In this case, you would not want the per-user dormant flag showing up
16166 as ticked for other users.
16167
16168 @item nnimap-expunge-search-string
16169 @cindex expunging
16170 @vindex nnimap-expunge-search-string
16171
16172 This variable contain the @acronym{IMAP} search command sent to server when
16173 searching for articles eligible for expiring.  The default is
16174 @code{"UID %s NOT SINCE %s"}, where the first @code{%s} is replaced by
16175 UID set and the second @code{%s} is replaced by a date.
16176
16177 Probably the only useful value to change this to is
16178 @code{"UID %s NOT SENTSINCE %s"}, which makes nnimap use the Date: in
16179 messages instead of the internal article date.  See section 6.4.4 of
16180 RFC 2060 for more information on valid strings.
16181
16182 @item nnimap-authinfo-file
16183 @vindex nnimap-authinfo-file
16184
16185 A file containing credentials used to log in on servers.  The format is
16186 (almost) the same as the @code{ftp} @file{~/.netrc} file.  See the
16187 variable @code{nntp-authinfo-file} for exact syntax; also see
16188 @ref{NNTP}.
16189
16190 @item nnimap-need-unselect-to-notice-new-mail
16191 @vindex nnimap-need-unselect-to-notice-new-mail
16192
16193 Unselect mailboxes before looking for new mail in them.  Some servers
16194 seem to need this under some circumstances; it was reported that
16195 Courier 1.7.1 did.
16196
16197 @end table
16198
16199 @menu
16200 * Splitting in IMAP::           Splitting mail with nnimap.
16201 * Expiring in IMAP::            Expiring mail with nnimap.
16202 * Editing IMAP ACLs::           Limiting/enabling other users access to a mailbox.
16203 * Expunging mailboxes::         Equivalent of a ``compress mailbox'' button.
16204 * A note on namespaces::        How to (not) use @acronym{IMAP} namespace in Gnus.
16205 * Debugging IMAP::              What to do when things don't work.
16206 @end menu
16207
16208
16209
16210 @node Splitting in IMAP
16211 @subsection Splitting in IMAP
16212 @cindex splitting imap mail
16213
16214 Splitting is something Gnus users have loved and used for years, and now
16215 the rest of the world is catching up.  Yeah, dream on, not many
16216 @acronym{IMAP} servers have server side splitting and those that have
16217 splitting seem to use some non-standard protocol.  This means that
16218 @acronym{IMAP} support for Gnus has to do its own splitting.
16219
16220 And it does.
16221
16222 (Incidentally, people seem to have been dreaming on, and Sieve has
16223 gaining a market share and is supported by several IMAP servers.
16224 Fortunately, Gnus support it too, @xref{Sieve Commands}.)
16225
16226 Here are the variables of interest:
16227
16228 @table @code
16229
16230 @item nnimap-split-crosspost
16231 @cindex splitting, crosspost
16232 @cindex crosspost
16233 @vindex nnimap-split-crosspost
16234
16235 If non-@code{nil}, do crossposting if several split methods match the
16236 mail.  If @code{nil}, the first match in @code{nnimap-split-rule}
16237 found will be used.
16238
16239 Nnmail equivalent: @code{nnmail-crosspost}.
16240
16241 @item nnimap-split-inbox
16242 @cindex splitting, inbox
16243 @cindex inbox
16244 @vindex nnimap-split-inbox
16245
16246 A string or a list of strings that gives the name(s) of @acronym{IMAP}
16247 mailboxes to split from.  Defaults to @code{nil}, which means that
16248 splitting is disabled!
16249
16250 @lisp
16251 (setq nnimap-split-inbox
16252       '("INBOX" ("~/friend/Mail" . "lists/*") "lists.imap"))
16253 @end lisp
16254
16255 No nnmail equivalent.
16256
16257 @item nnimap-split-rule
16258 @cindex splitting, rules
16259 @vindex nnimap-split-rule
16260
16261 New mail found in @code{nnimap-split-inbox} will be split according to
16262 this variable.
16263
16264 This variable contains a list of lists, where the first element in the
16265 sublist gives the name of the @acronym{IMAP} mailbox to move articles
16266 matching the regexp in the second element in the sublist.  Got that?
16267 Neither did I, we need examples.
16268
16269 @lisp
16270 (setq nnimap-split-rule
16271       '(("INBOX.nnimap"
16272          "^Sender: owner-nnimap@@vic20.globalcom.se")
16273         ("INBOX.junk"    "^Subject:.*MAKE MONEY")
16274         ("INBOX.private" "")))
16275 @end lisp
16276
16277 This will put all articles from the nnimap mailing list into mailbox
16278 INBOX.nnimap, all articles containing MAKE MONEY in the Subject: line
16279 into INBOX.junk and everything else in INBOX.private.
16280
16281 The first string may contain @samp{\\1} forms, like the ones used by
16282 replace-match to insert sub-expressions from the matched text.  For
16283 instance:
16284
16285 @lisp
16286 ("INBOX.lists.\\1"     "^Sender: owner-\\([a-z-]+\\)@@")
16287 @end lisp
16288
16289 The first element can also be the symbol @code{junk} to indicate that
16290 matching messages should simply be deleted.  Use with care.
16291
16292 The second element can also be a function.  In that case, it will be
16293 called with the first element of the rule as the argument, in a buffer
16294 containing the headers of the article.  It should return a
16295 non-@code{nil} value if it thinks that the mail belongs in that group.
16296
16297 Nnmail users might recollect that the last regexp had to be empty to
16298 match all articles (like in the example above).  This is not required in
16299 nnimap.  Articles not matching any of the regexps will not be moved out
16300 of your inbox.  (This might affect performance if you keep lots of
16301 unread articles in your inbox, since the splitting code would go over
16302 them every time you fetch new mail.)
16303
16304 These rules are processed from the beginning of the alist toward the
16305 end.  The first rule to make a match will ``win'', unless you have
16306 crossposting enabled.  In that case, all matching rules will ``win''.
16307
16308 This variable can also have a function as its value, the function will
16309 be called with the headers narrowed and should return a group where it
16310 thinks the article should be split to.  See @code{nnimap-split-fancy}.
16311
16312 The splitting code tries to create mailboxes if it needs to.
16313
16314 To allow for different split rules on different virtual servers, and
16315 even different split rules in different inboxes on the same server,
16316 the syntax of this variable have been extended along the lines of:
16317
16318 @lisp
16319 (setq nnimap-split-rule
16320       '(("my1server"    (".*" (("ding"    "ding@@gnus.org")
16321                                ("junk"    "From:.*Simon"))))
16322         ("my2server"    ("INBOX" nnimap-split-fancy))
16323         ("my[34]server" (".*" (("private" "To:.*Simon")
16324                                ("junk"    my-junk-func))))))
16325 @end lisp
16326
16327 The virtual server name is in fact a regexp, so that the same rules
16328 may apply to several servers.  In the example, the servers
16329 @code{my3server} and @code{my4server} both use the same rules.
16330 Similarly, the inbox string is also a regexp.  The actual splitting
16331 rules are as before, either a function, or a list with group/regexp or
16332 group/function elements.
16333
16334 Nnmail equivalent: @code{nnmail-split-methods}.
16335
16336 @item nnimap-split-predicate
16337 @cindex splitting
16338 @vindex nnimap-split-predicate
16339
16340 Mail matching this predicate in @code{nnimap-split-inbox} will be
16341 split, it is a string and the default is @samp{UNSEEN UNDELETED}.
16342
16343 This might be useful if you use another @acronym{IMAP} client to read mail in
16344 your inbox but would like Gnus to split all articles in the inbox
16345 regardless of readedness.  Then you might change this to
16346 @samp{UNDELETED}.
16347
16348 @item nnimap-split-fancy
16349 @cindex splitting, fancy
16350 @findex nnimap-split-fancy
16351 @vindex nnimap-split-fancy
16352
16353 It's possible to set @code{nnimap-split-rule} to
16354 @code{nnmail-split-fancy} if you want to use fancy
16355 splitting.  @xref{Fancy Mail Splitting}.
16356
16357 However, to be able to have different fancy split rules for nnmail and
16358 nnimap back ends you can set @code{nnimap-split-rule} to
16359 @code{nnimap-split-fancy} and define the nnimap specific fancy split
16360 rule in @code{nnimap-split-fancy}.
16361
16362 Example:
16363
16364 @lisp
16365 (setq nnimap-split-rule 'nnimap-split-fancy
16366       nnimap-split-fancy ...)
16367 @end lisp
16368
16369 Nnmail equivalent: @code{nnmail-split-fancy}.
16370
16371 @item nnimap-split-download-body
16372 @findex nnimap-split-download-body
16373 @vindex nnimap-split-download-body
16374
16375 Set to non-@code{nil} to download entire articles during splitting.
16376 This is generally not required, and will slow things down
16377 considerably.  You may need it if you want to use an advanced
16378 splitting function that analyses the body to split the article.
16379
16380 @end table
16381
16382 @node Expiring in IMAP
16383 @subsection Expiring in IMAP
16384 @cindex expiring imap mail
16385
16386 Even though @code{nnimap} is not a proper @code{nnmail} derived back
16387 end, it supports most features in regular expiring (@pxref{Expiring
16388 Mail}).  Unlike splitting in @acronym{IMAP} (@pxref{Splitting in
16389 IMAP}) it does not clone the @code{nnmail} variables (i.e., creating
16390 @var{nnimap-expiry-wait}) but reuse the @code{nnmail} variables.  What
16391 follows below are the variables used by the @code{nnimap} expiry
16392 process.
16393
16394 A note on how the expire mark is stored on the @acronym{IMAP} server is
16395 appropriate here as well.  The expire mark is translated into a
16396 @code{imap} client specific mark, @code{gnus-expire}, and stored on the
16397 message.  This means that likely only Gnus will understand and treat
16398 the @code{gnus-expire} mark properly, although other clients may allow
16399 you to view client specific flags on the message.  It also means that
16400 your server must support permanent storage of client specific flags on
16401 messages.  Most do, fortunately.
16402
16403 @table @code
16404
16405 @item nnmail-expiry-wait
16406 @item nnmail-expiry-wait-function
16407
16408 These variables are fully supported.  The expire value can be a
16409 number, the symbol @code{immediate} or @code{never}.
16410
16411 @item nnmail-expiry-target
16412
16413 This variable is supported, and internally implemented by calling the
16414 @code{nnmail} functions that handle this.  It contains an optimization
16415 that if the destination is a @acronym{IMAP} group on the same server, the
16416 article is copied instead of appended (that is, uploaded again).
16417
16418 @end table
16419
16420 @node Editing IMAP ACLs
16421 @subsection Editing IMAP ACLs
16422 @cindex editing imap acls
16423 @cindex Access Control Lists
16424 @cindex Editing @acronym{IMAP} ACLs
16425 @kindex G l (Group)
16426 @findex gnus-group-nnimap-edit-acl
16427
16428 ACL stands for Access Control List.  ACLs are used in @acronym{IMAP} for
16429 limiting (or enabling) other users access to your mail boxes.  Not all
16430 @acronym{IMAP} servers support this, this function will give an error if it
16431 doesn't.
16432
16433 To edit an ACL for a mailbox, type @kbd{G l}
16434 (@code{gnus-group-edit-nnimap-acl}) and you'll be presented with an ACL
16435 editing window with detailed instructions.
16436
16437 Some possible uses:
16438
16439 @itemize @bullet
16440 @item
16441 Giving ``anyone'' the ``lrs'' rights (lookup, read, keep seen/unseen flags)
16442 on your mailing list mailboxes enables other users on the same server to
16443 follow the list without subscribing to it.
16444 @item
16445 At least with the Cyrus server, you are required to give the user
16446 ``anyone'' posting ("p") capabilities to have ``plussing'' work (that is,
16447 mail sent to user+mailbox@@domain ending up in the @acronym{IMAP} mailbox
16448 INBOX.mailbox).
16449 @end itemize
16450
16451 @node Expunging mailboxes
16452 @subsection Expunging mailboxes
16453 @cindex expunging
16454
16455 @cindex expunge
16456 @cindex manual expunging
16457 @kindex G x (Group)
16458 @findex gnus-group-nnimap-expunge
16459
16460 If you're using the @code{never} setting of @code{nnimap-expunge-on-close},
16461 you may want the option of expunging all deleted articles in a mailbox
16462 manually.  This is exactly what @kbd{G x} does.
16463
16464 Currently there is no way of showing deleted articles, you can just
16465 delete them.
16466
16467 @node A note on namespaces
16468 @subsection A note on namespaces
16469 @cindex IMAP namespace
16470 @cindex namespaces
16471
16472 The @acronym{IMAP} protocol has a concept called namespaces, described
16473 by the following text in the RFC:
16474
16475 @display
16476 5.1.2.  Mailbox Namespace Naming Convention
16477
16478    By convention, the first hierarchical element of any mailbox name
16479    which begins with "#" identifies the "namespace" of the remainder of
16480    the name.  This makes it possible to disambiguate between different
16481    types of mailbox stores, each of which have their own namespaces.
16482
16483       For example, implementations which offer access to USENET
16484       newsgroups MAY use the "#news" namespace to partition the USENET
16485       newsgroup namespace from that of other mailboxes.  Thus, the
16486       comp.mail.misc newsgroup would have an mailbox name of
16487       "#news.comp.mail.misc", and the name "comp.mail.misc" could refer
16488       to a different object (e.g. a user's private mailbox).
16489 @end display
16490
16491 While there is nothing in this text that warrants concern for the
16492 @acronym{IMAP} implementation in Gnus, some servers use namespace
16493 prefixes in a way that does not work with how Gnus uses mailbox names.
16494
16495 Specifically, University of Washington's @acronym{IMAP} server uses
16496 mailbox names like @code{#driver.mbx/read-mail} which are valid only
16497 in the @sc{create} and @sc{append} commands.  After the mailbox is
16498 created (or a messages is appended to a mailbox), it must be accessed
16499 without the namespace prefix, i.e. @code{read-mail}.  Since Gnus do
16500 not make it possible for the user to guarantee that user entered
16501 mailbox names will only be used with the CREATE and APPEND commands,
16502 you should simply not use the namespace prefixed mailbox names in
16503 Gnus.
16504
16505 See the UoW IMAPD documentation for the @code{#driver.*/} prefix
16506 for more information on how to use the prefixes.  They are a power
16507 tool and should be used only if you are sure what the effects are.
16508
16509 @node Debugging IMAP
16510 @subsection Debugging IMAP
16511 @cindex IMAP debugging
16512 @cindex protocol dump (IMAP)
16513
16514 @acronym{IMAP} is a complex protocol, more so than @acronym{NNTP} or
16515 @acronym{POP3}.  Implementation bugs are not unlikely, and we do our
16516 best to fix them right away.  If you encounter odd behaviour, chances
16517 are that either the server or Gnus is buggy.
16518
16519 If you are familiar with network protocols in general, you will
16520 probably be able to extract some clues from the protocol dump of the
16521 exchanges between Gnus and the server.  Even if you are not familiar
16522 with network protocols, when you include the protocol dump in
16523 @acronym{IMAP}-related bug reports you are helping us with data
16524 critical to solving the problem.  Therefore, we strongly encourage you
16525 to include the protocol dump when reporting IMAP bugs in Gnus.
16526
16527
16528 @vindex imap-log
16529 Because the protocol dump, when enabled, generates lots of data, it is
16530 disabled by default.  You can enable it by setting @code{imap-log} as
16531 follows: 
16532
16533 @lisp
16534 (setq imap-log t)
16535 @end lisp
16536
16537 This instructs the @code{imap.el} package to log any exchanges with
16538 the server.  The log is stored in the buffer @samp{*imap-log*}.  Look
16539 for error messages, which sometimes are tagged with the keyword
16540 @code{BAD}---but when submitting a bug, make sure to include all the
16541 data.
16542
16543 @node Other Sources
16544 @section Other Sources
16545
16546 Gnus can do more than just read news or mail.  The methods described
16547 below allow Gnus to view directories and files as if they were
16548 newsgroups.
16549
16550 @menu
16551 * Directory Groups::            You can read a directory as if it was a newsgroup.
16552 * Anything Groups::             Dired?  Who needs dired?
16553 * Document Groups::             Single files can be the basis of a group.
16554 * SOUP::                        Reading @sc{soup} packets ``offline''.
16555 * Mail-To-News Gateways::       Posting articles via mail-to-news gateways.
16556 @end menu
16557
16558
16559 @node Directory Groups
16560 @subsection Directory Groups
16561 @cindex nndir
16562 @cindex directory groups
16563
16564 If you have a directory that has lots of articles in separate files in
16565 it, you might treat it as a newsgroup.  The files have to have numerical
16566 names, of course.
16567
16568 This might be an opportune moment to mention @code{ange-ftp} (and its
16569 successor @code{efs}), that most wonderful of all wonderful Emacs
16570 packages.  When I wrote @code{nndir}, I didn't think much about it---a
16571 back end to read directories.  Big deal.
16572
16573 @code{ange-ftp} changes that picture dramatically.  For instance, if you
16574 enter the @code{ange-ftp} file name
16575 @file{/ftp.hpc.uh.edu:/pub/emacs/ding-list/} as the directory name,
16576 @code{ange-ftp} or @code{efs} will actually allow you to read this
16577 directory over at @samp{sina} as a newsgroup.  Distributed news ahoy!
16578
16579 @code{nndir} will use @acronym{NOV} files if they are present.
16580
16581 @code{nndir} is a ``read-only'' back end---you can't delete or expire
16582 articles with this method.  You can use @code{nnmh} or @code{nnml} for
16583 whatever you use @code{nndir} for, so you could switch to any of those
16584 methods if you feel the need to have a non-read-only @code{nndir}.
16585
16586
16587 @node Anything Groups
16588 @subsection Anything Groups
16589 @cindex nneething
16590
16591 From the @code{nndir} back end (which reads a single spool-like
16592 directory), it's just a hop and a skip to @code{nneething}, which
16593 pretends that any arbitrary directory is a newsgroup.  Strange, but
16594 true.
16595
16596 When @code{nneething} is presented with a directory, it will scan this
16597 directory and assign article numbers to each file.  When you enter such
16598 a group, @code{nneething} must create ``headers'' that Gnus can use.
16599 After all, Gnus is a newsreader, in case you're forgetting.
16600 @code{nneething} does this in a two-step process.  First, it snoops each
16601 file in question.  If the file looks like an article (i.e., the first
16602 few lines look like headers), it will use this as the head.  If this is
16603 just some arbitrary file without a head (e.g. a C source file),
16604 @code{nneething} will cobble up a header out of thin air.  It will use
16605 file ownership, name and date and do whatever it can with these
16606 elements.
16607
16608 All this should happen automatically for you, and you will be presented
16609 with something that looks very much like a newsgroup.  Totally like a
16610 newsgroup, to be precise.  If you select an article, it will be displayed
16611 in the article buffer, just as usual.
16612
16613 If you select a line that represents a directory, Gnus will pop you into
16614 a new summary buffer for this @code{nneething} group.  And so on.  You can
16615 traverse the entire disk this way, if you feel like, but remember that
16616 Gnus is not dired, really, and does not intend to be, either.
16617
16618 There are two overall modes to this action---ephemeral or solid.  When
16619 doing the ephemeral thing (i.e., @kbd{G D} from the group buffer), Gnus
16620 will not store information on what files you have read, and what files
16621 are new, and so on.  If you create a solid @code{nneething} group the
16622 normal way with @kbd{G m}, Gnus will store a mapping table between
16623 article numbers and file names, and you can treat this group like any
16624 other groups.  When you activate a solid @code{nneething} group, you will
16625 be told how many unread articles it contains, etc., etc.
16626
16627 Some variables:
16628
16629 @table @code
16630 @item nneething-map-file-directory
16631 @vindex nneething-map-file-directory
16632 All the mapping files for solid @code{nneething} groups will be stored
16633 in this directory, which defaults to @file{~/.nneething/}.
16634
16635 @item nneething-exclude-files
16636 @vindex nneething-exclude-files
16637 All files that match this regexp will be ignored.  Nice to use to exclude
16638 auto-save files and the like, which is what it does by default.
16639
16640 @item nneething-include-files
16641 @vindex nneething-include-files
16642 Regexp saying what files to include in the group.  If this variable is
16643 non-@code{nil}, only files matching this regexp will be included.
16644
16645 @item nneething-map-file
16646 @vindex nneething-map-file
16647 Name of the map files.
16648 @end table
16649
16650
16651 @node Document Groups
16652 @subsection Document Groups
16653 @cindex nndoc
16654 @cindex documentation group
16655 @cindex help group
16656
16657 @code{nndoc} is a cute little thing that will let you read a single file
16658 as a newsgroup.  Several files types are supported:
16659
16660 @table @code
16661 @cindex Babyl
16662 @cindex Rmail mbox
16663
16664 @item babyl
16665 The Babyl (Rmail) mail box.
16666 @cindex mbox
16667 @cindex Unix mbox
16668
16669 @item mbox
16670 The standard Unix mbox file.
16671
16672 @cindex MMDF mail box
16673 @item mmdf
16674 The MMDF mail box format.
16675
16676 @item news
16677 Several news articles appended into a file.
16678
16679 @item rnews
16680 @cindex rnews batch files
16681 The rnews batch transport format.
16682 @cindex forwarded messages
16683
16684 @item forward
16685 Forwarded articles.
16686
16687 @item nsmail
16688 Netscape mail boxes.
16689
16690 @item mime-parts
16691 @acronym{MIME} multipart messages.
16692
16693 @item standard-digest
16694 The standard (RFC 1153) digest format.
16695
16696 @item mime-digest
16697 A @acronym{MIME} digest of messages.
16698
16699 @item lanl-gov-announce
16700 Announcement messages from LANL Gov Announce.
16701
16702 @item rfc822-forward
16703 A message forwarded according to RFC822.
16704
16705 @item outlook
16706 The Outlook mail box.
16707
16708 @item oe-dbx
16709 The Outlook Express dbx mail box.
16710
16711 @item exim-bounce
16712 A bounce message from the Exim MTA.
16713
16714 @item forward
16715 A message forwarded according to informal rules.
16716
16717 @item rfc934
16718 An RFC934-forwarded message.
16719
16720 @item mailman
16721 A mailman digest.
16722
16723 @item clari-briefs
16724 A digest of Clarinet brief news items.
16725
16726 @item slack-digest
16727 Non-standard digest format---matches most things, but does it badly.
16728
16729 @item mail-in-mail
16730 The last resort.
16731 @end table
16732
16733 You can also use the special ``file type'' @code{guess}, which means
16734 that @code{nndoc} will try to guess what file type it is looking at.
16735 @code{digest} means that @code{nndoc} should guess what digest type the
16736 file is.
16737
16738 @code{nndoc} will not try to change the file or insert any extra headers into
16739 it---it will simply, like, let you use the file as the basis for a
16740 group.  And that's it.
16741
16742 If you have some old archived articles that you want to insert into your
16743 new & spiffy Gnus mail back end, @code{nndoc} can probably help you with
16744 that.  Say you have an old @file{RMAIL} file with mail that you now want
16745 to split into your new @code{nnml} groups.  You look at that file using
16746 @code{nndoc} (using the @kbd{G f} command in the group buffer
16747 (@pxref{Foreign Groups})), set the process mark on all the articles in
16748 the buffer (@kbd{M P b}, for instance), and then re-spool (@kbd{B r})
16749 using @code{nnml}.  If all goes well, all the mail in the @file{RMAIL}
16750 file is now also stored in lots of @code{nnml} directories, and you can
16751 delete that pesky @file{RMAIL} file.  If you have the guts!
16752
16753 Virtual server variables:
16754
16755 @table @code
16756 @item nndoc-article-type
16757 @vindex nndoc-article-type
16758 This should be one of @code{mbox}, @code{babyl}, @code{digest},
16759 @code{news}, @code{rnews}, @code{mmdf}, @code{forward}, @code{rfc934},
16760 @code{rfc822-forward}, @code{mime-parts}, @code{standard-digest},
16761 @code{slack-digest}, @code{clari-briefs}, @code{nsmail}, @code{outlook},
16762 @code{oe-dbx}, @code{mailman}, and @code{mail-in-mail} or @code{guess}.
16763
16764 @item nndoc-post-type
16765 @vindex nndoc-post-type
16766 This variable says whether Gnus is to consider the group a news group or
16767 a mail group.  There are two valid values:  @code{mail} (the default)
16768 and @code{news}.
16769 @end table
16770
16771 @menu
16772 * Document Server Internals::   How to add your own document types.
16773 @end menu
16774
16775
16776 @node Document Server Internals
16777 @subsubsection Document Server Internals
16778
16779 Adding new document types to be recognized by @code{nndoc} isn't
16780 difficult.  You just have to whip up a definition of what the document
16781 looks like, write a predicate function to recognize that document type,
16782 and then hook into @code{nndoc}.
16783
16784 First, here's an example document type definition:
16785
16786 @example
16787 (mmdf
16788  (article-begin .  "^\^A\^A\^A\^A\n")
16789  (body-end .  "^\^A\^A\^A\^A\n"))
16790 @end example
16791
16792 The definition is simply a unique @dfn{name} followed by a series of
16793 regexp pseudo-variable settings.  Below are the possible
16794 variables---don't be daunted by the number of variables; most document
16795 types can be defined with very few settings:
16796
16797 @table @code
16798 @item first-article
16799 If present, @code{nndoc} will skip past all text until it finds
16800 something that match this regexp.  All text before this will be
16801 totally ignored.
16802
16803 @item article-begin
16804 This setting has to be present in all document type definitions.  It
16805 says what the beginning of each article looks like.
16806
16807 @item head-begin-function
16808 If present, this should be a function that moves point to the head of
16809 the article.
16810
16811 @item nndoc-head-begin
16812 If present, this should be a regexp that matches the head of the
16813 article.
16814
16815 @item nndoc-head-end
16816 This should match the end of the head of the article.  It defaults to
16817 @samp{^$}---the empty line.
16818
16819 @item body-begin-function
16820 If present, this function should move point to the beginning of the body
16821 of the article.
16822
16823 @item body-begin
16824 This should match the beginning of the body of the article.  It defaults
16825 to @samp{^\n}.
16826
16827 @item body-end-function
16828 If present, this function should move point to the end of the body of
16829 the article.
16830
16831 @item body-end
16832 If present, this should match the end of the body of the article.
16833
16834 @item file-end
16835 If present, this should match the end of the file.  All text after this
16836 regexp will be totally ignored.
16837
16838 @end table
16839
16840 So, using these variables @code{nndoc} is able to dissect a document
16841 file into a series of articles, each with a head and a body.  However, a
16842 few more variables are needed since not all document types are all that
16843 news-like---variables needed to transform the head or the body into
16844 something that's palatable for Gnus:
16845
16846 @table @code
16847 @item prepare-body-function
16848 If present, this function will be called when requesting an article.  It
16849 will be called with point at the start of the body, and is useful if the
16850 document has encoded some parts of its contents.
16851
16852 @item article-transform-function
16853 If present, this function is called when requesting an article.  It's
16854 meant to be used for more wide-ranging transformation of both head and
16855 body of the article.
16856
16857 @item generate-head-function
16858 If present, this function is called to generate a head that Gnus can
16859 understand.  It is called with the article number as a parameter, and is
16860 expected to generate a nice head for the article in question.  It is
16861 called when requesting the headers of all articles.
16862
16863 @end table
16864
16865 Let's look at the most complicated example I can come up with---standard
16866 digests:
16867
16868 @example
16869 (standard-digest
16870  (first-article . ,(concat "^" (make-string 70 ?-) "\n\n+"))
16871  (article-begin . ,(concat "\n\n" (make-string 30 ?-) "\n\n+"))
16872  (prepare-body-function . nndoc-unquote-dashes)
16873  (body-end-function . nndoc-digest-body-end)
16874  (head-end . "^ ?$")
16875  (body-begin . "^ ?\n")
16876  (file-end . "^End of .*digest.*[0-9].*\n\\*\\*\\|^End of.*Digest *$")
16877  (subtype digest guess))
16878 @end example
16879
16880 We see that all text before a 70-width line of dashes is ignored; all
16881 text after a line that starts with that @samp{^End of} is also ignored;
16882 each article begins with a 30-width line of dashes; the line separating
16883 the head from the body may contain a single space; and that the body is
16884 run through @code{nndoc-unquote-dashes} before being delivered.
16885
16886 To hook your own document definition into @code{nndoc}, use the
16887 @code{nndoc-add-type} function.  It takes two parameters---the first
16888 is the definition itself and the second (optional) parameter says
16889 where in the document type definition alist to put this definition.
16890 The alist is traversed sequentially, and
16891 @code{nndoc-@var{type}-type-p} is called for a given type @var{type}.
16892 So @code{nndoc-mmdf-type-p} is called to see whether a document is of
16893 @code{mmdf} type, and so on.  These type predicates should return
16894 @code{nil} if the document is not of the correct type; @code{t} if it
16895 is of the correct type; and a number if the document might be of the
16896 correct type.  A high number means high probability; a low number
16897 means low probability with @samp{0} being the lowest valid number.
16898
16899
16900 @node SOUP
16901 @subsection SOUP
16902 @cindex SOUP
16903 @cindex offline
16904
16905 In the PC world people often talk about ``offline'' newsreaders.  These
16906 are thingies that are combined reader/news transport monstrosities.
16907 With built-in modem programs.  Yecchh!
16908
16909 Of course, us Unix Weenie types of human beans use things like
16910 @code{uucp} and, like, @code{nntpd} and set up proper news and mail
16911 transport things like Ghod intended.  And then we just use normal
16912 newsreaders.
16913
16914 However, it can sometimes be convenient to do something that's a bit
16915 easier on the brain if you have a very slow modem, and you're not really
16916 that interested in doing things properly.
16917
16918 A file format called @sc{soup} has been developed for transporting news
16919 and mail from servers to home machines and back again.  It can be a bit
16920 fiddly.
16921
16922 First some terminology:
16923
16924 @table @dfn
16925
16926 @item server
16927 This is the machine that is connected to the outside world and where you
16928 get news and/or mail from.
16929
16930 @item home machine
16931 This is the machine that you want to do the actual reading and responding
16932 on.  It is typically not connected to the rest of the world in any way.
16933
16934 @item packet
16935 Something that contains messages and/or commands.  There are two kinds
16936 of packets:
16937
16938 @table @dfn
16939 @item message packets
16940 These are packets made at the server, and typically contain lots of
16941 messages for you to read.  These are called @file{SoupoutX.tgz} by
16942 default, where @var{x} is a number.
16943
16944 @item response packets
16945 These are packets made at the home machine, and typically contains
16946 replies that you've written.  These are called @file{SoupinX.tgz} by
16947 default, where @var{x} is a number.
16948
16949 @end table
16950
16951 @end table
16952
16953
16954 @enumerate
16955
16956 @item
16957 You log in on the server and create a @sc{soup} packet.  You can either
16958 use a dedicated @sc{soup} thingie (like the @code{awk} program), or you
16959 can use Gnus to create the packet with its @sc{soup} commands (@kbd{O
16960 s} and/or @kbd{G s b}; and then @kbd{G s p}) (@pxref{SOUP Commands}).
16961
16962 @item
16963 You transfer the packet home.  Rail, boat, car or modem will do fine.
16964
16965 @item
16966 You put the packet in your home directory.
16967
16968 @item
16969 You fire up Gnus on your home machine using the @code{nnsoup} back end as
16970 the native or secondary server.
16971
16972 @item
16973 You read articles and mail and answer and followup to the things you
16974 want (@pxref{SOUP Replies}).
16975
16976 @item
16977 You do the @kbd{G s r} command to pack these replies into a @sc{soup}
16978 packet.
16979
16980 @item
16981 You transfer this packet to the server.
16982
16983 @item
16984 You use Gnus to mail this packet out with the @kbd{G s s} command.
16985
16986 @item
16987 You then repeat until you die.
16988
16989 @end enumerate
16990
16991 So you basically have a bipartite system---you use @code{nnsoup} for
16992 reading and Gnus for packing/sending these @sc{soup} packets.
16993
16994 @menu
16995 * SOUP Commands::               Commands for creating and sending @sc{soup} packets
16996 * SOUP Groups::                 A back end for reading @sc{soup} packets.
16997 * SOUP Replies::                How to enable @code{nnsoup} to take over mail and news.
16998 @end menu
16999
17000
17001 @node SOUP Commands
17002 @subsubsection SOUP Commands
17003
17004 These are commands for creating and manipulating @sc{soup} packets.
17005
17006 @table @kbd
17007 @item G s b
17008 @kindex G s b (Group)
17009 @findex gnus-group-brew-soup
17010 Pack all unread articles in the current group
17011 (@code{gnus-group-brew-soup}).  This command understands the
17012 process/prefix convention.
17013
17014 @item G s w
17015 @kindex G s w (Group)
17016 @findex gnus-soup-save-areas
17017 Save all @sc{soup} data files (@code{gnus-soup-save-areas}).
17018
17019 @item G s s
17020 @kindex G s s (Group)
17021 @findex gnus-soup-send-replies
17022 Send all replies from the replies packet
17023 (@code{gnus-soup-send-replies}).
17024
17025 @item G s p
17026 @kindex G s p (Group)
17027 @findex gnus-soup-pack-packet
17028 Pack all files into a @sc{soup} packet (@code{gnus-soup-pack-packet}).
17029
17030 @item G s r
17031 @kindex G s r (Group)
17032 @findex nnsoup-pack-replies
17033 Pack all replies into a replies packet (@code{nnsoup-pack-replies}).
17034
17035 @item O s
17036 @kindex O s (Summary)
17037 @findex gnus-soup-add-article
17038 This summary-mode command adds the current article to a @sc{soup} packet
17039 (@code{gnus-soup-add-article}).  It understands the process/prefix
17040 convention (@pxref{Process/Prefix}).
17041
17042 @end table
17043
17044
17045 There are a few variables to customize where Gnus will put all these
17046 thingies:
17047
17048 @table @code
17049
17050 @item gnus-soup-directory
17051 @vindex gnus-soup-directory
17052 Directory where Gnus will save intermediate files while composing
17053 @sc{soup} packets.  The default is @file{~/SoupBrew/}.
17054
17055 @item gnus-soup-replies-directory
17056 @vindex gnus-soup-replies-directory
17057 This is what Gnus will use as a temporary directory while sending our
17058 reply packets.  @file{~/SoupBrew/SoupReplies/} is the default.
17059
17060 @item gnus-soup-prefix-file
17061 @vindex gnus-soup-prefix-file
17062 Name of the file where Gnus stores the last used prefix.  The default is
17063 @samp{gnus-prefix}.
17064
17065 @item gnus-soup-packer
17066 @vindex gnus-soup-packer
17067 A format string command for packing a @sc{soup} packet.  The default is
17068 @samp{tar cf - %s | gzip > $HOME/Soupout%d.tgz}.
17069
17070 @item gnus-soup-unpacker
17071 @vindex gnus-soup-unpacker
17072 Format string command for unpacking a @sc{soup} packet.  The default is
17073 @samp{gunzip -c %s | tar xvf -}.
17074
17075 @item gnus-soup-packet-directory
17076 @vindex gnus-soup-packet-directory
17077 Where Gnus will look for reply packets.  The default is @file{~/}.
17078
17079 @item gnus-soup-packet-regexp
17080 @vindex gnus-soup-packet-regexp
17081 Regular expression matching @sc{soup} reply packets in
17082 @code{gnus-soup-packet-directory}.
17083
17084 @end table
17085
17086
17087 @node SOUP Groups
17088 @subsubsection SOUP Groups
17089 @cindex nnsoup
17090
17091 @code{nnsoup} is the back end for reading @sc{soup} packets.  It will
17092 read incoming packets, unpack them, and put them in a directory where
17093 you can read them at leisure.
17094
17095 These are the variables you can use to customize its behavior:
17096
17097 @table @code
17098
17099 @item nnsoup-tmp-directory
17100 @vindex nnsoup-tmp-directory
17101 When @code{nnsoup} unpacks a @sc{soup} packet, it does it in this
17102 directory.  (@file{/tmp/} by default.)
17103
17104 @item nnsoup-directory
17105 @vindex nnsoup-directory
17106 @code{nnsoup} then moves each message and index file to this directory.
17107 The default is @file{~/SOUP/}.
17108
17109 @item nnsoup-replies-directory
17110 @vindex nnsoup-replies-directory
17111 All replies will be stored in this directory before being packed into a
17112 reply packet.  The default is @file{~/SOUP/replies/}.
17113
17114 @item nnsoup-replies-format-type
17115 @vindex nnsoup-replies-format-type
17116 The @sc{soup} format of the replies packets.  The default is @samp{?n}
17117 (rnews), and I don't think you should touch that variable.  I probably
17118 shouldn't even have documented it.  Drats!  Too late!
17119
17120 @item nnsoup-replies-index-type
17121 @vindex nnsoup-replies-index-type
17122 The index type of the replies packet.  The default is @samp{?n}, which
17123 means ``none''.  Don't fiddle with this one either!
17124
17125 @item nnsoup-active-file
17126 @vindex nnsoup-active-file
17127 Where @code{nnsoup} stores lots of information.  This is not an ``active
17128 file'' in the @code{nntp} sense; it's an Emacs Lisp file.  If you lose
17129 this file or mess it up in any way, you're dead.  The default is
17130 @file{~/SOUP/active}.
17131
17132 @item nnsoup-packer
17133 @vindex nnsoup-packer
17134 Format string command for packing a reply @sc{soup} packet.  The default
17135 is @samp{tar cf - %s | gzip > $HOME/Soupin%d.tgz}.
17136
17137 @item nnsoup-unpacker
17138 @vindex nnsoup-unpacker
17139 Format string command for unpacking incoming @sc{soup} packets.  The
17140 default is @samp{gunzip -c %s | tar xvf -}.
17141
17142 @item nnsoup-packet-directory
17143 @vindex nnsoup-packet-directory
17144 Where @code{nnsoup} will look for incoming packets.  The default is
17145 @file{~/}.
17146
17147 @item nnsoup-packet-regexp
17148 @vindex nnsoup-packet-regexp
17149 Regular expression matching incoming @sc{soup} packets.  The default is
17150 @samp{Soupout}.
17151
17152 @item nnsoup-always-save
17153 @vindex nnsoup-always-save
17154 If non-@code{nil}, save the replies buffer after each posted message.
17155
17156 @end table
17157
17158
17159 @node SOUP Replies
17160 @subsubsection SOUP Replies
17161
17162 Just using @code{nnsoup} won't mean that your postings and mailings end
17163 up in @sc{soup} reply packets automagically.  You have to work a bit
17164 more for that to happen.
17165
17166 @findex nnsoup-set-variables
17167 The @code{nnsoup-set-variables} command will set the appropriate
17168 variables to ensure that all your followups and replies end up in the
17169 @sc{soup} system.
17170
17171 In specific, this is what it does:
17172
17173 @lisp
17174 (setq message-send-news-function 'nnsoup-request-post)
17175 (setq message-send-mail-function 'nnsoup-request-mail)
17176 @end lisp
17177
17178 And that's it, really.  If you only want news to go into the @sc{soup}
17179 system you just use the first line.  If you only want mail to be
17180 @sc{soup}ed you use the second.
17181
17182
17183 @node Mail-To-News Gateways
17184 @subsection Mail-To-News Gateways
17185 @cindex mail-to-news gateways
17186 @cindex gateways
17187
17188 If your local @code{nntp} server doesn't allow posting, for some reason
17189 or other, you can post using one of the numerous mail-to-news gateways.
17190 The @code{nngateway} back end provides the interface.
17191
17192 Note that you can't read anything from this back end---it can only be
17193 used to post with.
17194
17195 Server variables:
17196
17197 @table @code
17198 @item nngateway-address
17199 @vindex nngateway-address
17200 This is the address of the mail-to-news gateway.
17201
17202 @item nngateway-header-transformation
17203 @vindex nngateway-header-transformation
17204 News headers often have to be transformed in some odd way or other
17205 for the mail-to-news gateway to accept it.  This variable says what
17206 transformation should be called, and defaults to
17207 @code{nngateway-simple-header-transformation}.  The function is called
17208 narrowed to the headers to be transformed and with one parameter---the
17209 gateway address.
17210
17211 This default function just inserts a new @code{To} header based on the
17212 @code{Newsgroups} header and the gateway address.
17213 For instance, an article with this @code{Newsgroups} header:
17214
17215 @example
17216 Newsgroups: alt.religion.emacs
17217 @end example
17218
17219 will get this @code{To} header inserted:
17220
17221 @example
17222 To: alt-religion-emacs@@GATEWAY
17223 @end example
17224
17225 The following pre-defined functions exist:
17226
17227 @findex nngateway-simple-header-transformation
17228 @table @code
17229
17230 @item nngateway-simple-header-transformation
17231 Creates a @code{To} header that looks like
17232 @var{newsgroup}@@@code{nngateway-address}.
17233
17234 @findex nngateway-mail2news-header-transformation
17235
17236 @item nngateway-mail2news-header-transformation
17237 Creates a @code{To} header that looks like
17238 @code{nngateway-address}.
17239 @end table
17240
17241 @end table
17242
17243 Here's an example:
17244
17245 @lisp
17246 (setq gnus-post-method
17247       '(nngateway
17248         "mail2news@@replay.com"
17249         (nngateway-header-transformation
17250          nngateway-mail2news-header-transformation)))
17251 @end lisp
17252
17253 So, to use this, simply say something like:
17254
17255 @lisp
17256 (setq gnus-post-method '(nngateway "GATEWAY.ADDRESS"))
17257 @end lisp
17258
17259
17260
17261 @node Combined Groups
17262 @section Combined Groups
17263
17264 Gnus allows combining a mixture of all the other group types into bigger
17265 groups.
17266
17267 @menu
17268 * Virtual Groups::              Combining articles from many groups.
17269 * Kibozed Groups::              Looking through parts of the newsfeed for articles.
17270 @end menu
17271
17272
17273 @node Virtual Groups
17274 @subsection Virtual Groups
17275 @cindex nnvirtual
17276 @cindex virtual groups
17277 @cindex merging groups
17278
17279 An @dfn{nnvirtual group} is really nothing more than a collection of
17280 other groups.
17281
17282 For instance, if you are tired of reading many small groups, you can
17283 put them all in one big group, and then grow tired of reading one
17284 big, unwieldy group.  The joys of computing!
17285
17286 You specify @code{nnvirtual} as the method.  The address should be a
17287 regexp to match component groups.
17288
17289 All marks in the virtual group will stick to the articles in the
17290 component groups.  So if you tick an article in a virtual group, the
17291 article will also be ticked in the component group from whence it
17292 came.  (And vice versa---marks from the component groups will also be
17293 shown in the virtual group.).  To create an empty virtual group, run
17294 @kbd{G V} (@code{gnus-group-make-empty-virtual}) in the group buffer
17295 and edit the method regexp with @kbd{M-e}
17296 (@code{gnus-group-edit-group-method})
17297
17298 Here's an example @code{nnvirtual} method that collects all Andrea Dworkin
17299 newsgroups into one, big, happy newsgroup:
17300
17301 @lisp
17302 (nnvirtual "^alt\\.fan\\.andrea-dworkin$\\|^rec\\.dworkin.*")
17303 @end lisp
17304
17305 The component groups can be native or foreign; everything should work
17306 smoothly, but if your computer explodes, it was probably my fault.
17307
17308 Collecting the same group from several servers might actually be a good
17309 idea if users have set the Distribution header to limit distribution.
17310 If you would like to read @samp{soc.motss} both from a server in Japan
17311 and a server in Norway, you could use the following as the group regexp:
17312
17313 @example
17314 "^nntp\\+server\\.jp:soc\\.motss$\\|^nntp\\+server\\.no:soc\\.motss$"
17315 @end example
17316
17317 (Remember, though, that if you're creating the group with @kbd{G m}, you
17318 shouldn't double the backslashes, and you should leave off the quote
17319 characters at the beginning and the end of the string.)
17320
17321 This should work kinda smoothly---all articles from both groups should
17322 end up in this one, and there should be no duplicates.  Threading (and
17323 the rest) will still work as usual, but there might be problems with the
17324 sequence of articles.  Sorting on date might be an option here
17325 (@pxref{Selecting a Group}).
17326
17327 One limitation, however---all groups included in a virtual
17328 group have to be alive (i.e., subscribed or unsubscribed).  Killed or
17329 zombie groups can't be component groups for @code{nnvirtual} groups.
17330
17331 @vindex nnvirtual-always-rescan
17332 If the @code{nnvirtual-always-rescan} is non-@code{nil},
17333 @code{nnvirtual} will always scan groups for unread articles when
17334 entering a virtual group.  If this variable is @code{nil} (which is the
17335 default) and you read articles in a component group after the virtual
17336 group has been activated, the read articles from the component group
17337 will show up when you enter the virtual group.  You'll also see this
17338 effect if you have two virtual groups that have a component group in
17339 common.  If that's the case, you should set this variable to @code{t}.
17340 Or you can just tap @code{M-g} on the virtual group every time before
17341 you enter it---it'll have much the same effect.
17342
17343 @code{nnvirtual} can have both mail and news groups as component groups.
17344 When responding to articles in @code{nnvirtual} groups, @code{nnvirtual}
17345 has to ask the back end of the component group the article comes from
17346 whether it is a news or mail back end.  However, when you do a @kbd{^},
17347 there is typically no sure way for the component back end to know this,
17348 and in that case @code{nnvirtual} tells Gnus that the article came from a
17349 not-news back end.  (Just to be on the safe side.)
17350
17351 @kbd{C-c C-n} in the message buffer will insert the @code{Newsgroups}
17352 line from the article you respond to in these cases.
17353
17354 @code{nnvirtual} groups do not inherit anything but articles and marks
17355 from component groups---group parameters, for instance, are not
17356 inherited.
17357
17358
17359 @node Kibozed Groups
17360 @subsection Kibozed Groups
17361 @cindex nnkiboze
17362 @cindex kibozing
17363
17364 @dfn{Kibozing} is defined by the @acronym{OED} as ``grepping through
17365 (parts of) the news feed''.  @code{nnkiboze} is a back end that will
17366 do this for you.  Oh joy!  Now you can grind any @acronym{NNTP} server
17367 down to a halt with useless requests!  Oh happiness!
17368
17369 @kindex G k (Group)
17370 To create a kibozed group, use the @kbd{G k} command in the group
17371 buffer.
17372
17373 The address field of the @code{nnkiboze} method is, as with
17374 @code{nnvirtual}, a regexp to match groups to be ``included'' in the
17375 @code{nnkiboze} group.  That's where most similarities between
17376 @code{nnkiboze} and @code{nnvirtual} end.
17377
17378 In addition to this regexp detailing component groups, an
17379 @code{nnkiboze} group must have a score file to say what articles are
17380 to be included in the group (@pxref{Scoring}).
17381
17382 @kindex M-x nnkiboze-generate-groups
17383 @findex nnkiboze-generate-groups
17384 You must run @kbd{M-x nnkiboze-generate-groups} after creating the
17385 @code{nnkiboze} groups you want to have.  This command will take time.
17386 Lots of time.  Oodles and oodles of time.  Gnus has to fetch the
17387 headers from all the articles in all the component groups and run them
17388 through the scoring process to determine if there are any articles in
17389 the groups that are to be part of the @code{nnkiboze} groups.
17390
17391 Please limit the number of component groups by using restrictive
17392 regexps.  Otherwise your sysadmin may become annoyed with you, and the
17393 @acronym{NNTP} site may throw you off and never let you back in again.
17394 Stranger things have happened.
17395
17396 @code{nnkiboze} component groups do not have to be alive---they can be dead,
17397 and they can be foreign.  No restrictions.
17398
17399 @vindex nnkiboze-directory
17400 The generation of an @code{nnkiboze} group means writing two files in
17401 @code{nnkiboze-directory}, which is @file{~/News/kiboze/} by default.
17402 One contains the @acronym{NOV} header lines for all the articles in
17403 the group, and the other is an additional @file{.newsrc} file to store
17404 information on what groups have been searched through to find
17405 component articles.
17406
17407 Articles marked as read in the @code{nnkiboze} group will have
17408 their @acronym{NOV} lines removed from the @acronym{NOV} file.
17409
17410
17411 @node Gnus Unplugged
17412 @section Gnus Unplugged
17413 @cindex offline
17414 @cindex unplugged
17415 @cindex agent
17416 @cindex Gnus agent
17417 @cindex Gnus unplugged
17418
17419 In olden times (ca. February '88), people used to run their newsreaders
17420 on big machines with permanent connections to the net.  News transport
17421 was dealt with by news servers, and all the newsreaders had to do was to
17422 read news.  Believe it or not.
17423
17424 Nowadays most people read news and mail at home, and use some sort of
17425 modem to connect to the net.  To avoid running up huge phone bills, it
17426 would be nice to have a way to slurp down all the news and mail, hang up
17427 the phone, read for several hours, and then upload any responses you
17428 have to make.  And then you repeat the procedure.
17429
17430 Of course, you can use news servers for doing this as well.  I've used
17431 @code{inn} together with @code{slurp}, @code{pop} and @code{sendmail}
17432 for some years, but doing that's a bore.  Moving the news server
17433 functionality up to the newsreader makes sense if you're the only person
17434 reading news on a machine.
17435
17436 Setting up Gnus as an ``offline'' newsreader is quite simple.  In
17437 fact, you don't have to configure anything as the agent is now enabled
17438 by default (@pxref{Agent Variables, gnus-agent}).
17439
17440 Of course, to use it as such, you have to learn a few new commands.
17441
17442 @menu
17443 * Agent Basics::                How it all is supposed to work.
17444 * Agent Categories::            How to tell the Gnus Agent what to download.
17445 * Agent Commands::              New commands for all the buffers.
17446 * Agent Visuals::               Ways that the agent may effect your summary buffer.
17447 * Agent as Cache::              The Agent is a big cache too.
17448 * Agent Expiry::                How to make old articles go away.
17449 * Agent Regeneration::          How to recover from lost connections and other accidents.
17450 * Agent and IMAP::              How to use the Agent with @acronym{IMAP}.
17451 * Outgoing Messages::           What happens when you post/mail something?
17452 * Agent Variables::             Customizing is fun.
17453 * Example Setup::               An example @file{~/.gnus.el} file for offline people.
17454 * Batching Agents::             How to fetch news from a @code{cron} job.
17455 * Agent Caveats::               What you think it'll do and what it does.
17456 @end menu
17457
17458
17459 @node Agent Basics
17460 @subsection Agent Basics
17461
17462 First, let's get some terminology out of the way.
17463
17464 The Gnus Agent is said to be @dfn{unplugged} when you have severed the
17465 connection to the net (and notified the Agent that this is the case).
17466 When the connection to the net is up again (and Gnus knows this), the
17467 Agent is @dfn{plugged}.
17468
17469 The @dfn{local} machine is the one you're running on, and which isn't
17470 connected to the net continuously.
17471
17472 @dfn{Downloading} means fetching things from the net to your local
17473 machine.  @dfn{Uploading} is doing the opposite.
17474
17475 You know that Gnus gives you all the opportunity you'd ever want for
17476 shooting yourself in the foot.  Some people call it flexibility.  Gnus
17477 is also customizable to a great extent, which means that the user has a
17478 say on how Gnus behaves.  Other newsreaders might unconditionally shoot
17479 you in your foot, but with Gnus, you have a choice!
17480
17481 Gnus is never really in plugged or unplugged state.  Rather, it applies
17482 that state to each server individually.  This means that some servers
17483 can be plugged while others can be unplugged.  Additionally, some
17484 servers can be ignored by the Agent altogether (which means that
17485 they're kinda like plugged always).
17486
17487 So when you unplug the Agent and then wonder why is Gnus opening a
17488 connection to the Net, the next step to do is to look whether all
17489 servers are agentized.  If there is an unagentized server, you found
17490 the culprit.
17491
17492 Another thing is the @dfn{offline} state.  Sometimes, servers aren't
17493 reachable.  When Gnus notices this, it asks you whether you want the
17494 server to be switched to offline state.  If you say yes, then the
17495 server will behave somewhat as if it was unplugged, except that Gnus
17496 will ask you whether you want to switch it back online again.
17497
17498 Let's take a typical Gnus session using the Agent.
17499
17500 @itemize @bullet
17501
17502 @item
17503 @findex gnus-unplugged
17504 You start Gnus with @code{gnus-unplugged}.  This brings up the Gnus
17505 Agent in a disconnected state.  You can read all the news that you have
17506 already fetched while in this mode.
17507
17508 @item
17509 You then decide to see whether any new news has arrived.  You connect
17510 your machine to the net (using PPP or whatever), and then hit @kbd{J j}
17511 to make Gnus become @dfn{plugged} and use @kbd{g} to check for new mail
17512 as usual.  To check for new mail in unplugged mode (@pxref{Mail
17513 Source Specifiers}).
17514
17515 @item
17516 You can then read the new news immediately, or you can download the
17517 news onto your local machine.  If you want to do the latter, you press
17518 @kbd{g} to check if there are any new news and then @kbd{J s} to fetch
17519 all the eligible articles in all the groups.  (To let Gnus know which
17520 articles you want to download, @pxref{Agent Categories}).
17521
17522 @item
17523 After fetching the articles, you press @kbd{J j} to make Gnus become
17524 unplugged again, and you shut down the PPP thing (or whatever).  And
17525 then you read the news offline.
17526
17527 @item
17528 And then you go to step 2.
17529 @end itemize
17530
17531 Here are some things you should do the first time (or so) that you use
17532 the Agent.
17533
17534 @itemize @bullet
17535
17536 @item
17537 Decide which servers should be covered by the Agent.  If you have a mail
17538 back end, it would probably be nonsensical to have it covered by the
17539 Agent.  Go to the server buffer (@kbd{^} in the group buffer) and press
17540 @kbd{J a} on the server (or servers) that you wish to have covered by the
17541 Agent (@pxref{Server Agent Commands}), or @kbd{J r} on automatically
17542 added servers you do not wish to have covered by the Agent.  By default,
17543 all @code{nntp} and @code{nnimap} servers in @code{gnus-select-method} and
17544 @code{gnus-secondary-select-methods} are agentized.
17545
17546 @item
17547 Decide on download policy.  It's fairly simple once you decide whether
17548 you are going to use agent categories, topic parameters, and/or group
17549 parameters to implement your policy.  If you're new to gnus, it
17550 is probably best to start with a category, @xref{Agent Categories}.
17551
17552 Both topic parameters (@pxref{Topic Parameters}) and agent categories
17553 (@pxref{Agent Categories}) provide for setting a policy that applies
17554 to multiple groups.  Which you use is entirely up to you.  Topic
17555 parameters do override categories so, if you mix the two, you'll have
17556 to take that into account.  If you have a few groups that deviate from
17557 your policy, you can use group parameters (@pxref{Group Parameters}) to
17558 configure them.
17559
17560 @item
17561 Uhm@dots{} that's it.
17562 @end itemize
17563
17564
17565 @node Agent Categories
17566 @subsection Agent Categories
17567
17568 One of the main reasons to integrate the news transport layer into the
17569 newsreader is to allow greater control over what articles to download.
17570 There's not much point in downloading huge amounts of articles, just to
17571 find out that you're not interested in reading any of them.  It's better
17572 to be somewhat more conservative in choosing what to download, and then
17573 mark the articles for downloading manually if it should turn out that
17574 you're interested in the articles anyway.
17575
17576 One of the more effective methods for controlling what is to be
17577 downloaded is to create a @dfn{category} and then assign some (or all)
17578 groups to this category.  Groups that do not belong in any other
17579 category belong to the @code{default} category.  Gnus has its own
17580 buffer for creating and managing categories.
17581
17582 If you prefer, you can also use group parameters (@pxref{Group
17583 Parameters}) and topic parameters (@pxref{Topic Parameters}) for an
17584 alternative approach to controlling the agent.  The only real
17585 difference is that categories are specific to the agent (so there is
17586 less to learn) while group and topic parameters include the kitchen
17587 sink.
17588
17589 Since you can set agent parameters in several different places we have
17590 a rule to decide which source to believe.  This rule specifies that
17591 the parameter sources are checked in the following order: group
17592 parameters, topic parameters, agent category, and finally customizable
17593 variables.  So you can mix all of these sources to produce a wide range
17594 of behavior, just don't blame me if you don't remember where you put
17595 your settings.
17596
17597 @menu
17598 * Category Syntax::             What a category looks like.
17599 * Category Buffer::             A buffer for maintaining categories.
17600 * Category Variables::          Customize'r'Us.
17601 @end menu
17602
17603
17604 @node Category Syntax
17605 @subsubsection Category Syntax
17606
17607 A category consists of a name, the list of groups belonging to the
17608 category, and a number of optional parameters that override the
17609 customizable variables.  The complete list of agent parameters are
17610 listed below.
17611
17612 @cindex Agent Parameters
17613 @table @code
17614 @item agent-cat-name
17615 The name of the category.
17616
17617 @item agent-groups
17618 The list of groups that are in this category.
17619
17620 @item agent-predicate
17621 A predicate which (generally) gives a rough outline of which articles
17622 are eligible for downloading; and
17623
17624 @item agent-score-file
17625 a score rule which (generally) gives you a finer granularity when
17626 deciding what articles to download.  (Note that this @dfn{download
17627 score} is not necessarily related to normal scores.)
17628
17629 @item agent-enable-expiration
17630 a boolean indicating whether the agent should expire old articles in
17631 this group.  Most groups should be expired to conserve disk space.  In
17632 fact, its probably safe to say that the gnus.* hierarchy contains the
17633 only groups that should not be expired.
17634
17635 @item agent-days-until-old
17636 an integer indicating the number of days that the agent should wait
17637 before deciding that a read article is safe to expire.
17638
17639 @item agent-low-score
17640 an integer that overrides the value of @code{gnus-agent-low-score}.
17641
17642 @item agent-high-score
17643 an integer that overrides the value of @code{gnus-agent-high-score}.
17644
17645 @item agent-length-when-short
17646 an integer that overrides the value of
17647 @code{gnus-agent-short-article}.
17648
17649 @item agent-length-when-long
17650 an integer that overrides the value of @code{gnus-agent-long-article}.
17651
17652 @item agent-enable-undownloaded-faces
17653 a symbol indicating whether the summary buffer should display
17654 undownloaded articles using the gnus-summary-*-undownloaded-face
17655 faces. Any symbol other than nil will enable the use of undownloaded
17656 faces.
17657 @end table
17658
17659 The name of a category can not be changed once the category has been
17660 created.
17661
17662 Each category maintains a list of groups that are exclusive members of
17663 that category.  The exclusivity rule is automatically enforced, add a
17664 group to a new category and it is automatically removed from its old
17665 category.
17666
17667 A predicate in its simplest form can be a single predicate such as
17668 @code{true} or @code{false}.  These two will download every available
17669 article or nothing respectively.  In the case of these two special
17670 predicates an additional score rule is superfluous.
17671
17672 Predicates of @code{high} or @code{low} download articles in respect of
17673 their scores in relationship to @code{gnus-agent-high-score} and
17674 @code{gnus-agent-low-score} as described below.
17675
17676 To gain even finer control of what is to be regarded eligible for
17677 download a predicate can consist of a number of predicates with logical
17678 operators sprinkled in between.
17679
17680 Perhaps some examples are in order.
17681
17682 Here's a simple predicate.  (It's the default predicate, in fact, used
17683 for all groups that don't belong to any other category.)
17684
17685 @lisp
17686 short
17687 @end lisp
17688
17689 Quite simple, eh?  This predicate is true if and only if the article is
17690 short (for some value of ``short'').
17691
17692 Here's a more complex predicate:
17693
17694 @lisp
17695 (or high
17696     (and
17697      (not low)
17698      (not long)))
17699 @end lisp
17700
17701 This means that an article should be downloaded if it has a high score,
17702 or if the score is not low and the article is not long.  You get the
17703 drift.
17704
17705 The available logical operators are @code{or}, @code{and} and
17706 @code{not}.  (If you prefer, you can use the more ``C''-ish operators
17707 @samp{|}, @code{&} and @code{!} instead.)
17708
17709 The following predicates are pre-defined, but if none of these fit what
17710 you want to do, you can write your own.
17711
17712 When evaluating each of these predicates, the named constant will be
17713 bound to the value determined by calling
17714 @code{gnus-agent-find-parameter} on the appropriate parameter.  For
17715 example, gnus-agent-short-article will be bound to
17716 @code{(gnus-agent-find-parameter group 'agent-short-article)}.  This
17717 means that you can specify a predicate in your category then tune that
17718 predicate to individual groups.
17719
17720 @table @code
17721 @item short
17722 True iff the article is shorter than @code{gnus-agent-short-article}
17723 lines; default 100.
17724
17725 @item long
17726 True iff the article is longer than @code{gnus-agent-long-article}
17727 lines; default 200.
17728
17729 @item low
17730 True iff the article has a download score less than
17731 @code{gnus-agent-low-score}; default 0.
17732
17733 @item high
17734 True iff the article has a download score greater than
17735 @code{gnus-agent-high-score}; default 0.
17736
17737 @item spam
17738 True iff the Gnus Agent guesses that the article is spam.  The
17739 heuristics may change over time, but at present it just computes a
17740 checksum and sees whether articles match.
17741
17742 @item true
17743 Always true.
17744
17745 @item false
17746 Always false.
17747 @end table
17748
17749 If you want to create your own predicate function, here's what you have
17750 to know:  The functions are called with no parameters, but the
17751 @code{gnus-headers} and @code{gnus-score} dynamic variables are bound to
17752 useful values.
17753
17754 For example, you could decide that you don't want to download articles
17755 that were posted more than a certain number of days ago (e.g. posted
17756 more than @code{gnus-agent-expire-days} ago) you might write a function
17757 something along the lines of the following:
17758
17759 @lisp
17760 (defun my-article-old-p ()
17761   "Say whether an article is old."
17762   (< (time-to-days (date-to-time (mail-header-date gnus-headers)))
17763      (- (time-to-days (current-time)) gnus-agent-expire-days)))
17764 @end lisp
17765
17766 with the predicate then defined as:
17767
17768 @lisp
17769 (not my-article-old-p)
17770 @end lisp
17771
17772 or you could append your predicate to the predefined
17773 @code{gnus-category-predicate-alist} in your @file{~/.gnus.el} or
17774 wherever.
17775
17776 @lisp
17777 (require 'gnus-agent)
17778 (setq  gnus-category-predicate-alist
17779   (append gnus-category-predicate-alist
17780          '((old . my-article-old-p))))
17781 @end lisp
17782
17783 and simply specify your predicate as:
17784
17785 @lisp
17786 (not old)
17787 @end lisp
17788
17789 If/when using something like the above, be aware that there are many
17790 misconfigured systems/mailers out there and so an article's date is not
17791 always a reliable indication of when it was posted.  Hell, some people
17792 just don't give a damn.
17793
17794 The above predicates apply to @emph{all} the groups which belong to the
17795 category.  However, if you wish to have a specific predicate for an
17796 individual group within a category, or you're just too lazy to set up a
17797 new category, you can enter a group's individual predicate in its group
17798 parameters like so:
17799
17800 @lisp
17801 (agent-predicate . short)
17802 @end lisp
17803
17804 This is the group/topic parameter equivalent of the agent category default.
17805 Note that when specifying a single word predicate like this, the
17806 @code{agent-predicate} specification must be in dotted pair notation.
17807
17808 The equivalent of the longer example from above would be:
17809
17810 @lisp
17811 (agent-predicate or high (and (not low) (not long)))
17812 @end lisp
17813
17814 The outer parenthesis required in the category specification are not
17815 entered here as, not being in dotted pair notation, the value of the
17816 predicate is assumed to be a list.
17817
17818
17819 Now, the syntax of the download score is the same as the syntax of
17820 normal score files, except that all elements that require actually
17821 seeing the article itself are verboten.  This means that only the
17822 following headers can be scored on: @code{Subject}, @code{From},
17823 @code{Date}, @code{Message-ID}, @code{References}, @code{Chars},
17824 @code{Lines}, and @code{Xref}.
17825
17826 As with predicates, the specification of the @code{download score rule}
17827 to use in respect of a group can be in either the category definition if
17828 it's to be applicable to all groups in therein, or a group's parameters
17829 if it's to be specific to that group.
17830
17831 In both of these places the @code{download score rule} can take one of
17832 three forms:
17833
17834 @enumerate
17835 @item
17836 Score rule
17837
17838 This has the same syntax as a normal Gnus score file except only a
17839 subset of scoring keywords are available as mentioned above.
17840
17841 example:
17842
17843 @itemize @bullet
17844 @item
17845 Category specification
17846
17847 @lisp
17848 (("from"
17849        ("Lars Ingebrigtsen" 1000000 nil s))
17850 ("lines"
17851        (500 -100 nil <)))
17852 @end lisp
17853
17854 @item
17855 Group/Topic Parameter specification
17856
17857 @lisp
17858 (agent-score ("from"
17859                    ("Lars Ingebrigtsen" 1000000 nil s))
17860              ("lines"
17861                    (500 -100 nil <)))
17862 @end lisp
17863
17864 Again, note the omission of the outermost parenthesis here.
17865 @end itemize
17866
17867 @item
17868 Agent score file
17869
17870 These score files must @emph{only} contain the permitted scoring
17871 keywords stated above.
17872
17873 example:
17874
17875 @itemize @bullet
17876 @item
17877 Category specification
17878
17879 @lisp
17880 ("~/News/agent.SCORE")
17881 @end lisp
17882
17883 or perhaps
17884
17885 @lisp
17886 ("~/News/agent.SCORE" "~/News/agent.group.SCORE")
17887 @end lisp
17888
17889 @item
17890 Group Parameter specification
17891
17892 @lisp
17893 (agent-score "~/News/agent.SCORE")
17894 @end lisp
17895
17896 Additional score files can be specified as above.  Need I say anything
17897 about parenthesis?
17898 @end itemize
17899
17900 @item
17901 Use @code{normal} score files
17902
17903 If you don't want to maintain two sets of scoring rules for a group, and
17904 your desired @code{downloading} criteria for a group are the same as your
17905 @code{reading} criteria then you can tell the agent to refer to your
17906 @code{normal} score files when deciding what to download.
17907
17908 These directives in either the category definition or a group's
17909 parameters will cause the agent to read in all the applicable score
17910 files for a group, @emph{filtering out} those sections that do not
17911 relate to one of the permitted subset of scoring keywords.
17912
17913 @itemize @bullet
17914 @item
17915 Category Specification
17916
17917 @lisp
17918 file
17919 @end lisp
17920
17921 @item
17922 Group Parameter specification
17923
17924 @lisp
17925 (agent-score . file)
17926 @end lisp
17927 @end itemize
17928 @end enumerate
17929
17930 @node Category Buffer
17931 @subsubsection Category Buffer
17932
17933 You'd normally do all category maintenance from the category buffer.
17934 When you enter it for the first time (with the @kbd{J c} command from
17935 the group buffer), you'll only see the @code{default} category.
17936
17937 The following commands are available in this buffer:
17938
17939 @table @kbd
17940 @item q
17941 @kindex q (Category)
17942 @findex gnus-category-exit
17943 Return to the group buffer (@code{gnus-category-exit}).
17944
17945 @item e
17946 @kindex e (Category)
17947 @findex gnus-category-customize-category
17948 Use a customization buffer to set all of the selected category's
17949 parameters at one time (@code{gnus-category-customize-category}).
17950
17951 @item k
17952 @kindex k (Category)
17953 @findex gnus-category-kill
17954 Kill the current category (@code{gnus-category-kill}).
17955
17956 @item c
17957 @kindex c (Category)
17958 @findex gnus-category-copy
17959 Copy the current category (@code{gnus-category-copy}).
17960
17961 @item a
17962 @kindex a (Category)
17963 @findex gnus-category-add
17964 Add a new category (@code{gnus-category-add}).
17965
17966 @item p
17967 @kindex p (Category)
17968 @findex gnus-category-edit-predicate
17969 Edit the predicate of the current category
17970 (@code{gnus-category-edit-predicate}).
17971
17972 @item g
17973 @kindex g (Category)
17974 @findex gnus-category-edit-groups
17975 Edit the list of groups belonging to the current category
17976 (@code{gnus-category-edit-groups}).
17977
17978 @item s
17979 @kindex s (Category)
17980 @findex gnus-category-edit-score
17981 Edit the download score rule of the current category
17982 (@code{gnus-category-edit-score}).
17983
17984 @item l
17985 @kindex l (Category)
17986 @findex gnus-category-list
17987 List all the categories (@code{gnus-category-list}).
17988 @end table
17989
17990
17991 @node Category Variables
17992 @subsubsection Category Variables
17993
17994 @table @code
17995 @item gnus-category-mode-hook
17996 @vindex gnus-category-mode-hook
17997 Hook run in category buffers.
17998
17999 @item gnus-category-line-format
18000 @vindex gnus-category-line-format
18001 Format of the lines in the category buffer (@pxref{Formatting
18002 Variables}).  Valid elements are:
18003
18004 @table @samp
18005 @item c
18006 The name of the category.
18007
18008 @item g
18009 The number of groups in the category.
18010 @end table
18011
18012 @item gnus-category-mode-line-format
18013 @vindex gnus-category-mode-line-format
18014 Format of the category mode line (@pxref{Mode Line Formatting}).
18015
18016 @item gnus-agent-short-article
18017 @vindex gnus-agent-short-article
18018 Articles that have fewer lines than this are short.  Default 100.
18019
18020 @item gnus-agent-long-article
18021 @vindex gnus-agent-long-article
18022 Articles that have more lines than this are long.  Default 200.
18023
18024 @item gnus-agent-low-score
18025 @vindex gnus-agent-low-score
18026 Articles that have a score lower than this have a low score.  Default
18027 0.
18028
18029 @item gnus-agent-high-score
18030 @vindex gnus-agent-high-score
18031 Articles that have a score higher than this have a high score.  Default
18032 0.
18033
18034 @item gnus-agent-expire-days
18035 @vindex gnus-agent-expire-days
18036 The number of days that a @samp{read} article must stay in the agent's
18037 local disk before becoming eligible for expiration (While the name is
18038 the same, this doesn't mean expiring the article on the server.  It
18039 just means deleting the local copy of the article).  What is also
18040 important to understand is that the counter starts with the time the
18041 article was written to the local disk and not the time the article was
18042 read.
18043 Default 7.
18044
18045 @item gnus-agent-enable-expiration
18046 @vindex gnus-agent-enable-expiration
18047 Determines whether articles in a group are, by default, expired or
18048 retained indefinitely.  The default is @code{ENABLE} which means that
18049 you'll have to disable expiration when desired.  On the other hand,
18050 you could set this to @code{DISABLE}.  In that case, you would then
18051 have to enable expiration in selected groups.
18052
18053 @end table
18054
18055
18056 @node Agent Commands
18057 @subsection Agent Commands
18058 @findex gnus-agent-toggle-plugged
18059 @kindex J j (Agent)
18060
18061 All the Gnus Agent commands are on the @kbd{J} submap.  The @kbd{J j}
18062 (@code{gnus-agent-toggle-plugged}) command works in all modes, and
18063 toggles the plugged/unplugged state of the Gnus Agent.
18064
18065
18066 @menu
18067 * Group Agent Commands::        Configure groups and fetch their contents.
18068 * Summary Agent Commands::      Manually select then fetch specific articles.
18069 * Server Agent Commands::       Select the servers that are supported by the agent.
18070 @end menu
18071
18072
18073
18074
18075 @node Group Agent Commands
18076 @subsubsection Group Agent Commands
18077
18078 @table @kbd
18079 @item J u
18080 @kindex J u (Agent Group)
18081 @findex gnus-agent-fetch-groups
18082 Fetch all eligible articles in the current group
18083 (@code{gnus-agent-fetch-groups}).
18084
18085 @item J c
18086 @kindex J c (Agent Group)
18087 @findex gnus-enter-category-buffer
18088 Enter the Agent category buffer (@code{gnus-enter-category-buffer}).
18089
18090 @item J s
18091 @kindex J s (Agent Group)
18092 @findex gnus-agent-fetch-session
18093 Fetch all eligible articles in all groups
18094 (@code{gnus-agent-fetch-session}).
18095
18096 @item J S
18097 @kindex J S (Agent Group)
18098 @findex gnus-group-send-queue
18099 Send all sendable messages in the queue group
18100 (@code{gnus-group-send-queue}).  @xref{Drafts}.
18101
18102 @item J a
18103 @kindex J a (Agent Group)
18104 @findex gnus-agent-add-group
18105 Add the current group to an Agent category
18106 (@code{gnus-agent-add-group}).  This command understands the
18107 process/prefix convention (@pxref{Process/Prefix}).
18108
18109 @item J r
18110 @kindex J r (Agent Group)
18111 @findex gnus-agent-remove-group
18112 Remove the current group from its category, if any
18113 (@code{gnus-agent-remove-group}).  This command understands the
18114 process/prefix convention (@pxref{Process/Prefix}).
18115
18116 @item J Y
18117 @kindex J Y (Agent Group)
18118 @findex gnus-agent-synchronize-flags
18119 Synchronize flags changed while unplugged with remote server, if any.
18120
18121
18122 @end table
18123
18124
18125 @node Summary Agent Commands
18126 @subsubsection Summary Agent Commands
18127
18128 @table @kbd
18129 @item J #
18130 @kindex J # (Agent Summary)
18131 @findex gnus-agent-mark-article
18132 Mark the article for downloading (@code{gnus-agent-mark-article}).
18133
18134 @item J M-#
18135 @kindex J M-# (Agent Summary)
18136 @findex gnus-agent-unmark-article
18137 Remove the downloading mark from the article
18138 (@code{gnus-agent-unmark-article}).
18139
18140 @cindex %
18141 @item @@
18142 @kindex @@ (Agent Summary)
18143 @findex gnus-agent-toggle-mark
18144 Toggle whether to download the article
18145 (@code{gnus-agent-toggle-mark}).  The download mark is @samp{%} by
18146 default.
18147
18148 @item J c
18149 @kindex J c (Agent Summary)
18150 @findex gnus-agent-catchup
18151 Mark all articles as read (@code{gnus-agent-catchup}) that are neither cached, downloaded, nor downloadable.
18152
18153 @item J S
18154 @kindex J S (Agent Summary)
18155 @findex gnus-agent-fetch-group
18156 Download all eligible (@pxref{Agent Categories}) articles in this group.
18157 (@code{gnus-agent-fetch-group}).
18158
18159 @item J s
18160 @kindex J s (Agent Summary)
18161 @findex gnus-agent-fetch-series
18162 Download all processable articles in this group.
18163 (@code{gnus-agent-fetch-series}).
18164
18165 @item J u
18166 @kindex J u (Agent Summary)
18167 @findex gnus-agent-summary-fetch-group
18168 Download all downloadable articles in the current group
18169 (@code{gnus-agent-summary-fetch-group}).
18170
18171 @end table
18172
18173
18174 @node Server Agent Commands
18175 @subsubsection Server Agent Commands
18176
18177 @table @kbd
18178 @item J a
18179 @kindex J a (Agent Server)
18180 @findex gnus-agent-add-server
18181 Add the current server to the list of servers covered by the Gnus Agent
18182 (@code{gnus-agent-add-server}).
18183
18184 @item J r
18185 @kindex J r (Agent Server)
18186 @findex gnus-agent-remove-server
18187 Remove the current server from the list of servers covered by the Gnus
18188 Agent (@code{gnus-agent-remove-server}).
18189
18190 @end table
18191
18192
18193 @node Agent Visuals
18194 @subsection Agent Visuals
18195
18196 If you open a summary while unplugged and, Gnus knows from the group's
18197 active range that there are more articles than the headers currently
18198 stored in the Agent, you may see some articles whose subject looks
18199 something like @samp{[Undownloaded article #####]}.  These are
18200 placeholders for the missing headers.  Aside from setting a mark,
18201 there is not much that can be done with one of these placeholders.
18202 When Gnus finally gets a chance to fetch the group's headers, the
18203 placeholders will automatically be replaced by the actual headers.
18204 You can configure the summary buffer's maneuvering to skip over the
18205 placeholders if you care (See @code{gnus-auto-goto-ignores}).
18206
18207 While it may be obvious to all, the only headers and articles
18208 available while unplugged are those headers and articles that were
18209 fetched into the Agent while previously plugged.  To put it another
18210 way, "If you forget to fetch something while plugged, you might have a
18211 less than satisfying unplugged session".  For this reason, the Agent
18212 adds two visual effects to your summary buffer.  These effects display
18213 the download status of each article so that you always know which
18214 articles will be available when unplugged.
18215
18216 The first visual effect is the @samp{%O} spec.  If you customize
18217 @code{gnus-summary-line-format} to include this specifier, you will add
18218 a single character field that indicates an article's download status.
18219 Articles that have been fetched into either the Agent or the Cache,
18220 will display @code{gnus-downloaded-mark} (defaults to @samp{+}).  All
18221 other articles will display @code{gnus-undownloaded-mark} (defaults to
18222 @samp{-}).  If you open a group that has not been agentized, a space
18223 (@samp{ }) will be displayed.
18224
18225 The second visual effect are the undownloaded faces.  The faces, there
18226 are three indicating the article's score (low, normal, high), seem to
18227 result in a love/hate response from many Gnus users.  The problem is
18228 that the face selection is controlled by a list of condition tests and
18229 face names (See @code{gnus-summary-highlight}).  Each condition is
18230 tested in the order in which it appears in the list so early
18231 conditions have precedence over later conditions.  All of this means
18232 that, if you tick an undownloaded article, the article will continue
18233 to be displayed in the undownloaded face rather than the ticked face.
18234
18235 If you use the Agent as a cache (to avoid downloading the same article
18236 each time you visit it or to minimize your connection time), the
18237 undownloaded face will probably seem like a good idea.  The reason
18238 being that you do all of our work (marking, reading, deleting) with
18239 downloaded articles so the normal faces always appear.  For those
18240 users using the agent to improve online performance by caching the NOV
18241 database (most users since 5.10.2), the undownloaded faces may appear
18242 to be an absolutely horrible idea.  The issue being that, since none
18243 of their articles have been fetched into the Agent, all of the
18244 normal faces will be obscured by the undownloaded faces.
18245
18246 If you would like to use the undownloaded faces, you must enable the
18247 undownloaded faces by setting the @code{agent-enable-undownloaded-faces}
18248 group parameter to t.  This parameter, like all other agent
18249 parameters, may be set on an Agent Category (@pxref{Agent
18250 Categories}), a Group Topic (@pxref{Topic Parameters}), or an
18251 individual group (@pxref{Group Parameters}).
18252
18253 @node Agent as Cache
18254 @subsection Agent as Cache
18255
18256 When Gnus is plugged, it is not efficient to download headers or
18257 articles from the server again, if they are already stored in the
18258 Agent.  So, Gnus normally only downloads headers once, and stores them
18259 in the Agent.  These headers are later used when generating the summary
18260 buffer, regardless of whether you are plugged or unplugged.  Articles
18261 are not cached in the Agent by default though (that would potentially
18262 consume lots of disk space), but if you have already downloaded an
18263 article into the Agent, Gnus will not download the article from the
18264 server again but use the locally stored copy instead.
18265
18266 If you so desire, you can configure the agent (see @code{gnus-agent-cache}
18267 @pxref{Agent Variables}) to always download headers and articles while
18268 plugged.  Gnus will almost certainly be slower, but it will be kept
18269 synchronized with the server.  That last point probably won't make any
18270 sense if you are using a nntp or nnimap back end.
18271
18272 @node Agent Expiry
18273 @subsection Agent Expiry
18274
18275 @vindex gnus-agent-expire-days
18276 @findex gnus-agent-expire
18277 @kindex M-x gnus-agent-expire
18278 @kindex M-x gnus-agent-expire-group
18279 @findex gnus-agent-expire-group
18280 @cindex agent expiry
18281 @cindex Gnus agent expiry
18282 @cindex expiry
18283
18284 The Agent back end, @code{nnagent}, doesn't handle expiry.  Well, at
18285 least it doesn't handle it like other back ends.  Instead, there are
18286 special @code{gnus-agent-expire} and @code{gnus-agent-expire-group}
18287 commands that will expire all read articles that are older than
18288 @code{gnus-agent-expire-days} days.  They can be run whenever you feel
18289 that you're running out of space.  Neither are particularly fast or
18290 efficient, and it's not a particularly good idea to interrupt them (with
18291 @kbd{C-g} or anything else) once you've started one of them.
18292
18293 Note that other functions, e.g. @code{gnus-request-expire-articles},
18294 might run @code{gnus-agent-expire} for you to keep the agent
18295 synchronized with the group.
18296
18297 The agent parameter @code{agent-enable-expiration} may be used to
18298 prevent expiration in selected groups.
18299
18300 @vindex gnus-agent-expire-all
18301 If @code{gnus-agent-expire-all} is non-@code{nil}, the agent
18302 expiration commands will expire all articles---unread, read, ticked
18303 and dormant.  If @code{nil} (which is the default), only read articles
18304 are eligible for expiry, and unread, ticked and dormant articles will
18305 be kept indefinitely.
18306
18307 If you find that some articles eligible for expiry are never expired,
18308 perhaps some Gnus Agent files are corrupted.  There's are special
18309 commands, @code{gnus-agent-regenerate} and
18310 @code{gnus-agent-regenerate-group}, to fix possible problems.
18311
18312 @node Agent Regeneration
18313 @subsection Agent Regeneration
18314
18315 @cindex agent regeneration
18316 @cindex Gnus agent regeneration
18317 @cindex regeneration
18318
18319 The local data structures used by @code{nnagent} may become corrupted
18320 due to certain exceptional conditions.  When this happens,
18321 @code{nnagent} functionality may degrade or even fail.  The solution
18322 to this problem is to repair the local data structures by removing all
18323 internal inconsistencies.
18324
18325 For example, if your connection to your server is lost while
18326 downloaded articles into the agent, the local data structures will not
18327 know about articles successfully downloaded prior to the connection
18328 failure.  Running @code{gnus-agent-regenerate} or
18329 @code{gnus-agent-regenerate-group} will update the data structures
18330 such that you don't need to download these articles a second time.
18331
18332 @findex gnus-agent-regenerate
18333 @kindex M-x gnus-agent-regenerate
18334 The command @code{gnus-agent-regenerate} will perform
18335 @code{gnus-agent-regenerate-group} on every agentized group.  While
18336 you can run @code{gnus-agent-regenerate} in any buffer, it is strongly
18337 recommended that you first close all summary buffers.
18338
18339 @findex gnus-agent-regenerate-group
18340 @kindex M-x gnus-agent-regenerate-group
18341 The command @code{gnus-agent-regenerate-group} uses the local copies
18342 of individual articles to repair the local @acronym{NOV}(header) database.  It
18343 then updates the internal data structures that document which articles
18344 are stored locally.  An optional argument will mark articles in the
18345 agent as unread.
18346
18347 @node Agent and IMAP
18348 @subsection Agent and IMAP
18349
18350 The Agent works with any Gnus back end, including nnimap.  However,
18351 since there are some conceptual differences between @acronym{NNTP} and
18352 @acronym{IMAP}, this section (should) provide you with some information to
18353 make Gnus Agent work smoother as a @acronym{IMAP} Disconnected Mode client.
18354
18355 The first thing to keep in mind is that all flags (read, ticked, etc)
18356 are kept on the @acronym{IMAP} server, rather than in @file{.newsrc} as is the
18357 case for nntp.  Thus Gnus need to remember flag changes when
18358 disconnected, and synchronize these flags when you plug back in.
18359
18360 Gnus keeps track of flag changes when reading nnimap groups under the
18361 Agent.  When you plug back in, Gnus will check if you have any changed
18362 any flags and ask if you wish to synchronize these with the server.
18363 The behavior is customizable by @code{gnus-agent-synchronize-flags}.
18364
18365 @vindex gnus-agent-synchronize-flags
18366 If @code{gnus-agent-synchronize-flags} is @code{nil}, the Agent will
18367 never automatically synchronize flags.  If it is @code{ask}, which is
18368 the default, the Agent will check if you made any changes and if so
18369 ask if you wish to synchronize these when you re-connect.  If it has
18370 any other value, all flags will be synchronized automatically.
18371
18372 If you do not wish to synchronize flags automatically when you
18373 re-connect, you can do it manually with the
18374 @code{gnus-agent-synchronize-flags} command that is bound to @kbd{J Y}
18375 in the group buffer.
18376
18377 Some things are currently not implemented in the Agent that you'd might
18378 expect from a disconnected @acronym{IMAP} client, including:
18379
18380 @itemize @bullet
18381
18382 @item
18383 Copying/moving articles into nnimap groups when unplugged.
18384
18385 @item
18386 Creating/deleting nnimap groups when unplugged.
18387
18388 @end itemize
18389
18390 Technical note: the synchronization algorithm does not work by ``pushing''
18391 all local flags to the server, but rather incrementally update the
18392 server view of flags by changing only those flags that were changed by
18393 the user.  Thus, if you set one flag on an article, quit the group and
18394 re-select the group and remove the flag; the flag will be set and
18395 removed from the server when you ``synchronize''.  The queued flag
18396 operations can be found in the per-server @code{flags} file in the Agent
18397 directory.  It's emptied when you synchronize flags.
18398
18399
18400 @node Outgoing Messages
18401 @subsection Outgoing Messages
18402
18403 By default, when Gnus is unplugged, all outgoing messages (both mail
18404 and news) are stored in the draft group ``queue'' (@pxref{Drafts}).
18405 You can view them there after posting, and edit them at will.
18406
18407 You can control the circumstances under which outgoing mail is queued
18408 (see @code{gnus-agent-queue-mail}, @pxref{Agent Variables}).  Outgoing
18409 news is always queued when Gnus is unplugged, and never otherwise.
18410
18411 You can send the messages either from the draft group with the special
18412 commands available there, or you can use the @kbd{J S} command in the
18413 group buffer to send all the sendable messages in the draft group.
18414 Posting news will only work when Gnus is plugged, but you can send
18415 mail at any time.
18416
18417 If sending mail while unplugged does not work for you and you worry
18418 about hitting @kbd{J S} by accident when unplugged, you can have Gnus
18419 ask you to confirm your action (see
18420 @code{gnus-agent-prompt-send-queue}, @pxref{Agent Variables}).
18421
18422 @node Agent Variables
18423 @subsection Agent Variables
18424
18425 @table @code
18426 @item gnus-agent
18427 @vindex gnus-agent
18428 Is the agent enabled?  The default is @code{t}.  When first enabled,
18429 the agent will use @code{gnus-agent-auto-agentize-methods} to
18430 automatically mark some backends as agentized.  You may change which
18431 backends are agentized using the agent commands in the server buffer.
18432
18433 To enter the server buffer, use the @kbd{^}
18434 (@code{gnus-group-enter-server-mode}) command in the group buffer.
18435
18436
18437 @item gnus-agent-directory
18438 @vindex gnus-agent-directory
18439 Where the Gnus Agent will store its files.  The default is
18440 @file{~/News/agent/}.
18441
18442 @item gnus-agent-handle-level
18443 @vindex gnus-agent-handle-level
18444 Groups on levels (@pxref{Group Levels}) higher than this variable will
18445 be ignored by the Agent.  The default is @code{gnus-level-subscribed},
18446 which means that only subscribed group will be considered by the Agent
18447 by default.
18448
18449 @item gnus-agent-plugged-hook
18450 @vindex gnus-agent-plugged-hook
18451 Hook run when connecting to the network.
18452
18453 @item gnus-agent-unplugged-hook
18454 @vindex gnus-agent-unplugged-hook
18455 Hook run when disconnecting from the network.
18456
18457 @item gnus-agent-fetched-hook
18458 @vindex gnus-agent-fetched-hook
18459 Hook run when finished fetching articles.
18460
18461 @item gnus-agent-cache
18462 @vindex gnus-agent-cache
18463 Variable to control whether use the locally stored @acronym{NOV} and
18464 articles when plugged, e.g. essentially using the Agent as a cache.
18465 The default is non-@code{nil}, which means to use the Agent as a cache.
18466
18467 @item gnus-agent-go-online
18468 @vindex gnus-agent-go-online
18469 If @code{gnus-agent-go-online} is @code{nil}, the Agent will never
18470 automatically switch offline servers into online status.  If it is
18471 @code{ask}, the default, the Agent will ask if you wish to switch
18472 offline servers into online status when you re-connect.  If it has any
18473 other value, all offline servers will be automatically switched into
18474 online status.
18475
18476 @item gnus-agent-mark-unread-after-downloaded
18477 @vindex gnus-agent-mark-unread-after-downloaded
18478 If @code{gnus-agent-mark-unread-after-downloaded} is non-@code{nil},
18479 mark articles as unread after downloading.  This is usually a safe
18480 thing to do as the newly downloaded article has obviously not been
18481 read.  The default is t.
18482
18483 @item gnus-agent-consider-all-articles
18484 @vindex gnus-agent-consider-all-articles
18485 If @code{gnus-agent-consider-all-articles} is non-@code{nil}, the
18486 agent will let the agent predicate decide whether articles need to be
18487 downloaded or not, for all articles.  When @code{nil}, the default,
18488 the agent will only let the predicate decide whether unread articles
18489 are downloaded or not.  If you enable this, you may also want to look
18490 into the agent expiry settings (@pxref{Category Variables}), so that
18491 the agent doesn't download articles which the agent will later expire,
18492 over and over again.
18493
18494 @item gnus-agent-max-fetch-size
18495 @vindex gnus-agent-max-fetch-size
18496 The agent fetches articles into a temporary buffer prior to parsing
18497 them into individual files.  To avoid exceeding the max. buffer size,
18498 the agent alternates between fetching and parsing until all articles
18499 have been fetched.  @code{gnus-agent-max-fetch-size} provides a size
18500 limit to control how often the cycling occurs.  A large value improves
18501 performance.  A small value minimizes the time lost should the
18502 connection be lost while fetching (You may need to run
18503 @code{gnus-agent-regenerate-group} to update the group's state.
18504 However, all articles parsed prior to loosing the connection will be
18505 available while unplugged).  The default is 10M so it is unusual to
18506 see any cycling.
18507
18508 @item gnus-server-unopen-status
18509 @vindex gnus-server-unopen-status
18510 Perhaps not an Agent variable, but closely related to the Agent, this
18511 variable says what will happen if Gnus cannot open a server.  If the
18512 Agent is enabled, the default, @code{nil}, makes Gnus ask the user
18513 whether to deny the server or whether to unplug the agent.  If the
18514 Agent is disabled, Gnus always simply deny the server.  Other choices
18515 for this variable include @code{denied} and @code{offline} the latter
18516 is only valid if the Agent is used.
18517
18518 @item gnus-auto-goto-ignores
18519 @vindex gnus-auto-goto-ignores
18520 Another variable that isn't an Agent variable, yet so closely related
18521 that most will look for it here, this variable tells the summary
18522 buffer how to maneuver around undownloaded (only headers stored in the
18523 agent) and unfetched (neither article nor headers stored) articles.
18524
18525 The legal values are @code{nil} (maneuver to any article),
18526 @code{undownloaded} (maneuvering while unplugged ignores articles that
18527 have not been fetched), @code{always-undownloaded} (maneuvering always
18528 ignores articles that have not been fetched), @code{unfetched}
18529 (maneuvering ignores articles whose headers have not been fetched).
18530
18531 @item gnus-agent-queue-mail
18532 @vindex gnus-agent-queue-mail
18533 When @code{gnus-agent-queue-mail} is @code{always}, Gnus will always
18534 queue mail rather than sending it straight away.  When @code{t}, Gnus
18535 will queue mail when unplugged only.  When @code{nil}, never queue
18536 mail.  The default is @code{t}.
18537
18538 @item gnus-agent-prompt-send-queue
18539 @vindex gnus-agent-prompt-send-queue
18540 When @code{gnus-agent-prompt-send-queue} is non-@code{nil} Gnus will
18541 prompt you to confirm that you really wish to proceed if you hit
18542 @kbd{J S} while unplugged.  The default is @code{nil}.
18543
18544 @item gnus-agent-auto-agentize-methods
18545 @vindex gnus-agent-auto-agentize-methods
18546 If you have never used the Agent before (or more technically, if
18547 @file{~/News/agent/lib/servers} does not exist), Gnus will
18548 automatically agentize a few servers for you.  This variable control
18549 which backends should be auto-agentized.  It is typically only useful
18550 to agentize remote backends.  The auto-agentizing has the same effect
18551 as running @kbd{J a} on the servers (@pxref{Server Agent Commands}).
18552 If the file exist, you must manage the servers manually by adding or
18553 removing them, this variable is only applicable the first time you
18554 start Gnus.  The default is @samp{(nntp nnimap)}.
18555
18556 @end table
18557
18558
18559 @node Example Setup
18560 @subsection Example Setup
18561
18562 If you don't want to read this manual, and you have a fairly standard
18563 setup, you may be able to use something like the following as your
18564 @file{~/.gnus.el} file to get started.
18565
18566 @lisp
18567 ;;; @r{Define how Gnus is to fetch news.  We do this over @acronym{NNTP}}
18568 ;;; @r{from your ISP's server.}
18569 (setq gnus-select-method '(nntp "news.your-isp.com"))
18570
18571 ;;; @r{Define how Gnus is to read your mail.  We read mail from}
18572 ;;; @r{your ISP's @acronym{POP} server.}
18573 (setq mail-sources '((pop :server "pop.your-isp.com")))
18574
18575 ;;; @r{Say how Gnus is to store the mail.  We use nnml groups.}
18576 (setq gnus-secondary-select-methods '((nnml "")))
18577
18578 ;;; @r{Make Gnus into an offline newsreader.}
18579 ;;; (gnus-agentize) ; @r{The obsolete setting.}
18580 ;;; (setq gnus-agent t) ; @r{Now the default.}
18581 @end lisp
18582
18583 That should be it, basically.  Put that in your @file{~/.gnus.el} file,
18584 edit to suit your needs, start up PPP (or whatever), and type @kbd{M-x
18585 gnus}.
18586
18587 If this is the first time you've run Gnus, you will be subscribed
18588 automatically to a few default newsgroups.  You'll probably want to
18589 subscribe to more groups, and to do that, you have to query the
18590 @acronym{NNTP} server for a complete list of groups with the @kbd{A A}
18591 command.  This usually takes quite a while, but you only have to do it
18592 once.
18593
18594 After reading and parsing a while, you'll be presented with a list of
18595 groups.  Subscribe to the ones you want to read with the @kbd{u}
18596 command.  @kbd{l} to make all the killed groups disappear after you've
18597 subscribe to all the groups you want to read.  (@kbd{A k} will bring
18598 back all the killed groups.)
18599
18600 You can now read the groups at once, or you can download the articles
18601 with the @kbd{J s} command.  And then read the rest of this manual to
18602 find out which of the other gazillion things you want to customize.
18603
18604
18605 @node Batching Agents
18606 @subsection Batching Agents
18607 @findex gnus-agent-batch
18608
18609 Having the Gnus Agent fetch articles (and post whatever messages you've
18610 written) is quite easy once you've gotten things set up properly.  The
18611 following shell script will do everything that is necessary:
18612
18613 You can run a complete batch command from the command line with the
18614 following incantation:
18615
18616 @example
18617 #!/bin/sh
18618 emacs -batch -l ~/.emacs -l ~/.gnus.el gnus-agent-batch >/dev/null 2>&1
18619 @end example
18620
18621
18622 @node Agent Caveats
18623 @subsection Agent Caveats
18624
18625 The Gnus Agent doesn't seem to work like most other offline
18626 newsreaders.  Here are some common questions that some imaginary people
18627 may ask:
18628
18629 @table @dfn
18630 @item If I read an article while plugged, do they get entered into the Agent?
18631
18632 @strong{No}.  If you want this behaviour, add
18633 @code{gnus-agent-fetch-selected-article} to
18634 @code{gnus-select-article-hook}.
18635
18636 @item If I read an article while plugged, and the article already exists in
18637 the Agent, will it get downloaded once more?
18638
18639 @strong{No}, unless @code{gnus-agent-cache} is @code{nil}.
18640
18641 @end table
18642
18643 In short, when Gnus is unplugged, it only looks into the locally stored
18644 articles; when it's plugged, it talks to your ISP and may also use the
18645 locally stored articles.
18646
18647
18648 @node Scoring
18649 @chapter Scoring
18650 @cindex scoring
18651
18652 Other people use @dfn{kill files}, but we here at Gnus Towers like
18653 scoring better than killing, so we'd rather switch than fight.  They do
18654 something completely different as well, so sit up straight and pay
18655 attention!
18656
18657 @vindex gnus-summary-mark-below
18658 All articles have a default score (@code{gnus-summary-default-score}),
18659 which is 0 by default.  This score may be raised or lowered either
18660 interactively or by score files.  Articles that have a score lower than
18661 @code{gnus-summary-mark-below} are marked as read.
18662
18663 Gnus will read any @dfn{score files} that apply to the current group
18664 before generating the summary buffer.
18665
18666 There are several commands in the summary buffer that insert score
18667 entries based on the current article.  You can, for instance, ask Gnus to
18668 lower or increase the score of all articles with a certain subject.
18669
18670 There are two sorts of scoring entries: Permanent and temporary.
18671 Temporary score entries are self-expiring entries.  Any entries that are
18672 temporary and have not been used for, say, a week, will be removed
18673 silently to help keep the sizes of the score files down.
18674
18675 @menu
18676 * Summary Score Commands::      Adding score entries for the current group.
18677 * Group Score Commands::        General score commands.
18678 * Score Variables::             Customize your scoring.  (My, what terminology).
18679 * Score File Format::           What a score file may contain.
18680 * Score File Editing::          You can edit score files by hand as well.
18681 * Adaptive Scoring::            Big Sister Gnus knows what you read.
18682 * Home Score File::             How to say where new score entries are to go.
18683 * Followups To Yourself::       Having Gnus notice when people answer you.
18684 * Scoring On Other Headers::    Scoring on non-standard headers.
18685 * Scoring Tips::                How to score effectively.
18686 * Reverse Scoring::             That problem child of old is not problem.
18687 * Global Score Files::          Earth-spanning, ear-splitting score files.
18688 * Kill Files::                  They are still here, but they can be ignored.
18689 * Converting Kill Files::       Translating kill files to score files.
18690 * Advanced Scoring::            Using logical expressions to build score rules.
18691 * Score Decays::                It can be useful to let scores wither away.
18692 @end menu
18693
18694
18695 @node Summary Score Commands
18696 @section Summary Score Commands
18697 @cindex score commands
18698
18699 The score commands that alter score entries do not actually modify real
18700 score files.  That would be too inefficient.  Gnus maintains a cache of
18701 previously loaded score files, one of which is considered the
18702 @dfn{current score file alist}.  The score commands simply insert
18703 entries into this list, and upon group exit, this list is saved.
18704
18705 The current score file is by default the group's local score file, even
18706 if no such score file actually exists.  To insert score commands into
18707 some other score file (e.g. @file{all.SCORE}), you must first make this
18708 score file the current one.
18709
18710 General score commands that don't actually change the score file:
18711
18712 @table @kbd
18713
18714 @item V s
18715 @kindex V s (Summary)
18716 @findex gnus-summary-set-score
18717 Set the score of the current article (@code{gnus-summary-set-score}).
18718
18719 @item V S
18720 @kindex V S (Summary)
18721 @findex gnus-summary-current-score
18722 Display the score of the current article
18723 (@code{gnus-summary-current-score}).
18724
18725 @item V t
18726 @kindex V t (Summary)
18727 @findex gnus-score-find-trace
18728 Display all score rules that have been used on the current article
18729 (@code{gnus-score-find-trace}).  In the @code{*Score Trace*} buffer, you
18730 may type @kbd{e} to edit score file corresponding to the score rule on
18731 current line and @kbd{f} to format (@code{gnus-score-pretty-print}) the
18732 score file and edit it.
18733
18734 @item V w
18735 @kindex V w (Summary)
18736 @findex gnus-score-find-favourite-words
18737 List words used in scoring (@code{gnus-score-find-favourite-words}).
18738
18739 @item V R
18740 @kindex V R (Summary)
18741 @findex gnus-summary-rescore
18742 Run the current summary through the scoring process
18743 (@code{gnus-summary-rescore}).  This might be useful if you're playing
18744 around with your score files behind Gnus' back and want to see the
18745 effect you're having.
18746
18747 @item V c
18748 @kindex V c (Summary)
18749 @findex gnus-score-change-score-file
18750 Make a different score file the current
18751 (@code{gnus-score-change-score-file}).
18752
18753 @item V e
18754 @kindex V e (Summary)
18755 @findex gnus-score-edit-current-scores
18756 Edit the current score file (@code{gnus-score-edit-current-scores}).
18757 You will be popped into a @code{gnus-score-mode} buffer (@pxref{Score
18758 File Editing}).
18759
18760 @item V f
18761 @kindex V f (Summary)
18762 @findex gnus-score-edit-file
18763 Edit a score file and make this score file the current one
18764 (@code{gnus-score-edit-file}).
18765
18766 @item V F
18767 @kindex V F (Summary)
18768 @findex gnus-score-flush-cache
18769 Flush the score cache (@code{gnus-score-flush-cache}).  This is useful
18770 after editing score files.
18771
18772 @item V C
18773 @kindex V C (Summary)
18774 @findex gnus-score-customize
18775 Customize a score file in a visually pleasing manner
18776 (@code{gnus-score-customize}).
18777
18778 @end table
18779
18780 The rest of these commands modify the local score file.
18781
18782 @table @kbd
18783
18784 @item V m
18785 @kindex V m (Summary)
18786 @findex gnus-score-set-mark-below
18787 Prompt for a score, and mark all articles with a score below this as
18788 read (@code{gnus-score-set-mark-below}).
18789
18790 @item V x
18791 @kindex V x (Summary)
18792 @findex gnus-score-set-expunge-below
18793 Prompt for a score, and add a score rule to the current score file to
18794 expunge all articles below this score
18795 (@code{gnus-score-set-expunge-below}).
18796 @end table
18797
18798 The keystrokes for actually making score entries follow a very regular
18799 pattern, so there's no need to list all the commands.  (Hundreds of
18800 them.)
18801
18802 @findex gnus-summary-increase-score
18803 @findex gnus-summary-lower-score
18804
18805 @enumerate
18806 @item
18807 The first key is either @kbd{I} (upper case i) for increasing the score
18808 or @kbd{L} for lowering the score.
18809 @item
18810 The second key says what header you want to score on.  The following
18811 keys are available:
18812 @table @kbd
18813
18814 @item a
18815 Score on the author name.
18816
18817 @item s
18818 Score on the subject line.
18819
18820 @item x
18821 Score on the @code{Xref} line---i.e., the cross-posting line.
18822
18823 @item r
18824 Score on the @code{References} line.
18825
18826 @item d
18827 Score on the date.
18828
18829 @item l
18830 Score on the number of lines.
18831
18832 @item i
18833 Score on the @code{Message-ID} header.
18834
18835 @item e
18836 Score on an ``extra'' header, that is, one of those in gnus-extra-headers,
18837 if your @acronym{NNTP} server tracks additional header data in overviews.
18838
18839 @item f
18840 Score on followups---this matches the author name, and adds scores to
18841 the followups to this author.  (Using this key leads to the creation of
18842 @file{ADAPT} files.)
18843
18844 @item b
18845 Score on the body.
18846
18847 @item h
18848 Score on the head.
18849
18850 @item t
18851 Score on thread.  (Using this key leads to the creation of @file{ADAPT}
18852 files.)
18853
18854 @end table
18855
18856 @item
18857 The third key is the match type.  Which match types are valid depends on
18858 what headers you are scoring on.
18859
18860 @table @code
18861
18862 @item strings
18863
18864 @table @kbd
18865
18866 @item e
18867 Exact matching.
18868
18869 @item s
18870 Substring matching.
18871
18872 @item f
18873 Fuzzy matching (@pxref{Fuzzy Matching}).
18874
18875 @item r
18876 Regexp matching
18877 @end table
18878
18879 @item date
18880 @table @kbd
18881
18882 @item b
18883 Before date.
18884
18885 @item a
18886 After date.
18887
18888 @item n
18889 This date.
18890 @end table
18891
18892 @item number
18893 @table @kbd
18894
18895 @item <
18896 Less than number.
18897
18898 @item =
18899 Equal to number.
18900
18901 @item >
18902 Greater than number.
18903 @end table
18904 @end table
18905
18906 @item
18907 The fourth and usually final key says whether this is a temporary (i.e.,
18908 expiring) score entry, or a permanent (i.e., non-expiring) score entry,
18909 or whether it is to be done immediately, without adding to the score
18910 file.
18911 @table @kbd
18912
18913 @item t
18914 Temporary score entry.
18915
18916 @item p
18917 Permanent score entry.
18918
18919 @item i
18920 Immediately scoring.
18921 @end table
18922
18923 @item
18924 If you are scoring on `e' (extra) headers, you will then be prompted for
18925 the header name on which you wish to score.  This must be a header named
18926 in gnus-extra-headers, and @samp{TAB} completion is available.
18927
18928 @end enumerate
18929
18930 So, let's say you want to increase the score on the current author with
18931 exact matching permanently: @kbd{I a e p}.  If you want to lower the
18932 score based on the subject line, using substring matching, and make a
18933 temporary score entry: @kbd{L s s t}.  Pretty easy.
18934
18935 To make things a bit more complicated, there are shortcuts.  If you use
18936 a capital letter on either the second or third keys, Gnus will use
18937 defaults for the remaining one or two keystrokes.  The defaults are
18938 ``substring'' and ``temporary''.  So @kbd{I A} is the same as @kbd{I a s
18939 t}, and @kbd{I a R} is the same as @kbd{I a r t}.
18940
18941 These functions take both the numerical prefix and the symbolic prefix
18942 (@pxref{Symbolic Prefixes}).  A numerical prefix says how much to lower
18943 (or increase) the score of the article.  A symbolic prefix of @code{a}
18944 says to use the @file{all.SCORE} file for the command instead of the
18945 current score file.
18946
18947 @vindex gnus-score-mimic-keymap
18948 The @code{gnus-score-mimic-keymap} says whether these commands will
18949 pretend they are keymaps or not.
18950
18951
18952 @node Group Score Commands
18953 @section Group Score Commands
18954 @cindex group score commands
18955
18956 There aren't many of these as yet, I'm afraid.
18957
18958 @table @kbd
18959
18960 @item W e
18961 @kindex W e (Group)
18962 @findex gnus-score-edit-all-score
18963 Edit the apply-to-all-groups all.SCORE file.  You will be popped into
18964 a @code{gnus-score-mode} buffer (@pxref{Score File Editing}).
18965
18966 @item W f
18967 @kindex W f (Group)
18968 @findex gnus-score-flush-cache
18969 Gnus maintains a cache of score alists to avoid having to reload them
18970 all the time.  This command will flush the cache
18971 (@code{gnus-score-flush-cache}).
18972
18973 @end table
18974
18975 You can do scoring from the command line by saying something like:
18976
18977 @findex gnus-batch-score
18978 @cindex batch scoring
18979 @example
18980 $ emacs -batch -l ~/.emacs -l ~/.gnus.el -f gnus-batch-score
18981 @end example
18982
18983
18984 @node Score Variables
18985 @section Score Variables
18986 @cindex score variables
18987
18988 @table @code
18989
18990 @item gnus-use-scoring
18991 @vindex gnus-use-scoring
18992 If @code{nil}, Gnus will not check for score files, and will not, in
18993 general, do any score-related work.  This is @code{t} by default.
18994
18995 @item gnus-kill-killed
18996 @vindex gnus-kill-killed
18997 If this variable is @code{nil}, Gnus will never apply score files to
18998 articles that have already been through the kill process.  While this
18999 may save you lots of time, it also means that if you apply a kill file
19000 to a group, and then change the kill file and want to run it over you
19001 group again to kill more articles, it won't work.  You have to set this
19002 variable to @code{t} to do that.  (It is @code{t} by default.)
19003
19004 @item gnus-kill-files-directory
19005 @vindex gnus-kill-files-directory
19006 All kill and score files will be stored in this directory, which is
19007 initialized from the @env{SAVEDIR} environment variable by default.
19008 This is @file{~/News/} by default.
19009
19010 @item gnus-score-file-suffix
19011 @vindex gnus-score-file-suffix
19012 Suffix to add to the group name to arrive at the score file name
19013 (@file{SCORE} by default.)
19014
19015 @item gnus-score-uncacheable-files
19016 @vindex gnus-score-uncacheable-files
19017 @cindex score cache
19018 All score files are normally cached to avoid excessive re-loading of
19019 score files.  However, if this might make your Emacs grow big and
19020 bloated, so this regexp can be used to weed out score files unlikely
19021 to be needed again.  It would be a bad idea to deny caching of
19022 @file{all.SCORE}, while it might be a good idea to not cache
19023 @file{comp.infosystems.www.authoring.misc.ADAPT}.  In fact, this
19024 variable is @samp{ADAPT$} by default, so no adaptive score files will
19025 be cached.
19026
19027 @item gnus-save-score
19028 @vindex gnus-save-score
19029 If you have really complicated score files, and do lots of batch
19030 scoring, then you might set this variable to @code{t}.  This will make
19031 Gnus save the scores into the @file{.newsrc.eld} file.
19032
19033 If you do not set this to @code{t}, then manual scores (like those set
19034 with @kbd{V s} (@code{gnus-summary-set-score})) will not be preserved
19035 across group visits.
19036
19037 @item gnus-score-interactive-default-score
19038 @vindex gnus-score-interactive-default-score
19039 Score used by all the interactive raise/lower commands to raise/lower
19040 score with.  Default is 1000, which may seem excessive, but this is to
19041 ensure that the adaptive scoring scheme gets enough room to play with.
19042 We don't want the small changes from the adaptive scoring to overwrite
19043 manually entered data.
19044
19045 @item gnus-summary-default-score
19046 @vindex gnus-summary-default-score
19047 Default score of an article, which is 0 by default.
19048
19049 @item gnus-summary-expunge-below
19050 @vindex gnus-summary-expunge-below
19051 Don't display the summary lines of articles that have scores lower than
19052 this variable.  This is @code{nil} by default, which means that no
19053 articles will be hidden.  This variable is local to the summary buffers,
19054 and has to be set from @code{gnus-summary-mode-hook}.
19055
19056 @item gnus-score-over-mark
19057 @vindex gnus-score-over-mark
19058 Mark (in the third column) used for articles with a score over the
19059 default.  Default is @samp{+}.
19060
19061 @item gnus-score-below-mark
19062 @vindex gnus-score-below-mark
19063 Mark (in the third column) used for articles with a score below the
19064 default.  Default is @samp{-}.
19065
19066 @item gnus-score-find-score-files-function
19067 @vindex gnus-score-find-score-files-function
19068 Function used to find score files for the current group.  This function
19069 is called with the name of the group as the argument.
19070
19071 Predefined functions available are:
19072 @table @code
19073
19074 @item gnus-score-find-single
19075 @findex gnus-score-find-single
19076 Only apply the group's own score file.
19077
19078 @item gnus-score-find-bnews
19079 @findex gnus-score-find-bnews
19080 Apply all score files that match, using bnews syntax.  This is the
19081 default.  If the current group is @samp{gnu.emacs.gnus}, for instance,
19082 @file{all.emacs.all.SCORE}, @file{not.alt.all.SCORE} and
19083 @file{gnu.all.SCORE} would all apply.  In short, the instances of
19084 @samp{all} in the score file names are translated into @samp{.*}, and
19085 then a regexp match is done.
19086
19087 This means that if you have some score entries that you want to apply to
19088 all groups, then you put those entries in the @file{all.SCORE} file.
19089
19090 The score files are applied in a semi-random order, although Gnus will
19091 try to apply the more general score files before the more specific score
19092 files.  It does this by looking at the number of elements in the score
19093 file names---discarding the @samp{all} elements.
19094
19095 @item gnus-score-find-hierarchical
19096 @findex gnus-score-find-hierarchical
19097 Apply all score files from all the parent groups.  This means that you
19098 can't have score files like @file{all.SCORE}, but you can have
19099 @file{SCORE}, @file{comp.SCORE} and @file{comp.emacs.SCORE} for each
19100 server.
19101
19102 @end table
19103 This variable can also be a list of functions.  In that case, all
19104 these functions will be called with the group name as argument, and
19105 all the returned lists of score files will be applied.  These
19106 functions can also return lists of lists of score alists directly.  In
19107 that case, the functions that return these non-file score alists
19108 should probably be placed before the ``real'' score file functions, to
19109 ensure that the last score file returned is the local score file.
19110 Phu.
19111
19112 For example, to do hierarchical scoring but use a non-server-specific
19113 overall score file, you could use the value
19114 @example
19115 (list (lambda (group) ("all.SCORE"))
19116       'gnus-score-find-hierarchical)
19117 @end example
19118
19119 @item gnus-score-expiry-days
19120 @vindex gnus-score-expiry-days
19121 This variable says how many days should pass before an unused score file
19122 entry is expired.  If this variable is @code{nil}, no score file entries
19123 are expired.  It's 7 by default.
19124
19125 @item gnus-update-score-entry-dates
19126 @vindex gnus-update-score-entry-dates
19127 If this variable is non-@code{nil}, temporary score entries that have
19128 been triggered (matched) will have their dates updated.  (This is how Gnus
19129 controls expiry---all non-matched-entries will become too old while
19130 matched entries will stay fresh and young.)  However, if you set this
19131 variable to @code{nil}, even matched entries will grow old and will
19132 have to face that oh-so grim reaper.
19133
19134 @item gnus-score-after-write-file-function
19135 @vindex gnus-score-after-write-file-function
19136 Function called with the name of the score file just written.
19137
19138 @item gnus-score-thread-simplify
19139 @vindex gnus-score-thread-simplify
19140 If this variable is non-@code{nil}, article subjects will be
19141 simplified for subject scoring purposes in the same manner as with
19142 threading---according to the current value of
19143 @code{gnus-simplify-subject-functions}.  If the scoring entry uses
19144 @code{substring} or @code{exact} matching, the match will also be
19145 simplified in this manner.
19146
19147 @end table
19148
19149
19150 @node Score File Format
19151 @section Score File Format
19152 @cindex score file format
19153
19154 A score file is an @code{emacs-lisp} file that normally contains just a
19155 single form.  Casual users are not expected to edit these files;
19156 everything can be changed from the summary buffer.
19157
19158 Anyway, if you'd like to dig into it yourself, here's an example:
19159
19160 @lisp
19161 (("from"
19162   ("Lars Ingebrigtsen" -10000)
19163   ("Per Abrahamsen")
19164   ("larsi\\|lmi" -50000 nil R))
19165  ("subject"
19166   ("Ding is Badd" nil 728373))
19167  ("xref"
19168   ("alt.politics" -1000 728372 s))
19169  ("lines"
19170   (2 -100 nil <))
19171  (mark 0)
19172  (expunge -1000)
19173  (mark-and-expunge -10)
19174  (read-only nil)
19175  (orphan -10)
19176  (adapt t)
19177  (files "/hom/larsi/News/gnu.SCORE")
19178  (exclude-files "all.SCORE")
19179  (local (gnus-newsgroup-auto-expire t)
19180         (gnus-summary-make-false-root empty))
19181  (eval (ding)))
19182 @end lisp
19183
19184 This example demonstrates most score file elements.  @xref{Advanced
19185 Scoring}, for a different approach.
19186
19187 Even though this looks much like Lisp code, nothing here is actually
19188 @code{eval}ed.  The Lisp reader is used to read this form, though, so it
19189 has to be valid syntactically, if not semantically.
19190
19191 Six keys are supported by this alist:
19192
19193 @table @code
19194
19195 @item STRING
19196 If the key is a string, it is the name of the header to perform the
19197 match on.  Scoring can only be performed on these eight headers:
19198 @code{From}, @code{Subject}, @code{References}, @code{Message-ID},
19199 @code{Xref}, @code{Lines}, @code{Chars} and @code{Date}.  In addition to
19200 these headers, there are three strings to tell Gnus to fetch the entire
19201 article and do the match on larger parts of the article: @code{Body}
19202 will perform the match on the body of the article, @code{Head} will
19203 perform the match on the head of the article, and @code{All} will
19204 perform the match on the entire article.  Note that using any of these
19205 last three keys will slow down group entry @emph{considerably}.  The
19206 final ``header'' you can score on is @code{Followup}.  These score
19207 entries will result in new score entries being added for all follow-ups
19208 to articles that matches these score entries.
19209
19210 Following this key is an arbitrary number of score entries, where each
19211 score entry has one to four elements.
19212 @enumerate
19213
19214 @item
19215 The first element is the @dfn{match element}.  On most headers this will
19216 be a string, but on the Lines and Chars headers, this must be an
19217 integer.
19218
19219 @item
19220 If the second element is present, it should be a number---the @dfn{score
19221 element}.  This number should be an integer in the neginf to posinf
19222 interval.  This number is added to the score of the article if the match
19223 is successful.  If this element is not present, the
19224 @code{gnus-score-interactive-default-score} number will be used
19225 instead.  This is 1000 by default.
19226
19227 @item
19228 If the third element is present, it should be a number---the @dfn{date
19229 element}.  This date says when the last time this score entry matched,
19230 which provides a mechanism for expiring the score entries.  It this
19231 element is not present, the score entry is permanent.  The date is
19232 represented by the number of days since December 31, 1 BCE.
19233
19234 @item
19235 If the fourth element is present, it should be a symbol---the @dfn{type
19236 element}.  This element specifies what function should be used to see
19237 whether this score entry matches the article.  What match types that can
19238 be used depends on what header you wish to perform the match on.
19239 @table @dfn
19240
19241 @item From, Subject, References, Xref, Message-ID
19242 For most header types, there are the @code{r} and @code{R} (regexp), as
19243 well as @code{s} and @code{S} (substring) types, and @code{e} and
19244 @code{E} (exact match), and @code{w} (word match) types.  If this
19245 element is not present, Gnus will assume that substring matching should
19246 be used.  @code{R}, @code{S}, and @code{E} differ from the others in
19247 that the matches will be done in a case-sensitive manner.  All these
19248 one-letter types are really just abbreviations for the @code{regexp},
19249 @code{string}, @code{exact}, and @code{word} types, which you can use
19250 instead, if you feel like.
19251
19252 @item Extra
19253 Just as for the standard string overview headers, if you are using
19254 gnus-extra-headers, you can score on these headers' values.  In this
19255 case, there is a 5th element in the score entry, being the name of the
19256 header to be scored.  The following entry is useful in your
19257 @file{all.SCORE} file in case of spam attacks from a single origin
19258 host, if your @acronym{NNTP} server tracks @samp{NNTP-Posting-Host} in
19259 overviews:
19260
19261 @lisp
19262 ("111.222.333.444" -1000 nil s
19263  "NNTP-Posting-Host")
19264 @end lisp
19265
19266 @item Lines, Chars
19267 These two headers use different match types: @code{<}, @code{>},
19268 @code{=}, @code{>=} and @code{<=}.
19269
19270 These predicates are true if
19271
19272 @example
19273 (PREDICATE HEADER MATCH)
19274 @end example
19275
19276 evaluates to non-@code{nil}.  For instance, the advanced match
19277 @code{("lines" 4 <)} (@pxref{Advanced Scoring}) will result in the
19278 following form:
19279
19280 @lisp
19281 (< header-value 4)
19282 @end lisp
19283
19284 Or to put it another way: When using @code{<} on @code{Lines} with 4 as
19285 the match, we get the score added if the article has less than 4 lines.
19286 (It's easy to get confused and think it's the other way around.  But
19287 it's not.  I think.)
19288
19289 When matching on @code{Lines}, be careful because some back ends (like
19290 @code{nndir}) do not generate @code{Lines} header, so every article ends
19291 up being marked as having 0 lines.  This can lead to strange results if
19292 you happen to lower score of the articles with few lines.
19293
19294 @item Date
19295 For the Date header we have three kinda silly match types:
19296 @code{before}, @code{at} and @code{after}.  I can't really imagine this
19297 ever being useful, but, like, it would feel kinda silly not to provide
19298 this function.  Just in case.  You never know.  Better safe than sorry.
19299 Once burnt, twice shy.  Don't judge a book by its cover.  Never not have
19300 sex on a first date.  (I have been told that at least one person, and I
19301 quote, ``found this function indispensable'', however.)
19302
19303 @cindex ISO8601
19304 @cindex date
19305 A more useful match type is @code{regexp}.  With it, you can match the
19306 date string using a regular expression.  The date is normalized to
19307 ISO8601 compact format first---@var{YYYYMMDD}@code{T}@var{HHMMSS}.  If
19308 you want to match all articles that have been posted on April 1st in
19309 every year, you could use @samp{....0401.........} as a match string,
19310 for instance.  (Note that the date is kept in its original time zone, so
19311 this will match articles that were posted when it was April 1st where
19312 the article was posted from.  Time zones are such wholesome fun for the
19313 whole family, eh?)
19314
19315 @item Head, Body, All
19316 These three match keys use the same match types as the @code{From} (etc)
19317 header uses.
19318
19319 @item Followup
19320 This match key is somewhat special, in that it will match the
19321 @code{From} header, and affect the score of not only the matching
19322 articles, but also all followups to the matching articles.  This allows
19323 you e.g. increase the score of followups to your own articles, or
19324 decrease the score of followups to the articles of some known
19325 trouble-maker.  Uses the same match types as the @code{From} header
19326 uses.  (Using this match key will lead to creation of @file{ADAPT}
19327 files.)
19328
19329 @item Thread
19330 This match key works along the same lines as the @code{Followup} match
19331 key.  If you say that you want to score on a (sub-)thread started by an
19332 article with a @code{Message-ID} @var{x}, then you add a @samp{thread}
19333 match.  This will add a new @samp{thread} match for each article that
19334 has @var{x} in its @code{References} header.  (These new @samp{thread}
19335 matches will use the @code{Message-ID}s of these matching articles.)
19336 This will ensure that you can raise/lower the score of an entire thread,
19337 even though some articles in the thread may not have complete
19338 @code{References} headers.  Note that using this may lead to
19339 undeterministic scores of the articles in the thread.  (Using this match
19340 key will lead to creation of @file{ADAPT} files.)
19341 @end table
19342 @end enumerate
19343
19344 @cindex score file atoms
19345 @item mark
19346 The value of this entry should be a number.  Any articles with a score
19347 lower than this number will be marked as read.
19348
19349 @item expunge
19350 The value of this entry should be a number.  Any articles with a score
19351 lower than this number will be removed from the summary buffer.
19352
19353 @item mark-and-expunge
19354 The value of this entry should be a number.  Any articles with a score
19355 lower than this number will be marked as read and removed from the
19356 summary buffer.
19357
19358 @item thread-mark-and-expunge
19359 The value of this entry should be a number.  All articles that belong to
19360 a thread that has a total score below this number will be marked as read
19361 and removed from the summary buffer.  @code{gnus-thread-score-function}
19362 says how to compute the total score for a thread.
19363
19364 @item files
19365 The value of this entry should be any number of file names.  These files
19366 are assumed to be score files as well, and will be loaded the same way
19367 this one was.
19368
19369 @item exclude-files
19370 The clue of this entry should be any number of files.  These files will
19371 not be loaded, even though they would normally be so, for some reason or
19372 other.
19373
19374 @item eval
19375 The value of this entry will be @code{eval}el.  This element will be
19376 ignored when handling global score files.
19377
19378 @item read-only
19379 Read-only score files will not be updated or saved.  Global score files
19380 should feature this atom (@pxref{Global Score Files}).  (Note:
19381 @dfn{Global} here really means @dfn{global}; not your personal
19382 apply-to-all-groups score files.)
19383
19384 @item orphan
19385 The value of this entry should be a number.  Articles that do not have
19386 parents will get this number added to their scores.  Imagine you follow
19387 some high-volume newsgroup, like @samp{comp.lang.c}.  Most likely you
19388 will only follow a few of the threads, also want to see any new threads.
19389
19390 You can do this with the following two score file entries:
19391
19392 @example
19393         (orphan -500)
19394         (mark-and-expunge -100)
19395 @end example
19396
19397 When you enter the group the first time, you will only see the new
19398 threads.  You then raise the score of the threads that you find
19399 interesting (with @kbd{I T} or @kbd{I S}), and ignore (@kbd{C y}) the
19400 rest.  Next time you enter the group, you will see new articles in the
19401 interesting threads, plus any new threads.
19402
19403 I.e.---the orphan score atom is for high-volume groups where a few
19404 interesting threads which can't be found automatically by ordinary
19405 scoring rules exist.
19406
19407 @item adapt
19408 This entry controls the adaptive scoring.  If it is @code{t}, the
19409 default adaptive scoring rules will be used.  If it is @code{ignore}, no
19410 adaptive scoring will be performed on this group.  If it is a list, this
19411 list will be used as the adaptive scoring rules.  If it isn't present,
19412 or is something other than @code{t} or @code{ignore}, the default
19413 adaptive scoring rules will be used.  If you want to use adaptive
19414 scoring on most groups, you'd set @code{gnus-use-adaptive-scoring} to
19415 @code{t}, and insert an @code{(adapt ignore)} in the groups where you do
19416 not want adaptive scoring.  If you only want adaptive scoring in a few
19417 groups, you'd set @code{gnus-use-adaptive-scoring} to @code{nil}, and
19418 insert @code{(adapt t)} in the score files of the groups where you want
19419 it.
19420
19421 @item adapt-file
19422 All adaptive score entries will go to the file named by this entry.  It
19423 will also be applied when entering the group.  This atom might be handy
19424 if you want to adapt on several groups at once, using the same adaptive
19425 file for a number of groups.
19426
19427 @item local
19428 @cindex local variables
19429 The value of this entry should be a list of @code{(@var{var}
19430 @var{value})} pairs.  Each @var{var} will be made buffer-local to the
19431 current summary buffer, and set to the value specified.  This is a
19432 convenient, if somewhat strange, way of setting variables in some
19433 groups if you don't like hooks much.  Note that the @var{value} won't
19434 be evaluated.
19435 @end table
19436
19437
19438 @node Score File Editing
19439 @section Score File Editing
19440
19441 You normally enter all scoring commands from the summary buffer, but you
19442 might feel the urge to edit them by hand as well, so we've supplied you
19443 with a mode for that.
19444
19445 It's simply a slightly customized @code{emacs-lisp} mode, with these
19446 additional commands:
19447
19448 @table @kbd
19449
19450 @item C-c C-c
19451 @kindex C-c C-c (Score)
19452 @findex gnus-score-edit-done
19453 Save the changes you have made and return to the summary buffer
19454 (@code{gnus-score-edit-done}).
19455
19456 @item C-c C-d
19457 @kindex C-c C-d (Score)
19458 @findex gnus-score-edit-insert-date
19459 Insert the current date in numerical format
19460 (@code{gnus-score-edit-insert-date}).  This is really the day number, if
19461 you were wondering.
19462
19463 @item C-c C-p
19464 @kindex C-c C-p (Score)
19465 @findex gnus-score-pretty-print
19466 The adaptive score files are saved in an unformatted fashion.  If you
19467 intend to read one of these files, you want to @dfn{pretty print} it
19468 first.  This command (@code{gnus-score-pretty-print}) does that for
19469 you.
19470
19471 @end table
19472
19473 Type @kbd{M-x gnus-score-mode} to use this mode.
19474
19475 @vindex gnus-score-mode-hook
19476 @code{gnus-score-menu-hook} is run in score mode buffers.
19477
19478 In the summary buffer you can use commands like @kbd{V f}, @kbd{V e} and
19479 @kbd{V t} to begin editing score files.
19480
19481
19482 @node Adaptive Scoring
19483 @section Adaptive Scoring
19484 @cindex adaptive scoring
19485
19486 If all this scoring is getting you down, Gnus has a way of making it all
19487 happen automatically---as if by magic.  Or rather, as if by artificial
19488 stupidity, to be precise.
19489
19490 @vindex gnus-use-adaptive-scoring
19491 When you read an article, or mark an article as read, or kill an
19492 article, you leave marks behind.  On exit from the group, Gnus can sniff
19493 these marks and add score elements depending on what marks it finds.
19494 You turn on this ability by setting @code{gnus-use-adaptive-scoring} to
19495 @code{t} or @code{(line)}.  If you want score adaptively on separate
19496 words appearing in the subjects, you should set this variable to
19497 @code{(word)}.  If you want to use both adaptive methods, set this
19498 variable to @code{(word line)}.
19499
19500 @vindex gnus-default-adaptive-score-alist
19501 To give you complete control over the scoring process, you can customize
19502 the @code{gnus-default-adaptive-score-alist} variable.  For instance, it
19503 might look something like this:
19504
19505 @lisp
19506 (setq gnus-default-adaptive-score-alist
19507   '((gnus-unread-mark)
19508     (gnus-ticked-mark (from 4))
19509     (gnus-dormant-mark (from 5))
19510     (gnus-del-mark (from -4) (subject -1))
19511     (gnus-read-mark (from 4) (subject 2))
19512     (gnus-expirable-mark (from -1) (subject -1))
19513     (gnus-killed-mark (from -1) (subject -3))
19514     (gnus-kill-file-mark)
19515     (gnus-ancient-mark)
19516     (gnus-low-score-mark)
19517     (gnus-catchup-mark (from -1) (subject -1))))
19518 @end lisp
19519
19520 As you see, each element in this alist has a mark as a key (either a
19521 variable name or a ``real'' mark---a character).  Following this key is
19522 a arbitrary number of header/score pairs.  If there are no header/score
19523 pairs following the key, no adaptive scoring will be done on articles
19524 that have that key as the article mark.  For instance, articles with
19525 @code{gnus-unread-mark} in the example above will not get adaptive score
19526 entries.
19527
19528 Each article can have only one mark, so just a single of these rules
19529 will be applied to each article.
19530
19531 To take @code{gnus-del-mark} as an example---this alist says that all
19532 articles that have that mark (i.e., are marked with @samp{e}) will have a
19533 score entry added to lower based on the @code{From} header by -4, and
19534 lowered by @code{Subject} by -1.  Change this to fit your prejudices.
19535
19536 If you have marked 10 articles with the same subject with
19537 @code{gnus-del-mark}, the rule for that mark will be applied ten times.
19538 That means that that subject will get a score of ten times -1, which
19539 should be, unless I'm much mistaken, -10.
19540
19541 If you have auto-expirable (mail) groups (@pxref{Expiring Mail}), all
19542 the read articles will be marked with the @samp{E} mark.  This'll
19543 probably make adaptive scoring slightly impossible, so auto-expiring and
19544 adaptive scoring doesn't really mix very well.
19545
19546 The headers you can score on are @code{from}, @code{subject},
19547 @code{message-id}, @code{references}, @code{xref}, @code{lines},
19548 @code{chars} and @code{date}.  In addition, you can score on
19549 @code{followup}, which will create an adaptive score entry that matches
19550 on the @code{References} header using the @code{Message-ID} of the
19551 current article, thereby matching the following thread.
19552
19553 If you use this scheme, you should set the score file atom @code{mark}
19554 to something small---like -300, perhaps, to avoid having small random
19555 changes result in articles getting marked as read.
19556
19557 After using adaptive scoring for a week or so, Gnus should start to
19558 become properly trained and enhance the authors you like best, and kill
19559 the authors you like least, without you having to say so explicitly.
19560
19561 You can control what groups the adaptive scoring is to be performed on
19562 by using the score files (@pxref{Score File Format}).  This will also
19563 let you use different rules in different groups.
19564
19565 @vindex gnus-adaptive-file-suffix
19566 The adaptive score entries will be put into a file where the name is the
19567 group name with @code{gnus-adaptive-file-suffix} appended.  The default
19568 is @file{ADAPT}.
19569
19570 @vindex gnus-score-exact-adapt-limit
19571 When doing adaptive scoring, substring or fuzzy matching would probably
19572 give you the best results in most cases.  However, if the header one
19573 matches is short, the possibility for false positives is great, so if
19574 the length of the match is less than
19575 @code{gnus-score-exact-adapt-limit}, exact matching will be used.  If
19576 this variable is @code{nil}, exact matching will always be used to avoid
19577 this problem.
19578
19579 @vindex gnus-default-adaptive-word-score-alist
19580 As mentioned above, you can adapt either on individual words or entire
19581 headers.  If you adapt on words, the
19582 @code{gnus-default-adaptive-word-score-alist} variable says what score
19583 each instance of a word should add given a mark.
19584
19585 @lisp
19586 (setq gnus-default-adaptive-word-score-alist
19587       `((,gnus-read-mark . 30)
19588         (,gnus-catchup-mark . -10)
19589         (,gnus-killed-mark . -20)
19590         (,gnus-del-mark . -15)))
19591 @end lisp
19592
19593 This is the default value.  If you have adaption on words enabled, every
19594 word that appears in subjects of articles marked with
19595 @code{gnus-read-mark} will result in a score rule that increase the
19596 score with 30 points.
19597
19598 @vindex gnus-default-ignored-adaptive-words
19599 @vindex gnus-ignored-adaptive-words
19600 Words that appear in the @code{gnus-default-ignored-adaptive-words} list
19601 will be ignored.  If you wish to add more words to be ignored, use the
19602 @code{gnus-ignored-adaptive-words} list instead.
19603
19604 @vindex gnus-adaptive-word-length-limit
19605 Some may feel that short words shouldn't count when doing adaptive
19606 scoring.  If so, you may set @code{gnus-adaptive-word-length-limit} to
19607 an integer.  Words shorter than this number will be ignored.  This
19608 variable defaults to @code{nil}.
19609
19610 @vindex gnus-adaptive-word-syntax-table
19611 When the scoring is done, @code{gnus-adaptive-word-syntax-table} is the
19612 syntax table in effect.  It is similar to the standard syntax table, but
19613 it considers numbers to be non-word-constituent characters.
19614
19615 @vindex gnus-adaptive-word-minimum
19616 If @code{gnus-adaptive-word-minimum} is set to a number, the adaptive
19617 word scoring process will never bring down the score of an article to
19618 below this number.  The default is @code{nil}.
19619
19620 @vindex gnus-adaptive-word-no-group-words
19621 If @code{gnus-adaptive-word-no-group-words} is set to @code{t}, gnus
19622 won't adaptively word score any of the words in the group name.  Useful
19623 for groups like @samp{comp.editors.emacs}, where most of the subject
19624 lines contain the word @samp{emacs}.
19625
19626 After using this scheme for a while, it might be nice to write a
19627 @code{gnus-psychoanalyze-user} command to go through the rules and see
19628 what words you like and what words you don't like.  Or perhaps not.
19629
19630 Note that the adaptive word scoring thing is highly experimental and is
19631 likely to change in the future.  Initial impressions seem to indicate
19632 that it's totally useless as it stands.  Some more work (involving more
19633 rigorous statistical methods) will have to be done to make this useful.
19634
19635
19636 @node Home Score File
19637 @section Home Score File
19638
19639 The score file where new score file entries will go is called the
19640 @dfn{home score file}.  This is normally (and by default) the score file
19641 for the group itself.  For instance, the home score file for
19642 @samp{gnu.emacs.gnus} is @file{gnu.emacs.gnus.SCORE}.
19643
19644 However, this may not be what you want.  It is often convenient to share
19645 a common home score file among many groups---all @samp{emacs} groups
19646 could perhaps use the same home score file.
19647
19648 @vindex gnus-home-score-file
19649 The variable that controls this is @code{gnus-home-score-file}.  It can
19650 be:
19651
19652 @enumerate
19653 @item
19654 A string.  Then this file will be used as the home score file for all
19655 groups.
19656
19657 @item
19658 A function.  The result of this function will be used as the home score
19659 file.  The function will be called with the name of the group as the
19660 parameter.
19661
19662 @item
19663 A list.  The elements in this list can be:
19664
19665 @enumerate
19666 @item
19667 @code{(@var{regexp} @var{file-name})}.  If the @var{regexp} matches the
19668 group name, the @var{file-name} will be used as the home score file.
19669
19670 @item
19671 A function.  If the function returns non-@code{nil}, the result will
19672 be used as the home score file.
19673
19674 @item
19675 A string.  Use the string as the home score file.
19676 @end enumerate
19677
19678 The list will be traversed from the beginning towards the end looking
19679 for matches.
19680
19681 @end enumerate
19682
19683 So, if you want to use just a single score file, you could say:
19684
19685 @lisp
19686 (setq gnus-home-score-file
19687       "my-total-score-file.SCORE")
19688 @end lisp
19689
19690 If you want to use @file{gnu.SCORE} for all @samp{gnu} groups and
19691 @file{rec.SCORE} for all @samp{rec} groups (and so on), you can say:
19692
19693 @findex gnus-hierarchial-home-score-file
19694 @lisp
19695 (setq gnus-home-score-file
19696       'gnus-hierarchial-home-score-file)
19697 @end lisp
19698
19699 This is a ready-made function provided for your convenience.
19700 Other functions include
19701
19702 @table @code
19703 @item gnus-current-home-score-file
19704 @findex gnus-current-home-score-file
19705 Return the ``current'' regular score file.  This will make scoring
19706 commands add entry to the ``innermost'' matching score file.
19707
19708 @end table
19709
19710 If you want to have one score file for the @samp{emacs} groups and
19711 another for the @samp{comp} groups, while letting all other groups use
19712 their own home score files:
19713
19714 @lisp
19715 (setq gnus-home-score-file
19716       ;; @r{All groups that match the regexp @code{"\\.emacs"}}
19717       '(("\\.emacs" "emacs.SCORE")
19718         ;; @r{All the comp groups in one score file}
19719         ("^comp" "comp.SCORE")))
19720 @end lisp
19721
19722 @vindex gnus-home-adapt-file
19723 @code{gnus-home-adapt-file} works exactly the same way as
19724 @code{gnus-home-score-file}, but says what the home adaptive score file
19725 is instead.  All new adaptive file entries will go into the file
19726 specified by this variable, and the same syntax is allowed.
19727
19728 In addition to using @code{gnus-home-score-file} and
19729 @code{gnus-home-adapt-file}, you can also use group parameters
19730 (@pxref{Group Parameters}) and topic parameters (@pxref{Topic
19731 Parameters}) to achieve much the same.  Group and topic parameters take
19732 precedence over this variable.
19733
19734
19735 @node Followups To Yourself
19736 @section Followups To Yourself
19737
19738 Gnus offers two commands for picking out the @code{Message-ID} header in
19739 the current buffer.  Gnus will then add a score rule that scores using
19740 this @code{Message-ID} on the @code{References} header of other
19741 articles.  This will, in effect, increase the score of all articles that
19742 respond to the article in the current buffer.  Quite useful if you want
19743 to easily note when people answer what you've said.
19744
19745 @table @code
19746
19747 @item gnus-score-followup-article
19748 @findex gnus-score-followup-article
19749 This will add a score to articles that directly follow up your own
19750 article.
19751
19752 @item gnus-score-followup-thread
19753 @findex gnus-score-followup-thread
19754 This will add a score to all articles that appear in a thread ``below''
19755 your own article.
19756 @end table
19757
19758 @vindex message-sent-hook
19759 These two functions are both primarily meant to be used in hooks like
19760 @code{message-sent-hook}, like this:
19761 @lisp
19762 (add-hook 'message-sent-hook 'gnus-score-followup-thread)
19763 @end lisp
19764
19765
19766 If you look closely at your own @code{Message-ID}, you'll notice that
19767 the first two or three characters are always the same.  Here's two of
19768 mine:
19769
19770 @example
19771 <x6u3u47icf.fsf@@eyesore.no>
19772 <x6sp9o7ibw.fsf@@eyesore.no>
19773 @end example
19774
19775 So ``my'' ident on this machine is @samp{x6}.  This can be
19776 exploited---the following rule will raise the score on all followups to
19777 myself:
19778
19779 @lisp
19780 ("references"
19781  ("<x6[0-9a-z]+\\.fsf\\(_-_\\)?@@.*eyesore\\.no>"
19782   1000 nil r))
19783 @end lisp
19784
19785 Whether it's the first two or first three characters that are ``yours''
19786 is system-dependent.
19787
19788
19789 @node Scoring On Other Headers
19790 @section Scoring On Other Headers
19791 @cindex scoring on other headers
19792
19793 Gnus is quite fast when scoring the ``traditional''
19794 headers---@samp{From}, @samp{Subject} and so on.  However, scoring
19795 other headers requires writing a @code{head} scoring rule, which means
19796 that Gnus has to request every single article from the back end to find
19797 matches.  This takes a long time in big groups.
19798
19799 Now, there's not much you can do about this for news groups, but for
19800 mail groups, you have greater control.  In @ref{To From Newsgroups},
19801 it's explained in greater detail what this mechanism does, but here's
19802 a cookbook example for @code{nnml} on how to allow scoring on the
19803 @samp{To} and @samp{Cc} headers.
19804
19805 Put the following in your @file{~/.gnus.el} file.
19806
19807 @lisp
19808 (setq gnus-extra-headers '(To Cc Newsgroups Keywords)
19809       nnmail-extra-headers gnus-extra-headers)
19810 @end lisp
19811
19812 Restart Gnus and rebuild your @code{nnml} overview files with the
19813 @kbd{M-x nnml-generate-nov-databases} command.  This will take a long
19814 time if you have much mail.
19815
19816 Now you can score on @samp{To} and @samp{Cc} as ``extra headers'' like
19817 so: @kbd{I e s p To RET <your name> RET}.
19818
19819 See?  Simple.
19820
19821
19822 @node Scoring Tips
19823 @section Scoring Tips
19824 @cindex scoring tips
19825
19826 @table @dfn
19827
19828 @item Crossposts
19829 @cindex crossposts
19830 @cindex scoring crossposts
19831 If you want to lower the score of crossposts, the line to match on is
19832 the @code{Xref} header.
19833 @lisp
19834 ("xref" (" talk.politics.misc:" -1000))
19835 @end lisp
19836
19837 @item Multiple crossposts
19838 If you want to lower the score of articles that have been crossposted to
19839 more than, say, 3 groups:
19840 @lisp
19841 ("xref"
19842   ("[^:\n]+:[0-9]+ +[^:\n]+:[0-9]+ +[^:\n]+:[0-9]+"
19843    -1000 nil r))
19844 @end lisp
19845
19846 @item Matching on the body
19847 This is generally not a very good idea---it takes a very long time.
19848 Gnus actually has to fetch each individual article from the server.  But
19849 you might want to anyway, I guess.  Even though there are three match
19850 keys (@code{Head}, @code{Body} and @code{All}), you should choose one
19851 and stick with it in each score file.  If you use any two, each article
19852 will be fetched @emph{twice}.  If you want to match a bit on the
19853 @code{Head} and a bit on the @code{Body}, just use @code{All} for all
19854 the matches.
19855
19856 @item Marking as read
19857 You will probably want to mark articles that have scores below a certain
19858 number as read.  This is most easily achieved by putting the following
19859 in your @file{all.SCORE} file:
19860 @lisp
19861 ((mark -100))
19862 @end lisp
19863 You may also consider doing something similar with @code{expunge}.
19864
19865 @item Negated character classes
19866 If you say stuff like @code{[^abcd]*}, you may get unexpected results.
19867 That will match newlines, which might lead to, well, The Unknown.  Say
19868 @code{[^abcd\n]*} instead.
19869 @end table
19870
19871
19872 @node Reverse Scoring
19873 @section Reverse Scoring
19874 @cindex reverse scoring
19875
19876 If you want to keep just articles that have @samp{Sex with Emacs} in the
19877 subject header, and expunge all other articles, you could put something
19878 like this in your score file:
19879
19880 @lisp
19881 (("subject"
19882   ("Sex with Emacs" 2))
19883  (mark 1)
19884  (expunge 1))
19885 @end lisp
19886
19887 So, you raise all articles that match @samp{Sex with Emacs} and mark the
19888 rest as read, and expunge them to boot.
19889
19890
19891 @node Global Score Files
19892 @section Global Score Files
19893 @cindex global score files
19894
19895 Sure, other newsreaders have ``global kill files''.  These are usually
19896 nothing more than a single kill file that applies to all groups, stored
19897 in the user's home directory.  Bah!  Puny, weak newsreaders!
19898
19899 What I'm talking about here are Global Score Files.  Score files from
19900 all over the world, from users everywhere, uniting all nations in one
19901 big, happy score file union!  Ange-score!  New and untested!
19902
19903 @vindex gnus-global-score-files
19904 All you have to do to use other people's score files is to set the
19905 @code{gnus-global-score-files} variable.  One entry for each score file,
19906 or each score file directory.  Gnus will decide by itself what score
19907 files are applicable to which group.
19908
19909 To use the score file
19910 @file{/ftp@@ftp.gnus.org:/pub/larsi/ding/score/soc.motss.SCORE} and
19911 all score files in the @file{/ftp@@ftp.some-where:/pub/score} directory,
19912 say this:
19913
19914 @lisp
19915 (setq gnus-global-score-files
19916       '("/ftp@@ftp.gnus.org:/pub/larsi/ding/score/soc.motss.SCORE"
19917         "/ftp@@ftp.some-where:/pub/score/"))
19918 @end lisp
19919
19920 @findex gnus-score-search-global-directories
19921 @noindent
19922 Simple, eh?  Directory names must end with a @samp{/}.  These
19923 directories are typically scanned only once during each Gnus session.
19924 If you feel the need to manually re-scan the remote directories, you can
19925 use the @code{gnus-score-search-global-directories} command.
19926
19927 Note that, at present, using this option will slow down group entry
19928 somewhat.  (That is---a lot.)
19929
19930 If you want to start maintaining score files for other people to use,
19931 just put your score file up for anonymous ftp and announce it to the
19932 world.  Become a retro-moderator!  Participate in the retro-moderator
19933 wars sure to ensue, where retro-moderators battle it out for the
19934 sympathy of the people, luring them to use their score files on false
19935 premises!  Yay!  The net is saved!
19936
19937 Here are some tips for the would-be retro-moderator, off the top of my
19938 head:
19939
19940 @itemize @bullet
19941
19942 @item
19943 Articles heavily crossposted are probably junk.
19944 @item
19945 To lower a single inappropriate article, lower by @code{Message-ID}.
19946 @item
19947 Particularly brilliant authors can be raised on a permanent basis.
19948 @item
19949 Authors that repeatedly post off-charter for the group can safely be
19950 lowered out of existence.
19951 @item
19952 Set the @code{mark} and @code{expunge} atoms to obliterate the nastiest
19953 articles completely.
19954
19955 @item
19956 Use expiring score entries to keep the size of the file down.  You
19957 should probably have a long expiry period, though, as some sites keep
19958 old articles for a long time.
19959 @end itemize
19960
19961 @dots{} I wonder whether other newsreaders will support global score files
19962 in the future.  @emph{Snicker}.  Yup, any day now, newsreaders like Blue
19963 Wave, xrn and 1stReader are bound to implement scoring.  Should we start
19964 holding our breath yet?
19965
19966
19967 @node Kill Files
19968 @section Kill Files
19969 @cindex kill files
19970
19971 Gnus still supports those pesky old kill files.  In fact, the kill file
19972 entries can now be expiring, which is something I wrote before Daniel
19973 Quinlan thought of doing score files, so I've left the code in there.
19974
19975 In short, kill processing is a lot slower (and I do mean @emph{a lot})
19976 than score processing, so it might be a good idea to rewrite your kill
19977 files into score files.
19978
19979 Anyway, a kill file is a normal @code{emacs-lisp} file.  You can put any
19980 forms into this file, which means that you can use kill files as some
19981 sort of primitive hook function to be run on group entry, even though
19982 that isn't a very good idea.
19983
19984 Normal kill files look like this:
19985
19986 @lisp
19987 (gnus-kill "From" "Lars Ingebrigtsen")
19988 (gnus-kill "Subject" "ding")
19989 (gnus-expunge "X")
19990 @end lisp
19991
19992 This will mark every article written by me as read, and remove the
19993 marked articles from the summary buffer.  Very useful, you'll agree.
19994
19995 Other programs use a totally different kill file syntax.  If Gnus
19996 encounters what looks like a @code{rn} kill file, it will take a stab at
19997 interpreting it.
19998
19999 Two summary functions for editing a @sc{gnus} kill file:
20000
20001 @table @kbd
20002
20003 @item M-k
20004 @kindex M-k (Summary)
20005 @findex gnus-summary-edit-local-kill
20006 Edit this group's kill file (@code{gnus-summary-edit-local-kill}).
20007
20008 @item M-K
20009 @kindex M-K (Summary)
20010 @findex gnus-summary-edit-global-kill
20011 Edit the general kill file (@code{gnus-summary-edit-global-kill}).
20012 @end table
20013
20014 Two group mode functions for editing the kill files:
20015
20016 @table @kbd
20017
20018 @item M-k
20019 @kindex M-k (Group)
20020 @findex gnus-group-edit-local-kill
20021 Edit this group's kill file (@code{gnus-group-edit-local-kill}).
20022
20023 @item M-K
20024 @kindex M-K (Group)
20025 @findex gnus-group-edit-global-kill
20026 Edit the general kill file (@code{gnus-group-edit-global-kill}).
20027 @end table
20028
20029 Kill file variables:
20030
20031 @table @code
20032 @item gnus-kill-file-name
20033 @vindex gnus-kill-file-name
20034 A kill file for the group @samp{soc.motss} is normally called
20035 @file{soc.motss.KILL}.  The suffix appended to the group name to get
20036 this file name is detailed by the @code{gnus-kill-file-name} variable.
20037 The ``global'' kill file (not in the score file sense of ``global'', of
20038 course) is just called @file{KILL}.
20039
20040 @vindex gnus-kill-save-kill-file
20041 @item gnus-kill-save-kill-file
20042 If this variable is non-@code{nil}, Gnus will save the
20043 kill file after processing, which is necessary if you use expiring
20044 kills.
20045
20046 @item gnus-apply-kill-hook
20047 @vindex gnus-apply-kill-hook
20048 @findex gnus-apply-kill-file-unless-scored
20049 @findex gnus-apply-kill-file
20050 A hook called to apply kill files to a group.  It is
20051 @code{(gnus-apply-kill-file)} by default.  If you want to ignore the
20052 kill file if you have a score file for the same group, you can set this
20053 hook to @code{(gnus-apply-kill-file-unless-scored)}.  If you don't want
20054 kill files to be processed, you should set this variable to @code{nil}.
20055
20056 @item gnus-kill-file-mode-hook
20057 @vindex gnus-kill-file-mode-hook
20058 A hook called in kill-file mode buffers.
20059
20060 @end table
20061
20062
20063 @node Converting Kill Files
20064 @section Converting Kill Files
20065 @cindex kill files
20066 @cindex converting kill files
20067
20068 If you have loads of old kill files, you may want to convert them into
20069 score files.  If they are ``regular'', you can use
20070 the @file{gnus-kill-to-score.el} package; if not, you'll have to do it
20071 by hand.
20072
20073 The kill to score conversion package isn't included in Gnus by default.
20074 You can fetch it from
20075 @uref{http://www.stud.ifi.uio.no/~larsi/ding-various/gnus-kill-to-score.el}.
20076
20077 If your old kill files are very complex---if they contain more
20078 non-@code{gnus-kill} forms than not, you'll have to convert them by
20079 hand.  Or just let them be as they are.  Gnus will still use them as
20080 before.
20081
20082
20083 @node Advanced Scoring
20084 @section Advanced Scoring
20085
20086 Scoring on Subjects and From headers is nice enough, but what if you're
20087 really interested in what a person has to say only when she's talking
20088 about a particular subject?  Or what if you really don't want to
20089 read what person A has to say when she's following up to person B, but
20090 want to read what she says when she's following up to person C?
20091
20092 By using advanced scoring rules you may create arbitrarily complex
20093 scoring patterns.
20094
20095 @menu
20096 * Advanced Scoring Syntax::     A definition.
20097 * Advanced Scoring Examples::   What they look like.
20098 * Advanced Scoring Tips::       Getting the most out of it.
20099 @end menu
20100
20101
20102 @node Advanced Scoring Syntax
20103 @subsection Advanced Scoring Syntax
20104
20105 Ordinary scoring rules have a string as the first element in the rule.
20106 Advanced scoring rules have a list as the first element.  The second
20107 element is the score to be applied if the first element evaluated to a
20108 non-@code{nil} value.
20109
20110 These lists may consist of three logical operators, one redirection
20111 operator, and various match operators.
20112
20113 Logical operators:
20114
20115 @table @code
20116 @item &
20117 @itemx and
20118 This logical operator will evaluate each of its arguments until it finds
20119 one that evaluates to @code{false}, and then it'll stop.  If all arguments
20120 evaluate to @code{true} values, then this operator will return
20121 @code{true}.
20122
20123 @item |
20124 @itemx or
20125 This logical operator will evaluate each of its arguments until it finds
20126 one that evaluates to @code{true}.  If no arguments are @code{true},
20127 then this operator will return @code{false}.
20128
20129 @item !
20130 @itemx not
20131 @itemx Â¬
20132 This logical operator only takes a single argument.  It returns the
20133 logical negation of the value of its argument.
20134
20135 @end table
20136
20137 There is an @dfn{indirection operator} that will make its arguments
20138 apply to the ancestors of the current article being scored.  For
20139 instance, @code{1-} will make score rules apply to the parent of the
20140 current article.  @code{2-} will make score rules apply to the
20141 grandparent of the current article.  Alternatively, you can write
20142 @code{^^}, where the number of @code{^}s (carets) says how far back into
20143 the ancestry you want to go.
20144
20145 Finally, we have the match operators.  These are the ones that do the
20146 real work.  Match operators are header name strings followed by a match
20147 and a match type.  A typical match operator looks like @samp{("from"
20148 "Lars Ingebrigtsen" s)}.  The header names are the same as when using
20149 simple scoring, and the match types are also the same.
20150
20151
20152 @node Advanced Scoring Examples
20153 @subsection Advanced Scoring Examples
20154
20155 Please note that the following examples are score file rules.  To
20156 make a complete score file from them, surround them with another pair
20157 of parentheses.
20158
20159 Let's say you want to increase the score of articles written by Lars
20160 when he's talking about Gnus:
20161
20162 @example
20163 @group
20164 ((&
20165   ("from" "Lars Ingebrigtsen")
20166   ("subject" "Gnus"))
20167  1000)
20168 @end group
20169 @end example
20170
20171 Quite simple, huh?
20172
20173 When he writes long articles, he sometimes has something nice to say:
20174
20175 @example
20176 ((&
20177   ("from" "Lars Ingebrigtsen")
20178   (|
20179    ("subject" "Gnus")
20180    ("lines" 100 >)))
20181  1000)
20182 @end example
20183
20184 However, when he responds to things written by Reig Eigil Logge, you
20185 really don't want to read what he's written:
20186
20187 @example
20188 ((&
20189   ("from" "Lars Ingebrigtsen")
20190   (1- ("from" "Reig Eigir Logge")))
20191  -100000)
20192 @end example
20193
20194 Everybody that follows up Redmondo when he writes about disappearing
20195 socks should have their scores raised, but only when they talk about
20196 white socks.  However, when Lars talks about socks, it's usually not
20197 very interesting:
20198
20199 @example
20200 ((&
20201   (1-
20202    (&
20203     ("from" "redmondo@@.*no" r)
20204     ("body" "disappearing.*socks" t)))
20205   (! ("from" "Lars Ingebrigtsen"))
20206   ("body" "white.*socks"))
20207  1000)
20208 @end example
20209
20210 The possibilities are endless.
20211
20212
20213 @node Advanced Scoring Tips
20214 @subsection Advanced Scoring Tips
20215
20216 The @code{&} and @code{|} logical operators do short-circuit logic.
20217 That is, they stop processing their arguments when it's clear what the
20218 result of the operation will be.  For instance, if one of the arguments
20219 of an @code{&} evaluates to @code{false}, there's no point in evaluating
20220 the rest of the arguments.  This means that you should put slow matches
20221 (@samp{body}, @samp{header}) last and quick matches (@samp{from},
20222 @samp{subject}) first.
20223
20224 The indirection arguments (@code{1-} and so on) will make their
20225 arguments work on previous generations of the thread.  If you say
20226 something like:
20227
20228 @example
20229 ...
20230 (1-
20231  (1-
20232   ("from" "lars")))
20233 ...
20234 @end example
20235
20236 Then that means "score on the from header of the grandparent of the
20237 current article".  An indirection is quite fast, but it's better to say:
20238
20239 @example
20240 (1-
20241  (&
20242   ("from" "Lars")
20243   ("subject" "Gnus")))
20244 @end example
20245
20246 than it is to say:
20247
20248 @example
20249 (&
20250  (1- ("from" "Lars"))
20251  (1- ("subject" "Gnus")))
20252 @end example
20253
20254
20255 @node Score Decays
20256 @section Score Decays
20257 @cindex score decays
20258 @cindex decays
20259
20260 You may find that your scores have a tendency to grow without
20261 bounds, especially if you're using adaptive scoring.  If scores get too
20262 big, they lose all meaning---they simply max out and it's difficult to
20263 use them in any sensible way.
20264
20265 @vindex gnus-decay-scores
20266 @findex gnus-decay-score
20267 @vindex gnus-decay-score-function
20268 Gnus provides a mechanism for decaying scores to help with this problem.
20269 When score files are loaded and @code{gnus-decay-scores} is
20270 non-@code{nil}, Gnus will run the score files through the decaying
20271 mechanism thereby lowering the scores of all non-permanent score rules.
20272 The decay itself if performed by the @code{gnus-decay-score-function}
20273 function, which is @code{gnus-decay-score} by default.  Here's the
20274 definition of that function:
20275
20276 @lisp
20277 (defun gnus-decay-score (score)
20278   "Decay SCORE according to `gnus-score-decay-constant'
20279 and `gnus-score-decay-scale'."
20280   (let ((n (- score
20281               (* (if (< score 0) -1 1)
20282                  (min (abs score)
20283                       (max gnus-score-decay-constant
20284                            (* (abs score)
20285                               gnus-score-decay-scale)))))))
20286     (if (and (featurep 'xemacs)
20287              ;; XEmacs' floor can handle only the floating point
20288              ;; number below the half of the maximum integer.
20289              (> (abs n) (lsh -1 -2)))
20290         (string-to-number
20291          (car (split-string (number-to-string n) "\\.")))
20292       (floor n))))
20293 @end lisp
20294
20295 @vindex gnus-score-decay-scale
20296 @vindex gnus-score-decay-constant
20297 @code{gnus-score-decay-constant} is 3 by default and
20298 @code{gnus-score-decay-scale} is 0.05.  This should cause the following:
20299
20300 @enumerate
20301 @item
20302 Scores between -3 and 3 will be set to 0 when this function is called.
20303
20304 @item
20305 Scores with magnitudes between 3 and 60 will be shrunk by 3.
20306
20307 @item
20308 Scores with magnitudes greater than 60 will be shrunk by 5% of the
20309 score.
20310 @end enumerate
20311
20312 If you don't like this decay function, write your own.  It is called
20313 with the score to be decayed as its only parameter, and it should return
20314 the new score, which should be an integer.
20315
20316 Gnus will try to decay scores once a day.  If you haven't run Gnus for
20317 four days, Gnus will decay the scores four times, for instance.
20318
20319 @iftex
20320 @iflatex
20321 @chapter Message
20322 @include message.texi
20323 @chapter Emacs MIME
20324 @include emacs-mime.texi
20325 @chapter Sieve
20326 @include sieve.texi
20327 @c @chapter PGG
20328 @c @include pgg.texi
20329 @c @chapter SASL
20330 @c @include sasl.texi
20331 @end iflatex
20332 @end iftex
20333
20334 @node Various
20335 @chapter Various
20336
20337 @menu
20338 * Process/Prefix::              A convention used by many treatment commands.
20339 * Interactive::                 Making Gnus ask you many questions.
20340 * Symbolic Prefixes::           How to supply some Gnus functions with options.
20341 * Formatting Variables::        You can specify what buffers should look like.
20342 * Window Layout::               Configuring the Gnus buffer windows.
20343 * Faces and Fonts::             How to change how faces look.
20344 * Compilation::                 How to speed Gnus up.
20345 * Mode Lines::                  Displaying information in the mode lines.
20346 * Highlighting and Menus::      Making buffers look all nice and cozy.
20347 * Buttons::                     Get tendinitis in ten easy steps!
20348 * Daemons::                     Gnus can do things behind your back.
20349 * NoCeM::                       How to avoid spam and other fatty foods.
20350 * Undo::                        Some actions can be undone.
20351 * Predicate Specifiers::        Specifying predicates.
20352 * Moderation::                  What to do if you're a moderator.
20353 * Image Enhancements::          Modern versions of Emacs/XEmacs can display images.
20354 * Fuzzy Matching::              What's the big fuzz?
20355 * Thwarting Email Spam::        A how-to on avoiding unsolicited commercial email.
20356 * Other modes::                 Interaction with other modes.
20357 * Various Various::             Things that are really various.
20358 @end menu
20359
20360
20361 @node Process/Prefix
20362 @section Process/Prefix
20363 @cindex process/prefix convention
20364
20365 Many functions, among them functions for moving, decoding and saving
20366 articles, use what is known as the @dfn{Process/Prefix convention}.
20367
20368 This is a method for figuring out what articles the user wants the
20369 command to be performed on.
20370
20371 It goes like this:
20372
20373 If the numeric prefix is N, perform the operation on the next N
20374 articles, starting with the current one.  If the numeric prefix is
20375 negative, perform the operation on the previous N articles, starting
20376 with the current one.
20377
20378 @vindex transient-mark-mode
20379 If @code{transient-mark-mode} in non-@code{nil} and the region is
20380 active, all articles in the region will be worked upon.
20381
20382 If there is no numeric prefix, but some articles are marked with the
20383 process mark, perform the operation on the articles marked with
20384 the process mark.
20385
20386 If there is neither a numeric prefix nor any articles marked with the
20387 process mark, just perform the operation on the current article.
20388
20389 Quite simple, really, but it needs to be made clear so that surprises
20390 are avoided.
20391
20392 Commands that react to the process mark will push the current list of
20393 process marked articles onto a stack and will then clear all process
20394 marked articles.  You can restore the previous configuration with the
20395 @kbd{M P y} command (@pxref{Setting Process Marks}).
20396
20397 @vindex gnus-summary-goto-unread
20398 One thing that seems to shock & horrify lots of people is that, for
20399 instance, @kbd{3 d} does exactly the same as @kbd{d} @kbd{d} @kbd{d}.
20400 Since each @kbd{d} (which marks the current article as read) by default
20401 goes to the next unread article after marking, this means that @kbd{3 d}
20402 will mark the next three unread articles as read, no matter what the
20403 summary buffer looks like.  Set @code{gnus-summary-goto-unread} to
20404 @code{nil} for a more straightforward action.
20405
20406 Many commands do not use the process/prefix convention.  All commands
20407 that do explicitly say so in this manual.  To apply the process/prefix
20408 convention to commands that do not use it, you can use the @kbd{M-&}
20409 command.  For instance, to mark all the articles in the group as
20410 expirable, you could say @kbd{M P b M-& E}.
20411
20412
20413 @node Interactive
20414 @section Interactive
20415 @cindex interaction
20416
20417 @table @code
20418
20419 @item gnus-novice-user
20420 @vindex gnus-novice-user
20421 If this variable is non-@code{nil}, you are either a newcomer to the
20422 World of Usenet, or you are very cautious, which is a nice thing to be,
20423 really.  You will be given questions of the type ``Are you sure you want
20424 to do this?'' before doing anything dangerous.  This is @code{t} by
20425 default.
20426
20427 @item gnus-expert-user
20428 @vindex gnus-expert-user
20429 If this variable is non-@code{nil}, you will seldom be asked any
20430 questions by Gnus.  It will simply assume you know what you're doing, no
20431 matter how strange.
20432
20433 @item gnus-interactive-catchup
20434 @vindex gnus-interactive-catchup
20435 Require confirmation before catching up a group if non-@code{nil}.  It
20436 is @code{t} by default.
20437
20438 @item gnus-interactive-exit
20439 @vindex gnus-interactive-exit
20440 Require confirmation before exiting Gnus.  This variable is @code{t} by
20441 default.
20442 @end table
20443
20444
20445 @node Symbolic Prefixes
20446 @section Symbolic Prefixes
20447 @cindex symbolic prefixes
20448
20449 Quite a lot of Emacs commands react to the (numeric) prefix.  For
20450 instance, @kbd{C-u 4 C-f} moves point four characters forward, and
20451 @kbd{C-u 9 0 0 I s s p} adds a permanent @code{Subject} substring score
20452 rule of 900 to the current article.
20453
20454 This is all nice and well, but what if you want to give a command some
20455 additional information?  Well, what most commands do is interpret the
20456 ``raw'' prefix in some special way.  @kbd{C-u 0 C-x C-s} means that one
20457 doesn't want a backup file to be created when saving the current buffer,
20458 for instance.  But what if you want to save without making a backup
20459 file, and you want Emacs to flash lights and play a nice tune at the
20460 same time?  You can't, and you're probably perfectly happy that way.
20461
20462 @kindex M-i (Summary)
20463 @findex gnus-symbolic-argument
20464 I'm not, so I've added a second prefix---the @dfn{symbolic prefix}.  The
20465 prefix key is @kbd{M-i} (@code{gnus-symbolic-argument}), and the next
20466 character typed in is the value.  You can stack as many @kbd{M-i}
20467 prefixes as you want.  @kbd{M-i a C-M-u} means ``feed the @kbd{C-M-u}
20468 command the symbolic prefix @code{a}''.  @kbd{M-i a M-i b C-M-u} means
20469 ``feed the @kbd{C-M-u} command the symbolic prefixes @code{a} and
20470 @code{b}''.  You get the drift.
20471
20472 Typing in symbolic prefixes to commands that don't accept them doesn't
20473 hurt, but it doesn't do any good either.  Currently not many Gnus
20474 functions make use of the symbolic prefix.
20475
20476 If you're interested in how Gnus implements this, @pxref{Extended
20477 Interactive}.
20478
20479
20480 @node Formatting Variables
20481 @section Formatting Variables
20482 @cindex formatting variables
20483
20484 Throughout this manual you've probably noticed lots of variables called
20485 things like @code{gnus-group-line-format} and
20486 @code{gnus-summary-mode-line-format}.  These control how Gnus is to
20487 output lines in the various buffers.  There's quite a lot of them.
20488 Fortunately, they all use the same syntax, so there's not that much to
20489 be annoyed by.
20490
20491 Here's an example format spec (from the group buffer): @samp{%M%S%5y:
20492 %(%g%)\n}.  We see that it is indeed extremely ugly, and that there are
20493 lots of percentages everywhere.
20494
20495 @menu
20496 * Formatting Basics::           A formatting variable is basically a format string.
20497 * Mode Line Formatting::        Some rules about mode line formatting variables.
20498 * Advanced Formatting::         Modifying output in various ways.
20499 * User-Defined Specs::          Having Gnus call your own functions.
20500 * Formatting Fonts::            Making the formatting look colorful and nice.
20501 * Positioning Point::           Moving point to a position after an operation.
20502 * Tabulation::                  Tabulating your output.
20503 * Wide Characters::             Dealing with wide characters.
20504 @end menu
20505
20506 Currently Gnus uses the following formatting variables:
20507 @code{gnus-group-line-format}, @code{gnus-summary-line-format},
20508 @code{gnus-server-line-format}, @code{gnus-topic-line-format},
20509 @code{gnus-group-mode-line-format},
20510 @code{gnus-summary-mode-line-format},
20511 @code{gnus-article-mode-line-format},
20512 @code{gnus-server-mode-line-format}, and
20513 @code{gnus-summary-pick-line-format}.
20514
20515 All these format variables can also be arbitrary elisp forms.  In that
20516 case, they will be @code{eval}ed to insert the required lines.
20517
20518 @kindex M-x gnus-update-format
20519 @findex gnus-update-format
20520 Gnus includes a command to help you while creating your own format
20521 specs.  @kbd{M-x gnus-update-format} will @code{eval} the current form,
20522 update the spec in question and pop you to a buffer where you can
20523 examine the resulting Lisp code to be run to generate the line.
20524
20525
20526
20527 @node Formatting Basics
20528 @subsection Formatting Basics
20529
20530 Each @samp{%} element will be replaced by some string or other when the
20531 buffer in question is generated.  @samp{%5y} means ``insert the @samp{y}
20532 spec, and pad with spaces to get a 5-character field''.
20533
20534 As with normal C and Emacs Lisp formatting strings, the numerical
20535 modifier between the @samp{%} and the formatting type character will
20536 @dfn{pad} the output so that it is always at least that long.
20537 @samp{%5y} will make the field always (at least) five characters wide by
20538 padding with spaces to the left.  If you say @samp{%-5y}, it will pad to
20539 the right instead.
20540
20541 You may also wish to limit the length of the field to protect against
20542 particularly wide values.  For that you can say @samp{%4,6y}, which
20543 means that the field will never be more than 6 characters wide and never
20544 less than 4 characters wide.
20545
20546 Also Gnus supports some extended format specifications, such as
20547 @samp{%&user-date;}.
20548
20549
20550 @node Mode Line Formatting
20551 @subsection Mode Line Formatting
20552
20553 Mode line formatting variables (e.g.,
20554 @code{gnus-summary-mode-line-format}) follow the same rules as other,
20555 buffer line oriented formatting variables (@pxref{Formatting Basics})
20556 with the following two differences:
20557
20558 @enumerate
20559
20560 @item
20561 There must be no newline (@samp{\n}) at the end.
20562
20563 @item
20564 The special @samp{%%b} spec can be used to display the buffer name.
20565 Well, it's no spec at all, really---@samp{%%} is just a way to quote
20566 @samp{%} to allow it to pass through the formatting machinery unmangled,
20567 so that Emacs receives @samp{%b}, which is something the Emacs mode line
20568 display interprets to mean ``show the buffer name''.  For a full list of
20569 mode line specs Emacs understands, see the documentation of the
20570 @code{mode-line-format} variable.
20571
20572 @end enumerate
20573
20574
20575 @node Advanced Formatting
20576 @subsection Advanced Formatting
20577
20578 It is frequently useful to post-process the fields in some way.
20579 Padding, limiting, cutting off parts and suppressing certain values can
20580 be achieved by using @dfn{tilde modifiers}.  A typical tilde spec might
20581 look like @samp{%~(cut 3)~(ignore "0")y}.
20582
20583 These are the valid modifiers:
20584
20585 @table @code
20586 @item pad
20587 @itemx pad-left
20588 Pad the field to the left with spaces until it reaches the required
20589 length.
20590
20591 @item pad-right
20592 Pad the field to the right with spaces until it reaches the required
20593 length.
20594
20595 @item max
20596 @itemx max-left
20597 Cut off characters from the left until it reaches the specified length.
20598
20599 @item max-right
20600 Cut off characters from the right until it reaches the specified
20601 length.
20602
20603 @item cut
20604 @itemx cut-left
20605 Cut off the specified number of characters from the left.
20606
20607 @item cut-right
20608 Cut off the specified number of characters from the right.
20609
20610 @item ignore
20611 Return an empty string if the field is equal to the specified value.
20612
20613 @item form
20614 Use the specified form as the field value when the @samp{@@} spec is
20615 used.
20616
20617 Here's an example:
20618
20619 @lisp
20620 "~(form (current-time-string))@@"
20621 @end lisp
20622
20623 @end table
20624
20625 Let's take an example.  The @samp{%o} spec in the summary mode lines
20626 will return a date in compact ISO8601 format---@samp{19960809T230410}.
20627 This is quite a mouthful, so we want to shave off the century number and
20628 the time, leaving us with a six-character date.  That would be
20629 @samp{%~(cut-left 2)~(max-right 6)~(pad 6)o}.  (Cutting is done before
20630 maxing, and we need the padding to ensure that the date is never less
20631 than 6 characters to make it look nice in columns.)
20632
20633 Ignoring is done first; then cutting; then maxing; and then as the very
20634 last operation, padding.
20635
20636 @vindex gnus-compile-user-specs
20637 If @code{gnus-compile-user-specs} is set to @code{nil} (@code{t} by
20638 default) with your strong personality, and use a lots of these advanced
20639 thingies, you'll find that Gnus gets quite slow.  This can be helped
20640 enormously by running @kbd{M-x gnus-compile} when you are satisfied with
20641 the look of your lines.
20642 @xref{Compilation}.
20643
20644
20645 @node User-Defined Specs
20646 @subsection User-Defined Specs
20647
20648 All the specs allow for inserting user defined specifiers---@samp{u}.
20649 The next character in the format string should be a letter.  Gnus
20650 will call the function @code{gnus-user-format-function-}@samp{X}, where
20651 @samp{X} is the letter following @samp{%u}.  The function will be passed
20652 a single parameter---what the parameter means depends on what buffer
20653 it's being called from.  The function should return a string, which will
20654 be inserted into the buffer just like information from any other
20655 specifier.  This function may also be called with dummy values, so it
20656 should protect against that.
20657
20658 Also Gnus supports extended user-defined specs, such as @samp{%u&foo;}.
20659 Gnus will call the function @code{gnus-user-format-function-}@samp{foo}.
20660
20661 You can also use tilde modifiers (@pxref{Advanced Formatting} to achieve
20662 much the same without defining new functions.  Here's an example:
20663 @samp{%~(form (count-lines (point-min) (point)))@@}.  The form
20664 given here will be evaluated to yield the current line number, and then
20665 inserted.
20666
20667
20668 @node Formatting Fonts
20669 @subsection Formatting Fonts
20670
20671 There are specs for highlighting, and these are shared by all the format
20672 variables.  Text inside the @samp{%(} and @samp{%)} specifiers will get
20673 the special @code{mouse-face} property set, which means that it will be
20674 highlighted (with @code{gnus-mouse-face}) when you put the mouse pointer
20675 over it.
20676
20677 Text inside the @samp{%@{} and @samp{%@}} specifiers will have their
20678 normal faces set using @code{gnus-face-0}, which is @code{bold} by
20679 default.  If you say @samp{%1@{}, you'll get @code{gnus-face-1} instead,
20680 and so on.  Create as many faces as you wish.  The same goes for the
20681 @code{mouse-face} specs---you can say @samp{%3(hello%)} to have
20682 @samp{hello} mouse-highlighted with @code{gnus-mouse-face-3}.
20683
20684 Text inside the @samp{%<<} and @samp{%>>} specifiers will get the
20685 special @code{balloon-help} property set to
20686 @code{gnus-balloon-face-0}.  If you say @samp{%1<<}, you'll get
20687 @code{gnus-balloon-face-1} and so on.  The @code{gnus-balloon-face-*}
20688 variables should be either strings or symbols naming functions that
20689 return a string.  When the mouse passes over text with this property
20690 set, a balloon window will appear and display the string.  Please
20691 refer to @ref{Tooltips, ,Tooltips, emacs, The Emacs Manual},
20692 (in GNU Emacs) or the doc string of @code{balloon-help-mode} (in
20693 XEmacs) for more information on this.  (For technical reasons, the
20694 guillemets have been approximated as @samp{<<} and @samp{>>} in this
20695 paragraph.)
20696
20697 Here's an alternative recipe for the group buffer:
20698
20699 @lisp
20700 ;; @r{Create three face types.}
20701 (setq gnus-face-1 'bold)
20702 (setq gnus-face-3 'italic)
20703
20704 ;; @r{We want the article count to be in}
20705 ;; @r{a bold and green face.  So we create}
20706 ;; @r{a new face called @code{my-green-bold}.}
20707 (copy-face 'bold 'my-green-bold)
20708 ;; @r{Set the color.}
20709 (set-face-foreground 'my-green-bold "ForestGreen")
20710 (setq gnus-face-2 'my-green-bold)
20711
20712 ;; @r{Set the new & fancy format.}
20713 (setq gnus-group-line-format
20714       "%M%S%3@{%5y%@}%2[:%] %(%1@{%g%@}%)\n")
20715 @end lisp
20716
20717 I'm sure you'll be able to use this scheme to create totally unreadable
20718 and extremely vulgar displays.  Have fun!
20719
20720 Note that the @samp{%(} specs (and friends) do not make any sense on the
20721 mode-line variables.
20722
20723 @node Positioning Point
20724 @subsection Positioning Point
20725
20726 Gnus usually moves point to a pre-defined place on each line in most
20727 buffers.  By default, point move to the first colon character on the
20728 line.  You can customize this behaviour in three different ways.
20729
20730 You can move the colon character to somewhere else on the line.
20731
20732 @findex gnus-goto-colon
20733 You can redefine the function that moves the point to the colon.  The
20734 function is called @code{gnus-goto-colon}.
20735
20736 But perhaps the most convenient way to deal with this, if you don't want
20737 to have a colon in your line, is to use the @samp{%*} specifier.  If you
20738 put a @samp{%*} somewhere in your format line definition, Gnus will
20739 place point there.
20740
20741
20742 @node Tabulation
20743 @subsection Tabulation
20744
20745 You can usually line up your displays by padding and cutting your
20746 strings.  However, when combining various strings of different size, it
20747 can often be more convenient to just output the strings, and then worry
20748 about lining up the following text afterwards.
20749
20750 To do that, Gnus supplies tabulator specs---@samp{%=}.  There are two
20751 different types---@dfn{hard tabulators} and @dfn{soft tabulators}.
20752
20753 @samp{%50=} will insert space characters to pad the line up to column
20754 50.  If the text is already past column 50, nothing will be inserted.
20755 This is the soft tabulator.
20756
20757 @samp{%-50=} will insert space characters to pad the line up to column
20758 50.  If the text is already past column 50, the excess text past column
20759 50 will be removed.  This is the hard tabulator.
20760
20761
20762 @node Wide Characters
20763 @subsection Wide Characters
20764
20765 Fixed width fonts in most countries have characters of the same width.
20766 Some countries, however, use Latin characters mixed with wider
20767 characters---most notable East Asian countries.
20768
20769 The problem is that when formatting, Gnus assumes that if a string is 10
20770 characters wide, it'll be 10 Latin characters wide on the screen.  In
20771 these countries, that's not true.
20772
20773 @vindex gnus-use-correct-string-widths
20774 To help fix this, you can set @code{gnus-use-correct-string-widths} to
20775 @code{t}.  This makes buffer generation slower, but the results will be
20776 prettier.  The default value under XEmacs is @code{t} but @code{nil}
20777 for Emacs.
20778
20779
20780 @node Window Layout
20781 @section Window Layout
20782 @cindex window layout
20783
20784 No, there's nothing here about X, so be quiet.
20785
20786 @vindex gnus-use-full-window
20787 If @code{gnus-use-full-window} non-@code{nil}, Gnus will delete all
20788 other windows and occupy the entire Emacs screen by itself.  It is
20789 @code{t} by default.
20790
20791 Setting this variable to @code{nil} kinda works, but there are
20792 glitches.  Use at your own peril.
20793
20794 @vindex gnus-buffer-configuration
20795 @code{gnus-buffer-configuration} describes how much space each Gnus
20796 buffer should be given.  Here's an excerpt of this variable:
20797
20798 @lisp
20799 ((group (vertical 1.0 (group 1.0 point)
20800                       (if gnus-carpal (group-carpal 4))))
20801  (article (vertical 1.0 (summary 0.25 point)
20802                         (article 1.0))))
20803 @end lisp
20804
20805 This is an alist.  The @dfn{key} is a symbol that names some action or
20806 other.  For instance, when displaying the group buffer, the window
20807 configuration function will use @code{group} as the key.  A full list of
20808 possible names is listed below.
20809
20810 The @dfn{value} (i.e., the @dfn{split}) says how much space each buffer
20811 should occupy.  To take the @code{article} split as an example -
20812
20813 @lisp
20814 (article (vertical 1.0 (summary 0.25 point)
20815                        (article 1.0)))
20816 @end lisp
20817
20818 This @dfn{split} says that the summary buffer should occupy 25% of upper
20819 half of the screen, and that it is placed over the article buffer.  As
20820 you may have noticed, 100% + 25% is actually 125% (yup, I saw y'all
20821 reaching for that calculator there).  However, the special number
20822 @code{1.0} is used to signal that this buffer should soak up all the
20823 rest of the space available after the rest of the buffers have taken
20824 whatever they need.  There should be only one buffer with the @code{1.0}
20825 size spec per split.
20826
20827 Point will be put in the buffer that has the optional third element
20828 @code{point}.  In a @code{frame} split, the last subsplit having a leaf
20829 split where the tag @code{frame-focus} is a member (i.e. is the third or
20830 fourth element in the list, depending on whether the @code{point} tag is
20831 present) gets focus.
20832
20833 Here's a more complicated example:
20834
20835 @lisp
20836 (article (vertical 1.0 (group 4)
20837                        (summary 0.25 point)
20838                        (if gnus-carpal (summary-carpal 4))
20839                        (article 1.0)))
20840 @end lisp
20841
20842 If the size spec is an integer instead of a floating point number,
20843 then that number will be used to say how many lines a buffer should
20844 occupy, not a percentage.
20845
20846 If the @dfn{split} looks like something that can be @code{eval}ed (to be
20847 precise---if the @code{car} of the split is a function or a subr), this
20848 split will be @code{eval}ed.  If the result is non-@code{nil}, it will
20849 be used as a split.  This means that there will be three buffers if
20850 @code{gnus-carpal} is @code{nil}, and four buffers if @code{gnus-carpal}
20851 is non-@code{nil}.
20852
20853 Not complicated enough for you?  Well, try this on for size:
20854
20855 @lisp
20856 (article (horizontal 1.0
20857              (vertical 0.5
20858                  (group 1.0)
20859                  (gnus-carpal 4))
20860              (vertical 1.0
20861                  (summary 0.25 point)
20862                  (summary-carpal 4)
20863                  (article 1.0))))
20864 @end lisp
20865
20866 Whoops.  Two buffers with the mystery 100% tag.  And what's that
20867 @code{horizontal} thingie?
20868
20869 If the first element in one of the split is @code{horizontal}, Gnus will
20870 split the window horizontally, giving you two windows side-by-side.
20871 Inside each of these strips you may carry on all you like in the normal
20872 fashion.  The number following @code{horizontal} says what percentage of
20873 the screen is to be given to this strip.
20874
20875 For each split, there @emph{must} be one element that has the 100% tag.
20876 The splitting is never accurate, and this buffer will eat any leftover
20877 lines from the splits.
20878
20879 To be slightly more formal, here's a definition of what a valid split
20880 may look like:
20881
20882 @example
20883 @group
20884 split      = frame | horizontal | vertical | buffer | form
20885 frame      = "(frame " size *split ")"
20886 horizontal = "(horizontal " size *split ")"
20887 vertical   = "(vertical " size *split ")"
20888 buffer     = "(" buf-name " " size *[ "point" ] *[ "frame-focus"] ")"
20889 size       = number | frame-params
20890 buf-name   = group | article | summary ...
20891 @end group
20892 @end example
20893
20894 The limitations are that the @code{frame} split can only appear as the
20895 top-level split.  @var{form} should be an Emacs Lisp form that should
20896 return a valid split.  We see that each split is fully recursive, and
20897 may contain any number of @code{vertical} and @code{horizontal} splits.
20898
20899 @vindex gnus-window-min-width
20900 @vindex gnus-window-min-height
20901 @cindex window height
20902 @cindex window width
20903 Finding the right sizes can be a bit complicated.  No window may be less
20904 than @code{gnus-window-min-height} (default 1) characters high, and all
20905 windows must be at least @code{gnus-window-min-width} (default 1)
20906 characters wide.  Gnus will try to enforce this before applying the
20907 splits.  If you want to use the normal Emacs window width/height limit,
20908 you can just set these two variables to @code{nil}.
20909
20910 If you're not familiar with Emacs terminology, @code{horizontal} and
20911 @code{vertical} splits may work the opposite way of what you'd expect.
20912 Windows inside a @code{horizontal} split are shown side-by-side, and
20913 windows within a @code{vertical} split are shown above each other.
20914
20915 @findex gnus-configure-frame
20916 If you want to experiment with window placement, a good tip is to call
20917 @code{gnus-configure-frame} directly with a split.  This is the function
20918 that does all the real work when splitting buffers.  Below is a pretty
20919 nonsensical configuration with 5 windows; two for the group buffer and
20920 three for the article buffer.  (I said it was nonsensical.)  If you
20921 @code{eval} the statement below, you can get an idea of how that would
20922 look straight away, without going through the normal Gnus channels.
20923 Play with it until you're satisfied, and then use
20924 @code{gnus-add-configuration} to add your new creation to the buffer
20925 configuration list.
20926
20927 @lisp
20928 (gnus-configure-frame
20929  '(horizontal 1.0
20930     (vertical 10
20931       (group 1.0)
20932       (article 0.3 point))
20933     (vertical 1.0
20934       (article 1.0)
20935       (horizontal 4
20936         (group 1.0)
20937         (article 10)))))
20938 @end lisp
20939
20940 You might want to have several frames as well.  No prob---just use the
20941 @code{frame} split:
20942
20943 @lisp
20944 (gnus-configure-frame
20945  '(frame 1.0
20946          (vertical 1.0
20947                    (summary 0.25 point frame-focus)
20948                    (article 1.0))
20949          (vertical ((height . 5) (width . 15)
20950                     (user-position . t)
20951                     (left . -1) (top . 1))
20952                    (picon 1.0))))
20953
20954 @end lisp
20955
20956 This split will result in the familiar summary/article window
20957 configuration in the first (or ``main'') frame, while a small additional
20958 frame will be created where picons will be shown.  As you can see,
20959 instead of the normal @code{1.0} top-level spec, each additional split
20960 should have a frame parameter alist as the size spec.
20961 @xref{Frame Parameters, , Frame Parameters, elisp, The GNU Emacs Lisp
20962 Reference Manual}.  Under XEmacs, a frame property list will be
20963 accepted, too---for instance, @code{(height 5 width 15 left -1 top 1)}
20964 is such a plist.
20965 The list of all possible keys for @code{gnus-buffer-configuration} can
20966 be found in its default value.
20967
20968 Note that the @code{message} key is used for both
20969 @code{gnus-group-mail} and @code{gnus-summary-mail-other-window}.  If
20970 it is desirable to distinguish between the two, something like this
20971 might be used:
20972
20973 @lisp
20974 (message (horizontal 1.0
20975                      (vertical 1.0 (message 1.0 point))
20976                      (vertical 0.24
20977                                (if (buffer-live-p gnus-summary-buffer)
20978                                    '(summary 0.5))
20979                                (group 1.0))))
20980 @end lisp
20981
20982 One common desire for a multiple frame split is to have a separate frame
20983 for composing mail and news while leaving the original frame intact.  To
20984 accomplish that, something like the following can be done:
20985
20986 @lisp
20987 (message
20988   (frame 1.0
20989          (if (not (buffer-live-p gnus-summary-buffer))
20990              (car (cdr (assoc 'group gnus-buffer-configuration)))
20991            (car (cdr (assoc 'summary gnus-buffer-configuration))))
20992          (vertical ((user-position . t) (top . 1) (left . 1)
20993                     (name . "Message"))
20994                    (message 1.0 point))))
20995 @end lisp
20996
20997 @findex gnus-add-configuration
20998 Since the @code{gnus-buffer-configuration} variable is so long and
20999 complicated, there's a function you can use to ease changing the config
21000 of a single setting: @code{gnus-add-configuration}.  If, for instance,
21001 you want to change the @code{article} setting, you could say:
21002
21003 @lisp
21004 (gnus-add-configuration
21005  '(article (vertical 1.0
21006                (group 4)
21007                (summary .25 point)
21008                (article 1.0))))
21009 @end lisp
21010
21011 You'd typically stick these @code{gnus-add-configuration} calls in your
21012 @file{~/.gnus.el} file or in some startup hook---they should be run after
21013 Gnus has been loaded.
21014
21015 @vindex gnus-always-force-window-configuration
21016 If all windows mentioned in the configuration are already visible, Gnus
21017 won't change the window configuration.  If you always want to force the
21018 ``right'' window configuration, you can set
21019 @code{gnus-always-force-window-configuration} to non-@code{nil}.
21020
21021 If you're using tree displays (@pxref{Tree Display}), and the tree
21022 window is displayed vertically next to another window, you may also want
21023 to fiddle with @code{gnus-tree-minimize-window} to avoid having the
21024 windows resized.
21025
21026 @subsection Example Window Configurations
21027
21028 @itemize @bullet
21029 @item
21030 Narrow left hand side occupied by group buffer.  Right hand side split
21031 between summary buffer (top one-sixth) and article buffer (bottom).
21032
21033 @ifinfo
21034 @example
21035 +---+---------+
21036 | G | Summary |
21037 | r +---------+
21038 | o |         |
21039 | u | Article |
21040 | p |         |
21041 +---+---------+
21042 @end example
21043 @end ifinfo
21044
21045 @lisp
21046 (gnus-add-configuration
21047  '(article
21048    (horizontal 1.0
21049                (vertical 25 (group 1.0))
21050                (vertical 1.0
21051                          (summary 0.16 point)
21052                          (article 1.0)))))
21053
21054 (gnus-add-configuration
21055  '(summary
21056    (horizontal 1.0
21057                (vertical 25 (group 1.0))
21058                (vertical 1.0 (summary 1.0 point)))))
21059 @end lisp
21060
21061 @end itemize
21062
21063
21064 @node Faces and Fonts
21065 @section Faces and Fonts
21066 @cindex faces
21067 @cindex fonts
21068 @cindex colors
21069
21070 Fiddling with fonts and faces used to be very difficult, but these days
21071 it is very simple.  You simply say @kbd{M-x customize-face}, pick out
21072 the face you want to alter, and alter it via the standard Customize
21073 interface.
21074
21075
21076 @node Compilation
21077 @section Compilation
21078 @cindex compilation
21079 @cindex byte-compilation
21080
21081 @findex gnus-compile
21082
21083 Remember all those line format specification variables?
21084 @code{gnus-summary-line-format}, @code{gnus-group-line-format}, and so
21085 on.  By default, T-gnus will use the byte-compiled codes of these
21086 variables and we can keep a slow-down to a minimum.  However, if you set
21087 @code{gnus-compile-user-specs} to @code{nil} (@code{t} by default),
21088 unfortunately, changing them will mean a quite significant slow-down.
21089 (The default values of these variables have byte-compiled functions
21090 associated with them, while the user-generated versions do not, of
21091 course.)
21092
21093 To help with this, you can run @kbd{M-x gnus-compile} after you've
21094 fiddled around with the variables and feel that you're (kind of)
21095 satisfied.  This will result in the new specs being byte-compiled, and
21096 you'll get top speed again.  Note that T-gnus will not save these
21097 compiled specs in the @file{.newsrc.eld} file.
21098
21099 @table @code
21100 @item gnus-compile-user-specs
21101 @vindex gnus-compile-user-specs
21102 If it is non-nil, the user-defined format specs will be byte-compiled
21103 automatically.  The default value of this variable is @code{t}.  It has
21104 an effect on the values of @code{gnus-*-line-format-spec}.
21105 @end table
21106
21107
21108 @node Mode Lines
21109 @section Mode Lines
21110 @cindex mode lines
21111
21112 @vindex gnus-updated-mode-lines
21113 @code{gnus-updated-mode-lines} says what buffers should keep their mode
21114 lines updated.  It is a list of symbols.  Supported symbols include
21115 @code{group}, @code{article}, @code{summary}, @code{server},
21116 @code{browse}, and @code{tree}.  If the corresponding symbol is present,
21117 Gnus will keep that mode line updated with information that may be
21118 pertinent.  If this variable is @code{nil}, screen refresh may be
21119 quicker.
21120
21121 @cindex display-time
21122
21123 @vindex gnus-mode-non-string-length
21124 By default, Gnus displays information on the current article in the mode
21125 lines of the summary and article buffers.  The information Gnus wishes
21126 to display (e.g. the subject of the article) is often longer than the
21127 mode lines, and therefore have to be cut off at some point.  The
21128 @code{gnus-mode-non-string-length} variable says how long the other
21129 elements on the line is (i.e., the non-info part).  If you put
21130 additional elements on the mode line (e.g. a clock), you should modify
21131 this variable:
21132
21133 @c Hook written by Francesco Potorti` <pot@cnuce.cnr.it>
21134 @lisp
21135 (add-hook 'display-time-hook
21136           (lambda () (setq gnus-mode-non-string-length
21137                            (+ 21
21138                               (if line-number-mode 5 0)
21139                               (if column-number-mode 4 0)
21140                               (length display-time-string)))))
21141 @end lisp
21142
21143 If this variable is @code{nil} (which is the default), the mode line
21144 strings won't be chopped off, and they won't be padded either.  Note
21145 that the default is unlikely to be desirable, as even the percentage
21146 complete in the buffer may be crowded off the mode line; the user should
21147 configure this variable appropriately for her configuration.
21148
21149
21150 @node Highlighting and Menus
21151 @section Highlighting and Menus
21152 @cindex visual
21153 @cindex highlighting
21154 @cindex menus
21155
21156 @vindex gnus-visual
21157 The @code{gnus-visual} variable controls most of the Gnus-prettifying
21158 aspects.  If @code{nil}, Gnus won't attempt to create menus or use fancy
21159 colors or fonts.  This will also inhibit loading the @file{gnus-vis.el}
21160 file.
21161
21162 This variable can be a list of visual properties that are enabled.  The
21163 following elements are valid, and are all included by default:
21164
21165 @table @code
21166 @item group-highlight
21167 Do highlights in the group buffer.
21168 @item summary-highlight
21169 Do highlights in the summary buffer.
21170 @item article-highlight
21171 Do highlights in the article buffer.
21172 @item highlight
21173 Turn on highlighting in all buffers.
21174 @item group-menu
21175 Create menus in the group buffer.
21176 @item summary-menu
21177 Create menus in the summary buffers.
21178 @item article-menu
21179 Create menus in the article buffer.
21180 @item browse-menu
21181 Create menus in the browse buffer.
21182 @item server-menu
21183 Create menus in the server buffer.
21184 @item score-menu
21185 Create menus in the score buffers.
21186 @item menu
21187 Create menus in all buffers.
21188 @end table
21189
21190 So if you only want highlighting in the article buffer and menus in all
21191 buffers, you could say something like:
21192
21193 @lisp
21194 (setq gnus-visual '(article-highlight menu))
21195 @end lisp
21196
21197 If you want highlighting only and no menus whatsoever, you'd say:
21198
21199 @lisp
21200 (setq gnus-visual '(highlight))
21201 @end lisp
21202
21203 If @code{gnus-visual} is @code{t}, highlighting and menus will be used
21204 in all Gnus buffers.
21205
21206 Other general variables that influence the look of all buffers include:
21207
21208 @table @code
21209 @item gnus-mouse-face
21210 @vindex gnus-mouse-face
21211 This is the face (i.e., font) used for mouse highlighting in Gnus.  No
21212 mouse highlights will be done if @code{gnus-visual} is @code{nil}.
21213
21214 @end table
21215
21216 There are hooks associated with the creation of all the different menus:
21217
21218 @table @code
21219
21220 @item gnus-article-menu-hook
21221 @vindex gnus-article-menu-hook
21222 Hook called after creating the article mode menu.
21223
21224 @item gnus-group-menu-hook
21225 @vindex gnus-group-menu-hook
21226 Hook called after creating the group mode menu.
21227
21228 @item gnus-summary-menu-hook
21229 @vindex gnus-summary-menu-hook
21230 Hook called after creating the summary mode menu.
21231
21232 @item gnus-server-menu-hook
21233 @vindex gnus-server-menu-hook
21234 Hook called after creating the server mode menu.
21235
21236 @item gnus-browse-menu-hook
21237 @vindex gnus-browse-menu-hook
21238 Hook called after creating the browse mode menu.
21239
21240 @item gnus-score-menu-hook
21241 @vindex gnus-score-menu-hook
21242 Hook called after creating the score mode menu.
21243
21244 @end table
21245
21246
21247 @node Buttons
21248 @section Buttons
21249 @cindex buttons
21250 @cindex mouse
21251 @cindex click
21252
21253 Those new-fangled @dfn{mouse} contraptions is very popular with the
21254 young, hep kids who don't want to learn the proper way to do things
21255 these days.  Why, I remember way back in the summer of '89, when I was
21256 using Emacs on a Tops 20 system.  Three hundred users on one single
21257 machine, and every user was running Simula compilers.  Bah!
21258
21259 Right.
21260
21261 @vindex gnus-carpal
21262 Well, you can make Gnus display bufferfuls of buttons you can click to
21263 do anything by setting @code{gnus-carpal} to @code{t}.  Pretty simple,
21264 really.  Tell the chiropractor I sent you.
21265
21266
21267 @table @code
21268
21269 @item gnus-carpal-mode-hook
21270 @vindex gnus-carpal-mode-hook
21271 Hook run in all carpal mode buffers.
21272
21273 @item gnus-carpal-button-face
21274 @vindex gnus-carpal-button-face
21275 Face used on buttons.
21276
21277 @item gnus-carpal-header-face
21278 @vindex gnus-carpal-header-face
21279 Face used on carpal buffer headers.
21280
21281 @item gnus-carpal-group-buffer-buttons
21282 @vindex gnus-carpal-group-buffer-buttons
21283 Buttons in the group buffer.
21284
21285 @item gnus-carpal-summary-buffer-buttons
21286 @vindex gnus-carpal-summary-buffer-buttons
21287 Buttons in the summary buffer.
21288
21289 @item gnus-carpal-server-buffer-buttons
21290 @vindex gnus-carpal-server-buffer-buttons
21291 Buttons in the server buffer.
21292
21293 @item gnus-carpal-browse-buffer-buttons
21294 @vindex gnus-carpal-browse-buffer-buttons
21295 Buttons in the browse buffer.
21296 @end table
21297
21298 All the @code{buttons} variables are lists.  The elements in these list
21299 are either cons cells where the @code{car} contains a text to be displayed and
21300 the @code{cdr} contains a function symbol, or a simple string.
21301
21302
21303 @node Daemons
21304 @section Daemons
21305 @cindex demons
21306 @cindex daemons
21307
21308 Gnus, being larger than any program ever written (allegedly), does lots
21309 of strange stuff that you may wish to have done while you're not
21310 present.  For instance, you may want it to check for new mail once in a
21311 while.  Or you may want it to close down all connections to all servers
21312 when you leave Emacs idle.  And stuff like that.
21313
21314 Gnus will let you do stuff like that by defining various
21315 @dfn{handlers}.  Each handler consists of three elements:  A
21316 @var{function}, a @var{time}, and an @var{idle} parameter.
21317
21318 Here's an example of a handler that closes connections when Emacs has
21319 been idle for thirty minutes:
21320
21321 @lisp
21322 (gnus-demon-close-connections nil 30)
21323 @end lisp
21324
21325 Here's a handler that scans for @acronym{PGP} headers every hour when
21326 Emacs is idle:
21327
21328 @lisp
21329 (gnus-demon-scan-pgp 60 t)
21330 @end lisp
21331
21332 This @var{time} parameter and that @var{idle} parameter work together
21333 in a strange, but wonderful fashion.  Basically, if @var{idle} is
21334 @code{nil}, then the function will be called every @var{time} minutes.
21335
21336 If @var{idle} is @code{t}, then the function will be called after
21337 @var{time} minutes only if Emacs is idle.  So if Emacs is never idle,
21338 the function will never be called.  But once Emacs goes idle, the
21339 function will be called every @var{time} minutes.
21340
21341 If @var{idle} is a number and @var{time} is a number, the function will
21342 be called every @var{time} minutes only when Emacs has been idle for
21343 @var{idle} minutes.
21344
21345 If @var{idle} is a number and @var{time} is @code{nil}, the function
21346 will be called once every time Emacs has been idle for @var{idle}
21347 minutes.
21348
21349 And if @var{time} is a string, it should look like @samp{07:31}, and
21350 the function will then be called once every day somewhere near that
21351 time.  Modified by the @var{idle} parameter, of course.
21352
21353 @vindex gnus-demon-timestep
21354 (When I say ``minute'' here, I really mean @code{gnus-demon-timestep}
21355 seconds.  This is 60 by default.  If you change that variable,
21356 all the timings in the handlers will be affected.)
21357
21358 So, if you want to add a handler, you could put something like this in
21359 your @file{~/.gnus.el} file:
21360
21361 @findex gnus-demon-add-handler
21362 @lisp
21363 (gnus-demon-add-handler 'gnus-demon-close-connections 30 t)
21364 @end lisp
21365
21366 @findex gnus-demon-add-nocem
21367 @findex gnus-demon-add-scanmail
21368 @findex gnus-demon-add-rescan
21369 @findex gnus-demon-add-scan-timestamps
21370 @findex gnus-demon-add-disconnection
21371 Some ready-made functions to do this have been created:
21372 @code{gnus-demon-add-nocem}, @code{gnus-demon-add-disconnection},
21373 @code{gnus-demon-add-nntp-close-connection},
21374 @code{gnus-demon-add-scan-timestamps}, @code{gnus-demon-add-rescan}, and
21375 @code{gnus-demon-add-scanmail}.  Just put those functions in your
21376 @file{~/.gnus.el} if you want those abilities.
21377
21378 @findex gnus-demon-init
21379 @findex gnus-demon-cancel
21380 @vindex gnus-demon-handlers
21381 If you add handlers to @code{gnus-demon-handlers} directly, you should
21382 run @code{gnus-demon-init} to make the changes take hold.  To cancel all
21383 daemons, you can use the @code{gnus-demon-cancel} function.
21384
21385 Note that adding daemons can be pretty naughty if you over do it.  Adding
21386 functions that scan all news and mail from all servers every two seconds
21387 is a sure-fire way of getting booted off any respectable system.  So
21388 behave.
21389
21390
21391 @node NoCeM
21392 @section NoCeM
21393 @cindex nocem
21394 @cindex spam
21395
21396 @dfn{Spamming} is posting the same article lots and lots of times.
21397 Spamming is bad.  Spamming is evil.
21398
21399 Spamming is usually canceled within a day or so by various anti-spamming
21400 agencies.  These agencies usually also send out @dfn{NoCeM} messages.
21401 NoCeM is pronounced ``no see-'em'', and means what the name
21402 implies---these are messages that make the offending articles, like, go
21403 away.
21404
21405 What use are these NoCeM messages if the articles are canceled anyway?
21406 Some sites do not honor cancel messages and some sites just honor cancels
21407 from a select few people.  Then you may wish to make use of the NoCeM
21408 messages, which are distributed in the @samp{alt.nocem.misc} newsgroup.
21409
21410 Gnus can read and parse the messages in this group automatically, and
21411 this will make spam disappear.
21412
21413 There are some variables to customize, of course:
21414
21415 @table @code
21416 @item gnus-use-nocem
21417 @vindex gnus-use-nocem
21418 Set this variable to @code{t} to set the ball rolling.  It is @code{nil}
21419 by default.
21420
21421 @item gnus-nocem-groups
21422 @vindex gnus-nocem-groups
21423 Gnus will look for NoCeM messages in the groups in this list.  The
21424 default is
21425 @lisp
21426 ("news.lists.filters" "news.admin.net-abuse.bulletins"
21427  "alt.nocem.misc" "news.admin.net-abuse.announce")
21428 @end lisp
21429
21430 @item gnus-nocem-issuers
21431 @vindex gnus-nocem-issuers
21432 There are many people issuing NoCeM messages.  This list says what
21433 people you want to listen to.  The default is
21434 @lisp
21435 ("Automoose-1" "clewis@@ferret.ocunix.on.ca"
21436  "cosmo.roadkill" "SpamHippo" "hweede@@snafu.de")
21437 @end lisp
21438 fine, upstanding citizens all of them.
21439
21440 Known despammers that you can put in this list are listed at@*
21441 @uref{http://www.xs4all.nl/~rosalind/nocemreg/nocemreg.html}.
21442
21443 You do not have to heed NoCeM messages from all these people---just the
21444 ones you want to listen to.  You also don't have to accept all NoCeM
21445 messages from the people you like.  Each NoCeM message has a @dfn{type}
21446 header that gives the message a (more or less, usually less) rigorous
21447 definition.  Common types are @samp{spam}, @samp{spew}, @samp{mmf},
21448 @samp{binary}, and @samp{troll}.  To specify this, you have to use
21449 @code{(@var{issuer} @var{conditions} @dots{})} elements in the list.
21450 Each condition is either a string (which is a regexp that matches types
21451 you want to use) or a list on the form @code{(not @var{string})}, where
21452 @var{string} is a regexp that matches types you don't want to use.
21453
21454 For instance, if you want all NoCeM messages from Chris Lewis except his
21455 @samp{troll} messages, you'd say:
21456
21457 @lisp
21458 ("clewis@@ferret.ocunix.on.ca" ".*" (not "troll"))
21459 @end lisp
21460
21461 On the other hand, if you just want nothing but his @samp{spam} and
21462 @samp{spew} messages, you'd say:
21463
21464 @lisp
21465 ("clewis@@ferret.ocunix.on.ca" (not ".*") "spew" "spam")
21466 @end lisp
21467
21468 The specs are applied left-to-right.
21469
21470
21471 @item gnus-nocem-verifyer
21472 @vindex gnus-nocem-verifyer
21473 @findex mc-verify
21474 This should be a function for verifying that the NoCeM issuer is who she
21475 says she is.  The default is @code{mc-verify}, which is a Mailcrypt
21476 function.  If this is too slow and you don't care for verification
21477 (which may be dangerous), you can set this variable to @code{nil}.
21478
21479 If you want signed NoCeM messages to be verified and unsigned messages
21480 not to be verified (but used anyway), you could do something like:
21481
21482 @lisp
21483 (setq gnus-nocem-verifyer 'my-gnus-mc-verify)
21484
21485 (defun my-gnus-mc-verify ()
21486   (not (eq 'forged
21487            (ignore-errors
21488              (if (mc-verify)
21489                  t
21490                'forged)))))
21491 @end lisp
21492
21493 This might be dangerous, though.
21494
21495 @item gnus-nocem-directory
21496 @vindex gnus-nocem-directory
21497 This is where Gnus will store its NoCeM cache files.  The default is@*
21498 @file{~/News/NoCeM/}.
21499
21500 @item gnus-nocem-expiry-wait
21501 @vindex gnus-nocem-expiry-wait
21502 The number of days before removing old NoCeM entries from the cache.
21503 The default is 15.  If you make it shorter Gnus will be faster, but you
21504 might then see old spam.
21505
21506 @item gnus-nocem-check-from
21507 @vindex gnus-nocem-check-from
21508 Non-@code{nil} means check for valid issuers in message bodies.
21509 Otherwise don't bother fetching articles unless their author matches a
21510 valid issuer; that is much faster if you are selective about the
21511 issuers.
21512
21513 @item gnus-nocem-check-article-limit
21514 @vindex gnus-nocem-check-article-limit
21515 If non-@code{nil}, the maximum number of articles to check in any NoCeM
21516 group.  NoCeM groups can be huge and very slow to process.
21517
21518 @end table
21519
21520 Using NoCeM could potentially be a memory hog.  If you have many living
21521 (i. e., subscribed or unsubscribed groups), your Emacs process will grow
21522 big.  If this is a problem, you should kill off all (or most) of your
21523 unsubscribed groups (@pxref{Subscription Commands}).
21524
21525
21526 @node Undo
21527 @section Undo
21528 @cindex undo
21529
21530 It is very useful to be able to undo actions one has done.  In normal
21531 Emacs buffers, it's easy enough---you just push the @code{undo} button.
21532 In Gnus buffers, however, it isn't that simple.
21533
21534 The things Gnus displays in its buffer is of no value whatsoever to
21535 Gnus---it's all just data designed to look nice to the user.
21536 Killing a group in the group buffer with @kbd{C-k} makes the line
21537 disappear, but that's just a side-effect of the real action---the
21538 removal of the group in question from the internal Gnus structures.
21539 Undoing something like that can't be done by the normal Emacs
21540 @code{undo} function.
21541
21542 Gnus tries to remedy this somewhat by keeping track of what the user
21543 does and coming up with actions that would reverse the actions the user
21544 takes.  When the user then presses the @code{undo} key, Gnus will run
21545 the code to reverse the previous action, or the previous actions.
21546 However, not all actions are easily reversible, so Gnus currently offers
21547 a few key functions to be undoable.  These include killing groups,
21548 yanking groups, and changing the list of read articles of groups.
21549 That's it, really.  More functions may be added in the future, but each
21550 added function means an increase in data to be stored, so Gnus will
21551 never be totally undoable.
21552
21553 @findex gnus-undo-mode
21554 @vindex gnus-use-undo
21555 @findex gnus-undo
21556 The undoability is provided by the @code{gnus-undo-mode} minor mode.  It
21557 is used if @code{gnus-use-undo} is non-@code{nil}, which is the
21558 default.  The @kbd{C-M-_} key performs the @code{gnus-undo}
21559 command, which should feel kinda like the normal Emacs @code{undo}
21560 command.
21561
21562
21563 @node Predicate Specifiers
21564 @section Predicate Specifiers
21565 @cindex predicate specifiers
21566
21567 Some Gnus variables are @dfn{predicate specifiers}.  This is a special
21568 form that allows flexible specification of predicates without having
21569 to type all that much.
21570
21571 These specifiers are lists consisting of functions, symbols and lists.
21572
21573 Here's an example:
21574
21575 @lisp
21576 (or gnus-article-unseen-p
21577     gnus-article-unread-p)
21578 @end lisp
21579
21580 The available symbols are @code{or}, @code{and} and @code{not}.  The
21581 functions all take one parameter.
21582
21583 @findex gnus-make-predicate
21584 Internally, Gnus calls @code{gnus-make-predicate} on these specifiers
21585 to create a function that can be called.  This input parameter to this
21586 function will be passed along to all the functions in the predicate
21587 specifier.
21588
21589
21590 @node Moderation
21591 @section Moderation
21592 @cindex moderation
21593
21594 If you are a moderator, you can use the @file{gnus-mdrtn.el} package.
21595 It is not included in the standard Gnus package.  Write a mail to
21596 @samp{larsi@@gnus.org} and state what group you moderate, and you'll
21597 get a copy.
21598
21599 The moderation package is implemented as a minor mode for summary
21600 buffers.  Put
21601
21602 @lisp
21603 (add-hook 'gnus-summary-mode-hook 'gnus-moderate)
21604 @end lisp
21605
21606 in your @file{~/.gnus.el} file.
21607
21608 If you are the moderator of @samp{rec.zoofle}, this is how it's
21609 supposed to work:
21610
21611 @enumerate
21612 @item
21613 You split your incoming mail by matching on
21614 @samp{Newsgroups:.*rec.zoofle}, which will put all the to-be-posted
21615 articles in some mail group---for instance, @samp{nnml:rec.zoofle}.
21616
21617 @item
21618 You enter that group once in a while and post articles using the @kbd{e}
21619 (edit-and-post) or @kbd{s} (just send unedited) commands.
21620
21621 @item
21622 If, while reading the @samp{rec.zoofle} newsgroup, you happen upon some
21623 articles that weren't approved by you, you can cancel them with the
21624 @kbd{c} command.
21625 @end enumerate
21626
21627 To use moderation mode in these two groups, say:
21628
21629 @lisp
21630 (setq gnus-moderated-list
21631       "^nnml:rec.zoofle$\\|^rec.zoofle$")
21632 @end lisp
21633
21634
21635 @node Image Enhancements
21636 @section Image Enhancements
21637
21638 XEmacs, as well as Emacs 21@footnote{Emacs 21 on MS Windows doesn't
21639 support images yet.}, is able to display pictures and stuff, so Gnus has
21640 taken advantage of that.
21641
21642 @menu
21643 * X-Face::                      Display a funky, teensy black-and-white image.
21644 * Face::                        Display a funkier, teensier colored image.
21645 * Smileys::                     Show all those happy faces the way they were meant to be shown.
21646 * Picons::                      How to display pictures of what you're reading.
21647 * XVarious::                    Other XEmacsy Gnusey variables.
21648 @end menu
21649
21650
21651 @node X-Face
21652 @subsection X-Face
21653 @cindex x-face
21654
21655 @code{X-Face} headers describe a 48x48 pixel black-and-white (1 bit
21656 depth) image that's supposed to represent the author of the message.
21657 It seems to be supported by an ever-growing number of mail and news
21658 readers.
21659
21660 @cindex x-face
21661 @findex gnus-article-display-x-face
21662 @vindex gnus-article-x-face-command
21663 @vindex gnus-article-x-face-too-ugly
21664 @iftex
21665 @iflatex
21666 \include{xface}
21667 @end iflatex
21668 @end iftex
21669 @c @anchor{X-Face}
21670
21671 Gnus now uses the internal ELisp-based @code{uncompface} program for
21672 decoding an @code{X-Face} header normally in Emacs.  While it doesn't
21673 require any other external program, you may feel it is slow if you are
21674 using a slow machine.  In such a case, you can modify the following
21675 variables:
21676
21677 @table @code
21678 @item uncompface-use-external
21679 @vindex uncompface-use-external
21680 Specify which of the internal or the external decoder should be used.
21681 @code{nil} means to use the internal ELisp-based @code{uncompface}
21682 program.  @code{t} means to use the external decoder.  The default value
21683 is normally @code{undecided} which means to determine it by checking
21684 whether the host machine is slow, being controlled by
21685 @code{uncompface-use-external-threshold} (which see).
21686
21687 @item uncompface-use-external-threshold
21688 @vindex uncompface-use-external-threshold
21689 @vindex uncompface-use-external-threshold
21690 A number of seconds to check whether the host machine is slow.  If the
21691 host takes time larger than this value for decoding an @code{X-Face}
21692 using the internal ELisp-based @code{uncompface} program, it will be
21693 changed to using the external decoder.
21694 @end table
21695
21696 If the internal decoder is invalidated or if you are using XEmacs,
21697 decoding an @code{X-Face} header either requires an Emacs that has
21698 @samp{compface} support (which most XEmacs versions has), or that you
21699 have @samp{compface} installed on your system.  If either is true,
21700 Gnus will default to displaying @code{X-Face} headers.
21701
21702 The variable that controls this is the
21703 @code{gnus-article-x-face-command} variable.  If this variable is a
21704 string, this string will be executed in a sub-shell.  If it is a
21705 function, this function will be called with the face as the argument.
21706 If the @code{gnus-article-x-face-too-ugly} (which is a regexp) matches
21707 the @code{From} header, the face will not be shown.
21708
21709 The default action under Emacs 20 is to fork off the @code{display}
21710 program@footnote{@code{display} is from the ImageMagick package.  For
21711 the @code{uncompface} and @code{icontopbm} programs look for a package
21712 like @code{compface} or @code{faces-xface} on a GNU/Linux system.}  to
21713 view the face.
21714
21715 Under XEmacs or Emacs 21+ with suitable image support, the default
21716 action is to display the face before the @code{From} header.  (It's
21717 nicer if XEmacs has been compiled with @code{X-Face} support---that
21718 will make display somewhat faster.  If there's no native @code{X-Face}
21719 support, Gnus will try to convert the @code{X-Face} header using
21720 external programs from the @code{pbmplus} package and
21721 friends.@footnote{On a GNU/Linux system look for packages with names
21722 like @code{netpbm}, @code{libgr-progs} and @code{compface}.})
21723
21724 (Note: @code{x-face} is used in the variable/function names, not
21725 @code{xface}).
21726
21727 Gnus provides a few convenience functions and variables to allow
21728 easier insertion of X-Face headers in outgoing messages.
21729
21730 @findex gnus-random-x-face
21731 @vindex gnus-convert-pbm-to-x-face-command
21732 @vindex gnus-x-face-directory
21733 @code{gnus-random-x-face} goes through all the @samp{pbm} files in
21734 @code{gnus-x-face-directory} and picks one at random, and then
21735 converts it to the X-Face format by using the
21736 @code{gnus-convert-pbm-to-x-face-command} shell command.  The
21737 @samp{pbm} files should be 48x48 pixels big.  It returns the X-Face
21738 header data as a string.
21739
21740 @findex gnus-insert-random-x-face-header
21741 @code{gnus-insert-random-x-face-header} calls
21742 @code{gnus-random-x-face} and inserts a @samp{X-Face} header with the
21743 randomly generated data.
21744
21745 @findex gnus-x-face-from-file
21746 @vindex gnus-convert-image-to-x-face-command
21747 @code{gnus-x-face-from-file} takes a GIF file as the parameter, and then
21748 converts the file to X-Face format by using the
21749 @code{gnus-convert-image-to-x-face-command} shell command.
21750
21751 Here's how you would typically use the first function.  Put something
21752 like the following in your @file{~/.gnus.el} file:
21753
21754 @lisp
21755 (setq message-required-news-headers
21756       (nconc message-required-news-headers
21757              (list '(X-Face . gnus-random-x-face))))
21758 @end lisp
21759
21760 Using the last function would be something like this:
21761
21762 @lisp
21763 (setq message-required-news-headers
21764       (nconc message-required-news-headers
21765              (list '(X-Face . (lambda ()
21766                                 (gnus-x-face-from-file
21767                                  "~/My-face.gif"))))))
21768 @end lisp
21769
21770
21771 @node Face
21772 @subsection Face
21773 @cindex face
21774
21775 @c #### FIXME: faces and x-faces'implementations should really be harmonized.
21776
21777 @code{Face} headers are essentially a funkier version of @code{X-Face}
21778 ones. They describe a 48x48 pixel colored image that's supposed to
21779 represent the author of the message.
21780
21781 @cindex face
21782 @findex gnus-article-display-face
21783 The contents of a @code{Face} header must be a base64 encoded PNG image.
21784 See @uref{http://quimby.gnus.org/circus/face/} for the precise
21785 specifications.
21786
21787 Gnus provides a few convenience functions and variables to allow
21788 easier insertion of Face headers in outgoing messages.
21789
21790 @findex gnus-convert-png-to-face
21791 @code{gnus-convert-png-to-face} takes a 48x48 PNG image, no longer than
21792 726 bytes long, and converts it to a face.
21793
21794 @findex gnus-face-from-file
21795 @vindex gnus-convert-image-to-face-command
21796 @code{gnus-face-from-file} takes a JPEG file as the parameter, and then
21797 converts the file to Face format by using the
21798 @code{gnus-convert-image-to-face-command} shell command.
21799
21800 Here's how you would typically use this function. Put something like the
21801 following in your @file{~/.gnus.el} file:
21802
21803 @lisp
21804 (setq message-required-news-headers
21805       (nconc message-required-news-headers
21806              (list '(Face . (lambda ()
21807                               (gnus-face-from-file "~/face.jpg"))))))
21808 @end lisp
21809
21810
21811 @node Smileys
21812 @subsection Smileys
21813 @cindex smileys
21814
21815 @iftex
21816 @iflatex
21817 \gnusfig{-3cm}{0.5cm}{\epsfig{figure=ps/BigFace,height=20cm}}
21818 \input{smiley}
21819 @end iflatex
21820 @end iftex
21821
21822 @dfn{Smiley} is a package separate from Gnus, but since Gnus is
21823 currently the only package that uses Smiley, it is documented here.
21824
21825 In short---to use Smiley in Gnus, put the following in your
21826 @file{~/.gnus.el} file:
21827
21828 @lisp
21829 (setq gnus-treat-display-smileys t)
21830 @end lisp
21831
21832 Smiley maps text smiley faces---@samp{:-)}, @samp{8-)}, @samp{:-(} and
21833 the like---to pictures and displays those instead of the text smiley
21834 faces.  The conversion is controlled by a list of regexps that matches
21835 text and maps that to file names.
21836
21837 @vindex smiley-regexp-alist
21838 The alist used is specified by the @code{smiley-regexp-alist}
21839 variable.  The first item in each element is the regexp to be matched;
21840 the second element is the regexp match group that is to be replaced by
21841 the picture; and the third element is the name of the file to be
21842 displayed.
21843
21844 The following variables customize where Smiley will look for these
21845 files:
21846
21847 @table @code
21848
21849 @item smiley-data-directory
21850 @vindex smiley-data-directory
21851 Where Smiley will look for smiley faces files.
21852
21853 @item gnus-smiley-file-types
21854 @vindex gnus-smiley-file-types
21855 List of suffixes on smiley file names to try.
21856
21857 @end table
21858
21859
21860 @node Picons
21861 @subsection Picons
21862
21863 @iftex
21864 @iflatex
21865 \include{picons}
21866 @end iflatex
21867 @end iftex
21868
21869 So@dots{}  You want to slow down your news reader even more!  This is a
21870 good way to do so.  It's also a great way to impress people staring
21871 over your shoulder as you read news.
21872
21873 What are Picons?  To quote directly from the Picons Web site:
21874
21875 @iftex
21876 @iflatex
21877 \margindex{}
21878 @end iflatex
21879 @end iftex
21880
21881 @quotation
21882 @dfn{Picons} is short for ``personal icons''.  They're small,
21883 constrained images used to represent users and domains on the net,
21884 organized into databases so that the appropriate image for a given
21885 e-mail address can be found.  Besides users and domains, there are picon
21886 databases for Usenet newsgroups and weather forecasts.  The picons are
21887 in either monochrome @code{XBM} format or color @code{XPM} and
21888 @code{GIF} formats.
21889 @end quotation
21890
21891 @vindex gnus-picon-databases
21892 For instructions on obtaining and installing the picons databases,
21893 point your Web browser at
21894 @uref{http://www.cs.indiana.edu/picons/ftp/index.html}.
21895
21896 If you are using Debian GNU/Linux, saying @samp{apt-get install
21897 picons.*} will install the picons where Gnus can find them.
21898
21899 To enable displaying picons, simply make sure that
21900 @code{gnus-picon-databases} points to the directory containing the
21901 Picons databases.
21902
21903 The following variables offer control over where things are located.
21904
21905 @table @code
21906
21907 @item gnus-picon-databases
21908 @vindex gnus-picon-databases
21909 The location of the picons database.  This is a list of directories
21910 containing the @file{news}, @file{domains}, @file{users} (and so on)
21911 subdirectories.  Defaults to @code{("/usr/lib/picon"
21912 "/usr/local/faces")}.
21913
21914 @item gnus-picon-news-directories
21915 @vindex gnus-picon-news-directories
21916 List of subdirectories to search in @code{gnus-picon-databases} for
21917 newsgroups faces.  @code{("news")} is the default.
21918
21919 @item gnus-picon-user-directories
21920 @vindex gnus-picon-user-directories
21921 List of subdirectories to search in @code{gnus-picon-databases} for user
21922 faces.  @code{("users" "usenix" "local" "misc")} is the default.
21923
21924 @item gnus-picon-domain-directories
21925 @vindex gnus-picon-domain-directories
21926 List of subdirectories to search in @code{gnus-picon-databases} for
21927 domain name faces.  Defaults to @code{("domains")}.  Some people may
21928 want to add @samp{"unknown"} to this list.
21929
21930 @item gnus-picon-file-types
21931 @vindex gnus-picon-file-types
21932 Ordered list of suffixes on picon file names to try.  Defaults to
21933 @code{("xpm" "gif" "xbm")} minus those not built-in your Emacs.
21934
21935 @end table
21936
21937
21938 @node XVarious
21939 @subsection Various XEmacs Variables
21940
21941 @table @code
21942 @item gnus-xmas-glyph-directory
21943 @vindex gnus-xmas-glyph-directory
21944 This is where Gnus will look for pictures.  Gnus will normally
21945 auto-detect this directory, but you may set it manually if you have an
21946 unusual directory structure.
21947
21948 @item gnus-xmas-logo-color-alist
21949 @vindex gnus-xmas-logo-color-alist
21950 This is an alist where the key is a type symbol and the values are the
21951 foreground and background color of the splash page glyph.
21952
21953 @item gnus-xmas-logo-color-style
21954 @vindex gnus-xmas-logo-color-style
21955 This is the key used to look up the color in the alist described above.
21956 Valid values include @code{flame}, @code{pine}, @code{moss},
21957 @code{irish}, @code{sky}, @code{tin}, @code{velvet}, @code{grape},
21958 @code{labia}, @code{berry}, @code{neutral}, and @code{september}.
21959
21960 @item gnus-xmas-modeline-glyph
21961 @vindex gnus-xmas-modeline-glyph
21962 A glyph displayed in all Gnus mode lines.  It is a tiny gnu head by
21963 default.
21964
21965 @end table
21966
21967 @subsubsection Toolbar
21968
21969 @table @code
21970
21971 @item gnus-use-toolbar
21972 @vindex gnus-use-toolbar
21973 If @code{nil}, don't display toolbars.  If non-@code{nil}, it should be
21974 one of @code{default-toolbar}, @code{top-toolbar}, @code{bottom-toolbar},
21975 @code{right-toolbar}, or @code{left-toolbar}.
21976
21977 @item gnus-group-toolbar
21978 @vindex gnus-group-toolbar
21979 The toolbar in the group buffer.
21980
21981 @item gnus-summary-toolbar
21982 @vindex gnus-summary-toolbar
21983 The toolbar in the summary buffer.
21984
21985 @item gnus-summary-mail-toolbar
21986 @vindex gnus-summary-mail-toolbar
21987 The toolbar in the summary buffer of mail groups.
21988
21989 @end table
21990
21991 @iftex
21992 @iflatex
21993 \margindex{}
21994 @end iflatex
21995 @end iftex
21996
21997
21998 @node Fuzzy Matching
21999 @section Fuzzy Matching
22000 @cindex fuzzy matching
22001
22002 Gnus provides @dfn{fuzzy matching} of @code{Subject} lines when doing
22003 things like scoring, thread gathering and thread comparison.
22004
22005 As opposed to regular expression matching, fuzzy matching is very fuzzy.
22006 It's so fuzzy that there's not even a definition of what @dfn{fuzziness}
22007 means, and the implementation has changed over time.
22008
22009 Basically, it tries to remove all noise from lines before comparing.
22010 @samp{Re: }, parenthetical remarks, white space, and so on, are filtered
22011 out of the strings before comparing the results.  This often leads to
22012 adequate results---even when faced with strings generated by text
22013 manglers masquerading as newsreaders.
22014
22015
22016 @node Thwarting Email Spam
22017 @section Thwarting Email Spam
22018 @cindex email spam
22019 @cindex spam
22020 @cindex UCE
22021 @cindex unsolicited commercial email
22022
22023 In these last days of the Usenet, commercial vultures are hanging about
22024 and grepping through news like crazy to find email addresses they can
22025 foist off their scams and products to.  As a reaction to this, many
22026 people have started putting nonsense addresses into their @code{From}
22027 lines.  I think this is counterproductive---it makes it difficult for
22028 people to send you legitimate mail in response to things you write, as
22029 well as making it difficult to see who wrote what.  This rewriting may
22030 perhaps be a bigger menace than the unsolicited commercial email itself
22031 in the end.
22032
22033 The biggest problem I have with email spam is that it comes in under
22034 false pretenses.  I press @kbd{g} and Gnus merrily informs me that I
22035 have 10 new emails.  I say ``Golly gee!  Happy is me!'' and select the
22036 mail group, only to find two pyramid schemes, seven advertisements
22037 (``New!  Miracle tonic for growing full, lustrous hair on your toes!'')
22038 and one mail asking me to repent and find some god.
22039
22040 This is annoying.  Here's what you can do about it.
22041
22042 @menu
22043 * The problem of spam::         Some background, and some solutions
22044 * Anti-Spam Basics::            Simple steps to reduce the amount of spam.
22045 * SpamAssassin::                How to use external anti-spam tools.
22046 * Hashcash::                    Reduce spam by burning CPU time.
22047 * Filtering Spam Using The Spam ELisp Package::
22048 * Filtering Spam Using Statistics with spam-stat::
22049 @end menu
22050
22051 @node The problem of spam
22052 @subsection The problem of spam
22053 @cindex email spam
22054 @cindex spam filtering approaches
22055 @cindex filtering approaches, spam
22056 @cindex UCE
22057 @cindex unsolicited commercial email
22058
22059 First, some background on spam.
22060
22061 If you have access to e-mail, you are familiar with spam (technically
22062 termed @acronym{UCE}, Unsolicited Commercial E-mail).  Simply put, it
22063 exists because e-mail delivery is very cheap compared to paper mail,
22064 so only a very small percentage of people need to respond to an UCE to
22065 make it worthwhile to the advertiser.  Ironically, one of the most
22066 common spams is the one offering a database of e-mail addresses for
22067 further spamming.  Senders of spam are usually called @emph{spammers},
22068 but terms like @emph{vermin}, @emph{scum}, @emph{sociopaths}, and
22069 @emph{morons} are in common use as well.
22070
22071 Spam comes from a wide variety of sources.  It is simply impossible to
22072 dispose of all spam without discarding useful messages.  A good
22073 example is the TMDA system, which requires senders
22074 unknown to you to confirm themselves as legitimate senders before
22075 their e-mail can reach you.  Without getting into the technical side
22076 of TMDA, a downside is clearly that e-mail from legitimate sources may
22077 be discarded if those sources can't or won't confirm themselves
22078 through the TMDA system.  Another problem with TMDA is that it
22079 requires its users to have a basic understanding of e-mail delivery
22080 and processing.
22081
22082 The simplest approach to filtering spam is filtering, at the mail
22083 server or when you sort through incoming mail.  If you get 200 spam
22084 messages per day from @samp{random-address@@vmadmin.com}, you block
22085 @samp{vmadmin.com}.  If you get 200 messages about @samp{VIAGRA}, you
22086 discard all messages with @samp{VIAGRA} in the message.  If you get
22087 lots of spam from Bulgaria, for example, you try to filter all mail
22088 from Bulgarian IPs.  
22089
22090 This, unfortunately, is a great way to discard legitimate e-mail.  The
22091 risks of blocking a whole country (Bulgaria, Norway, Nigeria, China,
22092 etc.) or even a continent (Asia, Africa, Europe, etc.) from contacting
22093 you should be obvious, so don't do it if you have the choice.
22094
22095 In another instance, the very informative and useful RISKS digest has
22096 been blocked by overzealous mail filters because it @strong{contained}
22097 words that were common in spam messages.  Nevertheless, in isolated
22098 cases, with great care, direct filtering of mail can be useful.
22099
22100 Another approach to filtering e-mail is the distributed spam
22101 processing, for instance DCC implements such a system.  In essence,
22102 @var{N} systems around the world agree that a machine @var{X} in
22103 Ghana, Estonia, or California is sending out spam e-mail, and these
22104 @var{N} systems enter @var{X} or the spam e-mail from @var{X} into a
22105 database.  The criteria for spam detection vary---it may be the number
22106 of messages sent, the content of the messages, and so on.  When a user
22107 of the distributed processing system wants to find out if a message is
22108 spam, he consults one of those @var{N} systems.
22109
22110 Distributed spam processing works very well against spammers that send
22111 a large number of messages at once, but it requires the user to set up
22112 fairly complicated checks.  There are commercial and free distributed
22113 spam processing systems.  Distributed spam processing has its risks as
22114 well.  For instance legitimate e-mail senders have been accused of
22115 sending spam, and their web sites and mailing lists have been shut
22116 down for some time because of the incident.
22117
22118 The statistical approach to spam filtering is also popular.  It is
22119 based on a statistical analysis of previous spam messages.  Usually
22120 the analysis is a simple word frequency count, with perhaps pairs of
22121 words or 3-word combinations thrown into the mix.  Statistical
22122 analysis of spam works very well in most of the cases, but it can
22123 classify legitimate e-mail as spam in some cases.  It takes time to
22124 run the analysis, the full message must be analyzed, and the user has
22125 to store the database of spam analyses.  Statistical analysis on the
22126 server is gaining popularity.  This has the advantage of letting the
22127 user Just Read Mail, but has the disadvantage that it's harder to tell
22128 the server that it has misclassified mail.
22129
22130 Fighting spam is not easy, no matter what anyone says.  There is no
22131 magic switch that will distinguish Viagra ads from Mom's e-mails.
22132 Even people are having a hard time telling spam apart from non-spam,
22133 because spammers are actively looking to fool us into thinking they
22134 are Mom, essentially.  Spamming is irritating, irresponsible, and
22135 idiotic behavior from a bunch of people who think the world owes them
22136 a favor.  We hope the following sections will help you in fighting the
22137 spam plague.
22138
22139 @node Anti-Spam Basics
22140 @subsection Anti-Spam Basics
22141 @cindex email spam
22142 @cindex spam
22143 @cindex UCE
22144 @cindex unsolicited commercial email
22145
22146 One way of dealing with spam is having Gnus split out all spam into a
22147 @samp{spam} mail group (@pxref{Splitting Mail}).
22148
22149 First, pick one (1) valid mail address that you can be reached at, and
22150 put it in your @code{From} header of all your news articles.  (I've
22151 chosen @samp{larsi@@trym.ifi.uio.no}, but for many addresses on the form
22152 @samp{larsi+usenet@@ifi.uio.no} will be a better choice.  Ask your
22153 sysadmin whether your sendmail installation accepts keywords in the local
22154 part of the mail address.)
22155
22156 @lisp
22157 (setq message-default-news-headers
22158       "From: Lars Magne Ingebrigtsen <larsi@@trym.ifi.uio.no>\n")
22159 @end lisp
22160
22161 Then put the following split rule in @code{nnmail-split-fancy}
22162 (@pxref{Fancy Mail Splitting}):
22163
22164 @lisp
22165 (...
22166  (to "larsi@@trym.ifi.uio.no"
22167      (| ("subject" "re:.*" "misc")
22168         ("references" ".*@@.*" "misc")
22169         "spam"))
22170  ...)
22171 @end lisp
22172
22173 This says that all mail to this address is suspect, but if it has a
22174 @code{Subject} that starts with a @samp{Re:} or has a @code{References}
22175 header, it's probably ok.  All the rest goes to the @samp{spam} group.
22176 (This idea probably comes from Tim Pierce.)
22177
22178 In addition, many mail spammers talk directly to your @acronym{SMTP} server
22179 and do not include your email address explicitly in the @code{To}
22180 header.  Why they do this is unknown---perhaps it's to thwart this
22181 thwarting scheme?  In any case, this is trivial to deal with---you just
22182 put anything not addressed to you in the @samp{spam} group by ending
22183 your fancy split rule in this way:
22184
22185 @lisp
22186 (
22187  ...
22188  (to "larsi" "misc")
22189  "spam")
22190 @end lisp
22191
22192 In my experience, this will sort virtually everything into the right
22193 group.  You still have to check the @samp{spam} group from time to time to
22194 check for legitimate mail, though.  If you feel like being a good net
22195 citizen, you can even send off complaints to the proper authorities on
22196 each unsolicited commercial email---at your leisure.
22197
22198 This works for me.  It allows people an easy way to contact me (they can
22199 just press @kbd{r} in the usual way), and I'm not bothered at all with
22200 spam.  It's a win-win situation.  Forging @code{From} headers to point
22201 to non-existent domains is yucky, in my opinion.
22202
22203 Be careful with this approach.  Spammers are wise to it.
22204
22205
22206 @node SpamAssassin
22207 @subsection SpamAssassin, Vipul's Razor, DCC, etc
22208 @cindex SpamAssassin
22209 @cindex Vipul's Razor
22210 @cindex DCC
22211
22212 The days where the hints in the previous section were sufficient in
22213 avoiding spam are coming to an end.  There are many tools out there
22214 that claim to reduce the amount of spam you get.  This section could
22215 easily become outdated fast, as new products replace old, but
22216 fortunately most of these tools seem to have similar interfaces.  Even
22217 though this section will use SpamAssassin as an example, it should be
22218 easy to adapt it to most other tools.
22219
22220 Note that this section does not involve the @code{spam.el} package,
22221 which is discussed in the next section.  If you don't care for all
22222 the features of @code{spam.el}, you can make do with these simple
22223 recipes.
22224
22225 If the tool you are using is not installed on the mail server, you
22226 need to invoke it yourself.  Ideas on how to use the
22227 @code{:postscript} mail source parameter (@pxref{Mail Source
22228 Specifiers}) follow.
22229
22230 @lisp
22231 (setq mail-sources
22232       '((file :prescript "formail -bs spamassassin < /var/mail/%u")
22233         (pop :user "jrl"
22234              :server "pophost"
22235              :postscript
22236              "mv %t /tmp/foo; formail -bs spamc < /tmp/foo > %t")))
22237 @end lisp
22238
22239 Once you manage to process your incoming spool somehow, thus making
22240 the mail contain e.g.@: a header indicating it is spam, you are ready to
22241 filter it out.  Using normal split methods (@pxref{Splitting Mail}):
22242
22243 @lisp
22244 (setq nnmail-split-methods '(("spam"  "^X-Spam-Flag: YES")
22245                              ...))
22246 @end lisp
22247
22248 Or using fancy split methods (@pxref{Fancy Mail Splitting}):
22249
22250 @lisp
22251 (setq nnmail-split-methods 'nnmail-split-fancy
22252       nnmail-split-fancy '(| ("X-Spam-Flag" "YES" "spam")
22253                              ...))
22254 @end lisp
22255
22256 Some people might not like the idea of piping the mail through various
22257 programs using a @code{:prescript} (if some program is buggy, you
22258 might lose all mail).  If you are one of them, another solution is to
22259 call the external tools during splitting.  Example fancy split method:
22260
22261 @lisp
22262 (setq nnmail-split-fancy '(| (: kevin-spamassassin)
22263                              ...))
22264 (defun kevin-spamassassin ()
22265   (save-excursion
22266     (save-restriction
22267       (widen)
22268       (if (eq 1 (call-process-region (point-min) (point-max)
22269                                      "spamc" nil nil nil "-c"))
22270           "spam"))))
22271 @end lisp
22272
22273 Note that with the nnimap backend, message bodies will not be
22274 downloaded by default.  You need to set
22275 @code{nnimap-split-download-body} to @code{t} to do that
22276 (@pxref{Splitting in IMAP}).
22277
22278 That is about it.  As some spam is likely to get through anyway, you
22279 might want to have a nifty function to call when you happen to read
22280 spam.  And here is the nifty function:
22281
22282 @lisp
22283  (defun my-gnus-raze-spam ()
22284   "Submit SPAM to Vipul's Razor, then mark it as expirable."
22285   (interactive)
22286   (gnus-summary-show-raw-article)
22287   (gnus-summary-save-in-pipe "razor-report -f -d")
22288   (gnus-summary-mark-as-expirable 1))
22289 @end lisp
22290
22291 @node Hashcash
22292 @subsection Hashcash
22293 @cindex hashcash
22294
22295 A novel technique to fight spam is to require senders to do something
22296 costly for each message they send.  This has the obvious drawback that
22297 you cannot rely on everyone in the world using this technique,
22298 since it is not part of the Internet standards, but it may be useful
22299 in smaller communities.
22300
22301 While the tools in the previous section work well in practice, they
22302 work only because the tools are constantly maintained and updated as
22303 new form of spam appears.  This means that a small percentage of spam
22304 will always get through.  It also means that somewhere, someone needs
22305 to read lots of spam to update these tools.  Hashcash avoids that, but
22306 instead prefers that everyone you contact through e-mail supports the
22307 scheme.  You can view the two approaches as pragmatic vs dogmatic.
22308 The approaches have their own advantages and disadvantages, but as
22309 often in the real world, a combination of them is stronger than either
22310 one of them separately.
22311
22312 @cindex X-Hashcash
22313 The ``something costly'' is to burn CPU time, more specifically to
22314 compute a hash collision up to a certain number of bits.  The
22315 resulting hashcash cookie is inserted in a @samp{X-Hashcash:}
22316 header.  For more details, and for the external application
22317 @code{hashcash} you need to install to use this feature, see
22318 @uref{http://www.cypherspace.org/~adam/hashcash/}.  Even more
22319 information can be found at @uref{http://www.camram.org/}.
22320
22321 If you wish to call hashcash for each message you send, say something
22322 like:
22323
22324 @lisp
22325 (require 'hashcash)
22326 (add-hook 'message-send-hook 'mail-add-payment)
22327 @end lisp
22328
22329 The @file{hashcash.el} library can be found in the Gnus development
22330 contrib directory or at
22331 @uref{http://users.actrix.gen.nz/mycroft/hashcash.el}.
22332
22333 You will need to set up some additional variables as well:
22334
22335 @table @code
22336
22337 @item hashcash-default-payment
22338 @vindex hashcash-default-payment
22339 This variable indicates the default number of bits the hash collision
22340 should consist of.  By default this is 0, meaning nothing will be
22341 done.  Suggested useful values include 17 to 29.
22342
22343 @item hashcash-payment-alist
22344 @vindex hashcash-payment-alist
22345 Some receivers may require you to spend burn more CPU time than the
22346 default.  This variable contains a list of @samp{(@var{addr}
22347 @var{amount})} cells, where @var{addr} is the receiver (email address
22348 or newsgroup) and @var{amount} is the number of bits in the collision
22349 that is needed.  It can also contain @samp{(@var{addr} @var{string}
22350 @var{amount})} cells, where the @var{string} is the string to use
22351 (normally the email address or newsgroup name is used).
22352
22353 @item hashcash
22354 @vindex hashcash
22355 Where the @code{hashcash} binary is installed.
22356
22357 @end table
22358
22359 Currently there is no built in functionality in Gnus to verify
22360 hashcash cookies, it is expected that this is performed by your hand
22361 customized mail filtering scripts.  Improvements in this area would be
22362 a useful contribution, however.
22363
22364 @node Filtering Spam Using The Spam ELisp Package
22365 @subsection Filtering Spam Using The Spam ELisp Package
22366 @cindex spam filtering
22367 @cindex spam
22368
22369 The idea behind @file{spam.el} is to have a control center for spam detection
22370 and filtering in Gnus.  To that end, @file{spam.el} does two things: it
22371 filters new mail, and it analyzes mail known to be spam or ham.
22372 @dfn{Ham} is the name used throughout @file{spam.el} to indicate
22373 non-spam messages.
22374
22375 First of all, you @strong{must} run the function
22376 @code{spam-initialize} to autoload @code{spam.el} and to install the
22377 @code{spam.el} hooks.  There is one exception: if you use the
22378 @code{spam-use-stat} (@pxref{spam-stat spam filtering}) setting, you
22379 should turn it on before @code{spam-initialize}:
22380
22381 @example
22382 (setq spam-use-stat t) ;; if needed
22383 (spam-initialize)
22384 @end example
22385
22386 So, what happens when you load @file{spam.el}?
22387
22388 First, some hooks will get installed by @code{spam-initialize}.  There
22389 are some hooks for @code{spam-stat} so it can save its databases, and
22390 there are hooks so interesting things will happen when you enter and
22391 leave a group.  More on the sequence of events later (@pxref{Spam
22392 ELisp Package Sequence of Events}).
22393
22394 You get the following keyboard commands:
22395
22396 @table @kbd
22397
22398 @item M-d
22399 @itemx M s x
22400 @itemx S x
22401 @kindex M-d
22402 @kindex S x
22403 @kindex M s x
22404 @findex gnus-summary-mark-as-spam
22405 @code{gnus-summary-mark-as-spam}.
22406
22407 Mark current article as spam, showing it with the @samp{$} mark.
22408 Whenever you see a spam article, make sure to mark its summary line
22409 with @kbd{M-d} before leaving the group.  This is done automatically
22410 for unread articles in @emph{spam} groups.
22411
22412 @item M s t
22413 @itemx S t
22414 @kindex M s t
22415 @kindex S t
22416 @findex spam-bogofilter-score
22417 @code{spam-bogofilter-score}.
22418
22419 You must have Bogofilter installed for that command to work properly.
22420
22421 @xref{Bogofilter}.
22422
22423 @end table
22424
22425 Also, when you load @file{spam.el}, you will be able to customize its
22426 variables.  Try @code{customize-group} on the @samp{spam} variable
22427 group.
22428
22429 @menu
22430 * Spam ELisp Package Sequence of Events::  
22431 * Spam ELisp Package Filtering of Incoming Mail::  
22432 * Spam ELisp Package Global Variables::  
22433 * Spam ELisp Package Configuration Examples::  
22434 * Blacklists and Whitelists::   
22435 * BBDB Whitelists::             
22436 * Gmane Spam Reporting::        
22437 * Anti-spam Hashcash Payments::  
22438 * Blackholes::                  
22439 * Regular Expressions Header Matching::  
22440 * Bogofilter::                  
22441 * ifile spam filtering::        
22442 * spam-stat spam filtering::    
22443 * SpamOracle::                  
22444 * Extending the Spam ELisp package::  
22445 @end menu 
22446
22447 @node Spam ELisp Package Sequence of Events
22448 @subsubsection Spam ELisp Package Sequence of Events
22449 @cindex spam filtering
22450 @cindex spam filtering sequence of events
22451 @cindex spam
22452
22453 You must read this section to understand how @code{spam.el} works.
22454 Do not skip, speed-read, or glance through this section.
22455
22456 There are two @emph{contact points}, if you will, between
22457 @code{spam.el} and the rest of Gnus: checking new mail for spam, and
22458 leaving a group.
22459
22460 Getting new mail is done in one of two ways.  You can either split
22461 your incoming mail or you can classify new articles as ham or spam
22462 when you enter the group.
22463
22464 Splitting incoming mail is better suited to mail backends such as
22465 @code{nnml} or @code{nnimap} where new mail appears in a single file
22466 called a @dfn{Spool File}.  See @xref{Spam ELisp Package Filtering of
22467 Incoming Mail}.
22468
22469 For backends such as @code{nntp} there is no incoming mail spool, so
22470 an alternate mechanism must be used.  This may also happen for
22471 backends where the server is in charge of splitting incoming mail, and
22472 Gnus does not do further splitting.  The @code{spam-autodetect} and
22473 @code{spam-autodetect-methods} group parameters (accessible with
22474 @kbd{G c} and @kbd{G p} as usual), and the corresponding variables
22475 @code{gnus-spam-autodetect} and
22476 @code{gnus-spam-autodetect-methods} (accessible with @kbd{M-x
22477 customize-variable} as usual).
22478
22479 When @code{spam-autodetect} is used, it hooks into the process of
22480 entering a group.  Thus, entering a group with unseen or unread
22481 articles becomes the substitute for checking incoming mail.  Whether
22482 only unseen articles or all unread articles will be processed is
22483 determined by the @code{spam-autodetect-recheck-messages}.  When set
22484 to @code{t}, unread messages will be rechecked.
22485
22486 @code{spam-autodetect} grants the user at once more and less control
22487 of spam filtering.  The user will have more control over each group's
22488 spam methods, so for instance the @samp{ding} group may have
22489 @code{spam-use-BBDB} as the autodetection method, while the
22490 @samp{suspect} group may have the @code{spam-use-blacklist} and
22491 @code{spam-use-bogofilter} methods enabled.  Every article detected to
22492 be spam will be marked with the spam mark @samp{$} and processed on
22493 exit from the group as normal spam.  The user has less control over
22494 the @emph{sequence} of checks, as he might with @code{spam-split}.
22495
22496 When the newly split mail goes into groups, or messages are
22497 autodetected to be ham or spam, those groups must be exited (after
22498 entering, if needed) for further spam processing to happen.  It
22499 matters whether the group is considered a ham group, a spam group, or
22500 is unclassified, based on its @code{spam-content} parameter
22501 (@pxref{Spam ELisp Package Global Variables}).  Spam groups have the
22502 additional characteristic that, when entered, any unseen or unread
22503 articles (depending on the @code{spam-mark-only-unseen-as-spam}
22504 variable) will be marked as spam.  Thus, mail split into a spam group
22505 gets automatically marked as spam when you enter the group.
22506
22507 So, when you exit a group, the @code{spam-processors} are applied, if
22508 any are set, and the processed mail is moved to the
22509 @code{ham-process-destination} or the @code{spam-process-destination}
22510 depending on the article's classification.  If the
22511 @code{ham-process-destination} or the @code{spam-process-destination},
22512 whichever is appropriate, are @code{nil}, the article is left in the
22513 current group.
22514
22515 If a spam is found in any group (this can be changed to only non-spam
22516 groups with @code{spam-move-spam-nonspam-groups-only}), it is
22517 processed by the active @code{spam-processors} (@pxref{Spam ELisp
22518 Package Global Variables}) when the group is exited.  Furthermore, the
22519 spam is moved to the @code{spam-process-destination} (@pxref{Spam
22520 ELisp Package Global Variables}) for further training or deletion.
22521 You have to load the @code{gnus-registry.el} package and enable the
22522 @code{spam-log-to-registry} variable if you want spam to be processed
22523 no more than once.  Thus, spam is detected and processed everywhere,
22524 which is what most people want.  If the
22525 @code{spam-process-destination} is @code{nil}, the spam is marked as
22526 expired, which is usually the right thing to do.
22527
22528 If spam can not be moved---because of a read-only backend such as
22529 @acronym{NNTP}, for example, it will be copied.
22530
22531 If a ham mail is found in a ham group, as determined by the
22532 @code{ham-marks} parameter, it is processed as ham by the active ham
22533 @code{spam-processor} when the group is exited.  With the variables
22534 @code{spam-process-ham-in-spam-groups} and
22535 @code{spam-process-ham-in-nonham-groups} the behavior can be further
22536 altered so ham found anywhere can be processed.  You have to load the
22537 @code{gnus-registry.el} package and enable the
22538 @code{spam-log-to-registry} variable if you want ham to be processed
22539 no more than once.  Thus, ham is detected and processed only when
22540 necessary, which is what most people want.  More on this in
22541 @xref{Spam ELisp Package Configuration Examples}.
22542
22543 If ham can not be moved---because of a read-only backend such as
22544 @acronym{NNTP}, for example, it will be copied.
22545
22546 If all this seems confusing, don't worry.  Soon it will be as natural
22547 as typing Lisp one-liners on a neural interface@dots{} err, sorry, that's
22548 50 years in the future yet.  Just trust us, it's not so bad.
22549
22550 @node Spam ELisp Package Filtering of Incoming Mail
22551 @subsubsection Spam ELisp Package Filtering of Incoming Mail
22552 @cindex spam filtering
22553 @cindex spam filtering incoming mail
22554 @cindex spam
22555
22556 To use the @file{spam.el} facilities for incoming mail filtering, you
22557 must add the following to your fancy split list
22558 @code{nnmail-split-fancy} or @code{nnimap-split-fancy}:
22559
22560 @example
22561 (: spam-split)
22562 @end example
22563
22564 Note that the fancy split may be called @code{nnmail-split-fancy} or
22565 @code{nnimap-split-fancy}, depending on whether you use the nnmail or
22566 nnimap back ends to retrieve your mail.
22567
22568 Also, @code{spam-split} will not modify incoming mail in any way.
22569
22570 The @code{spam-split} function will process incoming mail and send the
22571 mail considered to be spam into the group name given by the variable
22572 @code{spam-split-group}.  By default that group name is @samp{spam},
22573 but you can customize @code{spam-split-group}.  Make sure the contents
22574 of @code{spam-split-group} are an @emph{unqualified} group name, for
22575 instance in an @code{nnimap} server @samp{your-server} the value
22576 @samp{spam} will turn out to be @samp{nnimap+your-server:spam}.  The
22577 value @samp{nnimap+server:spam}, therefore, is wrong and will
22578 actually give you the group
22579 @samp{nnimap+your-server:nnimap+server:spam} which may or may not
22580 work depending on your server's tolerance for strange group names.
22581
22582 You can also give @code{spam-split} a parameter,
22583 e.g. @code{spam-use-regex-headers} or @code{"maybe-spam"}.  Why is
22584 this useful?
22585
22586 Take these split rules (with @code{spam-use-regex-headers} and
22587 @code{spam-use-blackholes} set):
22588
22589 @example
22590  nnimap-split-fancy '(|
22591                       (any "ding" "ding")
22592                       (: spam-split)
22593                       ;; @r{default mailbox}
22594                       "mail")
22595 @end example
22596
22597 Now, the problem is that you want all ding messages to make it to the
22598 ding folder.  But that will let obvious spam (for example, spam
22599 detected by SpamAssassin, and @code{spam-use-regex-headers}) through,
22600 when it's sent to the ding list.  On the other hand, some messages to
22601 the ding list are from a mail server in the blackhole list, so the
22602 invocation of @code{spam-split} can't be before the ding rule.
22603
22604 You can let SpamAssassin headers supersede ding rules, but all other
22605 @code{spam-split} rules (including a second invocation of the
22606 regex-headers check) will be after the ding rule:
22607
22608 @example
22609 nnimap-split-fancy
22610       '(|
22611         ;; @r{all spam detected by @code{spam-use-regex-headers} goes to @samp{regex-spam}}
22612         (: spam-split "regex-spam" 'spam-use-regex-headers)
22613         (any "ding" "ding")
22614         ;; @r{all other spam detected by spam-split goes to @code{spam-split-group}}
22615         (: spam-split)
22616         ;; @r{default mailbox}
22617         "mail")
22618 @end example
22619
22620 This lets you invoke specific @code{spam-split} checks depending on
22621 your particular needs, and to target the results of those checks to a
22622 particular spam group.  You don't have to throw all mail into all the
22623 spam tests.  Another reason why this is nice is that messages to
22624 mailing lists you have rules for don't have to have resource-intensive
22625 blackhole checks performed on them.  You could also specify different
22626 spam checks for your nnmail split vs. your nnimap split.  Go crazy.
22627
22628 You should still have specific checks such as
22629 @code{spam-use-regex-headers} set to @code{t}, even if you
22630 specifically invoke @code{spam-split} with the check.  The reason is
22631 that when loading @file{spam.el}, some conditional loading is done
22632 depending on what @code{spam-use-xyz} variables you have set.  This
22633 is usually not critical, though.
22634
22635 @emph{Note for IMAP users}
22636
22637 The boolean variable @code{nnimap-split-download-body} needs to be
22638 set, if you want to split based on the whole message instead of just
22639 the headers.  By default, the nnimap back end will only retrieve the
22640 message headers.  If you use @code{spam-check-bogofilter},
22641 @code{spam-check-ifile}, or @code{spam-check-stat} (the splitters that
22642 can benefit from the full message body), you should set this variable.
22643 It is not set by default because it will slow @acronym{IMAP} down, and
22644 that is not an appropriate decision to make on behalf of the user.
22645
22646 @xref{Splitting in IMAP}.
22647
22648 @emph{TODO: spam.el needs to provide a uniform way of training all the
22649 statistical databases.  Some have that functionality built-in, others
22650 don't.}
22651
22652 @node Spam ELisp Package Global Variables
22653 @subsubsection Spam ELisp Package Global Variables
22654 @cindex spam filtering
22655 @cindex spam filtering variables
22656 @cindex spam variables
22657 @cindex spam
22658
22659 @vindex gnus-spam-process-newsgroups
22660 The concepts of ham processors and spam processors are very important.
22661 Ham processors and spam processors for a group can be set with the
22662 @code{spam-process} group parameter, or the
22663 @code{gnus-spam-process-newsgroups} variable.  Ham processors take
22664 mail known to be non-spam (@emph{ham}) and process it in some way so
22665 that later similar mail will also be considered non-spam.  Spam
22666 processors take mail known to be spam and process it so similar spam
22667 will be detected later.
22668
22669 The format of the spam or ham processor entry used to be a symbol,
22670 but now it is a @sc{cons} cell.  See the individual spam processor entries
22671 for more information.
22672
22673 @vindex gnus-spam-newsgroup-contents
22674 Gnus learns from the spam you get.  You have to collect your spam in
22675 one or more spam groups, and set or customize the variable
22676 @code{spam-junk-mailgroups} as appropriate.  You can also declare
22677 groups to contain spam by setting their group parameter
22678 @code{spam-contents} to @code{gnus-group-spam-classification-spam}, or
22679 by customizing the corresponding variable
22680 @code{gnus-spam-newsgroup-contents}.  The @code{spam-contents} group
22681 parameter and the @code{gnus-spam-newsgroup-contents} variable can
22682 also be used to declare groups as @emph{ham} groups if you set their
22683 classification to @code{gnus-group-spam-classification-ham}.  If
22684 groups are not classified by means of @code{spam-junk-mailgroups},
22685 @code{spam-contents}, or @code{gnus-spam-newsgroup-contents}, they are
22686 considered @emph{unclassified}.  All groups are unclassified by
22687 default.
22688
22689 @vindex gnus-spam-mark
22690 @cindex $
22691 In spam groups, all messages are considered to be spam by default:
22692 they get the @samp{$} mark (@code{gnus-spam-mark}) when you enter the
22693 group.  If you have seen a message, had it marked as spam, then
22694 unmarked it, it won't be marked as spam when you enter the group
22695 thereafter.  You can disable that behavior, so all unread messages
22696 will get the @samp{$} mark, if you set the
22697 @code{spam-mark-only-unseen-as-spam} parameter to @code{nil}.  You
22698 should remove the @samp{$} mark when you are in the group summary
22699 buffer for every message that is not spam after all.  To remove the
22700 @samp{$} mark, you can use @kbd{M-u} to ``unread'' the article, or
22701 @kbd{d} for declaring it read the non-spam way.  When you leave a
22702 group, all spam-marked (@samp{$}) articles are sent to a spam
22703 processor which will study them as spam samples.
22704
22705 Messages may also be deleted in various other ways, and unless
22706 @code{ham-marks} group parameter gets overridden below, marks @samp{R}
22707 and @samp{r} for default read or explicit delete, marks @samp{X} and
22708 @samp{K} for automatic or explicit kills, as well as mark @samp{Y} for
22709 low scores, are all considered to be associated with articles which
22710 are not spam.  This assumption might be false, in particular if you
22711 use kill files or score files as means for detecting genuine spam, you
22712 should then adjust the @code{ham-marks} group parameter.
22713
22714 @defvar ham-marks
22715 You can customize this group or topic parameter to be the list of
22716 marks you want to consider ham.  By default, the list contains the
22717 deleted, read, killed, kill-filed, and low-score marks (the idea is
22718 that these articles have been read, but are not spam).  It can be
22719 useful to also include the tick mark in the ham marks.  It is not
22720 recommended to make the unread mark a ham mark, because it normally
22721 indicates a lack of classification.  But you can do it, and we'll be
22722 happy for you.
22723 @end defvar
22724
22725 @defvar spam-marks
22726 You can customize this group or topic parameter to be the list of
22727 marks you want to consider spam.  By default, the list contains only
22728 the spam mark.  It is not recommended to change that, but you can if
22729 you really want to.
22730 @end defvar
22731
22732 When you leave @emph{any} group, regardless of its
22733 @code{spam-contents} classification, all spam-marked articles are sent
22734 to a spam processor, which will study these as spam samples.  If you
22735 explicit kill a lot, you might sometimes end up with articles marked
22736 @samp{K} which you never saw, and which might accidentally contain
22737 spam.  Best is to make sure that real spam is marked with @samp{$},
22738 and nothing else.
22739
22740 @vindex gnus-ham-process-destinations
22741 When you leave a @emph{spam} group, all spam-marked articles are
22742 marked as expired after processing with the spam processor.  This is
22743 not done for @emph{unclassified} or @emph{ham} groups.  Also, any
22744 @strong{ham} articles in a spam group will be moved to a location
22745 determined by either the @code{ham-process-destination} group
22746 parameter or a match in the @code{gnus-ham-process-destinations}
22747 variable, which is a list of regular expressions matched with group
22748 names (it's easiest to customize this variable with @kbd{M-x
22749 customize-variable @key{RET} gnus-ham-process-destinations}).  Each
22750 newsgroup specification has the format @code{(@var{regexp}
22751 @var{processor})} in a standard Lisp list, if you prefer to customize
22752 the variable manually.  The ultimate location is a group name or
22753 names.  If the @code{ham-process-destination} parameter is not set,
22754 ham articles are left in place.  If the
22755 @code{spam-mark-ham-unread-before-move-from-spam-group} parameter is
22756 set, the ham articles are marked as unread before being moved.
22757
22758 If ham can not be moved---because of a read-only backend such as
22759 @acronym{NNTP}, for example, it will be copied.
22760
22761 Note that you can use multiples destinations per group or regular
22762 expression!  This enables you to send your ham to a regular mail
22763 group and to a @emph{ham training} group.
22764
22765 When you leave a @emph{ham} group, all ham-marked articles are sent to
22766 a ham processor, which will study these as non-spam samples.
22767
22768 @vindex spam-process-ham-in-spam-groups
22769 By default the variable @code{spam-process-ham-in-spam-groups} is
22770 @code{nil}.  Set it to @code{t} if you want ham found in spam groups
22771 to be processed.  Normally this is not done, you are expected instead
22772 to send your ham to a ham group and process it there.
22773
22774 @vindex spam-process-ham-in-nonham-groups
22775 By default the variable @code{spam-process-ham-in-nonham-groups} is
22776 @code{nil}.  Set it to @code{t} if you want ham found in non-ham (spam
22777 or unclassified) groups to be processed.  Normally this is not done,
22778 you are expected instead to send your ham to a ham group and process
22779 it there.
22780
22781 @vindex gnus-spam-process-destinations
22782 When you leave a @emph{ham} or @emph{unclassified} group, all
22783 @strong{spam} articles are moved to a location determined by either
22784 the @code{spam-process-destination} group parameter or a match in the
22785 @code{gnus-spam-process-destinations} variable, which is a list of
22786 regular expressions matched with group names (it's easiest to
22787 customize this variable with @kbd{M-x customize-variable @key{RET}
22788 gnus-spam-process-destinations}).  Each newsgroup specification has
22789 the repeated format @code{(@var{regexp} @var{group})} and they are all
22790 in a standard Lisp list, if you prefer to customize the variable
22791 manually.  The ultimate location is a group name or names.  If the
22792 @code{spam-process-destination} parameter is not set, the spam
22793 articles are only expired.  The group name is fully qualified, meaning
22794 that if you see @samp{nntp:servername} before the group name in the
22795 group buffer then you need it here as well.
22796
22797 If spam can not be moved---because of a read-only backend such as
22798 @acronym{NNTP}, for example, it will be copied.
22799
22800 Note that you can use multiples destinations per group or regular
22801 expression!  This enables you to send your spam to multiple @emph{spam
22802 training} groups.
22803
22804 @vindex spam-log-to-registry
22805 The problem with processing ham and spam is that Gnus doesn't track
22806 this processing by default.  Enable the @code{spam-log-to-registry}
22807 variable so @code{spam.el} will use @code{gnus-registry.el} to track
22808 what articles have been processed, and avoid processing articles
22809 multiple times.  Keep in mind that if you limit the number of registry
22810 entries, this won't work as well as it does without a limit.
22811
22812 @vindex spam-mark-only-unseen-as-spam
22813 Set this variable if you want only unseen articles in spam groups to
22814 be marked as spam.  By default, it is set.  If you set it to
22815 @code{nil}, unread articles will also be marked as spam.
22816
22817 @vindex spam-mark-ham-unread-before-move-from-spam-group
22818 Set this variable if you want ham to be unmarked before it is moved
22819 out of the spam group.  This is very useful when you use something
22820 like the tick mark @samp{!} to mark ham---the article will be placed
22821 in your @code{ham-process-destination}, unmarked as if it came fresh
22822 from the mail server.
22823
22824 @vindex spam-autodetect-recheck-messages
22825 When autodetecting spam, this variable tells @code{spam.el} whether
22826 only unseen articles or all unread articles should be checked for
22827 spam.  It is recommended that you leave it off.
22828
22829 @node Spam ELisp Package Configuration Examples
22830 @subsubsection Spam ELisp Package Configuration Examples
22831 @cindex spam filtering
22832 @cindex spam filtering configuration examples
22833 @cindex spam configuration examples
22834 @cindex spam
22835
22836 @subsubheading Ted's setup
22837
22838 From Ted Zlatanov <tzz@@lifelogs.com>.
22839 @example
22840 ;; @r{for @code{gnus-registry-split-fancy-with-parent} and spam autodetection}
22841 ;; @r{see @file{gnus-registry.el} for more information}
22842 (gnus-registry-initialize)
22843 (spam-initialize)
22844
22845 ;; @r{I like @kbd{C-s} for marking spam}
22846 (define-key gnus-summary-mode-map "\C-s" 'gnus-summary-mark-as-spam)
22847
22848 (setq
22849  spam-log-to-registry t     ; @r{for spam autodetection}
22850  spam-use-BBDB t
22851  spam-use-regex-headers t   ; @r{catch X-Spam-Flag (SpamAssassin)}
22852  ;; @r{all groups with @samp{spam} in the name contain spam}
22853  gnus-spam-newsgroup-contents
22854   '(("spam" gnus-group-spam-classification-spam))
22855  ;; @r{see documentation for these}
22856  spam-move-spam-nonspam-groups-only nil
22857  spam-mark-only-unseen-as-spam t
22858  spam-mark-ham-unread-before-move-from-spam-group t
22859  nnimap-split-rule 'nnimap-split-fancy
22860  ;; @r{understand what this does before you copy it to your own setup!}
22861  nnimap-split-fancy '(|
22862                       ;; @r{trace references to parents and put in their group}
22863                       (: gnus-registry-split-fancy-with-parent)
22864                       ;; @r{this will catch server-side SpamAssassin tags}
22865                       (: spam-split 'spam-use-regex-headers)
22866                       (any "ding" "ding")
22867                       ;; @r{note that spam by default will go to @samp{spam}}
22868                       (: spam-split)
22869                       ;; @r{default mailbox}
22870                       "mail"))
22871
22872 ;; @r{my parameters, set with @kbd{G p}}
22873
22874 ;; @r{all nnml groups, and all nnimap groups except}
22875 ;; @r{@samp{nnimap+mail.lifelogs.com:train} and}
22876 ;; @r{@samp{nnimap+mail.lifelogs.com:spam}: any spam goes to nnimap training,}
22877 ;; @r{because it must have been detected manually}
22878
22879 ((spam-process-destination . "nnimap+mail.lifelogs.com:train"))
22880
22881 ;; @r{all @acronym{NNTP} groups}
22882 ;; @r{autodetect spam with the blacklist and ham with the BBDB}
22883 ((spam-autodetect-methods spam-use-blacklist spam-use-BBDB)
22884 ;; @r{send all spam to the training group}
22885  (spam-process-destination . "nnimap+mail.lifelogs.com:train"))
22886
22887 ;; @r{only some @acronym{NNTP} groups, where I want to autodetect spam}
22888 ((spam-autodetect . t))
22889
22890 ;; @r{my nnimap @samp{nnimap+mail.lifelogs.com:spam} group}
22891
22892 ;; @r{this is a spam group}
22893 ((spam-contents gnus-group-spam-classification-spam)
22894
22895  ;; @r{any spam (which happens when I enter for all unseen messages,}
22896  ;; @r{because of the @code{gnus-spam-newsgroup-contents} setting above), goes to}
22897  ;; @r{@samp{nnimap+mail.lifelogs.com:train} unless I mark it as ham}
22898
22899  (spam-process-destination "nnimap+mail.lifelogs.com:train")
22900
22901  ;; @r{any ham goes to my @samp{nnimap+mail.lifelogs.com:mail} folder, but}
22902  ;; @r{also to my @samp{nnimap+mail.lifelogs.com:trainham} folder for training}
22903
22904  (ham-process-destination "nnimap+mail.lifelogs.com:mail" 
22905                           "nnimap+mail.lifelogs.com:trainham")
22906  ;; @r{in this group, only @samp{!} marks are ham}
22907  (ham-marks
22908   (gnus-ticked-mark))
22909  ;; @r{remembers senders in the blacklist on the way out---this is}
22910  ;; @r{definitely not needed, it just makes me feel better}
22911  (spam-process (gnus-group-spam-exit-processor-blacklist)))
22912
22913 ;; @r{Later, on the @acronym{IMAP} server I use the @samp{train} group for training}
22914 ;; @r{SpamAssassin to recognize spam, and the @samp{trainham} group fora}
22915 ;; @r{recognizing ham---but Gnus has nothing to do with it.}
22916
22917 @end example
22918
22919 @subsubheading Using @file{spam.el} on an IMAP server with a statistical filter on the server
22920 From Reiner Steib <reiner.steib@@gmx.de>.
22921
22922 My provider has set up bogofilter (in combination with @acronym{DCC}) on
22923 the mail server (@acronym{IMAP}).  Recognized spam goes to
22924 @samp{spam.detected}, the rest goes through the normal filter rules,
22925 i.e. to @samp{some.folder} or to @samp{INBOX}.  Training on false
22926 positives or negatives is done by copying or moving the article to
22927 @samp{training.ham} or @samp{training.spam} respectively.  A cron job on
22928 the server feeds those to bogofilter with the suitable ham or spam
22929 options and deletes them from the @samp{training.ham} and
22930 @samp{training.spam} folders.
22931
22932 With the following entries in @code{gnus-parameters}, @code{spam.el}
22933 does most of the job for me:
22934
22935 @lisp
22936    ("nnimap:spam\\.detected"
22937     (gnus-article-sort-functions '(gnus-article-sort-by-chars))
22938     (ham-process-destination "nnimap:INBOX" "nnimap:training.ham")
22939     (spam-contents gnus-group-spam-classification-spam))
22940    ("nnimap:\\(INBOX\\|other-folders\\)"
22941     (spam-process-destination . "nnimap:training.spam")
22942     (spam-contents gnus-group-spam-classification-ham))
22943 @end lisp
22944
22945 @itemize 
22946
22947 @item @b{The Spam folder:}
22948
22949 In the folder @samp{spam.detected}, I have to check for false positives
22950 (i.e. legitimate mails, that were wrongly judged as spam by
22951 bogofilter or DCC).
22952
22953 Because of the @code{gnus-group-spam-classification-spam} entry, all
22954 messages are marked as spam (with @code{$}).  When I find a false
22955 positive, I mark the message with some other ham mark (@code{ham-marks},
22956 @ref{Spam ELisp Package Global Variables}).  On group exit, those
22957 messages are copied to both groups, @samp{INBOX} (where I want to have
22958 the article) and @samp{training.ham} (for training bogofilter) and
22959 deleted from the @samp{spam.detected} folder.
22960
22961 The @code{gnus-article-sort-by-chars} entry simplifies detection of
22962 false positives for me.  I receive lots of worms (sweN, @dots{}), that all
22963 have a similar size.  Grouping them by size (i.e. chars) makes finding
22964 other false positives easier.  (Of course worms aren't @i{spam}
22965 (@acronym{UCE}, @acronym{UBE}) strictly speaking.  Anyhow, bogofilter is
22966 an excellent tool for filtering those unwanted mails for me.)
22967
22968 @item @b{Ham folders:}
22969
22970 In my ham folders, I just hit @kbd{S x}
22971 (@code{gnus-summary-mark-as-spam}) whenever I see an unrecognized spam
22972 mail (false negative).  On group exit, those messages are moved to
22973 @samp{training.ham}.
22974 @end itemize
22975
22976 @subsubheading Reporting spam articles in Gmane groups with @code{spam-report.el}
22977
22978 From Reiner Steib <reiner.steib@@gmx.de>.
22979
22980 With following entry in @code{gnus-parameters}, @kbd{S x}
22981 (@code{gnus-summary-mark-as-spam}) marks articles in @code{gmane.*}
22982 groups as spam and reports the to Gmane at group exit:
22983
22984 @lisp
22985    ("^gmane\\."
22986     (spam-process (gnus-group-spam-exit-processor-report-gmane)))
22987 @end lisp
22988
22989 Additionally, I use @code{(setq spam-report-gmane-use-article-number nil)}
22990 because I don't read the groups directly from news.gmane.org, but
22991 through my local news server (leafnode).  I.e. the article numbers are
22992 not the same as on news.gmane.org, thus @code{spam-report.el} has to check
22993 the @code{X-Report-Spam} header to find the correct number.
22994
22995 @node Blacklists and Whitelists
22996 @subsubsection Blacklists and Whitelists
22997 @cindex spam filtering
22998 @cindex whitelists, spam filtering
22999 @cindex blacklists, spam filtering
23000 @cindex spam
23001
23002 @defvar spam-use-blacklist
23003
23004 Set this variable to @code{t} if you want to use blacklists when
23005 splitting incoming mail.  Messages whose senders are in the blacklist
23006 will be sent to the @code{spam-split-group}.  This is an explicit
23007 filter, meaning that it acts only on mail senders @emph{declared} to
23008 be spammers.
23009
23010 @end defvar
23011
23012 @defvar spam-use-whitelist
23013
23014 Set this variable to @code{t} if you want to use whitelists when
23015 splitting incoming mail.  Messages whose senders are not in the
23016 whitelist will be sent to the next spam-split rule.  This is an
23017 explicit filter, meaning that unless someone is in the whitelist, their
23018 messages are not assumed to be spam or ham.
23019
23020 @end defvar
23021
23022 @defvar spam-use-whitelist-exclusive
23023
23024 Set this variable to @code{t} if you want to use whitelists as an
23025 implicit filter, meaning that every message will be considered spam
23026 unless the sender is in the whitelist.  Use with care.
23027
23028 @end defvar
23029
23030 @defvar gnus-group-spam-exit-processor-blacklist
23031
23032 Add this symbol to a group's @code{spam-process} parameter by
23033 customizing the group parameters or the
23034 @code{gnus-spam-process-newsgroups} variable.  When this symbol is
23035 added to a group's @code{spam-process} parameter, the senders of
23036 spam-marked articles will be added to the blacklist.
23037
23038 @emph{WARNING} 
23039
23040 Instead of the obsolete
23041 @code{gnus-group-spam-exit-processor-blacklist}, it is recommended
23042 that you use @code{'(spam spam-use-blacklist)}.  Everything will work
23043 the same way, we promise.
23044
23045 @end defvar
23046
23047 @defvar gnus-group-ham-exit-processor-whitelist
23048
23049 Add this symbol to a group's @code{spam-process} parameter by
23050 customizing the group parameters or the
23051 @code{gnus-spam-process-newsgroups} variable.  When this symbol is
23052 added to a group's @code{spam-process} parameter, the senders of
23053 ham-marked articles in @emph{ham} groups will be added to the
23054 whitelist.  Note that this ham processor has no effect in @emph{spam}
23055 or @emph{unclassified} groups.
23056
23057 @emph{WARNING} 
23058
23059 Instead of the obsolete
23060 @code{gnus-group-ham-exit-processor-whitelist}, it is recommended
23061 that you use @code{'(ham spam-use-whitelist)}.  Everything will work
23062 the same way, we promise.
23063
23064 @end defvar
23065
23066 Blacklists are lists of regular expressions matching addresses you
23067 consider to be spam senders.  For instance, to block mail from any
23068 sender at @samp{vmadmin.com}, you can put @samp{vmadmin.com} in your
23069 blacklist.  You start out with an empty blacklist.  Blacklist entries
23070 use the Emacs regular expression syntax.
23071
23072 Conversely, whitelists tell Gnus what addresses are considered
23073 legitimate.  All messages from whitelisted addresses are considered
23074 non-spam.  Also see @ref{BBDB Whitelists}.  Whitelist entries use the
23075 Emacs regular expression syntax.
23076
23077 The blacklist and whitelist file locations can be customized with the
23078 @code{spam-directory} variable (@file{~/News/spam} by default), or
23079 the @code{spam-whitelist} and @code{spam-blacklist} variables
23080 directly.  The whitelist and blacklist files will by default be in the
23081 @code{spam-directory} directory, named @file{whitelist} and
23082 @file{blacklist} respectively.
23083
23084 @node BBDB Whitelists
23085 @subsubsection BBDB Whitelists
23086 @cindex spam filtering
23087 @cindex BBDB whitelists, spam filtering
23088 @cindex BBDB, spam filtering
23089 @cindex spam
23090
23091 @defvar spam-use-BBDB
23092
23093 Analogous to @code{spam-use-whitelist} (@pxref{Blacklists and
23094 Whitelists}), but uses the BBDB as the source of whitelisted
23095 addresses, without regular expressions.  You must have the BBDB loaded
23096 for @code{spam-use-BBDB} to work properly.  Messages whose senders are
23097 not in the BBDB will be sent to the next spam-split rule.  This is an
23098 explicit filter, meaning that unless someone is in the BBDB, their
23099 messages are not assumed to be spam or ham.
23100
23101 @end defvar
23102
23103 @defvar spam-use-BBDB-exclusive
23104
23105 Set this variable to @code{t} if you want to use the BBDB as an
23106 implicit filter, meaning that every message will be considered spam
23107 unless the sender is in the BBDB.  Use with care.  Only sender
23108 addresses in the BBDB will be allowed through; all others will be
23109 classified as spammers.
23110
23111 @end defvar
23112
23113 @defvar gnus-group-ham-exit-processor-BBDB
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 ham-marked articles in @emph{ham} groups will be added to the
23120 BBDB.  Note that this ham processor has no effect in @emph{spam}
23121 or @emph{unclassified} groups.
23122
23123 @emph{WARNING} 
23124
23125 Instead of the obsolete
23126 @code{gnus-group-ham-exit-processor-BBDB}, it is recommended
23127 that you use @code{'(ham spam-use-BBDB)}.  Everything will work
23128 the same way, we promise.
23129
23130 @end defvar
23131
23132 @node Gmane Spam Reporting
23133 @subsubsection Gmane Spam Reporting
23134 @cindex spam reporting
23135 @cindex Gmane, spam reporting
23136 @cindex Gmane, spam reporting
23137 @cindex spam
23138
23139 @defvar gnus-group-spam-exit-processor-report-gmane
23140
23141 Add this symbol to a group's @code{spam-process} parameter by
23142 customizing the group parameters or the
23143 @code{gnus-spam-process-newsgroups} variable.  When this symbol is
23144 added to a group's @code{spam-process} parameter, the spam-marked
23145 articles groups will be reported to the Gmane administrators via a
23146 HTTP request.
23147
23148 Gmane can be found at @uref{http://gmane.org}.
23149
23150 @emph{WARNING} 
23151
23152 Instead of the obsolete
23153 @code{gnus-group-spam-exit-processor-report-gmane}, it is recommended
23154 that you use @code{'(spam spam-use-gmane)}.  Everything will work the
23155 same way, we promise.
23156
23157 @end defvar
23158
23159 @defvar spam-report-gmane-use-article-number
23160
23161 This variable is @code{t} by default.  Set it to @code{nil} if you are
23162 running your own news server, for instance, and the local article
23163 numbers don't correspond to the Gmane article numbers.  When
23164 @code{spam-report-gmane-use-article-number} is @code{nil},
23165 @code{spam-report.el} will use the @code{X-Report-Spam} header that
23166 Gmane provides.
23167
23168 @end defvar
23169
23170 @node Anti-spam Hashcash Payments
23171 @subsubsection Anti-spam Hashcash Payments
23172 @cindex spam filtering
23173 @cindex hashcash, spam filtering
23174 @cindex spam
23175
23176 @defvar spam-use-hashcash
23177
23178 Similar to @code{spam-use-whitelist} (@pxref{Blacklists and
23179 Whitelists}), but uses hashcash tokens for whitelisting messages
23180 instead of the sender address.  You must have the @code{hashcash.el}
23181 package loaded for @code{spam-use-hashcash} to work properly.
23182 Messages without a hashcash payment token will be sent to the next
23183 spam-split rule.  This is an explicit filter, meaning that unless a
23184 hashcash token is found, the messages are not assumed to be spam or
23185 ham.
23186
23187 @end defvar
23188
23189 @node Blackholes
23190 @subsubsection Blackholes
23191 @cindex spam filtering
23192 @cindex blackholes, spam filtering
23193 @cindex spam
23194
23195 @defvar spam-use-blackholes
23196
23197 This option is disabled by default.  You can let Gnus consult the
23198 blackhole-type distributed spam processing systems (DCC, for instance)
23199 when you set this option.  The variable @code{spam-blackhole-servers}
23200 holds the list of blackhole servers Gnus will consult.  The current
23201 list is fairly comprehensive, but make sure to let us know if it
23202 contains outdated servers.
23203
23204 The blackhole check uses the @code{dig.el} package, but you can tell
23205 @file{spam.el} to use @code{dns.el} instead for better performance if
23206 you set @code{spam-use-dig} to @code{nil}.  It is not recommended at
23207 this time to set @code{spam-use-dig} to @code{nil} despite the
23208 possible performance improvements, because some users may be unable to
23209 use it, but you can try it and see if it works for you.
23210
23211 @end defvar
23212
23213 @defvar spam-blackhole-servers
23214
23215 The list of servers to consult for blackhole checks.
23216
23217 @end defvar
23218
23219 @defvar spam-blackhole-good-server-regex
23220
23221 A regular expression for IPs that should not be checked against the
23222 blackhole server list.  When set to @code{nil}, it has no effect.
23223
23224 @end defvar
23225
23226 @defvar spam-use-dig
23227
23228 Use the @code{dig.el} package instead of the @code{dns.el} package.
23229 The default setting of @code{t} is recommended.
23230
23231 @end defvar
23232
23233 Blackhole checks are done only on incoming mail.  There is no spam or
23234 ham processor for blackholes.
23235
23236 @node Regular Expressions Header Matching
23237 @subsubsection Regular Expressions Header Matching
23238 @cindex spam filtering
23239 @cindex regular expressions header matching, spam filtering
23240 @cindex spam
23241
23242 @defvar spam-use-regex-headers
23243
23244 This option is disabled by default.  You can let Gnus check the
23245 message headers against lists of regular expressions when you set this
23246 option.  The variables @code{spam-regex-headers-spam} and
23247 @code{spam-regex-headers-ham} hold the list of regular expressions.
23248 Gnus will check against the message headers to determine if the
23249 message is spam or ham, respectively.
23250
23251 @end defvar
23252
23253 @defvar spam-regex-headers-spam
23254
23255 The list of regular expressions that, when matched in the headers of
23256 the message, positively identify it as spam.
23257
23258 @end defvar
23259
23260 @defvar spam-regex-headers-ham
23261
23262 The list of regular expressions that, when matched in the headers of
23263 the message, positively identify it as ham.
23264
23265 @end defvar
23266
23267 Regular expression header checks are done only on incoming mail.
23268 There is no specific spam or ham processor for regular expressions.
23269
23270 @node Bogofilter
23271 @subsubsection Bogofilter
23272 @cindex spam filtering
23273 @cindex bogofilter, spam filtering
23274 @cindex spam
23275
23276 @defvar spam-use-bogofilter
23277
23278 Set this variable if you want @code{spam-split} to use Eric Raymond's
23279 speedy Bogofilter.
23280
23281 With a minimum of care for associating the @samp{$} mark for spam
23282 articles only, Bogofilter training all gets fairly automatic.  You
23283 should do this until you get a few hundreds of articles in each
23284 category, spam or not.  The command @kbd{S t} in summary mode, either
23285 for debugging or for curiosity, shows the @emph{spamicity} score of
23286 the current article (between 0.0 and 1.0).
23287
23288 Bogofilter determines if a message is spam based on a specific
23289 threshold.  That threshold can be customized, consult the Bogofilter
23290 documentation.
23291
23292 If the @code{bogofilter} executable is not in your path, Bogofilter
23293 processing will be turned off.
23294
23295 You should not enable this if you use @code{spam-use-bogofilter-headers}.
23296
23297 @end defvar
23298
23299 @defvar spam-use-bogofilter-headers
23300
23301 Set this variable if you want @code{spam-split} to use Eric Raymond's
23302 speedy Bogofilter, looking only at the message headers.  It works
23303 similarly to @code{spam-use-bogofilter}, but the @code{X-Bogosity} header
23304 must be in the message already.  Normally you would do this with a
23305 procmail recipe or something similar; consult the Bogofilter
23306 installation documents for details.
23307
23308 You should not enable this if you use @code{spam-use-bogofilter}.
23309
23310 @end defvar
23311
23312 @defvar gnus-group-spam-exit-processor-bogofilter
23313 Add this symbol to a group's @code{spam-process} parameter by
23314 customizing the group parameters or the
23315 @code{gnus-spam-process-newsgroups} variable.  When this symbol is
23316 added to a group's @code{spam-process} parameter, spam-marked articles
23317 will be added to the Bogofilter spam database.
23318
23319 @emph{WARNING} 
23320
23321 Instead of the obsolete
23322 @code{gnus-group-spam-exit-processor-bogofilter}, it is recommended
23323 that you use @code{'(spam spam-use-bogofilter)}.  Everything will work
23324 the same way, we promise.
23325 @end defvar
23326
23327 @defvar gnus-group-ham-exit-processor-bogofilter
23328 Add this symbol to a group's @code{spam-process} parameter by
23329 customizing the group parameters or the
23330 @code{gnus-spam-process-newsgroups} variable.  When this symbol is
23331 added to a group's @code{spam-process} parameter, the ham-marked
23332 articles in @emph{ham} groups will be added to the Bogofilter database
23333 of non-spam messages.  Note that this ham processor has no effect in
23334 @emph{spam} or @emph{unclassified} groups.
23335
23336 @emph{WARNING} 
23337
23338 Instead of the obsolete
23339 @code{gnus-group-ham-exit-processor-bogofilter}, it is recommended
23340 that you use @code{'(ham spam-use-bogofilter)}.  Everything will work
23341 the same way, we promise.
23342 @end defvar
23343
23344 @defvar spam-bogofilter-database-directory
23345
23346 This is the directory where Bogofilter will store its databases.  It
23347 is not specified by default, so Bogofilter will use its own default
23348 database directory.
23349
23350 @end defvar
23351
23352 The Bogofilter mail classifier is similar to @command{ifile} in intent and
23353 purpose.  A ham and a spam processor are provided, plus the
23354 @code{spam-use-bogofilter} and @code{spam-use-bogofilter-headers}
23355 variables to indicate to spam-split that Bogofilter should either be
23356 used, or has already been used on the article.  The 0.9.2.1 version of
23357 Bogofilter was used to test this functionality.
23358
23359 @node ifile spam filtering
23360 @subsubsection ifile spam filtering
23361 @cindex spam filtering
23362 @cindex ifile, spam filtering
23363 @cindex spam
23364
23365 @defvar spam-use-ifile
23366
23367 Enable this variable if you want @code{spam-split} to use @command{ifile}, a
23368 statistical analyzer similar to Bogofilter.
23369
23370 @end defvar
23371
23372 @defvar spam-ifile-all-categories
23373
23374 Enable this variable if you want @code{spam-use-ifile} to give you all
23375 the ifile categories, not just spam/non-spam.  If you use this, make
23376 sure you train ifile as described in its documentation.
23377
23378 @end defvar
23379
23380 @defvar spam-ifile-spam-category
23381
23382 This is the category of spam messages as far as ifile is concerned.
23383 The actual string used is irrelevant, but you probably want to leave
23384 the default value of @samp{spam}.
23385 @end defvar
23386
23387 @defvar spam-ifile-database-path
23388
23389 This is the filename for the ifile database.  It is not specified by
23390 default, so ifile will use its own default database name.
23391
23392 @end defvar
23393
23394 The ifile mail classifier is similar to Bogofilter in intent and
23395 purpose.  A ham and a spam processor are provided, plus the
23396 @code{spam-use-ifile} variable to indicate to spam-split that ifile
23397 should be used.  The 1.2.1 version of ifile was used to test this
23398 functionality.
23399
23400 @node spam-stat spam filtering
23401 @subsubsection spam-stat spam filtering
23402 @cindex spam filtering
23403 @cindex spam-stat, spam filtering
23404 @cindex spam-stat
23405 @cindex spam
23406
23407 @xref{Filtering Spam Using Statistics with spam-stat}.
23408
23409 @defvar spam-use-stat
23410
23411 Enable this variable if you want @code{spam-split} to use
23412 spam-stat.el, an Emacs Lisp statistical analyzer.
23413
23414 @end defvar
23415
23416 @defvar gnus-group-spam-exit-processor-stat
23417 Add this symbol to a group's @code{spam-process} parameter by
23418 customizing the group parameters or the
23419 @code{gnus-spam-process-newsgroups} variable.  When this symbol is
23420 added to a group's @code{spam-process} parameter, the spam-marked
23421 articles will be added to the spam-stat database of spam messages.
23422
23423 @emph{WARNING} 
23424
23425 Instead of the obsolete
23426 @code{gnus-group-spam-exit-processor-stat}, it is recommended
23427 that you use @code{'(spam spam-use-stat)}.  Everything will work
23428 the same way, we promise.
23429 @end defvar
23430
23431 @defvar gnus-group-ham-exit-processor-stat
23432 Add this symbol to a group's @code{spam-process} parameter by
23433 customizing the group parameters or the
23434 @code{gnus-spam-process-newsgroups} variable.  When this symbol is
23435 added to a group's @code{spam-process} parameter, the ham-marked
23436 articles in @emph{ham} groups will be added to the spam-stat database
23437 of non-spam messages.  Note that this ham processor has no effect in
23438 @emph{spam} or @emph{unclassified} groups.
23439
23440 @emph{WARNING} 
23441
23442 Instead of the obsolete
23443 @code{gnus-group-ham-exit-processor-stat}, it is recommended
23444 that you use @code{'(ham spam-use-stat)}.  Everything will work
23445 the same way, we promise.
23446 @end defvar
23447
23448 This enables @file{spam.el} to cooperate with @file{spam-stat.el}.
23449 @file{spam-stat.el} provides an internal (Lisp-only) spam database,
23450 which unlike ifile or Bogofilter does not require external programs.
23451 A spam and a ham processor, and the @code{spam-use-stat} variable for
23452 @code{spam-split} are provided.
23453
23454 @node SpamOracle
23455 @subsubsection Using SpamOracle with Gnus
23456 @cindex spam filtering
23457 @cindex SpamOracle
23458 @cindex spam
23459
23460 An easy way to filter out spam is to use SpamOracle.  SpamOracle is an
23461 statistical mail filtering tool written by Xavier Leroy and needs to be
23462 installed separately.
23463
23464 There are several ways to use SpamOracle with Gnus.  In all cases, your
23465 mail is piped through SpamOracle in its @emph{mark} mode.  SpamOracle will
23466 then enter an @samp{X-Spam} header indicating whether it regards the
23467 mail as a spam mail or not.
23468
23469 One possibility is to run SpamOracle as a @code{:prescript} from the
23470 @xref{Mail Source Specifiers}, (@pxref{SpamAssassin}).  This method has
23471 the advantage that the user can see the @emph{X-Spam} headers.
23472
23473 The easiest method is to make @file{spam.el} (@pxref{Filtering Spam
23474 Using The Spam ELisp Package}) call SpamOracle.
23475
23476 @vindex spam-use-spamoracle
23477 To enable SpamOracle usage by @file{spam.el}, set the variable
23478 @code{spam-use-spamoracle} to @code{t} and configure the
23479 @code{nnmail-split-fancy} or @code{nnimap-split-fancy} as described in
23480 the section @xref{Filtering Spam Using The Spam ELisp Package}.  In
23481 this example the @samp{INBOX} of an nnimap server is filtered using
23482 SpamOracle.  Mails recognized as spam mails will be moved to
23483 @code{spam-split-group}, @samp{Junk} in this case.  Ham messages stay
23484 in @samp{INBOX}:
23485
23486 @example
23487 (setq spam-use-spamoracle t
23488       spam-split-group "Junk"
23489       nnimap-split-inbox '("INBOX")
23490       nnimap-split-rule 'nnimap-split-fancy
23491       nnimap-split-fancy '(| (: spam-split) "INBOX"))
23492 @end example
23493
23494 @defvar spam-use-spamoracle
23495 Set to @code{t} if you want Gnus to enable spam filtering using
23496 SpamOracle.
23497 @end defvar
23498
23499 @defvar spam-spamoracle-binary
23500 Gnus uses the SpamOracle binary called @file{spamoracle} found in the
23501 user's PATH.  Using the variable @code{spam-spamoracle-binary}, this
23502 can be customized.
23503 @end defvar
23504
23505 @defvar spam-spamoracle-database
23506 By default, SpamOracle uses the file @file{~/.spamoracle.db} as a database to
23507 store its analyses.  This is controlled by the variable
23508 @code{spam-spamoracle-database} which defaults to @code{nil}.  That means
23509 the default SpamOracle database will be used.  In case you want your
23510 database to live somewhere special, set
23511 @code{spam-spamoracle-database} to this path.
23512 @end defvar
23513
23514 SpamOracle employs a statistical algorithm to determine whether a
23515 message is spam or ham.  In order to get good results, meaning few
23516 false hits or misses, SpamOracle needs training.  SpamOracle learns the
23517 characteristics of your spam mails.  Using the @emph{add} mode
23518 (training mode) one has to feed good (ham) and spam mails to
23519 SpamOracle.  This can be done by pressing @kbd{|} in the Summary buffer
23520 and pipe the mail to a SpamOracle process or using @file{spam.el}'s
23521 spam- and ham-processors, which is much more convenient.  For a
23522 detailed description of spam- and ham-processors, @xref{Filtering Spam
23523 Using The Spam ELisp Package}.
23524
23525 @defvar gnus-group-spam-exit-processor-spamoracle
23526 Add this symbol to a group's @code{spam-process} parameter by
23527 customizing the group parameter or the
23528 @code{gnus-spam-process-newsgroups} variable.  When this symbol is added
23529 to a group's @code{spam-process} parameter, spam-marked articles will be
23530 sent to SpamOracle as spam samples.
23531
23532 @emph{WARNING} 
23533
23534 Instead of the obsolete
23535 @code{gnus-group-spam-exit-processor-spamoracle}, it is recommended
23536 that you use @code{'(spam spam-use-spamoracle)}.  Everything will work
23537 the same way, we promise.
23538 @end defvar
23539
23540 @defvar gnus-group-ham-exit-processor-spamoracle
23541 Add this symbol to a group's @code{spam-process} parameter by
23542 customizing the group parameter or the
23543 @code{gnus-spam-process-newsgroups} variable.  When this symbol is added
23544 to a group's @code{spam-process} parameter, the ham-marked articles in
23545 @emph{ham} groups will be sent to the SpamOracle as samples of ham
23546 messages.  Note that this ham processor has no effect in @emph{spam} or
23547 @emph{unclassified} groups.
23548
23549 @emph{WARNING} 
23550
23551 Instead of the obsolete
23552 @code{gnus-group-ham-exit-processor-spamoracle}, it is recommended
23553 that you use @code{'(ham spam-use-spamoracle)}.  Everything will work
23554 the same way, we promise.
23555 @end defvar
23556
23557 @emph{Example:} These are the Group Parameters of a group that has been
23558 classified as a ham group, meaning that it should only contain ham
23559 messages.
23560 @example
23561  ((spam-contents gnus-group-spam-classification-ham)
23562   (spam-process ((ham spam-use-spamoracle)
23563                  (spam spam-use-spamoracle))))
23564 @end example
23565 For this group the @code{spam-use-spamoracle} is installed for both
23566 ham and spam processing.  If the group contains spam message
23567 (e.g. because SpamOracle has not had enough sample messages yet) and
23568 the user marks some messages as spam messages, these messages will be
23569 processed by SpamOracle.  The processor sends the messages to
23570 SpamOracle as new samples for spam.
23571
23572 @node Extending the Spam ELisp package
23573 @subsubsection Extending the Spam ELisp package
23574 @cindex spam filtering
23575 @cindex spam elisp package, extending
23576 @cindex extending the spam elisp package
23577
23578 Say you want to add a new back end called blackbox.  For filtering
23579 incoming mail, provide the following:
23580
23581 @enumerate
23582
23583 @item
23584 Code
23585
23586 @lisp
23587 (defvar spam-use-blackbox nil
23588   "True if blackbox should be used.")
23589 @end lisp
23590
23591 Add
23592 @lisp
23593 (spam-use-blackbox   . spam-check-blackbox)
23594 @end lisp
23595 to @code{spam-list-of-checks}.
23596
23597 Add
23598 @lisp
23599 (gnus-group-ham-exit-processor-blackbox  ham spam-use-blackbox)
23600 (gnus-group-spam-exit-processor-blackbox spam spam-use-blackbox)
23601 @end lisp
23602
23603 to @code{spam-list-of-processors}.
23604
23605 Add
23606 @lisp
23607 (spam-use-blackbox spam-blackbox-register-routine
23608                    nil
23609                    spam-blackbox-unregister-routine
23610                    nil)
23611 @end lisp
23612
23613 to @code{spam-registration-functions}.  Write the register/unregister
23614 routines using the bogofilter register/unregister routines as a
23615 start, or other restister/unregister routines more appropriate to
23616 Blackbox.
23617
23618 @item
23619 Functionality
23620
23621 Write the @code{spam-check-blackbox} function.  It should return
23622 @samp{nil} or @code{spam-split-group}, observing the other
23623 conventions.  See the existing @code{spam-check-*} functions for
23624 examples of what you can do, and stick to the template unless you
23625 fully understand the reasons why you aren't.
23626
23627 Make sure to add @code{spam-use-blackbox} to
23628 @code{spam-list-of-statistical-checks} if Blackbox is a statistical
23629 mail analyzer that needs the full message body to operate.
23630
23631 @end enumerate
23632
23633 For processing spam and ham messages, provide the following:
23634
23635 @enumerate
23636
23637 @item
23638 Code
23639
23640 Note you don't have to provide a spam or a ham processor.  Only
23641 provide them if Blackbox supports spam or ham processing.
23642
23643 Also, ham and spam processors are being phased out as single
23644 variables.  Instead the form @code{'(spam spam-use-blackbox)} or 
23645 @code{'(ham spam-use-blackbox)} is favored.  For now, spam/ham
23646 processor variables are still around but they won't be for long.
23647
23648 @lisp
23649 (defvar gnus-group-spam-exit-processor-blackbox "blackbox-spam"
23650   "The Blackbox summary exit spam processor.
23651 Only applicable to spam groups.")
23652
23653 (defvar gnus-group-ham-exit-processor-blackbox "blackbox-ham"
23654   "The whitelist summary exit ham processor.
23655 Only applicable to non-spam (unclassified and ham) groups.")
23656
23657 @end lisp
23658
23659 @item
23660 Gnus parameters
23661
23662 Add
23663 @lisp
23664 (const :tag "Spam: Blackbox" (spam spam-use-blackbox))
23665 (const :tag "Ham: Blackbox"  (ham spam-use-blackbox))
23666 @end lisp
23667 to the @code{spam-process} group parameter in @code{gnus.el}.  Make
23668 sure you do it twice, once for the parameter and once for the
23669 variable customization.
23670
23671 Add
23672 @lisp
23673 (variable-item spam-use-blackbox)
23674 @end lisp
23675 to the @code{spam-autodetect-methods} group parameter in
23676 @code{gnus.el}.
23677
23678 @end enumerate
23679
23680
23681 @node Filtering Spam Using Statistics with spam-stat
23682 @subsection Filtering Spam Using Statistics with spam-stat
23683 @cindex Paul Graham
23684 @cindex Graham, Paul
23685 @cindex naive Bayesian spam filtering
23686 @cindex Bayesian spam filtering, naive
23687 @cindex spam filtering, naive Bayesian
23688
23689 Paul Graham has written an excellent essay about spam filtering using
23690 statistics: @uref{http://www.paulgraham.com/spam.html,A Plan for
23691 Spam}.  In it he describes the inherent deficiency of rule-based
23692 filtering as used by SpamAssassin, for example: Somebody has to write
23693 the rules, and everybody else has to install these rules.  You are
23694 always late.  It would be much better, he argues, to filter mail based
23695 on whether it somehow resembles spam or non-spam.  One way to measure
23696 this is word distribution.  He then goes on to describe a solution
23697 that checks whether a new mail resembles any of your other spam mails
23698 or not.
23699
23700 The basic idea is this:  Create a two collections of your mail, one
23701 with spam, one with non-spam.  Count how often each word appears in
23702 either collection, weight this by the total number of mails in the
23703 collections, and store this information in a dictionary.  For every
23704 word in a new mail, determine its probability to belong to a spam or a
23705 non-spam mail.  Use the 15 most conspicuous words, compute the total
23706 probability of the mail being spam.  If this probability is higher
23707 than a certain threshold, the mail is considered to be spam.
23708
23709 Gnus supports this kind of filtering.  But it needs some setting up.
23710 First, you need two collections of your mail, one with spam, one with
23711 non-spam.  Then you need to create a dictionary using these two
23712 collections, and save it.  And last but not least, you need to use
23713 this dictionary in your fancy mail splitting rules.
23714
23715 @menu
23716 * Creating a spam-stat dictionary::
23717 * Splitting mail using spam-stat::
23718 * Low-level interface to the spam-stat dictionary::
23719 @end menu
23720
23721 @node Creating a spam-stat dictionary
23722 @subsubsection Creating a spam-stat dictionary
23723
23724 Before you can begin to filter spam based on statistics, you must
23725 create these statistics based on two mail collections, one with spam,
23726 one with non-spam.  These statistics are then stored in a dictionary
23727 for later use.  In order for these statistics to be meaningful, you
23728 need several hundred emails in both collections.
23729
23730 Gnus currently supports only the nnml back end for automated dictionary
23731 creation.  The nnml back end stores all mails in a directory, one file
23732 per mail.  Use the following:
23733
23734 @defun spam-stat-process-spam-directory
23735 Create spam statistics for every file in this directory.  Every file
23736 is treated as one spam mail.
23737 @end defun
23738
23739 @defun spam-stat-process-non-spam-directory
23740 Create non-spam statistics for every file in this directory.  Every
23741 file is treated as one non-spam mail.
23742 @end defun
23743
23744 Usually you would call @code{spam-stat-process-spam-directory} on a
23745 directory such as @file{~/Mail/mail/spam} (this usually corresponds
23746 the the group @samp{nnml:mail.spam}), and you would call
23747 @code{spam-stat-process-non-spam-directory} on a directory such as
23748 @file{~/Mail/mail/misc} (this usually corresponds the the group
23749 @samp{nnml:mail.misc}).
23750
23751 When you are using @acronym{IMAP}, you won't have the mails available
23752 locally, so that will not work.  One solution is to use the Gnus Agent
23753 to cache the articles.  Then you can use directories such as
23754 @file{"~/News/agent/nnimap/mail.yourisp.com/personal_spam"} for
23755 @code{spam-stat-process-spam-directory}.  @xref{Agent as Cache}.
23756
23757 @defvar spam-stat
23758 This variable holds the hash-table with all the statistics---the
23759 dictionary we have been talking about.  For every word in either
23760 collection, this hash-table stores a vector describing how often the
23761 word appeared in spam and often it appeared in non-spam mails.
23762 @end defvar
23763
23764 If you want to regenerate the statistics from scratch, you need to
23765 reset the dictionary.
23766
23767 @defun spam-stat-reset
23768 Reset the @code{spam-stat} hash-table, deleting all the statistics.
23769 @end defun
23770
23771 When you are done, you must save the dictionary.  The dictionary may
23772 be rather large.  If you will not update the dictionary incrementally
23773 (instead, you will recreate it once a month, for example), then you
23774 can reduce the size of the dictionary by deleting all words that did
23775 not appear often enough or that do not clearly belong to only spam or
23776 only non-spam mails.
23777
23778 @defun spam-stat-reduce-size
23779 Reduce the size of the dictionary.  Use this only if you do not want
23780 to update the dictionary incrementally.
23781 @end defun
23782
23783 @defun spam-stat-save
23784 Save the dictionary.
23785 @end defun
23786
23787 @defvar spam-stat-file
23788 The filename used to store the dictionary.  This defaults to
23789 @file{~/.spam-stat.el}.
23790 @end defvar
23791
23792 @node Splitting mail using spam-stat
23793 @subsubsection Splitting mail using spam-stat
23794
23795 In order to use @code{spam-stat} to split your mail, you need to add the
23796 following to your @file{~/.gnus.el} file:
23797
23798 @lisp
23799 (require 'spam-stat)
23800 (spam-stat-load)
23801 @end lisp
23802
23803 This will load the necessary Gnus code, and the dictionary you
23804 created.
23805
23806 Next, you need to adapt your fancy splitting rules:  You need to
23807 determine how to use @code{spam-stat}.  The following examples are for
23808 the nnml back end.  Using the nnimap back end works just as well.  Just
23809 use @code{nnimap-split-fancy} instead of @code{nnmail-split-fancy}.
23810
23811 In the simplest case, you only have two groups, @samp{mail.misc} and
23812 @samp{mail.spam}.  The following expression says that mail is either
23813 spam or it should go into @samp{mail.misc}.  If it is spam, then
23814 @code{spam-stat-split-fancy} will return @samp{mail.spam}.
23815
23816 @lisp
23817 (setq nnmail-split-fancy
23818       `(| (: spam-stat-split-fancy)
23819           "mail.misc"))
23820 @end lisp
23821
23822 @defvar spam-stat-split-fancy-spam-group
23823 The group to use for spam.  Default is @samp{mail.spam}.
23824 @end defvar
23825
23826 If you also filter mail with specific subjects into other groups, use
23827 the following expression.  Only mails not matching the regular
23828 expression are considered potential spam.
23829
23830 @lisp
23831 (setq nnmail-split-fancy
23832       `(| ("Subject" "\\bspam-stat\\b" "mail.emacs")
23833           (: spam-stat-split-fancy)
23834           "mail.misc"))
23835 @end lisp
23836
23837 If you want to filter for spam first, then you must be careful when
23838 creating the dictionary.  Note that @code{spam-stat-split-fancy} must
23839 consider both mails in @samp{mail.emacs} and in @samp{mail.misc} as
23840 non-spam, therefore both should be in your collection of non-spam
23841 mails, when creating the dictionary!
23842
23843 @lisp
23844 (setq nnmail-split-fancy
23845       `(| (: spam-stat-split-fancy)
23846           ("Subject" "\\bspam-stat\\b" "mail.emacs")
23847           "mail.misc"))
23848 @end lisp
23849
23850 You can combine this with traditional filtering.  Here, we move all
23851 HTML-only mails into the @samp{mail.spam.filtered} group.  Note that since
23852 @code{spam-stat-split-fancy} will never see them, the mails in
23853 @samp{mail.spam.filtered} should be neither in your collection of spam mails,
23854 nor in your collection of non-spam mails, when creating the
23855 dictionary!
23856
23857 @lisp
23858 (setq nnmail-split-fancy
23859       `(| ("Content-Type" "text/html" "mail.spam.filtered")
23860           (: spam-stat-split-fancy)
23861           ("Subject" "\\bspam-stat\\b" "mail.emacs")
23862           "mail.misc"))
23863 @end lisp
23864
23865
23866 @node Low-level interface to the spam-stat dictionary
23867 @subsubsection Low-level interface to the spam-stat dictionary
23868
23869 The main interface to using @code{spam-stat}, are the following functions:
23870
23871 @defun spam-stat-buffer-is-spam
23872 Called in a buffer, that buffer is considered to be a new spam mail.
23873 Use this for new mail that has not been processed before.
23874 @end defun
23875
23876 @defun spam-stat-buffer-is-no-spam
23877 Called in a buffer, that buffer is considered to be a new non-spam
23878 mail.  Use this for new mail that has not been processed before.
23879 @end defun
23880
23881 @defun spam-stat-buffer-change-to-spam
23882 Called in a buffer, that buffer is no longer considered to be normal
23883 mail but spam.  Use this to change the status of a mail that has
23884 already been processed as non-spam.
23885 @end defun
23886
23887 @defun spam-stat-buffer-change-to-non-spam
23888 Called in a buffer, that buffer is no longer considered to be spam but
23889 normal mail.  Use this to change the status of a mail that has already
23890 been processed as spam.
23891 @end defun
23892
23893 @defun spam-stat-save
23894 Save the hash table to the file.  The filename used is stored in the
23895 variable @code{spam-stat-file}.
23896 @end defun
23897
23898 @defun spam-stat-load
23899 Load the hash table from a file.  The filename used is stored in the
23900 variable @code{spam-stat-file}.
23901 @end defun
23902
23903 @defun spam-stat-score-word
23904 Return the spam score for a word.
23905 @end defun
23906
23907 @defun spam-stat-score-buffer
23908 Return the spam score for a buffer.
23909 @end defun
23910
23911 @defun spam-stat-split-fancy
23912 Use this function for fancy mail splitting.  Add the rule @samp{(:
23913 spam-stat-split-fancy)} to @code{nnmail-split-fancy}
23914 @end defun
23915
23916 Make sure you load the dictionary before using it.  This requires the
23917 following in your @file{~/.gnus.el} file:
23918
23919 @lisp
23920 (require 'spam-stat)
23921 (spam-stat-load)
23922 @end lisp
23923
23924 Typical test will involve calls to the following functions:
23925
23926 @smallexample
23927 Reset: (setq spam-stat (make-hash-table :test 'equal))
23928 Learn spam: (spam-stat-process-spam-directory "~/Mail/mail/spam")
23929 Learn non-spam: (spam-stat-process-non-spam-directory "~/Mail/mail/misc")
23930 Save table: (spam-stat-save)
23931 File size: (nth 7 (file-attributes spam-stat-file))
23932 Number of words: (hash-table-count spam-stat)
23933 Test spam: (spam-stat-test-directory "~/Mail/mail/spam")
23934 Test non-spam: (spam-stat-test-directory "~/Mail/mail/misc")
23935 Reduce table size: (spam-stat-reduce-size)
23936 Save table: (spam-stat-save)
23937 File size: (nth 7 (file-attributes spam-stat-file))
23938 Number of words: (hash-table-count spam-stat)
23939 Test spam: (spam-stat-test-directory "~/Mail/mail/spam")
23940 Test non-spam: (spam-stat-test-directory "~/Mail/mail/misc")
23941 @end smallexample
23942
23943 Here is how you would create your dictionary:
23944
23945 @smallexample
23946 Reset: (setq spam-stat (make-hash-table :test 'equal))
23947 Learn spam: (spam-stat-process-spam-directory "~/Mail/mail/spam")
23948 Learn non-spam: (spam-stat-process-non-spam-directory "~/Mail/mail/misc")
23949 Repeat for any other non-spam group you need...
23950 Reduce table size: (spam-stat-reduce-size)
23951 Save table: (spam-stat-save)
23952 @end smallexample
23953
23954 @node Other modes
23955 @section Interaction with other modes
23956
23957 @subsection Dired
23958 @cindex dired
23959
23960 @code{gnus-dired-minor-mode} provided some useful functions for dired
23961 buffers.  It is enabled with
23962 @lisp
23963 (add-hook 'dired-mode-hook 'turn-on-gnus-dired-mode)
23964 @end lisp
23965
23966 @table @kbd
23967 @item C-c C-m C-a
23968 @findex gnus-dired-attach
23969 Send dired's marked files as an attachment (@code{gnus-dired-attach}).
23970 You will be prompted for a message buffer.
23971
23972 @item C-c C-m C-l
23973 @findex gnus-dired-find-file-mailcap
23974 Visit a file according to the appropriate mailcap entry
23975 (@code{gnus-dired-find-file-mailcap}).  With prefix, open file in a new
23976 buffer.
23977
23978 @item C-c C-m C-p
23979 @findex gnus-dired-print
23980 Print file according to the mailcap entry (@code{gnus-dired-print}).  If
23981 there is no print command, print in a PostScript image.
23982 @end table
23983
23984 @node Various Various
23985 @section Various Various
23986 @cindex mode lines
23987 @cindex highlights
23988
23989 @table @code
23990
23991 @item gnus-home-directory
23992 @vindex gnus-home-directory
23993 All Gnus file and directory variables will be initialized from this
23994 variable, which defaults to @file{~/}.
23995
23996 @item gnus-directory
23997 @vindex gnus-directory
23998 Most Gnus storage file and directory variables will be initialized from
23999 this variable, which defaults to the @env{SAVEDIR} environment
24000 variable, or @file{~/News/} if that variable isn't set.
24001
24002 Note that gnus is mostly loaded when the @file{.gnus.el} file is read.
24003 This means that other directory variables that are initialized from this
24004 variable won't be set properly if you set this variable in
24005 @file{.gnus.el}.  Set this variable in @file{.emacs} instead.
24006
24007 @item gnus-default-directory
24008 @vindex gnus-default-directory
24009 Not related to the above variable at all---this variable says what the
24010 default directory of all Gnus buffers should be.  If you issue commands
24011 like @kbd{C-x C-f}, the prompt you'll get starts in the current buffer's
24012 default directory.  If this variable is @code{nil} (which is the
24013 default), the default directory will be the default directory of the
24014 buffer you were in when you started Gnus.
24015
24016 @item gnus-verbose
24017 @vindex gnus-verbose
24018 This variable is an integer between zero and ten.  The higher the value,
24019 the more messages will be displayed.  If this variable is zero, Gnus
24020 will never flash any messages, if it is seven (which is the default),
24021 most important messages will be shown, and if it is ten, Gnus won't ever
24022 shut up, but will flash so many messages it will make your head swim.
24023
24024 @item gnus-verbose-backends
24025 @vindex gnus-verbose-backends
24026 This variable works the same way as @code{gnus-verbose}, but it applies
24027 to the Gnus back ends instead of Gnus proper.
24028
24029 @item nnheader-max-head-length
24030 @vindex nnheader-max-head-length
24031 When the back ends read straight heads of articles, they all try to read
24032 as little as possible.  This variable (default 4096) specifies
24033 the absolute max length the back ends will try to read before giving up
24034 on finding a separator line between the head and the body.  If this
24035 variable is @code{nil}, there is no upper read bound.  If it is
24036 @code{t}, the back ends won't try to read the articles piece by piece,
24037 but read the entire articles.  This makes sense with some versions of
24038 @code{ange-ftp} or @code{efs}.
24039
24040 @item nnheader-head-chop-length
24041 @vindex nnheader-head-chop-length
24042 This variable (default 2048) says how big a piece of each article to
24043 read when doing the operation described above.
24044
24045 @item nnheader-file-name-translation-alist
24046 @vindex nnheader-file-name-translation-alist
24047 @cindex file names
24048 @cindex invalid characters in file names
24049 @cindex characters in file names
24050 This is an alist that says how to translate characters in file names.
24051 For instance, if @samp{:} is invalid as a file character in file names
24052 on your system (you OS/2 user you), you could say something like:
24053
24054 @lisp
24055 @group
24056 (setq nnheader-file-name-translation-alist
24057       '((?: . ?_)))
24058 @end group
24059 @end lisp
24060
24061 In fact, this is the default value for this variable on OS/2 and MS
24062 Windows (phooey) systems.
24063
24064 @item gnus-hidden-properties
24065 @vindex gnus-hidden-properties
24066 This is a list of properties to use to hide ``invisible'' text.  It is
24067 @code{(invisible t intangible t)} by default on most systems, which
24068 makes invisible text invisible and intangible.
24069
24070 @item gnus-parse-headers-hook
24071 @vindex gnus-parse-headers-hook
24072 A hook called before parsing headers.  It can be used, for instance, to
24073 gather statistics on the headers fetched, or perhaps you'd like to prune
24074 some headers.  I don't see why you'd want that, though.
24075
24076 @item gnus-shell-command-separator
24077 @vindex gnus-shell-command-separator
24078 String used to separate two shell commands.  The default is @samp{;}.
24079
24080 @item gnus-invalid-group-regexp
24081 @vindex gnus-invalid-group-regexp
24082
24083 Regexp to match ``invalid'' group names when querying user for a group
24084 name.  The default value catches some @strong{really} invalid group
24085 names who could possibly mess up Gnus internally (like allowing
24086 @samp{:} in a group name, which is normally used to delimit method and
24087 group).
24088
24089 @acronym{IMAP} users might want to allow @samp{/} in group names though.
24090
24091
24092 @end table
24093
24094 @node The End
24095 @chapter The End
24096
24097 Well, that's the manual---you can get on with your life now.  Keep in
24098 touch.  Say hello to your cats from me.
24099
24100 My @strong{ghod}---I just can't stand goodbyes.  Sniffle.
24101
24102 Ol' Charles Reznikoff said it pretty well, so I leave the floor to him:
24103
24104 @quotation
24105 @strong{Te Deum}
24106
24107 @sp 1
24108 Not because of victories @*
24109 I sing,@*
24110 having none,@*
24111 but for the common sunshine,@*
24112 the breeze,@*
24113 the largess of the spring.
24114
24115 @sp 1
24116 Not for victory@*
24117 but for the day's work done@*
24118 as well as I was able;@*
24119 not for a seat upon the dais@*
24120 but at the common table.@*
24121 @end quotation
24122
24123
24124 @node Appendices
24125 @chapter Appendices
24126
24127 @menu
24128 * XEmacs::                      Requirements for installing under XEmacs.
24129 * History::                     How Gnus got where it is today.
24130 * On Writing Manuals::          Why this is not a beginner's guide.
24131 * Terminology::                 We use really difficult, like, words here.
24132 * Customization::               Tailoring Gnus to your needs.
24133 * Troubleshooting::             What you might try if things do not work.
24134 * Gnus Reference Guide::        Rilly, rilly technical stuff.
24135 * Emacs for Heathens::          A short introduction to Emacsian terms.
24136 * Frequently Asked Questions::  The Gnus FAQ
24137 @end menu
24138
24139
24140 @node XEmacs
24141 @section XEmacs
24142 @cindex XEmacs
24143 @cindex installing under XEmacs
24144
24145 XEmacs is distributed as a collection of packages.  You should install
24146 whatever packages the Gnus XEmacs package requires.  The current
24147 requirements are @samp{gnus}, @samp{mail-lib}, @samp{xemacs-base},
24148 @samp{eterm}, @samp{sh-script}, @samp{net-utils}, @samp{os-utils},
24149 @samp{dired}, @samp{mh-e}, @samp{sieve}, @samp{ps-print}, @samp{w3},
24150 @samp{pgg}, @samp{mailcrypt}, @samp{ecrypto}, and @samp{sasl}.
24151
24152
24153 @node History
24154 @section History
24155
24156 @cindex history
24157 @sc{gnus} was written by Masanobu @sc{Umeda}.  When autumn crept up in
24158 '94, Lars Magne Ingebrigtsen grew bored and decided to rewrite Gnus.
24159
24160 If you want to investigate the person responsible for this outrage,
24161 you can point your (feh!) web browser to
24162 @uref{http://quimby.gnus.org/}.  This is also the primary
24163 distribution point for the new and spiffy versions of Gnus, and is
24164 known as The Site That Destroys Newsrcs And Drives People Mad.
24165
24166 During the first extended alpha period of development, the new Gnus was
24167 called ``(ding) Gnus''.  @dfn{(ding)} is, of course, short for
24168 @dfn{ding is not Gnus}, which is a total and utter lie, but who cares?
24169 (Besides, the ``Gnus'' in this abbreviation should probably be
24170 pronounced ``news'' as @sc{Umeda} intended, which makes it a more
24171 appropriate name, don't you think?)
24172
24173 In any case, after spending all that energy on coming up with a new and
24174 spunky name, we decided that the name was @emph{too} spunky, so we
24175 renamed it back again to ``Gnus''.  But in mixed case.  ``Gnus'' vs.
24176 ``@sc{gnus}''.  New vs. old.
24177
24178 @menu
24179 * Gnus Versions::               What Gnus versions have been released.
24180 * Other Gnus Versions::         Other Gnus versions that also have been released.
24181 * Why?::                        What's the point of Gnus?
24182 * Compatibility::               Just how compatible is Gnus with @sc{gnus}?
24183 * Conformity::                  Gnus tries to conform to all standards.
24184 * Emacsen::                     Gnus can be run on a few modern Emacsen.
24185 * Gnus Development::            How Gnus is developed.
24186 * Contributors::                Oodles of people.
24187 * New Features::                Pointers to some of the new stuff in Gnus.
24188 @end menu
24189
24190
24191 @node Gnus Versions
24192 @subsection Gnus Versions
24193 @cindex ding Gnus
24194 @cindex September Gnus
24195 @cindex Red Gnus
24196 @cindex Quassia Gnus
24197 @cindex Pterodactyl Gnus
24198 @cindex Oort Gnus
24199 @cindex No Gnus
24200 @cindex Gnus versions
24201
24202 The first ``proper'' release of Gnus 5 was done in November 1995 when it
24203 was included in the Emacs 19.30 distribution (132 (ding) Gnus releases
24204 plus 15 Gnus 5.0 releases).
24205
24206 In May 1996 the next Gnus generation (aka. ``September Gnus'' (after 99
24207 releases)) was released under the name ``Gnus 5.2'' (40 releases).
24208
24209 On July 28th 1996 work on Red Gnus was begun, and it was released on
24210 January 25th 1997 (after 84 releases) as ``Gnus 5.4'' (67 releases).
24211
24212 On September 13th 1997, Quassia Gnus was started and lasted 37 releases.
24213 If was released as ``Gnus 5.6'' on March 8th 1998 (46 releases).
24214
24215 Gnus 5.6 begat Pterodactyl Gnus on August 29th 1998 and was released as
24216 ``Gnus 5.8'' (after 99 releases and a CVS repository) on December 3rd
24217 1999.
24218
24219 On the 26th of October 2000, Oort Gnus was begun.
24220
24221 If you happen upon a version of Gnus that has a prefixed name --
24222 ``(ding) Gnus'', ``September Gnus'', ``Red Gnus'', ``Quassia Gnus'',
24223 ``Pterodactyl Gnus'', ``Oort Gnus'' -- don't panic.  Don't let it know
24224 that you're frightened.  Back away.  Slowly.  Whatever you do, don't
24225 run.  Walk away, calmly, until you're out of its reach.  Find a proper
24226 released version of Gnus and snuggle up to that instead.
24227
24228
24229 @node Other Gnus Versions
24230 @subsection Other Gnus Versions
24231 @cindex Semi-gnus
24232
24233 In addition to the versions of Gnus which have had their releases
24234 coordinated by Lars, one major development has been Semi-gnus from
24235 Japan.  It's based on a library called @acronym{SEMI}, which provides
24236 @acronym{MIME} capabilities.
24237
24238 These Gnusae are based mainly on Gnus 5.6 and Pterodactyl Gnus.
24239 Collectively, they are called ``Semi-gnus'', and different strains are
24240 called T-gnus, ET-gnus, Nana-gnus and Chaos.  These provide powerful
24241 @acronym{MIME} and multilingualization things, especially important for
24242 Japanese users.
24243
24244
24245 @node Why?
24246 @subsection Why?
24247
24248 What's the point of Gnus?
24249
24250 I want to provide a ``rad'', ``happening'', ``way cool'' and ``hep''
24251 newsreader, that lets you do anything you can think of.  That was my
24252 original motivation, but while working on Gnus, it has become clear to
24253 me that this generation of newsreaders really belong in the stone age.
24254 Newsreaders haven't developed much since the infancy of the net.  If the
24255 volume continues to rise with the current rate of increase, all current
24256 newsreaders will be pretty much useless.  How do you deal with
24257 newsgroups that have thousands of new articles each day?  How do you
24258 keep track of millions of people who post?
24259
24260 Gnus offers no real solutions to these questions, but I would very much
24261 like to see Gnus being used as a testing ground for new methods of
24262 reading and fetching news.  Expanding on @sc{Umeda}-san's wise decision
24263 to separate the newsreader from the back ends, Gnus now offers a simple
24264 interface for anybody who wants to write new back ends for fetching mail
24265 and news from different sources.  I have added hooks for customizations
24266 everywhere I could imagine it being useful.  By doing so, I'm inviting
24267 every one of you to explore and invent.
24268
24269 May Gnus never be complete.  @kbd{C-u 100 M-x all-hail-emacs} and
24270 @kbd{C-u 100 M-x all-hail-xemacs}.
24271
24272
24273 @node Compatibility
24274 @subsection Compatibility
24275
24276 @cindex compatibility
24277 Gnus was designed to be fully compatible with @sc{gnus}.  Almost all key
24278 bindings have been kept.  More key bindings have been added, of course,
24279 but only in one or two obscure cases have old bindings been changed.
24280
24281 Our motto is:
24282 @quotation
24283 @cartouche
24284 @center In a cloud bones of steel.
24285 @end cartouche
24286 @end quotation
24287
24288 All commands have kept their names.  Some internal functions have changed
24289 their names.
24290
24291 The @code{gnus-uu} package has changed drastically.  @xref{Decoding
24292 Articles}.
24293
24294 One major compatibility question is the presence of several summary
24295 buffers.  All variables relevant while reading a group are
24296 buffer-local to the summary buffer they belong in.  Although many
24297 important variables have their values copied into their global
24298 counterparts whenever a command is executed in the summary buffer, this
24299 change might lead to incorrect values being used unless you are careful.
24300
24301 All code that relies on knowledge of @sc{gnus} internals will probably
24302 fail.  To take two examples: Sorting @code{gnus-newsrc-alist} (or
24303 changing it in any way, as a matter of fact) is strictly verboten.  Gnus
24304 maintains a hash table that points to the entries in this alist (which
24305 speeds up many functions), and changing the alist directly will lead to
24306 peculiar results.
24307
24308 @cindex hilit19
24309 @cindex highlighting
24310 Old hilit19 code does not work at all.  In fact, you should probably
24311 remove all hilit code from all Gnus hooks
24312 (@code{gnus-group-prepare-hook} and @code{gnus-summary-prepare-hook}).
24313 Gnus provides various integrated functions for highlighting.  These are
24314 faster and more accurate.  To make life easier for everybody, Gnus will
24315 by default remove all hilit calls from all hilit hooks.  Uncleanliness!
24316 Away!
24317
24318 Packages like @code{expire-kill} will no longer work.  As a matter of
24319 fact, you should probably remove all old @sc{gnus} packages (and other
24320 code) when you start using Gnus.  More likely than not, Gnus already
24321 does what you have written code to make @sc{gnus} do.  (Snicker.)
24322
24323 Even though old methods of doing things are still supported, only the
24324 new methods are documented in this manual.  If you detect a new method of
24325 doing something while reading this manual, that does not mean you have
24326 to stop doing it the old way.
24327
24328 Gnus understands all @sc{gnus} startup files.
24329
24330 @kindex M-x gnus-bug
24331 @findex gnus-bug
24332 @cindex reporting bugs
24333 @cindex bugs
24334 Overall, a casual user who hasn't written much code that depends on
24335 @sc{gnus} internals should suffer no problems.  If problems occur,
24336 please let me know by issuing that magic command @kbd{M-x gnus-bug}.
24337
24338 @vindex gnus-bug-create-help-buffer
24339 If you are in the habit of sending bug reports @emph{very} often, you
24340 may find the helpful help buffer annoying after a while.  If so, set
24341 @code{gnus-bug-create-help-buffer} to @code{nil} to avoid having it pop
24342 up at you.
24343
24344
24345 @node Conformity
24346 @subsection Conformity
24347
24348 No rebels without a clue here, ma'am.  We conform to all standards known
24349 to (wo)man.  Except for those standards and/or conventions we disagree
24350 with, of course.
24351
24352 @table @strong
24353
24354 @item RFC (2)822
24355 @cindex RFC 822
24356 @cindex RFC 2822
24357 There are no known breaches of this standard.
24358
24359 @item RFC 1036
24360 @cindex RFC 1036
24361 There are no known breaches of this standard, either.
24362
24363 @item Son-of-RFC 1036
24364 @cindex Son-of-RFC 1036
24365 We do have some breaches to this one.
24366
24367 @table @emph
24368
24369 @item X-Newsreader
24370 @itemx User-Agent
24371 These are considered to be ``vanity headers'', while I consider them
24372 to be consumer information.  After seeing so many badly formatted
24373 articles coming from @code{tin} and @code{Netscape} I know not to use
24374 either of those for posting articles.  I would not have known that if
24375 it wasn't for the @code{X-Newsreader} header.
24376 @end table
24377
24378 @item USEFOR
24379 @cindex USEFOR
24380 USEFOR is an IETF working group writing a successor to RFC 1036, based
24381 on Son-of-RFC 1036.  They have produced a number of drafts proposing
24382 various changes to the format of news articles.  The Gnus towers will
24383 look into implementing the changes when the draft is accepted as an RFC.
24384
24385 @item MIME - RFC 2045-2049 etc
24386 @cindex @acronym{MIME}
24387 All the various @acronym{MIME} RFCs are supported.
24388
24389 @item Disposition Notifications - RFC 2298
24390 Message Mode is able to request notifications from the receiver.
24391
24392 @item PGP - RFC 1991 and RFC 2440
24393 @cindex RFC 1991
24394 @cindex RFC 2440
24395 RFC 1991 is the original @acronym{PGP} message specification,
24396 published as an informational RFC.  RFC 2440 was the follow-up, now
24397 called Open PGP, and put on the Standards Track.  Both document a
24398 non-@acronym{MIME} aware @acronym{PGP} format.  Gnus supports both
24399 encoding (signing and encryption) and decoding (verification and
24400 decryption).
24401
24402 @item PGP/MIME - RFC 2015/3156
24403 RFC 2015 (superseded by 3156 which references RFC 2440 instead of RFC
24404 1991) describes the @acronym{MIME}-wrapping around the RF 1991/2440 format.
24405 Gnus supports both encoding and decoding.
24406
24407 @item S/MIME - RFC 2633
24408 RFC 2633 describes the @acronym{S/MIME} format.
24409
24410 @item IMAP - RFC 1730/2060, RFC 2195, RFC 2086, RFC 2359, RFC 2595, RFC 1731
24411 RFC 1730 is @acronym{IMAP} version 4, updated somewhat by RFC 2060
24412 (@acronym{IMAP} 4 revision 1).  RFC 2195 describes CRAM-MD5
24413 authentication for @acronym{IMAP}.  RFC 2086 describes access control
24414 lists (ACLs) for @acronym{IMAP}.  RFC 2359 describes a @acronym{IMAP}
24415 protocol enhancement.  RFC 2595 describes the proper @acronym{TLS}
24416 integration (STARTTLS) with @acronym{IMAP}.  RFC 1731 describes the
24417 GSSAPI/Kerberos4 mechanisms for @acronym{IMAP}.
24418
24419 @end table
24420
24421 If you ever notice Gnus acting non-compliant with regards to the texts
24422 mentioned above, don't hesitate to drop a note to Gnus Towers and let us
24423 know.
24424
24425
24426 @node Emacsen
24427 @subsection Emacsen
24428 @cindex Emacsen
24429 @cindex XEmacs
24430 @cindex Mule
24431 @cindex Emacs
24432
24433 Gnus should work on:
24434
24435 @itemize @bullet
24436
24437 @item
24438 Emacs 21.1 and up.
24439
24440 @item
24441 XEmacs 21.4 and up.
24442
24443 @end itemize
24444
24445 This Gnus version will absolutely not work on any Emacsen older than
24446 that.  Not reliably, at least.  Older versions of Gnus may work on older
24447 Emacs versions.  However, T-gnus does support ``Mule 2.3 based on Emacs
24448 19.34'' and possibly the versions of XEmacs prior to 21.1.1, e.g. 20.4.
24449 See the file ``README'' in the T-gnus distribution for more details.
24450
24451 There are some vague differences between Gnus on the various
24452 platforms---XEmacs features more graphics (a logo and a toolbar)---but
24453 other than that, things should look pretty much the same under all
24454 Emacsen.
24455
24456
24457 @node Gnus Development
24458 @subsection Gnus Development
24459
24460 Gnus is developed in a two-phased cycle.  The first phase involves much
24461 discussion on the @samp{ding@@gnus.org} mailing list, where people
24462 propose changes and new features, post patches and new back ends.  This
24463 phase is called the @dfn{alpha} phase, since the Gnusae released in this
24464 phase are @dfn{alpha releases}, or (perhaps more commonly in other
24465 circles) @dfn{snapshots}.  During this phase, Gnus is assumed to be
24466 unstable and should not be used by casual users.  Gnus alpha releases
24467 have names like ``Red Gnus'' and ``Quassia Gnus''.
24468
24469 After futzing around for 50-100 alpha releases, Gnus is declared
24470 @dfn{frozen}, and only bug fixes are applied.  Gnus loses the prefix,
24471 and is called things like ``Gnus 5.6.32'' instead.  Normal people are
24472 supposed to be able to use these, and these are mostly discussed on the
24473 @samp{gnu.emacs.gnus} newsgroup.
24474
24475 @cindex Incoming*
24476 @vindex mail-source-delete-incoming
24477 Some variable defaults differ between alpha Gnusae and released Gnusae.
24478 In particular, @code{mail-source-delete-incoming} defaults to @code{nil} in
24479 alpha Gnusae and @code{t} in released Gnusae.  This is to prevent
24480 lossage of mail if an alpha release hiccups while handling the mail.
24481
24482 The division of discussion between the ding mailing list and the Gnus
24483 newsgroup is not purely based on publicity concerns.  It's true that
24484 having people write about the horrible things that an alpha Gnus release
24485 can do (sometimes) in a public forum may scare people off, but more
24486 importantly, talking about new experimental features that have been
24487 introduced may confuse casual users.  New features are frequently
24488 introduced, fiddled with, and judged to be found wanting, and then
24489 either discarded or totally rewritten.  People reading the mailing list
24490 usually keep up with these rapid changes, while people on the newsgroup
24491 can't be assumed to do so.
24492
24493
24494
24495 @node Contributors
24496 @subsection Contributors
24497 @cindex contributors
24498
24499 The new Gnus version couldn't have been done without the help of all the
24500 people on the (ding) mailing list.  Every day for over a year I have
24501 gotten billions of nice bug reports from them, filling me with joy,
24502 every single one of them.  Smooches.  The people on the list have been
24503 tried beyond endurance, what with my ``oh, that's a neat idea <type
24504 type>, yup, I'll release it right away <ship off> no wait, that doesn't
24505 work at all <type type>, yup, I'll ship that one off right away <ship
24506 off> no, wait, that absolutely does not work'' policy for releases.
24507 Micro$oft---bah.  Amateurs.  I'm @emph{much} worse.  (Or is that
24508 ``worser''? ``much worser''?  ``worsest''?)
24509
24510 I would like to take this opportunity to thank the Academy for@dots{}  oops,
24511 wrong show.
24512
24513 @itemize @bullet
24514
24515 @item
24516 Masanobu @sc{Umeda}---the writer of the original @sc{gnus}.
24517
24518 @item
24519 Shenghuo Zhu---uudecode.el, mm-uu.el, rfc1843.el, webmail.el,
24520 nnwarchive and many, many other things connected with @acronym{MIME} and
24521 other types of en/decoding, as well as general bug fixing, new
24522 functionality and stuff.
24523
24524 @item
24525 Per Abrahamsen---custom, scoring, highlighting and @sc{soup} code (as
24526 well as numerous other things).
24527
24528 @item
24529 Luis Fernandes---design and graphics.
24530
24531 @item
24532 Joe Reiss---creator of the smiley faces.
24533
24534 @item
24535 Justin Sheehy---the @acronym{FAQ} maintainer.
24536
24537 @item
24538 Erik Naggum---help, ideas, support, code and stuff.
24539
24540 @item
24541 Wes Hardaker---@file{gnus-picon.el} and the manual section on
24542 @dfn{picons} (@pxref{Picons}).
24543
24544 @item
24545 Kim-Minh Kaplan---further work on the picon code.
24546
24547 @item
24548 Brad Miller---@file{gnus-gl.el} and the GroupLens manual section.
24549
24550 @item
24551 Sudish Joseph---innumerable bug fixes.
24552
24553 @item
24554 Ilja Weis---@file{gnus-topic.el}.
24555
24556 @item
24557 Steven L. Baur---lots and lots and lots of bugs detections and fixes.
24558
24559 @item
24560 Vladimir Alexiev---the refcard and reference booklets.
24561
24562 @item
24563 Felix Lee & Jamie Zawinski---I stole some pieces from the XGnus
24564 distribution by Felix Lee and JWZ.
24565
24566 @item
24567 Scott Byer---@file{nnfolder.el} enhancements & rewrite.
24568
24569 @item
24570 Peter Mutsaers---orphan article scoring code.
24571
24572 @item
24573 Ken Raeburn---POP mail support.
24574
24575 @item
24576 Hallvard B Furuseth---various bits and pieces, especially dealing with
24577 .newsrc files.
24578
24579 @item
24580 Brian Edmonds---@file{gnus-bbdb.el}.
24581
24582 @item
24583 David Moore---rewrite of @file{nnvirtual.el} and many other things.
24584
24585 @item
24586 Kevin Davidson---came up with the name @dfn{ding}, so blame him.
24587
24588 @item
24589 François Pinard---many, many interesting and thorough bug reports, as
24590 well as autoconf support.
24591
24592 @end itemize
24593
24594 This manual was proof-read by Adrian Aichner, with Ricardo Nassif, Mark
24595 Borges, and Jost Krieger proof-reading parts of the manual.
24596
24597 The following people have contributed many patches and suggestions:
24598
24599 Christopher Davis,
24600 Andrew Eskilsson,
24601 Kai Grossjohann,
24602 Kevin Greiner,
24603 Jesper Harder,
24604 Paul Jarc,
24605 Simon Josefsson,
24606 David KÃ¥gedal,
24607 Richard Pieri,
24608 Fabrice Popineau,
24609 Daniel Quinlan,
24610 Michael Shields,
24611 Reiner Steib,
24612 Jason L. Tibbitts, III,
24613 Jack Vinson,
24614 Katsumi Yamaoka, @c Yamaoka
24615 and
24616 Teodor Zlatanov.
24617
24618 Also thanks to the following for patches and stuff:
24619
24620 Jari Aalto,
24621 Adrian Aichner,
24622 Vladimir Alexiev,
24623 Russ Allbery,
24624 Peter Arius,
24625 Matt Armstrong,
24626 Marc Auslander,
24627 Miles Bader,
24628 Alexei V. Barantsev,
24629 Frank Bennett,
24630 Robert Bihlmeyer,
24631 Chris Bone,
24632 Mark Borges,
24633 Mark Boyns,
24634 Lance A. Brown,
24635 Rob Browning,
24636 Kees de Bruin,
24637 Martin Buchholz,
24638 Joe Buehler,
24639 Kevin Buhr,
24640 Alastair Burt,
24641 Joao Cachopo,
24642 Zlatko Calusic,
24643 Massimo Campostrini,
24644 Castor,
24645 David Charlap,
24646 Dan Christensen,
24647 Kevin Christian,
24648 Jae-you Chung, @c ?
24649 James H. Cloos, Jr.,
24650 Laura Conrad,
24651 Michael R. Cook,
24652 Glenn Coombs,
24653 Andrew J. Cosgriff,
24654 Neil Crellin,
24655 Frank D. Cringle,
24656 Geoffrey T. Dairiki,
24657 Andre Deparade,
24658 Ulrik Dickow,
24659 Dave Disser,
24660 Rui-Tao Dong, @c ?
24661 Joev Dubach,
24662 Michael Welsh Duggan,
24663 Dave Edmondson,
24664 Paul Eggert,
24665 Mark W. Eichin,
24666 Karl Eichwalder,
24667 Enami Tsugutomo, @c Enami
24668 Michael Ernst,
24669 Luc Van Eycken,
24670 Sam Falkner,
24671 Nelson Jose dos Santos Ferreira,
24672 Sigbjorn Finne,
24673 Sven Fischer,
24674 Paul Fisher,
24675 Decklin Foster,
24676 Gary D. Foster,
24677 Paul Franklin,
24678 Guy Geens,
24679 Arne Georg Gleditsch,
24680 David S. Goldberg,
24681 Michelangelo Grigni,
24682 Dale Hagglund,
24683 D. Hall,
24684 Magnus Hammerin,
24685 Kenichi Handa, @c Handa
24686 Raja R. Harinath,
24687 Yoshiki Hayashi, @c Hayashi
24688 P. E. Jareth Hein,
24689 Hisashige Kenji, @c Hisashige
24690 Scott Hofmann,
24691 Marc Horowitz,
24692 Gunnar Horrigmo,
24693 Richard Hoskins,
24694 Brad Howes,
24695 Miguel de Icaza,
24696 François Felix Ingrand,
24697 Tatsuya Ichikawa, @c Ichikawa
24698 Ishikawa Ichiro, @c Ishikawa
24699 Lee Iverson,
24700 Iwamuro Motonori, @c Iwamuro
24701 Rajappa Iyer,
24702 Andreas Jaeger,
24703 Adam P. Jenkins,
24704 Randell Jesup,
24705 Fred Johansen,
24706 Gareth Jones,
24707 Greg Klanderman,
24708 Karl Kleinpaste,
24709 Michael Klingbeil,
24710 Peter Skov Knudsen,
24711 Shuhei Kobayashi, @c Kobayashi
24712 Petr Konecny,
24713 Koseki Yoshinori, @c Koseki
24714 Thor Kristoffersen,
24715 Jens Lautenbacher,
24716 Martin Larose,
24717 Seokchan Lee, @c Lee
24718 Joerg Lenneis,
24719 Carsten Leonhardt,
24720 James LewisMoss,
24721 Christian Limpach,
24722 Markus Linnala,
24723 Dave Love,
24724 Mike McEwan,
24725 Tonny Madsen,
24726 Shlomo Mahlab,
24727 Nat Makarevitch,
24728 Istvan Marko,
24729 David Martin,
24730 Jason R. Mastaler,
24731 Gordon Matzigkeit,
24732 Timo Metzemakers,
24733 Richard Mlynarik,
24734 Lantz Moore,
24735 Morioka Tomohiko, @c Morioka
24736 Erik Toubro Nielsen,
24737 Hrvoje Niksic,
24738 Andy Norman,
24739 Fred Oberhauser,
24740 C. R. Oldham,
24741 Alexandre Oliva,
24742 Ken Olstad,
24743 Masaharu Onishi, @c Onishi
24744 Hideki Ono, @c Ono
24745 Ettore Perazzoli,
24746 William Perry,
24747 Stephen Peters,
24748 Jens-Ulrik Holger Petersen,
24749 Ulrich Pfeifer,
24750 Matt Pharr,
24751 Andy Piper,
24752 John McClary Prevost,
24753 Bill Pringlemeir,
24754 Mike Pullen,
24755 Jim Radford,
24756 Colin Rafferty,
24757 Lasse Rasinen,
24758 Lars Balker Rasmussen,
24759 Joe Reiss,
24760 Renaud Rioboo,
24761 Roland B. Roberts,
24762 Bart Robinson,
24763 Christian von Roques,
24764 Markus Rost,
24765 Jason Rumney,
24766 Wolfgang Rupprecht,
24767 Jay Sachs,
24768 Dewey M. Sasser,
24769 Conrad Sauerwald,
24770 Loren Schall,
24771 Dan Schmidt,
24772 Ralph Schleicher,
24773 Philippe Schnoebelen,
24774 Andreas Schwab,
24775 Randal L. Schwartz,
24776 Danny Siu,
24777 Matt Simmons,
24778 Paul D. Smith,
24779 Jeff Sparkes,
24780 Toby Speight,
24781 Michael Sperber,
24782 Darren Stalder,
24783 Richard Stallman,
24784 Greg Stark,
24785 Sam Steingold,
24786 Paul Stevenson,
24787 Jonas Steverud,
24788 Paul Stodghill,
24789 Kiyokazu Suto, @c Suto
24790 Kurt Swanson,
24791 Samuel Tardieu,
24792 Teddy,
24793 Chuck Thompson,
24794 Tozawa Akihiko, @c Tozawa
24795 Philippe Troin,
24796 James Troup,
24797 Trung Tran-Duc,
24798 Jack Twilley,
24799 Aaron M. Ucko,
24800 Aki Vehtari,
24801 Didier Verna,
24802 Vladimir Volovich,
24803 Jan Vroonhof,
24804 Stefan Waldherr,
24805 Pete Ware,
24806 Barry A. Warsaw,
24807 Christoph Wedler,
24808 Joe Wells,
24809 Lee Willis,
24810 and
24811 Lloyd Zusman.
24812
24813
24814 For a full overview of what each person has done, the ChangeLogs
24815 included in the Gnus alpha distributions should give ample reading
24816 (550kB and counting).
24817
24818 Apologies to everybody that I've forgotten, of which there are many, I'm
24819 sure.
24820
24821 Gee, that's quite a list of people.  I guess that must mean that there
24822 actually are people who are using Gnus.  Who'd'a thunk it!
24823
24824
24825 @node New Features
24826 @subsection New Features
24827 @cindex new features
24828
24829 @menu
24830 * ding Gnus::                   New things in Gnus 5.0/5.1, the first new Gnus.
24831 * September Gnus::              The Thing Formally Known As Gnus 5.2/5.3.
24832 * Red Gnus::                    Third time best---Gnus 5.4/5.5.
24833 * Quassia Gnus::                Two times two is four, or Gnus 5.6/5.7.
24834 * Pterodactyl Gnus::            Pentad also starts with P, AKA Gnus 5.8/5.9.
24835 * Oort Gnus::                   It's big.  It's far out.  Gnus 5.10.
24836 * No Gnus::                     Lars, FIXME!
24837 @end menu
24838
24839 These lists are, of course, just @emph{short} overviews of the
24840 @emph{most} important new features.  No, really.  There are tons more.
24841 Yes, we have feeping creaturism in full effect.
24842
24843 @node ding Gnus
24844 @subsubsection (ding) Gnus
24845
24846 New features in Gnus 5.0/5.1:
24847
24848 @itemize @bullet
24849
24850 @item
24851 The look of all buffers can be changed by setting format-like variables
24852 (@pxref{Group Buffer Format} and @pxref{Summary Buffer Format}).
24853
24854 @item
24855 Local spool and several @acronym{NNTP} servers can be used at once
24856 (@pxref{Select Methods}).
24857
24858 @item
24859 You can combine groups into virtual groups (@pxref{Virtual Groups}).
24860
24861 @item
24862 You can read a number of different mail formats (@pxref{Getting Mail}).
24863 All the mail back ends implement a convenient mail expiry scheme
24864 (@pxref{Expiring Mail}).
24865
24866 @item
24867 Gnus can use various strategies for gathering threads that have lost
24868 their roots (thereby gathering loose sub-threads into one thread) or it
24869 can go back and retrieve enough headers to build a complete thread
24870 (@pxref{Customizing Threading}).
24871
24872 @item
24873 Killed groups can be displayed in the group buffer, and you can read
24874 them as well (@pxref{Listing Groups}).
24875
24876 @item
24877 Gnus can do partial group updates---you do not have to retrieve the
24878 entire active file just to check for new articles in a few groups
24879 (@pxref{The Active File}).
24880
24881 @item
24882 Gnus implements a sliding scale of subscribedness to groups
24883 (@pxref{Group Levels}).
24884
24885 @item
24886 You can score articles according to any number of criteria
24887 (@pxref{Scoring}).  You can even get Gnus to find out how to score
24888 articles for you (@pxref{Adaptive Scoring}).
24889
24890 @item
24891 Gnus maintains a dribble buffer that is auto-saved the normal Emacs
24892 manner, so it should be difficult to lose much data on what you have
24893 read if your machine should go down (@pxref{Auto Save}).
24894
24895 @item
24896 Gnus now has its own startup file (@file{~/.gnus.el}) to avoid
24897 cluttering up the @file{.emacs} file.
24898
24899 @item
24900 You can set the process mark on both groups and articles and perform
24901 operations on all the marked items (@pxref{Process/Prefix}).
24902
24903 @item
24904 You can grep through a subset of groups and create a group from the
24905 results (@pxref{Kibozed Groups}).
24906
24907 @item
24908 You can list subsets of groups according to, well, anything
24909 (@pxref{Listing Groups}).
24910
24911 @item
24912 You can browse foreign servers and subscribe to groups from those
24913 servers (@pxref{Browse Foreign Server}).
24914
24915 @item
24916 Gnus can fetch articles, asynchronously, on a second connection to the
24917 server (@pxref{Asynchronous Fetching}).
24918
24919 @item
24920 You can cache articles locally (@pxref{Article Caching}).
24921
24922 @item
24923 The uudecode functions have been expanded and generalized
24924 (@pxref{Decoding Articles}).
24925
24926 @item
24927 You can still post uuencoded articles, which was a little-known feature
24928 of @sc{gnus}' past (@pxref{Uuencoding and Posting}).
24929
24930 @item
24931 Fetching parents (and other articles) now actually works without
24932 glitches (@pxref{Finding the Parent}).
24933
24934 @item
24935 Gnus can fetch @acronym{FAQ}s and group descriptions (@pxref{Group Information}).
24936
24937 @item
24938 Digests (and other files) can be used as the basis for groups
24939 (@pxref{Document Groups}).
24940
24941 @item
24942 Articles can be highlighted and customized (@pxref{Customizing
24943 Articles}).
24944
24945 @item
24946 URLs and other external references can be buttonized (@pxref{Article
24947 Buttons}).
24948
24949 @item
24950 You can do lots of strange stuff with the Gnus window & frame
24951 configuration (@pxref{Window Layout}).
24952
24953 @item
24954 You can click on buttons instead of using the keyboard
24955 (@pxref{Buttons}).
24956
24957 @end itemize
24958
24959
24960 @node September Gnus
24961 @subsubsection September Gnus
24962
24963 @iftex
24964 @iflatex
24965 \gnusfig{-28cm}{0cm}{\epsfig{figure=ps/september,height=20cm}}
24966 @end iflatex
24967 @end iftex
24968
24969 New features in Gnus 5.2/5.3:
24970
24971 @itemize @bullet
24972
24973 @item
24974 A new message composition mode is used.  All old customization variables
24975 for @code{mail-mode}, @code{rnews-reply-mode} and @code{gnus-msg} are
24976 now obsolete.
24977
24978 @item
24979 Gnus is now able to generate @dfn{sparse} threads---threads where
24980 missing articles are represented by empty nodes (@pxref{Customizing
24981 Threading}).
24982
24983 @lisp
24984 (setq gnus-build-sparse-threads 'some)
24985 @end lisp
24986
24987 @item
24988 Outgoing articles are stored on a special archive server
24989 (@pxref{Archived Messages}).
24990
24991 @item
24992 Partial thread regeneration now happens when articles are
24993 referred.
24994
24995 @item
24996 Gnus can make use of GroupLens predictions.
24997
24998 @item
24999 Picons (personal icons) can be displayed under XEmacs (@pxref{Picons}).
25000
25001 @item
25002 A @code{trn}-like tree buffer can be displayed (@pxref{Tree Display}).
25003
25004 @lisp
25005 (setq gnus-use-trees t)
25006 @end lisp
25007
25008 @item
25009 An @code{nn}-like pick-and-read minor mode is available for the summary
25010 buffers (@pxref{Pick and Read}).
25011
25012 @lisp
25013 (add-hook 'gnus-summary-mode-hook 'gnus-pick-mode)
25014 @end lisp
25015
25016 @item
25017 In binary groups you can use a special binary minor mode (@pxref{Binary
25018 Groups}).
25019
25020 @item
25021 Groups can be grouped in a folding topic hierarchy (@pxref{Group
25022 Topics}).
25023
25024 @lisp
25025 (add-hook 'gnus-group-mode-hook 'gnus-topic-mode)
25026 @end lisp
25027
25028 @item
25029 Gnus can re-send and bounce mail (@pxref{Summary Mail Commands}).
25030
25031 @item
25032 Groups can now have a score, and bubbling based on entry frequency
25033 is possible (@pxref{Group Score}).
25034
25035 @lisp
25036 (add-hook 'gnus-summary-exit-hook 'gnus-summary-bubble-group)
25037 @end lisp
25038
25039 @item
25040 Groups can be process-marked, and commands can be performed on
25041 groups of groups (@pxref{Marking Groups}).
25042
25043 @item
25044 Caching is possible in virtual groups.
25045
25046 @item
25047 @code{nndoc} now understands all kinds of digests, mail boxes, rnews
25048 news batches, ClariNet briefs collections, and just about everything
25049 else (@pxref{Document Groups}).
25050
25051 @item
25052 Gnus has a new back end (@code{nnsoup}) to create/read SOUP packets
25053 (@pxref{SOUP}).
25054
25055 @item
25056 The Gnus cache is much faster.
25057
25058 @item
25059 Groups can be sorted according to many criteria (@pxref{Sorting
25060 Groups}).
25061
25062 @item
25063 New group parameters have been introduced to set list-addresses and
25064 expiry times (@pxref{Group Parameters}).
25065
25066 @item
25067 All formatting specs allow specifying faces to be used
25068 (@pxref{Formatting Fonts}).
25069
25070 @item
25071 There are several more commands for setting/removing/acting on process
25072 marked articles on the @kbd{M P} submap (@pxref{Setting Process Marks}).
25073
25074 @item
25075 The summary buffer can be limited to show parts of the available
25076 articles based on a wide range of criteria.  These commands have been
25077 bound to keys on the @kbd{/} submap (@pxref{Limiting}).
25078
25079 @item
25080 Articles can be made persistent with the @kbd{*} command
25081 (@pxref{Persistent Articles}).
25082
25083 @item
25084 All functions for hiding article elements are now toggles.
25085
25086 @item
25087 Article headers can be buttonized (@pxref{Article Washing}).
25088
25089 @item
25090 All mail back ends support fetching articles by @code{Message-ID}.
25091
25092 @item
25093 Duplicate mail can now be treated properly (@pxref{Duplicates}).
25094
25095 @item
25096 All summary mode commands are available directly from the article
25097 buffer (@pxref{Article Keymap}).
25098
25099 @item
25100 Frames can be part of @code{gnus-buffer-configuration} (@pxref{Window
25101 Layout}).
25102
25103 @item
25104 Mail can be re-scanned by a daemonic process (@pxref{Daemons}).
25105 @iftex
25106 @iflatex
25107 \marginpar[\mbox{}\hfill\epsfig{figure=ps/fseptember,height=5cm}]{\epsfig{figure=ps/fseptember,height=5cm}}
25108 @end iflatex
25109 @end iftex
25110
25111 @item
25112 Gnus can make use of NoCeM files to weed out spam (@pxref{NoCeM}).
25113
25114 @lisp
25115 (setq gnus-use-nocem t)
25116 @end lisp
25117
25118 @item
25119 Groups can be made permanently visible (@pxref{Listing Groups}).
25120
25121 @lisp
25122 (setq gnus-permanently-visible-groups "^nnml:")
25123 @end lisp
25124
25125 @item
25126 Many new hooks have been introduced to make customizing easier.
25127
25128 @item
25129 Gnus respects the @code{Mail-Copies-To} header.
25130
25131 @item
25132 Threads can be gathered by looking at the @code{References} header
25133 (@pxref{Customizing Threading}).
25134
25135 @lisp
25136 (setq gnus-summary-thread-gathering-function
25137       'gnus-gather-threads-by-references)
25138 @end lisp
25139
25140 @item
25141 Read articles can be stored in a special backlog buffer to avoid
25142 refetching (@pxref{Article Backlog}).
25143
25144 @lisp
25145 (setq gnus-keep-backlog 50)
25146 @end lisp
25147
25148 @item
25149 A clean copy of the current article is always stored in a separate
25150 buffer to allow easier treatment.
25151
25152 @item
25153 Gnus can suggest where to save articles (@pxref{Saving Articles}).
25154
25155 @item
25156 Gnus doesn't have to do as much prompting when saving (@pxref{Saving
25157 Articles}).
25158
25159 @lisp
25160 (setq gnus-prompt-before-saving t)
25161 @end lisp
25162
25163 @item
25164 @code{gnus-uu} can view decoded files asynchronously while fetching
25165 articles (@pxref{Other Decode Variables}).
25166
25167 @lisp
25168 (setq gnus-uu-grabbed-file-functions 'gnus-uu-grab-view)
25169 @end lisp
25170
25171 @item
25172 Filling in the article buffer now works properly on cited text
25173 (@pxref{Article Washing}).
25174
25175 @item
25176 Hiding cited text adds buttons to toggle hiding, and how much
25177 cited text to hide is now customizable (@pxref{Article Hiding}).
25178
25179 @lisp
25180 (setq gnus-cited-lines-visible 2)
25181 @end lisp
25182
25183 @item
25184 Boring headers can be hidden (@pxref{Article Hiding}).
25185
25186 @item
25187 Default scoring values can now be set from the menu bar.
25188
25189 @item
25190 Further syntax checking of outgoing articles have been added.
25191
25192 @end itemize
25193
25194
25195 @node Red Gnus
25196 @subsubsection Red Gnus
25197
25198 New features in Gnus 5.4/5.5:
25199
25200 @iftex
25201 @iflatex
25202 \gnusfig{-5.5cm}{-4cm}{\epsfig{figure=ps/red,height=20cm}}
25203 @end iflatex
25204 @end iftex
25205
25206 @itemize @bullet
25207
25208 @item
25209 @file{nntp.el} has been totally rewritten in an asynchronous fashion.
25210
25211 @item
25212 Article prefetching functionality has been moved up into
25213 Gnus (@pxref{Asynchronous Fetching}).
25214
25215 @item
25216 Scoring can now be performed with logical operators like @code{and},
25217 @code{or}, @code{not}, and parent redirection (@pxref{Advanced
25218 Scoring}).
25219
25220 @item
25221 Article washing status can be displayed in the
25222 article mode line (@pxref{Misc Article}).
25223
25224 @item
25225 @file{gnus.el} has been split into many smaller files.
25226
25227 @item
25228 Suppression of duplicate articles based on Message-ID can be done
25229 (@pxref{Duplicate Suppression}).
25230
25231 @lisp
25232 (setq gnus-suppress-duplicates t)
25233 @end lisp
25234
25235 @item
25236 New variables for specifying what score and adapt files are to be
25237 considered home score and adapt files (@pxref{Home Score File}) have
25238 been added.
25239
25240 @item
25241 @code{nndoc} was rewritten to be easily extendable (@pxref{Document
25242 Server Internals}).
25243
25244 @item
25245 Groups can inherit group parameters from parent topics (@pxref{Topic
25246 Parameters}).
25247
25248 @item
25249 Article editing has been revamped and is now actually usable.
25250
25251 @item
25252 Signatures can be recognized in more intelligent fashions
25253 (@pxref{Article Signature}).
25254
25255 @item
25256 Summary pick mode has been made to look more @code{nn}-like.  Line
25257 numbers are displayed and the @kbd{.} command can be used to pick
25258 articles (@code{Pick and Read}).
25259
25260 @item
25261 Commands for moving the @file{.newsrc.eld} from one server to
25262 another have been added (@pxref{Changing Servers}).
25263
25264 @item
25265 There's a way now to specify that ``uninteresting'' fields be suppressed
25266 when generating lines in buffers (@pxref{Advanced Formatting}).
25267
25268 @item
25269 Several commands in the group buffer can be undone with @kbd{C-M-_}
25270 (@pxref{Undo}).
25271
25272 @item
25273 Scoring can be done on words using the new score type @code{w}
25274 (@pxref{Score File Format}).
25275
25276 @item
25277 Adaptive scoring can be done on a Subject word-by-word basis
25278 (@pxref{Adaptive Scoring}).
25279
25280 @lisp
25281 (setq gnus-use-adaptive-scoring '(word))
25282 @end lisp
25283
25284 @item
25285 Scores can be decayed (@pxref{Score Decays}).
25286
25287 @lisp
25288 (setq gnus-decay-scores t)
25289 @end lisp
25290
25291 @item
25292 Scoring can be performed using a regexp on the Date header.  The Date is
25293 normalized to compact ISO 8601 format first (@pxref{Score File Format}).
25294
25295 @item
25296 A new command has been added to remove all data on articles from
25297 the native server (@pxref{Changing Servers}).
25298
25299 @item
25300 A new command for reading collections of documents
25301 (@code{nndoc} with @code{nnvirtual} on top) has been added---@kbd{C-M-d}
25302 (@pxref{Really Various Summary Commands}).
25303
25304 @item
25305 Process mark sets can be pushed and popped (@pxref{Setting Process
25306 Marks}).
25307
25308 @item
25309 A new mail-to-news back end makes it possible to post even when the @acronym{NNTP}
25310 server doesn't allow posting (@pxref{Mail-To-News Gateways}).
25311
25312 @item
25313 A new back end for reading searches from Web search engines
25314 (@dfn{DejaNews}, @dfn{Alta Vista}, @dfn{InReference}) has been added
25315 (@pxref{Web Searches}).
25316
25317 @item
25318 Groups inside topics can now be sorted using the standard sorting
25319 functions, and each topic can be sorted independently (@pxref{Topic
25320 Sorting}).
25321
25322 @item
25323 Subsets of the groups can be sorted independently (@code{Sorting
25324 Groups}).
25325
25326 @item
25327 Cached articles can be pulled into the groups (@pxref{Summary Generation
25328 Commands}).
25329 @iftex
25330 @iflatex
25331 \marginpar[\mbox{}\hfill\epsfig{figure=ps/fred,width=3cm}]{\epsfig{figure=ps/fred,width=3cm}}
25332 @end iflatex
25333 @end iftex
25334
25335 @item
25336 Score files are now applied in a more reliable order (@pxref{Score
25337 Variables}).
25338
25339 @item
25340 Reports on where mail messages end up can be generated (@pxref{Splitting
25341 Mail}).
25342
25343 @item
25344 More hooks and functions have been added to remove junk from incoming
25345 mail before saving the mail (@pxref{Washing Mail}).
25346
25347 @item
25348 Emphasized text can be properly fontisized:
25349
25350 @end itemize
25351
25352
25353 @node Quassia Gnus
25354 @subsubsection Quassia Gnus
25355
25356 New features in Gnus 5.6:
25357
25358 @itemize @bullet
25359
25360 @item
25361 New functionality for using Gnus as an offline newsreader has been
25362 added.  A plethora of new commands and modes have been added.
25363 @xref{Gnus Unplugged}, for the full story.
25364
25365 @item
25366 The @code{nndraft} back end has returned, but works differently than
25367 before.  All Message buffers are now also articles in the @code{nndraft}
25368 group, which is created automatically.
25369
25370 @item
25371 @code{gnus-alter-header-function} can now be used to alter header
25372 values.
25373
25374 @item
25375 @code{gnus-summary-goto-article} now accept Message-ID's.
25376
25377 @item
25378 A new Message command for deleting text in the body of a message
25379 outside the region: @kbd{C-c C-v}.
25380
25381 @item
25382 You can now post to component group in @code{nnvirtual} groups with
25383 @kbd{C-u C-c C-c}.
25384
25385 @item
25386  @code{nntp-rlogin-program}---new variable to ease customization.
25387
25388 @item
25389 @code{C-u C-c C-c} in @code{gnus-article-edit-mode} will now inhibit
25390 re-highlighting of the article buffer.
25391
25392 @item
25393 New element in @code{gnus-boring-article-headers}---@code{long-to}.
25394
25395 @item
25396 @kbd{M-i} symbolic prefix command.  @xref{Symbolic Prefixes}, for
25397 details.
25398
25399 @item
25400 @kbd{L} and @kbd{I} in the summary buffer now take the symbolic prefix
25401 @kbd{a} to add the score rule to the @file{all.SCORE} file.
25402
25403 @item
25404 @code{gnus-simplify-subject-functions} variable to allow greater
25405 control over simplification.
25406
25407 @item
25408 @kbd{A T}---new command for fetching the current thread.
25409
25410 @item
25411 @kbd{/ T}---new command for including the current thread in the
25412 limit.
25413
25414 @item
25415 @kbd{M-RET} is a new Message command for breaking cited text.
25416
25417 @item
25418 @samp{\\1}-expressions are now valid in @code{nnmail-split-methods}.
25419
25420 @item
25421 The @code{custom-face-lookup} function has been removed.
25422 If you used this function in your initialization files, you must
25423 rewrite them to use @code{face-spec-set} instead.
25424
25425 @item
25426 Canceling now uses the current select method.  Symbolic prefix
25427 @kbd{a} forces normal posting method.
25428
25429 @item
25430 New command to translate M******** sm*rtq**t*s into proper
25431 text---@kbd{W d}.
25432
25433 @item
25434 For easier debugging of @code{nntp}, you can set
25435 @code{nntp-record-commands} to a non-@code{nil} value.
25436
25437 @item
25438 @code{nntp} now uses @file{~/.authinfo}, a @file{.netrc}-like file, for
25439 controlling where and how to send @sc{authinfo} to @acronym{NNTP} servers.
25440
25441 @item
25442 A command for editing group parameters from the summary buffer
25443 has been added.
25444
25445 @item
25446 A history of where mails have been split is available.
25447
25448 @item
25449 A new article date command has been added---@code{article-date-iso8601}.
25450
25451 @item
25452 Subjects can be simplified when threading by setting
25453 @code{gnus-score-thread-simplify}.
25454
25455 @item
25456 A new function for citing in Message has been
25457 added---@code{message-cite-original-without-signature}.
25458
25459 @item
25460 @code{article-strip-all-blank-lines}---new article command.
25461
25462 @item
25463 A new Message command to kill to the end of the article has
25464 been added.
25465
25466 @item
25467 A minimum adaptive score can be specified by using the
25468 @code{gnus-adaptive-word-minimum} variable.
25469
25470 @item
25471 The ``lapsed date'' article header can be kept continually
25472 updated by the @code{gnus-start-date-timer} command.
25473
25474 @item
25475 Web listserv archives can be read with the @code{nnlistserv} back end.
25476
25477 @item
25478 Old dejanews archives can now be read by @code{nnweb}.
25479
25480 @end itemize
25481
25482 @node Pterodactyl Gnus
25483 @subsubsection Pterodactyl Gnus
25484
25485 New features in Gnus 5.8:
25486
25487 @itemize @bullet
25488
25489 @item
25490 The mail-fetching functions have changed.  See the manual for the
25491 many details.  In particular, all procmail fetching variables are gone.
25492
25493 If you used procmail like in
25494
25495 @lisp
25496 (setq nnmail-use-procmail t)
25497 (setq nnmail-spool-file 'procmail)
25498 (setq nnmail-procmail-directory "~/mail/incoming/")
25499 (setq nnmail-procmail-suffix "\\.in")
25500 @end lisp
25501
25502 this now has changed to
25503
25504 @lisp
25505 (setq mail-sources
25506       '((directory :path "~/mail/incoming/"
25507                    :suffix ".in")))
25508 @end lisp
25509
25510 @xref{Mail Source Specifiers}.
25511
25512 @item
25513 Gnus is now a @acronym{MIME}-capable reader.  This affects many parts of
25514 Gnus, and adds a slew of new commands.  See the manual for details.
25515
25516 @item
25517 Gnus has also been multilingualized.  This also affects too
25518 many parts of Gnus to summarize here, and adds many new variables.
25519
25520 @item
25521 @code{gnus-auto-select-first} can now be a function to be
25522 called to position point.
25523
25524 @item
25525 The user can now decide which extra headers should be included in
25526 summary buffers and @acronym{NOV} files.
25527
25528 @item
25529 @code{gnus-article-display-hook} has been removed.  Instead, a number
25530 of variables starting with @code{gnus-treat-} have been added.
25531
25532 @item
25533 The Gnus posting styles have been redone again and now works in a
25534 subtly different manner.
25535
25536 @item
25537 New web-based back ends have been added: @code{nnslashdot},
25538 @code{nnwarchive} and @code{nnultimate}.  nnweb has been revamped,
25539 again, to keep up with ever-changing layouts.
25540
25541 @item
25542 Gnus can now read @acronym{IMAP} mail via @code{nnimap}.
25543
25544 @end itemize
25545
25546 @node Oort Gnus
25547 @subsubsection Oort Gnus
25548 @cindex Oort Gnus
25549
25550 New features in Gnus 5.10:
25551
25552 @itemize @bullet
25553
25554 @item
25555 @code{gnus-group-read-ephemeral-group} can be called interactively,
25556 using @kbd{G M}.
25557
25558 @item
25559 In draft groups, @kbd{e} is now bound to @code{gnus-draft-edit-message}.
25560 Use @kbd{B w} for @code{gnus-summary-edit-article} instead.
25561
25562 @item
25563 The revised Gnus @acronym{FAQ} is included in the manual,
25564 @xref{Frequently Asked Questions}.
25565
25566 @item
25567 Upgrading from previous (stable) version if you have used Oort.
25568
25569 If you have tried Oort (the unstable Gnus branch leading to this
25570 release) but went back to a stable version, be careful when upgrading to
25571 this version.  In particular, you will probably want to remove all
25572 @file{.marks} (nnml) and @file{.mrk} (nnfolder) files, so that flags are
25573 read from your @file{.newsrc.eld} instead of from the
25574 @file{.marks}/@file{.mrk} file where this release store flags.  See a
25575 later entry for more information about marks.  Note that downgrading
25576 isn't save in general.
25577
25578 @item
25579 Article Buttons
25580
25581 More buttons for URLs, mail addresses, Message-IDs, Info links, man
25582 pages and Emacs or Gnus related references.  @xref{Article Buttons}.  The
25583 variables @code{gnus-button-@var{*}-level} can be used to control the
25584 appearance of all article buttons.  @xref{Article Button Levels}.
25585
25586 @item
25587 Dired integration
25588
25589 @code{gnus-dired-minor-mode} (see @ref{Other modes}) installs key
25590 bindings in dired buffers to send a file as an attachment, open a file
25591 using the appropriate mailcap entry, and print a file using the mailcap
25592 entry.
25593
25594 @item
25595 Gnus can display RSS newsfeeds as a newsgroup.  @xref{RSS}.
25596
25597 @item
25598 Single-part yenc encoded attachments can be decoded.
25599
25600 @item
25601 Picons
25602
25603 The picons code has been reimplemented to work in GNU Emacs---some of
25604 the previous options have been removed or renamed.
25605
25606 Picons are small ``personal icons'' representing users, domain and
25607 newsgroups, which can be displayed in the Article buffer.
25608 @xref{Picons}.
25609
25610 @item
25611 If the new option @code{gnus-treat-body-boundary} is non-@code{nil}, a
25612 boundary line is drawn at the end of the headers.
25613
25614 @item
25615 Retrieval of charters and control messages
25616
25617 There are new commands for fetching newsgroup charters (@kbd{H c}) and
25618 control messages (@kbd{H C}).
25619
25620 @item
25621 Delayed articles
25622
25623 You can delay the sending of a message with @kbd{C-c C-j} in the Message
25624 buffer.  The messages are delivered at specified time.  This is useful
25625 for sending yourself reminders.  @xref{Delayed Articles}.
25626
25627 @item
25628 If @code{auto-compression-mode} is enabled, attachments are automatically
25629 decompressed when activated.
25630
25631 @item
25632 If the new option @code{nnml-use-compressed-files} is non-@code{nil},
25633 the nnml back end allows compressed message files.
25634
25635 @item
25636 Signed article headers (X-PGP-Sig) can be verified with @kbd{W p}.
25637
25638 @item
25639 The Summary Buffer uses an arrow in the fringe to indicate the current
25640 article.  Use @code{(setq gnus-summary-display-arrow nil)} to disable it.
25641
25642 @item
25643 Warn about email replies to news
25644
25645 Do you often find yourself replying to news by email by mistake?  Then
25646 the new option @code{gnus-confirm-mail-reply-to-news} is just the thing for
25647 you.
25648
25649 @item
25650 If the new option @code{gnus-summary-display-while-building} is
25651 non-@code{nil}, the summary buffer is shown and updated as it's being
25652 built.
25653
25654 @item
25655 The new @code{recent} mark @samp{.} indicates newly arrived messages (as
25656 opposed to old but unread messages).
25657
25658 @item
25659 The new option @code{gnus-gcc-mark-as-read} automatically marks
25660 Gcc articles as read.
25661
25662 @item
25663 The nndoc back end now supports mailman digests and exim bounces.
25664
25665 @item
25666 Gnus supports RFC 2369 mailing list headers, and adds a number of
25667 related commands in mailing list groups.  @xref{Mailing List}.
25668
25669 @item
25670 The Date header can be displayed in a format that can be read aloud
25671 in English.  @xref{Article Date}.
25672
25673 @item
25674 The envelope sender address can be customized when using Sendmail.
25675 @xref{Mail Variables, Mail Variables,, message, Message Manual}.
25676
25677 @item
25678 diffs are automatically highlighted in groups matching
25679 @code{mm-uu-diff-groups-regexp}
25680
25681 @item
25682 @acronym{TLS} wrapper shipped with Gnus
25683
25684 @acronym{TLS}/@acronym{SSL} is now supported in @acronym{IMAP} and
25685 @acronym{NNTP} via @file{tls.el} and GNUTLS.  The old
25686 @acronym{TLS}/@acronym{SSL} support via (external third party)
25687 @file{ssl.el} and OpenSSL still works.
25688
25689 @item
25690 New @file{make.bat} for compiling and installing Gnus under MS Windows
25691
25692 Use @file{make.bat} if you want to install Gnus under MS Windows, the
25693 first argument to the batch-program should be the directory where
25694 @file{xemacs.exe} respectively @file{emacs.exe} is located, iff you want
25695 to install Gnus after compiling it, give @file{make.bat} @code{/copy} as
25696 the second parameter.
25697
25698 @file{make.bat} has been rewritten from scratch, it now features
25699 automatic recognition of XEmacs and GNU Emacs, generates
25700 @file{gnus-load.el}, checks if errors occur while compilation and
25701 generation of info files and reports them at the end of the build
25702 process.  It now uses @code{makeinfo} if it is available and falls
25703 back to @file{infohack.el} otherwise.  @file{make.bat} should now
25704 install all files which are necessary to run Gnus and be generally a
25705 complete replacement for the @code{configure; make; make install}
25706 cycle used under Unix systems.
25707
25708 The new @file{make.bat} makes @file{make-x.bat} superfluous, so it has
25709 been removed.
25710
25711 @item
25712 Support for non-@acronym{ASCII} domain names
25713
25714 Message supports non-@acronym{ASCII} domain names in From:, To: and
25715 Cc: and will query you whether to perform encoding when you try to
25716 send a message.  The variable @code{message-use-idna} controls this.
25717 Gnus will also decode non-@acronym{ASCII} domain names in From:, To:
25718 and Cc: when you view a message.  The variable @code{gnus-use-idna}
25719 controls this.
25720
25721 @item
25722 Better handling of Microsoft citation styles
25723
25724 Gnus now tries to recognize the mangled header block that some Microsoft
25725 mailers use to indicate that the rest of the message is a citation, even
25726 though it is not quoted in any way.  The variable
25727 @code{gnus-cite-unsightly-citation-regexp} matches the start of these
25728 citations.
25729
25730 @item
25731 @code{gnus-article-skip-boring}
25732
25733 If you set @code{gnus-article-skip-boring} to @code{t}, then Gnus will
25734 not scroll down to show you a page that contains only boring text,
25735 which by default means cited text and signature.  You can customize
25736 what is skippable using @code{gnus-article-boring-faces}.
25737
25738 This feature is especially useful if you read many articles that
25739 consist of a little new content at the top with a long, untrimmed
25740 message cited below.
25741
25742 @item
25743 The format spec @code{%C} for positioning point has changed to @code{%*}.
25744
25745 @item
25746 The new variable @code{gnus-parameters} can be used to set group parameters.
25747
25748 Earlier this was done only via @kbd{G p} (or @kbd{G c}), which stored
25749 the parameters in @file{~/.newsrc.eld}, but via this variable you can
25750 enjoy the powers of customize, and simplified backups since you set the
25751 variable in @file{~/.emacs} instead of @file{~/.newsrc.eld}.  The
25752 variable maps regular expressions matching group names to group
25753 parameters, a'la:
25754 @lisp
25755 (setq gnus-parameters
25756       '(("mail\\..*"
25757          (gnus-show-threads nil)
25758          (gnus-use-scoring nil))
25759         ("^nnimap:\\(foo.bar\\)$"
25760          (to-group . "\\1"))))
25761 @end lisp
25762
25763 @item
25764 Smileys (@samp{:-)}, @samp{;-)} etc) are now iconized for Emacs too.
25765
25766 Put @code{(setq gnus-treat-display-smileys nil)} in @file{~/.emacs} to
25767 disable it.
25768
25769 @item
25770 Gnus no longer generate the Sender: header automatically.
25771
25772 Earlier it was generated iff the user configurable email address was
25773 different from the Gnus guessed default user address.  As the guessing
25774 algorithm is rarely correct these days, and (more controversially) the
25775 only use of the Sender: header was to check if you are entitled to
25776 cancel/supersede news (which is now solved by Cancel Locks instead,
25777 see another entry), generation of the header has been disabled by
25778 default.  See the variables @code{message-required-headers},
25779 @code{message-required-news-headers}, and
25780 @code{message-required-mail-headers}.
25781
25782 @item
25783 Features from third party @file{message-utils.el} added to @file{message.el}.
25784
25785 Message now asks if you wish to remove @samp{(was: <old subject>)} from
25786 subject lines (see @code{message-subject-trailing-was-query}).  @kbd{C-c
25787 M-m} and @kbd{C-c M-f} inserts markers indicating included text.
25788 @kbd{C-c C-f a} adds a X-No-Archive: header.  @kbd{C-c C-f x} inserts
25789 appropriate headers and a note in the body for cross-postings and
25790 followups (see the variables @code{message-cross-post-@var{*}}).
25791
25792 @item
25793 References and X-Draft-Headers are no longer generated when you start
25794 composing messages and @code{message-generate-headers-first} is
25795 @code{nil}.
25796
25797 @item
25798 Improved anti-spam features.
25799
25800 Gnus is now able to take out spam from your mail and news streams
25801 using a wide variety of programs and filter rules.  Among the supported
25802 methods are RBL blocklists, bogofilter and white/blacklists.  Hooks
25803 for easy use of external packages such as SpamAssassin and Hashcash
25804 are also new.  @xref{Thwarting Email Spam}.
25805
25806 @item
25807 Easy inclusion of X-Faces headers.
25808
25809 @item
25810 Face headers handling.
25811
25812 @item
25813 In the summary buffer, the new command @kbd{/ N} inserts new messages
25814 and @kbd{/ o} inserts old messages.
25815
25816 @item
25817 Gnus decodes morse encoded messages if you press @kbd{W m}.
25818
25819 @item
25820 Unread count correct in nnimap groups.
25821
25822 The estimated number of unread articles in the group buffer should now
25823 be correct for nnimap groups.  This is achieved by calling
25824 @code{nnimap-fixup-unread-after-getting-new-news} from the
25825 @code{gnus-setup-news-hook} (called on startup) and
25826 @code{gnus-after-getting-new-news-hook}. (called after getting new
25827 mail).  If you have modified those variables from the default, you may
25828 want to add @code{nnimap-fixup-unread-after-getting-new-news} again.  If
25829 you were happy with the estimate and want to save some (minimal) time
25830 when getting new mail, remove the function.
25831
25832 @item
25833 Group Carbon Copy (GCC) quoting
25834
25835 To support groups that contains SPC and other weird characters, groups
25836 are quoted before they are placed in the Gcc: header.  This means
25837 variables such as @code{gnus-message-archive-group} should no longer
25838 contain quote characters to make groups containing SPC work.  Also, if
25839 you are using the string @samp{nnml:foo, nnml:bar} (indicating Gcc
25840 into two groups) you must change it to return the list
25841 @code{("nnml:foo" "nnml:bar")}, otherwise the Gcc: line will be quoted
25842 incorrectly.  Note that returning the string @samp{nnml:foo, nnml:bar}
25843 was incorrect earlier, it just didn't generate any problems since it
25844 was inserted directly.
25845
25846 @item
25847 @file{~/News/overview/} not used.
25848
25849 As a result of the following change, the @file{~/News/overview/}
25850 directory is not used any more.  You can safely delete the entire
25851 hierarchy.
25852
25853 @item
25854 @code{gnus-agent}
25855
25856 The Gnus Agent has seen a major updated and is now enabled by default,
25857 and all nntp and nnimap servers from @code{gnus-select-method} and
25858 @code{gnus-secondary-select-method} are agentized by default.  Earlier
25859 only the server in @code{gnus-select-method} was agentized by the
25860 default, and the agent was disabled by default.  When the agent is
25861 enabled, headers are now also retrieved from the Agent cache instead
25862 of the back ends when possible.  Earlier this only happened in the
25863 unplugged state.  You can enroll or remove servers with @kbd{J a} and
25864 @kbd{J r} in the server buffer.  Gnus will not download articles into
25865 the Agent cache, unless you instruct it to do so, though, by using
25866 @kbd{J u} or @kbd{J s} from the Group buffer.  You revert to the old
25867 behaviour of having the Agent disabled with @code{(setq gnus-agent
25868 nil)}.  Note that putting @code{(gnus-agentize)} in @file{~/.gnus.el}
25869 is not needed any more.
25870
25871 @item
25872 @code{gnus-summary-line-format}
25873
25874 The default value changed to @samp{%U%R%z%I%(%[%4L: %-23,23f%]%)
25875 %s\n}.  Moreover @code{gnus-extra-headers},
25876 @code{nnmail-extra-headers} and @code{gnus-ignored-from-addresses}
25877 changed their default so that the users name will be replaced by the
25878 recipient's name or the group name posting to for @acronym{NNTP}
25879 groups.
25880
25881 @item
25882 @file{deuglify.el} (@code{gnus-article-outlook-deuglify-article})
25883
25884 A new file from Raymond Scholz @email{rscholz@@zonix.de} for deuglifying
25885 broken Outlook (Express) articles.
25886
25887 @item
25888 @code{(require 'gnus-load)}
25889
25890 If you use a stand-alone Gnus distribution, you'd better add
25891 @code{(require 'gnus-load)} into your @file{~/.emacs} after adding the Gnus
25892 lisp directory into load-path.
25893
25894 File @file{gnus-load.el} contains autoload commands, functions and variables,
25895 some of which may not be included in distributions of Emacsen.
25896
25897 @item
25898 @code{gnus-slave-unplugged}
25899
25900 A new command which starts Gnus offline in slave mode.
25901
25902 @item
25903 @code{message-insinuate-rmail}
25904
25905 Adding @code{(message-insinuate-rmail)} and @code{(setq
25906 mail-user-agent 'gnus-user-agent)} in @file{.emacs} convinces Rmail to
25907 compose, reply and forward messages in message-mode, where you can
25908 enjoy the power of @acronym{MML}.
25909
25910 @item
25911 @code{message-minibuffer-local-map}
25912
25913 The line below enables BBDB in resending a message:
25914 @lisp
25915 (define-key message-minibuffer-local-map [(tab)]
25916   'bbdb-complete-name)
25917 @end lisp
25918
25919 @item
25920 Externalizing and deleting of attachments.
25921
25922 If @code{gnus-gcc-externalize-attachments} or
25923 @code{message-fcc-externalize-attachments} is non-@code{nil}, attach
25924 local files as external parts.
25925
25926 The command @code{gnus-mime-save-part-and-strip} (bound to @kbd{C-o}
25927 on @acronym{MIME} buttons) saves a part and replaces the part with an
25928 external one.  @code{gnus-mime-delete-part} (bound to @kbd{d} on
25929 @acronym{MIME} buttons) removes a part.  It works only on back ends
25930 that support editing.
25931
25932 @item
25933 @code{gnus-default-charset}
25934
25935 The default value is determined from the
25936 @code{current-language-environment} variable, instead of
25937 @code{iso-8859-1}.  Also the @samp{.*} item in
25938 @code{gnus-group-charset-alist} is removed.
25939
25940 @item
25941 @code{gnus-posting-styles}
25942
25943 Add a new format of match like
25944 @lisp
25945 ((header "to" "larsi.*org")
25946  (Organization "Somewhere, Inc."))
25947 @end lisp
25948 The old format like the lines below is obsolete, but still accepted.
25949 @lisp
25950 (header "to" "larsi.*org"
25951         (Organization "Somewhere, Inc."))
25952 @end lisp
25953
25954 @item
25955 @code{message-ignored-news-headers} and @code{message-ignored-mail-headers}
25956
25957 @samp{X-Draft-From} and @samp{X-Gnus-Agent-Meta-Information} have been
25958 added into these two variables.  If you customized those, perhaps you
25959 need add those two headers too.
25960
25961 @item
25962 Gnus reads the @acronym{NOV} and articles in the Agent if plugged.
25963
25964 If one reads an article while plugged, and the article already exists
25965 in the Agent, it won't get downloaded once more.  @code{(setq
25966 gnus-agent-cache nil)} reverts to the old behavior.
25967
25968 @item
25969 Gnus supports the ``format=flowed'' (RFC 2646) parameter.  On
25970 composing messages, it is enabled by @code{use-hard-newlines}.
25971 Decoding format=flowed was present but not documented in earlier
25972 versions.
25973
25974 @item
25975 Gnus supports the generation of RFC 2298 Disposition Notification requests.
25976
25977 This is invoked with the @kbd{C-c M-n} key binding from message mode.
25978
25979 @item
25980 Gnus supports Maildir groups.
25981
25982 Gnus includes a new back end @file{nnmaildir.el}.  @xref{Maildir}.
25983
25984 @item
25985 Printing capabilities are enhanced.
25986
25987 Gnus supports Muttprint natively with @kbd{O P} from the Summary and
25988 Article buffers.  Also, each individual @acronym{MIME} part can be
25989 printed using @kbd{p} on the @acronym{MIME} button.
25990
25991 @item
25992 Message supports the Importance: (RFC 2156) header.
25993
25994 In the message buffer, @kbd{C-c C-f C-i} or @kbd{C-c C-u} cycles through
25995 the valid values.
25996
25997 @item
25998 Gnus supports Cancel Locks in News.
25999
26000 This means a header @samp{Cancel-Lock} is inserted in news posting.  It is
26001 used to determine if you wrote an article or not (for canceling and
26002 superseding).  Gnus generates a random password string the first time
26003 you post a message, and saves it in your @file{~/.emacs} using the Custom
26004 system.  While the variable is called @code{canlock-password}, it is not
26005 security sensitive data.  Publishing your canlock string on the web
26006 will not allow anyone to be able to anything she could not already do.
26007 The behaviour can be changed by customizing @code{message-insert-canlock}.
26008
26009 @item
26010 Gnus supports server-side mail filtering using Sieve.
26011
26012 Sieve rules can be added as Group Parameters for groups, and the
26013 complete Sieve script is generated using @kbd{D g} from the Group
26014 buffer, and then uploaded to the server using @kbd{C-c C-l} in the
26015 generated Sieve buffer.  @xref{Sieve Commands}, and the new Sieve
26016 manual @ref{Top, , Top, sieve, Emacs Sieve}.
26017
26018 @item
26019 Extended format specs.
26020
26021 Format spec @samp{%&user-date;} is added into
26022 @code{gnus-summary-line-format-alist}.  Also, user defined extended
26023 format specs are supported.  The extended format specs look like
26024 @samp{%u&foo;}, which invokes function
26025 @code{gnus-user-format-function-@var{foo}}.  Because @samp{&} is used as the
26026 escape character, old user defined format @samp{%u&} is no longer supported.
26027
26028 @item
26029 @kbd{/ *} (@code{gnus-summary-limit-include-cached}) is rewritten.
26030
26031 It was aliased to @kbd{Y c}
26032 (@code{gnus-summary-insert-cached-articles}).  The new function filters
26033 out other articles.
26034
26035 @item Some limiting commands accept a @kbd{C-u} prefix to negate the match.
26036
26037 If @kbd{C-u} is used on subject, author or extra headers, i.e., @kbd{/
26038 s}, @kbd{/ a}, and @kbd{/ x}
26039 (@code{gnus-summary-limit-to-@{subject,author,extra@}}) respectively, the
26040 result will be to display all articles that do not match the expression.
26041
26042 @item
26043 Group names are treated as UTF-8 by default.
26044
26045 This is supposedly what USEFOR wanted to migrate to.  See
26046 @code{gnus-group-name-charset-group-alist} and
26047 @code{gnus-group-name-charset-method-alist} for customization.
26048
26049 @item
26050 The nnml and nnfolder back ends store marks for each groups.
26051
26052 This makes it possible to take backup of nnml/nnfolder servers/groups
26053 separately of @file{~/.newsrc.eld}, while preserving marks.  It also
26054 makes it possible to share articles and marks between users (without
26055 sharing the @file{~/.newsrc.eld} file) within e.g. a department.  It
26056 works by storing the marks stored in @file{~/.newsrc.eld} in a per-group
26057 file @file{.marks} (for nnml) and @file{@var{groupname}.mrk} (for
26058 nnfolder, named @var{groupname}).  If the nnml/nnfolder is moved to
26059 another machine, Gnus will automatically use the @file{.marks} or
26060 @file{.mrk} file instead of the information in @file{~/.newsrc.eld}.
26061 The new server variables @code{nnml-marks-is-evil} and
26062 @code{nnfolder-marks-is-evil} can be used to disable this feature.
26063
26064 @item
26065 The menu bar item (in Group and Summary buffer) named ``Misc'' has
26066 been renamed to ``Gnus''.
26067
26068 @item
26069 The menu bar item (in Message mode) named ``@acronym{MML}'' has been
26070 renamed to ``Attachments''.  Note that this menu also contains security
26071 related stuff, like signing and encryption (@pxref{Security, Security,,
26072 message, Message Manual}).
26073
26074 @item
26075 @code{gnus-group-charset-alist} and
26076 @code{gnus-group-ignored-charsets-alist}.
26077
26078 The regexps in these variables are compared with full group names
26079 instead of real group names in 5.8.  Users who customize these
26080 variables should change those regexps accordingly.  For example:
26081 @lisp
26082 ("^han\\>" euc-kr) -> ("\\(^\\|:\\)han\\>" euc-kr)
26083 @end lisp
26084
26085 @item
26086 Gnus supports @acronym{PGP} (RFC 1991/2440), @acronym{PGP/MIME} (RFC
26087 2015/3156) and @acronym{S/MIME} (RFC 2630-2633).
26088
26089 It needs an external @acronym{S/MIME} and OpenPGP implementation, but no
26090 additional Lisp libraries.  This add several menu items to the
26091 Attachments menu, and @kbd{C-c RET} key bindings, when composing
26092 messages.  This also obsoletes @code{gnus-article-hide-pgp-hook}.
26093
26094 @item
26095 Gnus inlines external parts (message/external).
26096
26097 @item
26098 @acronym{MML} (Mime compose) prefix changed from @kbd{M-m} to @kbd{C-c
26099 C-m}.
26100
26101 This change was made to avoid conflict with the standard binding of
26102 @code{back-to-indentation}, which is also useful in message mode.
26103
26104 @item
26105 The default for @code{message-forward-show-mml} changed to symbol @code{best}.
26106
26107 The behaviour for the @code{best} value is to show @acronym{MML} (i.e.,
26108 convert to @acronym{MIME}) when appropriate.  @acronym{MML} will not be
26109 used when forwarding signed or encrypted messages, as the conversion
26110 invalidate the digital signature.
26111 @end itemize
26112
26113 @node No Gnus
26114 @subsubsection No Gnus
26115 @cindex No Gnus
26116
26117 New features in No Gnus:
26118 @c FIXME: Gnus 5.12?
26119
26120 @include gnus-news.texi
26121
26122 @iftex
26123
26124 @page
26125 @node The Manual
26126 @section The Manual
26127 @cindex colophon
26128 @cindex manual
26129
26130 This manual was generated from a TeXinfo file and then run through
26131 either @code{texi2dvi}
26132 @iflatex
26133 or my own home-brewed TeXinfo to \LaTeX\ transformer,
26134 and then run through @code{latex} and @code{dvips}
26135 @end iflatex
26136 to get what you hold in your hands now.
26137
26138 The following conventions have been used:
26139
26140 @enumerate
26141
26142 @item
26143 This is a @samp{string}
26144
26145 @item
26146 This is a @kbd{keystroke}
26147
26148 @item
26149 This is a @file{file}
26150
26151 @item
26152 This is a @code{symbol}
26153
26154 @end enumerate
26155
26156 So if I were to say ``set @code{flargnoze} to @samp{yes}'', that would
26157 mean:
26158
26159 @lisp
26160 (setq flargnoze "yes")
26161 @end lisp
26162
26163 If I say ``set @code{flumphel} to @code{yes}'', that would mean:
26164
26165 @lisp
26166 (setq flumphel 'yes)
26167 @end lisp
26168
26169 @samp{yes} and @code{yes} are two @emph{very} different things---don't
26170 ever get them confused.
26171
26172 @iflatex
26173 @c @head
26174 Of course, everything in this manual is of vital interest, so you should
26175 read it all.  Several times.  However, if you feel like skimming the
26176 manual, look for that gnu head you should see in the margin over
26177 there---it means that what's being discussed is of more importance than
26178 the rest of the stuff.  (On the other hand, if everything is infinitely
26179 important, how can anything be more important than that?  Just one more
26180 of the mysteries of this world, I guess.)
26181 @end iflatex
26182
26183 @end iftex
26184
26185
26186 @node On Writing Manuals
26187 @section On Writing Manuals
26188
26189 I guess most manuals are written after-the-fact; documenting a program
26190 that's already there.  This is not how this manual is written.  When
26191 implementing something, I write the manual entry for that something
26192 straight away.  I then see that it's difficult to explain the
26193 functionality, so I write how it's supposed to be, and then I change the
26194 implementation.  Writing the documentation and writing the code goes
26195 hand in hand.
26196
26197 This, of course, means that this manual has no, or little, flow.  It
26198 documents absolutely everything in Gnus, but often not where you're
26199 looking for it.  It is a reference manual, and not a guide to how to get
26200 started with Gnus.
26201
26202 That would be a totally different book, that should be written using the
26203 reference manual as source material.  It would look quite differently.
26204
26205
26206 @page
26207 @node Terminology
26208 @section Terminology
26209
26210 @cindex terminology
26211 @table @dfn
26212
26213 @item news
26214 @cindex news
26215 This is what you are supposed to use this thing for---reading news.
26216 News is generally fetched from a nearby @acronym{NNTP} server, and is
26217 generally publicly available to everybody.  If you post news, the entire
26218 world is likely to read just what you have written, and they'll all
26219 snigger mischievously.  Behind your back.
26220
26221 @item mail
26222 @cindex mail
26223 Everything that's delivered to you personally is mail.  Some news/mail
26224 readers (like Gnus) blur the distinction between mail and news, but
26225 there is a difference.  Mail is private.  News is public.  Mailing is
26226 not posting, and replying is not following up.
26227
26228 @item reply
26229 @cindex reply
26230 Send a mail to the person who has written what you are reading.
26231
26232 @item follow up
26233 @cindex follow up
26234 Post an article to the current newsgroup responding to the article you
26235 are reading.
26236
26237 @item back end
26238 @cindex back end
26239 Gnus considers mail and news to be mostly the same, really.  The only
26240 difference is how to access the actual articles.  News articles are
26241 commonly fetched via the protocol @acronym{NNTP}, whereas mail
26242 messages could be read from a file on the local disk.  The internal
26243 architecture of Gnus thus comprises a ``front end'' and a number of
26244 ``back ends''.  Internally, when you enter a group (by hitting
26245 @key{RET}, say), you thereby invoke a function in the front end in
26246 Gnus.  The front end then ``talks'' to a back end and says things like
26247 ``Give me the list of articles in the foo group'' or ``Show me article
26248 number 4711''.
26249
26250 So a back end mainly defines either a protocol (the @code{nntp} back
26251 end accesses news via @acronym{NNTP}, the @code{nnimap} back end
26252 accesses mail via @acronym{IMAP}) or a file format and directory
26253 layout (the @code{nnspool} back end accesses news via the common
26254 ``spool directory'' format, the @code{nnml} back end access mail via a
26255 file format and directory layout that's quite similar).
26256
26257 Gnus does not handle the underlying media, so to speak---this is all
26258 done by the back ends.  A back end is a collection of functions to
26259 access the articles.
26260
26261 However, sometimes the term ``back end'' is also used where ``server''
26262 would have been more appropriate.  And then there is the term ``select
26263 method'' which can mean either.  The Gnus terminology can be quite
26264 confusing.
26265
26266 @item native
26267 @cindex native
26268 Gnus will always use one method (and back end) as the @dfn{native}, or
26269 default, way of getting news.
26270
26271 @item foreign
26272 @cindex foreign
26273 You can also have any number of foreign groups active at the same time.
26274 These are groups that use non-native non-secondary back ends for getting
26275 news.
26276
26277 @item secondary
26278 @cindex secondary
26279 Secondary back ends are somewhere half-way between being native and being
26280 foreign, but they mostly act like they are native.
26281
26282 @item article
26283 @cindex article
26284 A message that has been posted as news.
26285
26286 @item mail message
26287 @cindex mail message
26288 A message that has been mailed.
26289
26290 @item message
26291 @cindex message
26292 A mail message or news article
26293
26294 @item head
26295 @cindex head
26296 The top part of a message, where administrative information (etc.) is
26297 put.
26298
26299 @item body
26300 @cindex body
26301 The rest of an article.  Everything not in the head is in the
26302 body.
26303
26304 @item header
26305 @cindex header
26306 A line from the head of an article.
26307
26308 @item headers
26309 @cindex headers
26310 A collection of such lines, or a collection of heads.  Or even a
26311 collection of @acronym{NOV} lines.
26312
26313 @item @acronym{NOV}
26314 @cindex @acronym{NOV}
26315 When Gnus enters a group, it asks the back end for the headers of all
26316 unread articles in the group.  Most servers support the News OverView
26317 format, which is more compact and much faster to read and parse than the
26318 normal @sc{head} format.
26319
26320 @item level
26321 @cindex levels
26322 Each group is subscribed at some @dfn{level} or other (1-9).  The ones
26323 that have a lower level are ``more'' subscribed than the groups with a
26324 higher level.  In fact, groups on levels 1-5 are considered
26325 @dfn{subscribed}; 6-7 are @dfn{unsubscribed}; 8 are @dfn{zombies}; and 9
26326 are @dfn{killed}.  Commands for listing groups and scanning for new
26327 articles will all use the numeric prefix as @dfn{working level}.
26328
26329 @item killed groups
26330 @cindex killed groups
26331 No information on killed groups is stored or updated, which makes killed
26332 groups much easier to handle than subscribed groups.
26333
26334 @item zombie groups
26335 @cindex zombie groups
26336 Just like killed groups, only slightly less dead.
26337
26338 @item active file
26339 @cindex active file
26340 The news server has to keep track of what articles it carries, and what
26341 groups exist.  All this information in stored in the active file, which
26342 is rather large, as you might surmise.
26343
26344 @item bogus groups
26345 @cindex bogus groups
26346 A group that exists in the @file{.newsrc} file, but isn't known to the
26347 server (i.e.,  it isn't in the active file), is a @emph{bogus group}.
26348 This means that the group probably doesn't exist (any more).
26349
26350 @item activating
26351 @cindex activating groups
26352 The act of asking the server for info on a group and computing the
26353 number of unread articles is called @dfn{activating the group}.
26354 Un-activated groups are listed with @samp{*} in the group buffer.
26355
26356 @item server
26357 @cindex server
26358 A machine one can connect to and get news (or mail) from.
26359
26360 @item select method
26361 @cindex select method
26362 A structure that specifies the back end, the server and the virtual
26363 server settings.
26364
26365 @item virtual server
26366 @cindex virtual server
26367 A named select method.  Since a select method defines all there is to
26368 know about connecting to a (physical) server, taking the thing as a
26369 whole is a virtual server.
26370
26371 @item washing
26372 @cindex washing
26373 Taking a buffer and running it through a filter of some sort.  The
26374 result will (more often than not) be cleaner and more pleasing than the
26375 original.
26376
26377 @item ephemeral groups
26378 @cindex ephemeral groups
26379 @cindex temporary groups
26380 Most groups store data on what articles you have read.  @dfn{Ephemeral}
26381 groups are groups that will have no data stored---when you exit the
26382 group, it'll disappear into the aether.
26383
26384 @item solid groups
26385 @cindex solid groups
26386 This is the opposite of ephemeral groups.  All groups listed in the
26387 group buffer are solid groups.
26388
26389 @item sparse articles
26390 @cindex sparse articles
26391 These are article placeholders shown in the summary buffer when
26392 @code{gnus-build-sparse-threads} has been switched on.
26393
26394 @item threading
26395 @cindex threading
26396 To put responses to articles directly after the articles they respond
26397 to---in a hierarchical fashion.
26398
26399 @item root
26400 @cindex root
26401 @cindex thread root
26402 The first article in a thread is the root.  It is the ancestor of all
26403 articles in the thread.
26404
26405 @item parent
26406 @cindex parent
26407 An article that has responses.
26408
26409 @item child
26410 @cindex child
26411 An article that responds to a different article---its parent.
26412
26413 @item digest
26414 @cindex digest
26415 A collection of messages in one file.  The most common digest format is
26416 specified by RFC 1153.
26417
26418 @item splitting
26419 @cindex splitting, terminolgy
26420 @cindex mail sorting
26421 @cindex mail filtering (splitting)
26422 The action of sorting your emails according to certain rules. Sometimes
26423 incorrectly called mail filtering.
26424
26425 @end table
26426
26427
26428 @page
26429 @node Customization
26430 @section Customization
26431 @cindex general customization
26432
26433 All variables are properly documented elsewhere in this manual.  This
26434 section is designed to give general pointers on how to customize Gnus
26435 for some quite common situations.
26436
26437 @menu
26438 * Slow/Expensive Connection::   You run a local Emacs and get the news elsewhere.
26439 * Slow Terminal Connection::    You run a remote Emacs.
26440 * Little Disk Space::           You feel that having large setup files is icky.
26441 * Slow Machine::                You feel like buying a faster machine.
26442 @end menu
26443
26444
26445 @node Slow/Expensive Connection
26446 @subsection Slow/Expensive NNTP Connection
26447
26448 If you run Emacs on a machine locally, and get your news from a machine
26449 over some very thin strings, you want to cut down on the amount of data
26450 Gnus has to get from the @acronym{NNTP} server.
26451
26452 @table @code
26453
26454 @item gnus-read-active-file
26455 Set this to @code{nil}, which will inhibit Gnus from requesting the
26456 entire active file from the server.  This file is often v.  large.  You
26457 also have to set @code{gnus-check-new-newsgroups} and
26458 @code{gnus-check-bogus-newsgroups} to @code{nil} to make sure that Gnus
26459 doesn't suddenly decide to fetch the active file anyway.
26460
26461 @item gnus-nov-is-evil
26462 This one has to be @code{nil}.  If not, grabbing article headers from
26463 the @acronym{NNTP} server will not be very fast.  Not all @acronym{NNTP} servers
26464 support @sc{xover}; Gnus will detect this by itself.
26465 @end table
26466
26467
26468 @node Slow Terminal Connection
26469 @subsection Slow Terminal Connection
26470
26471 Let's say you use your home computer for dialing up the system that runs
26472 Emacs and Gnus.  If your modem is slow, you want to reduce (as much as
26473 possible) the amount of data sent over the wires.
26474
26475 @table @code
26476
26477 @item gnus-auto-center-summary
26478 Set this to @code{nil} to inhibit Gnus from re-centering the summary
26479 buffer all the time.  If it is @code{vertical}, do only vertical
26480 re-centering.  If it is neither @code{nil} nor @code{vertical}, do both
26481 horizontal and vertical recentering.
26482
26483 @item gnus-visible-headers
26484 Cut down on the headers included in the articles to the
26485 minimum.  You can, in fact, make do without them altogether---most of the
26486 useful data is in the summary buffer, anyway.  Set this variable to
26487 @samp{^NEVVVVER} or @samp{From:}, or whatever you feel you need.
26488
26489 Set this hook to all the available hiding commands:
26490 @lisp
26491 (setq gnus-treat-hide-headers 'head
26492       gnus-treat-hide-signature t
26493       gnus-treat-hide-citation t)
26494 @end lisp
26495
26496 @item gnus-use-full-window
26497 By setting this to @code{nil}, you can make all the windows smaller.
26498 While this doesn't really cut down much generally, it means that you
26499 have to see smaller portions of articles before deciding that you didn't
26500 want to read them anyway.
26501
26502 @item gnus-thread-hide-subtree
26503 If this is non-@code{nil}, all threads in the summary buffer will be
26504 hidden initially.
26505
26506
26507 @item gnus-updated-mode-lines
26508 If this is @code{nil}, Gnus will not put information in the buffer mode
26509 lines, which might save some time.
26510 @end table
26511
26512
26513 @node Little Disk Space
26514 @subsection Little Disk Space
26515 @cindex disk space
26516
26517 The startup files can get rather large, so you may want to cut their
26518 sizes a bit if you are running out of space.
26519
26520 @table @code
26521
26522 @item gnus-save-newsrc-file
26523 If this is @code{nil}, Gnus will never save @file{.newsrc}---it will
26524 only save @file{.newsrc.eld}.  This means that you will not be able to
26525 use any other newsreaders than Gnus.  This variable is @code{t} by
26526 default.
26527
26528 @item gnus-read-newsrc-file
26529 If this is @code{nil}, Gnus will never read @file{.newsrc}---it will
26530 only read @file{.newsrc.eld}.  This means that you will not be able to
26531 use any other newsreaders than Gnus.  This variable is @code{t} by
26532 default.
26533
26534 @item gnus-save-killed-list
26535 If this is @code{nil}, Gnus will not save the list of dead groups.  You
26536 should also set @code{gnus-check-new-newsgroups} to @code{ask-server}
26537 and @code{gnus-check-bogus-newsgroups} to @code{nil} if you set this
26538 variable to @code{nil}.  This variable is @code{t} by default.
26539
26540 @end table
26541
26542
26543 @node Slow Machine
26544 @subsection Slow Machine
26545 @cindex slow machine
26546
26547 If you have a slow machine, or are just really impatient, there are a
26548 few things you can do to make Gnus run faster.
26549
26550 Set @code{gnus-check-new-newsgroups} and
26551 @code{gnus-check-bogus-newsgroups} to @code{nil} to make startup faster.
26552
26553 Set @code{gnus-show-threads}, @code{gnus-use-cross-reference} and
26554 @code{gnus-nov-is-evil} to @code{nil} to make entering and exiting the
26555 summary buffer faster.
26556
26557 Gnus uses the internal ELisp-based @code{uncompface} program for
26558 decoding an @code{X-Face} header normally in Emacs.  If you feel it is
26559 slow, set @code{uncompface-use-external} to @code{t}.  @xref{X-Face}.
26560
26561
26562 @page
26563 @node Troubleshooting
26564 @section Troubleshooting
26565 @cindex troubleshooting
26566
26567 Gnus works @emph{so} well straight out of the box---I can't imagine any
26568 problems, really.
26569
26570 Ahem.
26571
26572 @enumerate
26573
26574 @item
26575 Make sure your computer is switched on.
26576
26577 @item
26578 Make sure that you really load the current Gnus version.  If you have
26579 been running @sc{gnus}, you need to exit Emacs and start it up again before
26580 Gnus will work.
26581
26582 @item
26583 Try doing an @kbd{M-x gnus-version}.  If you get something that looks
26584 like @samp{T-gnus 6.17.* (based on Gnus v5.10.*; for SEMI 1.1*, FLIM
26585 1.1*)} you have the right files loaded.  Otherwise you have some old
26586 @file{.el} files lying around.  Delete these.
26587
26588 @item
26589 Read the help group (@kbd{G h} in the group buffer) for a
26590 @acronym{FAQ} and a how-to.
26591
26592 @item
26593 @vindex max-lisp-eval-depth
26594 Gnus works on many recursive structures, and in some extreme (and very
26595 rare) cases Gnus may recurse down ``too deeply'' and Emacs will beep at
26596 you.  If this happens to you, set @code{max-lisp-eval-depth} to 500 or
26597 something like that.
26598 @end enumerate
26599
26600 If all else fails, report the problem as a bug.
26601
26602 @cindex bugs
26603 @cindex reporting bugs
26604
26605 @kindex M-x gnus-bug
26606 @findex gnus-bug
26607 If you find a bug in Gnus, you can report it with the @kbd{M-x gnus-bug}
26608 command.  @kbd{M-x set-variable RET debug-on-error RET t RET}, and send
26609 me the backtrace.  I will fix bugs, but I can only fix them if you send
26610 me a precise description as to how to reproduce the bug.
26611
26612 You really can never be too detailed in a bug report.  Always use the
26613 @kbd{M-x gnus-bug} command when you make bug reports, even if it creates
26614 a 10Kb mail each time you use it, and even if you have sent me your
26615 environment 500 times before.  I don't care.  I want the full info each
26616 time.
26617
26618 It is also important to remember that I have no memory whatsoever.  If
26619 you send a bug report, and I send you a reply, and then you just send
26620 back ``No, it's not! Moron!'', I will have no idea what you are
26621 insulting me about.  Always over-explain everything.  It's much easier
26622 for all of us---if I don't have all the information I need, I will just
26623 mail you and ask for more info, and everything takes more time.
26624
26625 If the problem you're seeing is very visual, and you can't quite explain
26626 it, copy the Emacs window to a file (with @code{xwd}, for instance), put
26627 it somewhere it can be reached, and include the URL of the picture in
26628 the bug report.
26629
26630 @cindex patches
26631 If you would like to contribute a patch to fix bugs or make
26632 improvements, please produce the patch using @samp{diff -u}.
26633
26634 @cindex edebug
26635 If you want to debug your problem further before reporting, possibly
26636 in order to solve the problem yourself and send a patch, you can use
26637 edebug.  Debugging Lisp code is documented in the Elisp manual
26638 (@pxref{Debugging, , Debugging Lisp Programs, elisp, The GNU Emacs
26639 Lisp Reference Manual}).  To get you started with edebug, consider if
26640 you discover some weird behaviour when pressing @kbd{c}, the first
26641 step is to do @kbd{C-h k c} and click on the hyperlink (Emacs only) in
26642 the documentation buffer that leads you to the function definition,
26643 then press @kbd{M-x edebug-defun RET} with point inside that function,
26644 return to Gnus and press @kbd{c} to invoke the code.  You will be
26645 placed in the lisp buffer and can single step using @kbd{SPC} and
26646 evaluate expressions using @kbd{M-:} or inspect variables using
26647 @kbd{C-h v}, abort execution with @kbd{q}, and resume execution with
26648 @kbd{c} or @kbd{g}.
26649
26650 @cindex elp
26651 @cindex profile
26652 @cindex slow
26653 Sometimes, a problem do not directly generate an elisp error but
26654 manifests itself by causing Gnus to be very slow.  In these cases, you
26655 can use @kbd{M-x toggle-debug-on-quit} and press @kbd{C-g} when things are
26656 slow, and then try to analyze the backtrace (repeating the procedure
26657 helps isolating the real problem areas).
26658
26659 A fancier approach is to use the elisp profiler, ELP.  The profiler is
26660 (or should be) fully documented elsewhere, but to get you started
26661 there are a few steps that need to be followed.  First, instrument the
26662 part of Gnus you are interested in for profiling, e.g. @kbd{M-x
26663 elp-instrument-package RET gnus} or @kbd{M-x elp-instrument-package
26664 RET message}.  Then perform the operation that is slow and press
26665 @kbd{M-x elp-results}.  You will then see which operations that takes
26666 time, and can debug them further.  If the entire operation takes much
26667 longer than the time spent in the slowest function in the profiler
26668 output, you probably profiled the wrong part of Gnus.  To reset
26669 profiling statistics, use @kbd{M-x elp-reset-all}.  @kbd{M-x
26670 elp-restore-all} is supposed to remove profiling, but given the
26671 complexities and dynamic code generation in Gnus, it might not always
26672 work perfectly.
26673
26674 @cindex gnu.emacs.gnus
26675 @cindex ding mailing list
26676 If you just need help, you are better off asking on
26677 @samp{gnu.emacs.gnus}.  I'm not very helpful.  You can also ask on
26678 @email{ding@@gnus.org, the ding mailing list}.  Write to
26679 @email{ding-request@@gnus.org} to subscribe.
26680
26681
26682 @page
26683 @node Gnus Reference Guide
26684 @section Gnus Reference Guide
26685
26686 It is my hope that other people will figure out smart stuff that Gnus
26687 can do, and that other people will write those smart things as well.  To
26688 facilitate that I thought it would be a good idea to describe the inner
26689 workings of Gnus.  And some of the not-so-inner workings, while I'm at
26690 it.
26691
26692 You can never expect the internals of a program not to change, but I
26693 will be defining (in some details) the interface between Gnus and its
26694 back ends (this is written in stone), the format of the score files
26695 (ditto), data structures (some are less likely to change than others)
26696 and general methods of operation.
26697
26698 @menu
26699 * Gnus Utility Functions::      Common functions and variable to use.
26700 * Back End Interface::          How Gnus communicates with the servers.
26701 * Score File Syntax::           A BNF definition of the score file standard.
26702 * Headers::                     How Gnus stores headers internally.
26703 * Ranges::                      A handy format for storing mucho numbers.
26704 * Group Info::                  The group info format.
26705 * Extended Interactive::        Symbolic prefixes and stuff.
26706 * Emacs/XEmacs Code::           Gnus can be run under all modern Emacsen.
26707 * Various File Formats::        Formats of files that Gnus use.
26708 @end menu
26709
26710
26711 @node Gnus Utility Functions
26712 @subsection Gnus Utility Functions
26713 @cindex Gnus utility functions
26714 @cindex utility functions
26715 @cindex functions
26716 @cindex internal variables
26717
26718 When writing small functions to be run from hooks (and stuff), it's
26719 vital to have access to the Gnus internal functions and variables.
26720 Below is a list of the most common ones.
26721
26722 @table @code
26723
26724 @item gnus-newsgroup-name
26725 @vindex gnus-newsgroup-name
26726 This variable holds the name of the current newsgroup.
26727
26728 @item gnus-find-method-for-group
26729 @findex gnus-find-method-for-group
26730 A function that returns the select method for @var{group}.
26731
26732 @item gnus-group-real-name
26733 @findex gnus-group-real-name
26734 Takes a full (prefixed) Gnus group name, and returns the unprefixed
26735 name.
26736
26737 @item gnus-group-prefixed-name
26738 @findex gnus-group-prefixed-name
26739 Takes an unprefixed group name and a select method, and returns the full
26740 (prefixed) Gnus group name.
26741
26742 @item gnus-get-info
26743 @findex gnus-get-info
26744 Returns the group info list for @var{group}.
26745
26746 @item gnus-group-unread
26747 @findex gnus-group-unread
26748 The number of unread articles in @var{group}, or @code{t} if that is
26749 unknown.
26750
26751 @item gnus-active
26752 @findex gnus-active
26753 The active entry for @var{group}.
26754
26755 @item gnus-set-active
26756 @findex gnus-set-active
26757 Set the active entry for @var{group}.
26758
26759 @item gnus-add-current-to-buffer-list
26760 @findex gnus-add-current-to-buffer-list
26761 Adds the current buffer to the list of buffers to be killed on Gnus
26762 exit.
26763
26764 @item gnus-continuum-version
26765 @findex gnus-continuum-version
26766 Takes a Gnus version string as a parameter and returns a floating point
26767 number.  Earlier versions will always get a lower number than later
26768 versions.
26769
26770 @item gnus-group-read-only-p
26771 @findex gnus-group-read-only-p
26772 Says whether @var{group} is read-only or not.
26773
26774 @item gnus-news-group-p
26775 @findex gnus-news-group-p
26776 Says whether @var{group} came from a news back end.
26777
26778 @item gnus-ephemeral-group-p
26779 @findex gnus-ephemeral-group-p
26780 Says whether @var{group} is ephemeral or not.
26781
26782 @item gnus-server-to-method
26783 @findex gnus-server-to-method
26784 Returns the select method corresponding to @var{server}.
26785
26786 @item gnus-server-equal
26787 @findex gnus-server-equal
26788 Says whether two virtual servers are equal.
26789
26790 @item gnus-group-native-p
26791 @findex gnus-group-native-p
26792 Says whether @var{group} is native or not.
26793
26794 @item gnus-group-secondary-p
26795 @findex gnus-group-secondary-p
26796 Says whether @var{group} is secondary or not.
26797
26798 @item gnus-group-foreign-p
26799 @findex gnus-group-foreign-p
26800 Says whether @var{group} is foreign or not.
26801
26802 @item gnus-group-find-parameter
26803 @findex gnus-group-find-parameter
26804 Returns the parameter list of @var{group}.  If given a second parameter,
26805 returns the value of that parameter for @var{group}.
26806
26807 @item gnus-group-set-parameter
26808 @findex gnus-group-set-parameter
26809 Takes three parameters; @var{group}, @var{parameter} and @var{value}.
26810
26811 @item gnus-narrow-to-body
26812 @findex gnus-narrow-to-body
26813 Narrows the current buffer to the body of the article.
26814
26815 @item gnus-check-backend-function
26816 @findex gnus-check-backend-function
26817 Takes two parameters, @var{function} and @var{group}.  If the back end
26818 @var{group} comes from supports @var{function}, return non-@code{nil}.
26819
26820 @lisp
26821 (gnus-check-backend-function "request-scan" "nnml:misc")
26822 @result{} t
26823 @end lisp
26824
26825 @item gnus-read-method
26826 @findex gnus-read-method
26827 Prompts the user for a select method.
26828
26829 @end table
26830
26831
26832 @node Back End Interface
26833 @subsection Back End Interface
26834
26835 Gnus doesn't know anything about @acronym{NNTP}, spools, mail or virtual
26836 groups.  It only knows how to talk to @dfn{virtual servers}.  A virtual
26837 server is a @dfn{back end} and some @dfn{back end variables}.  As examples
26838 of the first, we have @code{nntp}, @code{nnspool} and @code{nnmbox}.  As
26839 examples of the latter we have @code{nntp-port-number} and
26840 @code{nnmbox-directory}.
26841
26842 When Gnus asks for information from a back end---say @code{nntp}---on
26843 something, it will normally include a virtual server name in the
26844 function parameters.  (If not, the back end should use the ``current''
26845 virtual server.)  For instance, @code{nntp-request-list} takes a virtual
26846 server as its only (optional) parameter.  If this virtual server hasn't
26847 been opened, the function should fail.
26848
26849 Note that a virtual server name has no relation to some physical server
26850 name.  Take this example:
26851
26852 @lisp
26853 (nntp "odd-one"
26854       (nntp-address "ifi.uio.no")
26855       (nntp-port-number 4324))
26856 @end lisp
26857
26858 Here the virtual server name is @samp{odd-one} while the name of
26859 the physical server is @samp{ifi.uio.no}.
26860
26861 The back ends should be able to switch between several virtual servers.
26862 The standard back ends implement this by keeping an alist of virtual
26863 server environments that they pull down/push up when needed.
26864
26865 There are two groups of interface functions: @dfn{required functions},
26866 which must be present, and @dfn{optional functions}, which Gnus will
26867 always check for presence before attempting to call 'em.
26868
26869 All these functions are expected to return data in the buffer
26870 @code{nntp-server-buffer} (@samp{ *nntpd*}), which is somewhat
26871 unfortunately named, but we'll have to live with it.  When I talk about
26872 @dfn{resulting data}, I always refer to the data in that buffer.  When I
26873 talk about @dfn{return value}, I talk about the function value returned by
26874 the function call.  Functions that fail should return @code{nil} as the
26875 return value.
26876
26877 Some back ends could be said to be @dfn{server-forming} back ends, and
26878 some might be said not to be.  The latter are back ends that generally
26879 only operate on one group at a time, and have no concept of ``server''
26880 ---they have a group, and they deliver info on that group and nothing
26881 more.
26882
26883 Gnus identifies each message by way of group name and article number.  A
26884 few remarks about these article numbers might be useful.  First of all,
26885 the numbers are positive integers.  Secondly, it is normally not
26886 possible for later articles to ``re-use'' older article numbers without
26887 confusing Gnus.  That is, if a group has ever contained a message
26888 numbered 42, then no other message may get that number, or Gnus will get
26889 mightily confused.@footnote{See the function
26890 @code{nnchoke-request-update-info}, @ref{Optional Back End Functions}.}
26891 Third, article numbers must be assigned in order of arrival in the
26892 group; this is not necessarily the same as the date of the message.
26893
26894 The previous paragraph already mentions all the ``hard'' restrictions that
26895 article numbers must fulfill.  But it seems that it might be useful to
26896 assign @emph{consecutive} article numbers, for Gnus gets quite confused
26897 if there are holes in the article numbering sequence.  However, due to
26898 the ``no-reuse'' restriction, holes cannot be avoided altogether.  It's
26899 also useful for the article numbers to start at 1 to avoid running out
26900 of numbers as long as possible.
26901
26902 Note that by convention, back ends are named @code{nnsomething}, but
26903 Gnus also comes with some @code{nnnotbackends}, such as
26904 @file{nnheader.el}, @file{nnmail.el} and @file{nnoo.el}.
26905
26906 In the examples and definitions I will refer to the imaginary back end
26907 @code{nnchoke}.
26908
26909 @cindex @code{nnchoke}
26910
26911 @menu
26912 * Required Back End Functions::  Functions that must be implemented.
26913 * Optional Back End Functions::  Functions that need not be implemented.
26914 * Error Messaging::             How to get messages and report errors.
26915 * Writing New Back Ends::       Extending old back ends.
26916 * Hooking New Back Ends Into Gnus::  What has to be done on the Gnus end.
26917 * Mail-like Back Ends::         Some tips on mail back ends.
26918 @end menu
26919
26920
26921 @node Required Back End Functions
26922 @subsubsection Required Back End Functions
26923
26924 @table @code
26925
26926 @item (nnchoke-retrieve-headers ARTICLES &optional GROUP SERVER FETCH-OLD)
26927
26928 @var{articles} is either a range of article numbers or a list of
26929 @code{Message-ID}s.  Current back ends do not fully support either---only
26930 sequences (lists) of article numbers, and most back ends do not support
26931 retrieval of @code{Message-ID}s.  But they should try for both.
26932
26933 The result data should either be HEADs or @acronym{NOV} lines, and the result
26934 value should either be @code{headers} or @code{nov} to reflect this.
26935 This might later be expanded to @code{various}, which will be a mixture
26936 of HEADs and @acronym{NOV} lines, but this is currently not supported by Gnus.
26937
26938 If @var{fetch-old} is non-@code{nil} it says to try fetching ``extra
26939 headers'', in some meaning of the word.  This is generally done by
26940 fetching (at most) @var{fetch-old} extra headers less than the smallest
26941 article number in @code{articles}, and filling the gaps as well.  The
26942 presence of this parameter can be ignored if the back end finds it
26943 cumbersome to follow the request.  If this is non-@code{nil} and not a
26944 number, do maximum fetches.
26945
26946 Here's an example HEAD:
26947
26948 @example
26949 221 1056 Article retrieved.
26950 Path: ifi.uio.no!sturles
26951 From: sturles@@ifi.uio.no (Sturle Sunde)
26952 Newsgroups: ifi.discussion
26953 Subject: Re: Something very droll
26954 Date: 27 Oct 1994 14:02:57 +0100
26955 Organization: Dept. of Informatics, University of Oslo, Norway
26956 Lines: 26
26957 Message-ID: <38o8e1$a0o@@holmenkollen.ifi.uio.no>
26958 References: <38jdmq$4qu@@visbur.ifi.uio.no>
26959 NNTP-Posting-Host: holmenkollen.ifi.uio.no
26960 .
26961 @end example
26962
26963 So a @code{headers} return value would imply that there's a number of
26964 these in the data buffer.
26965
26966 Here's a BNF definition of such a buffer:
26967
26968 @example
26969 headers        = *head
26970 head           = error / valid-head
26971 error-message  = [ "4" / "5" ] 2number " " <error message> eol
26972 valid-head     = valid-message *header "." eol
26973 valid-message  = "221 " <number> " Article retrieved." eol
26974 header         = <text> eol
26975 @end example
26976
26977 @cindex BNF
26978 (The version of BNF used here is the one used in RFC822.)
26979
26980 If the return value is @code{nov}, the data buffer should contain
26981 @dfn{network overview database} lines.  These are basically fields
26982 separated by tabs.
26983
26984 @example
26985 nov-buffer = *nov-line
26986 nov-line   = field 7*8[ <TAB> field ] eol
26987 field      = <text except TAB>
26988 @end example
26989
26990 For a closer look at what should be in those fields,
26991 @pxref{Headers}.
26992
26993
26994 @item (nnchoke-open-server SERVER &optional DEFINITIONS)
26995
26996 @var{server} is here the virtual server name.  @var{definitions} is a
26997 list of @code{(VARIABLE VALUE)} pairs that define this virtual server.
26998
26999 If the server can't be opened, no error should be signaled.  The back end
27000 may then choose to refuse further attempts at connecting to this
27001 server.  In fact, it should do so.
27002
27003 If the server is opened already, this function should return a
27004 non-@code{nil} value.  There should be no data returned.
27005
27006
27007 @item (nnchoke-close-server &optional SERVER)
27008
27009 Close connection to @var{server} and free all resources connected
27010 to it.  Return @code{nil} if the server couldn't be closed for some
27011 reason.
27012
27013 There should be no data returned.
27014
27015
27016 @item (nnchoke-request-close)
27017
27018 Close connection to all servers and free all resources that the back end
27019 have reserved.  All buffers that have been created by that back end
27020 should be killed.  (Not the @code{nntp-server-buffer}, though.)  This
27021 function is generally only called when Gnus is shutting down.
27022
27023 There should be no data returned.
27024
27025
27026 @item (nnchoke-server-opened &optional SERVER)
27027
27028 If @var{server} is the current virtual server, and the connection to the
27029 physical server is alive, then this function should return a
27030 non-@code{nil} value.  This function should under no circumstances
27031 attempt to reconnect to a server we have lost connection to.
27032
27033 There should be no data returned.
27034
27035
27036 @item (nnchoke-status-message &optional SERVER)
27037
27038 This function should return the last error message from @var{server}.
27039
27040 There should be no data returned.
27041
27042
27043 @item (nnchoke-request-article ARTICLE &optional GROUP SERVER TO-BUFFER)
27044
27045 The result data from this function should be the article specified by
27046 @var{article}.  This might either be a @code{Message-ID} or a number.
27047 It is optional whether to implement retrieval by @code{Message-ID}, but
27048 it would be nice if that were possible.
27049
27050 If @var{to-buffer} is non-@code{nil}, the result data should be returned
27051 in this buffer instead of the normal data buffer.  This is to make it
27052 possible to avoid copying large amounts of data from one buffer to
27053 another, while Gnus mainly requests articles to be inserted directly
27054 into its article buffer.
27055
27056 If it is at all possible, this function should return a cons cell where
27057 the @code{car} is the group name the article was fetched from, and the @code{cdr} is
27058 the article number.  This will enable Gnus to find out what the real
27059 group and article numbers are when fetching articles by
27060 @code{Message-ID}.  If this isn't possible, @code{t} should be returned
27061 on successful article retrieval.
27062
27063
27064 @item (nnchoke-request-group GROUP &optional SERVER FAST)
27065
27066 Get data on @var{group}.  This function also has the side effect of
27067 making @var{group} the current group.
27068
27069 If @var{fast}, don't bother to return useful data, just make @var{group}
27070 the current group.
27071
27072 Here's an example of some result data and a definition of the same:
27073
27074 @example
27075 211 56 1000 1059 ifi.discussion
27076 @end example
27077
27078 The first number is the status, which should be 211.  Next is the
27079 total number of articles in the group, the lowest article number, the
27080 highest article number, and finally the group name.  Note that the total
27081 number of articles may be less than one might think while just
27082 considering the highest and lowest article numbers, but some articles
27083 may have been canceled.  Gnus just discards the total-number, so
27084 whether one should take the bother to generate it properly (if that is a
27085 problem) is left as an exercise to the reader.  If the group contains no
27086 articles, the lowest article number should be reported as 1 and the
27087 highest as 0.
27088
27089 @example
27090 group-status = [ error / info ] eol
27091 error        = [ "4" / "5" ] 2<number> " " <Error message>
27092 info         = "211 " 3* [ <number> " " ] <string>
27093 @end example
27094
27095
27096 @item (nnchoke-close-group GROUP &optional SERVER)
27097
27098 Close @var{group} and free any resources connected to it.  This will be
27099 a no-op on most back ends.
27100
27101 There should be no data returned.
27102
27103
27104 @item (nnchoke-request-list &optional SERVER)
27105
27106 Return a list of all groups available on @var{server}.  And that means
27107 @emph{all}.
27108
27109 Here's an example from a server that only carries two groups:
27110
27111 @example
27112 ifi.test 0000002200 0000002000 y
27113 ifi.discussion 3324 3300 n
27114 @end example
27115
27116 On each line we have a group name, then the highest article number in
27117 that group, the lowest article number, and finally a flag.  If the group
27118 contains no articles, the lowest article number should be reported as 1
27119 and the highest as 0.
27120
27121 @example
27122 active-file = *active-line
27123 active-line = name " " <number> " " <number> " " flags eol
27124 name        = <string>
27125 flags       = "n" / "y" / "m" / "x" / "j" / "=" name
27126 @end example
27127
27128 The flag says whether the group is read-only (@samp{n}), is moderated
27129 (@samp{m}), is dead (@samp{x}), is aliased to some other group
27130 (@samp{=other-group}) or none of the above (@samp{y}).
27131
27132
27133 @item (nnchoke-request-post &optional SERVER)
27134
27135 This function should post the current buffer.  It might return whether
27136 the posting was successful or not, but that's not required.  If, for
27137 instance, the posting is done asynchronously, it has generally not been
27138 completed by the time this function concludes.  In that case, this
27139 function should set up some kind of sentinel to beep the user loud and
27140 clear if the posting could not be completed.
27141
27142 There should be no result data from this function.
27143
27144 @end table
27145
27146
27147 @node Optional Back End Functions
27148 @subsubsection Optional Back End Functions
27149
27150 @table @code
27151
27152 @item (nnchoke-retrieve-groups GROUPS &optional SERVER)
27153
27154 @var{groups} is a list of groups, and this function should request data
27155 on all those groups.  How it does it is of no concern to Gnus, but it
27156 should attempt to do this in a speedy fashion.
27157
27158 The return value of this function can be either @code{active} or
27159 @code{group}, which says what the format of the result data is.  The
27160 former is in the same format as the data from
27161 @code{nnchoke-request-list}, while the latter is a buffer full of lines
27162 in the same format as @code{nnchoke-request-group} gives.
27163
27164 @example
27165 group-buffer = *active-line / *group-status
27166 @end example
27167
27168
27169 @item (nnchoke-request-update-info GROUP INFO &optional SERVER)
27170
27171 A Gnus group info (@pxref{Group Info}) is handed to the back end for
27172 alterations.  This comes in handy if the back end really carries all
27173 the information (as is the case with virtual and imap groups).  This
27174 function should destructively alter the info to suit its needs, and
27175 should return a non-@code{nil} value.
27176
27177 There should be no result data from this function.
27178
27179
27180 @item (nnchoke-request-type GROUP &optional ARTICLE)
27181
27182 When the user issues commands for ``sending news'' (@kbd{F} in the
27183 summary buffer, for instance), Gnus has to know whether the article the
27184 user is following up on is news or mail.  This function should return
27185 @code{news} if @var{article} in @var{group} is news, @code{mail} if it
27186 is mail and @code{unknown} if the type can't be decided.  (The
27187 @var{article} parameter is necessary in @code{nnvirtual} groups which
27188 might very well combine mail groups and news groups.)  Both @var{group}
27189 and @var{article} may be @code{nil}.
27190
27191 There should be no result data from this function.
27192
27193
27194 @item (nnchoke-request-set-mark GROUP ACTION &optional SERVER)
27195
27196 Set/remove/add marks on articles.  Normally Gnus handles the article
27197 marks (such as read, ticked, expired etc) internally, and store them in
27198 @file{~/.newsrc.eld}.  Some back ends (such as @acronym{IMAP}) however carry
27199 all information about the articles on the server, so Gnus need to
27200 propagate the mark information to the server.
27201
27202 @var{action} is a list of mark setting requests, having this format:
27203
27204 @example
27205 (RANGE ACTION MARK)
27206 @end example
27207
27208 @var{range} is a range of articles you wish to update marks on.
27209 @var{action} is @code{add} or @code{del}, used to add marks or remove
27210 marks (preserving all marks not mentioned).  @var{mark} is a list of
27211 marks; where each mark is a symbol.  Currently used marks are
27212 @code{read}, @code{tick}, @code{reply}, @code{expire}, @code{killed},
27213 @code{dormant}, @code{save}, @code{download}, @code{unsend},
27214 @code{forward} and @code{recent}, but your back end should, if
27215 possible, not limit itself to these.
27216
27217 Given contradictory actions, the last action in the list should be the
27218 effective one.  That is, if your action contains a request to add the
27219 @code{tick} mark on article 1 and, later in the list, a request to
27220 remove the mark on the same article, the mark should in fact be removed.
27221
27222 An example action list:
27223
27224 @example
27225 (((5 12 30) 'del '(tick))
27226  ((10 . 90) 'add '(read expire))
27227  ((92 94) 'del '(read)))
27228 @end example
27229
27230 The function should return a range of articles it wasn't able to set the
27231 mark on (currently not used for anything).
27232
27233 There should be no result data from this function.
27234
27235 @item (nnchoke-request-update-mark GROUP ARTICLE MARK)
27236
27237 If the user tries to set a mark that the back end doesn't like, this
27238 function may change the mark.  Gnus will use whatever this function
27239 returns as the mark for @var{article} instead of the original
27240 @var{mark}.  If the back end doesn't care, it must return the original
27241 @var{mark}, and not @code{nil} or any other type of garbage.
27242
27243 The only use for this I can see is what @code{nnvirtual} does with
27244 it---if a component group is auto-expirable, marking an article as read
27245 in the virtual group should result in the article being marked as
27246 expirable.
27247
27248 There should be no result data from this function.
27249
27250
27251 @item (nnchoke-request-scan &optional GROUP SERVER)
27252
27253 This function may be called at any time (by Gnus or anything else) to
27254 request that the back end check for incoming articles, in one way or
27255 another.  A mail back end will typically read the spool file or query
27256 the @acronym{POP} server when this function is invoked.  The
27257 @var{group} doesn't have to be heeded---if the back end decides that
27258 it is too much work just scanning for a single group, it may do a
27259 total scan of all groups.  It would be nice, however, to keep things
27260 local if that's practical.
27261
27262 There should be no result data from this function.
27263
27264
27265 @item (nnchoke-request-group-description GROUP &optional SERVER)
27266
27267 The result data from this function should be a description of
27268 @var{group}.
27269
27270 @example
27271 description-line = name <TAB> description eol
27272 name             = <string>
27273 description      = <text>
27274 @end example
27275
27276 @item (nnchoke-request-list-newsgroups &optional SERVER)
27277
27278 The result data from this function should be the description of all
27279 groups available on the server.
27280
27281 @example
27282 description-buffer = *description-line
27283 @end example
27284
27285
27286 @item (nnchoke-request-newgroups DATE &optional SERVER)
27287
27288 The result data from this function should be all groups that were
27289 created after @samp{date}, which is in normal human-readable date format
27290 (i.e., the date format used in mail and news headers, and returned by
27291 the function @code{message-make-date} by default).  The data should be
27292 in the active buffer format.
27293
27294 It is okay for this function to return ``too many'' groups; some back ends
27295 might find it cheaper to return the full list of groups, rather than
27296 just the new groups.  But don't do this for back ends with many groups.
27297 Normally, if the user creates the groups herself, there won't be too
27298 many groups, so @code{nnml} and the like are probably safe.  But for
27299 back ends like @code{nntp}, where the groups have been created by the
27300 server, it is quite likely that there can be many groups.
27301
27302
27303 @item (nnchoke-request-create-group GROUP &optional SERVER)
27304
27305 This function should create an empty group with name @var{group}.
27306
27307 There should be no return data.
27308
27309
27310 @item (nnchoke-request-expire-articles ARTICLES &optional GROUP SERVER FORCE)
27311
27312 This function should run the expiry process on all articles in the
27313 @var{articles} range (which is currently a simple list of article
27314 numbers.)  It is left up to the back end to decide how old articles
27315 should be before they are removed by this function.  If @var{force} is
27316 non-@code{nil}, all @var{articles} should be deleted, no matter how new
27317 they are.
27318
27319 This function should return a list of articles that it did not/was not
27320 able to delete.
27321
27322 There should be no result data returned.
27323
27324
27325 @item (nnchoke-request-move-article ARTICLE GROUP SERVER ACCEPT-FORM &optional LAST)
27326
27327 This function should move @var{article} (which is a number) from
27328 @var{group} by calling @var{accept-form}.
27329
27330 This function should ready the article in question for moving by
27331 removing any header lines it has added to the article, and generally
27332 should ``tidy up'' the article.  Then it should @code{eval}
27333 @var{accept-form} in the buffer where the ``tidy'' article is.  This
27334 will do the actual copying.  If this @code{eval} returns a
27335 non-@code{nil} value, the article should be removed.
27336
27337 If @var{last} is @code{nil}, that means that there is a high likelihood
27338 that there will be more requests issued shortly, so that allows some
27339 optimizations.
27340
27341 The function should return a cons where the @code{car} is the group name and
27342 the @code{cdr} is the article number that the article was entered as.
27343
27344 The group should exist before the back end is asked to accept the
27345 article for that group.
27346
27347 There should be no data returned.
27348
27349
27350 @item (nnchoke-request-accept-article GROUP &optional SERVER LAST)
27351
27352 This function takes the current buffer and inserts it into @var{group}.
27353 If @var{last} in @code{nil}, that means that there will be more calls to
27354 this function in short order.
27355
27356 The function should return a cons where the @code{car} is the group name and
27357 the @code{cdr} is the article number that the article was entered as.
27358
27359 There should be no data returned.
27360
27361
27362 @item (nnchoke-request-replace-article ARTICLE GROUP BUFFER)
27363
27364 This function should remove @var{article} (which is a number) from
27365 @var{group} and insert @var{buffer} there instead.
27366
27367 There should be no data returned.
27368
27369
27370 @item (nnchoke-request-delete-group GROUP FORCE &optional SERVER)
27371
27372 This function should delete @var{group}.  If @var{force}, it should
27373 really delete all the articles in the group, and then delete the group
27374 itself.  (If there is such a thing as ``the group itself''.)
27375
27376 There should be no data returned.
27377
27378
27379 @item (nnchoke-request-rename-group GROUP NEW-NAME &optional SERVER)
27380
27381 This function should rename @var{group} into @var{new-name}.  All
27382 articles in @var{group} should move to @var{new-name}.
27383
27384 There should be no data returned.
27385
27386 @end table
27387
27388
27389 @node Error Messaging
27390 @subsubsection Error Messaging
27391
27392 @findex nnheader-report
27393 @findex nnheader-get-report
27394 The back ends should use the function @code{nnheader-report} to report
27395 error conditions---they should not raise errors when they aren't able to
27396 perform a request.  The first argument to this function is the back end
27397 symbol, and the rest are interpreted as arguments to @code{format} if
27398 there are multiple of them, or just a string if there is one of them.
27399 This function must always returns @code{nil}.
27400
27401 @lisp
27402 (nnheader-report 'nnchoke "You did something totally bogus")
27403
27404 (nnheader-report 'nnchoke "Could not request group %s" group)
27405 @end lisp
27406
27407 Gnus, in turn, will call @code{nnheader-get-report} when it gets a
27408 @code{nil} back from a server, and this function returns the most
27409 recently reported message for the back end in question.  This function
27410 takes one argument---the server symbol.
27411
27412 Internally, these functions access @var{back-end}@code{-status-string},
27413 so the @code{nnchoke} back end will have its error message stored in
27414 @code{nnchoke-status-string}.
27415
27416
27417 @node Writing New Back Ends
27418 @subsubsection Writing New Back Ends
27419
27420 Many back ends are quite similar.  @code{nnml} is just like
27421 @code{nnspool}, but it allows you to edit the articles on the server.
27422 @code{nnmh} is just like @code{nnml}, but it doesn't use an active file,
27423 and it doesn't maintain overview databases.  @code{nndir} is just like
27424 @code{nnml}, but it has no concept of ``groups'', and it doesn't allow
27425 editing articles.
27426
27427 It would make sense if it were possible to ``inherit'' functions from
27428 back ends when writing new back ends.  And, indeed, you can do that if you
27429 want to.  (You don't have to if you don't want to, of course.)
27430
27431 All the back ends declare their public variables and functions by using a
27432 package called @code{nnoo}.
27433
27434 To inherit functions from other back ends (and allow other back ends to
27435 inherit functions from the current back end), you should use the
27436 following macros:
27437
27438 @table @code
27439
27440 @item nnoo-declare
27441 This macro declares the first parameter to be a child of the subsequent
27442 parameters.  For instance:
27443
27444 @lisp
27445 (nnoo-declare nndir
27446   nnml nnmh)
27447 @end lisp
27448
27449 @code{nndir} has declared here that it intends to inherit functions from
27450 both @code{nnml} and @code{nnmh}.
27451
27452 @item defvoo
27453 This macro is equivalent to @code{defvar}, but registers the variable as
27454 a public server variable.  Most state-oriented variables should be
27455 declared with @code{defvoo} instead of @code{defvar}.
27456
27457 In addition to the normal @code{defvar} parameters, it takes a list of
27458 variables in the parent back ends to map the variable to when executing
27459 a function in those back ends.
27460
27461 @lisp
27462 (defvoo nndir-directory nil
27463   "Where nndir will look for groups."
27464   nnml-current-directory nnmh-current-directory)
27465 @end lisp
27466
27467 This means that @code{nnml-current-directory} will be set to
27468 @code{nndir-directory} when an @code{nnml} function is called on behalf
27469 of @code{nndir}.  (The same with @code{nnmh}.)
27470
27471 @item nnoo-define-basics
27472 This macro defines some common functions that almost all back ends should
27473 have.
27474
27475 @lisp
27476 (nnoo-define-basics nndir)
27477 @end lisp
27478
27479 @item deffoo
27480 This macro is just like @code{defun} and takes the same parameters.  In
27481 addition to doing the normal @code{defun} things, it registers the
27482 function as being public so that other back ends can inherit it.
27483
27484 @item nnoo-map-functions
27485 This macro allows mapping of functions from the current back end to
27486 functions from the parent back ends.
27487
27488 @lisp
27489 (nnoo-map-functions nndir
27490   (nnml-retrieve-headers 0 nndir-current-group 0 0)
27491   (nnmh-request-article 0 nndir-current-group 0 0))
27492 @end lisp
27493
27494 This means that when @code{nndir-retrieve-headers} is called, the first,
27495 third, and fourth parameters will be passed on to
27496 @code{nnml-retrieve-headers}, while the second parameter is set to the
27497 value of @code{nndir-current-group}.
27498
27499 @item nnoo-import
27500 This macro allows importing functions from back ends.  It should be the
27501 last thing in the source file, since it will only define functions that
27502 haven't already been defined.
27503
27504 @lisp
27505 (nnoo-import nndir
27506   (nnmh
27507    nnmh-request-list
27508    nnmh-request-newgroups)
27509   (nnml))
27510 @end lisp
27511
27512 This means that calls to @code{nndir-request-list} should just be passed
27513 on to @code{nnmh-request-list}, while all public functions from
27514 @code{nnml} that haven't been defined in @code{nndir} yet should be
27515 defined now.
27516
27517 @end table
27518
27519 Below is a slightly shortened version of the @code{nndir} back end.
27520
27521 @lisp
27522 ;;; @r{nndir.el --- single directory newsgroup access for Gnus}
27523 ;; @r{Copyright (C) 1995,96 Free Software Foundation, Inc.}
27524
27525 ;;; @r{Code:}
27526
27527 (require 'nnheader)
27528 (require 'nnmh)
27529 (require 'nnml)
27530 (require 'nnoo)
27531 (eval-when-compile (require 'cl))
27532
27533 (nnoo-declare nndir
27534   nnml nnmh)
27535
27536 (defvoo nndir-directory nil
27537   "Where nndir will look for groups."
27538   nnml-current-directory nnmh-current-directory)
27539
27540 (defvoo nndir-nov-is-evil nil
27541   "*Non-nil means that nndir will never retrieve NOV headers."
27542   nnml-nov-is-evil)
27543
27544 (defvoo nndir-current-group ""
27545   nil
27546   nnml-current-group nnmh-current-group)
27547 (defvoo nndir-top-directory nil nil nnml-directory nnmh-directory)
27548 (defvoo nndir-get-new-mail nil nil nnml-get-new-mail nnmh-get-new-mail)
27549
27550 (defvoo nndir-status-string "" nil nnmh-status-string)
27551 (defconst nndir-version "nndir 1.0")
27552
27553 ;;; @r{Interface functions.}
27554
27555 (nnoo-define-basics nndir)
27556
27557 (deffoo nndir-open-server (server &optional defs)
27558   (setq nndir-directory
27559         (or (cadr (assq 'nndir-directory defs))
27560             server))
27561   (unless (assq 'nndir-directory defs)
27562     (push `(nndir-directory ,server) defs))
27563   (push `(nndir-current-group
27564           ,(file-name-nondirectory
27565             (directory-file-name nndir-directory)))
27566         defs)
27567   (push `(nndir-top-directory
27568           ,(file-name-directory (directory-file-name nndir-directory)))
27569         defs)
27570   (nnoo-change-server 'nndir server defs))
27571
27572 (nnoo-map-functions nndir
27573   (nnml-retrieve-headers 0 nndir-current-group 0 0)
27574   (nnmh-request-article 0 nndir-current-group 0 0)
27575   (nnmh-request-group nndir-current-group 0 0)
27576   (nnmh-close-group nndir-current-group 0))
27577
27578 (nnoo-import nndir
27579   (nnmh
27580    nnmh-status-message
27581    nnmh-request-list
27582    nnmh-request-newgroups))
27583
27584 (provide 'nndir)
27585 @end lisp
27586
27587
27588 @node Hooking New Back Ends Into Gnus
27589 @subsubsection Hooking New Back Ends Into Gnus
27590
27591 @vindex gnus-valid-select-methods
27592 @findex gnus-declare-backend
27593 Having Gnus start using your new back end is rather easy---you just
27594 declare it with the @code{gnus-declare-backend} functions.  This will
27595 enter the back end into the @code{gnus-valid-select-methods} variable.
27596
27597 @code{gnus-declare-backend} takes two parameters---the back end name and
27598 an arbitrary number of @dfn{abilities}.
27599
27600 Here's an example:
27601
27602 @lisp
27603 (gnus-declare-backend "nnchoke" 'mail 'respool 'address)
27604 @end lisp
27605
27606 The above line would then go in the @file{nnchoke.el} file.
27607
27608 The abilities can be:
27609
27610 @table @code
27611 @item mail
27612 This is a mailish back end---followups should (probably) go via mail.
27613 @item post
27614 This is a newsish back end---followups should (probably) go via news.
27615 @item post-mail
27616 This back end supports both mail and news.
27617 @item none
27618 This is neither a post nor mail back end---it's something completely
27619 different.
27620 @item respool
27621 It supports respooling---or rather, it is able to modify its source
27622 articles and groups.
27623 @item address
27624 The name of the server should be in the virtual server name.  This is
27625 true for almost all back ends.
27626 @item prompt-address
27627 The user should be prompted for an address when doing commands like
27628 @kbd{B} in the group buffer.  This is true for back ends like
27629 @code{nntp}, but not @code{nnmbox}, for instance.
27630 @end table
27631
27632
27633 @node Mail-like Back Ends
27634 @subsubsection Mail-like Back Ends
27635
27636 One of the things that separate the mail back ends from the rest of the
27637 back ends is the heavy dependence by most of the mail back ends on
27638 common functions in @file{nnmail.el}.  For instance, here's the
27639 definition of @code{nnml-request-scan}:
27640
27641 @lisp
27642 (deffoo nnml-request-scan (&optional group server)
27643   (setq nnml-article-file-alist nil)
27644   (nnmail-get-new-mail 'nnml 'nnml-save-nov nnml-directory group))
27645 @end lisp
27646
27647 It simply calls @code{nnmail-get-new-mail} with a few parameters,
27648 and @code{nnmail} takes care of all the moving and splitting of the
27649 mail.
27650
27651 This function takes four parameters.
27652
27653 @table @var
27654 @item method
27655 This should be a symbol to designate which back end is responsible for
27656 the call.
27657
27658 @item exit-function
27659 This function should be called after the splitting has been performed.
27660
27661 @item temp-directory
27662 Where the temporary files should be stored.
27663
27664 @item group
27665 This optional argument should be a group name if the splitting is to be
27666 performed for one group only.
27667 @end table
27668
27669 @code{nnmail-get-new-mail} will call @var{back-end}@code{-save-mail} to
27670 save each article.  @var{back-end}@code{-active-number} will be called to
27671 find the article number assigned to this article.
27672
27673 The function also uses the following variables:
27674 @var{back-end}@code{-get-new-mail} (to see whether to get new mail for
27675 this back end); and @var{back-end}@code{-group-alist} and
27676 @var{back-end}@code{-active-file} to generate the new active file.
27677 @var{back-end}@code{-group-alist} should be a group-active alist, like
27678 this:
27679
27680 @example
27681 (("a-group" (1 . 10))
27682  ("some-group" (34 . 39)))
27683 @end example
27684
27685
27686 @node Score File Syntax
27687 @subsection Score File Syntax
27688
27689 Score files are meant to be easily parseable, but yet extremely
27690 mallable.  It was decided that something that had the same read syntax
27691 as an Emacs Lisp list would fit that spec.
27692
27693 Here's a typical score file:
27694
27695 @lisp
27696 (("summary"
27697   ("win95" -10000 nil s)
27698   ("Gnus"))
27699  ("from"
27700   ("Lars" -1000))
27701  (mark -100))
27702 @end lisp
27703
27704 BNF definition of a score file:
27705
27706 @example
27707 score-file      = "" / "(" *element ")"
27708 element         = rule / atom
27709 rule            = string-rule / number-rule / date-rule
27710 string-rule     = "(" quote string-header quote space *string-match ")"
27711 number-rule     = "(" quote number-header quote space *number-match ")"
27712 date-rule       = "(" quote date-header quote space *date-match ")"
27713 quote           = <ascii 34>
27714 string-header   = "subject" / "from" / "references" / "message-id" /
27715                   "xref" / "body" / "head" / "all" / "followup"
27716 number-header   = "lines" / "chars"
27717 date-header     = "date"
27718 string-match    = "(" quote <string> quote [ "" / [ space score [ "" /
27719                   space date [ "" / [ space string-match-t ] ] ] ] ] ")"
27720 score           = "nil" / <integer>
27721 date            = "nil" / <natural number>
27722 string-match-t  = "nil" / "s" / "substring" / "S" / "Substring" /
27723                   "r" / "regex" / "R" / "Regex" /
27724                   "e" / "exact" / "E" / "Exact" /
27725                   "f" / "fuzzy" / "F" / "Fuzzy"
27726 number-match    = "(" <integer> [ "" / [ space score [ "" /
27727                   space date [ "" / [ space number-match-t ] ] ] ] ] ")"
27728 number-match-t  = "nil" / "=" / "<" / ">" / ">=" / "<="
27729 date-match      = "(" quote <string> quote [ "" / [ space score [ "" /
27730                   space date [ "" / [ space date-match-t ] ] ] ] ")"
27731 date-match-t    = "nil" / "at" / "before" / "after"
27732 atom            = "(" [ required-atom / optional-atom ] ")"
27733 required-atom   = mark / expunge / mark-and-expunge / files /
27734                   exclude-files / read-only / touched
27735 optional-atom   = adapt / local / eval
27736 mark            = "mark" space nil-or-number
27737 nil-or-number   = "nil" / <integer>
27738 expunge         = "expunge" space nil-or-number
27739 mark-and-expunge = "mark-and-expunge" space nil-or-number
27740 files           = "files" *[ space <string> ]
27741 exclude-files   = "exclude-files" *[ space <string> ]
27742 read-only       = "read-only" [ space "nil" / space "t" ]
27743 adapt        = "adapt" [ space "ignore" / space "t" / space adapt-rule ]
27744 adapt-rule      = "(" *[ <string> *[ "(" <string> <integer> ")" ] ")"
27745 local           = "local" *[ space "(" <string> space <form> ")" ]
27746 eval            = "eval" space <form>
27747 space           = *[ " " / <TAB> / <NEWLINE> ]
27748 @end example
27749
27750 Any unrecognized elements in a score file should be ignored, but not
27751 discarded.
27752
27753 As you can see, white space is needed, but the type and amount of white
27754 space is irrelevant.  This means that formatting of the score file is
27755 left up to the programmer---if it's simpler to just spew it all out on
27756 one looong line, then that's ok.
27757
27758 The meaning of the various atoms are explained elsewhere in this
27759 manual (@pxref{Score File Format}).
27760
27761
27762 @node Headers
27763 @subsection Headers
27764
27765 Internally Gnus uses a format for storing article headers that
27766 corresponds to the @acronym{NOV} format in a mysterious fashion.  One could
27767 almost suspect that the author looked at the @acronym{NOV} specification and
27768 just shamelessly @emph{stole} the entire thing, and one would be right.
27769
27770 @dfn{Header} is a severely overloaded term.  ``Header'' is used in
27771 RFC 1036 to talk about lines in the head of an article (e.g.,
27772 @code{From}).  It is used by many people as a synonym for
27773 ``head''---``the header and the body''.  (That should be avoided, in my
27774 opinion.)  And Gnus uses a format internally that it calls ``header'',
27775 which is what I'm talking about here.  This is a 9-element vector,
27776 basically, with each header (ouch) having one slot.
27777
27778 These slots are, in order: @code{number}, @code{subject}, @code{from},
27779 @code{date}, @code{id}, @code{references}, @code{chars}, @code{lines},
27780 @code{xref}, and @code{extra}.  There are macros for accessing and
27781 setting these slots---they all have predictable names beginning with
27782 @code{mail-header-} and @code{mail-header-set-}, respectively.
27783
27784 All these slots contain strings, except the @code{extra} slot, which
27785 contains an alist of header/value pairs (@pxref{To From Newsgroups}).
27786
27787
27788 @node Ranges
27789 @subsection Ranges
27790
27791 @sc{gnus} introduced a concept that I found so useful that I've started
27792 using it a lot and have elaborated on it greatly.
27793
27794 The question is simple: If you have a large amount of objects that are
27795 identified by numbers (say, articles, to take a @emph{wild} example)
27796 that you want to qualify as being ``included'', a normal sequence isn't
27797 very useful.  (A 200,000 length sequence is a bit long-winded.)
27798
27799 The solution is as simple as the question: You just collapse the
27800 sequence.
27801
27802 @example
27803 (1 2 3 4 5 6 10 11 12)
27804 @end example
27805
27806 is transformed into
27807
27808 @example
27809 ((1 . 6) (10 . 12))
27810 @end example
27811
27812 To avoid having those nasty @samp{(13 . 13)} elements to denote a
27813 lonesome object, a @samp{13} is a valid element:
27814
27815 @example
27816 ((1 . 6) 7 (10 . 12))
27817 @end example
27818
27819 This means that comparing two ranges to find out whether they are equal
27820 is slightly tricky:
27821
27822 @example
27823 ((1 . 5) 7 8 (10 . 12))
27824 @end example
27825
27826 and
27827
27828 @example
27829 ((1 . 5) (7 . 8) (10 . 12))
27830 @end example
27831
27832 are equal.  In fact, any non-descending list is a range:
27833
27834 @example
27835 (1 2 3 4 5)
27836 @end example
27837
27838 is a perfectly valid range, although a pretty long-winded one.  This is
27839 also valid:
27840
27841 @example
27842 (1 . 5)
27843 @end example
27844
27845 and is equal to the previous range.
27846
27847 Here's a BNF definition of ranges.  Of course, one must remember the
27848 semantic requirement that the numbers are non-descending.  (Any number
27849 of repetition of the same number is allowed, but apt to disappear in
27850 range handling.)
27851
27852 @example
27853 range           = simple-range / normal-range
27854 simple-range    = "(" number " . " number ")"
27855 normal-range    = "(" start-contents ")"
27856 contents        = "" / simple-range *[ " " contents ] /
27857                   number *[ " " contents ]
27858 @end example
27859
27860 Gnus currently uses ranges to keep track of read articles and article
27861 marks.  I plan on implementing a number of range operators in C if The
27862 Powers That Be are willing to let me.  (I haven't asked yet, because I
27863 need to do some more thinking on what operators I need to make life
27864 totally range-based without ever having to convert back to normal
27865 sequences.)
27866
27867
27868 @node Group Info
27869 @subsection Group Info
27870
27871 Gnus stores all permanent info on groups in a @dfn{group info} list.
27872 This list is from three to six elements (or more) long and exhaustively
27873 describes the group.
27874
27875 Here are two example group infos; one is a very simple group while the
27876 second is a more complex one:
27877
27878 @example
27879 ("no.group" 5 ((1 . 54324)))
27880
27881 ("nnml:my.mail" 3 ((1 . 5) 9 (20 . 55))
27882                 ((tick (15 . 19)) (replied 3 6 (19 . 3)))
27883                 (nnml "")
27884                 ((auto-expire . t) (to-address . "ding@@gnus.org")))
27885 @end example
27886
27887 The first element is the @dfn{group name}---as Gnus knows the group,
27888 anyway.  The second element is the @dfn{subscription level}, which
27889 normally is a small integer.  (It can also be the @dfn{rank}, which is a
27890 cons cell where the @code{car} is the level and the @code{cdr} is the
27891 score.)  The third element is a list of ranges of read articles.  The
27892 fourth element is a list of lists of article marks of various kinds.
27893 The fifth element is the select method (or virtual server, if you like).
27894 The sixth element is a list of @dfn{group parameters}, which is what
27895 this section is about.
27896
27897 Any of the last three elements may be missing if they are not required.
27898 In fact, the vast majority of groups will normally only have the first
27899 three elements, which saves quite a lot of cons cells.
27900
27901 Here's a BNF definition of the group info format:
27902
27903 @example
27904 info          = "(" group space ralevel space read
27905                 [ "" / [ space marks-list [ "" / [ space method [ "" /
27906                 space parameters ] ] ] ] ] ")"
27907 group         = quote <string> quote
27908 ralevel       = rank / level
27909 level         = <integer in the range of 1 to inf>
27910 rank          = "(" level "." score ")"
27911 score         = <integer in the range of 1 to inf>
27912 read          = range
27913 marks-lists   = nil / "(" *marks ")"
27914 marks         = "(" <string> range ")"
27915 method        = "(" <string> *elisp-forms ")"
27916 parameters    = "(" *elisp-forms ")"
27917 @end example
27918
27919 Actually that @samp{marks} rule is a fib.  A @samp{marks} is a
27920 @samp{<string>} consed on to a @samp{range}, but that's a bitch to say
27921 in pseudo-BNF.
27922
27923 If you have a Gnus info and want to access the elements, Gnus offers a
27924 series of macros for getting/setting these elements.
27925
27926 @table @code
27927 @item gnus-info-group
27928 @itemx gnus-info-set-group
27929 @findex gnus-info-group
27930 @findex gnus-info-set-group
27931 Get/set the group name.
27932
27933 @item gnus-info-rank
27934 @itemx gnus-info-set-rank
27935 @findex gnus-info-rank
27936 @findex gnus-info-set-rank
27937 Get/set the group rank (@pxref{Group Score}).
27938
27939 @item gnus-info-level
27940 @itemx gnus-info-set-level
27941 @findex gnus-info-level
27942 @findex gnus-info-set-level
27943 Get/set the group level.
27944
27945 @item gnus-info-score
27946 @itemx gnus-info-set-score
27947 @findex gnus-info-score
27948 @findex gnus-info-set-score
27949 Get/set the group score (@pxref{Group Score}).
27950
27951 @item gnus-info-read
27952 @itemx gnus-info-set-read
27953 @findex gnus-info-read
27954 @findex gnus-info-set-read
27955 Get/set the ranges of read articles.
27956
27957 @item gnus-info-marks
27958 @itemx gnus-info-set-marks
27959 @findex gnus-info-marks
27960 @findex gnus-info-set-marks
27961 Get/set the lists of ranges of marked articles.
27962
27963 @item gnus-info-method
27964 @itemx gnus-info-set-method
27965 @findex gnus-info-method
27966 @findex gnus-info-set-method
27967 Get/set the group select method.
27968
27969 @item gnus-info-params
27970 @itemx gnus-info-set-params
27971 @findex gnus-info-params
27972 @findex gnus-info-set-params
27973 Get/set the group parameters.
27974 @end table
27975
27976 All the getter functions take one parameter---the info list.  The setter
27977 functions take two parameters---the info list and the new value.
27978
27979 The last three elements in the group info aren't mandatory, so it may be
27980 necessary to extend the group info before setting the element.  If this
27981 is necessary, you can just pass on a non-@code{nil} third parameter to
27982 the three final setter functions to have this happen automatically.
27983
27984
27985 @node Extended Interactive
27986 @subsection Extended Interactive
27987 @cindex interactive
27988 @findex gnus-interactive
27989
27990 Gnus extends the standard Emacs @code{interactive} specification
27991 slightly to allow easy use of the symbolic prefix (@pxref{Symbolic
27992 Prefixes}).  Here's an example of how this is used:
27993
27994 @lisp
27995 (defun gnus-summary-increase-score (&optional score symp)
27996   (interactive (gnus-interactive "P\ny"))
27997   ...
27998   )
27999 @end lisp
28000
28001 The best thing to do would have been to implement
28002 @code{gnus-interactive} as a macro which would have returned an
28003 @code{interactive} form, but this isn't possible since Emacs checks
28004 whether a function is interactive or not by simply doing an @code{assq}
28005 on the lambda form.  So, instead we have @code{gnus-interactive}
28006 function that takes a string and returns values that are usable to
28007 @code{interactive}.
28008
28009 This function accepts (almost) all normal @code{interactive} specs, but
28010 adds a few more.
28011
28012 @table @samp
28013 @item y
28014 @vindex gnus-current-prefix-symbol
28015 The current symbolic prefix---the @code{gnus-current-prefix-symbol}
28016 variable.
28017
28018 @item Y
28019 @vindex gnus-current-prefix-symbols
28020 A list of the current symbolic prefixes---the
28021 @code{gnus-current-prefix-symbol} variable.
28022
28023 @item A
28024 The current article number---the @code{gnus-summary-article-number}
28025 function.
28026
28027 @item H
28028 The current article header---the @code{gnus-summary-article-header}
28029 function.
28030
28031 @item g
28032 The current group name---the @code{gnus-group-group-name}
28033 function.
28034
28035 @end table
28036
28037
28038 @node Emacs/XEmacs Code
28039 @subsection Emacs/XEmacs Code
28040 @cindex XEmacs
28041 @cindex Emacsen
28042
28043 While Gnus runs under Emacs, XEmacs and Mule, I decided that one of the
28044 platforms must be the primary one.  I chose Emacs.  Not because I don't
28045 like XEmacs or Mule, but because it comes first alphabetically.
28046
28047 This means that Gnus will byte-compile under Emacs with nary a warning,
28048 while XEmacs will pump out gigabytes of warnings while byte-compiling.
28049 As I use byte-compilation warnings to help me root out trivial errors in
28050 Gnus, that's very useful.
28051
28052 I've also consistently used Emacs function interfaces, but have used
28053 Gnusey aliases for the functions.  To take an example:  Emacs defines a
28054 @code{run-at-time} function while XEmacs defines a @code{start-itimer}
28055 function.  I then define a function called @code{gnus-run-at-time} that
28056 takes the same parameters as the Emacs @code{run-at-time}.  When running
28057 Gnus under Emacs, the former function is just an alias for the latter.
28058 However, when running under XEmacs, the former is an alias for the
28059 following function:
28060
28061 @lisp
28062 (defun gnus-xmas-run-at-time (time repeat function &rest args)
28063   (start-itimer
28064    "gnus-run-at-time"
28065    `(lambda ()
28066       (,function ,@@args))
28067    time repeat))
28068 @end lisp
28069
28070 This sort of thing has been done for bunches of functions.  Gnus does
28071 not redefine any native Emacs functions while running under XEmacs---it
28072 does this @code{defalias} thing with Gnus equivalents instead.  Cleaner
28073 all over.
28074
28075 In the cases where the XEmacs function interface was obviously cleaner,
28076 I used it instead.  For example @code{gnus-region-active-p} is an alias
28077 for @code{region-active-p} in XEmacs, whereas in Emacs it is a function.
28078
28079 Of course, I could have chosen XEmacs as my native platform and done
28080 mapping functions the other way around.  But I didn't.  The performance
28081 hit these indirections impose on Gnus under XEmacs should be slight.
28082
28083
28084 @node Various File Formats
28085 @subsection Various File Formats
28086
28087 @menu
28088 * Active File Format::          Information on articles and groups available.
28089 * Newsgroups File Format::      Group descriptions.
28090 @end menu
28091
28092
28093 @node Active File Format
28094 @subsubsection Active File Format
28095
28096 The active file lists all groups available on the server in
28097 question.  It also lists the highest and lowest current article numbers
28098 in each group.
28099
28100 Here's an excerpt from a typical active file:
28101
28102 @example
28103 soc.motss 296030 293865 y
28104 alt.binaries.pictures.fractals 3922 3913 n
28105 comp.sources.unix 1605 1593 m
28106 comp.binaries.ibm.pc 5097 5089 y
28107 no.general 1000 900 y
28108 @end example
28109
28110 Here's a pseudo-BNF definition of this file:
28111
28112 @example
28113 active      = *group-line
28114 group-line  = group spc high-number spc low-number spc flag <NEWLINE>
28115 group       = <non-white-space string>
28116 spc         = " "
28117 high-number = <non-negative integer>
28118 low-number  = <positive integer>
28119 flag        = "y" / "n" / "m" / "j" / "x" / "=" group
28120 @end example
28121
28122 For a full description of this file, see the manual pages for
28123 @samp{innd}, in particular @samp{active(5)}.
28124
28125
28126 @node Newsgroups File Format
28127 @subsubsection Newsgroups File Format
28128
28129 The newsgroups file lists groups along with their descriptions.  Not all
28130 groups on the server have to be listed,  and not all groups in the file
28131 have to exist on the server.  The file is meant purely as information to
28132 the user.
28133
28134 The format is quite simple; a group name, a tab, and the description.
28135 Here's the definition:
28136
28137 @example
28138 newsgroups    = *line
28139 line          = group tab description <NEWLINE>
28140 group         = <non-white-space string>
28141 tab           = <TAB>
28142 description   = <string>
28143 @end example
28144
28145
28146 @page
28147 @node Emacs for Heathens
28148 @section Emacs for Heathens
28149
28150 Believe it or not, but some people who use Gnus haven't really used
28151 Emacs much before they embarked on their journey on the Gnus Love Boat.
28152 If you are one of those unfortunates whom ``@kbd{C-M-a}'', ``kill the
28153 region'', and ``set @code{gnus-flargblossen} to an alist where the key
28154 is a regexp that is used for matching on the group name'' are magical
28155 phrases with little or no meaning, then this appendix is for you.  If
28156 you are already familiar with Emacs, just ignore this and go fondle your
28157 cat instead.
28158
28159 @menu
28160 * Keystrokes::                  Entering text and executing commands.
28161 * Emacs Lisp::                  The built-in Emacs programming language.
28162 @end menu
28163
28164
28165 @node Keystrokes
28166 @subsection Keystrokes
28167
28168 @itemize @bullet
28169 @item
28170 Q: What is an experienced Emacs user?
28171
28172 @item
28173 A: A person who wishes that the terminal had pedals.
28174 @end itemize
28175
28176 Yes, when you use Emacs, you are apt to use the control key, the shift
28177 key and the meta key a lot.  This is very annoying to some people
28178 (notably @code{vi}le users), and the rest of us just love the hell out
28179 of it.  Just give up and submit.  Emacs really does stand for
28180 ``Escape-Meta-Alt-Control-Shift'', and not ``Editing Macros'', as you
28181 may have heard from other disreputable sources (like the Emacs author).
28182
28183 The shift keys are normally located near your pinky fingers, and are
28184 normally used to get capital letters and stuff.  You probably use it all
28185 the time.  The control key is normally marked ``CTRL'' or something like
28186 that.  The meta key is, funnily enough, never marked as such on any
28187 keyboard.  The one I'm currently at has a key that's marked ``Alt'',
28188 which is the meta key on this keyboard.  It's usually located somewhere
28189 to the left hand side of the keyboard, usually on the bottom row.
28190
28191 Now, us Emacs people don't say ``press the meta-control-m key'',
28192 because that's just too inconvenient.  We say ``press the @kbd{C-M-m}
28193 key''.  @kbd{M-} is the prefix that means ``meta'' and ``C-'' is the
28194 prefix that means ``control''.  So ``press @kbd{C-k}'' means ``press
28195 down the control key, and hold it down while you press @kbd{k}''.
28196 ``Press @kbd{C-M-k}'' means ``press down and hold down the meta key and
28197 the control key and then press @kbd{k}''.  Simple, ay?
28198
28199 This is somewhat complicated by the fact that not all keyboards have a
28200 meta key.  In that case you can use the ``escape'' key.  Then @kbd{M-k}
28201 means ``press escape, release escape, press @kbd{k}''.  That's much more
28202 work than if you have a meta key, so if that's the case, I respectfully
28203 suggest you get a real keyboard with a meta key.  You can't live without
28204 it.
28205
28206
28207
28208 @node Emacs Lisp
28209 @subsection Emacs Lisp
28210
28211 Emacs is the King of Editors because it's really a Lisp interpreter.
28212 Each and every key you tap runs some Emacs Lisp code snippet, and since
28213 Emacs Lisp is an interpreted language, that means that you can configure
28214 any key to run any arbitrary code.  You just, like, do it.
28215
28216 Gnus is written in Emacs Lisp, and is run as a bunch of interpreted
28217 functions.  (These are byte-compiled for speed, but it's still
28218 interpreted.)  If you decide that you don't like the way Gnus does
28219 certain things, it's trivial to have it do something a different way.
28220 (Well, at least if you know how to write Lisp code.)  However, that's
28221 beyond the scope of this manual, so we are simply going to talk about
28222 some common constructs that you normally use in your @file{.emacs} file
28223 to customize Gnus.
28224
28225 If you want to set the variable @code{gnus-florgbnize} to four (4), you
28226 write the following:
28227
28228 @lisp
28229 (setq gnus-florgbnize 4)
28230 @end lisp
28231
28232 This function (really ``special form'') @code{setq} is the one that can
28233 set a variable to some value.  This is really all you need to know.  Now
28234 you can go and fill your @file{.emacs} file with lots of these to change
28235 how Gnus works.
28236
28237 If you have put that thing in your @file{.emacs} file, it will be read
28238 and @code{eval}ed (which is lisp-ese for ``run'') the next time you
28239 start Emacs.  If you want to change the variable right away, simply say
28240 @kbd{C-x C-e} after the closing parenthesis.  That will @code{eval} the
28241 previous ``form'', which is a simple @code{setq} statement here.
28242
28243 Go ahead---just try it, if you're located at your Emacs.  After you
28244 @kbd{C-x C-e}, you will see @samp{4} appear in the echo area, which
28245 is the return value of the form you @code{eval}ed.
28246
28247 Some pitfalls:
28248
28249 If the manual says ``set @code{gnus-read-active-file} to @code{some}'',
28250 that means:
28251
28252 @lisp
28253 (setq gnus-read-active-file 'some)
28254 @end lisp
28255
28256 On the other hand, if the manual says ``set @code{gnus-nntp-server} to
28257 @samp{nntp.ifi.uio.no}'', that means:
28258
28259 @lisp
28260 (setq gnus-nntp-server "nntp.ifi.uio.no")
28261 @end lisp
28262
28263 So be careful not to mix up strings (the latter) with symbols (the
28264 former).  The manual is unambiguous, but it can be confusing.
28265
28266 @page
28267 @include gnus-faq.texi
28268
28269 @node Index
28270 @chapter Index
28271 @printindex cp
28272
28273 @node Key Index
28274 @chapter Key Index
28275 @printindex ky
28276
28277 @summarycontents
28278 @contents
28279 @bye
28280
28281 @iftex
28282 @iflatex
28283 \end{document}
28284 @end iflatex
28285 @end iftex
28286
28287 @c Local Variables:
28288 @c mode: texinfo
28289 @c coding: utf-8
28290 @c End: