deb07071789dda2d68bc24219a1872efa0252e7d
[gnus] / texi / gnus.texi
1 \input texinfo
2
3 @setfilename gnus
4 @settitle Gnus Manual
5 @syncodeindex fn cp
6 @syncodeindex vr cp
7 @syncodeindex pg cp
8 @dircategory Emacs
9 @direntry
10 * Gnus: (gnus).         The newsreader Gnus.
11 @end direntry
12 @iftex
13 @finalout
14 @end iftex
15 @setchapternewpage odd
16
17 @iftex
18 @iflatex
19 \documentclass[twoside,a4paper,openright,11pt]{book}
20 \usepackage[latin1]{inputenc}
21 \usepackage{pagestyle}
22 \usepackage{epsfig}
23 \usepackage{pixidx}
24 \input{gnusconfig.tex}
25
26 \ifx\pdfoutput\undefined
27 \else
28 \usepackage[pdftex,bookmarks,colorlinks=true]{hyperref}
29 \usepackage{thumbpdf}
30 \pdfcompresslevel=9
31 \fi
32
33 \makeindex
34 \begin{document}
35
36 \newcommand{\gnusversionname}{Gnus v5.10.2}
37 \newcommand{\gnuschaptername}{}
38 \newcommand{\gnussectionname}{}
39
40 \newcommand{\gnusbackslash}{/}
41
42 \newcommand{\gnusref}[1]{``#1'' on page \pageref{#1}}
43 \ifx\pdfoutput\undefined
44 \newcommand{\gnusuref}[1]{\gnustt{#1}}
45 \else
46 \newcommand{\gnusuref}[1]{\href{#1}{\gnustt{#1}}}
47 \fi
48 \newcommand{\gnusxref}[1]{See ``#1'' on page \pageref{#1}}
49 \newcommand{\gnuspxref}[1]{see ``#1'' on page \pageref{#1}}
50
51 \newcommand{\gnuskindex}[1]{\index{#1}}
52 \newcommand{\gnusindex}[1]{\index{#1}}
53
54 \newcommand{\gnustt}[1]{{\gnusselectttfont{}#1}}
55 \newcommand{\gnuscode}[1]{\gnustt{#1}}
56 \newcommand{\gnusasis}[1]{\gnustt{#1}}
57 \newcommand{\gnusurl}[1]{\gnustt{#1}}
58 \newcommand{\gnuscommand}[1]{\gnustt{#1}}
59 \newcommand{\gnusenv}[1]{\gnustt{#1}}
60 \newcommand{\gnussamp}[1]{``{\fontencoding{OT1}\gnusselectttfont{}#1}''}
61 \newcommand{\gnuslisp}[1]{\gnustt{#1}}
62 \newcommand{\gnuskbd}[1]{`\gnustt{#1}'}
63 \newcommand{\gnuskey}[1]{`\gnustt{#1}'}
64 \newcommand{\gnusfile}[1]{`\gnustt{#1}'}
65 \newcommand{\gnusdfn}[1]{\textit{#1}}
66 \newcommand{\gnusi}[1]{\textit{#1}}
67 \newcommand{\gnusr}[1]{\textrm{#1}}
68 \newcommand{\gnusstrong}[1]{\textbf{#1}}
69 \newcommand{\gnusemph}[1]{\textit{#1}}
70 \newcommand{\gnusvar}[1]{{\fontsize{10pt}{10}\selectfont\textsl{\textsf{#1}}}}
71 \newcommand{\gnussc}[1]{\textsc{#1}}
72 \newcommand{\gnustitle}[1]{{\huge\textbf{#1}}}
73 \newcommand{\gnusversion}[1]{{\small\textit{#1}}}
74 \newcommand{\gnusauthor}[1]{{\large\textbf{#1}}}
75 \newcommand{\gnusresult}[1]{\gnustt{=> #1}}
76 \newcommand{\gnusacronym}[1]{\textsc{#1}}
77 \newcommand{\gnusemail}[1]{\textit{#1}}
78
79 \newcommand{\gnusbullet}{{${\bullet}$}}
80 \newcommand{\gnusdollar}{\$}
81 \newcommand{\gnusampersand}{\&}
82 \newcommand{\gnuspercent}{\%}
83 \newcommand{\gnushash}{\#}
84 \newcommand{\gnushat}{\symbol{"5E}}
85 \newcommand{\gnusunderline}{\symbol{"5F}}
86 \newcommand{\gnusnot}{$\neg$}
87 \newcommand{\gnustilde}{\symbol{"7E}}
88 \newcommand{\gnusless}{{$<$}}
89 \newcommand{\gnusgreater}{{$>$}}
90 \newcommand{\gnusbraceleft}{{$>$}}
91 \newcommand{\gnusbraceright}{{$>$}}
92
93 \newcommand{\gnushead}{\raisebox{-1cm}{\epsfig{figure=ps/gnus-head,height=1cm}}}
94 \newcommand{\gnusinteresting}{
95 \marginpar[\mbox{}\hfill\gnushead]{\gnushead}
96 }
97
98 \newcommand{\gnuscleardoublepage}{\ifodd\count0\mbox{}\clearpage\thispagestyle{empty}\mbox{}\clearpage\else\clearpage\fi}
99
100 \newcommand{\gnuspagechapter}[1]{
101 {\mbox{}}
102 }
103
104 \newdimen{\gnusdimen}
105 \gnusdimen 0pt
106
107 \newcommand{\gnuschapter}[2]{
108 \gnuscleardoublepage
109 \ifdim \gnusdimen = 0pt\setcounter{page}{1}\pagestyle{gnus}\pagenumbering{arabic} \gnusdimen 1pt\fi
110 \chapter{#2}
111 \renewcommand{\gnussectionname}{}
112 \renewcommand{\gnuschaptername}{#2}
113 \thispagestyle{empty}
114 \hspace*{-2cm}
115 \begin{picture}(500,500)(0,0)
116 \put(480,350){\makebox(0,0)[tr]{#1}}
117 \put(40,300){\makebox(500,50)[bl]{{\Huge\bf{#2}}}}
118 \end{picture}
119 \clearpage
120 }
121
122 \newcommand{\gnusfigure}[3]{
123 \begin{figure}
124 \mbox{}\ifodd\count0\hspace*{-0.8cm}\else\hspace*{-3cm}\fi\begin{picture}(440,#2)
125 #3
126 \end{picture}
127 \caption{#1}
128 \end{figure}
129 }
130
131 \newcommand{\gnusicon}[1]{
132 \marginpar[\mbox{}\hfill\raisebox{-1.5cm}{\epsfig{figure=ps/#1-up,height=1.5cm}}]{\raisebox{-1cm}{\epsfig{figure=ps/#1-up,height=1cm}}}
133 }
134
135 \newcommand{\gnuspicon}[1]{
136 \margindex{\epsfig{figure=#1,width=2cm}}
137 }
138
139 \newcommand{\gnusxface}[2]{
140 \margindex{\epsfig{figure=#1,width=1cm}\epsfig{figure=#2,width=1cm}}
141 }
142
143 \newcommand{\gnussmiley}[2]{
144 \margindex{\makebox[2cm]{\hfill\epsfig{figure=#1,width=0.5cm}\hfill\epsfig{figure=#2,width=0.5cm}\hfill}}
145 }
146
147 \newcommand{\gnusitemx}[1]{\mbox{}\vspace*{-\itemsep}\vspace*{-\parsep}\item#1}
148
149 \newcommand{\gnussection}[1]{
150 \renewcommand{\gnussectionname}{#1}
151 \section{#1}
152 }
153
154 \newenvironment{codelist}%
155 {\begin{list}{}{
156 }
157 }{\end{list}}
158
159 \newenvironment{asislist}%
160 {\begin{list}{}{
161 }
162 }{\end{list}}
163
164 \newenvironment{kbdlist}%
165 {\begin{list}{}{
166 \labelwidth=0cm
167 }
168 }{\end{list}}
169
170 \newenvironment{dfnlist}%
171 {\begin{list}{}{
172 }
173 }{\end{list}}
174
175 \newenvironment{stronglist}%
176 {\begin{list}{}{
177 }
178 }{\end{list}}
179
180 \newenvironment{samplist}%
181 {\begin{list}{}{
182 }
183 }{\end{list}}
184
185 \newenvironment{varlist}%
186 {\begin{list}{}{
187 }
188 }{\end{list}}
189
190 \newenvironment{emphlist}%
191 {\begin{list}{}{
192 }
193 }{\end{list}}
194
195 \newlength\gnusheadtextwidth
196 \setlength{\gnusheadtextwidth}{\headtextwidth}
197 \addtolength{\gnusheadtextwidth}{1cm}
198
199 \newpagestyle{gnuspreamble}%
200 {
201 {
202 \ifodd\count0
203 {
204 \hspace*{-0.23cm}\underline{\makebox[\gnusheadtextwidth]{\mbox{}}\textbf{\hfill\roman{page}}}
205 }
206 \else
207 {
208 \hspace*{-3.25cm}\underline{\makebox[\gnusheadtextwidth]{\textbf{\roman{page}\hfill\mbox{}}}
209 }
210 }
211 \fi
212 }
213 }
214 {
215 \ifodd\count0
216 \mbox{} \hfill
217 \raisebox{-0.5cm}{\epsfig{figure=ps/gnus-big-logo,height=1cm}}
218 \else
219 \raisebox{-0.5cm}{\epsfig{figure=ps/gnus-big-logo,height=1cm}}
220 \hfill \mbox{}
221 \fi
222 }
223
224 \newpagestyle{gnusindex}%
225 {
226 {
227 \ifodd\count0
228 {
229 \hspace*{-0.23cm}\underline{\makebox[\gnusheadtextwidth]{\textbf{\gnuschaptername\hfill\arabic{page}}}}
230 }
231 \else
232 {
233 \hspace*{-3.25cm}\underline{\makebox[\gnusheadtextwidth]{\textbf{\arabic{page}\hfill\gnuschaptername}}}
234 }
235 \fi
236 }
237 }
238 {
239 \ifodd\count0
240 \mbox{} \hfill
241 \raisebox{-0.5cm}{\epsfig{figure=ps/gnus-big-logo,height=1cm}}
242 \else
243 \raisebox{-0.5cm}{\epsfig{figure=ps/gnus-big-logo,height=1cm}}
244 \hfill \mbox{}
245 \fi
246 }
247
248 \newpagestyle{gnus}%
249 {
250 {
251 \ifodd\count0
252 {
253 \makebox[12cm]{\hspace*{3.1cm}\underline{\makebox[\gnusheadtextwidth]{\textbf{\arabic{chapter}.\arabic{section}} \textbf{\gnussectionname\hfill\arabic{page}}}}}
254 }
255 \else
256 {
257 \makebox[12cm]{\hspace*{-2.95cm}\underline{\makebox[\gnusheadtextwidth]{\textbf{\arabic{page}\hfill\gnuschaptername}}}}
258 }
259 \fi
260 }
261 }
262 {
263 \ifodd\count0
264 \mbox{} \hfill
265 \raisebox{-0.5cm}{\epsfig{figure=ps/gnus-big-logo,height=1cm}}
266 \else
267 \raisebox{-0.5cm}{\epsfig{figure=ps/gnus-big-logo,height=1cm}}
268 \hfill \mbox{}
269 \fi
270 }
271
272 \pagenumbering{roman}
273 \pagestyle{gnuspreamble}
274
275 @end iflatex
276 @end iftex
277
278 @iftex
279 @iflatex
280 \begin{titlepage}
281 {
282
283 %\addtolength{\oddsidemargin}{-5cm}
284 %\addtolength{\evensidemargin}{-5cm}
285 \parindent=0cm
286 \addtolength{\textheight}{2cm}
287
288 \gnustitle{\gnustitlename}\hfill\gnusversion{\gnusversionname}\\
289 \rule{15cm}{1mm}\\
290 \vfill
291 \hspace*{0cm}\epsfig{figure=ps/gnus-big-logo,height=15cm}
292 \vfill
293 \rule{15cm}{1mm}\\
294 \gnusauthor{by Lars Magne Ingebrigtsen}
295 \newpage
296 }
297
298 \mbox{}
299 \vfill
300
301 \thispagestyle{empty}
302
303 Copyright \copyright{} 1995, 1996, 1997, 1998, 1999, 2000, 2001,
304 2002, 2003
305 Free Software Foundation, Inc.
306
307
308 Permission is granted to copy, distribute and/or modify this document
309 under the terms of the GNU Free Documentation License, Version 1.1 or
310 any later version published by the Free Software Foundation; with no
311 Invariant Sections, with the Front-Cover texts being ``A GNU
312 Manual'', and with the Back-Cover Texts as in (a) below.  A copy of the
313 license is included in the section entitled ``GNU Free Documentation
314 License'' in the Emacs manual.
315
316 (a) The FSF's Back-Cover Text is: ``You have freedom to copy and modify
317 this GNU Manual, like GNU software.  Copies published by the Free
318 Software Foundation raise funds for GNU development.''
319
320 This document is part of a collection distributed under the GNU Free
321 Documentation License.  If you want to distribute this document
322 separately from the collection, you can do so by adding a copy of the
323 license to the document, as described in section 6 of the license.
324 \newpage
325 \end{titlepage}
326 @end iflatex
327 @end iftex
328
329 @ifnottex
330
331 This file documents Gnus, the GNU Emacs newsreader.
332
333 Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
334         Free Software Foundation, Inc.
335
336 Permission is granted to copy, distribute and/or modify this document
337 under the terms of the GNU Free Documentation License, Version 1.1 or
338 any later version published by the Free Software Foundation; with the
339 Invariant Sections being none, with the Front-Cover texts being ``A GNU
340 Manual'', and with the Back-Cover Texts as in (a) below.  A copy of the
341 license is included in the section entitled ``GNU Free Documentation
342 License'' in the Emacs manual.
343
344 (a) The FSF's Back-Cover Text is: ``You have freedom to copy and modify
345 this GNU Manual, like GNU software.  Copies published by the Free
346 Software Foundation raise funds for GNU development.''
347
348 This document is part of a collection distributed under the GNU Free
349 Documentation License.  If you want to distribute this document
350 separately from the collection, you can do so by adding a copy of the
351 license to the document, as described in section 6 of the license.
352 @end ifnottex
353
354 @tex
355
356 @titlepage
357 @title Gnus Manual
358
359 @author by Lars Magne Ingebrigtsen
360 @page
361
362 @vskip 0pt plus 1filll
363 Copyright @copyright{} 1995, 1996, 1997, 1998, 1999, 2000, 2001,
364 2002, 2003
365         Free Software Foundation, Inc.
366
367 Permission is granted to copy, distribute and/or modify this document
368 under the terms of the GNU Free Documentation License, Version 1.1 or
369 any later version published by the Free Software Foundation; with no
370 Invariant Sections, with the Front-Cover texts being ``A GNU
371 Manual'', and with the Back-Cover Texts as in (a) below.  A copy of the
372 license is included in the section entitled ``GNU Free Documentation
373 License'' in the Emacs manual.
374
375 (a) The FSF's Back-Cover Text is: ``You have freedom to copy and modify
376 this GNU Manual, like GNU software.  Copies published by the Free
377 Software Foundation raise funds for GNU development.''
378
379 This document is part of a collection distributed under the GNU Free
380 Documentation License.  If you want to distribute this document
381 separately from the collection, you can do so by adding a copy of the
382 license to the document, as described in section 6 of the license.
383
384 @end titlepage
385 @page
386
387 @end tex
388
389
390 @node Top
391 @top The Gnus Newsreader
392
393 @ifinfo
394
395 You can read news (and mail) from within Emacs by using Gnus.  The news
396 can be gotten by any nefarious means you can think of---@acronym{NNTP}, local
397 spool or your mbox file.  All at the same time, if you want to push your
398 luck.
399
400 This manual corresponds to Gnus v5.10.2.
401
402 @end ifinfo
403
404 @iftex
405
406 @iflatex
407 \tableofcontents
408 \gnuscleardoublepage
409 @end iflatex
410
411 Gnus is the advanced, self-documenting, customizable, extensible
412 unreal-time newsreader for GNU Emacs.
413
414 Oops.  That sounds oddly familiar, so let's start over again to avoid
415 being accused of plagiarism:
416
417 Gnus is a message-reading laboratory.  It will let you look at just
418 about anything as if it were a newsgroup.  You can read mail with it,
419 you can browse directories with it, you can @code{ftp} with it---you
420 can even read news with it!
421
422 Gnus tries to empower people who read news the same way Emacs empowers
423 people who edit text.  Gnus sets no limits to what the user should be
424 allowed to do.  Users are encouraged to extend Gnus to make it behave
425 like they want it to behave.  A program should not control people;
426 people should be empowered to do what they want by using (or abusing)
427 the program.
428
429 @end iftex
430
431 @menu
432 * Starting Up::                 Finding news can be a pain.
433 * Group Buffer::                Selecting, subscribing and killing groups.
434 * Summary Buffer::              Reading, saving and posting articles.
435 * Article Buffer::              Displaying and handling articles.
436 * Composing Messages::          Information on sending mail and news.
437 * Select Methods::              Gnus reads all messages from various select methods.
438 * Scoring::                     Assigning values to articles.
439 * Various::                     General purpose settings.
440 * The End::                     Farewell and goodbye.
441 * Appendices::                  Terminology, Emacs intro, @acronym{FAQ}, History, Internals.
442 * Index::                       Variable, function and concept index.
443 * Key Index::                   Key Index.
444
445 Other related manuals
446
447 * Message:(message).            Composing messages.
448 * Emacs-MIME:(emacs-mime).      Composing messages; @acronym{MIME}-specific parts.
449 * Sieve:(sieve).                Managing Sieve scripts in Emacs.
450 * PGG:(pgg).                    @acronym{PGP/MIME} with Gnus.
451
452 @detailmenu
453  --- The Detailed Node Listing ---
454
455 Starting Gnus
456
457 * Finding the News::            Choosing a method for getting news.
458 * The First Time::              What does Gnus do the first time you start it?
459 * The Server is Down::          How can I read my mail then?
460 * Slave Gnusae::                You can have more than one Gnus active at a time.
461 * Fetching a Group::            Starting Gnus just to read a group.
462 * New Groups::                  What is Gnus supposed to do with new groups?
463 * Changing Servers::            You may want to move from one server to another.
464 * Startup Files::               Those pesky startup files---@file{.newsrc}.
465 * Auto Save::                   Recovering from a crash.
466 * The Active File::             Reading the active file over a slow line Takes Time.
467 * Startup Variables::           Other variables you might change.
468
469 New Groups
470
471 * Checking New Groups::         Determining what groups are new.
472 * Subscription Methods::        What Gnus should do with new groups.
473 * Filtering New Groups::        Making Gnus ignore certain new groups.
474
475 Group Buffer
476
477 * Group Buffer Format::         Information listed and how you can change it.
478 * Group Maneuvering::           Commands for moving in the group buffer.
479 * Selecting a Group::           Actually reading news.
480 * Subscription Commands::       Unsubscribing, killing, subscribing.
481 * Group Data::                  Changing the info for a group.
482 * Group Levels::                Levels? What are those, then?
483 * Group Score::                 A mechanism for finding out what groups you like.
484 * Marking Groups::              You can mark groups for later processing.
485 * Foreign Groups::              Creating and editing groups.
486 * Group Parameters::            Each group may have different parameters set.
487 * Listing Groups::              Gnus can list various subsets of the groups.
488 * Sorting Groups::              Re-arrange the group order.
489 * Group Maintenance::           Maintaining a tidy @file{.newsrc} file.
490 * Browse Foreign Server::       You can browse a server.  See what it has to offer.
491 * Exiting Gnus::                Stop reading news and get some work done.
492 * Group Topics::                A folding group mode divided into topics.
493 * Misc Group Stuff::            Other stuff that you can to do.
494
495 Group Buffer Format
496
497 * Group Line Specification::    Deciding how the group buffer is to look.
498 * Group Mode Line Specification::  The group buffer mode line.
499 * Group Highlighting::          Having nice colors in the group buffer.
500
501 Group Topics
502
503 * Topic Commands::              Interactive E-Z commands.
504 * Topic Variables::             How to customize the topics the Lisp Way.
505 * Topic Sorting::               Sorting each topic individually.
506 * Topic Topology::              A map of the world.
507 * Topic Parameters::            Parameters that apply to all groups in a topic.
508
509 Misc Group Stuff
510
511 * Scanning New Messages::       Asking Gnus to see whether new messages have arrived.
512 * Group Information::           Information and help on groups and Gnus.
513 * Group Timestamp::             Making Gnus keep track of when you last read a group.
514 * File Commands::               Reading and writing the Gnus files.
515 * Sieve Commands::              Managing Sieve scripts.
516
517 Summary Buffer
518
519 * Summary Buffer Format::       Deciding how the summary buffer is to look.
520 * Summary Maneuvering::         Moving around the summary buffer.
521 * Choosing Articles::           Reading articles.
522 * Paging the Article::          Scrolling the current article.
523 * Reply Followup and Post::     Posting articles.
524 * Delayed Articles::            Send articles at a later time.
525 * Marking Articles::            Marking articles as read, expirable, etc.
526 * Limiting::                    You can limit the summary buffer.
527 * Threading::                   How threads are made.
528 * Sorting the Summary Buffer::  How articles and threads are sorted.
529 * Asynchronous Fetching::       Gnus might be able to pre-fetch articles.
530 * Article Caching::             You may store articles in a cache.
531 * Persistent Articles::         Making articles expiry-resistant.
532 * Article Backlog::             Having already read articles hang around.
533 * Saving Articles::             Ways of customizing article saving.
534 * Decoding Articles::           Gnus can treat series of (uu)encoded articles.
535 * Article Treatment::           The article buffer can be mangled at will.
536 * MIME Commands::               Doing MIMEy things with the articles.
537 * Charsets::                    Character set issues.
538 * Article Commands::            Doing various things with the article buffer.
539 * Summary Sorting::             Sorting the summary buffer in various ways.
540 * Finding the Parent::          No child support? Get the parent.
541 * Alternative Approaches::      Reading using non-default summaries.
542 * Tree Display::                A more visual display of threads.
543 * Mail Group Commands::         Some commands can only be used in mail groups.
544 * Various Summary Stuff::       What didn't fit anywhere else.
545 * Exiting the Summary Buffer::  Returning to the Group buffer,
546                                 or reselecting the current group.
547 * Crosspost Handling::          How crossposted articles are dealt with.
548 * Duplicate Suppression::       An alternative when crosspost handling fails.
549 * Security::                    Decrypt and Verify.
550 * Mailing List::                Mailing list minor mode.
551
552 Summary Buffer Format
553
554 * Summary Buffer Lines::        You can specify how summary lines should look.
555 * To From Newsgroups::          How to not display your own name.
556 * Summary Buffer Mode Line::    You can say how the mode line should look.
557 * Summary Highlighting::        Making the summary buffer all pretty and nice.
558
559 Choosing Articles
560
561 * Choosing Commands::           Commands for choosing articles.
562 * Choosing Variables::          Variables that influence these commands.
563
564 Reply, Followup and Post
565
566 * Summary Mail Commands::       Sending mail.
567 * Summary Post Commands::       Sending news.
568 * Summary Message Commands::    Other Message-related commands.
569 * Canceling and Superseding::
570
571 Marking Articles
572
573 * Unread Articles::             Marks for unread articles.
574 * Read Articles::               Marks for read articles.
575 * Other Marks::                 Marks that do not affect readedness.
576 * Setting Marks::               How to set and remove marks.
577 * Generic Marking Commands::    How to customize the marking.
578 * Setting Process Marks::       How to mark articles for later processing.
579
580 Threading
581
582 * Customizing Threading::       Variables you can change to affect the threading.
583 * Thread Commands::             Thread based commands in the summary buffer.
584
585 Customizing Threading
586
587 * Loose Threads::               How Gnus gathers loose threads into bigger threads.
588 * Filling In Threads::          Making the threads displayed look fuller.
589 * More Threading::              Even more variables for fiddling with threads.
590 * Low-Level Threading::         You thought it was over@dots{} but you were wrong!
591
592 Decoding Articles
593
594 * Uuencoded Articles::          Uudecode articles.
595 * Shell Archives::              Unshar articles.
596 * PostScript Files::            Split PostScript.
597 * Other Files::                 Plain save and binhex.
598 * Decoding Variables::          Variables for a happy decoding.
599 * Viewing Files::               You want to look at the result of the decoding?
600
601 Decoding Variables
602
603 * Rule Variables::              Variables that say how a file is to be viewed.
604 * Other Decode Variables::      Other decode variables.
605 * Uuencoding and Posting::      Variables for customizing uuencoding.
606
607 Article Treatment
608
609 * Article Highlighting::        You want to make the article look like fruit salad.
610 * Article Fontisizing::         Making emphasized text look nice.
611 * Article Hiding::              You also want to make certain info go away.
612 * Article Washing::             Lots of way-neat functions to make life better.
613 * Article Header::              Doing various header transformations.
614 * Article Buttons::             Click on URLs, Message-IDs, addresses and the like.
615 * Article Button Levels::       Controlling appearance of buttons.
616 * Article Date::                Grumble, UT!
617 * Article Display::             Display various stuff---X-Face, Picons, Smileys
618 * Article Signature::           What is a signature?
619 * Article Miscellanea::         Various other stuff.
620
621 Alternative Approaches
622
623 * Pick and Read::               First mark articles and then read them.
624 * Binary Groups::               Auto-decode all articles.
625
626 Various Summary Stuff
627
628 * Summary Group Information::   Information oriented commands.
629 * Searching for Articles::      Multiple article commands.
630 * Summary Generation Commands::
631 * Really Various Summary Commands::  Those pesky non-conformant commands.
632
633 Article Buffer
634
635 * Hiding Headers::              Deciding what headers should be displayed.
636 * Using MIME::                  Pushing articles through @acronym{MIME} before reading them.
637 * Customizing Articles::        Tailoring the look of the articles.
638 * Article Keymap::              Keystrokes available in the article buffer.
639 * Misc Article::                Other stuff.
640
641 Composing Messages
642
643 * Mail::                        Mailing and replying.
644 * Posting Server::              What server should you post and mail via?
645 * Mail and Post::               Mailing and posting at the same time.
646 * Archived Messages::           Where Gnus stores the messages you've sent.
647 * Posting Styles::              An easier way to specify who you are.
648 * Drafts::                      Postponing messages and rejected messages.
649 * Rejected Articles::           What happens if the server doesn't like your article?
650 * Signing and encrypting::      How to compose secure messages.
651
652 Select Methods
653
654 * Server Buffer::               Making and editing virtual servers.
655 * Getting News::                Reading USENET news with Gnus.
656 * Getting Mail::                Reading your personal mail with Gnus.
657 * Browsing the Web::            Getting messages from a plethora of Web sources.
658 * IMAP::                        Using Gnus as a @acronym{IMAP} client.
659 * Other Sources::               Reading directories, files, SOUP packets.
660 * Combined Groups::             Combining groups into one group.
661 * Gnus Unplugged::              Reading news and mail offline.
662
663 Server Buffer
664
665 * Server Buffer Format::        You can customize the look of this buffer.
666 * Server Commands::             Commands to manipulate servers.
667 * Example Methods::             Examples server specifications.
668 * Creating a Virtual Server::   An example session.
669 * Server Variables::            Which variables to set.
670 * Servers and Methods::         You can use server names as select methods.
671 * Unavailable Servers::         Some servers you try to contact may be down.
672
673 Getting News
674
675 * NNTP::                        Reading news from an @acronym{NNTP} server.
676 * News Spool::                  Reading news from the local spool.
677
678 @acronym{NNTP}
679
680 * Direct Functions::            Connecting directly to the server.
681 * Indirect Functions::          Connecting indirectly to the server.
682 * Common Variables::            Understood by several connection functions.
683
684 Getting Mail
685
686 * Mail in a Newsreader::        Important introductory notes.
687 * Getting Started Reading Mail::  A simple cookbook example.
688 * Splitting Mail::              How to create mail groups.
689 * Mail Sources::                How to tell Gnus where to get mail from.
690 * Mail Back End Variables::     Variables for customizing mail handling.
691 * Fancy Mail Splitting::        Gnus can do hairy splitting of incoming mail.
692 * Group Mail Splitting::        Use group customize to drive mail splitting.
693 * Incorporating Old Mail::      What about the old mail you have?
694 * Expiring Mail::               Getting rid of unwanted mail.
695 * Washing Mail::                Removing cruft from the mail you get.
696 * Duplicates::                  Dealing with duplicated mail.
697 * Not Reading Mail::            Using mail back ends for reading other files.
698 * Choosing a Mail Back End::    Gnus can read a variety of mail formats.
699
700 Mail Sources
701
702 * Mail Source Specifiers::      How to specify what a mail source is.
703 * Mail Source Customization::   Some variables that influence things.
704 * Fetching Mail::               Using the mail source specifiers.
705
706 Choosing a Mail Back End
707
708 * Unix Mail Box::               Using the (quite) standard Un*x mbox.
709 * Rmail Babyl::                 Emacs programs use the Rmail Babyl format.
710 * Mail Spool::                  Store your mail in a private spool?
711 * MH Spool::                    An mhspool-like back end.
712 * Maildir::                     Another one-file-per-message format.
713 * Mail Folders::                Having one file for each group.
714 * Comparing Mail Back Ends::    An in-depth looks at pros and cons.
715
716 Browsing the Web
717
718 * Archiving Mail::
719 * Web Searches::                Creating groups from articles that match a string.
720 * Slashdot::                    Reading the Slashdot comments.
721 * Ultimate::                    The Ultimate Bulletin Board systems.
722 * Web Archive::                 Reading mailing list archived on web.
723 * RSS::                         Reading RDF site summary.
724 * Customizing w3::              Doing stuff to Emacs/w3 from Gnus.
725
726 @acronym{IMAP}
727
728 * Splitting in IMAP::           Splitting mail with nnimap.
729 * Expiring in IMAP::            Expiring mail with nnimap.
730 * Editing IMAP ACLs::           Limiting/enabling other users access to a mailbox.
731 * Expunging mailboxes::         Equivalent of a ``compress mailbox'' button.
732 * A note on namespaces::        How to (not) use @acronym{IMAP} namespace in Gnus.
733
734 Other Sources
735
736 * Directory Groups::            You can read a directory as if it was a newsgroup.
737 * Anything Groups::             Dired?  Who needs dired?
738 * Document Groups::             Single files can be the basis of a group.
739 * SOUP::                        Reading @sc{soup} packets ``offline''.
740 * Mail-To-News Gateways::       Posting articles via mail-to-news gateways.
741
742 Document Groups
743
744 * Document Server Internals::   How to add your own document types.
745
746 SOUP
747
748 * SOUP Commands::               Commands for creating and sending @sc{soup} packets
749 * SOUP Groups::                 A back end for reading @sc{soup} packets.
750 * SOUP Replies::                How to enable @code{nnsoup} to take over mail and news.
751
752 Combined Groups
753
754 * Virtual Groups::              Combining articles from many groups.
755 * Kibozed Groups::              Looking through parts of the newsfeed for articles.
756
757 Gnus Unplugged
758
759 * Agent Basics::                How it all is supposed to work.
760 * Agent Categories::            How to tell the Gnus Agent what to download.
761 * Agent Commands::              New commands for all the buffers.
762 * Agent Visuals::               Ways that the agent may effect your summary buffer.
763 * Agent as Cache::              The Agent is a big cache too.
764 * Agent Expiry::                How to make old articles go away.
765 * Agent Regeneration::          How to recover from lost connections and other accidents.
766 * Agent and IMAP::              How to use the Agent with @acronym{IMAP}.
767 * Outgoing Messages::           What happens when you post/mail something?
768 * Agent Variables::             Customizing is fun.
769 * Example Setup::               An example @file{~/.gnus.el} file for offline people.
770 * Batching Agents::             How to fetch news from a @code{cron} job.
771 * Agent Caveats::               What you think it'll do and what it does.
772
773 Agent Categories
774
775 * Category Syntax::             What a category looks like.
776 * Category Buffer::             A buffer for maintaining categories.
777 * Category Variables::          Customize'r'Us.
778
779 Agent Commands
780
781 * Group Agent Commands::        Configure groups and fetch their contents.
782 * Summary Agent Commands::      Manually select then fetch specific articles.
783 * Server Agent Commands::       Select the servers that are supported by the agent.
784
785 Scoring
786
787 * Summary Score Commands::      Adding score entries for the current group.
788 * Group Score Commands::        General score commands.
789 * Score Variables::             Customize your scoring.  (My, what terminology).
790 * Score File Format::           What a score file may contain.
791 * Score File Editing::          You can edit score files by hand as well.
792 * Adaptive Scoring::            Big Sister Gnus knows what you read.
793 * Home Score File::             How to say where new score entries are to go.
794 * Followups To Yourself::       Having Gnus notice when people answer you.
795 * Scoring On Other Headers::    Scoring on non-standard headers.
796 * Scoring Tips::                How to score effectively.
797 * Reverse Scoring::             That problem child of old is not problem.
798 * Global Score Files::          Earth-spanning, ear-splitting score files.
799 * Kill Files::                  They are still here, but they can be ignored.
800 * Converting Kill Files::       Translating kill files to score files.
801 * GroupLens::                   Getting predictions on what you like to read.
802 * Advanced Scoring::            Using logical expressions to build score rules.
803 * Score Decays::                It can be useful to let scores wither away.
804
805 GroupLens
806
807 * Using GroupLens::             How to make Gnus use GroupLens.
808 * Rating Articles::             Letting GroupLens know how you rate articles.
809 * Displaying Predictions::      Displaying predictions given by GroupLens.
810 * GroupLens Variables::         Customizing GroupLens.
811
812 Advanced Scoring
813
814 * Advanced Scoring Syntax::     A definition.
815 * Advanced Scoring Examples::   What they look like.
816 * Advanced Scoring Tips::       Getting the most out of it.
817
818 Various
819
820 * Process/Prefix::              A convention used by many treatment commands.
821 * Interactive::                 Making Gnus ask you many questions.
822 * Symbolic Prefixes::           How to supply some Gnus functions with options.
823 * Formatting Variables::        You can specify what buffers should look like.
824 * Window Layout::               Configuring the Gnus buffer windows.
825 * Faces and Fonts::             How to change how faces look.
826 * Compilation::                 How to speed Gnus up.
827 * Mode Lines::                  Displaying information in the mode lines.
828 * Highlighting and Menus::      Making buffers look all nice and cozy.
829 * Buttons::                     Get tendinitis in ten easy steps!
830 * Daemons::                     Gnus can do things behind your back.
831 * NoCeM::                       How to avoid spam and other fatty foods.
832 * Undo::                        Some actions can be undone.
833 * Predicate Specifiers::        Specifying predicates.
834 * Moderation::                  What to do if you're a moderator.
835 * Image Enhancements::          Modern versions of Emacs/XEmacs can display images.
836 * Fuzzy Matching::              What's the big fuzz?
837 * Thwarting Email Spam::        A how-to on avoiding unsolicited commercial email.
838 * Various Various::             Things that are really various.
839
840 Formatting Variables
841
842 * Formatting Basics::           A formatting variable is basically a format string.
843 * Mode Line Formatting::        Some rules about mode line formatting variables.
844 * Advanced Formatting::         Modifying output in various ways.
845 * User-Defined Specs::          Having Gnus call your own functions.
846 * Formatting Fonts::            Making the formatting look colorful and nice.
847 * Positioning Point::           Moving point to a position after an operation.
848 * Tabulation::                  Tabulating your output.
849 * Wide Characters::             Dealing with wide characters.
850
851 Image Enhancements
852
853 * X-Face::                      Display a funky, teensy black-and-white image.
854 * Face::                        Display a funkier, teensier colored image.
855 * Smileys::                     Show all those happy faces the way they were meant to be shown.
856 * Picons::                      How to display pictures of what you're reading.
857 * XVarious::                    Other XEmacsy Gnusey variables.
858
859 Thwarting Email Spam
860
861 * The problem of spam::         Some background, and some solutions
862 * Anti-Spam Basics::            Simple steps to reduce the amount of spam.
863 * SpamAssassin::                How to use external anti-spam tools.
864 * Hashcash::                    Reduce spam by burning CPU time.
865 * Filtering Spam Using The Spam ELisp Package::
866 * Filtering Spam Using Statistics with spam-stat::
867
868 Filtering Spam Using The Spam ELisp Package
869
870 * Blacklists and Whitelists::
871 * BBDB Whitelists::
872 * Gmane Spam Reporting::
873 * Anti-spam Hashcash Payments::
874 * Blackholes::
875 * Regular Expressions Header Matching::
876 * Bogofilter::
877 * ifile spam filtering::
878 * spam-stat spam filtering::
879 * SpamOracle::
880 * Extending the spam elisp package::
881
882 Filtering Spam Using Statistics with spam-stat
883
884 * Creating a spam-stat dictionary::
885 * Splitting mail using spam-stat::
886 * Low-level interface to the spam-stat dictionary::
887
888 Appendices
889
890 * XEmacs::                      Requirements for installing under XEmacs.
891 * History::                     How Gnus got where it is today.
892 * On Writing Manuals::          Why this is not a beginner's guide.
893 * Terminology::                 We use really difficult, like, words here.
894 * Customization::               Tailoring Gnus to your needs.
895 * Troubleshooting::             What you might try if things do not work.
896 * Gnus Reference Guide::        Rilly, rilly technical stuff.
897 * Emacs for Heathens::          A short introduction to Emacsian terms.
898 * Frequently Asked Questions::  The Gnus FAQ.
899
900 History
901
902 * Gnus Versions::               What Gnus versions have been released.
903 * Other Gnus Versions::         Other Gnus versions that also have been released.
904 * Why?::                        What's the point of Gnus?
905 * Compatibility::               Just how compatible is Gnus with @sc{gnus}?
906 * Conformity::                  Gnus tries to conform to all standards.
907 * Emacsen::                     Gnus can be run on a few modern Emacsen.
908 * Gnus Development::            How Gnus is developed.
909 * Contributors::                Oodles of people.
910 * New Features::                Pointers to some of the new stuff in Gnus.
911
912 New Features
913
914 * ding Gnus::                   New things in Gnus 5.0/5.1, the first new Gnus.
915 * September Gnus::              The Thing Formally Known As Gnus 5.2/5.3.
916 * Red Gnus::                    Third time best---Gnus 5.4/5.5.
917 * Quassia Gnus::                Two times two is four, or Gnus 5.6/5.7.
918 * Pterodactyl Gnus::            Pentad also starts with P, AKA Gnus 5.8/5.9.
919 * Oort Gnus::                   It's big.  It's far out.  Gnus 5.10.
920
921 Customization
922
923 * Slow/Expensive Connection::   You run a local Emacs and get the news elsewhere.
924 * Slow Terminal Connection::    You run a remote Emacs.
925 * Little Disk Space::           You feel that having large setup files is icky.
926 * Slow Machine::                You feel like buying a faster machine.
927
928 Gnus Reference Guide
929
930 * Gnus Utility Functions::      Common functions and variable to use.
931 * Back End Interface::          How Gnus communicates with the servers.
932 * Score File Syntax::           A BNF definition of the score file standard.
933 * Headers::                     How Gnus stores headers internally.
934 * Ranges::                      A handy format for storing mucho numbers.
935 * Group Info::                  The group info format.
936 * Extended Interactive::        Symbolic prefixes and stuff.
937 * Emacs/XEmacs Code::           Gnus can be run under all modern Emacsen.
938 * Various File Formats::        Formats of files that Gnus use.
939
940 Back End Interface
941
942 * Required Back End Functions::  Functions that must be implemented.
943 * Optional Back End Functions::  Functions that need not be implemented.
944 * Error Messaging::             How to get messages and report errors.
945 * Writing New Back Ends::       Extending old back ends.
946 * Hooking New Back Ends Into Gnus::  What has to be done on the Gnus end.
947 * Mail-like Back Ends::         Some tips on mail back ends.
948
949 Various File Formats
950
951 * Active File Format::          Information on articles and groups available.
952 * Newsgroups File Format::      Group descriptions.
953
954 Emacs for Heathens
955
956 * Keystrokes::                  Entering text and executing commands.
957 * Emacs Lisp::                  The built-in Emacs programming language.
958
959 @end detailmenu
960 @end menu
961
962 @node Starting Up
963 @chapter Starting Gnus
964 @cindex starting up
965
966 @kindex M-x gnus
967 @findex gnus
968 If your system administrator has set things up properly, starting Gnus
969 and reading news is extremely easy---you just type @kbd{M-x gnus} in
970 your Emacs.
971
972 @findex gnus-other-frame
973 @kindex M-x gnus-other-frame
974 If you want to start Gnus in a different frame, you can use the command
975 @kbd{M-x gnus-other-frame} instead.
976
977 If things do not go smoothly at startup, you have to twiddle some
978 variables in your @file{~/.gnus.el} file.  This file is similar to
979 @file{~/.emacs}, but is read when Gnus starts.
980
981 If you puzzle at any terms used in this manual, please refer to the
982 terminology section (@pxref{Terminology}).
983
984 @menu
985 * Finding the News::            Choosing a method for getting news.
986 * The First Time::              What does Gnus do the first time you start it?
987 * The Server is Down::          How can I read my mail then?
988 * Slave Gnusae::                You can have more than one Gnus active at a time.
989 * Fetching a Group::            Starting Gnus just to read a group.
990 * New Groups::                  What is Gnus supposed to do with new groups?
991 * Changing Servers::            You may want to move from one server to another.
992 * Startup Files::               Those pesky startup files---@file{.newsrc}.
993 * Auto Save::                   Recovering from a crash.
994 * The Active File::             Reading the active file over a slow line Takes Time.
995 * Startup Variables::           Other variables you might change.
996 @end menu
997
998
999 @node Finding the News
1000 @section Finding the News
1001 @cindex finding news
1002
1003 @vindex gnus-select-method
1004 @c @head
1005 The @code{gnus-select-method} variable says where Gnus should look for
1006 news.  This variable should be a list where the first element says
1007 @dfn{how} and the second element says @dfn{where}.  This method is your
1008 native method.  All groups not fetched with this method are
1009 foreign groups.
1010
1011 For instance, if the @samp{news.somewhere.edu} @acronym{NNTP} server is where
1012 you want to get your daily dosage of news from, you'd say:
1013
1014 @lisp
1015 (setq gnus-select-method '(nntp "news.somewhere.edu"))
1016 @end lisp
1017
1018 If you want to read directly from the local spool, say:
1019
1020 @lisp
1021 (setq gnus-select-method '(nnspool ""))
1022 @end lisp
1023
1024 If you can use a local spool, you probably should, as it will almost
1025 certainly be much faster.  But do not use the local spool if your
1026 server is running Leafnode; in this case, use @code{(nntp "localhost")}.
1027
1028 @vindex gnus-nntpserver-file
1029 @cindex NNTPSERVER
1030 @cindex @acronym{NNTP} server
1031 If this variable is not set, Gnus will take a look at the
1032 @env{NNTPSERVER} environment variable.  If that variable isn't set,
1033 Gnus will see whether @code{gnus-nntpserver-file}
1034 (@file{/etc/nntpserver} by default) has any opinions on the matter.
1035 If that fails as well, Gnus will try to use the machine running Emacs
1036 as an @acronym{NNTP} server.  That's a long shot, though.
1037
1038 @vindex gnus-nntp-server
1039 If @code{gnus-nntp-server} is set, this variable will override
1040 @code{gnus-select-method}.  You should therefore set
1041 @code{gnus-nntp-server} to @code{nil}, which is what it is by default.
1042
1043 @vindex gnus-secondary-servers
1044 @vindex gnus-nntp-server
1045 You can also make Gnus prompt you interactively for the name of an
1046 @acronym{NNTP} server.  If you give a non-numerical prefix to @code{gnus}
1047 (i.e., @kbd{C-u M-x gnus}), Gnus will let you choose between the servers
1048 in the @code{gnus-secondary-servers} list (if any).  You can also just
1049 type in the name of any server you feel like visiting.  (Note that this
1050 will set @code{gnus-nntp-server}, which means that if you then @kbd{M-x
1051 gnus} later in the same Emacs session, Gnus will contact the same
1052 server.)
1053
1054 @findex gnus-group-browse-foreign-server
1055 @kindex B (Group)
1056 However, if you use one @acronym{NNTP} server regularly and are just
1057 interested in a couple of groups from a different server, you would be
1058 better served by using the @kbd{B} command in the group buffer.  It will
1059 let you have a look at what groups are available, and you can subscribe
1060 to any of the groups you want to.  This also makes @file{.newsrc}
1061 maintenance much tidier.  @xref{Foreign Groups}.
1062
1063 @vindex gnus-secondary-select-methods
1064 @c @head
1065 A slightly different approach to foreign groups is to set the
1066 @code{gnus-secondary-select-methods} variable.  The select methods
1067 listed in this variable are in many ways just as native as the
1068 @code{gnus-select-method} server.  They will also be queried for active
1069 files during startup (if that's required), and new newsgroups that
1070 appear on these servers will be subscribed (or not) just as native
1071 groups are.
1072
1073 For instance, if you use the @code{nnmbox} back end to read your mail,
1074 you would typically set this variable to
1075
1076 @lisp
1077 (setq gnus-secondary-select-methods '((nnmbox "")))
1078 @end lisp
1079
1080
1081 @node The First Time
1082 @section The First Time
1083 @cindex first time usage
1084
1085 If no startup files exist, Gnus will try to determine what groups should
1086 be subscribed by default.
1087
1088 @vindex gnus-default-subscribed-newsgroups
1089 If the variable @code{gnus-default-subscribed-newsgroups} is set, Gnus
1090 will subscribe you to just those groups in that list, leaving the rest
1091 killed.  Your system administrator should have set this variable to
1092 something useful.
1093
1094 Since she hasn't, Gnus will just subscribe you to a few arbitrarily
1095 picked groups (i.e., @samp{*.newusers}).  (@dfn{Arbitrary} is defined
1096 here as @dfn{whatever Lars thinks you should read}.)
1097
1098 You'll also be subscribed to the Gnus documentation group, which should
1099 help you with most common problems.
1100
1101 If @code{gnus-default-subscribed-newsgroups} is @code{t}, Gnus will just
1102 use the normal functions for handling new groups, and not do anything
1103 special.
1104
1105
1106 @node The Server is Down
1107 @section The Server is Down
1108 @cindex server errors
1109
1110 If the default server is down, Gnus will understandably have some
1111 problems starting.  However, if you have some mail groups in addition to
1112 the news groups, you may want to start Gnus anyway.
1113
1114 Gnus, being the trusting sort of program, will ask whether to proceed
1115 without a native select method if that server can't be contacted.  This
1116 will happen whether the server doesn't actually exist (i.e., you have
1117 given the wrong address) or the server has just momentarily taken ill
1118 for some reason or other.  If you decide to continue and have no foreign
1119 groups, you'll find it difficult to actually do anything in the group
1120 buffer.  But, hey, that's your problem.  Blllrph!
1121
1122 @findex gnus-no-server
1123 @kindex M-x gnus-no-server
1124 @c @head
1125 If you know that the server is definitely down, or you just want to read
1126 your mail without bothering with the server at all, you can use the
1127 @code{gnus-no-server} command to start Gnus.  That might come in handy
1128 if you're in a hurry as well.  This command will not attempt to contact
1129 your primary server---instead, it will just activate all groups on level
1130 1 and 2.  (You should preferably keep no native groups on those two
1131 levels.) Also @pxref{Group Levels}.
1132
1133
1134 @node Slave Gnusae
1135 @section Slave Gnusae
1136 @cindex slave
1137
1138 You might want to run more than one Emacs with more than one Gnus at the
1139 same time.  If you are using different @file{.newsrc} files (e.g., if you
1140 are using the two different Gnusae to read from two different servers),
1141 that is no problem whatsoever.  You just do it.
1142
1143 The problem appears when you want to run two Gnusae that use the same
1144 @file{.newsrc} file.
1145
1146 To work around that problem some, we here at the Think-Tank at the Gnus
1147 Towers have come up with a new concept: @dfn{Masters} and
1148 @dfn{slaves}.  (We have applied for a patent on this concept, and have
1149 taken out a copyright on those words.  If you wish to use those words in
1150 conjunction with each other, you have to send $1 per usage instance to
1151 me.  Usage of the patent (@dfn{Master/Slave Relationships In Computer
1152 Applications}) will be much more expensive, of course.)
1153
1154 @findex gnus-slave
1155 Anyway, you start one Gnus up the normal way with @kbd{M-x gnus} (or
1156 however you do it).  Each subsequent slave Gnusae should be started with
1157 @kbd{M-x gnus-slave}.  These slaves won't save normal @file{.newsrc}
1158 files, but instead save @dfn{slave files} that contain information only
1159 on what groups have been read in the slave session.  When a master Gnus
1160 starts, it will read (and delete) these slave files, incorporating all
1161 information from them.  (The slave files will be read in the sequence
1162 they were created, so the latest changes will have precedence.)
1163
1164 Information from the slave files has, of course, precedence over the
1165 information in the normal (i.e., master) @file{.newsrc} file.
1166
1167 If the @file{.newsrc*} files have not been saved in the master when the
1168 slave starts, you may be prompted as to whether to read an auto-save
1169 file.  If you answer ``yes'', the unsaved changes to the master will be
1170 incorporated into the slave.  If you answer ``no'', the slave may see some
1171 messages as unread that have been read in the master.
1172
1173 @node Fetching a Group
1174 @section Fetching a Group
1175 @cindex fetching a group
1176
1177 @findex gnus-fetch-group
1178 It is sometimes convenient to be able to just say ``I want to read this
1179 group and I don't care whether Gnus has been started or not''.  This is
1180 perhaps more useful for people who write code than for users, but the
1181 command @code{gnus-fetch-group} provides this functionality in any case.
1182 It takes the group name as a parameter.
1183
1184
1185 @node New Groups
1186 @section New Groups
1187 @cindex new groups
1188 @cindex subscription
1189
1190 @vindex gnus-check-new-newsgroups
1191 If you are satisfied that you really never want to see any new groups,
1192 you can set @code{gnus-check-new-newsgroups} to @code{nil}.  This will
1193 also save you some time at startup.  Even if this variable is
1194 @code{nil}, you can always subscribe to the new groups just by pressing
1195 @kbd{U} in the group buffer (@pxref{Group Maintenance}).  This variable
1196 is @code{ask-server} by default.  If you set this variable to
1197 @code{always}, then Gnus will query the back ends for new groups even
1198 when you do the @kbd{g} command (@pxref{Scanning New Messages}).
1199
1200 @menu
1201 * Checking New Groups::         Determining what groups are new.
1202 * Subscription Methods::        What Gnus should do with new groups.
1203 * Filtering New Groups::        Making Gnus ignore certain new groups.
1204 @end menu
1205
1206
1207 @node Checking New Groups
1208 @subsection Checking New Groups
1209
1210 Gnus normally determines whether a group is new or not by comparing the
1211 list of groups from the active file(s) with the lists of subscribed and
1212 dead groups.  This isn't a particularly fast method.  If
1213 @code{gnus-check-new-newsgroups} is @code{ask-server}, Gnus will ask the
1214 server for new groups since the last time.  This is both faster and
1215 cheaper.  This also means that you can get rid of the list of killed
1216 groups altogether, so you may set @code{gnus-save-killed-list} to
1217 @code{nil}, which will save time both at startup, at exit, and all over.
1218 Saves disk space, too.  Why isn't this the default, then?
1219 Unfortunately, not all servers support this command.
1220
1221 I bet I know what you're thinking now: How do I find out whether my
1222 server supports @code{ask-server}?  No?  Good, because I don't have a
1223 fail-safe answer.  I would suggest just setting this variable to
1224 @code{ask-server} and see whether any new groups appear within the next
1225 few days.  If any do, then it works.  If none do, then it doesn't
1226 work.  I could write a function to make Gnus guess whether the server
1227 supports @code{ask-server}, but it would just be a guess.  So I won't.
1228 You could @code{telnet} to the server and say @code{HELP} and see
1229 whether it lists @samp{NEWGROUPS} among the commands it understands.  If
1230 it does, then it might work.  (But there are servers that lists
1231 @samp{NEWGROUPS} without supporting the function properly.)
1232
1233 This variable can also be a list of select methods.  If so, Gnus will
1234 issue an @code{ask-server} command to each of the select methods, and
1235 subscribe them (or not) using the normal methods.  This might be handy
1236 if you are monitoring a few servers for new groups.  A side effect is
1237 that startup will take much longer, so you can meditate while waiting.
1238 Use the mantra ``dingnusdingnusdingnus'' to achieve permanent bliss.
1239
1240
1241 @node Subscription Methods
1242 @subsection Subscription Methods
1243
1244 @vindex gnus-subscribe-newsgroup-method
1245 What Gnus does when it encounters a new group is determined by the
1246 @code{gnus-subscribe-newsgroup-method} variable.
1247
1248 This variable should contain a function.  This function will be called
1249 with the name of the new group as the only parameter.
1250
1251 Some handy pre-fab functions are:
1252
1253 @table @code
1254
1255 @item gnus-subscribe-zombies
1256 @vindex gnus-subscribe-zombies
1257 Make all new groups zombies.  This is the default.  You can browse the
1258 zombies later (with @kbd{A z}) and either kill them all off properly
1259 (with @kbd{S z}), or subscribe to them (with @kbd{u}).
1260
1261 @item gnus-subscribe-randomly
1262 @vindex gnus-subscribe-randomly
1263 Subscribe all new groups in arbitrary order.  This really means that all
1264 new groups will be added at ``the top'' of the group buffer.
1265
1266 @item gnus-subscribe-alphabetically
1267 @vindex gnus-subscribe-alphabetically
1268 Subscribe all new groups in alphabetical order.
1269
1270 @item gnus-subscribe-hierarchically
1271 @vindex gnus-subscribe-hierarchically
1272 Subscribe all new groups hierarchically.  The difference between this
1273 function and @code{gnus-subscribe-alphabetically} is slight.
1274 @code{gnus-subscribe-alphabetically} will subscribe new groups in a strictly
1275 alphabetical fashion, while this function will enter groups into its
1276 hierarchy.  So if you want to have the @samp{rec} hierarchy before the
1277 @samp{comp} hierarchy, this function will not mess that configuration
1278 up.  Or something like that.
1279
1280 @item gnus-subscribe-interactively
1281 @vindex gnus-subscribe-interactively
1282 Subscribe new groups interactively.  This means that Gnus will ask
1283 you about @strong{all} new groups.  The groups you choose to subscribe
1284 to will be subscribed hierarchically.
1285
1286 @item gnus-subscribe-killed
1287 @vindex gnus-subscribe-killed
1288 Kill all new groups.
1289
1290 @item gnus-subscribe-topics
1291 @vindex gnus-subscribe-topics
1292 Put the groups into the topic that has a matching @code{subscribe} topic
1293 parameter (@pxref{Topic Parameters}).  For instance, a @code{subscribe}
1294 topic parameter that looks like
1295
1296 @example
1297 "nnslashdot"
1298 @end example
1299
1300 will mean that all groups that match that regex will be subscribed under
1301 that topic.
1302
1303 If no topics match the groups, the groups will be subscribed in the
1304 top-level topic.
1305
1306 @end table
1307
1308 @vindex gnus-subscribe-hierarchical-interactive
1309 A closely related variable is
1310 @code{gnus-subscribe-hierarchical-interactive}.  (That's quite a
1311 mouthful.)  If this variable is non-@code{nil}, Gnus will ask you in a
1312 hierarchical fashion whether to subscribe to new groups or not.  Gnus
1313 will ask you for each sub-hierarchy whether you want to descend the
1314 hierarchy or not.
1315
1316 One common mistake is to set the variable a few paragraphs above
1317 (@code{gnus-subscribe-newsgroup-method}) to
1318 @code{gnus-subscribe-hierarchical-interactive}.  This is an error.  This
1319 will not work.  This is ga-ga.  So don't do it.
1320
1321
1322 @node Filtering New Groups
1323 @subsection Filtering New Groups
1324
1325 A nice and portable way to control which new newsgroups should be
1326 subscribed (or ignored) is to put an @dfn{options} line at the start of
1327 the @file{.newsrc} file.  Here's an example:
1328
1329 @example
1330 options -n !alt.all !rec.all sci.all
1331 @end example
1332
1333 @vindex gnus-subscribe-options-newsgroup-method
1334 This line obviously belongs to a serious-minded intellectual scientific
1335 person (or she may just be plain old boring), because it says that all
1336 groups that have names beginning with @samp{alt} and @samp{rec} should
1337 be ignored, and all groups with names beginning with @samp{sci} should
1338 be subscribed.  Gnus will not use the normal subscription method for
1339 subscribing these groups.
1340 @code{gnus-subscribe-options-newsgroup-method} is used instead.  This
1341 variable defaults to @code{gnus-subscribe-alphabetically}.
1342
1343 @vindex gnus-options-not-subscribe
1344 @vindex gnus-options-subscribe
1345 If you don't want to mess with your @file{.newsrc} file, you can just
1346 set the two variables @code{gnus-options-subscribe} and
1347 @code{gnus-options-not-subscribe}.  These two variables do exactly the
1348 same as the @file{.newsrc} @samp{options -n} trick.  Both are regexps,
1349 and if the new group matches the former, it will be unconditionally
1350 subscribed, and if it matches the latter, it will be ignored.
1351
1352 @vindex gnus-auto-subscribed-groups
1353 Yet another variable that meddles here is
1354 @code{gnus-auto-subscribed-groups}.  It works exactly like
1355 @code{gnus-options-subscribe}, and is therefore really superfluous, but I
1356 thought it would be nice to have two of these.  This variable is more
1357 meant for setting some ground rules, while the other variable is used
1358 more for user fiddling.  By default this variable makes all new groups
1359 that come from mail back ends (@code{nnml}, @code{nnbabyl},
1360 @code{nnfolder}, @code{nnmbox}, @code{nnmh}, and @code{nnmaildir})
1361 subscribed.  If you don't like that, just set this variable to
1362 @code{nil}.
1363
1364 New groups that match this regexp are subscribed using
1365 @code{gnus-subscribe-options-newsgroup-method}.
1366
1367
1368 @node Changing Servers
1369 @section Changing Servers
1370 @cindex changing servers
1371
1372 Sometimes it is necessary to move from one @acronym{NNTP} server to another.
1373 This happens very rarely, but perhaps you change jobs, or one server is
1374 very flaky and you want to use another.
1375
1376 Changing the server is pretty easy, right?  You just change
1377 @code{gnus-select-method} to point to the new server?
1378
1379 @emph{Wrong!}
1380
1381 Article numbers are not (in any way) kept synchronized between different
1382 @acronym{NNTP} servers, and the only way Gnus keeps track of what articles
1383 you have read is by keeping track of article numbers.  So when you
1384 change @code{gnus-select-method}, your @file{.newsrc} file becomes
1385 worthless.
1386
1387 Gnus provides a few functions to attempt to translate a @file{.newsrc}
1388 file from one server to another.  They all have one thing in
1389 common---they take a looong time to run.  You don't want to use these
1390 functions more than absolutely necessary.
1391
1392 @kindex M-x gnus-change-server
1393 @findex gnus-change-server
1394 If you have access to both servers, Gnus can request the headers for all
1395 the articles you have read and compare @code{Message-ID}s and map the
1396 article numbers of the read articles and article marks.  The @kbd{M-x
1397 gnus-change-server} command will do this for all your native groups.  It
1398 will prompt for the method you want to move to.
1399
1400 @kindex M-x gnus-group-move-group-to-server
1401 @findex gnus-group-move-group-to-server
1402 You can also move individual groups with the @kbd{M-x
1403 gnus-group-move-group-to-server} command.  This is useful if you want to
1404 move a (foreign) group from one server to another.
1405
1406 @kindex M-x gnus-group-clear-data-on-native-groups
1407 @findex gnus-group-clear-data-on-native-groups
1408 If you don't have access to both the old and new server, all your marks
1409 and read ranges have become worthless.  You can use the @kbd{M-x
1410 gnus-group-clear-data-on-native-groups} command to clear out all data
1411 that you have on your native groups.  Use with caution.
1412
1413 @kindex M-x gnus-group-clear-data
1414 @findex gnus-group-clear-data
1415 Clear the data from the current group only---nix out marks and the
1416 list of read articles (@code{gnus-group-clear-data}).
1417
1418 After changing servers, you @strong{must} move the cache hierarchy away,
1419 since the cached articles will have wrong article numbers, which will
1420 affect which articles Gnus thinks are read.
1421 @code{gnus-group-clear-data-on-native-groups} will ask you if you want
1422 to have it done automatically; for @code{gnus-group-clear-data}, you
1423 can use @kbd{M-x gnus-cache-move-cache} (but beware, it will move the
1424 cache for all groups).
1425
1426
1427 @node Startup Files
1428 @section Startup Files
1429 @cindex startup files
1430 @cindex .newsrc
1431 @cindex .newsrc.el
1432 @cindex .newsrc.eld
1433
1434 Now, you all know about the @file{.newsrc} file.  All subscription
1435 information is traditionally stored in this file.
1436
1437 Things got a bit more complicated with @sc{gnus}.  In addition to
1438 keeping the @file{.newsrc} file updated, it also used a file called
1439 @file{.newsrc.el} for storing all the information that didn't fit into
1440 the @file{.newsrc} file.  (Actually, it also duplicated everything in
1441 the @file{.newsrc} file.)  @sc{gnus} would read whichever one of these
1442 files was the most recently saved, which enabled people to swap between
1443 @sc{gnus} and other newsreaders.
1444
1445 That was kinda silly, so Gnus went one better: In addition to the
1446 @file{.newsrc} and @file{.newsrc.el} files, Gnus also has a file called
1447 @file{.newsrc.eld}.  It will read whichever of these files that are most
1448 recent, but it will never write a @file{.newsrc.el} file.  You should
1449 never delete the @file{.newsrc.eld} file---it contains much information
1450 not stored in the @file{.newsrc} file.
1451
1452 @vindex gnus-save-newsrc-file
1453 @vindex gnus-read-newsrc-file
1454 You can turn off writing the @file{.newsrc} file by setting
1455 @code{gnus-save-newsrc-file} to @code{nil}, which means you can delete
1456 the file and save some space, as well as exiting from Gnus faster.
1457 However, this will make it impossible to use other newsreaders than
1458 Gnus.  But hey, who would want to, right?  Similarly, setting
1459 @code{gnus-read-newsrc-file} to @code{nil} makes Gnus ignore the
1460 @file{.newsrc} file and any @file{.newsrc-SERVER} files, which is
1461 convenient if you have a tendency to use Netscape once in a while.
1462
1463 @vindex gnus-save-killed-list
1464 If @code{gnus-save-killed-list} (default @code{t}) is @code{nil}, Gnus
1465 will not save the list of killed groups to the startup file.  This will
1466 save both time (when starting and quitting) and space (on disk).  It
1467 will also mean that Gnus has no record of what groups are new or old,
1468 so the automatic new groups subscription methods become meaningless.
1469 You should always set @code{gnus-check-new-newsgroups} to @code{nil} or
1470 @code{ask-server} if you set this variable to @code{nil} (@pxref{New
1471 Groups}).  This variable can also be a regular expression.  If that's
1472 the case, remove all groups that do not match this regexp before
1473 saving.  This can be useful in certain obscure situations that involve
1474 several servers where not all servers support @code{ask-server}.
1475
1476 @vindex gnus-startup-file
1477 @vindex gnus-backup-startup-file
1478 @vindex version-control
1479 The @code{gnus-startup-file} variable says where the startup files are.
1480 The default value is @file{~/.newsrc}, with the Gnus (El Dingo) startup
1481 file being whatever that one is, with a @samp{.eld} appended.
1482 If you want version control for this file, set
1483 @code{gnus-backup-startup-file}.  It respects the same values as the
1484 @code{version-control} variable.
1485
1486 @vindex gnus-save-newsrc-hook
1487 @vindex gnus-save-quick-newsrc-hook
1488 @vindex gnus-save-standard-newsrc-hook
1489 @code{gnus-save-newsrc-hook} is called before saving any of the newsrc
1490 files, while @code{gnus-save-quick-newsrc-hook} is called just before
1491 saving the @file{.newsrc.eld} file, and
1492 @code{gnus-save-standard-newsrc-hook} is called just before saving the
1493 @file{.newsrc} file.  The latter two are commonly used to turn version
1494 control on or off.  Version control is on by default when saving the
1495 startup files.  If you want to turn backup creation off, say something like:
1496
1497 @lisp
1498 (defun turn-off-backup ()
1499   (set (make-local-variable 'backup-inhibited) t))
1500
1501 (add-hook 'gnus-save-quick-newsrc-hook 'turn-off-backup)
1502 (add-hook 'gnus-save-standard-newsrc-hook 'turn-off-backup)
1503 @end lisp
1504
1505 @vindex gnus-init-file
1506 @vindex gnus-site-init-file
1507 When Gnus starts, it will read the @code{gnus-site-init-file}
1508 (@file{.../site-lisp/gnus} by default) and @code{gnus-init-file}
1509 (@file{~/.gnus} by default) files.  These are normal Emacs Lisp files
1510 and can be used to avoid cluttering your @file{~/.emacs} and
1511 @file{site-init} files with Gnus stuff.  Gnus will also check for files
1512 with the same names as these, but with @file{.elc} and @file{.el}
1513 suffixes.  In other words, if you have set @code{gnus-init-file} to
1514 @file{~/.gnus}, it will look for @file{~/.gnus.elc}, @file{~/.gnus.el},
1515 and finally @file{~/.gnus} (in this order).
1516
1517
1518
1519 @node Auto Save
1520 @section Auto Save
1521 @cindex dribble file
1522 @cindex auto-save
1523
1524 Whenever you do something that changes the Gnus data (reading articles,
1525 catching up, killing/subscribing groups), the change is added to a
1526 special @dfn{dribble buffer}.  This buffer is auto-saved the normal
1527 Emacs way.  If your Emacs should crash before you have saved the
1528 @file{.newsrc} files, all changes you have made can be recovered from
1529 this file.
1530
1531 If Gnus detects this file at startup, it will ask the user whether to
1532 read it.  The auto save file is deleted whenever the real startup file is
1533 saved.
1534
1535 @vindex gnus-use-dribble-file
1536 If @code{gnus-use-dribble-file} is @code{nil}, Gnus won't create and
1537 maintain a dribble buffer.  The default is @code{t}.
1538
1539 @vindex gnus-dribble-directory
1540 Gnus will put the dribble file(s) in @code{gnus-dribble-directory}.  If
1541 this variable is @code{nil}, which it is by default, Gnus will dribble
1542 into the directory where the @file{.newsrc} file is located.  (This is
1543 normally the user's home directory.)  The dribble file will get the same
1544 file permissions as the @file{.newsrc} file.
1545
1546 @vindex gnus-always-read-dribble-file
1547 If @code{gnus-always-read-dribble-file} is non-@code{nil}, Gnus will
1548 read the dribble file on startup without querying the user.
1549
1550
1551 @node The Active File
1552 @section The Active File
1553 @cindex active file
1554 @cindex ignored groups
1555
1556 When Gnus starts, or indeed whenever it tries to determine whether new
1557 articles have arrived, it reads the active file.  This is a very large
1558 file that lists all the active groups and articles on the server.
1559
1560 @vindex gnus-ignored-newsgroups
1561 Before examining the active file, Gnus deletes all lines that match the
1562 regexp @code{gnus-ignored-newsgroups}.  This is done primarily to reject
1563 any groups with bogus names, but you can use this variable to make Gnus
1564 ignore hierarchies you aren't ever interested in.  However, this is not
1565 recommended.  In fact, it's highly discouraged.  Instead, @pxref{New
1566 Groups} for an overview of other variables that can be used instead.
1567
1568 @c This variable is
1569 @c @code{nil} by default, and will slow down active file handling somewhat
1570 @c if you set it to anything else.
1571
1572 @vindex gnus-read-active-file
1573 @c @head
1574 The active file can be rather Huge, so if you have a slow network, you
1575 can set @code{gnus-read-active-file} to @code{nil} to prevent Gnus from
1576 reading the active file.  This variable is @code{some} by default.
1577
1578 Gnus will try to make do by getting information just on the groups that
1579 you actually subscribe to.
1580
1581 Note that if you subscribe to lots and lots of groups, setting this
1582 variable to @code{nil} will probably make Gnus slower, not faster.  At
1583 present, having this variable @code{nil} will slow Gnus down
1584 considerably, unless you read news over a 2400 baud modem.
1585
1586 This variable can also have the value @code{some}.  Gnus will then
1587 attempt to read active info only on the subscribed groups.  On some
1588 servers this is quite fast (on sparkling, brand new INN servers that
1589 support the @code{LIST ACTIVE group} command), on others this isn't fast
1590 at all.  In any case, @code{some} should be faster than @code{nil}, and
1591 is certainly faster than @code{t} over slow lines.
1592
1593 Some news servers (old versions of Leafnode and old versions of INN, for
1594 instance) do not support the @code{LIST ACTIVE group}.  For these
1595 servers, @code{nil} is probably the most efficient value for this
1596 variable.
1597
1598 If this variable is @code{nil}, Gnus will ask for group info in total
1599 lock-step, which isn't very fast.  If it is @code{some} and you use an
1600 @acronym{NNTP} server, Gnus will pump out commands as fast as it can, and
1601 read all the replies in one swoop.  This will normally result in better
1602 performance, but if the server does not support the aforementioned
1603 @code{LIST ACTIVE group} command, this isn't very nice to the server.
1604
1605 If you think that starting up Gnus takes too long, try all the three
1606 different values for this variable and see what works best for you.
1607
1608 In any case, if you use @code{some} or @code{nil}, you should definitely
1609 kill all groups that you aren't interested in to speed things up.
1610
1611 Note that this variable also affects active file retrieval from
1612 secondary select methods.
1613
1614
1615 @node Startup Variables
1616 @section Startup Variables
1617
1618 @table @code
1619
1620 @item gnus-load-hook
1621 @vindex gnus-load-hook
1622 A hook run while Gnus is being loaded.  Note that this hook will
1623 normally be run just once in each Emacs session, no matter how many
1624 times you start Gnus.
1625
1626 @item gnus-before-startup-hook
1627 @vindex gnus-before-startup-hook
1628 A hook run after starting up Gnus successfully.
1629
1630 @item gnus-startup-hook
1631 @vindex gnus-startup-hook
1632 A hook run as the very last thing after starting up Gnus
1633
1634 @item gnus-started-hook
1635 @vindex gnus-started-hook
1636 A hook that is run as the very last thing after starting up Gnus
1637 successfully.
1638
1639 @item gnus-setup-news-hook
1640 @vindex gnus-setup-news-hook
1641 A hook that is run after reading the @file{.newsrc} file(s), but before
1642 generating the group buffer.
1643
1644 @item gnus-check-bogus-newsgroups
1645 @vindex gnus-check-bogus-newsgroups
1646 If non-@code{nil}, Gnus will check for and delete all bogus groups at
1647 startup.  A @dfn{bogus group} is a group that you have in your
1648 @file{.newsrc} file, but doesn't exist on the news server.  Checking for
1649 bogus groups can take quite a while, so to save time and resources it's
1650 best to leave this option off, and do the checking for bogus groups once
1651 in a while from the group buffer instead (@pxref{Group Maintenance}).
1652
1653 @item gnus-inhibit-startup-message
1654 @vindex gnus-inhibit-startup-message
1655 If non-@code{nil}, the startup message won't be displayed.  That way,
1656 your boss might not notice as easily that you are reading news instead
1657 of doing your job.  Note that this variable is used before
1658 @file{~/.gnus.el} is loaded, so it should be set in @file{.emacs} instead.
1659
1660 @item gnus-no-groups-message
1661 @vindex gnus-no-groups-message
1662 Message displayed by Gnus when no groups are available.
1663
1664 @item gnus-play-startup-jingle
1665 @vindex gnus-play-startup-jingle
1666 If non-@code{nil}, play the Gnus jingle at startup.
1667
1668 @item gnus-startup-jingle
1669 @vindex gnus-startup-jingle
1670 Jingle to be played if the above variable is non-@code{nil}.  The
1671 default is @samp{Tuxedomoon.Jingle4.au}.
1672
1673 @end table
1674
1675
1676 @node Group Buffer
1677 @chapter Group Buffer
1678 @cindex group buffer
1679
1680 @c Alex Schroeder suggests to rearrange this as follows:
1681 @c
1682 @c <kensanata> ok, just save it for reference.  I'll go to bed in a minute.
1683 @c   1. Selecting a Group, 2. (new) Finding a Group, 3. Group Levels,
1684 @c   4. Subscription Commands, 5. Group Maneuvering, 6. Group Data,
1685 @c   7. Group Score, 8. Group Buffer Format
1686 @c <kensanata> Group Levels should have more information on levels 5 to 9.  I
1687 @c   suggest to split the 4th paragraph ("Gnus considers groups...") as follows:
1688 @c <kensanata> First, "Gnus considers groups... (default 9)."
1689 @c <kensanata> New, a table summarizing what levels 1 to 9 mean.
1690 @c <kensanata> Third, "Gnus treats subscribed ... reasons of efficiency"
1691 @c <kensanata> Then expand the next paragraph or add some more to it.
1692 @c    This short one sentence explains levels 1 and 2, therefore I understand
1693 @c    that I should keep important news at 3 and boring news at 4.
1694 @c    Say so!  Then go on to explain why I should bother with levels 6 to 9.
1695 @c    Maybe keep those that you don't want to read temporarily at 6,
1696 @c    those that you never want to read at 8, those that offend your
1697 @c    human rights at 9...
1698
1699
1700 The @dfn{group buffer} lists all (or parts) of the available groups.  It
1701 is the first buffer shown when Gnus starts, and will never be killed as
1702 long as Gnus is active.
1703
1704 @iftex
1705 @iflatex
1706 \gnusfigure{The Group Buffer}{320}{
1707 \put(75,50){\epsfig{figure=ps/group,height=9cm}}
1708 \put(120,37){\makebox(0,0)[t]{Buffer name}}
1709 \put(120,38){\vector(1,2){10}}
1710 \put(40,60){\makebox(0,0)[r]{Mode line}}
1711 \put(40,58){\vector(1,0){30}}
1712 \put(200,28){\makebox(0,0)[t]{Native select method}}
1713 \put(200,26){\vector(-1,2){15}}
1714 }
1715 @end iflatex
1716 @end iftex
1717
1718 @menu
1719 * Group Buffer Format::         Information listed and how you can change it.
1720 * Group Maneuvering::           Commands for moving in the group buffer.
1721 * Selecting a Group::           Actually reading news.
1722 * Subscription Commands::       Unsubscribing, killing, subscribing.
1723 * Group Data::                  Changing the info for a group.
1724 * Group Levels::                Levels? What are those, then?
1725 * Group Score::                 A mechanism for finding out what groups you like.
1726 * Marking Groups::              You can mark groups for later processing.
1727 * Foreign Groups::              Creating and editing groups.
1728 * Group Parameters::            Each group may have different parameters set.
1729 * Listing Groups::              Gnus can list various subsets of the groups.
1730 * Sorting Groups::              Re-arrange the group order.
1731 * Group Maintenance::           Maintaining a tidy @file{.newsrc} file.
1732 * Browse Foreign Server::       You can browse a server.  See what it has to offer.
1733 * Exiting Gnus::                Stop reading news and get some work done.
1734 * Group Topics::                A folding group mode divided into topics.
1735 * Misc Group Stuff::            Other stuff that you can to do.
1736 @end menu
1737
1738
1739 @node Group Buffer Format
1740 @section Group Buffer Format
1741
1742 @menu
1743 * Group Line Specification::    Deciding how the group buffer is to look.
1744 * Group Mode Line Specification::  The group buffer mode line.
1745 * Group Highlighting::          Having nice colors in the group buffer.
1746 @end menu
1747
1748
1749 @node Group Line Specification
1750 @subsection Group Line Specification
1751 @cindex group buffer format
1752
1753 The default format of the group buffer is nice and dull, but you can
1754 make it as exciting and ugly as you feel like.
1755
1756 Here's a couple of example group lines:
1757
1758 @example
1759      25: news.announce.newusers
1760  *    0: alt.fan.andrea-dworkin
1761 @end example
1762
1763 Quite simple, huh?
1764
1765 You can see that there are 25 unread articles in
1766 @samp{news.announce.newusers}.  There are no unread articles, but some
1767 ticked articles, in @samp{alt.fan.andrea-dworkin} (see that little
1768 asterisk at the beginning of the line?).
1769
1770 @vindex gnus-group-line-format
1771 You can change that format to whatever you want by fiddling with the
1772 @code{gnus-group-line-format} variable.  This variable works along the
1773 lines of a @code{format} specification, which is pretty much the same as
1774 a @code{printf} specifications, for those of you who use (feh!) C.
1775 @xref{Formatting Variables}.
1776
1777 @samp{%M%S%5y:%B%(%g%)\n} is the value that produced those lines above.
1778
1779 There should always be a colon on the line; the cursor always moves to
1780 the colon after performing an operation.  @xref{Positioning
1781 Point}.  Nothing else is required---not even the group name.  All
1782 displayed text is just window dressing, and is never examined by Gnus.
1783 Gnus stores all real information it needs using text properties.
1784
1785 (Note that if you make a really strange, wonderful, spreadsheet-like
1786 layout, everybody will believe you are hard at work with the accounting
1787 instead of wasting time reading news.)
1788
1789 Here's a list of all available format characters:
1790
1791 @table @samp
1792
1793 @item M
1794 An asterisk if the group only has marked articles.
1795
1796 @item S
1797 Whether the group is subscribed.
1798
1799 @item L
1800 Level of subscribedness.
1801
1802 @item N
1803 Number of unread articles.
1804
1805 @item I
1806 Number of dormant articles.
1807
1808 @item T
1809 Number of ticked articles.
1810
1811 @item R
1812 Number of read articles.
1813
1814 @item U
1815 Number of unseen articles.
1816
1817 @item t
1818 Estimated total number of articles.  (This is really @var{max-number}
1819 minus @var{min-number} plus 1.)
1820
1821 Gnus uses this estimation because the @acronym{NNTP} protocol provides
1822 efficient access to @var{max-number} and @var{min-number} but getting
1823 the true unread message count is not possible efficiently.  For
1824 hysterical raisins, even the mail back ends, where the true number of
1825 unread messages might be available efficiently, use the same limited
1826 interface.  To remove this restriction from Gnus means that the back
1827 end interface has to be changed, which is not an easy job.  If you
1828 want to work on this, please contact the Gnus mailing list.
1829
1830 @item y
1831 Number of unread, unticked, non-dormant articles.
1832
1833 @item i
1834 Number of ticked and dormant articles.
1835
1836 @item g
1837 Full group name.
1838
1839 @item G
1840 Group name.
1841
1842 @item C
1843 Group comment (@pxref{Group Parameters}) or group name if there is no
1844 comment element in the group parameters.
1845
1846 @item D
1847 Newsgroup description.  You need to read the group descriptions
1848 before these will appear, and to do that, you either have to set
1849 @code{gnus-read-active-file} or use the group buffer @kbd{M-d}
1850 command.
1851
1852 @item o
1853 @samp{m} if moderated.
1854
1855 @item O
1856 @samp{(m)} if moderated.
1857
1858 @item s
1859 Select method.
1860
1861 @item B
1862 If the summary buffer for the group is open or not.
1863
1864 @item n
1865 Select from where.
1866
1867 @item z
1868 A string that looks like @samp{<%s:%n>} if a foreign select method is
1869 used.
1870
1871 @item P
1872 Indentation based on the level of the topic (@pxref{Group Topics}).
1873
1874 @item c
1875 @vindex gnus-group-uncollapsed-levels
1876 Short (collapsed) group name.  The @code{gnus-group-uncollapsed-levels}
1877 variable says how many levels to leave at the end of the group name.
1878 The default is 1---this will mean that group names like
1879 @samp{gnu.emacs.gnus} will be shortened to @samp{g.e.gnus}.
1880
1881 @item m
1882 @vindex gnus-new-mail-mark
1883 @cindex %
1884 @samp{%} (@code{gnus-new-mail-mark}) if there has arrived new mail to
1885 the group lately.
1886
1887 @item p
1888 @samp{#} (@code{gnus-process-mark}) if the group is process marked.
1889
1890 @item d
1891 A string that says when you last read the group (@pxref{Group
1892 Timestamp}).
1893
1894 @item u
1895 User defined specifier.  The next character in the format string should
1896 be a letter.  Gnus will call the function
1897 @code{gnus-user-format-function-}@samp{X}, where @samp{X} is the letter
1898 following @samp{%u}.  The function will be passed a single dummy
1899 parameter as argument.  The function should return a string, which will
1900 be inserted into the buffer just like information from any other
1901 specifier.
1902 @end table
1903
1904 @cindex *
1905 All the ``number-of'' specs will be filled with an asterisk (@samp{*})
1906 if no info is available---for instance, if it is a non-activated foreign
1907 group, or a bogus native group.
1908
1909
1910 @node Group Mode Line Specification
1911 @subsection Group Mode Line Specification
1912 @cindex group mode line
1913
1914 @vindex gnus-group-mode-line-format
1915 The mode line can be changed by setting
1916 @code{gnus-group-mode-line-format} (@pxref{Mode Line Formatting}).  It
1917 doesn't understand that many format specifiers:
1918
1919 @table @samp
1920 @item S
1921 The native news server.
1922 @item M
1923 The native select method.
1924 @end table
1925
1926
1927 @node Group Highlighting
1928 @subsection Group Highlighting
1929 @cindex highlighting
1930 @cindex group highlighting
1931
1932 @vindex gnus-group-highlight
1933 Highlighting in the group buffer is controlled by the
1934 @code{gnus-group-highlight} variable.  This is an alist with elements
1935 that look like @code{(@var{form} . @var{face})}.  If @var{form} evaluates to
1936 something non-@code{nil}, the @var{face} will be used on the line.
1937
1938 Here's an example value for this variable that might look nice if the
1939 background is dark:
1940
1941 @lisp
1942 (cond (window-system
1943        (setq custom-background-mode 'light)
1944        (defface my-group-face-1
1945          '((t (:foreground "Red" :bold t))) "First group face")
1946        (defface my-group-face-2
1947          '((t (:foreground "DarkSeaGreen4" :bold t)))
1948          "Second group face")
1949        (defface my-group-face-3
1950          '((t (:foreground "Green4" :bold t))) "Third group face")
1951        (defface my-group-face-4
1952          '((t (:foreground "SteelBlue" :bold t))) "Fourth group face")
1953        (defface my-group-face-5
1954          '((t (:foreground "Blue" :bold t))) "Fifth group face")))
1955
1956 (setq gnus-group-highlight
1957       '(((> unread 200) . my-group-face-1)
1958         ((and (< level 3) (zerop unread)) . my-group-face-2)
1959         ((< level 3) . my-group-face-3)
1960         ((zerop unread) . my-group-face-4)
1961         (t . my-group-face-5)))
1962 @end lisp
1963
1964 Also @pxref{Faces and Fonts}.
1965
1966 Variables that are dynamically bound when the forms are evaluated
1967 include:
1968
1969 @table @code
1970 @item group
1971 The group name.
1972 @item unread
1973 The number of unread articles in the group.
1974 @item method
1975 The select method.
1976 @item mailp
1977 Whether the group is a mail group.
1978 @item level
1979 The level of the group.
1980 @item score
1981 The score of the group.
1982 @item ticked
1983 The number of ticked articles in the group.
1984 @item total
1985 The total number of articles in the group.  Or rather,
1986 @var{max-number} minus @var{min-number} plus one.
1987 @item topic
1988 When using the topic minor mode, this variable is bound to the current
1989 topic being inserted.
1990 @end table
1991
1992 When the forms are @code{eval}ed, point is at the beginning of the line
1993 of the group in question, so you can use many of the normal Gnus
1994 functions for snarfing info on the group.
1995
1996 @vindex gnus-group-update-hook
1997 @findex gnus-group-highlight-line
1998 @code{gnus-group-update-hook} is called when a group line is changed.
1999 It will not be called when @code{gnus-visual} is @code{nil}.  This hook
2000 calls @code{gnus-group-highlight-line} by default.
2001
2002
2003 @node Group Maneuvering
2004 @section Group Maneuvering
2005 @cindex group movement
2006
2007 All movement commands understand the numeric prefix and will behave as
2008 expected, hopefully.
2009
2010 @table @kbd
2011
2012 @item n
2013 @kindex n (Group)
2014 @findex gnus-group-next-unread-group
2015 Go to the next group that has unread articles
2016 (@code{gnus-group-next-unread-group}).
2017
2018 @item p
2019 @itemx DEL
2020 @kindex DEL (Group)
2021 @kindex p (Group)
2022 @findex gnus-group-prev-unread-group
2023 Go to the previous group that has unread articles
2024 (@code{gnus-group-prev-unread-group}).
2025
2026 @item N
2027 @kindex N (Group)
2028 @findex gnus-group-next-group
2029 Go to the next group (@code{gnus-group-next-group}).
2030
2031 @item P
2032 @kindex P (Group)
2033 @findex gnus-group-prev-group
2034 Go to the previous group (@code{gnus-group-prev-group}).
2035
2036 @item M-n
2037 @kindex M-n (Group)
2038 @findex gnus-group-next-unread-group-same-level
2039 Go to the next unread group on the same (or lower) level
2040 (@code{gnus-group-next-unread-group-same-level}).
2041
2042 @item M-p
2043 @kindex M-p (Group)
2044 @findex gnus-group-prev-unread-group-same-level
2045 Go to the previous unread group on the same (or lower) level
2046 (@code{gnus-group-prev-unread-group-same-level}).
2047 @end table
2048
2049 Three commands for jumping to groups:
2050
2051 @table @kbd
2052
2053 @item j
2054 @kindex j (Group)
2055 @findex gnus-group-jump-to-group
2056 Jump to a group (and make it visible if it isn't already)
2057 (@code{gnus-group-jump-to-group}).  Killed groups can be jumped to, just
2058 like living groups.
2059
2060 @item ,
2061 @kindex , (Group)
2062 @findex gnus-group-best-unread-group
2063 Jump to the unread group with the lowest level
2064 (@code{gnus-group-best-unread-group}).
2065
2066 @item .
2067 @kindex . (Group)
2068 @findex gnus-group-first-unread-group
2069 Jump to the first group with unread articles
2070 (@code{gnus-group-first-unread-group}).
2071 @end table
2072
2073 @vindex gnus-group-goto-unread
2074 If @code{gnus-group-goto-unread} is @code{nil}, all the movement
2075 commands will move to the next group, not the next unread group.  Even
2076 the commands that say they move to the next unread group.  The default
2077 is @code{t}.
2078
2079
2080 @node Selecting a Group
2081 @section Selecting a Group
2082 @cindex group selection
2083
2084 @table @kbd
2085
2086 @item SPACE
2087 @kindex SPACE (Group)
2088 @findex gnus-group-read-group
2089 Select the current group, switch to the summary buffer and display the
2090 first unread article (@code{gnus-group-read-group}).  If there are no
2091 unread articles in the group, or if you give a non-numerical prefix to
2092 this command, Gnus will offer to fetch all the old articles in this
2093 group from the server.  If you give a numerical prefix @var{n}, @var{n}
2094 determines the number of articles Gnus will fetch.  If @var{n} is
2095 positive, Gnus fetches the @var{n} newest articles, if @var{n} is
2096 negative, Gnus fetches the @code{abs(@var{n})} oldest articles.
2097
2098 Thus, @kbd{SPC} enters the group normally, @kbd{C-u SPC} offers old
2099 articles, @kbd{C-u 4 2 SPC} fetches the 42 newest articles, and @kbd{C-u
2100 - 4 2 SPC} fetches the 42 oldest ones.
2101
2102 When you are in the group (in the Summary buffer), you can type
2103 @kbd{M-g} to fetch new articles, or @kbd{C-u M-g} to also show the old
2104 ones.
2105
2106 @item RET
2107 @kindex RET (Group)
2108 @findex gnus-group-select-group
2109 Select the current group and switch to the summary buffer
2110 (@code{gnus-group-select-group}).  Takes the same arguments as
2111 @code{gnus-group-read-group}---the only difference is that this command
2112 does not display the first unread article automatically upon group
2113 entry.
2114
2115 @item M-RET
2116 @kindex M-RET (Group)
2117 @findex gnus-group-quick-select-group
2118 This does the same as the command above, but tries to do it with the
2119 minimum amount of fuzz (@code{gnus-group-quick-select-group}).  No
2120 scoring/killing will be performed, there will be no highlights and no
2121 expunging.  This might be useful if you're in a real hurry and have to
2122 enter some humongous group.  If you give a 0 prefix to this command
2123 (i.e., @kbd{0 M-RET}), Gnus won't even generate the summary buffer,
2124 which is useful if you want to toggle threading before generating the
2125 summary buffer (@pxref{Summary Generation Commands}).
2126
2127 @item M-SPACE
2128 @kindex M-SPACE (Group)
2129 @findex gnus-group-visible-select-group
2130 This is yet one more command that does the same as the @kbd{RET}
2131 command, but this one does it without expunging and hiding dormants
2132 (@code{gnus-group-visible-select-group}).
2133
2134 @item C-M-RET
2135 @kindex C-M-RET (Group)
2136 @findex gnus-group-select-group-ephemerally
2137 Finally, this command selects the current group ephemerally without
2138 doing any processing of its contents
2139 (@code{gnus-group-select-group-ephemerally}).  Even threading has been
2140 turned off.  Everything you do in the group after selecting it in this
2141 manner will have no permanent effects.
2142
2143 @end table
2144
2145 @vindex gnus-large-newsgroup
2146 The @code{gnus-large-newsgroup} variable says what Gnus should
2147 consider to be a big group.  If it is @code{nil}, no groups are
2148 considered big.  The default value is 200.  If the group has more
2149 (unread and/or ticked) articles than this, Gnus will query the user
2150 before entering the group.  The user can then specify how many
2151 articles should be fetched from the server.  If the user specifies a
2152 negative number (@var{-n}), the @var{n} oldest articles will be
2153 fetched.  If it is positive, the @var{n} articles that have arrived
2154 most recently will be fetched.
2155
2156 @vindex gnus-large-ephemeral-newsgroup
2157 @code{gnus-large-ephemeral-newsgroup} is the same as
2158 @code{gnus-large-newsgroup}, but is only used for ephemeral
2159 newsgroups.
2160
2161 @vindex gnus-select-group-hook
2162 @vindex gnus-auto-select-first
2163 @vindex gnus-auto-select-subject
2164 If @code{gnus-auto-select-first} is non-@code{nil}, select an article
2165 automatically when entering a group with the @kbd{SPACE} command.
2166 Which article this is is controlled by the
2167 @code{gnus-auto-select-subject} variable.  Valid values for this
2168 variable is:
2169
2170 @table @code
2171
2172 @item unread
2173 Place point on the subject line of the first unread article.
2174
2175 @item first
2176 Place point on the subject line of the first article.
2177
2178 @item unseen
2179 Place point on the subject line of the first unseen article.
2180
2181 @item unseen-or-unread
2182 Place point on the subject line of the first unseen article, and if
2183 there is no such article, place point on the subject line of the first
2184 unread article.
2185
2186 @item best
2187 Place point on the subject line of the highest-scored unread article.
2188
2189 @end table
2190
2191 This variable can also be a function.  In that case, that function
2192 will be called to place point on a subject line.
2193
2194 If you want to prevent automatic selection in some group (say, in a
2195 binary group with Huge articles) you can set the
2196 @code{gnus-auto-select-first} variable to @code{nil} in
2197 @code{gnus-select-group-hook}, which is called when a group is
2198 selected.
2199
2200
2201 @node Subscription Commands
2202 @section Subscription Commands
2203 @cindex subscription
2204
2205 @table @kbd
2206
2207 @item S t
2208 @itemx u
2209 @kindex S t (Group)
2210 @kindex u (Group)
2211 @findex gnus-group-unsubscribe-current-group
2212 @c @icon{gnus-group-unsubscribe}
2213 Toggle subscription to the current group
2214 (@code{gnus-group-unsubscribe-current-group}).
2215
2216 @item S s
2217 @itemx U
2218 @kindex S s (Group)
2219 @kindex U (Group)
2220 @findex gnus-group-unsubscribe-group
2221 Prompt for a group to subscribe, and then subscribe it.  If it was
2222 subscribed already, unsubscribe it instead
2223 (@code{gnus-group-unsubscribe-group}).
2224
2225 @item S k
2226 @itemx C-k
2227 @kindex S k (Group)
2228 @kindex C-k (Group)
2229 @findex gnus-group-kill-group
2230 @c @icon{gnus-group-kill-group}
2231 Kill the current group (@code{gnus-group-kill-group}).
2232
2233 @item S y
2234 @itemx C-y
2235 @kindex S y (Group)
2236 @kindex C-y (Group)
2237 @findex gnus-group-yank-group
2238 Yank the last killed group (@code{gnus-group-yank-group}).
2239
2240 @item C-x C-t
2241 @kindex C-x C-t (Group)
2242 @findex gnus-group-transpose-groups
2243 Transpose two groups (@code{gnus-group-transpose-groups}).  This isn't
2244 really a subscription command, but you can use it instead of a
2245 kill-and-yank sequence sometimes.
2246
2247 @item S w
2248 @itemx C-w
2249 @kindex S w (Group)
2250 @kindex C-w (Group)
2251 @findex gnus-group-kill-region
2252 Kill all groups in the region (@code{gnus-group-kill-region}).
2253
2254 @item S z
2255 @kindex S z (Group)
2256 @findex gnus-group-kill-all-zombies
2257 Kill all zombie groups (@code{gnus-group-kill-all-zombies}).
2258
2259 @item S C-k
2260 @kindex S C-k (Group)
2261 @findex gnus-group-kill-level
2262 Kill all groups on a certain level (@code{gnus-group-kill-level}).
2263 These groups can't be yanked back after killing, so this command should
2264 be used with some caution.  The only time where this command comes in
2265 really handy is when you have a @file{.newsrc} with lots of unsubscribed
2266 groups that you want to get rid off.  @kbd{S C-k} on level 7 will
2267 kill off all unsubscribed groups that do not have message numbers in the
2268 @file{.newsrc} file.
2269
2270 @end table
2271
2272 Also @pxref{Group Levels}.
2273
2274
2275 @node Group Data
2276 @section Group Data
2277
2278 @table @kbd
2279
2280 @item c
2281 @kindex c (Group)
2282 @findex gnus-group-catchup-current
2283 @vindex gnus-group-catchup-group-hook
2284 @c @icon{gnus-group-catchup-current}
2285 Mark all unticked articles in this group as read
2286 (@code{gnus-group-catchup-current}).
2287 @code{gnus-group-catchup-group-hook} is called when catching up a group from
2288 the group buffer.
2289
2290 @item C
2291 @kindex C (Group)
2292 @findex gnus-group-catchup-current-all
2293 Mark all articles in this group, even the ticked ones, as read
2294 (@code{gnus-group-catchup-current-all}).
2295
2296 @item M-c
2297 @kindex M-c (Group)
2298 @findex gnus-group-clear-data
2299 Clear the data from the current group---nix out marks and the list of
2300 read articles (@code{gnus-group-clear-data}).
2301
2302 @item M-x gnus-group-clear-data-on-native-groups
2303 @kindex M-x gnus-group-clear-data-on-native-groups
2304 @findex gnus-group-clear-data-on-native-groups
2305 If you have switched from one @acronym{NNTP} server to another, all your marks
2306 and read ranges have become worthless.  You can use this command to
2307 clear out all data that you have on your native groups.  Use with
2308 caution.
2309
2310 @end table
2311
2312
2313 @node Group Levels
2314 @section Group Levels
2315 @cindex group level
2316 @cindex level
2317
2318 All groups have a level of @dfn{subscribedness}.  For instance, if a
2319 group is on level 2, it is more subscribed than a group on level 5.  You
2320 can ask Gnus to just list groups on a given level or lower
2321 (@pxref{Listing Groups}), or to just check for new articles in groups on
2322 a given level or lower (@pxref{Scanning New Messages}).
2323
2324 Remember:  The higher the level of the group, the less important it is.
2325
2326 @table @kbd
2327
2328 @item S l
2329 @kindex S l (Group)
2330 @findex gnus-group-set-current-level
2331 Set the level of the current group.  If a numeric prefix is given, the
2332 next @var{n} groups will have their levels set.  The user will be
2333 prompted for a level.
2334 @end table
2335
2336 @vindex gnus-level-killed
2337 @vindex gnus-level-zombie
2338 @vindex gnus-level-unsubscribed
2339 @vindex gnus-level-subscribed
2340 Gnus considers groups from levels 1 to
2341 @code{gnus-level-subscribed} (inclusive) (default 5) to be subscribed,
2342 @code{gnus-level-subscribed} (exclusive) and
2343 @code{gnus-level-unsubscribed} (inclusive) (default 7) to be
2344 unsubscribed, @code{gnus-level-zombie} to be zombies (walking dead)
2345 (default 8) and @code{gnus-level-killed} to be killed (completely dead)
2346 (default 9).  Gnus treats subscribed and unsubscribed groups exactly the
2347 same, but zombie and killed groups have no information on what articles
2348 you have read, etc, stored.  This distinction between dead and living
2349 groups isn't done because it is nice or clever, it is done purely for
2350 reasons of efficiency.
2351
2352 It is recommended that you keep all your mail groups (if any) on quite
2353 low levels (e.g. 1 or 2).
2354
2355 Maybe the following description of the default behavior of Gnus helps to
2356 understand what these levels are all about.  By default, Gnus shows you
2357 subscribed nonempty groups, but by hitting @kbd{L} you can have it show
2358 empty subscribed groups and unsubscribed groups, too.  Type @kbd{l} to
2359 go back to showing nonempty subscribed groups again.  Thus, unsubscribed
2360 groups are hidden, in a way.
2361
2362 Zombie and killed groups are similar to unsubscribed groups in that they
2363 are hidden by default.  But they are different from subscribed and
2364 unsubscribed groups in that Gnus doesn't ask the news server for
2365 information (number of messages, number of unread messages) on zombie
2366 and killed groups.  Normally, you use @kbd{C-k} to kill the groups you
2367 aren't interested in.  If most groups are killed, Gnus is faster.
2368
2369 Why does Gnus distinguish between zombie and killed groups?  Well, when
2370 a new group arrives on the server, Gnus by default makes it a zombie
2371 group.  This means that you are normally not bothered with new groups,
2372 but you can type @kbd{A z} to get a list of all new groups.  Subscribe
2373 the ones you like and kill the ones you don't want.  (@kbd{A k} shows a
2374 list of killed groups.)
2375
2376 If you want to play with the level variables, you should show some care.
2377 Set them once, and don't touch them ever again.  Better yet, don't touch
2378 them at all unless you know exactly what you're doing.
2379
2380 @vindex gnus-level-default-unsubscribed
2381 @vindex gnus-level-default-subscribed
2382 Two closely related variables are @code{gnus-level-default-subscribed}
2383 (default 3) and @code{gnus-level-default-unsubscribed} (default 6),
2384 which are the levels that new groups will be put on if they are
2385 (un)subscribed.  These two variables should, of course, be inside the
2386 relevant valid ranges.
2387
2388 @vindex gnus-keep-same-level
2389 If @code{gnus-keep-same-level} is non-@code{nil}, some movement commands
2390 will only move to groups of the same level (or lower).  In
2391 particular, going from the last article in one group to the next group
2392 will go to the next group of the same level (or lower).  This might be
2393 handy if you want to read the most important groups before you read the
2394 rest.
2395
2396 If this variable is @code{best}, Gnus will make the next newsgroup the
2397 one with the best level.
2398
2399 @vindex gnus-group-default-list-level
2400 All groups with a level less than or equal to
2401 @code{gnus-group-default-list-level} will be listed in the group buffer
2402 by default.
2403
2404 @vindex gnus-group-list-inactive-groups
2405 If @code{gnus-group-list-inactive-groups} is non-@code{nil}, non-active
2406 groups will be listed along with the unread groups.  This variable is
2407 @code{t} by default.  If it is @code{nil}, inactive groups won't be
2408 listed.
2409
2410 @vindex gnus-group-use-permanent-levels
2411 If @code{gnus-group-use-permanent-levels} is non-@code{nil}, once you
2412 give a level prefix to @kbd{g} or @kbd{l}, all subsequent commands will
2413 use this level as the ``work'' level.
2414
2415 @vindex gnus-activate-level
2416 Gnus will normally just activate (i. e., query the server about) groups
2417 on level @code{gnus-activate-level} or less.  If you don't want to
2418 activate unsubscribed groups, for instance, you might set this variable
2419 to 5.  The default is 6.
2420
2421
2422 @node Group Score
2423 @section Group Score
2424 @cindex group score
2425 @cindex group rank
2426 @cindex rank
2427
2428 You would normally keep important groups on high levels, but that scheme
2429 is somewhat restrictive.  Don't you wish you could have Gnus sort the
2430 group buffer according to how often you read groups, perhaps?  Within
2431 reason?
2432
2433 This is what @dfn{group score} is for.  You can have Gnus assign a score
2434 to each group through the mechanism described below.  You can then sort
2435 the group buffer based on this score.  Alternatively, you can sort on
2436 score and then level.  (Taken together, the level and the score is
2437 called the @dfn{rank} of the group.  A group that is on level 4 and has
2438 a score of 1 has a higher rank than a group on level 5 that has a score
2439 of 300.  (The level is the most significant part and the score is the
2440 least significant part.))
2441
2442 @findex gnus-summary-bubble-group
2443 If you want groups you read often to get higher scores than groups you
2444 read seldom you can add the @code{gnus-summary-bubble-group} function to
2445 the @code{gnus-summary-exit-hook} hook.  This will result (after
2446 sorting) in a bubbling sort of action.  If you want to see that in
2447 action after each summary exit, you can add
2448 @code{gnus-group-sort-groups-by-rank} or
2449 @code{gnus-group-sort-groups-by-score} to the same hook, but that will
2450 slow things down somewhat.
2451
2452
2453 @node Marking Groups
2454 @section Marking Groups
2455 @cindex marking groups
2456
2457 If you want to perform some command on several groups, and they appear
2458 subsequently in the group buffer, you would normally just give a
2459 numerical prefix to the command.  Most group commands will then do your
2460 bidding on those groups.
2461
2462 However, if the groups are not in sequential order, you can still
2463 perform a command on several groups.  You simply mark the groups first
2464 with the process mark and then execute the command.
2465
2466 @table @kbd
2467
2468 @item #
2469 @kindex # (Group)
2470 @itemx M m
2471 @kindex M m (Group)
2472 @findex gnus-group-mark-group
2473 Set the mark on the current group (@code{gnus-group-mark-group}).
2474
2475 @item M-#
2476 @kindex M-# (Group)
2477 @itemx M u
2478 @kindex M u (Group)
2479 @findex gnus-group-unmark-group
2480 Remove the mark from the current group
2481 (@code{gnus-group-unmark-group}).
2482
2483 @item M U
2484 @kindex M U (Group)
2485 @findex gnus-group-unmark-all-groups
2486 Remove the mark from all groups (@code{gnus-group-unmark-all-groups}).
2487
2488 @item M w
2489 @kindex M w (Group)
2490 @findex gnus-group-mark-region
2491 Mark all groups between point and mark (@code{gnus-group-mark-region}).
2492
2493 @item M b
2494 @kindex M b (Group)
2495 @findex gnus-group-mark-buffer
2496 Mark all groups in the buffer (@code{gnus-group-mark-buffer}).
2497
2498 @item M r
2499 @kindex M r (Group)
2500 @findex gnus-group-mark-regexp
2501 Mark all groups that match some regular expression
2502 (@code{gnus-group-mark-regexp}).
2503 @end table
2504
2505 Also @pxref{Process/Prefix}.
2506
2507 @findex gnus-group-universal-argument
2508 If you want to execute some command on all groups that have been marked
2509 with the process mark, you can use the @kbd{M-&}
2510 (@code{gnus-group-universal-argument}) command.  It will prompt you for
2511 the command to be executed.
2512
2513
2514 @node Foreign Groups
2515 @section Foreign Groups
2516 @cindex foreign groups
2517
2518 Below are some group mode commands for making and editing general foreign
2519 groups, as well as commands to ease the creation of a few
2520 special-purpose groups.  All these commands insert the newly created
2521 groups under point---@code{gnus-subscribe-newsgroup-method} is not
2522 consulted.
2523
2524 @table @kbd
2525
2526 @item G m
2527 @kindex G m (Group)
2528 @findex gnus-group-make-group
2529 @cindex making groups
2530 Make a new group (@code{gnus-group-make-group}).  Gnus will prompt you
2531 for a name, a method and possibly an @dfn{address}.  For an easier way
2532 to subscribe to @acronym{NNTP} groups (@pxref{Browse Foreign Server}).
2533
2534 @item G r
2535 @kindex G r (Group)
2536 @findex gnus-group-rename-group
2537 @cindex renaming groups
2538 Rename the current group to something else
2539 (@code{gnus-group-rename-group}).  This is valid only on some
2540 groups---mail groups mostly.  This command might very well be quite slow
2541 on some back ends.
2542
2543 @item G c
2544 @kindex G c (Group)
2545 @cindex customizing
2546 @findex gnus-group-customize
2547 Customize the group parameters (@code{gnus-group-customize}).
2548
2549 @item G e
2550 @kindex G e (Group)
2551 @findex gnus-group-edit-group-method
2552 @cindex renaming groups
2553 Enter a buffer where you can edit the select method of the current
2554 group (@code{gnus-group-edit-group-method}).
2555
2556 @item G p
2557 @kindex G p (Group)
2558 @findex gnus-group-edit-group-parameters
2559 Enter a buffer where you can edit the group parameters
2560 (@code{gnus-group-edit-group-parameters}).
2561
2562 @item G E
2563 @kindex G E (Group)
2564 @findex gnus-group-edit-group
2565 Enter a buffer where you can edit the group info
2566 (@code{gnus-group-edit-group}).
2567
2568 @item G d
2569 @kindex G d (Group)
2570 @findex gnus-group-make-directory-group
2571 @cindex nndir
2572 Make a directory group (@pxref{Directory Groups}).  You will be prompted
2573 for a directory name (@code{gnus-group-make-directory-group}).
2574
2575 @item G h
2576 @kindex G h (Group)
2577 @cindex help group
2578 @findex gnus-group-make-help-group
2579 Make the Gnus help group (@code{gnus-group-make-help-group}).
2580
2581 @item G a
2582 @kindex G a (Group)
2583 @cindex (ding) archive
2584 @cindex archive group
2585 @findex gnus-group-make-archive-group
2586 @vindex gnus-group-archive-directory
2587 @vindex gnus-group-recent-archive-directory
2588 Make a Gnus archive group (@code{gnus-group-make-archive-group}).  By
2589 default a group pointing to the most recent articles will be created
2590 (@code{gnus-group-recent-archive-directory}), but given a prefix, a full
2591 group will be created from @code{gnus-group-archive-directory}.
2592
2593 @item G k
2594 @kindex G k (Group)
2595 @findex gnus-group-make-kiboze-group
2596 @cindex nnkiboze
2597 Make a kiboze group.  You will be prompted for a name, for a regexp to
2598 match groups to be ``included'' in the kiboze group, and a series of
2599 strings to match on headers (@code{gnus-group-make-kiboze-group}).
2600 @xref{Kibozed Groups}.
2601
2602 @item G D
2603 @kindex G D (Group)
2604 @findex gnus-group-enter-directory
2605 @cindex nneething
2606 Read an arbitrary directory as if it were a newsgroup with the
2607 @code{nneething} back end (@code{gnus-group-enter-directory}).
2608 @xref{Anything Groups}.
2609
2610 @item G f
2611 @kindex G f (Group)
2612 @findex gnus-group-make-doc-group
2613 @cindex ClariNet Briefs
2614 @cindex nndoc
2615 Make a group based on some file or other
2616 (@code{gnus-group-make-doc-group}).  If you give a prefix to this
2617 command, you will be prompted for a file name and a file type.
2618 Currently supported types are @code{mbox}, @code{babyl},
2619 @code{digest}, @code{news}, @code{rnews}, @code{mmdf}, @code{forward},
2620 @code{rfc934}, @code{rfc822-forward}, @code{mime-parts},
2621 @code{standard-digest}, @code{slack-digest}, @code{clari-briefs},
2622 @code{nsmail}, @code{outlook}, @code{oe-dbx}, and @code{mailman}.  If
2623 you run this command without a prefix, Gnus will guess at the file
2624 type.  @xref{Document Groups}.
2625
2626 @item G u
2627 @kindex G u (Group)
2628 @vindex gnus-useful-groups
2629 @findex gnus-group-make-useful-group
2630 Create one of the groups mentioned in @code{gnus-useful-groups}
2631 (@code{gnus-group-make-useful-group}).
2632
2633 @item G w
2634 @kindex G w (Group)
2635 @findex gnus-group-make-web-group
2636 @cindex Google
2637 @cindex nnweb
2638 @cindex gmane
2639 Make an ephemeral group based on a web search
2640 (@code{gnus-group-make-web-group}).  If you give a prefix to this
2641 command, make a solid group instead.  You will be prompted for the
2642 search engine type and the search string.  Valid search engine types
2643 include @code{google}, @code{dejanews}, and @code{gmane}.
2644 @xref{Web Searches}.
2645
2646 If you use the @code{google} search engine, you can limit the search
2647 to a particular group by using a match string like
2648 @samp{shaving group:alt.sysadmin.recovery}.
2649
2650 @item G DEL
2651 @kindex G DEL (Group)
2652 @findex gnus-group-delete-group
2653 This function will delete the current group
2654 (@code{gnus-group-delete-group}).  If given a prefix, this function will
2655 actually delete all the articles in the group, and forcibly remove the
2656 group itself from the face of the Earth.  Use a prefix only if you are
2657 absolutely sure of what you are doing.  This command can't be used on
2658 read-only groups (like @code{nntp} group), though.
2659
2660 @item G V
2661 @kindex G V (Group)
2662 @findex gnus-group-make-empty-virtual
2663 Make a new, fresh, empty @code{nnvirtual} group
2664 (@code{gnus-group-make-empty-virtual}).  @xref{Virtual Groups}.
2665
2666 @item G v
2667 @kindex G v (Group)
2668 @findex gnus-group-add-to-virtual
2669 Add the current group to an @code{nnvirtual} group
2670 (@code{gnus-group-add-to-virtual}).  Uses the process/prefix convention.
2671 @end table
2672
2673 @xref{Select Methods}, for more information on the various select
2674 methods.
2675
2676 @vindex gnus-activate-foreign-newsgroups
2677 If @code{gnus-activate-foreign-newsgroups} is a positive number,
2678 Gnus will check all foreign groups with this level or lower at startup.
2679 This might take quite a while, especially if you subscribe to lots of
2680 groups from different @acronym{NNTP} servers.  Also @pxref{Group Levels};
2681 @code{gnus-activate-level} also affects activation of foreign
2682 newsgroups.
2683
2684
2685 @node Group Parameters
2686 @section Group Parameters
2687 @cindex group parameters
2688
2689 The group parameters store information local to a particular group.
2690 Here's an example group parameter list:
2691
2692 @example
2693 ((to-address . "ding@@gnus.org")
2694  (auto-expire . t))
2695 @end example
2696
2697 We see that each element consists of a ``dotted pair''---the thing before
2698 the dot is the key, while the thing after the dot is the value.  All the
2699 parameters have this form @emph{except} local variable specs, which are
2700 not dotted pairs, but proper lists.
2701
2702 Some parameters have correspondent customizable variables, each of which
2703 is an alist of regexps and values.
2704
2705 The following group parameters can be used:
2706
2707 @table @code
2708 @item to-address
2709 @cindex to-address
2710 Address used by when doing followups and new posts.
2711
2712 @example
2713 (to-address . "some@@where.com")
2714 @end example
2715
2716 This is primarily useful in mail groups that represent closed mailing
2717 lists---mailing lists where it's expected that everybody that writes to
2718 the mailing list is subscribed to it.  Since using this parameter
2719 ensures that the mail only goes to the mailing list itself, it means
2720 that members won't receive two copies of your followups.
2721
2722 Using @code{to-address} will actually work whether the group is foreign
2723 or not.  Let's say there's a group on the server that is called
2724 @samp{fa.4ad-l}.  This is a real newsgroup, but the server has gotten
2725 the articles from a mail-to-news gateway.  Posting directly to this
2726 group is therefore impossible---you have to send mail to the mailing
2727 list address instead.
2728
2729 See also @code{gnus-parameter-to-address-alist}.
2730
2731 @item to-list
2732 @cindex to-list
2733 Address used when doing @kbd{a} in that group.
2734
2735 @example
2736 (to-list . "some@@where.com")
2737 @end example
2738
2739 It is totally ignored
2740 when doing a followup---except that if it is present in a news group,
2741 you'll get mail group semantics when doing @kbd{f}.
2742
2743 If you do an @kbd{a} command in a mail group and you have neither a
2744 @code{to-list} group parameter nor a @code{to-address} group parameter,
2745 then a @code{to-list} group parameter will be added automatically upon
2746 sending the message if @code{gnus-add-to-list} is set to @code{t}.
2747 @vindex gnus-add-to-list
2748
2749 If you do an @kbd{a} command in a mail group and you don't have a
2750 @code{to-list} group parameter, one will be added automatically upon
2751 sending the message.
2752
2753 @findex gnus-mailing-list-mode
2754 @cindex mail list groups
2755 If this variable is set, @code{gnus-mailing-list-mode} is turned on when
2756 entering summary buffer.
2757
2758 See also @code{gnus-parameter-to-list-alist}.
2759
2760 @anchor{subscribed}
2761 @item subscribed
2762 @cindex subscribed
2763 @cindex Mail-Followup-To
2764 If this parameter is set to @code{t}, Gnus will consider the
2765 to-address and to-list parameters for this group as addresses of
2766 mailing lists you are subscribed to.  Giving Gnus this information is
2767 (only) a first step in getting it to generate correct Mail-Followup-To
2768 headers for your posts to these lists.  @xref{Mailing Lists, ,Mailing
2769 Lists, message, The Message Manual}, for a complete treatment of
2770 available MFT support.
2771
2772 See also @code{gnus-find-subscribed-addresses}, the function that
2773 directly uses this group parameter.
2774
2775 @item visible
2776 @cindex visible
2777 If the group parameter list has the element @code{(visible . t)},
2778 that group will always be visible in the Group buffer, regardless
2779 of whether it has any unread articles.
2780
2781 @item broken-reply-to
2782 @cindex broken-reply-to
2783 Elements like @code{(broken-reply-to . t)} signals that @code{Reply-To}
2784 headers in this group are to be ignored, and for the header to be hidden
2785 if @code{reply-to} is part of @code{gnus-boring-article-headers}.  This
2786 can be useful if you're reading a mailing list group where the listserv
2787 has inserted @code{Reply-To} headers that point back to the listserv
2788 itself.  That is broken behavior.  So there!
2789
2790 @item to-group
2791 @cindex to-group
2792 Elements like @code{(to-group . "some.group.name")} means that all
2793 posts in that group will be sent to @code{some.group.name}.
2794
2795 @item newsgroup
2796 @cindex newsgroup
2797 If you have @code{(newsgroup . t)} in the group parameter list, Gnus
2798 will treat all responses as if they were responses to news articles.
2799 This can be useful if you have a mail group that's really a mirror of a
2800 news group.
2801
2802 @item gcc-self
2803 @cindex gcc-self
2804 If @code{(gcc-self . t)} is present in the group parameter list, newly
2805 composed messages will be @code{Gcc}'d to the current group.  If
2806 @code{(gcc-self . none)} is present, no @code{Gcc:} header will be
2807 generated, if @code{(gcc-self . "string")} is present, this string will
2808 be inserted literally as a @code{gcc} header.  This parameter takes
2809 precedence over any default @code{Gcc} rules as described later
2810 (@pxref{Archived Messages}).
2811
2812 @strong{Caveat}: It yields an error putting @code{(gcc-self . t)} in
2813 groups of an @code{nntp} server or so, because an @code{nntp} server
2814 doesn't accept articles.
2815
2816 @item auto-expire
2817 @cindex auto-expire
2818 If the group parameter has an element that looks like @code{(auto-expire
2819 . t)}, all articles read will be marked as expirable.  For an
2820 alternative approach, @pxref{Expiring Mail}.
2821
2822 See also @code{gnus-auto-expirable-newsgroups}.
2823
2824 @item total-expire
2825 @cindex total-expire
2826 If the group parameter has an element that looks like
2827 @code{(total-expire . t)}, all read articles will be put through the
2828 expiry process, even if they are not marked as expirable.  Use with
2829 caution.  Unread, ticked and dormant articles are not eligible for
2830 expiry.
2831
2832 See also @code{gnus-total-expirable-newsgroups}.
2833
2834 @item expiry-wait
2835 @cindex expiry-wait
2836 @vindex nnmail-expiry-wait-function
2837 If the group parameter has an element that looks like
2838 @code{(expiry-wait . 10)}, this value will override any
2839 @code{nnmail-expiry-wait} and @code{nnmail-expiry-wait-function}
2840 (@pxref{Expiring Mail}) when expiring expirable messages.  The value
2841 can either be a number of days (not necessarily an integer) or the
2842 symbols @code{never} or @code{immediate}.
2843
2844 @item expiry-target
2845 @cindex expiry-target
2846 Where expired messages end up.  This parameter overrides
2847 @code{nnmail-expiry-target}.
2848
2849 @item score-file
2850 @cindex score file group parameter
2851 Elements that look like @code{(score-file . "file")} will make
2852 @file{file} into the current score file for the group in question.  All
2853 interactive score entries will be put into this file.
2854
2855 @item adapt-file
2856 @cindex adapt file group parameter
2857 Elements that look like @code{(adapt-file . "file")} will make
2858 @file{file} into the current adaptive file for the group in question.
2859 All adaptive score entries will be put into this file.
2860
2861 @item admin-address
2862 @cindex admin-address
2863 When unsubscribing from a mailing list you should never send the
2864 unsubscription notice to the mailing list itself.  Instead, you'd send
2865 messages to the administrative address.  This parameter allows you to
2866 put the admin address somewhere convenient.
2867
2868 @item display
2869 @cindex display
2870 Elements that look like @code{(display . MODE)} say which articles to
2871 display on entering the group.  Valid values are:
2872
2873 @table @code
2874 @item all
2875 Display all articles, both read and unread.
2876
2877 @item an integer
2878 Display the last @var{integer} articles in the group.  This is the same as
2879 entering the group with @kbd{C-u @var{integer}}.
2880
2881 @item default
2882 Display the default visible articles, which normally includes unread and
2883 ticked articles.
2884
2885 @item an array
2886 Display articles that satisfy a predicate.
2887
2888 Here are some examples:
2889
2890 @table @code
2891 @item [unread]
2892 Display only unread articles.
2893
2894 @item [not expire]
2895 Display everything except expirable articles.
2896
2897 @item [and (not reply) (not expire)]
2898 Display everything except expirable and articles you've already
2899 responded to.
2900 @end table
2901
2902 The available operators are @code{not}, @code{and} and @code{or}.
2903 Predicates include @code{tick}, @code{unsend}, @code{undownload},
2904 @code{unread}, @code{dormant}, @code{expire}, @code{reply},
2905 @code{killed}, @code{bookmark}, @code{score}, @code{save},
2906 @code{cache}, @code{forward}, @code{unseen} and @code{recent}.
2907
2908 @end table
2909
2910 The @code{display} parameter works by limiting the summary buffer to
2911 the subset specified.  You can pop the limit by using the @kbd{/ w}
2912 command (@pxref{Limiting}).
2913
2914 @item comment
2915 @cindex comment
2916 Elements that look like @code{(comment . "This is a comment")} are
2917 arbitrary comments on the group.  You can display comments in the
2918 group line (@pxref{Group Line Specification}).
2919
2920 @item charset
2921 @cindex charset
2922 Elements that look like @code{(charset . iso-8859-1)} will make
2923 @code{iso-8859-1} the default charset; that is, the charset that will be
2924 used for all articles that do not specify a charset.
2925
2926 See also @code{gnus-group-charset-alist}.
2927
2928 @item ignored-charsets
2929 @cindex ignored-charset
2930 Elements that look like @code{(ignored-charsets x-unknown iso-8859-1)}
2931 will make @code{iso-8859-1} and @code{x-unknown} ignored; that is, the
2932 default charset will be used for decoding articles.
2933
2934 See also @code{gnus-group-ignored-charsets-alist}.
2935
2936 @item posting-style
2937 @cindex posting-style
2938 You can store additional posting style information for this group
2939 here (@pxref{Posting Styles}).  The format is that of an entry in the
2940 @code{gnus-posting-styles} alist, except that there's no regexp matching
2941 the group name (of course).  Style elements in this group parameter will
2942 take precedence over the ones found in @code{gnus-posting-styles}.
2943
2944 For instance, if you want a funky name and signature in this group only,
2945 instead of hacking @code{gnus-posting-styles}, you could put something
2946 like this in the group parameters:
2947
2948 @example
2949 (posting-style
2950   (name "Funky Name")
2951   ("X-My-Header" "Funky Value")
2952   (signature "Funky Signature"))
2953 @end example
2954
2955 @item post-method
2956 @cindex post-method
2957 If it is set, the value is used as the method for posting message
2958 instead of @code{gnus-post-method}.
2959
2960 @item banner
2961 @cindex banner
2962 An item like @code{(banner . @var{regexp})} causes any part of an article
2963 that matches the regular expression @var{regexp} to be stripped.  Instead of
2964 @var{regexp}, you can also use the symbol @code{signature} which strips the
2965 last signature or any of the elements of the alist
2966 @code{gnus-article-banner-alist}.
2967
2968 @item sieve
2969 @cindex sieve
2970 This parameter contains a Sieve test that should match incoming mail
2971 that should be placed in this group.  From this group parameter, a
2972 Sieve @samp{IF} control structure is generated, having the test as the
2973 condition and @samp{fileinto "group.name";} as the body.
2974
2975 For example, if the @samp{INBOX.list.sieve} group has the @code{(sieve
2976 address "sender" "sieve-admin@@extundo.com")} group parameter, when
2977 translating the group parameter into a Sieve script (@pxref{Sieve
2978 Commands}) the following Sieve code is generated:
2979
2980 @example
2981 if address \"sender\" \"sieve-admin@@extundo.com\" @{
2982         fileinto \"INBOX.list.sieve\";
2983 @}
2984 @end example
2985
2986 The Sieve language is described in RFC 3028.  @xref{Top, Emacs Sieve,
2987 Top, sieve, Emacs Sieve}.
2988
2989 @item (@var{variable} @var{form})
2990 You can use the group parameters to set variables local to the group you
2991 are entering.  If you want to turn threading off in @samp{news.answers},
2992 you could put @code{(gnus-show-threads nil)} in the group parameters of
2993 that group.  @code{gnus-show-threads} will be made into a local variable
2994 in the summary buffer you enter, and the form @code{nil} will be
2995 @code{eval}ed there.
2996
2997 Note that this feature sets the variable locally to the summary buffer.
2998 But some variables are evaluated in the article buffer, or in the
2999 message buffer (of a reply or followup or otherwise newly created
3000 message).  As a workaround, it might help to add the variable in
3001 question to @code{gnus-newsgroup-variables}.  @xref{Various Summary
3002 Stuff}.  So if you want to set @code{message-from-style} via the group
3003 parameters, then you may need the following statement elsewhere in your
3004 @file{~/.gnus} file:
3005
3006 @lisp
3007 (add-to-list 'gnus-newsgroup-variables 'message-from-style)
3008 @end lisp
3009
3010 @vindex gnus-list-identifiers
3011 A use for this feature is to remove a mailing list identifier tag in
3012 the subject fields of articles.  E.g. if the news group
3013
3014 @example
3015 nntp+news.gnus.org:gmane.text.docbook.apps
3016 @end example
3017
3018 has the tag @samp{DOC-BOOK-APPS:} in the subject of all articles, this
3019 tag can be removed from the article subjects in the summary buffer for
3020 the group by putting @code{(gnus-list-identifiers "DOCBOOK-APPS:")}
3021 into the group parameters for the group.
3022
3023 This can also be used as a group-specific hook function, if you'd like.
3024 If you want to hear a beep when you enter a group, you could put
3025 something like @code{(dummy-variable (ding))} in the parameters of that
3026 group.  @code{dummy-variable} will be set to the result of the
3027 @code{(ding)} form, but who cares?
3028
3029 @end table
3030
3031 Use the @kbd{G p} or the @kbd{G c} command to edit group parameters of a
3032 group.  (@kbd{G p} presents you with a Lisp-based interface, @kbd{G c}
3033 presents you with a Customize-like interface.  The latter helps avoid
3034 silly Lisp errors.)  You might also be interested in reading about topic
3035 parameters (@pxref{Topic Parameters}).
3036
3037 @vindex gnus-parameters
3038 Group parameters can be set via the @code{gnus-parameters} variable too.
3039 But some variables, such as @code{visible}, have no effect.  For
3040 example:
3041
3042 @lisp
3043 (setq gnus-parameters
3044       '(("mail\\..*"
3045          (gnus-show-threads nil)
3046          (gnus-use-scoring nil)
3047          (gnus-summary-line-format
3048           "%U%R%z%I%(%[%d:%ub%-23,23f%]%) %s\n")
3049          (gcc-self . t)
3050          (display . all))
3051
3052         ("^nnimap:\\(foo.bar\\)$"
3053          (to-group . "\\1"))
3054
3055         ("mail\\.me"
3056          (gnus-use-scoring  t))
3057
3058         ("list\\..*"
3059          (total-expire . t)
3060          (broken-reply-to . t))))
3061 @end lisp
3062
3063 String value of parameters will be subjected to regexp substitution, as
3064 the @code{to-group} example shows.
3065
3066
3067 @node Listing Groups
3068 @section Listing Groups
3069 @cindex group listing
3070
3071 These commands all list various slices of the groups available.
3072
3073 @table @kbd
3074
3075 @item l
3076 @itemx A s
3077 @kindex A s (Group)
3078 @kindex l (Group)
3079 @findex gnus-group-list-groups
3080 List all groups that have unread articles
3081 (@code{gnus-group-list-groups}).  If the numeric prefix is used, this
3082 command will list only groups of level ARG and lower.  By default, it
3083 only lists groups of level five (i.e.,
3084 @code{gnus-group-default-list-level}) or lower (i.e., just subscribed
3085 groups).
3086
3087 @item L
3088 @itemx A u
3089 @kindex A u (Group)
3090 @kindex L (Group)
3091 @findex gnus-group-list-all-groups
3092 List all groups, whether they have unread articles or not
3093 (@code{gnus-group-list-all-groups}).  If the numeric prefix is used,
3094 this command will list only groups of level ARG and lower.  By default,
3095 it lists groups of level seven or lower (i.e., just subscribed and
3096 unsubscribed groups).
3097
3098 @item A l
3099 @kindex A l (Group)
3100 @findex gnus-group-list-level
3101 List all unread groups on a specific level
3102 (@code{gnus-group-list-level}).  If given a prefix, also list the groups
3103 with no unread articles.
3104
3105 @item A k
3106 @kindex A k (Group)
3107 @findex gnus-group-list-killed
3108 List all killed groups (@code{gnus-group-list-killed}).  If given a
3109 prefix argument, really list all groups that are available, but aren't
3110 currently (un)subscribed.  This could entail reading the active file
3111 from the server.
3112
3113 @item A z
3114 @kindex A z (Group)
3115 @findex gnus-group-list-zombies
3116 List all zombie groups (@code{gnus-group-list-zombies}).
3117
3118 @item A m
3119 @kindex A m (Group)
3120 @findex gnus-group-list-matching
3121 List all unread, subscribed groups with names that match a regexp
3122 (@code{gnus-group-list-matching}).
3123
3124 @item A M
3125 @kindex A M (Group)
3126 @findex gnus-group-list-all-matching
3127 List groups that match a regexp (@code{gnus-group-list-all-matching}).
3128
3129 @item A A
3130 @kindex A A (Group)
3131 @findex gnus-group-list-active
3132 List absolutely all groups in the active file(s) of the
3133 server(s) you are connected to (@code{gnus-group-list-active}).  This
3134 might very well take quite a while.  It might actually be a better idea
3135 to do a @kbd{A M} to list all matching, and just give @samp{.} as the
3136 thing to match on.  Also note that this command may list groups that
3137 don't exist (yet)---these will be listed as if they were killed groups.
3138 Take the output with some grains of salt.
3139
3140 @item A a
3141 @kindex A a (Group)
3142 @findex gnus-group-apropos
3143 List all groups that have names that match a regexp
3144 (@code{gnus-group-apropos}).
3145
3146 @item A d
3147 @kindex A d (Group)
3148 @findex gnus-group-description-apropos
3149 List all groups that have names or descriptions that match a regexp
3150 (@code{gnus-group-description-apropos}).
3151
3152 @item A c
3153 @kindex A c (Group)
3154 @findex gnus-group-list-cached
3155 List all groups with cached articles (@code{gnus-group-list-cached}).
3156
3157 @item A ?
3158 @kindex A ? (Group)
3159 @findex gnus-group-list-dormant
3160 List all groups with dormant articles (@code{gnus-group-list-dormant}).
3161
3162 @item A /
3163 @kindex A / (Group)
3164 @findex gnus-group-list-limit
3165 List groups limited within the current selection
3166 (@code{gnus-group-list-limit}).
3167
3168 @item A f
3169 @kindex A f (Group)
3170 @findex gnus-group-list-flush
3171 Flush groups from the current selection (@code{gnus-group-list-flush}).
3172
3173 @item A p
3174 @kindex A p (Group)
3175 @findex gnus-group-list-plus
3176 List groups plus the current selection (@code{gnus-group-list-plus}).
3177
3178 @end table
3179
3180 @vindex gnus-permanently-visible-groups
3181 @cindex visible group parameter
3182 Groups that match the @code{gnus-permanently-visible-groups} regexp will
3183 always be shown, whether they have unread articles or not.  You can also
3184 add the @code{visible} element to the group parameters in question to
3185 get the same effect.
3186
3187 @vindex gnus-list-groups-with-ticked-articles
3188 Groups that have just ticked articles in it are normally listed in the
3189 group buffer.  If @code{gnus-list-groups-with-ticked-articles} is
3190 @code{nil}, these groups will be treated just like totally empty
3191 groups.  It is @code{t} by default.
3192
3193
3194 @node Sorting Groups
3195 @section Sorting Groups
3196 @cindex sorting groups
3197
3198 @kindex C-c C-s (Group)
3199 @findex gnus-group-sort-groups
3200 @vindex gnus-group-sort-function
3201 The @kbd{C-c C-s} (@code{gnus-group-sort-groups}) command sorts the
3202 group buffer according to the function(s) given by the
3203 @code{gnus-group-sort-function} variable.  Available sorting functions
3204 include:
3205
3206 @table @code
3207
3208 @item gnus-group-sort-by-alphabet
3209 @findex gnus-group-sort-by-alphabet
3210 Sort the group names alphabetically.  This is the default.
3211
3212 @item gnus-group-sort-by-real-name
3213 @findex gnus-group-sort-by-real-name
3214 Sort the group alphabetically on the real (unprefixed) group names.
3215
3216 @item gnus-group-sort-by-level
3217 @findex gnus-group-sort-by-level
3218 Sort by group level.
3219
3220 @item gnus-group-sort-by-score
3221 @findex gnus-group-sort-by-score
3222 Sort by group score.  @xref{Group Score}.
3223
3224 @item gnus-group-sort-by-rank
3225 @findex gnus-group-sort-by-rank
3226 Sort by group score and then the group level.  The level and the score
3227 are, when taken together, the group's @dfn{rank}.  @xref{Group Score}.
3228
3229 @item gnus-group-sort-by-unread
3230 @findex gnus-group-sort-by-unread
3231 Sort by number of unread articles.
3232
3233 @item gnus-group-sort-by-method
3234 @findex gnus-group-sort-by-method
3235 Sort alphabetically on the select method.
3236
3237 @item gnus-group-sort-by-server
3238 @findex gnus-group-sort-by-server
3239 Sort alphabetically on the Gnus server name.
3240
3241
3242 @end table
3243
3244 @code{gnus-group-sort-function} can also be a list of sorting
3245 functions.  In that case, the most significant sort key function must be
3246 the last one.
3247
3248
3249 There are also a number of commands for sorting directly according to
3250 some sorting criteria:
3251
3252 @table @kbd
3253 @item G S a
3254 @kindex G S a (Group)
3255 @findex gnus-group-sort-groups-by-alphabet
3256 Sort the group buffer alphabetically by group name
3257 (@code{gnus-group-sort-groups-by-alphabet}).
3258
3259 @item G S u
3260 @kindex G S u (Group)
3261 @findex gnus-group-sort-groups-by-unread
3262 Sort the group buffer by the number of unread articles
3263 (@code{gnus-group-sort-groups-by-unread}).
3264
3265 @item G S l
3266 @kindex G S l (Group)
3267 @findex gnus-group-sort-groups-by-level
3268 Sort the group buffer by group level
3269 (@code{gnus-group-sort-groups-by-level}).
3270
3271 @item G S v
3272 @kindex G S v (Group)
3273 @findex gnus-group-sort-groups-by-score
3274 Sort the group buffer by group score
3275 (@code{gnus-group-sort-groups-by-score}).  @xref{Group Score}.
3276
3277 @item G S r
3278 @kindex G S r (Group)
3279 @findex gnus-group-sort-groups-by-rank
3280 Sort the group buffer by group rank
3281 (@code{gnus-group-sort-groups-by-rank}).  @xref{Group Score}.
3282
3283 @item G S m
3284 @kindex G S m (Group)
3285 @findex gnus-group-sort-groups-by-method
3286 Sort the group buffer alphabetically by back end name@*
3287 (@code{gnus-group-sort-groups-by-method}).
3288
3289 @item G S n
3290 @kindex G S n (Group)
3291 @findex gnus-group-sort-groups-by-real-name
3292 Sort the group buffer alphabetically by real (unprefixed) group name
3293 (@code{gnus-group-sort-groups-by-real-name}).
3294
3295 @end table
3296
3297 All the commands below obey the process/prefix convention
3298 (@pxref{Process/Prefix}).
3299
3300 When given a symbolic prefix (@pxref{Symbolic Prefixes}), all these
3301 commands will sort in reverse order.
3302
3303 You can also sort a subset of the groups:
3304
3305 @table @kbd
3306 @item G P a
3307 @kindex G P a (Group)
3308 @findex gnus-group-sort-selected-groups-by-alphabet
3309 Sort the groups alphabetically by group name
3310 (@code{gnus-group-sort-selected-groups-by-alphabet}).
3311
3312 @item G P u
3313 @kindex G P u (Group)
3314 @findex gnus-group-sort-selected-groups-by-unread
3315 Sort the groups by the number of unread articles
3316 (@code{gnus-group-sort-selected-groups-by-unread}).
3317
3318 @item G P l
3319 @kindex G P l (Group)
3320 @findex gnus-group-sort-selected-groups-by-level
3321 Sort the groups by group level
3322 (@code{gnus-group-sort-selected-groups-by-level}).
3323
3324 @item G P v
3325 @kindex G P v (Group)
3326 @findex gnus-group-sort-selected-groups-by-score
3327 Sort the groups by group score
3328 (@code{gnus-group-sort-selected-groups-by-score}).  @xref{Group Score}.
3329
3330 @item G P r
3331 @kindex G P r (Group)
3332 @findex gnus-group-sort-selected-groups-by-rank
3333 Sort the groups by group rank
3334 (@code{gnus-group-sort-selected-groups-by-rank}).  @xref{Group Score}.
3335
3336 @item G P m
3337 @kindex G P m (Group)
3338 @findex gnus-group-sort-selected-groups-by-method
3339 Sort the groups alphabetically by back end name@*
3340 (@code{gnus-group-sort-selected-groups-by-method}).
3341
3342 @item G P n
3343 @kindex G P n (Group)
3344 @findex gnus-group-sort-selected-groups-by-real-name
3345 Sort the groups alphabetically by real (unprefixed) group name
3346 (@code{gnus-group-sort-selected-groups-by-real-name}).
3347
3348 @item G P s
3349 @kindex G P s (Group)
3350 @findex gnus-group-sort-selected-groups
3351 Sort the groups according to @code{gnus-group-sort-function}.
3352
3353 @end table
3354
3355 And finally, note that you can use @kbd{C-k} and @kbd{C-y} to manually
3356 move groups around.
3357
3358
3359 @node Group Maintenance
3360 @section Group Maintenance
3361 @cindex bogus groups
3362
3363 @table @kbd
3364 @item b
3365 @kindex b (Group)
3366 @findex gnus-group-check-bogus-groups
3367 Find bogus groups and delete them
3368 (@code{gnus-group-check-bogus-groups}).
3369
3370 @item F
3371 @kindex F (Group)
3372 @findex gnus-group-find-new-groups
3373 Find new groups and process them (@code{gnus-group-find-new-groups}).
3374 With 1 @kbd{C-u}, use the @code{ask-server} method to query the server
3375 for new groups.  With 2 @kbd{C-u}'s, use most complete method possible
3376 to query the server for new groups, and subscribe the new groups as
3377 zombies.
3378
3379 @item C-c C-x
3380 @kindex C-c C-x (Group)
3381 @findex gnus-group-expire-articles
3382 Run all expirable articles in the current group through the expiry
3383 process (if any) (@code{gnus-group-expire-articles}).  That is, delete
3384 all expirable articles in the group that have been around for a while.
3385 (@pxref{Expiring Mail}).
3386
3387 @item C-c C-M-x
3388 @kindex C-c C-M-x (Group)
3389 @findex gnus-group-expire-all-groups
3390 Run all expirable articles in all groups through the expiry process
3391 (@code{gnus-group-expire-all-groups}).
3392
3393 @end table
3394
3395
3396 @node Browse Foreign Server
3397 @section Browse Foreign Server
3398 @cindex foreign servers
3399 @cindex browsing servers
3400
3401 @table @kbd
3402 @item B
3403 @kindex B (Group)
3404 @findex gnus-group-browse-foreign-server
3405 You will be queried for a select method and a server name.  Gnus will
3406 then attempt to contact this server and let you browse the groups there
3407 (@code{gnus-group-browse-foreign-server}).
3408 @end table
3409
3410 @findex gnus-browse-mode
3411 A new buffer with a list of available groups will appear.  This buffer
3412 will use the @code{gnus-browse-mode}.  This buffer looks a bit (well,
3413 a lot) like a normal group buffer.
3414
3415 Here's a list of keystrokes available in the browse mode:
3416
3417 @table @kbd
3418 @item n
3419 @kindex n (Browse)
3420 @findex gnus-group-next-group
3421 Go to the next group (@code{gnus-group-next-group}).
3422
3423 @item p
3424 @kindex p (Browse)
3425 @findex gnus-group-prev-group
3426 Go to the previous group (@code{gnus-group-prev-group}).
3427
3428 @item SPACE
3429 @kindex SPACE (Browse)
3430 @findex gnus-browse-read-group
3431 Enter the current group and display the first article
3432 (@code{gnus-browse-read-group}).
3433
3434 @item RET
3435 @kindex RET (Browse)
3436 @findex gnus-browse-select-group
3437 Enter the current group (@code{gnus-browse-select-group}).
3438
3439 @item u
3440 @kindex u (Browse)
3441 @findex gnus-browse-unsubscribe-current-group
3442 Unsubscribe to the current group, or, as will be the case here,
3443 subscribe to it (@code{gnus-browse-unsubscribe-current-group}).
3444
3445 @item l
3446 @itemx q
3447 @kindex q (Browse)
3448 @kindex l (Browse)
3449 @findex gnus-browse-exit
3450 Exit browse mode (@code{gnus-browse-exit}).
3451
3452 @item d
3453 @kindex d (Browse)
3454 @findex gnus-browse-describe-group
3455 Describe the current group (@code{gnus-browse-describe-group}).
3456
3457 @item ?
3458 @kindex ? (Browse)
3459 @findex gnus-browse-describe-briefly
3460 Describe browse mode briefly (well, there's not much to describe, is
3461 there) (@code{gnus-browse-describe-briefly}).
3462 @end table
3463
3464
3465 @node Exiting Gnus
3466 @section Exiting Gnus
3467 @cindex exiting Gnus
3468
3469 Yes, Gnus is ex(c)iting.
3470
3471 @table @kbd
3472 @item z
3473 @kindex z (Group)
3474 @findex gnus-group-suspend
3475 Suspend Gnus (@code{gnus-group-suspend}).  This doesn't really exit Gnus,
3476 but it kills all buffers except the Group buffer.  I'm not sure why this
3477 is a gain, but then who am I to judge?
3478
3479 @item q
3480 @kindex q (Group)
3481 @findex gnus-group-exit
3482 @c @icon{gnus-group-exit}
3483 Quit Gnus (@code{gnus-group-exit}).
3484
3485 @item Q
3486 @kindex Q (Group)
3487 @findex gnus-group-quit
3488 Quit Gnus without saving the @file{.newsrc} files (@code{gnus-group-quit}).
3489 The dribble file will be saved, though (@pxref{Auto Save}).
3490 @end table
3491
3492 @vindex gnus-exit-gnus-hook
3493 @vindex gnus-suspend-gnus-hook
3494 @vindex gnus-after-exiting-gnus-hook
3495 @code{gnus-suspend-gnus-hook} is called when you suspend Gnus and
3496 @code{gnus-exit-gnus-hook} is called when you quit Gnus, while
3497 @code{gnus-after-exiting-gnus-hook} is called as the final item when
3498 exiting Gnus.
3499
3500 Note:
3501
3502 @quotation
3503 Miss Lisa Cannifax, while sitting in English class, felt her feet go
3504 numbly heavy and herself fall into a hazy trance as the boy sitting
3505 behind her drew repeated lines with his pencil across the back of her
3506 plastic chair.
3507 @end quotation
3508
3509
3510 @node Group Topics
3511 @section Group Topics
3512 @cindex topics
3513
3514 If you read lots and lots of groups, it might be convenient to group
3515 them hierarchically according to topics.  You put your Emacs groups over
3516 here, your sex groups over there, and the rest (what, two groups or so?)
3517 you put in some misc section that you never bother with anyway.  You can
3518 even group the Emacs sex groups as a sub-topic to either the Emacs
3519 groups or the sex groups---or both!  Go wild!
3520
3521 @iftex
3522 @iflatex
3523 \gnusfigure{Group Topics}{400}{
3524 \put(75,50){\epsfig{figure=ps/group-topic,height=9cm}}
3525 }
3526 @end iflatex
3527 @end iftex
3528
3529 Here's an example:
3530
3531 @example
3532 Gnus
3533   Emacs -- I wuw it!
3534      3: comp.emacs
3535      2: alt.religion.emacs
3536     Naughty Emacs
3537      452: alt.sex.emacs
3538        0: comp.talk.emacs.recovery
3539   Misc
3540      8: comp.binaries.fractals
3541     13: comp.sources.unix
3542 @end example
3543
3544 @findex gnus-topic-mode
3545 @kindex t (Group)
3546 To get this @emph{fab} functionality you simply turn on (ooh!) the
3547 @code{gnus-topic} minor mode---type @kbd{t} in the group buffer.  (This
3548 is a toggling command.)
3549
3550 Go ahead, just try it.  I'll still be here when you get back.  La de
3551 dum@dots{} Nice tune, that@dots{} la la la@dots{} What, you're back?
3552 Yes, and now press @kbd{l}.  There.  All your groups are now listed
3553 under @samp{misc}.  Doesn't that make you feel all warm and fuzzy?
3554 Hot and bothered?
3555
3556 If you want this permanently enabled, you should add that minor mode to
3557 the hook for the group mode.  Put the following line in your
3558 @file{~/.gnus.el} file:
3559
3560 @lisp
3561 (add-hook 'gnus-group-mode-hook 'gnus-topic-mode)
3562 @end lisp
3563
3564 @menu
3565 * Topic Commands::              Interactive E-Z commands.
3566 * Topic Variables::             How to customize the topics the Lisp Way.
3567 * Topic Sorting::               Sorting each topic individually.
3568 * Topic Topology::              A map of the world.
3569 * Topic Parameters::            Parameters that apply to all groups in a topic.
3570 @end menu
3571
3572
3573 @node Topic Commands
3574 @subsection Topic Commands
3575 @cindex topic commands
3576
3577 When the topic minor mode is turned on, a new @kbd{T} submap will be
3578 available.  In addition, a few of the standard keys change their
3579 definitions slightly.
3580
3581 In general, the following kinds of operations are possible on topics.
3582 First of all, you want to create topics.  Secondly, you want to put
3583 groups in topics and to move them around until you have an order you
3584 like.  The third kind of operation is to show/hide parts of the whole
3585 shebang.  You might want to hide a topic including its subtopics and
3586 groups, to get a better overview of the other groups.
3587
3588 Here is a list of the basic keys that you might need to set up topics
3589 the way you like.
3590
3591 @table @kbd
3592
3593 @item T n
3594 @kindex T n (Topic)
3595 @findex gnus-topic-create-topic
3596 Prompt for a new topic name and create it
3597 (@code{gnus-topic-create-topic}).
3598
3599 @item T TAB
3600 @itemx TAB
3601 @kindex T TAB (Topic)
3602 @kindex TAB (Topic)
3603 @findex gnus-topic-indent
3604 ``Indent'' the current topic so that it becomes a sub-topic of the
3605 previous topic (@code{gnus-topic-indent}).  If given a prefix,
3606 ``un-indent'' the topic instead.
3607
3608 @item M-TAB
3609 @kindex M-TAB (Topic)
3610 @findex gnus-topic-unindent
3611 ``Un-indent'' the current topic so that it becomes a sub-topic of the
3612 parent of its current parent (@code{gnus-topic-unindent}).
3613
3614 @end table
3615
3616 The following two keys can be used to move groups and topics around.
3617 They work like the well-known cut and paste.  @kbd{C-k} is like cut and
3618 @kbd{C-y} is like paste.  Of course, this being Emacs, we use the terms
3619 kill and yank rather than cut and paste.
3620
3621 @table @kbd
3622
3623 @item C-k
3624 @kindex C-k (Topic)
3625 @findex gnus-topic-kill-group
3626 Kill a group or topic (@code{gnus-topic-kill-group}).  All groups in the
3627 topic will be removed along with the topic.
3628
3629 @item C-y
3630 @kindex C-y (Topic)
3631 @findex gnus-topic-yank-group
3632 Yank the previously killed group or topic
3633 (@code{gnus-topic-yank-group}).  Note that all topics will be yanked
3634 before all groups.
3635
3636 So, to move a topic to the beginning of the list of topics, just hit
3637 @kbd{C-k} on it.  This is like the ``cut'' part of cut and paste.  Then,
3638 move the cursor to the beginning of the buffer (just below the ``Gnus''
3639 topic) and hit @kbd{C-y}.  This is like the ``paste'' part of cut and
3640 paste.  Like I said -- E-Z.
3641
3642 You can use @kbd{C-k} and @kbd{C-y} on groups as well as on topics.  So
3643 you can move topics around as well as groups.
3644
3645 @end table
3646
3647 After setting up the topics the way you like them, you might wish to
3648 hide a topic, or to show it again.  That's why we have the following
3649 key.
3650
3651 @table @kbd
3652
3653 @item RET
3654 @kindex RET (Topic)
3655 @findex gnus-topic-select-group
3656 @itemx SPACE
3657 Either select a group or fold a topic (@code{gnus-topic-select-group}).
3658 When you perform this command on a group, you'll enter the group, as
3659 usual.  When done on a topic line, the topic will be folded (if it was
3660 visible) or unfolded (if it was folded already).  So it's basically a
3661 toggling command on topics.  In addition, if you give a numerical
3662 prefix, group on that level (and lower) will be displayed.
3663
3664 @end table
3665
3666 Now for a list of other commands, in no particular order.
3667
3668 @table @kbd
3669
3670 @item T m
3671 @kindex T m (Topic)
3672 @findex gnus-topic-move-group
3673 Move the current group to some other topic
3674 (@code{gnus-topic-move-group}).  This command uses the process/prefix
3675 convention (@pxref{Process/Prefix}).
3676
3677 @item T j
3678 @kindex T j (Topic)
3679 @findex gnus-topic-jump-to-topic
3680 Go to a topic (@code{gnus-topic-jump-to-topic}).
3681
3682 @item T c
3683 @kindex T c (Topic)
3684 @findex gnus-topic-copy-group
3685 Copy the current group to some other topic
3686 (@code{gnus-topic-copy-group}).  This command uses the process/prefix
3687 convention (@pxref{Process/Prefix}).
3688
3689 @item T h
3690 @kindex T h (Topic)
3691 @findex gnus-topic-hide-topic
3692 Hide the current topic (@code{gnus-topic-hide-topic}).  If given
3693 a prefix, hide the topic permanently.
3694
3695 @item T s
3696 @kindex T s (Topic)
3697 @findex gnus-topic-show-topic
3698 Show the current topic (@code{gnus-topic-show-topic}).  If given
3699 a prefix, show the topic permanently.
3700
3701 @item T D
3702 @kindex T D (Topic)
3703 @findex gnus-topic-remove-group
3704 Remove a group from the current topic (@code{gnus-topic-remove-group}).
3705 This command is mainly useful if you have the same group in several
3706 topics and wish to remove it from one of the topics.  You may also
3707 remove a group from all topics, but in that case, Gnus will add it to
3708 the root topic the next time you start Gnus.  In fact, all new groups
3709 (which, naturally, don't belong to any topic) will show up in the root
3710 topic.
3711
3712 This command uses the process/prefix convention
3713 (@pxref{Process/Prefix}).
3714
3715 @item T M
3716 @kindex T M (Topic)
3717 @findex gnus-topic-move-matching
3718 Move all groups that match some regular expression to a topic
3719 (@code{gnus-topic-move-matching}).
3720
3721 @item T C
3722 @kindex T C (Topic)
3723 @findex gnus-topic-copy-matching
3724 Copy all groups that match some regular expression to a topic
3725 (@code{gnus-topic-copy-matching}).
3726
3727 @item T H
3728 @kindex T H (Topic)
3729 @findex gnus-topic-toggle-display-empty-topics
3730 Toggle hiding empty topics
3731 (@code{gnus-topic-toggle-display-empty-topics}).
3732
3733 @item T #
3734 @kindex T # (Topic)
3735 @findex gnus-topic-mark-topic
3736 Mark all groups in the current topic with the process mark
3737 (@code{gnus-topic-mark-topic}).  This command works recursively on
3738 sub-topics unless given a prefix.
3739
3740 @item T M-#
3741 @kindex T M-# (Topic)
3742 @findex gnus-topic-unmark-topic
3743 Remove the process mark from all groups in the current topic
3744 (@code{gnus-topic-unmark-topic}).  This command works recursively on
3745 sub-topics unless given a prefix.
3746
3747 @item C-c C-x
3748 @kindex C-c C-x (Topic)
3749 @findex gnus-topic-expire-articles
3750 Run all expirable articles in the current group or topic through the
3751 expiry process (if any)
3752 (@code{gnus-topic-expire-articles}).  (@pxref{Expiring Mail}).
3753
3754 @item T r
3755 @kindex T r (Topic)
3756 @findex gnus-topic-rename
3757 Rename a topic (@code{gnus-topic-rename}).
3758
3759 @item T DEL
3760 @kindex T DEL (Topic)
3761 @findex gnus-topic-delete
3762 Delete an empty topic (@code{gnus-topic-delete}).
3763
3764 @item A T
3765 @kindex A T (Topic)
3766 @findex gnus-topic-list-active
3767 List all groups that Gnus knows about in a topics-ified way
3768 (@code{gnus-topic-list-active}).
3769
3770 @item T M-n
3771 @kindex T M-n (Topic)
3772 @findex gnus-topic-goto-next-topic
3773 Go to the next topic (@code{gnus-topic-goto-next-topic}).
3774
3775 @item T M-p
3776 @kindex T M-p (Topic)
3777 @findex gnus-topic-goto-previous-topic
3778 Go to the next topic (@code{gnus-topic-goto-previous-topic}).
3779
3780 @item G p
3781 @kindex G p (Topic)
3782 @findex gnus-topic-edit-parameters
3783 @cindex group parameters
3784 @cindex topic parameters
3785 @cindex parameters
3786 Edit the topic parameters (@code{gnus-topic-edit-parameters}).
3787 @xref{Topic Parameters}.
3788
3789 @end table
3790
3791
3792 @node Topic Variables
3793 @subsection Topic Variables
3794 @cindex topic variables
3795
3796 The previous section told you how to tell Gnus which topics to display.
3797 This section explains how to tell Gnus what to display about each topic.
3798
3799 @vindex gnus-topic-line-format
3800 The topic lines themselves are created according to the
3801 @code{gnus-topic-line-format} variable (@pxref{Formatting Variables}).
3802 Valid elements are:
3803
3804 @table @samp
3805 @item i
3806 Indentation.
3807 @item n
3808 Topic name.
3809 @item v
3810 Visibility.
3811 @item l
3812 Level.
3813 @item g
3814 Number of groups in the topic.
3815 @item a
3816 Number of unread articles in the topic.
3817 @item A
3818 Number of unread articles in the topic and all its subtopics.
3819 @end table
3820
3821 @vindex gnus-topic-indent-level
3822 Each sub-topic (and the groups in the sub-topics) will be indented with
3823 @code{gnus-topic-indent-level} times the topic level number of spaces.
3824 The default is 2.
3825
3826 @vindex gnus-topic-mode-hook
3827 @code{gnus-topic-mode-hook} is called in topic minor mode buffers.
3828
3829 @vindex gnus-topic-display-empty-topics
3830 The @code{gnus-topic-display-empty-topics} says whether to display even
3831 topics that have no unread articles in them.  The default is @code{t}.
3832
3833
3834 @node Topic Sorting
3835 @subsection Topic Sorting
3836 @cindex topic sorting
3837
3838 You can sort the groups in each topic individually with the following
3839 commands:
3840
3841
3842 @table @kbd
3843 @item T S a
3844 @kindex T S a (Topic)
3845 @findex gnus-topic-sort-groups-by-alphabet
3846 Sort the current topic alphabetically by group name
3847 (@code{gnus-topic-sort-groups-by-alphabet}).
3848
3849 @item T S u
3850 @kindex T S u (Topic)
3851 @findex gnus-topic-sort-groups-by-unread
3852 Sort the current topic by the number of unread articles
3853 (@code{gnus-topic-sort-groups-by-unread}).
3854
3855 @item T S l
3856 @kindex T S l (Topic)
3857 @findex gnus-topic-sort-groups-by-level
3858 Sort the current topic by group level
3859 (@code{gnus-topic-sort-groups-by-level}).
3860
3861 @item T S v
3862 @kindex T S v (Topic)
3863 @findex gnus-topic-sort-groups-by-score
3864 Sort the current topic by group score
3865 (@code{gnus-topic-sort-groups-by-score}).  @xref{Group Score}.
3866
3867 @item T S r
3868 @kindex T S r (Topic)
3869 @findex gnus-topic-sort-groups-by-rank
3870 Sort the current topic by group rank
3871 (@code{gnus-topic-sort-groups-by-rank}).  @xref{Group Score}.
3872
3873 @item T S m
3874 @kindex T S m (Topic)
3875 @findex gnus-topic-sort-groups-by-method
3876 Sort the current topic alphabetically by back end name
3877 (@code{gnus-topic-sort-groups-by-method}).
3878
3879 @item T S e
3880 @kindex T S e (Topic)
3881 @findex gnus-topic-sort-groups-by-server
3882 Sort the current topic alphabetically by server name
3883 (@code{gnus-topic-sort-groups-by-server}).
3884
3885 @item T S s
3886 @kindex T S s
3887 @findex gnus-topic-sort-groups
3888 Sort the current topic according to the function(s) given by the
3889 @code{gnus-group-sort-function} variable
3890 (@code{gnus-topic-sort-groups}).
3891
3892 @end table
3893
3894 When given a prefix argument, all these commands will sort in reverse
3895 order.  @xref{Sorting Groups}, for more information about group
3896 sorting.
3897
3898
3899 @node Topic Topology
3900 @subsection Topic Topology
3901 @cindex topic topology
3902 @cindex topology
3903
3904 So, let's have a look at an example group buffer:
3905
3906 @example
3907 @group
3908 Gnus
3909   Emacs -- I wuw it!
3910      3: comp.emacs
3911      2: alt.religion.emacs
3912     Naughty Emacs
3913      452: alt.sex.emacs
3914        0: comp.talk.emacs.recovery
3915   Misc
3916      8: comp.binaries.fractals
3917     13: comp.sources.unix
3918 @end group
3919 @end example
3920
3921 So, here we have one top-level topic (@samp{Gnus}), two topics under
3922 that, and one sub-topic under one of the sub-topics.  (There is always
3923 just one (1) top-level topic).  This topology can be expressed as
3924 follows:
3925
3926 @lisp
3927 (("Gnus" visible)
3928  (("Emacs -- I wuw it!" visible)
3929   (("Naughty Emacs" visible)))
3930  (("Misc" visible)))
3931 @end lisp
3932
3933 @vindex gnus-topic-topology
3934 This is in fact how the variable @code{gnus-topic-topology} would look
3935 for the display above.  That variable is saved in the @file{.newsrc.eld}
3936 file, and shouldn't be messed with manually---unless you really want
3937 to.  Since this variable is read from the @file{.newsrc.eld} file,
3938 setting it in any other startup files will have no effect.
3939
3940 This topology shows what topics are sub-topics of what topics (right),
3941 and which topics are visible.  Two settings are currently
3942 allowed---@code{visible} and @code{invisible}.
3943
3944
3945 @node Topic Parameters
3946 @subsection Topic Parameters
3947 @cindex topic parameters
3948
3949 All groups in a topic will inherit group parameters from the parent (and
3950 ancestor) topic parameters.  All valid group parameters are valid topic
3951 parameters (@pxref{Group Parameters}).
3952
3953 In addition, the following parameters are only valid as topic
3954 parameters:
3955
3956 @table @code
3957 @item subscribe
3958 When subscribing new groups by topic (@pxref{Subscription Methods}), the
3959 @code{subscribe} topic parameter says what groups go in what topic.  Its
3960 value should be a regexp to match the groups that should go in that
3961 topic.
3962
3963 @item subscribe-level
3964 When subscribing new groups by topic (see the @code{subscribe} parameter),
3965 the group will be subscribed with the level specified in the
3966 @code{subscribe-level} instead of @code{gnus-level-default-subscribed}.
3967
3968 @end table
3969
3970 Group parameters (of course) override topic parameters, and topic
3971 parameters in sub-topics override topic parameters in super-topics.  You
3972 know.  Normal inheritance rules.  (@dfn{Rules} is here a noun, not a
3973 verb, although you may feel free to disagree with me here.)
3974
3975 @example
3976 Gnus
3977   Emacs
3978      3: comp.emacs
3979      2: alt.religion.emacs
3980    452: alt.sex.emacs
3981     Relief
3982      452: alt.sex.emacs
3983        0: comp.talk.emacs.recovery
3984   Misc
3985      8: comp.binaries.fractals
3986     13: comp.sources.unix
3987    452: alt.sex.emacs
3988 @end example
3989
3990 The @samp{Emacs} topic has the topic parameter @code{(score-file
3991 . "emacs.SCORE")}; the @samp{Relief} topic has the topic parameter
3992 @code{(score-file . "relief.SCORE")}; and the @samp{Misc} topic has the
3993 topic parameter @code{(score-file . "emacs.SCORE")}.  In addition,
3994 @* @samp{alt.religion.emacs} has the group parameter @code{(score-file
3995 . "religion.SCORE")}.
3996
3997 Now, when you enter @samp{alt.sex.emacs} in the @samp{Relief} topic, you
3998 will get the @file{relief.SCORE} home score file.  If you enter the same
3999 group in the @samp{Emacs} topic, you'll get the @file{emacs.SCORE} home
4000 score file.  If you enter the group @samp{alt.religion.emacs}, you'll
4001 get the @file{religion.SCORE} home score file.
4002
4003 This seems rather simple and self-evident, doesn't it?  Well, yes.  But
4004 there are some problems, especially with the @code{total-expiry}
4005 parameter.  Say you have a mail group in two topics; one with
4006 @code{total-expiry} and one without.  What happens when you do @kbd{M-x
4007 gnus-expire-all-expirable-groups}?  Gnus has no way of telling which one
4008 of these topics you mean to expire articles from, so anything may
4009 happen.  In fact, I hereby declare that it is @dfn{undefined} what
4010 happens.  You just have to be careful if you do stuff like that.
4011
4012
4013 @node Misc Group Stuff
4014 @section Misc Group Stuff
4015
4016 @menu
4017 * Scanning New Messages::       Asking Gnus to see whether new messages have arrived.
4018 * Group Information::           Information and help on groups and Gnus.
4019 * Group Timestamp::             Making Gnus keep track of when you last read a group.
4020 * File Commands::               Reading and writing the Gnus files.
4021 * Sieve Commands::              Managing Sieve scripts.
4022 @end menu
4023
4024 @table @kbd
4025
4026 @item ^
4027 @kindex ^ (Group)
4028 @findex gnus-group-enter-server-mode
4029 Enter the server buffer (@code{gnus-group-enter-server-mode}).
4030 @xref{Server Buffer}.
4031
4032 @item a
4033 @kindex a (Group)
4034 @findex gnus-group-post-news
4035 Start composing a message (a news by default)
4036 (@code{gnus-group-post-news}).  If given a prefix, post to the group
4037 under the point.  If the prefix is 1, prompt for a group to post to.
4038 Contrary to what the name of this function suggests, the prepared
4039 article might be a mail instead of a news, if a mail group is specified
4040 with the prefix argument.  @xref{Composing Messages}.
4041
4042 @item m
4043 @kindex m (Group)
4044 @findex gnus-group-mail
4045 Mail a message somewhere (@code{gnus-group-mail}).  If given a prefix,
4046 use the posting style of the group under the point.  If the prefix is 1,
4047 prompt for a group name to find the posting style.
4048 @xref{Composing Messages}.
4049
4050 @item i
4051 @kindex i (Group)
4052 @findex gnus-group-news
4053 Start composing a news (@code{gnus-group-news}).  If given a prefix,
4054 post to the group under the point.  If the prefix is 1, prompt
4055 for group to post to.  @xref{Composing Messages}.
4056
4057 This function actually prepares a news even when using mail groups.
4058 This is useful for ``posting'' messages to mail groups without actually
4059 sending them over the network: they're just saved directly to the group
4060 in question.  The corresponding back end must have a request-post method
4061 for this to work though.
4062
4063 @end table
4064
4065 Variables for the group buffer:
4066
4067 @table @code
4068
4069 @item gnus-group-mode-hook
4070 @vindex gnus-group-mode-hook
4071 is called after the group buffer has been
4072 created.
4073
4074 @item gnus-group-prepare-hook
4075 @vindex gnus-group-prepare-hook
4076 is called after the group buffer is
4077 generated.  It may be used to modify the buffer in some strange,
4078 unnatural way.
4079
4080 @item gnus-group-prepared-hook
4081 @vindex gnus-group-prepare-hook
4082 is called as the very last thing after the group buffer has been
4083 generated.  It may be used to move point around, for instance.
4084
4085 @item gnus-permanently-visible-groups
4086 @vindex gnus-permanently-visible-groups
4087 Groups matching this regexp will always be listed in the group buffer,
4088 whether they are empty or not.
4089
4090 @item gnus-group-name-charset-method-alist
4091 @vindex gnus-group-name-charset-method-alist
4092 An alist of method and the charset for group names.  It is used to show
4093 non-@acronym{ASCII} group names.
4094
4095 For example:
4096 @lisp
4097 (setq gnus-group-name-charset-method-alist
4098     '(((nntp "news.com.cn") . cn-gb-2312)))
4099 @end lisp
4100
4101 @item gnus-group-name-charset-group-alist
4102 @cindex UTF-8 group names
4103 @vindex gnus-group-name-charset-group-alist
4104 An alist of regexp of group name and the charset for group names.  It
4105 is used to show non-@acronym{ASCII} group names.  @code{((".*"
4106 utf-8))} is the default value if UTF-8 is supported, otherwise the
4107 default is @code{nil}.
4108
4109 For example:
4110 @lisp
4111 (setq gnus-group-name-charset-group-alist
4112     '(("\\.com\\.cn:" . cn-gb-2312)))
4113 @end lisp
4114
4115 @end table
4116
4117 @node Scanning New Messages
4118 @subsection Scanning New Messages
4119 @cindex new messages
4120 @cindex scanning new news
4121
4122 @table @kbd
4123
4124 @item g
4125 @kindex g (Group)
4126 @findex gnus-group-get-new-news
4127 @c @icon{gnus-group-get-new-news}
4128 Check the server(s) for new articles.  If the numerical prefix is used,
4129 this command will check only groups of level @var{arg} and lower
4130 (@code{gnus-group-get-new-news}).  If given a non-numerical prefix, this
4131 command will force a total re-reading of the active file(s) from the
4132 back end(s).
4133
4134 @item M-g
4135 @kindex M-g (Group)
4136 @findex gnus-group-get-new-news-this-group
4137 @vindex gnus-goto-next-group-when-activating
4138 @c @icon{gnus-group-get-new-news-this-group}
4139 Check whether new articles have arrived in the current group
4140 (@code{gnus-group-get-new-news-this-group}).
4141 @code{gnus-goto-next-group-when-activating} says whether this command is
4142 to move point to the next group or not.  It is @code{t} by default.
4143
4144 @findex gnus-activate-all-groups
4145 @cindex activating groups
4146 @item C-c M-g
4147 @kindex C-c M-g (Group)
4148 Activate absolutely all groups (@code{gnus-activate-all-groups}).
4149
4150 @item R
4151 @kindex R (Group)
4152 @cindex restarting
4153 @findex gnus-group-restart
4154 Restart Gnus (@code{gnus-group-restart}).  This saves the @file{.newsrc}
4155 file(s), closes the connection to all servers, clears up all run-time
4156 Gnus variables, and then starts Gnus all over again.
4157
4158 @end table
4159
4160 @vindex gnus-get-new-news-hook
4161 @code{gnus-get-new-news-hook} is run just before checking for new news.
4162
4163 @vindex gnus-after-getting-new-news-hook
4164 @code{gnus-after-getting-new-news-hook} is run after checking for new
4165 news.
4166
4167
4168 @node Group Information
4169 @subsection Group Information
4170 @cindex group information
4171 @cindex information on groups
4172
4173 @table @kbd
4174
4175
4176 @item H f
4177 @kindex H f (Group)
4178 @findex gnus-group-fetch-faq
4179 @vindex gnus-group-faq-directory
4180 @cindex FAQ
4181 @cindex ange-ftp
4182 Try to fetch the @acronym{FAQ} for the current group
4183 (@code{gnus-group-fetch-faq}).  Gnus will try to get the @acronym{FAQ}
4184 from @code{gnus-group-faq-directory}, which is usually a directory on
4185 a remote machine.  This variable can also be a list of directories.
4186 In that case, giving a prefix to this command will allow you to choose
4187 between the various sites.  @code{ange-ftp} (or @code{efs}) will be
4188 used for fetching the file.
4189
4190 If fetching from the first site is unsuccessful, Gnus will attempt to go
4191 through @code{gnus-group-faq-directory} and try to open them one by one.
4192
4193 @item H c
4194 @kindex H c (Group)
4195 @findex gnus-group-fetch-charter
4196 @vindex gnus-group-charter-alist
4197 @cindex charter
4198 Try to open the charter for the current group in a web browser
4199 (@code{gnus-group-fetch-charter}).  Query for a group if given a
4200 prefix argument.
4201
4202 Gnus will use @code{gnus-group-charter-alist} to find the location of
4203 the charter.  If no location is known, Gnus will fetch the control
4204 messages for the group, which in some cases includes the charter.
4205
4206 @item H C
4207 @kindex H C (Group)
4208 @findex gnus-group-fetch-control
4209 @vindex gnus-group-fetch-control-use-browse-url
4210 @cindex control message
4211 Fetch the control messages for the group from the archive at
4212 @code{ftp.isc.org} (@code{gnus-group-fetch-control}).  Query for a
4213 group if given a prefix argument.
4214
4215 If @code{gnus-group-fetch-control-use-browse-url} is non-@code{nil},
4216 Gnus will open the control messages in a browser using
4217 @code{browse-url}.  Otherwise they are fetched using @code{ange-ftp}
4218 and displayed in an ephemeral group.
4219
4220 Note that the control messages are compressed.  To use this command
4221 you need to turn on @code{auto-compression-mode} (@pxref{Compressed
4222 Files, ,Compressed Files, emacs, The Emacs Manual}).
4223
4224 @item H d
4225 @itemx C-c C-d
4226 @c @icon{gnus-group-describe-group}
4227 @kindex H d (Group)
4228 @kindex C-c C-d (Group)
4229 @cindex describing groups
4230 @cindex group description
4231 @findex gnus-group-describe-group
4232 Describe the current group (@code{gnus-group-describe-group}).  If given
4233 a prefix, force Gnus to re-read the description from the server.
4234
4235 @item M-d
4236 @kindex M-d (Group)
4237 @findex gnus-group-describe-all-groups
4238 Describe all groups (@code{gnus-group-describe-all-groups}).  If given a
4239 prefix, force Gnus to re-read the description file from the server.
4240
4241 @item H v
4242 @itemx V
4243 @kindex V (Group)
4244 @kindex H v (Group)
4245 @cindex version
4246 @findex gnus-version
4247 Display current Gnus version numbers (@code{gnus-version}).
4248
4249 @item ?
4250 @kindex ? (Group)
4251 @findex gnus-group-describe-briefly
4252 Give a very short help message (@code{gnus-group-describe-briefly}).
4253
4254 @item C-c C-i
4255 @kindex C-c C-i (Group)
4256 @cindex info
4257 @cindex manual
4258 @findex gnus-info-find-node
4259 Go to the Gnus info node (@code{gnus-info-find-node}).
4260 @end table
4261
4262
4263 @node Group Timestamp
4264 @subsection Group Timestamp
4265 @cindex timestamps
4266 @cindex group timestamps
4267
4268 It can be convenient to let Gnus keep track of when you last read a
4269 group.  To set the ball rolling, you should add
4270 @code{gnus-group-set-timestamp} to @code{gnus-select-group-hook}:
4271
4272 @lisp
4273 (add-hook 'gnus-select-group-hook 'gnus-group-set-timestamp)
4274 @end lisp
4275
4276 After doing this, each time you enter a group, it'll be recorded.
4277
4278 This information can be displayed in various ways---the easiest is to
4279 use the @samp{%d} spec in the group line format:
4280
4281 @lisp
4282 (setq gnus-group-line-format
4283       "%M\%S\%p\%P\%5y: %(%-40,40g%) %d\n")
4284 @end lisp
4285
4286 This will result in lines looking like:
4287
4288 @example
4289 *        0: mail.ding                                19961002T012943
4290          0: custom                                   19961002T012713
4291 @end example
4292
4293 As you can see, the date is displayed in compact ISO 8601 format.  This
4294 may be a bit too much, so to just display the date, you could say
4295 something like:
4296
4297 @lisp
4298 (setq gnus-group-line-format
4299       "%M\%S\%p\%P\%5y: %(%-40,40g%) %6,6~(cut 2)d\n")
4300 @end lisp
4301
4302 If you would like greater control of the time format, you can use a
4303 user-defined format spec.  Something like the following should do the
4304 trick:
4305
4306 @lisp
4307 (setq gnus-group-line-format
4308       "%M\%S\%p\%P\%5y: %(%-40,40g%) %ud\n")
4309 (defun gnus-user-format-function-d (headers)
4310   (let ((time (gnus-group-timestamp gnus-tmp-group)))
4311     (if time
4312         (format-time-string "%b %d  %H:%M" time)
4313       "")))
4314 @end lisp
4315
4316
4317 @node File Commands
4318 @subsection File Commands
4319 @cindex file commands
4320
4321 @table @kbd
4322
4323 @item r
4324 @kindex r (Group)
4325 @findex gnus-group-read-init-file
4326 @vindex gnus-init-file
4327 @cindex reading init file
4328 Re-read the init file (@code{gnus-init-file}, which defaults to
4329 @file{~/.gnus.el}) (@code{gnus-group-read-init-file}).
4330
4331 @item s
4332 @kindex s (Group)
4333 @findex gnus-group-save-newsrc
4334 @cindex saving .newsrc
4335 Save the @file{.newsrc.eld} file (and @file{.newsrc} if wanted)
4336 (@code{gnus-group-save-newsrc}).  If given a prefix, force saving the
4337 file(s) whether Gnus thinks it is necessary or not.
4338
4339 @c @item Z
4340 @c @kindex Z (Group)
4341 @c @findex gnus-group-clear-dribble
4342 @c Clear the dribble buffer (@code{gnus-group-clear-dribble}).
4343
4344 @end table
4345
4346
4347 @node Sieve Commands
4348 @subsection Sieve Commands
4349 @cindex group sieve commands
4350
4351 Sieve is a server-side mail filtering language.  In Gnus you can use
4352 the @code{sieve} group parameter (@pxref{Group Parameters}) to specify
4353 sieve rules that should apply to each group.  Gnus provides two
4354 commands to translate all these group parameters into a proper Sieve
4355 script that can be transfered to the server somehow.
4356
4357 @vindex gnus-sieve-file
4358 @vindex gnus-sieve-region-start
4359 @vindex gnus-sieve-region-end
4360 The generated Sieve script is placed in @code{gnus-sieve-file} (by
4361 default @file{~/.sieve}).  The Sieve code that Gnus generate is placed
4362 between two delimiters, @code{gnus-sieve-region-start} and
4363 @code{gnus-sieve-region-end}, so you may write additional Sieve code
4364 outside these delimiters that will not be removed the next time you
4365 regenerate the Sieve script.
4366
4367 @vindex gnus-sieve-crosspost
4368 The variable @code{gnus-sieve-crosspost} controls how the Sieve script
4369 is generated.  If it is non-@code{nil} (the default) articles is
4370 placed in all groups that have matching rules, otherwise the article
4371 is only placed in the group with the first matching rule.  For
4372 example, the group parameter @samp{(sieve address "sender"
4373 "owner-ding@@hpc.uh.edu")} will generate the following piece of Sieve
4374 code if @code{gnus-sieve-crosspost} is @code{nil}.  (When
4375 @code{gnus-sieve-crosspost} is non-@code{nil}, it looks the same
4376 except that the line containing the call to @code{stop} is removed.)
4377
4378 @example
4379 if address "sender" "owner-ding@@hpc.uh.edu" @{
4380         fileinto "INBOX.ding";
4381         stop;
4382 @}
4383 @end example
4384
4385 @xref{Top, Emacs Sieve, Top, sieve, Emacs Sieve}.
4386
4387 @table @kbd
4388
4389 @item D g
4390 @kindex D g (Group)
4391 @findex gnus-sieve-generate
4392 @vindex gnus-sieve-file
4393 @cindex generating sieve script
4394 Regenerate a Sieve script from the @code{sieve} group parameters and
4395 put you into the @code{gnus-sieve-file} without saving it.
4396
4397 @item D u
4398 @kindex D u (Group)
4399 @findex gnus-sieve-update
4400 @vindex gnus-sieve-file
4401 @cindex updating sieve script
4402 Regenerates the Gnus managed part of @code{gnus-sieve-file} using the
4403 @code{sieve} group parameters, save the file and upload it to the
4404 server using the @code{sieveshell} program.
4405
4406 @end table
4407
4408
4409 @node Summary Buffer
4410 @chapter Summary Buffer
4411 @cindex summary buffer
4412
4413 A line for each article is displayed in the summary buffer.  You can
4414 move around, read articles, post articles and reply to articles.
4415
4416 The most common way to a summary buffer is to select a group from the
4417 group buffer (@pxref{Selecting a Group}).
4418
4419 You can have as many summary buffers open as you wish.
4420
4421 @menu
4422 * Summary Buffer Format::       Deciding how the summary buffer is to look.
4423 * Summary Maneuvering::         Moving around the summary buffer.
4424 * Choosing Articles::           Reading articles.
4425 * Paging the Article::          Scrolling the current article.
4426 * Reply Followup and Post::     Posting articles.
4427 * Delayed Articles::            Send articles at a later time.
4428 * Marking Articles::            Marking articles as read, expirable, etc.
4429 * Limiting::                    You can limit the summary buffer.
4430 * Threading::                   How threads are made.
4431 * Sorting the Summary Buffer::  How articles and threads are sorted.
4432 * Asynchronous Fetching::       Gnus might be able to pre-fetch articles.
4433 * Article Caching::             You may store articles in a cache.
4434 * Persistent Articles::         Making articles expiry-resistant.
4435 * Article Backlog::             Having already read articles hang around.
4436 * Saving Articles::             Ways of customizing article saving.
4437 * Decoding Articles::           Gnus can treat series of (uu)encoded articles.
4438 * Article Treatment::           The article buffer can be mangled at will.
4439 * MIME Commands::               Doing MIMEy things with the articles.
4440 * Charsets::                    Character set issues.
4441 * Article Commands::            Doing various things with the article buffer.
4442 * Summary Sorting::             Sorting the summary buffer in various ways.
4443 * Finding the Parent::          No child support? Get the parent.
4444 * Alternative Approaches::      Reading using non-default summaries.
4445 * Tree Display::                A more visual display of threads.
4446 * Mail Group Commands::         Some commands can only be used in mail groups.
4447 * Various Summary Stuff::       What didn't fit anywhere else.
4448 * Exiting the Summary Buffer::  Returning to the Group buffer,
4449                                 or reselecting the current group.
4450 * Crosspost Handling::          How crossposted articles are dealt with.
4451 * Duplicate Suppression::       An alternative when crosspost handling fails.
4452 * Security::                    Decrypt and Verify.
4453 * Mailing List::                Mailing list minor mode.
4454 @end menu
4455
4456
4457 @node Summary Buffer Format
4458 @section Summary Buffer Format
4459 @cindex summary buffer format
4460
4461 @iftex
4462 @iflatex
4463 \gnusfigure{The Summary Buffer}{180}{
4464 \put(0,0){\epsfig{figure=ps/summary,width=7.5cm}}
4465 \put(445,0){\makebox(0,0)[br]{\epsfig{figure=ps/summary-article,width=7.5cm}}}
4466 }
4467 @end iflatex
4468 @end iftex
4469
4470 @menu
4471 * Summary Buffer Lines::        You can specify how summary lines should look.
4472 * To From Newsgroups::          How to not display your own name.
4473 * Summary Buffer Mode Line::    You can say how the mode line should look.
4474 * Summary Highlighting::        Making the summary buffer all pretty and nice.
4475 @end menu
4476
4477 @findex mail-extract-address-components
4478 @findex gnus-extract-address-components
4479 @vindex gnus-extract-address-components
4480 Gnus will use the value of the @code{gnus-extract-address-components}
4481 variable as a function for getting the name and address parts of a
4482 @code{From} header.  Two pre-defined functions exist:
4483 @code{gnus-extract-address-components}, which is the default, quite
4484 fast, and too simplistic solution; and
4485 @code{mail-extract-address-components}, which works very nicely, but is
4486 slower.  The default function will return the wrong answer in 5% of the
4487 cases.  If this is unacceptable to you, use the other function instead:
4488
4489 @lisp
4490 (setq gnus-extract-address-components
4491       'mail-extract-address-components)
4492 @end lisp
4493
4494 @vindex gnus-summary-same-subject
4495 @code{gnus-summary-same-subject} is a string indicating that the current
4496 article has the same subject as the previous.  This string will be used
4497 with those specs that require it.  The default is @code{""}.
4498
4499
4500 @node Summary Buffer Lines
4501 @subsection Summary Buffer Lines
4502
4503 @vindex gnus-summary-line-format
4504 You can change the format of the lines in the summary buffer by changing
4505 the @code{gnus-summary-line-format} variable.  It works along the same
4506 lines as a normal @code{format} string, with some extensions
4507 (@pxref{Formatting Variables}).
4508
4509 There should always be a colon or a point position marker on the line;
4510 the cursor always moves to the point position marker or the colon after
4511 performing an operation.  (Of course, Gnus wouldn't be Gnus if it wasn't
4512 possible to change this.  Just write a new function
4513 @code{gnus-goto-colon} which does whatever you like with the cursor.)
4514 @xref{Positioning Point}.
4515
4516 The default string is @samp{%U%R%z%I%(%[%4L: %-23,23f%]%) %s\n}.
4517
4518 The following format specification characters and extended format
4519 specification(s) are understood:
4520
4521 @table @samp
4522 @item N
4523 Article number.
4524 @item S
4525 Subject string.  List identifiers stripped,
4526 @code{gnus-list-identifies}.  @xref{Article Hiding}.
4527 @item s
4528 Subject if the article is the root of the thread or the previous article
4529 had a different subject, @code{gnus-summary-same-subject} otherwise.
4530 (@code{gnus-summary-same-subject} defaults to @code{""}.)
4531 @item F
4532 Full @code{From} header.
4533 @item n
4534 The name (from the @code{From} header).
4535 @item f
4536 The name, @code{To} header or the @code{Newsgroups} header (@pxref{To
4537 From Newsgroups}).
4538 @item a
4539 The name (from the @code{From} header).  This differs from the @code{n}
4540 spec in that it uses the function designated by the
4541 @code{gnus-extract-address-components} variable, which is slower, but
4542 may be more thorough.
4543 @item A
4544 The address (from the @code{From} header).  This works the same way as
4545 the @code{a} spec.
4546 @item L
4547 Number of lines in the article.
4548 @item c
4549 Number of characters in the article.  This specifier is not supported
4550 in some methods (like nnfolder).
4551 @item k
4552 Pretty-printed version of the number of characters in the article;
4553 for example, @samp{1.2k} or @samp{0.4M}.
4554 @item I
4555 Indentation based on thread level (@pxref{Customizing Threading}).
4556 @item B
4557 A complex trn-style thread tree, showing response-connecting trace
4558 lines.  A thread could be drawn like this:
4559
4560 @example
4561 >
4562 +->
4563 | +->
4564 | | \->
4565 | |   \->
4566 | \->
4567 +->
4568 \->
4569 @end example
4570
4571 You can customize the appearance with the following options.  Note
4572 that it is possible to make the thread display look really neat by
4573 replacing the default @acronym{ASCII} characters with graphic
4574 line-drawing glyphs.
4575 @table @code
4576 @item gnus-sum-thread-tree-root
4577 @vindex gnus-sum-thread-tree-root
4578 Used for the root of a thread.  If @code{nil}, use subject
4579 instead.  The default is @samp{> }.
4580
4581 @item gnus-sum-thread-tree-false-root
4582 @vindex gnus-sum-thread-tree-false-root
4583 Used for the false root of a thread (@pxref{Loose Threads}).  If
4584 @code{nil}, use subject instead.  The default is @samp{> }.
4585
4586 @item gnus-sum-thread-tree-single-indent
4587 @vindex gnus-sum-thread-tree-single-indent
4588 Used for a thread with just one message.  If @code{nil}, use subject
4589 instead.  The default is @samp{}.
4590
4591 @item gnus-sum-thread-tree-vertical
4592 @vindex gnus-sum-thread-tree-vertical
4593 Used for drawing a vertical line.  The default is @samp{| }.
4594
4595 @item gnus-sum-thread-tree-indent
4596 @vindex gnus-sum-thread-tree-indent
4597 Used for indenting.  The default is @samp{  }.
4598
4599 @item gnus-sum-thread-tree-leaf-with-other
4600 @vindex gnus-sum-thread-tree-leaf-with-other
4601 Used for a leaf with brothers.  The default is @samp{+-> }.
4602
4603 @item gnus-sum-thread-tree-single-leaf
4604 @vindex gnus-sum-thread-tree-single-leaf
4605 Used for a leaf without brothers.  The default is @samp{\-> }
4606
4607 @end table
4608
4609 @item T
4610 Nothing if the article is a root and lots of spaces if it isn't (it
4611 pushes everything after it off the screen).
4612 @item [
4613 Opening bracket, which is normally @samp{[}, but can also be @samp{<}
4614 for adopted articles (@pxref{Customizing Threading}).
4615 @item ]
4616 Closing bracket, which is normally @samp{]}, but can also be @samp{>}
4617 for adopted articles.
4618 @item >
4619 One space for each thread level.
4620 @item <
4621 Twenty minus thread level spaces.
4622 @item U
4623 Unread.  @xref{Read Articles}.
4624
4625 @item R
4626 This misleadingly named specifier is the @dfn{secondary mark}.  This
4627 mark will say whether the article has been replied to, has been cached,
4628 or has been saved.  @xref{Other Marks}.
4629
4630 @item i
4631 Score as a number (@pxref{Scoring}).
4632 @item z
4633 @vindex gnus-summary-zcore-fuzz
4634 Zcore, @samp{+} if above the default level and @samp{-} if below the
4635 default level.  If the difference between
4636 @code{gnus-summary-default-score} and the score is less than
4637 @code{gnus-summary-zcore-fuzz}, this spec will not be used.
4638 @item V
4639 Total thread score.
4640 @item x
4641 @code{Xref}.
4642 @item D
4643 @code{Date}.
4644 @item d
4645 The @code{Date} in @code{DD-MMM} format.
4646 @item o
4647 The @code{Date} in @var{YYYYMMDD}@code{T}@var{HHMMSS} format.
4648 @item M
4649 @code{Message-ID}.
4650 @item r
4651 @code{References}.
4652 @item t
4653 Number of articles in the current sub-thread.  Using this spec will slow
4654 down summary buffer generation somewhat.
4655 @item e
4656 An @samp{=} (@code{gnus-not-empty-thread-mark}) will be displayed if the
4657 article has any children.
4658 @item P
4659 The line number.
4660 @item O
4661 Download mark.
4662 @item &user-date;
4663 Age sensitive date format.  Various date format is defined in
4664 @code{gnus-user-date-format-alist}.
4665 @item u
4666 User defined specifier.  The next character in the format string should
4667 be a letter.  Gnus will call the function
4668 @code{gnus-user-format-function-@var{x}}, where @var{x} is the letter
4669 following @samp{%u}.  The function will be passed the current header as
4670 argument.  The function should return a string, which will be inserted
4671 into the summary just like information from any other summary specifier.
4672 @end table
4673
4674 Text between @samp{%(} and @samp{%)} will be highlighted with
4675 @code{gnus-mouse-face} when the mouse point is placed inside the area.
4676 There can only be one such area.
4677
4678 The @samp{%U} (status), @samp{%R} (replied) and @samp{%z} (zcore) specs
4679 have to be handled with care.  For reasons of efficiency, Gnus will
4680 compute what column these characters will end up in, and ``hard-code''
4681 that.  This means that it is invalid to have these specs after a
4682 variable-length spec.  Well, you might not be arrested, but your summary
4683 buffer will look strange, which is bad enough.
4684
4685 The smart choice is to have these specs as far to the left as possible.
4686 (Isn't that the case with everything, though?  But I digress.)
4687
4688 This restriction may disappear in later versions of Gnus.
4689
4690
4691 @node To From Newsgroups
4692 @subsection To From Newsgroups
4693 @cindex To
4694 @cindex Newsgroups
4695
4696 In some groups (particularly in archive groups), the @code{From} header
4697 isn't very interesting, since all the articles there are written by
4698 you.  To display the information in the @code{To} or @code{Newsgroups}
4699 headers instead, you need to decide three things: What information to
4700 gather; where to display it; and when to display it.
4701
4702 @enumerate
4703 @item
4704 @vindex gnus-extra-headers
4705 The reading of extra header information is controlled by the
4706 @code{gnus-extra-headers}.  This is a list of header symbols.  For
4707 instance:
4708
4709 @lisp
4710 (setq gnus-extra-headers
4711       '(To Newsgroups X-Newsreader))
4712 @end lisp
4713
4714 This will result in Gnus trying to obtain these three headers, and
4715 storing it in header structures for later easy retrieval.
4716
4717 @item
4718 @findex gnus-extra-header
4719 The value of these extra headers can be accessed via the
4720 @code{gnus-extra-header} function.  Here's a format line spec that will
4721 access the @code{X-Newsreader} header:
4722
4723 @example
4724 "%~(form (gnus-extra-header 'X-Newsreader))@@"
4725 @end example
4726
4727 @item
4728 @vindex gnus-ignored-from-addresses
4729 The @code{gnus-ignored-from-addresses} variable says when the @samp{%f}
4730 summary line spec returns the @code{To}, @code{Newsreader} or
4731 @code{From} header.  If this regexp matches the contents of the
4732 @code{From} header, the value of the @code{To} or @code{Newsreader}
4733 headers are used instead.
4734
4735 @end enumerate
4736
4737 @vindex nnmail-extra-headers
4738 A related variable is @code{nnmail-extra-headers}, which controls when
4739 to include extra headers when generating overview (@acronym{NOV}) files.
4740 If you have old overview files, you should regenerate them after
4741 changing this variable, by entering the server buffer using @kbd{^},
4742 and then @kbd{g} on the appropriate mail server (e.g. nnml) to cause
4743 regeneration.
4744
4745 @vindex gnus-summary-line-format
4746 You also have to instruct Gnus to display the data by changing the
4747 @code{%n} spec to the @code{%f} spec in the
4748 @code{gnus-summary-line-format} variable.
4749
4750 In summary, you'd typically put something like the following in
4751 @file{~/.gnus.el}:
4752
4753 @lisp
4754 (setq gnus-extra-headers
4755       '(To Newsgroups))
4756 (setq nnmail-extra-headers gnus-extra-headers)
4757 (setq gnus-summary-line-format
4758       "%U%R%z%I%(%[%4L: %-23,23f%]%) %s\n")
4759 (setq gnus-ignored-from-addresses
4760       "Your Name Here")
4761 @end lisp
4762
4763 (The values listed above are the default values in Gnus.  Alter them
4764 to fit your needs.)
4765
4766 A note for news server administrators, or for users who wish to try to
4767 convince their news server administrator to provide some additional
4768 support:
4769
4770 The above is mostly useful for mail groups, where you have control over
4771 the @acronym{NOV} files that are created.  However, if you can persuade your
4772 nntp admin to add (in the usual implementation, notably INN):
4773
4774 @example
4775 Newsgroups:full
4776 @end example
4777
4778 to the end of her @file{overview.fmt} file, then you can use that just
4779 as you would the extra headers from the mail groups.
4780
4781
4782 @node Summary Buffer Mode Line
4783 @subsection Summary Buffer Mode Line
4784
4785 @vindex gnus-summary-mode-line-format
4786 You can also change the format of the summary mode bar (@pxref{Mode Line
4787 Formatting}).  Set @code{gnus-summary-mode-line-format} to whatever you
4788 like.  The default is @samp{Gnus: %%b [%A] %Z}.
4789
4790 Here are the elements you can play with:
4791
4792 @table @samp
4793 @item G
4794 Group name.
4795 @item p
4796 Unprefixed group name.
4797 @item A
4798 Current article number.
4799 @item z
4800 Current article score.
4801 @item V
4802 Gnus version.
4803 @item U
4804 Number of unread articles in this group.
4805 @item e
4806 Number of unread articles in this group that aren't displayed in the
4807 summary buffer.
4808 @item Z
4809 A string with the number of unread and unselected articles represented
4810 either as @samp{<%U(+%e) more>} if there are both unread and unselected
4811 articles, and just as @samp{<%U more>} if there are just unread articles
4812 and no unselected ones.
4813 @item g
4814 Shortish group name.  For instance, @samp{rec.arts.anime} will be
4815 shortened to @samp{r.a.anime}.
4816 @item S
4817 Subject of the current article.
4818 @item u
4819 User-defined spec (@pxref{User-Defined Specs}).
4820 @item s
4821 Name of the current score file (@pxref{Scoring}).
4822 @item d
4823 Number of dormant articles (@pxref{Unread Articles}).
4824 @item t
4825 Number of ticked articles (@pxref{Unread Articles}).
4826 @item r
4827 Number of articles that have been marked as read in this session.
4828 @item E
4829 Number of articles expunged by the score files.
4830 @end table
4831
4832
4833 @node Summary Highlighting
4834 @subsection Summary Highlighting
4835
4836 @table @code
4837
4838 @item gnus-visual-mark-article-hook
4839 @vindex gnus-visual-mark-article-hook
4840 This hook is run after selecting an article.  It is meant to be used for
4841 highlighting the article in some way.  It is not run if
4842 @code{gnus-visual} is @code{nil}.
4843
4844 @item gnus-summary-update-hook
4845 @vindex gnus-summary-update-hook
4846 This hook is called when a summary line is changed.  It is not run if
4847 @code{gnus-visual} is @code{nil}.
4848
4849 @item gnus-summary-selected-face
4850 @vindex gnus-summary-selected-face
4851 This is the face (or @dfn{font} as some people call it) used to
4852 highlight the current article in the summary buffer.
4853
4854 @item gnus-summary-highlight
4855 @vindex gnus-summary-highlight
4856 Summary lines are highlighted according to this variable, which is a
4857 list where the elements are of the format @code{(@var{form}
4858 . @var{face})}.  If you would, for instance, like ticked articles to be
4859 italic and high-scored articles to be bold, you could set this variable
4860 to something like
4861 @lisp
4862 (((eq mark gnus-ticked-mark) . italic)
4863  ((> score default) . bold))
4864 @end lisp
4865 As you may have guessed, if @var{form} returns a non-@code{nil} value,
4866 @var{face} will be applied to the line.
4867 @end table
4868
4869
4870 @node Summary Maneuvering
4871 @section Summary Maneuvering
4872 @cindex summary movement
4873
4874 All the straight movement commands understand the numeric prefix and
4875 behave pretty much as you'd expect.
4876
4877 None of these commands select articles.
4878
4879 @table @kbd
4880 @item G M-n
4881 @itemx M-n
4882 @kindex M-n (Summary)
4883 @kindex G M-n (Summary)
4884 @findex gnus-summary-next-unread-subject
4885 Go to the next summary line of an unread article
4886 (@code{gnus-summary-next-unread-subject}).
4887
4888 @item G M-p
4889 @itemx M-p
4890 @kindex M-p (Summary)
4891 @kindex G M-p (Summary)
4892 @findex gnus-summary-prev-unread-subject
4893 Go to the previous summary line of an unread article
4894 (@code{gnus-summary-prev-unread-subject}).
4895
4896 @item G g
4897 @kindex G g (Summary)
4898 @findex gnus-summary-goto-subject
4899 Ask for an article number and then go to the summary line of that article
4900 without displaying the article (@code{gnus-summary-goto-subject}).
4901 @end table
4902
4903 If Gnus asks you to press a key to confirm going to the next group, you
4904 can use the @kbd{C-n} and @kbd{C-p} keys to move around the group
4905 buffer, searching for the next group to read without actually returning
4906 to the group buffer.
4907
4908 Variables related to summary movement:
4909
4910 @table @code
4911
4912 @vindex gnus-auto-select-next
4913 @item gnus-auto-select-next
4914 If you issue one of the movement commands (like @kbd{n}) and there are
4915 no more unread articles after the current one, Gnus will offer to go to
4916 the next group.  If this variable is @code{t} and the next group is
4917 empty, Gnus will exit summary mode and return to the group buffer.  If
4918 this variable is neither @code{t} nor @code{nil}, Gnus will select the
4919 next group with unread articles.  As a special case, if this variable
4920 is @code{quietly}, Gnus will select the next group without asking for
4921 confirmation.  If this variable is @code{almost-quietly}, the same
4922 will happen only if you are located on the last article in the group.
4923 Finally, if this variable is @code{slightly-quietly}, the @kbd{Z n}
4924 command will go to the next group without confirmation.  Also
4925 @pxref{Group Levels}.
4926
4927 @item gnus-auto-select-same
4928 @vindex gnus-auto-select-same
4929 If non-@code{nil}, all the movement commands will try to go to the next
4930 article with the same subject as the current.  (@dfn{Same} here might
4931 mean @dfn{roughly equal}.  See @code{gnus-summary-gather-subject-limit}
4932 for details (@pxref{Customizing Threading}).)  If there are no more
4933 articles with the same subject, go to the first unread article.
4934
4935 This variable is not particularly useful if you use a threaded display.
4936
4937 @item gnus-summary-check-current
4938 @vindex gnus-summary-check-current
4939 If non-@code{nil}, all the ``unread'' movement commands will not proceed
4940 to the next (or previous) article if the current article is unread.
4941 Instead, they will choose the current article.
4942
4943 @item gnus-auto-center-summary
4944 @vindex gnus-auto-center-summary
4945 If non-@code{nil}, Gnus will keep the point in the summary buffer
4946 centered at all times.  This makes things quite tidy, but if you have a
4947 slow network connection, or simply do not like this un-Emacsism, you can
4948 set this variable to @code{nil} to get the normal Emacs scrolling
4949 action.  This will also inhibit horizontal re-centering of the summary
4950 buffer, which might make it more inconvenient to read extremely long
4951 threads.
4952
4953 This variable can also be a number.  In that case, center the window at
4954 the given number of lines from the top.
4955
4956 @end table
4957
4958
4959 @node Choosing Articles
4960 @section Choosing Articles
4961 @cindex selecting articles
4962
4963 @menu
4964 * Choosing Commands::           Commands for choosing articles.
4965 * Choosing Variables::          Variables that influence these commands.
4966 @end menu
4967
4968
4969 @node Choosing Commands
4970 @subsection Choosing Commands
4971
4972 None of the following movement commands understand the numeric prefix,
4973 and they all select and display an article.
4974
4975 If you want to fetch new articles or redisplay the group, see
4976 @ref{Exiting the Summary Buffer}.
4977
4978 @table @kbd
4979 @item SPACE
4980 @kindex SPACE (Summary)
4981 @findex gnus-summary-next-page
4982 Select the current article, or, if that one's read already, the next
4983 unread article (@code{gnus-summary-next-page}).
4984
4985 If you have an article window open already and you press @kbd{SPACE}
4986 again, the article will be scrolled.  This lets you conveniently
4987 @kbd{SPACE} through an entire newsgroup.  @xref{Paging the Article}.
4988
4989 @item G n
4990 @itemx n
4991 @kindex n (Summary)
4992 @kindex G n (Summary)
4993 @findex gnus-summary-next-unread-article
4994 @c @icon{gnus-summary-next-unread}
4995 Go to next unread article (@code{gnus-summary-next-unread-article}).
4996
4997 @item G p
4998 @itemx p
4999 @kindex p (Summary)
5000 @findex gnus-summary-prev-unread-article
5001 @c @icon{gnus-summary-prev-unread}
5002 Go to previous unread article (@code{gnus-summary-prev-unread-article}).
5003
5004 @item G N
5005 @itemx N
5006 @kindex N (Summary)
5007 @kindex G N (Summary)
5008 @findex gnus-summary-next-article
5009 Go to the next article (@code{gnus-summary-next-article}).
5010
5011 @item G P
5012 @itemx P
5013 @kindex P (Summary)
5014 @kindex G P (Summary)
5015 @findex gnus-summary-prev-article
5016 Go to the previous article (@code{gnus-summary-prev-article}).
5017
5018 @item G C-n
5019 @kindex G C-n (Summary)
5020 @findex gnus-summary-next-same-subject
5021 Go to the next article with the same subject
5022 (@code{gnus-summary-next-same-subject}).
5023
5024 @item G C-p
5025 @kindex G C-p (Summary)
5026 @findex gnus-summary-prev-same-subject
5027 Go to the previous article with the same subject
5028 (@code{gnus-summary-prev-same-subject}).
5029
5030 @item G f
5031 @itemx .
5032 @kindex G f  (Summary)
5033 @kindex .  (Summary)
5034 @findex gnus-summary-first-unread-article
5035 Go to the first unread article
5036 (@code{gnus-summary-first-unread-article}).
5037
5038 @item G b
5039 @itemx ,
5040 @kindex G b (Summary)
5041 @kindex , (Summary)
5042 @findex gnus-summary-best-unread-article
5043 Go to the unread article with the highest score
5044 (@code{gnus-summary-best-unread-article}).  If given a prefix argument,
5045 go to the first unread article that has a score over the default score.
5046
5047 @item G l
5048 @itemx l
5049 @kindex l (Summary)
5050 @kindex G l (Summary)
5051 @findex gnus-summary-goto-last-article
5052 Go to the previous article read (@code{gnus-summary-goto-last-article}).
5053
5054 @item G o
5055 @kindex G o (Summary)
5056 @findex gnus-summary-pop-article
5057 @cindex history
5058 @cindex article history
5059 Pop an article off the summary history and go to this article
5060 (@code{gnus-summary-pop-article}).  This command differs from the
5061 command above in that you can pop as many previous articles off the
5062 history as you like, while @kbd{l} toggles the two last read articles.
5063 For a somewhat related issue (if you use these commands a lot),
5064 @pxref{Article Backlog}.
5065
5066 @item G j
5067 @itemx j
5068 @kindex j (Summary)
5069 @kindex G j (Summary)
5070 @findex gnus-summary-goto-article
5071 Ask for an article number or @code{Message-ID}, and then go to that
5072 article (@code{gnus-summary-goto-article}).
5073
5074 @end table
5075
5076
5077 @node Choosing Variables
5078 @subsection Choosing Variables
5079
5080 Some variables relevant for moving and selecting articles:
5081
5082 @table @code
5083 @item gnus-auto-extend-newsgroup
5084 @vindex gnus-auto-extend-newsgroup
5085 All the movement commands will try to go to the previous (or next)
5086 article, even if that article isn't displayed in the Summary buffer if
5087 this variable is non-@code{nil}.  Gnus will then fetch the article from
5088 the server and display it in the article buffer.
5089
5090 @item gnus-select-article-hook
5091 @vindex gnus-select-article-hook
5092 This hook is called whenever an article is selected.  By default it
5093 exposes any threads hidden under the selected article.  If you would
5094 like each article to be saved in the Agent as you read it, putting
5095 @code{gnus-agent-fetch-selected-article} on this hook will do so.
5096
5097 @item gnus-mark-article-hook
5098 @vindex gnus-mark-article-hook
5099 @findex gnus-summary-mark-unread-as-read
5100 @findex gnus-summary-mark-read-and-unread-as-read
5101 @findex gnus-unread-mark
5102 This hook is called whenever an article is selected.  It is intended to
5103 be used for marking articles as read.  The default value is
5104 @code{gnus-summary-mark-read-and-unread-as-read}, and will change the
5105 mark of almost any article you read to @code{gnus-unread-mark}.  The
5106 only articles not affected by this function are ticked, dormant, and
5107 expirable articles.  If you'd instead like to just have unread articles
5108 marked as read, you can use @code{gnus-summary-mark-unread-as-read}
5109 instead.  It will leave marks like @code{gnus-low-score-mark},
5110 @code{gnus-del-mark} (and so on) alone.
5111
5112 @end table
5113
5114
5115 @node Paging the Article
5116 @section Scrolling the Article
5117 @cindex article scrolling
5118
5119 @table @kbd
5120
5121 @item SPACE
5122 @kindex SPACE (Summary)
5123 @findex gnus-summary-next-page
5124 Pressing @kbd{SPACE} will scroll the current article forward one page,
5125 or, if you have come to the end of the current article, will choose the
5126 next article (@code{gnus-summary-next-page}).
5127
5128 @vindex gnus-article-boring-faces
5129 @vindex gnus-article-skip-boring
5130 If @code{gnus-article-skip-boring} is non-@code{nil} and the rest of
5131 the article consists only of citations and signature, then it will be
5132 skipped; the next article will be shown instead.  You can customize
5133 what is considered uninteresting with
5134 @code{gnus-article-boring-faces}.  You can manually view the article's
5135 pages, no matter how boring, using @kbd{C-M-v}.
5136
5137 @item DEL
5138 @kindex DEL (Summary)
5139 @findex gnus-summary-prev-page
5140 Scroll the current article back one page (@code{gnus-summary-prev-page}).
5141
5142 @item RET
5143 @kindex RET (Summary)
5144 @findex gnus-summary-scroll-up
5145 Scroll the current article one line forward
5146 (@code{gnus-summary-scroll-up}).
5147
5148 @item M-RET
5149 @kindex M-RET (Summary)
5150 @findex gnus-summary-scroll-down
5151 Scroll the current article one line backward
5152 (@code{gnus-summary-scroll-down}).
5153
5154 @item A g
5155 @itemx g
5156 @kindex A g (Summary)
5157 @kindex g (Summary)
5158 @findex gnus-summary-show-article
5159 @vindex gnus-summary-show-article-charset-alist
5160 (Re)fetch the current article (@code{gnus-summary-show-article}).  If
5161 given a prefix, fetch the current article, but don't run any of the
5162 article treatment functions.  This will give you a ``raw'' article, just
5163 the way it came from the server.
5164
5165 If given a numerical prefix, you can do semi-manual charset stuff.
5166 @kbd{C-u 0 g cn-gb-2312 RET} will decode the message as if it were
5167 encoded in the @code{cn-gb-2312} charset.  If you have
5168
5169 @lisp
5170 (setq gnus-summary-show-article-charset-alist
5171       '((1 . cn-gb-2312)
5172         (2 . big5)))
5173 @end lisp
5174
5175 then you can say @kbd{C-u 1 g} to get the same effect.
5176
5177 @item A <
5178 @itemx <
5179 @kindex < (Summary)
5180 @kindex A < (Summary)
5181 @findex gnus-summary-beginning-of-article
5182 Scroll to the beginning of the article
5183 (@code{gnus-summary-beginning-of-article}).
5184
5185 @item A >
5186 @itemx >
5187 @kindex > (Summary)
5188 @kindex A > (Summary)
5189 @findex gnus-summary-end-of-article
5190 Scroll to the end of the article (@code{gnus-summary-end-of-article}).
5191
5192 @item A s
5193 @itemx s
5194 @kindex A s (Summary)
5195 @kindex s (Summary)
5196 @findex gnus-summary-isearch-article
5197 Perform an isearch in the article buffer
5198 (@code{gnus-summary-isearch-article}).
5199
5200 @item h
5201 @kindex h (Summary)
5202 @findex gnus-summary-select-article-buffer
5203 Select the article buffer (@code{gnus-summary-select-article-buffer}).
5204
5205 @end table
5206
5207
5208 @node Reply Followup and Post
5209 @section Reply, Followup and Post
5210
5211 @menu
5212 * Summary Mail Commands::       Sending mail.
5213 * Summary Post Commands::       Sending news.
5214 * Summary Message Commands::    Other Message-related commands.
5215 * Canceling and Superseding::
5216 @end menu
5217
5218
5219 @node Summary Mail Commands
5220 @subsection Summary Mail Commands
5221 @cindex mail
5222 @cindex composing mail
5223
5224 Commands for composing a mail message:
5225
5226 @table @kbd
5227
5228 @item S r
5229 @itemx r
5230 @kindex S r (Summary)
5231 @kindex r (Summary)
5232 @findex gnus-summary-reply
5233 @c @icon{gnus-summary-mail-reply}
5234 @c @icon{gnus-summary-reply}
5235 Mail a reply to the author of the current article
5236 (@code{gnus-summary-reply}).
5237
5238 @item S R
5239 @itemx R
5240 @kindex R (Summary)
5241 @kindex S R (Summary)
5242 @findex gnus-summary-reply-with-original
5243 @c @icon{gnus-summary-reply-with-original}
5244 Mail a reply to the author of the current article and include the
5245 original message (@code{gnus-summary-reply-with-original}).  This
5246 command uses the process/prefix convention.
5247
5248 @item S w
5249 @kindex S w (Summary)
5250 @findex gnus-summary-wide-reply
5251 Mail a wide reply to the author of the current article
5252 (@code{gnus-summary-wide-reply}).  A @dfn{wide reply} is a reply that
5253 goes out to all people listed in the @code{To}, @code{From} (or
5254 @code{Reply-to}) and @code{Cc} headers.  If @code{Mail-Followup-To} is
5255 present, that's used instead.
5256
5257 @item S W
5258 @kindex S W (Summary)
5259 @findex gnus-summary-wide-reply-with-original
5260 Mail a wide reply to the current article and include the original
5261 message (@code{gnus-summary-wide-reply-with-original}).  This command uses
5262 the process/prefix convention.
5263
5264 @item S v
5265 @kindex S v (Summary)
5266 @findex gnus-summary-very-wide-reply
5267 Mail a very wide reply to the author of the current article
5268 (@code{gnus-summary-wide-reply}).  A @dfn{very wide reply} is a reply
5269 that goes out to all people listed in the @code{To}, @code{From} (or
5270 @code{Reply-to}) and @code{Cc} headers in all the process/prefixed
5271 articles.  This command uses the process/prefix convention.
5272
5273 @item S V
5274 @kindex S V (Summary)
5275 @findex gnus-summary-very-wide-reply-with-original
5276 Mail a very wide reply to the author of the current article and include the
5277 original message (@code{gnus-summary-very-wide-reply-with-original}).  This
5278 command uses the process/prefix convention.
5279
5280 @item S B r
5281 @kindex S B r (Summary)
5282 @findex gnus-summary-reply-broken-reply-to
5283 Mail a reply to the author of the current article but ignore the
5284 @code{Reply-To} field (@code{gnus-summary-reply-broken-reply-to}).
5285 If you need this because a mailing list incorrectly sets a
5286 @code{Reply-To} header pointing to the list, you probably want to set
5287 the @code{broken-reply-to} group parameter instead, so things will work
5288 correctly.  @xref{Group Parameters}.
5289
5290 @item S B R
5291 @kindex S B R (Summary)
5292 @findex gnus-summary-reply-broken-reply-to-with-original
5293 Mail a reply to the author of the current article and include the
5294 original message but ignore the @code{Reply-To} field
5295 (@code{gnus-summary-reply-broken-reply-to-with-original}).
5296
5297 @item S o m
5298 @itemx C-c C-f
5299 @kindex S o m (Summary)
5300 @kindex C-c C-f (Summary)
5301 @findex gnus-summary-mail-forward
5302 @c @icon{gnus-summary-mail-forward}
5303 Forward the current article to some other person
5304 (@code{gnus-summary-mail-forward}).  If no prefix is given, the message
5305 is forwarded according to the value of (@code{message-forward-as-mime})
5306 and (@code{message-forward-show-mml}); if the prefix is 1, decode the
5307 message and forward directly inline; if the prefix is 2, forward message
5308 as an rfc822 @acronym{MIME} section; if the prefix is 3, decode message and
5309 forward as an rfc822 @acronym{MIME} section; if the prefix is 4, forward message
5310 directly inline; otherwise, the message is forwarded as no prefix given
5311 but use the flipped value of (@code{message-forward-as-mime}).  By
5312 default, the message is decoded and forwarded as an rfc822 @acronym{MIME}
5313 section.
5314
5315 @item S m
5316 @itemx m
5317 @kindex m (Summary)
5318 @kindex S m (Summary)
5319 @findex gnus-summary-mail-other-window
5320 @c @icon{gnus-summary-mail-originate}
5321 Prepare a mail (@code{gnus-summary-mail-other-window}).  By default, use
5322 the posting style of the current group.  If given a prefix, disable that.
5323 If the prefix is 1, prompt for a group name to find the posting style.
5324
5325 @item S i
5326 @itemx i
5327 @kindex i (Summary)
5328 @kindex S i (Summary)
5329 @findex gnus-summary-news-other-window
5330 Prepare a news (@code{gnus-summary-news-other-window}).  By default,
5331 post to the current group.  If given a prefix, disable that.  If the
5332 prefix is 1, prompt for a group to post to.
5333
5334 This function actually prepares a news even when using mail groups.
5335 This is useful for ``posting'' messages to mail groups without actually
5336 sending them over the network: they're just saved directly to the group
5337 in question.  The corresponding back end must have a request-post method
5338 for this to work though.
5339
5340 @item S D b
5341 @kindex S D b (Summary)
5342 @findex gnus-summary-resend-bounced-mail
5343 @cindex bouncing mail
5344 If you have sent a mail, but the mail was bounced back to you for some
5345 reason (wrong address, transient failure), you can use this command to
5346 resend that bounced mail (@code{gnus-summary-resend-bounced-mail}).  You
5347 will be popped into a mail buffer where you can edit the headers before
5348 sending the mail off again.  If you give a prefix to this command, and
5349 the bounced mail is a reply to some other mail, Gnus will try to fetch
5350 that mail and display it for easy perusal of its headers.  This might
5351 very well fail, though.
5352
5353 @item S D r
5354 @kindex S D r (Summary)
5355 @findex gnus-summary-resend-message
5356 Not to be confused with the previous command,
5357 @code{gnus-summary-resend-message} will prompt you for an address to
5358 send the current message off to, and then send it to that place.  The
5359 headers of the message won't be altered---but lots of headers that say
5360 @code{Resent-To}, @code{Resent-From} and so on will be added.  This
5361 means that you actually send a mail to someone that has a @code{To}
5362 header that (probably) points to yourself.  This will confuse people.
5363 So, natcherly you'll only do that if you're really eVIl.
5364
5365 This command is mainly used if you have several accounts and want to
5366 ship a mail to a different account of yours.  (If you're both
5367 @code{root} and @code{postmaster} and get a mail for @code{postmaster}
5368 to the @code{root} account, you may want to resend it to
5369 @code{postmaster}.  Ordnung muss sein!
5370
5371 This command understands the process/prefix convention
5372 (@pxref{Process/Prefix}).
5373
5374 @item S O m
5375 @kindex S O m (Summary)
5376 @findex gnus-uu-digest-mail-forward
5377 Digest the current series (@pxref{Decoding Articles}) and forward the
5378 result using mail (@code{gnus-uu-digest-mail-forward}).  This command
5379 uses the process/prefix convention (@pxref{Process/Prefix}).
5380
5381 @item S M-c
5382 @kindex S M-c (Summary)
5383 @findex gnus-summary-mail-crosspost-complaint
5384 @cindex crossposting
5385 @cindex excessive crossposting
5386 Send a complaint about excessive crossposting to the author of the
5387 current article (@code{gnus-summary-mail-crosspost-complaint}).
5388
5389 @findex gnus-crosspost-complaint
5390 This command is provided as a way to fight back against the current
5391 crossposting pandemic that's sweeping Usenet.  It will compose a reply
5392 using the @code{gnus-crosspost-complaint} variable as a preamble.  This
5393 command understands the process/prefix convention
5394 (@pxref{Process/Prefix}) and will prompt you before sending each mail.
5395
5396 @end table
5397
5398 Also @xref{Header Commands, ,Header Commands, message, The Message
5399 Manual}, for more information.
5400
5401
5402 @node Summary Post Commands
5403 @subsection Summary Post Commands
5404 @cindex post
5405 @cindex composing news
5406
5407 Commands for posting a news article:
5408
5409 @table @kbd
5410 @item S p
5411 @itemx a
5412 @kindex a (Summary)
5413 @kindex S p (Summary)
5414 @findex gnus-summary-post-news
5415 @c @icon{gnus-summary-post-news}
5416 Prepare for posting an article (@code{gnus-summary-post-news}).  By
5417 default, post to the current group.  If given a prefix, disable that.
5418 If the prefix is 1, prompt for another group instead.
5419
5420 @item S f
5421 @itemx f
5422 @kindex f (Summary)
5423 @kindex S f (Summary)
5424 @findex gnus-summary-followup
5425 @c @icon{gnus-summary-followup}
5426 Post a followup to the current article (@code{gnus-summary-followup}).
5427
5428 @item S F
5429 @itemx F
5430 @kindex S F (Summary)
5431 @kindex F (Summary)
5432 @c @icon{gnus-summary-followup-with-original}
5433 @findex gnus-summary-followup-with-original
5434 Post a followup to the current article and include the original message
5435 (@code{gnus-summary-followup-with-original}).  This command uses the
5436 process/prefix convention.
5437
5438 @item S n
5439 @kindex S n (Summary)
5440 @findex gnus-summary-followup-to-mail
5441 Post a followup to the current article via news, even if you got the
5442 message through mail (@code{gnus-summary-followup-to-mail}).
5443
5444 @item S N
5445 @kindex S N (Summary)
5446 @findex gnus-summary-followup-to-mail-with-original
5447 Post a followup to the current article via news, even if you got the
5448 message through mail and include the original message
5449 (@code{gnus-summary-followup-to-mail-with-original}).  This command uses
5450 the process/prefix convention.
5451
5452 @item S o p
5453 @kindex S o p (Summary)
5454 @findex gnus-summary-post-forward
5455 Forward the current article to a newsgroup
5456 (@code{gnus-summary-post-forward}).
5457  If no prefix is given, the message is forwarded according to the value
5458 of (@code{message-forward-as-mime}) and
5459 (@code{message-forward-show-mml}); if the prefix is 1, decode the
5460 message and forward directly inline; if the prefix is 2, forward message
5461 as an rfc822 @acronym{MIME} section; if the prefix is 3, decode message and
5462 forward as an rfc822 @acronym{MIME} section; if the prefix is 4, forward message
5463 directly inline; otherwise, the message is forwarded as no prefix given
5464 but use the flipped value of (@code{message-forward-as-mime}).  By
5465 default, the message is decoded and forwarded as an rfc822 @acronym{MIME} section.
5466
5467 @item S O p
5468 @kindex S O p (Summary)
5469 @findex gnus-uu-digest-post-forward
5470 @cindex digests
5471 @cindex making digests
5472 Digest the current series and forward the result to a newsgroup
5473 (@code{gnus-uu-digest-mail-forward}).  This command uses the
5474 process/prefix convention.
5475
5476 @item S u
5477 @kindex S u (Summary)
5478 @findex gnus-uu-post-news
5479 @c @icon{gnus-uu-post-news}
5480 Uuencode a file, split it into parts, and post it as a series
5481 (@code{gnus-uu-post-news}).  (@pxref{Uuencoding and Posting}).
5482 @end table
5483
5484 Also @xref{Header Commands, ,Header Commands, message, The Message
5485 Manual}, for more information.
5486
5487
5488 @node Summary Message Commands
5489 @subsection Summary Message Commands
5490
5491 @table @kbd
5492 @item S y
5493 @kindex S y (Summary)
5494 @findex gnus-summary-yank-message
5495 Yank the current article into an already existing Message composition
5496 buffer (@code{gnus-summary-yank-message}).  This command prompts for
5497 what message buffer you want to yank into, and understands the
5498 process/prefix convention (@pxref{Process/Prefix}).
5499
5500 @end table
5501
5502
5503 @node Canceling and Superseding
5504 @subsection Canceling Articles
5505 @cindex canceling articles
5506 @cindex superseding articles
5507
5508 Have you ever written something, and then decided that you really,
5509 really, really wish you hadn't posted that?
5510
5511 Well, you can't cancel mail, but you can cancel posts.
5512
5513 @findex gnus-summary-cancel-article
5514 @kindex C (Summary)
5515 @c @icon{gnus-summary-cancel-article}
5516 Find the article you wish to cancel (you can only cancel your own
5517 articles, so don't try any funny stuff).  Then press @kbd{C} or @kbd{S
5518 c} (@code{gnus-summary-cancel-article}).  Your article will be
5519 canceled---machines all over the world will be deleting your article.
5520 This command uses the process/prefix convention (@pxref{Process/Prefix}).
5521
5522 Be aware, however, that not all sites honor cancels, so your article may
5523 live on here and there, while most sites will delete the article in
5524 question.
5525
5526 Gnus will use the ``current'' select method when canceling.  If you
5527 want to use the standard posting method, use the @samp{a} symbolic
5528 prefix (@pxref{Symbolic Prefixes}).
5529
5530 If you discover that you have made some mistakes and want to do some
5531 corrections, you can post a @dfn{superseding} article that will replace
5532 your original article.
5533
5534 @findex gnus-summary-supersede-article
5535 @kindex S (Summary)
5536 Go to the original article and press @kbd{S s}
5537 (@code{gnus-summary-supersede-article}).  You will be put in a buffer
5538 where you can edit the article all you want before sending it off the
5539 usual way.
5540
5541 The same goes for superseding as for canceling, only more so: Some
5542 sites do not honor superseding.  On those sites, it will appear that you
5543 have posted almost the same article twice.
5544
5545 If you have just posted the article, and change your mind right away,
5546 there is a trick you can use to cancel/supersede the article without
5547 waiting for the article to appear on your site first.  You simply return
5548 to the post buffer (which is called @code{*sent ...*}).  There you will
5549 find the article you just posted, with all the headers intact.  Change
5550 the @code{Message-ID} header to a @code{Cancel} or @code{Supersedes}
5551 header by substituting one of those words for the word
5552 @code{Message-ID}.  Then just press @kbd{C-c C-c} to send the article as
5553 you would do normally.  The previous article will be
5554 canceled/superseded.
5555
5556 Just remember, kids: There is no 'c' in 'supersede'.
5557
5558 @node Delayed Articles
5559 @section Delayed Articles
5560 @cindex delayed sending
5561 @cindex send delayed
5562
5563 Sometimes, you might wish to delay the sending of a message.  For
5564 example, you might wish to arrange for a message to turn up just in time
5565 to remind your about the birthday of your Significant Other.  For this,
5566 there is the @code{gnus-delay} package.  Setup is simple:
5567
5568 @lisp
5569 (gnus-delay-initialize)
5570 @end lisp
5571
5572 @findex gnus-delay-article
5573 Normally, to send a message you use the @kbd{C-c C-c} command from
5574 Message mode.  To delay a message, use @kbd{C-c C-j}
5575 (@code{gnus-delay-article}) instead.  This will ask you for how long the
5576 message should be delayed.  Possible answers are:
5577
5578 @itemize @bullet
5579 @item
5580 A time span.  Consists of an integer and a letter.  For example,
5581 @code{42d} means to delay for 42 days.  Available letters are @code{m}
5582 (minutes), @code{h} (hours), @code{d} (days), @code{w} (weeks), @code{M}
5583 (months) and @code{Y} (years).
5584
5585 @item
5586 A specific date.  Looks like @code{YYYY-MM-DD}.  The message will be
5587 delayed until that day, at a specific time (eight o'clock by default).
5588 See also @code{gnus-delay-default-hour}.
5589
5590 @item
5591 A specific time of day.  Given in @code{hh:mm} format, 24h, no am/pm
5592 stuff.  The deadline will be at that time today, except if that time has
5593 already passed, then it's at the given time tomorrow.  So if it's ten
5594 o'clock in the morning and you specify @code{11:15}, then the deadline
5595 is one hour and fifteen minutes hence.  But if you specify @code{9:20},
5596 that means a time tomorrow.
5597 @end itemize
5598
5599 The action of the @code{gnus-delay-article} command is influenced by a
5600 couple of variables:
5601
5602 @table @code
5603 @item gnus-delay-default-hour
5604 @vindex gnus-delay-default-hour
5605 When you specify a specific date, the message will be due on that hour
5606 on the given date.  Possible values are integers 0 through 23.
5607
5608 @item gnus-delay-default-delay
5609 @vindex gnus-delay-default-delay
5610 This is a string and gives the default delay.  It can be of any of the
5611 formats described above.
5612
5613 @item gnus-delay-group
5614 @vindex gnus-delay-group
5615 Delayed articles will be kept in this group on the drafts server until
5616 they are due.  You probably don't need to change this.  The default
5617 value is @code{"delayed"}.
5618
5619 @item gnus-delay-header
5620 @vindex gnus-delay-header
5621 The deadline for each article will be stored in a header.  This variable
5622 is a string and gives the header name.  You probably don't need to
5623 change this.  The default value is @code{"X-Gnus-Delayed"}.
5624 @end table
5625
5626 The way delaying works is like this: when you use the
5627 @code{gnus-delay-article} command, you give a certain delay.  Gnus
5628 calculates the deadline of the message and stores it in the
5629 @code{X-Gnus-Delayed} header and puts the message in the
5630 @code{nndraft:delayed} group.
5631
5632 @findex gnus-delay-send-queue
5633 And whenever you get new news, Gnus looks through the group for articles
5634 which are due and sends them.  It uses the @code{gnus-delay-send-queue}
5635 function for this.  By default, this function is added to the hook
5636 @code{gnus-get-new-news-hook}.  But of course, you can change this.
5637 Maybe you want to use the demon to send drafts?  Just tell the demon to
5638 execute the @code{gnus-delay-send-queue} function.
5639
5640 @table @code
5641 @item gnus-delay-initialize
5642 @findex gnus-delay-initialize
5643 By default, this function installs @code{gnus-delay-send-queue} in
5644 @code{gnus-get-new-news-hook}.  But it accepts the optional second
5645 argument @code{no-check}.  If it is non-@code{nil},
5646 @code{gnus-get-new-news-hook} is not changed.  The optional first
5647 argument is ignored.
5648
5649 For example, @code{(gnus-delay-initialize nil t)} means to do nothing.
5650 Presumably, you want to use the demon for sending due delayed articles.
5651 Just don't forget to set that up :-)
5652 @end table
5653
5654
5655 @node Marking Articles
5656 @section Marking Articles
5657 @cindex article marking
5658 @cindex article ticking
5659 @cindex marks
5660
5661 There are several marks you can set on an article.
5662
5663 You have marks that decide the @dfn{readedness} (whoo, neato-keano
5664 neologism ohoy!) of the article.  Alphabetic marks generally mean
5665 @dfn{read}, while non-alphabetic characters generally mean @dfn{unread}.
5666
5667 In addition, you also have marks that do not affect readedness.
5668
5669 @menu
5670 * Unread Articles::             Marks for unread articles.
5671 * Read Articles::               Marks for read articles.
5672 * Other Marks::                 Marks that do not affect readedness.
5673 @end menu
5674
5675 @ifinfo
5676 There's a plethora of commands for manipulating these marks:
5677 @end ifinfo
5678
5679 @menu
5680 * Setting Marks::             How to set and remove marks.
5681 * Generic Marking Commands::  How to customize the marking.
5682 * Setting Process Marks::     How to mark articles for later processing.
5683 @end menu
5684
5685
5686 @node Unread Articles
5687 @subsection Unread Articles
5688
5689 The following marks mark articles as (kinda) unread, in one form or
5690 other.
5691
5692 @table @samp
5693 @item !
5694 @vindex gnus-ticked-mark
5695 Marked as ticked (@code{gnus-ticked-mark}).
5696
5697 @dfn{Ticked articles} are articles that will remain visible always.  If
5698 you see an article that you find interesting, or you want to put off
5699 reading it, or replying to it, until sometime later, you'd typically
5700 tick it.  However, articles can be expired (from news servers by the
5701 news server software, Gnus itself never expires ticked messages), so if
5702 you want to keep an article forever, you'll have to make it persistent
5703 (@pxref{Persistent Articles}).
5704
5705 @item ?
5706 @vindex gnus-dormant-mark
5707 Marked as dormant (@code{gnus-dormant-mark}).
5708
5709 @dfn{Dormant articles} will only appear in the summary buffer if there
5710 are followups to it.  If you want to see them even if they don't have
5711 followups, you can use the @kbd{/ D} command (@pxref{Limiting}).
5712 Otherwise (except for the visibility issue), they are just like ticked
5713 messages.
5714
5715 @item SPACE
5716 @vindex gnus-unread-mark
5717 Marked as unread (@code{gnus-unread-mark}).
5718
5719 @dfn{Unread articles} are articles that haven't been read at all yet.
5720 @end table
5721
5722
5723 @node Read Articles
5724 @subsection Read Articles
5725 @cindex expirable mark
5726
5727 All the following marks mark articles as read.
5728
5729 @table @samp
5730
5731 @item r
5732 @vindex gnus-del-mark
5733 These are articles that the user has marked as read with the @kbd{d}
5734 command manually, more or less (@code{gnus-del-mark}).
5735
5736 @item R
5737 @vindex gnus-read-mark
5738 Articles that have actually been read (@code{gnus-read-mark}).
5739
5740 @item O
5741 @vindex gnus-ancient-mark
5742 Articles that were marked as read in previous sessions and are now
5743 @dfn{old} (@code{gnus-ancient-mark}).
5744
5745 @item K
5746 @vindex gnus-killed-mark
5747 Marked as killed (@code{gnus-killed-mark}).
5748
5749 @item X
5750 @vindex gnus-kill-file-mark
5751 Marked as killed by kill files (@code{gnus-kill-file-mark}).
5752
5753 @item Y
5754 @vindex gnus-low-score-mark
5755 Marked as read by having too low a score (@code{gnus-low-score-mark}).
5756
5757 @item C
5758 @vindex gnus-catchup-mark
5759 Marked as read by a catchup (@code{gnus-catchup-mark}).
5760
5761 @item G
5762 @vindex gnus-canceled-mark
5763 Canceled article (@code{gnus-canceled-mark})
5764
5765 @item F
5766 @vindex gnus-souped-mark
5767 @sc{soup}ed article (@code{gnus-souped-mark}).  @xref{SOUP}.
5768
5769 @item Q
5770 @vindex gnus-sparse-mark
5771 Sparsely reffed article (@code{gnus-sparse-mark}).  @xref{Customizing
5772 Threading}.
5773
5774 @item M
5775 @vindex gnus-duplicate-mark
5776 Article marked as read by duplicate suppression
5777 (@code{gnus-duplicate-mark}).  @xref{Duplicate Suppression}.
5778
5779 @end table
5780
5781 All these marks just mean that the article is marked as read, really.
5782 They are interpreted differently when doing adaptive scoring, though.
5783
5784 One more special mark, though:
5785
5786 @table @samp
5787 @item E
5788 @vindex gnus-expirable-mark
5789 Marked as expirable (@code{gnus-expirable-mark}).
5790
5791 Marking articles as @dfn{expirable} (or have them marked as such
5792 automatically) doesn't make much sense in normal groups---a user doesn't
5793 control expiring of news articles, but in mail groups, for instance,
5794 articles marked as @dfn{expirable} can be deleted by Gnus at
5795 any time.
5796 @end table
5797
5798
5799 @node Other Marks
5800 @subsection Other Marks
5801 @cindex process mark
5802 @cindex bookmarks
5803
5804 There are some marks that have nothing to do with whether the article is
5805 read or not.
5806
5807 @itemize @bullet
5808
5809 @item
5810 You can set a bookmark in the current article.  Say you are reading a
5811 long thesis on cats' urinary tracts, and have to go home for dinner
5812 before you've finished reading the thesis.  You can then set a bookmark
5813 in the article, and Gnus will jump to this bookmark the next time it
5814 encounters the article.  @xref{Setting Marks}.
5815
5816 @item
5817 @vindex gnus-replied-mark
5818 All articles that you have replied to or made a followup to (i.e., have
5819 answered) will be marked with an @samp{A} in the second column
5820 (@code{gnus-replied-mark}).
5821
5822 @item
5823 @vindex gnus-forwarded-mark
5824 All articles that you have forwarded will be marked with an @samp{F} in
5825 the second column (@code{gnus-forwarded-mark}).
5826
5827 @item
5828 @vindex gnus-cached-mark
5829 Articles stored in the article cache will be marked with an @samp{*} in
5830 the second column (@code{gnus-cached-mark}).  @xref{Article Caching}.
5831
5832 @item
5833 @vindex gnus-saved-mark
5834 Articles ``saved'' (in some manner or other; not necessarily
5835 religiously) are marked with an @samp{S} in the second column
5836 (@code{gnus-saved-mark}).
5837
5838 @item
5839 @vindex gnus-recent-mark
5840 Articles that according to the server haven't been shown to the user
5841 before are marked with a @samp{N} in the second column
5842 (@code{gnus-recent-mark}).  Note that not all servers support this
5843 mark, in which case it simply never appears.  Compare with
5844 @code{gnus-unseen-mark}.
5845
5846 @item
5847 @vindex gnus-unseen-mark
5848 Articles that haven't been seen before in Gnus by the user are marked
5849 with a @samp{.} in the second column (@code{gnus-unseen-mark}).
5850 Compare with @code{gnus-recent-mark}.
5851
5852 @item
5853 @vindex gnus-downloaded-mark
5854 When using the Gnus agent (@pxref{Agent Basics}), articles may be
5855 downloaded for unplugged (offline) viewing.  If you are using the
5856 @samp{%O} spec, these articles get the @samp{+} mark in that spec.
5857 (The variable @code{gnus-downloaded-mark} controls which character to
5858 use.)
5859
5860 @item
5861 @vindex gnus-undownloaded-mark
5862 When using the Gnus agent (@pxref{Agent Basics}), some articles might
5863 not have been downloaded.  Such articles cannot be viewed while you
5864 are unplugged (offline).  If you are using the @samp{%O} spec, these
5865 articles get the @samp{-} mark in that spec.  (The variable
5866 @code{gnus-undownloaded-mark} controls which character to use.)
5867
5868 @item
5869 @vindex gnus-downloadable-mark
5870 The Gnus agent (@pxref{Agent Basics}) downloads some articles
5871 automatically, but it is also possible to explicitly mark articles for
5872 download, even if they would not be downloaded automatically.  Such
5873 explicitly-marked articles get the @samp{%} mark in the first column.
5874 (The variable @code{gnus-downloadable-mark} controls which character to
5875 use.)
5876
5877 @item
5878 @vindex gnus-not-empty-thread-mark
5879 @vindex gnus-empty-thread-mark
5880 If the @samp{%e} spec is used, the presence of threads or not will be
5881 marked with @code{gnus-not-empty-thread-mark} and
5882 @code{gnus-empty-thread-mark} in the third column, respectively.
5883
5884 @item
5885 @vindex gnus-process-mark
5886 Finally we have the @dfn{process mark} (@code{gnus-process-mark}).  A
5887 variety of commands react to the presence of the process mark.  For
5888 instance, @kbd{X u} (@code{gnus-uu-decode-uu}) will uudecode and view
5889 all articles that have been marked with the process mark.  Articles
5890 marked with the process mark have a @samp{#} in the second column.
5891
5892 @end itemize
5893
5894 You might have noticed that most of these ``non-readedness'' marks
5895 appear in the second column by default.  So if you have a cached, saved,
5896 replied article that you have process-marked, what will that look like?
5897
5898 Nothing much.  The precedence rules go as follows: process -> cache ->
5899 replied -> saved.  So if the article is in the cache and is replied,
5900 you'll only see the cache mark and not the replied mark.
5901
5902
5903 @node Setting Marks
5904 @subsection Setting Marks
5905 @cindex setting marks
5906
5907 All the marking commands understand the numeric prefix.
5908
5909 @table @kbd
5910 @item M c
5911 @itemx M-u
5912 @kindex M c (Summary)
5913 @kindex M-u (Summary)
5914 @findex gnus-summary-clear-mark-forward
5915 @cindex mark as unread
5916 Clear all readedness-marks from the current article
5917 (@code{gnus-summary-clear-mark-forward}).  In other words, mark the
5918 article as unread.
5919
5920 @item M t
5921 @itemx !
5922 @kindex ! (Summary)
5923 @kindex M t (Summary)
5924 @findex gnus-summary-tick-article-forward
5925 Tick the current article (@code{gnus-summary-tick-article-forward}).
5926 @xref{Article Caching}.
5927
5928 @item M ?
5929 @itemx ?
5930 @kindex ? (Summary)
5931 @kindex M ? (Summary)
5932 @findex gnus-summary-mark-as-dormant
5933 Mark the current article as dormant
5934 (@code{gnus-summary-mark-as-dormant}).  @xref{Article Caching}.
5935
5936 @item M d
5937 @itemx d
5938 @kindex M d (Summary)
5939 @kindex d (Summary)
5940 @findex gnus-summary-mark-as-read-forward
5941 Mark the current article as read
5942 (@code{gnus-summary-mark-as-read-forward}).
5943
5944 @item D
5945 @kindex D (Summary)
5946 @findex gnus-summary-mark-as-read-backward
5947 Mark the current article as read and move point to the previous line
5948 (@code{gnus-summary-mark-as-read-backward}).
5949
5950 @item M k
5951 @itemx k
5952 @kindex k (Summary)
5953 @kindex M k (Summary)
5954 @findex gnus-summary-kill-same-subject-and-select
5955 Mark all articles that have the same subject as the current one as read,
5956 and then select the next unread article
5957 (@code{gnus-summary-kill-same-subject-and-select}).
5958
5959 @item M K
5960 @itemx C-k
5961 @kindex M K (Summary)
5962 @kindex C-k (Summary)
5963 @findex gnus-summary-kill-same-subject
5964 Mark all articles that have the same subject as the current one as read
5965 (@code{gnus-summary-kill-same-subject}).
5966
5967 @item M C
5968 @kindex M C (Summary)
5969 @findex gnus-summary-catchup
5970 @c @icon{gnus-summary-catchup}
5971 Mark all unread articles as read (@code{gnus-summary-catchup}).
5972
5973 @item M C-c
5974 @kindex M C-c (Summary)
5975 @findex gnus-summary-catchup-all
5976 Mark all articles in the group as read---even the ticked and dormant
5977 articles (@code{gnus-summary-catchup-all}).
5978
5979 @item M H
5980 @kindex M H (Summary)
5981 @findex gnus-summary-catchup-to-here
5982 Catchup the current group to point (before the point)
5983 (@code{gnus-summary-catchup-to-here}).
5984
5985 @item M h
5986 @kindex M h (Summary)
5987 @findex gnus-summary-catchup-from-here
5988 Catchup the current group from point (after the point)
5989 (@code{gnus-summary-catchup-from-here}).
5990
5991 @item C-w
5992 @kindex C-w (Summary)
5993 @findex gnus-summary-mark-region-as-read
5994 Mark all articles between point and mark as read
5995 (@code{gnus-summary-mark-region-as-read}).
5996
5997 @item M V k
5998 @kindex M V k (Summary)
5999 @findex gnus-summary-kill-below
6000 Kill all articles with scores below the default score (or below the
6001 numeric prefix) (@code{gnus-summary-kill-below}).
6002
6003 @item M e
6004 @itemx E
6005 @kindex M e (Summary)
6006 @kindex E (Summary)
6007 @findex gnus-summary-mark-as-expirable
6008 Mark the current article as expirable
6009 (@code{gnus-summary-mark-as-expirable}).
6010
6011 @item M b
6012 @kindex M b (Summary)
6013 @findex gnus-summary-set-bookmark
6014 Set a bookmark in the current article
6015 (@code{gnus-summary-set-bookmark}).
6016
6017 @item M B
6018 @kindex M B (Summary)
6019 @findex gnus-summary-remove-bookmark
6020 Remove the bookmark from the current article
6021 (@code{gnus-summary-remove-bookmark}).
6022
6023 @item M V c
6024 @kindex M V c (Summary)
6025 @findex gnus-summary-clear-above
6026 Clear all marks from articles with scores over the default score (or
6027 over the numeric prefix) (@code{gnus-summary-clear-above}).
6028
6029 @item M V u
6030 @kindex M V u (Summary)
6031 @findex gnus-summary-tick-above
6032 Tick all articles with scores over the default score (or over the
6033 numeric prefix) (@code{gnus-summary-tick-above}).
6034
6035 @item M V m
6036 @kindex M V m (Summary)
6037 @findex gnus-summary-mark-above
6038 Prompt for a mark, and mark all articles with scores over the default
6039 score (or over the numeric prefix) with this mark
6040 (@code{gnus-summary-clear-above}).
6041 @end table
6042
6043 @vindex gnus-summary-goto-unread
6044 The @code{gnus-summary-goto-unread} variable controls what action should
6045 be taken after setting a mark.  If non-@code{nil}, point will move to
6046 the next/previous unread article.  If @code{nil}, point will just move
6047 one line up or down.  As a special case, if this variable is
6048 @code{never}, all the marking commands as well as other commands (like
6049 @kbd{SPACE}) will move to the next article, whether it is unread or not.
6050 The default is @code{t}.
6051
6052
6053 @node Generic Marking Commands
6054 @subsection Generic Marking Commands
6055
6056 Some people would like the command that ticks an article (@kbd{!}) go to
6057 the next article.  Others would like it to go to the next unread
6058 article.  Yet others would like it to stay on the current article.  And
6059 even though I haven't heard of anybody wanting it to go to the
6060 previous (unread) article, I'm sure there are people that want that as
6061 well.
6062
6063 Multiply these five behaviors with five different marking commands, and
6064 you get a potentially complex set of variable to control what each
6065 command should do.
6066
6067 To sidestep that mess, Gnus provides commands that do all these
6068 different things.  They can be found on the @kbd{M M} map in the summary
6069 buffer.  Type @kbd{M M C-h} to see them all---there are too many of them
6070 to list in this manual.
6071
6072 While you can use these commands directly, most users would prefer
6073 altering the summary mode keymap.  For instance, if you would like the
6074 @kbd{!} command to go to the next article instead of the next unread
6075 article, you could say something like:
6076
6077 @lisp
6078 @group
6079 (add-hook 'gnus-summary-mode-hook 'my-alter-summary-map)
6080 (defun my-alter-summary-map ()
6081   (local-set-key "!" 'gnus-summary-put-mark-as-ticked-next))
6082 @end group
6083 @end lisp
6084
6085 @noindent
6086 or
6087
6088 @lisp
6089 (defun my-alter-summary-map ()
6090   (local-set-key "!" "MM!n"))
6091 @end lisp
6092
6093
6094 @node Setting Process Marks
6095 @subsection Setting Process Marks
6096 @cindex setting process marks
6097
6098 Process marks are displayed as @code{#} in the summary buffer, and are
6099 used for marking articles in such a way that other commands will
6100 process these articles.  For instance, if you process mark four
6101 articles and then use the @kbd{*} command, Gnus will enter these four
6102 commands into the cache.  For more information,
6103 @pxref{Process/Prefix}.
6104
6105 @table @kbd
6106
6107 @item M P p
6108 @itemx #
6109 @kindex # (Summary)
6110 @kindex M P p (Summary)
6111 @findex gnus-summary-mark-as-processable
6112 Mark the current article with the process mark
6113 (@code{gnus-summary-mark-as-processable}).
6114 @findex gnus-summary-unmark-as-processable
6115
6116 @item M P u
6117 @itemx M-#
6118 @kindex M P u (Summary)
6119 @kindex M-# (Summary)
6120 Remove the process mark, if any, from the current article
6121 (@code{gnus-summary-unmark-as-processable}).
6122
6123 @item M P U
6124 @kindex M P U (Summary)
6125 @findex gnus-summary-unmark-all-processable
6126 Remove the process mark from all articles
6127 (@code{gnus-summary-unmark-all-processable}).
6128
6129 @item M P i
6130 @kindex M P i (Summary)
6131 @findex gnus-uu-invert-processable
6132 Invert the list of process marked articles
6133 (@code{gnus-uu-invert-processable}).
6134
6135 @item M P R
6136 @kindex M P R (Summary)
6137 @findex gnus-uu-mark-by-regexp
6138 Mark articles that have a @code{Subject} header that matches a regular
6139 expression (@code{gnus-uu-mark-by-regexp}).
6140
6141 @item M P G
6142 @kindex M P G (Summary)
6143 @findex gnus-uu-unmark-by-regexp
6144 Unmark articles that have a @code{Subject} header that matches a regular
6145 expression (@code{gnus-uu-unmark-by-regexp}).
6146
6147 @item M P r
6148 @kindex M P r (Summary)
6149 @findex gnus-uu-mark-region
6150 Mark articles in region (@code{gnus-uu-mark-region}).
6151
6152 @item M P g
6153 @kindex M P g
6154 @findex gnus-uu-unmark-region
6155 Unmark articles in region (@code{gnus-uu-unmark-region}).
6156
6157 @item M P t
6158 @kindex M P t (Summary)
6159 @findex gnus-uu-mark-thread
6160 Mark all articles in the current (sub)thread
6161 (@code{gnus-uu-mark-thread}).
6162
6163 @item M P T
6164 @kindex M P T (Summary)
6165 @findex gnus-uu-unmark-thread
6166 Unmark all articles in the current (sub)thread
6167 (@code{gnus-uu-unmark-thread}).
6168
6169 @item M P v
6170 @kindex M P v (Summary)
6171 @findex gnus-uu-mark-over
6172 Mark all articles that have a score above the prefix argument
6173 (@code{gnus-uu-mark-over}).
6174
6175 @item M P s
6176 @kindex M P s (Summary)
6177 @findex gnus-uu-mark-series
6178 Mark all articles in the current series (@code{gnus-uu-mark-series}).
6179
6180 @item M P S
6181 @kindex M P S (Summary)
6182 @findex gnus-uu-mark-sparse
6183 Mark all series that have already had some articles marked
6184 (@code{gnus-uu-mark-sparse}).
6185
6186 @item M P a
6187 @kindex M P a (Summary)
6188 @findex gnus-uu-mark-all
6189 Mark all articles in series order (@code{gnus-uu-mark-series}).
6190
6191 @item M P b
6192 @kindex M P b (Summary)
6193 @findex gnus-uu-mark-buffer
6194 Mark all articles in the buffer in the order they appear
6195 (@code{gnus-uu-mark-buffer}).
6196
6197 @item M P k
6198 @kindex M P k (Summary)
6199 @findex gnus-summary-kill-process-mark
6200 Push the current process mark set onto the stack and unmark all articles
6201 (@code{gnus-summary-kill-process-mark}).
6202
6203 @item M P y
6204 @kindex M P y (Summary)
6205 @findex gnus-summary-yank-process-mark
6206 Pop the previous process mark set from the stack and restore it
6207 (@code{gnus-summary-yank-process-mark}).
6208
6209 @item M P w
6210 @kindex M P w (Summary)
6211 @findex gnus-summary-save-process-mark
6212 Push the current process mark set onto the stack
6213 (@code{gnus-summary-save-process-mark}).
6214
6215 @end table
6216
6217 Also see the @kbd{&} command in @ref{Searching for Articles}, for how to
6218 set process marks based on article body contents.
6219
6220
6221 @node Limiting
6222 @section Limiting
6223 @cindex limiting
6224
6225 It can be convenient to limit the summary buffer to just show some
6226 subset of the articles currently in the group.  The effect most limit
6227 commands have is to remove a few (or many) articles from the summary
6228 buffer.
6229
6230 All limiting commands work on subsets of the articles already fetched
6231 from the servers.  None of these commands query the server for
6232 additional articles.
6233
6234 @table @kbd
6235
6236 @item / /
6237 @itemx / s
6238 @kindex / / (Summary)
6239 @findex gnus-summary-limit-to-subject
6240 Limit the summary buffer to articles that match some subject
6241 (@code{gnus-summary-limit-to-subject}).  If given a prefix, exclude
6242 matching articles.
6243
6244 @item / a
6245 @kindex / a (Summary)
6246 @findex gnus-summary-limit-to-author
6247 Limit the summary buffer to articles that match some author
6248 (@code{gnus-summary-limit-to-author}).  If given a prefix, exclude
6249 matching articles.
6250
6251 @item / x
6252 @kindex / x (Summary)
6253 @findex gnus-summary-limit-to-extra
6254 Limit the summary buffer to articles that match one of the ``extra''
6255 headers (@pxref{To From Newsgroups})
6256 (@code{gnus-summary-limit-to-extra}).  If given a prefix, exclude
6257 matching articles.
6258
6259 @item / u
6260 @itemx x
6261 @kindex / u (Summary)
6262 @kindex x (Summary)
6263 @findex gnus-summary-limit-to-unread
6264 Limit the summary buffer to articles not marked as read
6265 (@code{gnus-summary-limit-to-unread}).  If given a prefix, limit the
6266 buffer to articles strictly unread.  This means that ticked and
6267 dormant articles will also be excluded.
6268
6269 @item / m
6270 @kindex / m (Summary)
6271 @findex gnus-summary-limit-to-marks
6272 Ask for a mark and then limit to all articles that have been marked
6273 with that mark (@code{gnus-summary-limit-to-marks}).
6274
6275 @item / t
6276 @kindex / t (Summary)
6277 @findex gnus-summary-limit-to-age
6278 Ask for a number and then limit the summary buffer to articles older than (or equal to) that number of days
6279 (@code{gnus-summary-limit-to-age}).  If given a prefix, limit to
6280 articles younger than that number of days.
6281
6282 @item / n
6283 @kindex / n (Summary)
6284 @findex gnus-summary-limit-to-articles
6285 Limit the summary buffer to the current article
6286 (@code{gnus-summary-limit-to-articles}).  Uses the process/prefix
6287 convention (@pxref{Process/Prefix}).
6288
6289 @item / w
6290 @kindex / w (Summary)
6291 @findex gnus-summary-pop-limit
6292 Pop the previous limit off the stack and restore it
6293 (@code{gnus-summary-pop-limit}).  If given a prefix, pop all limits off
6294 the stack.
6295
6296 @item / .
6297 @kindex / . (Summary)
6298 @findex gnus-summary-limit-to-unseen
6299 Limit the summary buffer to the unseen articles
6300 (@code{gnus-summary-limit-to-unseen}).
6301
6302 @item / v
6303 @kindex / v (Summary)
6304 @findex gnus-summary-limit-to-score
6305 Limit the summary buffer to articles that have a score at or above some
6306 score (@code{gnus-summary-limit-to-score}).
6307
6308 @item / p
6309 @kindex / p (Summary)
6310 @findex gnus-summary-limit-to-display-predicate
6311 Limit the summary buffer to articles that satisfy the @code{display}
6312 group parameter predicate
6313 (@code{gnus-summary-limit-to-display-predicate}).  @xref{Group
6314 Parameters}, for more on this predicate.
6315
6316 @item / E
6317 @itemx M S
6318 @kindex M S (Summary)
6319 @kindex / E (Summary)
6320 @findex gnus-summary-limit-include-expunged
6321 Include all expunged articles in the limit
6322 (@code{gnus-summary-limit-include-expunged}).
6323
6324 @item / D
6325 @kindex / D (Summary)
6326 @findex gnus-summary-limit-include-dormant
6327 Include all dormant articles in the limit
6328 (@code{gnus-summary-limit-include-dormant}).
6329
6330 @item / *
6331 @kindex / * (Summary)
6332 @findex gnus-summary-limit-include-cached
6333 Include all cached articles in the limit
6334 (@code{gnus-summary-limit-include-cached}).
6335
6336 @item / d
6337 @kindex / d (Summary)
6338 @findex gnus-summary-limit-exclude-dormant
6339 Exclude all dormant articles from the limit
6340 (@code{gnus-summary-limit-exclude-dormant}).
6341
6342 @item / M
6343 @kindex / M (Summary)
6344 @findex gnus-summary-limit-exclude-marks
6345 Exclude all marked articles (@code{gnus-summary-limit-exclude-marks}).
6346
6347 @item / T
6348 @kindex / T (Summary)
6349 @findex gnus-summary-limit-include-thread
6350 Include all the articles in the current thread in the limit.
6351
6352 @item / c
6353 @kindex / c (Summary)
6354 @findex gnus-summary-limit-exclude-childless-dormant
6355 Exclude all dormant articles that have no children from the limit@*
6356 (@code{gnus-summary-limit-exclude-childless-dormant}).
6357
6358 @item / C
6359 @kindex / C (Summary)
6360 @findex gnus-summary-limit-mark-excluded-as-read
6361 Mark all excluded unread articles as read
6362 (@code{gnus-summary-limit-mark-excluded-as-read}).  If given a prefix,
6363 also mark excluded ticked and dormant articles as read.
6364
6365 @item / N
6366 @kindex / N (Summary)
6367 @findex gnus-summary-insert-new-articles
6368 Insert all new articles in the summary buffer.  It scans for new emails
6369 if @var{back-end}@code{-get-new-mail} is non-@code{nil}.
6370
6371 @item / o
6372 @kindex / o (Summary)
6373 @findex gnus-summary-insert-old-articles
6374 Insert all old articles in the summary buffer.  If given a numbered
6375 prefix, fetch this number of articles.
6376
6377 @end table
6378
6379
6380 @node Threading
6381 @section Threading
6382 @cindex threading
6383 @cindex article threading
6384
6385 Gnus threads articles by default.  @dfn{To thread} is to put responses
6386 to articles directly after the articles they respond to---in a
6387 hierarchical fashion.
6388
6389 Threading is done by looking at the @code{References} headers of the
6390 articles.  In a perfect world, this would be enough to build pretty
6391 trees, but unfortunately, the @code{References} header is often broken
6392 or simply missing.  Weird news propagation exacerbates the problem,
6393 so one has to employ other heuristics to get pleasing results.  A
6394 plethora of approaches exists, as detailed in horrible detail in
6395 @ref{Customizing Threading}.
6396
6397 First, a quick overview of the concepts:
6398
6399 @table @dfn
6400 @item root
6401 The top-most article in a thread; the first article in the thread.
6402
6403 @item thread
6404 A tree-like article structure.
6405
6406 @item sub-thread
6407 A small(er) section of this tree-like structure.
6408
6409 @item loose threads
6410 Threads often lose their roots due to article expiry, or due to the root
6411 already having been read in a previous session, and not displayed in the
6412 summary buffer.  We then typically have many sub-threads that really
6413 belong to one thread, but are without connecting roots.  These are
6414 called loose threads.
6415
6416 @item thread gathering
6417 An attempt to gather loose threads into bigger threads.
6418
6419 @item sparse threads
6420 A thread where the missing articles have been ``guessed'' at, and are
6421 displayed as empty lines in the summary buffer.
6422
6423 @end table
6424
6425
6426 @menu
6427 * Customizing Threading::       Variables you can change to affect the threading.
6428 * Thread Commands::             Thread based commands in the summary buffer.
6429 @end menu
6430
6431
6432 @node Customizing Threading
6433 @subsection Customizing Threading
6434 @cindex customizing threading
6435
6436 @menu
6437 * Loose Threads::               How Gnus gathers loose threads into bigger threads.
6438 * Filling In Threads::          Making the threads displayed look fuller.
6439 * More Threading::              Even more variables for fiddling with threads.
6440 * Low-Level Threading::         You thought it was over@dots{} but you were wrong!
6441 @end menu
6442
6443
6444 @node Loose Threads
6445 @subsubsection Loose Threads
6446 @cindex <
6447 @cindex >
6448 @cindex loose threads
6449
6450 @table @code
6451 @item gnus-summary-make-false-root
6452 @vindex gnus-summary-make-false-root
6453 If non-@code{nil}, Gnus will gather all loose subtrees into one big tree
6454 and create a dummy root at the top.  (Wait a minute.  Root at the top?
6455 Yup.)  Loose subtrees occur when the real root has expired, or you've
6456 read or killed the root in a previous session.
6457
6458 When there is no real root of a thread, Gnus will have to fudge
6459 something.  This variable says what fudging method Gnus should use.
6460 There are four possible values:
6461
6462 @iftex
6463 @iflatex
6464 \gnusfigure{The Summary Buffer}{390}{
6465 \put(0,0){\epsfig{figure=ps/summary-adopt,width=7.5cm}}
6466 \put(445,0){\makebox(0,0)[br]{\epsfig{figure=ps/summary-empty,width=7.5cm}}}
6467 \put(0,400){\makebox(0,0)[tl]{\epsfig{figure=ps/summary-none,width=7.5cm}}}
6468 \put(445,400){\makebox(0,0)[tr]{\epsfig{figure=ps/summary-dummy,width=7.5cm}}}
6469 }
6470 @end iflatex
6471 @end iftex
6472
6473 @cindex adopting articles
6474
6475 @table @code
6476
6477 @item adopt
6478 Gnus will make the first of the orphaned articles the parent.  This
6479 parent will adopt all the other articles.  The adopted articles will be
6480 marked as such by pointy brackets (@samp{<>}) instead of the standard
6481 square brackets (@samp{[]}).  This is the default method.
6482
6483 @item dummy
6484 @vindex gnus-summary-dummy-line-format
6485 @vindex gnus-summary-make-false-root-always
6486 Gnus will create a dummy summary line that will pretend to be the
6487 parent.  This dummy line does not correspond to any real article, so
6488 selecting it will just select the first real article after the dummy
6489 article.  @code{gnus-summary-dummy-line-format} is used to specify the
6490 format of the dummy roots.  It accepts only one format spec:  @samp{S},
6491 which is the subject of the article.  @xref{Formatting Variables}.
6492 If you want all threads to have a dummy root, even the non-gathered
6493 ones, set @code{gnus-summary-make-false-root-always} to @code{t}.
6494
6495 @item empty
6496 Gnus won't actually make any article the parent, but simply leave the
6497 subject field of all orphans except the first empty.  (Actually, it will
6498 use @code{gnus-summary-same-subject} as the subject (@pxref{Summary
6499 Buffer Format}).)
6500
6501 @item none
6502 Don't make any article parent at all.  Just gather the threads and
6503 display them after one another.
6504
6505 @item nil
6506 Don't gather loose threads.
6507 @end table
6508
6509 @item gnus-summary-gather-subject-limit
6510 @vindex gnus-summary-gather-subject-limit
6511 Loose threads are gathered by comparing subjects of articles.  If this
6512 variable is @code{nil}, Gnus requires an exact match between the
6513 subjects of the loose threads before gathering them into one big
6514 super-thread.  This might be too strict a requirement, what with the
6515 presence of stupid newsreaders that chop off long subject lines.  If
6516 you think so, set this variable to, say, 20 to require that only the
6517 first 20 characters of the subjects have to match.  If you set this
6518 variable to a really low number, you'll find that Gnus will gather
6519 everything in sight into one thread, which isn't very helpful.
6520
6521 @cindex fuzzy article gathering
6522 If you set this variable to the special value @code{fuzzy}, Gnus will
6523 use a fuzzy string comparison algorithm on the subjects (@pxref{Fuzzy
6524 Matching}).
6525
6526 @item gnus-simplify-subject-fuzzy-regexp
6527 @vindex gnus-simplify-subject-fuzzy-regexp
6528 This can either be a regular expression or list of regular expressions
6529 that match strings that will be removed from subjects if fuzzy subject
6530 simplification is used.
6531
6532 @item gnus-simplify-ignored-prefixes
6533 @vindex gnus-simplify-ignored-prefixes
6534 If you set @code{gnus-summary-gather-subject-limit} to something as low
6535 as 10, you might consider setting this variable to something sensible:
6536
6537 @c Written by Michael Ernst <mernst@cs.rice.edu>
6538 @lisp
6539 (setq gnus-simplify-ignored-prefixes
6540       (concat
6541        "\\`\\[?\\("
6542        (mapconcat
6543         'identity
6544         '("looking"
6545           "wanted" "followup" "summary\\( of\\)?"
6546           "help" "query" "problem" "question"
6547           "answer" "reference" "announce"
6548           "How can I" "How to" "Comparison of"
6549           ;; ...
6550           )
6551         "\\|")
6552        "\\)\\s *\\("
6553        (mapconcat 'identity
6554                   '("for" "for reference" "with" "about")
6555                   "\\|")
6556        "\\)?\\]?:?[ \t]*"))
6557 @end lisp
6558
6559 All words that match this regexp will be removed before comparing two
6560 subjects.
6561
6562 @item gnus-simplify-subject-functions
6563 @vindex gnus-simplify-subject-functions
6564 If non-@code{nil}, this variable overrides
6565 @code{gnus-summary-gather-subject-limit}.  This variable should be a
6566 list of functions to apply to the @code{Subject} string iteratively to
6567 arrive at the simplified version of the string.
6568
6569 Useful functions to put in this list include:
6570
6571 @table @code
6572 @item gnus-simplify-subject-re
6573 @findex gnus-simplify-subject-re
6574 Strip the leading @samp{Re:}.
6575
6576 @item gnus-simplify-subject-fuzzy
6577 @findex gnus-simplify-subject-fuzzy
6578 Simplify fuzzily.
6579
6580 @item gnus-simplify-whitespace
6581 @findex gnus-simplify-whitespace
6582 Remove excessive whitespace.
6583
6584 @item gnus-simplify-all-whitespace
6585 @findex gnus-simplify-all-whitespace
6586 Remove all whitespace.
6587 @end table
6588
6589 You may also write your own functions, of course.
6590
6591
6592 @item gnus-summary-gather-exclude-subject
6593 @vindex gnus-summary-gather-exclude-subject
6594 Since loose thread gathering is done on subjects only, that might lead
6595 to many false hits, especially with certain common subjects like
6596 @samp{} and @samp{(none)}.  To make the situation slightly better,
6597 you can use the regexp @code{gnus-summary-gather-exclude-subject} to say
6598 what subjects should be excluded from the gathering process.@*
6599 The default is @samp{^ *$\\|^(none)$}.
6600
6601 @item gnus-summary-thread-gathering-function
6602 @vindex gnus-summary-thread-gathering-function
6603 Gnus gathers threads by looking at @code{Subject} headers.  This means
6604 that totally unrelated articles may end up in the same ``thread'', which
6605 is confusing.  An alternate approach is to look at all the
6606 @code{Message-ID}s in all the @code{References} headers to find matches.
6607 This will ensure that no gathered threads ever include unrelated
6608 articles, but it also means that people who have posted with broken
6609 newsreaders won't be gathered properly.  The choice is yours---plague or
6610 cholera:
6611
6612 @table @code
6613 @item gnus-gather-threads-by-subject
6614 @findex gnus-gather-threads-by-subject
6615 This function is the default gathering function and looks at
6616 @code{Subject}s exclusively.
6617
6618 @item gnus-gather-threads-by-references
6619 @findex gnus-gather-threads-by-references
6620 This function looks at @code{References} headers exclusively.
6621 @end table
6622
6623 If you want to test gathering by @code{References}, you could say
6624 something like:
6625
6626 @lisp
6627 (setq gnus-summary-thread-gathering-function
6628       'gnus-gather-threads-by-references)
6629 @end lisp
6630
6631 @end table
6632
6633
6634 @node Filling In Threads
6635 @subsubsection Filling In Threads
6636
6637 @table @code
6638 @item gnus-fetch-old-headers
6639 @vindex gnus-fetch-old-headers
6640 If non-@code{nil}, Gnus will attempt to build old threads by fetching
6641 more old headers---headers to articles marked as read.  If you
6642 would like to display as few summary lines as possible, but still
6643 connect as many loose threads as possible, you should set this variable
6644 to @code{some} or a number.  If you set it to a number, no more than
6645 that number of extra old headers will be fetched.  In either case,
6646 fetching old headers only works if the back end you are using carries
6647 overview files---this would normally be @code{nntp}, @code{nnspool},
6648 @code{nnml}, and @code{nnmaildir}.  Also remember that if the root of
6649 the thread has been expired by the server, there's not much Gnus can do
6650 about that.
6651
6652 This variable can also be set to @code{invisible}.  This won't have any
6653 visible effects, but is useful if you use the @kbd{A T} command a lot
6654 (@pxref{Finding the Parent}).
6655
6656 @item gnus-fetch-old-ephemeral-headers
6657 @vindex gnus-fetch-old-ephemeral-headers
6658 Same as @code{gnus-fetch-old-headers}, but only used for ephemeral
6659 newsgroups.
6660
6661 @item gnus-build-sparse-threads
6662 @vindex gnus-build-sparse-threads
6663 Fetching old headers can be slow.  A low-rent similar effect can be
6664 gotten by setting this variable to @code{some}.  Gnus will then look at
6665 the complete @code{References} headers of all articles and try to string
6666 together articles that belong in the same thread.  This will leave
6667 @dfn{gaps} in the threading display where Gnus guesses that an article
6668 is missing from the thread.  (These gaps appear like normal summary
6669 lines.  If you select a gap, Gnus will try to fetch the article in
6670 question.)  If this variable is @code{t}, Gnus will display all these
6671 ``gaps'' without regard for whether they are useful for completing the
6672 thread or not.  Finally, if this variable is @code{more}, Gnus won't cut
6673 off sparse leaf nodes that don't lead anywhere.  This variable is
6674 @code{nil} by default.
6675
6676 @item gnus-read-all-available-headers
6677 @vindex gnus-read-all-available-headers
6678 This is a rather obscure variable that few will find useful.  It's
6679 intended for those non-news newsgroups where the back end has to fetch
6680 quite a lot to present the summary buffer, and where it's impossible to
6681 go back to parents of articles.  This is mostly the case in the
6682 web-based groups, like the @code{nnultimate} groups.
6683
6684 If you don't use those, then it's safe to leave this as the default
6685 @code{nil}.  If you want to use this variable, it should be a regexp
6686 that matches the group name, or @code{t} for all groups.
6687
6688 @end table
6689
6690
6691 @node More Threading
6692 @subsubsection More Threading
6693
6694 @table @code
6695 @item gnus-show-threads
6696 @vindex gnus-show-threads
6697 If this variable is @code{nil}, no threading will be done, and all of
6698 the rest of the variables here will have no effect.  Turning threading
6699 off will speed group selection up a bit, but it is sure to make reading
6700 slower and more awkward.
6701
6702 @item gnus-thread-hide-subtree
6703 @vindex gnus-thread-hide-subtree
6704 If non-@code{nil}, all threads will be hidden when the summary buffer is
6705 generated.
6706
6707 This can also be a predicate specifier (@pxref{Predicate Specifiers}).
6708 Available predicates are @code{gnus-article-unread-p} and
6709 @code{gnus-article-unseen-p}.
6710
6711 Here's an example:
6712
6713 @lisp
6714 (setq gnus-thread-hide-subtree
6715       '(or gnus-article-unread-p
6716            gnus-article-unseen-p))
6717 @end lisp
6718
6719 (It's a pretty nonsensical example, since all unseen articles are also
6720 unread, but you get my drift.)
6721
6722
6723 @item gnus-thread-expunge-below
6724 @vindex gnus-thread-expunge-below
6725 All threads that have a total score (as defined by
6726 @code{gnus-thread-score-function}) less than this number will be
6727 expunged.  This variable is @code{nil} by default, which means that no
6728 threads are expunged.
6729
6730 @item gnus-thread-hide-killed
6731 @vindex gnus-thread-hide-killed
6732 if you kill a thread and this variable is non-@code{nil}, the subtree
6733 will be hidden.
6734
6735 @item gnus-thread-ignore-subject
6736 @vindex gnus-thread-ignore-subject
6737 Sometimes somebody changes the subject in the middle of a thread.  If
6738 this variable is non-@code{nil}, which is the default, the subject
6739 change is ignored.  If it is @code{nil}, a change in the subject will
6740 result in a new thread.
6741
6742 @item gnus-thread-indent-level
6743 @vindex gnus-thread-indent-level
6744 This is a number that says how much each sub-thread should be indented.
6745 The default is 4.
6746
6747 @item gnus-sort-gathered-threads-function
6748 @vindex gnus-sort-gathered-threads-function
6749 Sometimes, particularly with mailing lists, the order in which mails
6750 arrive locally is not necessarily the same as the order in which they
6751 arrived on the mailing list.  Consequently, when sorting sub-threads
6752 using the default @code{gnus-thread-sort-by-number}, responses can end
6753 up appearing before the article to which they are responding to.
6754 Setting this variable to an alternate value
6755 (e.g. @code{gnus-thread-sort-by-date}), in a group's parameters or in an
6756 appropriate hook (e.g. @code{gnus-summary-generate-hook}) can produce a
6757 more logical sub-thread ordering in such instances.
6758
6759 @end table
6760
6761
6762 @node Low-Level Threading
6763 @subsubsection Low-Level Threading
6764
6765 @table @code
6766
6767 @item gnus-parse-headers-hook
6768 @vindex gnus-parse-headers-hook
6769 Hook run before parsing any headers.
6770
6771 @item gnus-alter-header-function
6772 @vindex gnus-alter-header-function
6773 If non-@code{nil}, this function will be called to allow alteration of
6774 article header structures.  The function is called with one parameter,
6775 the article header vector, which it may alter in any way.  For instance,
6776 if you have a mail-to-news gateway which alters the @code{Message-ID}s
6777 in systematic ways (by adding prefixes and such), you can use this
6778 variable to un-scramble the @code{Message-ID}s so that they are more
6779 meaningful.  Here's one example:
6780
6781 @lisp
6782 (setq gnus-alter-header-function 'my-alter-message-id)
6783
6784 (defun my-alter-message-id (header)
6785   (let ((id (mail-header-id header)))
6786     (when (string-match
6787            "\\(<[^<>@@]*\\)\\.?cygnus\\..*@@\\([^<>@@]*>\\)" id)
6788       (mail-header-set-id
6789        (concat (match-string 1 id) "@@" (match-string 2 id))
6790        header))))
6791 @end lisp
6792
6793 @end table
6794
6795
6796 @node Thread Commands
6797 @subsection Thread Commands
6798 @cindex thread commands
6799
6800 @table @kbd
6801
6802 @item T k
6803 @itemx C-M-k
6804 @kindex T k (Summary)
6805 @kindex C-M-k (Summary)
6806 @findex gnus-summary-kill-thread
6807 Mark all articles in the current (sub-)thread as read
6808 (@code{gnus-summary-kill-thread}).  If the prefix argument is positive,
6809 remove all marks instead.  If the prefix argument is negative, tick
6810 articles instead.
6811
6812 @item T l
6813 @itemx C-M-l
6814 @kindex T l (Summary)
6815 @kindex C-M-l (Summary)
6816 @findex gnus-summary-lower-thread
6817 Lower the score of the current (sub-)thread
6818 (@code{gnus-summary-lower-thread}).
6819
6820 @item T i
6821 @kindex T i (Summary)
6822 @findex gnus-summary-raise-thread
6823 Increase the score of the current (sub-)thread
6824 (@code{gnus-summary-raise-thread}).
6825
6826 @item T #
6827 @kindex T # (Summary)
6828 @findex gnus-uu-mark-thread
6829 Set the process mark on the current (sub-)thread
6830 (@code{gnus-uu-mark-thread}).
6831
6832 @item T M-#
6833 @kindex T M-# (Summary)
6834 @findex gnus-uu-unmark-thread
6835 Remove the process mark from the current (sub-)thread
6836 (@code{gnus-uu-unmark-thread}).
6837
6838 @item T T
6839 @kindex T T (Summary)
6840 @findex gnus-summary-toggle-threads
6841 Toggle threading (@code{gnus-summary-toggle-threads}).
6842
6843 @item T s
6844 @kindex T s (Summary)
6845 @findex gnus-summary-show-thread
6846 Expose the (sub-)thread hidden under the current article, if any@*
6847 (@code{gnus-summary-show-thread}).
6848
6849 @item T h
6850 @kindex T h (Summary)
6851 @findex gnus-summary-hide-thread
6852 Hide the current (sub-)thread (@code{gnus-summary-hide-thread}).
6853
6854 @item T S
6855 @kindex T S (Summary)
6856 @findex gnus-summary-show-all-threads
6857 Expose all hidden threads (@code{gnus-summary-show-all-threads}).
6858
6859 @item T H
6860 @kindex T H (Summary)
6861 @findex gnus-summary-hide-all-threads
6862 Hide all threads (@code{gnus-summary-hide-all-threads}).
6863
6864 @item T t
6865 @kindex T t (Summary)
6866 @findex gnus-summary-rethread-current
6867 Re-thread the current article's thread
6868 (@code{gnus-summary-rethread-current}).  This works even when the
6869 summary buffer is otherwise unthreaded.
6870
6871 @item T ^
6872 @kindex T ^ (Summary)
6873 @findex gnus-summary-reparent-thread
6874 Make the current article the child of the marked (or previous) article
6875 (@code{gnus-summary-reparent-thread}).
6876
6877 @end table
6878
6879 The following commands are thread movement commands.  They all
6880 understand the numeric prefix.
6881
6882 @table @kbd
6883
6884 @item T n
6885 @kindex T n (Summary)
6886 @itemx C-M-f
6887 @kindex C-M-n (Summary)
6888 @itemx M-down
6889 @kindex M-down (Summary)
6890 @findex gnus-summary-next-thread
6891 Go to the next thread (@code{gnus-summary-next-thread}).
6892
6893 @item T p
6894 @kindex T p (Summary)
6895 @itemx C-M-b
6896 @kindex C-M-p (Summary)
6897 @itemx M-up
6898 @kindex M-up (Summary)
6899 @findex gnus-summary-prev-thread
6900 Go to the previous thread (@code{gnus-summary-prev-thread}).
6901
6902 @item T d
6903 @kindex T d (Summary)
6904 @findex gnus-summary-down-thread
6905 Descend the thread (@code{gnus-summary-down-thread}).
6906
6907 @item T u
6908 @kindex T u (Summary)
6909 @findex gnus-summary-up-thread
6910 Ascend the thread (@code{gnus-summary-up-thread}).
6911
6912 @item T o
6913 @kindex T o (Summary)
6914 @findex gnus-summary-top-thread
6915 Go to the top of the thread (@code{gnus-summary-top-thread}).
6916 @end table
6917
6918 @vindex gnus-thread-operation-ignore-subject
6919 If you ignore subject while threading, you'll naturally end up with
6920 threads that have several different subjects in them.  If you then issue
6921 a command like @kbd{T k} (@code{gnus-summary-kill-thread}) you might not
6922 wish to kill the entire thread, but just those parts of the thread that
6923 have the same subject as the current article.  If you like this idea,
6924 you can fiddle with @code{gnus-thread-operation-ignore-subject}.  If it
6925 is non-@code{nil} (which it is by default), subjects will be ignored
6926 when doing thread commands.  If this variable is @code{nil}, articles in
6927 the same thread with different subjects will not be included in the
6928 operation in question.  If this variable is @code{fuzzy}, only articles
6929 that have subjects fuzzily equal will be included (@pxref{Fuzzy
6930 Matching}).
6931
6932
6933 @node Sorting the Summary Buffer
6934 @section Sorting the Summary Buffer
6935
6936 @findex gnus-thread-sort-by-total-score
6937 @findex gnus-thread-sort-by-date
6938 @findex gnus-thread-sort-by-score
6939 @findex gnus-thread-sort-by-subject
6940 @findex gnus-thread-sort-by-author
6941 @findex gnus-thread-sort-by-number
6942 @findex gnus-thread-sort-by-random
6943 @vindex gnus-thread-sort-functions
6944 @findex gnus-thread-sort-by-most-recent-number
6945 @findex gnus-thread-sort-by-most-recent-date
6946 If you are using a threaded summary display, you can sort the threads by
6947 setting @code{gnus-thread-sort-functions}, which can be either a single
6948 function, a list of functions, or a list containing functions and
6949 @code{(not some-function)} elements.
6950
6951 By default, sorting is done on article numbers.  Ready-made sorting
6952 predicate functions include @code{gnus-thread-sort-by-number},
6953 @code{gnus-thread-sort-by-author}, @code{gnus-thread-sort-by-subject},
6954 @code{gnus-thread-sort-by-date}, @code{gnus-thread-sort-by-score},
6955 @code{gnus-thread-sort-by-most-recent-number},
6956 @code{gnus-thread-sort-by-most-recent-date},
6957 @code{gnus-thread-sort-by-random} and
6958 @code{gnus-thread-sort-by-total-score}.
6959
6960 Each function takes two threads and returns non-@code{nil} if the first
6961 thread should be sorted before the other.  Note that sorting really is
6962 normally done by looking only at the roots of each thread.
6963
6964 If you use more than one function, the primary sort key should be the
6965 last function in the list.  You should probably always include
6966 @code{gnus-thread-sort-by-number} in the list of sorting
6967 functions---preferably first.  This will ensure that threads that are
6968 equal with respect to the other sort criteria will be displayed in
6969 ascending article order.
6970
6971 If you would like to sort by reverse score, then by subject, and finally
6972 by number, you could do something like:
6973
6974 @lisp
6975 (setq gnus-thread-sort-functions
6976       '(gnus-thread-sort-by-number
6977         gnus-thread-sort-by-subject
6978         (not gnus-thread-sort-by-total-score)))
6979 @end lisp
6980
6981 The threads that have highest score will be displayed first in the
6982 summary buffer.  When threads have the same score, they will be sorted
6983 alphabetically.  The threads that have the same score and the same
6984 subject will be sorted by number, which is (normally) the sequence in
6985 which the articles arrived.
6986
6987 If you want to sort by score and then reverse arrival order, you could
6988 say something like:
6989
6990 @lisp
6991 (setq gnus-thread-sort-functions
6992       '((lambda (t1 t2)
6993           (not (gnus-thread-sort-by-number t1 t2)))
6994         gnus-thread-sort-by-score))
6995 @end lisp
6996
6997 @vindex gnus-thread-score-function
6998 The function in the @code{gnus-thread-score-function} variable (default
6999 @code{+}) is used for calculating the total score of a thread.  Useful
7000 functions might be @code{max}, @code{min}, or squared means, or whatever
7001 tickles your fancy.
7002
7003 @findex gnus-article-sort-functions
7004 @findex gnus-article-sort-by-date
7005 @findex gnus-article-sort-by-score
7006 @findex gnus-article-sort-by-subject
7007 @findex gnus-article-sort-by-author
7008 @findex gnus-article-sort-by-random
7009 @findex gnus-article-sort-by-number
7010 If you are using an unthreaded display for some strange reason or
7011 other, you have to fiddle with the @code{gnus-article-sort-functions}
7012 variable.  It is very similar to the
7013 @code{gnus-thread-sort-functions}, except that it uses slightly
7014 different functions for article comparison.  Available sorting
7015 predicate functions are @code{gnus-article-sort-by-number},
7016 @code{gnus-article-sort-by-author},
7017 @code{gnus-article-sort-by-subject}, @code{gnus-article-sort-by-date},
7018 @code{gnus-article-sort-by-random}, and
7019 @code{gnus-article-sort-by-score}.
7020
7021 If you want to sort an unthreaded summary display by subject, you could
7022 say something like:
7023
7024 @lisp
7025 (setq gnus-article-sort-functions
7026       '(gnus-article-sort-by-number
7027         gnus-article-sort-by-subject))
7028 @end lisp
7029
7030
7031
7032 @node Asynchronous Fetching
7033 @section Asynchronous Article Fetching
7034 @cindex asynchronous article fetching
7035 @cindex article pre-fetch
7036 @cindex pre-fetch
7037
7038 If you read your news from an @acronym{NNTP} server that's far away, the
7039 network latencies may make reading articles a chore.  You have to wait
7040 for a while after pressing @kbd{n} to go to the next article before the
7041 article appears.  Why can't Gnus just go ahead and fetch the article
7042 while you are reading the previous one?  Why not, indeed.
7043
7044 First, some caveats.  There are some pitfalls to using asynchronous
7045 article fetching, especially the way Gnus does it.
7046
7047 Let's say you are reading article 1, which is short, and article 2 is
7048 quite long, and you are not interested in reading that.  Gnus does not
7049 know this, so it goes ahead and fetches article 2.  You decide to read
7050 article 3, but since Gnus is in the process of fetching article 2, the
7051 connection is blocked.
7052
7053 To avoid these situations, Gnus will open two (count 'em two)
7054 connections to the server.  Some people may think this isn't a very nice
7055 thing to do, but I don't see any real alternatives.  Setting up that
7056 extra connection takes some time, so Gnus startup will be slower.
7057
7058 Gnus will fetch more articles than you will read.  This will mean that
7059 the link between your machine and the @acronym{NNTP} server will become more
7060 loaded than if you didn't use article pre-fetch.  The server itself will
7061 also become more loaded---both with the extra article requests, and the
7062 extra connection.
7063
7064 Ok, so now you know that you shouldn't really use this thing@dots{} unless
7065 you really want to.
7066
7067 @vindex gnus-asynchronous
7068 Here's how:  Set @code{gnus-asynchronous} to @code{t}.  The rest should
7069 happen automatically.
7070
7071 @vindex gnus-use-article-prefetch
7072 You can control how many articles are to be pre-fetched by setting
7073 @code{gnus-use-article-prefetch}.  This is 30 by default, which means
7074 that when you read an article in the group, the back end will pre-fetch
7075 the next 30 articles.  If this variable is @code{t}, the back end will
7076 pre-fetch all the articles it can without bound.  If it is
7077 @code{nil}, no pre-fetching will be done.
7078
7079 @vindex gnus-async-prefetch-article-p
7080 @findex gnus-async-read-p
7081 There are probably some articles that you don't want to pre-fetch---read
7082 articles, for instance.  The @code{gnus-async-prefetch-article-p}
7083 variable controls whether an article is to be pre-fetched.  This
7084 function should return non-@code{nil} when the article in question is
7085 to be pre-fetched.  The default is @code{gnus-async-read-p}, which
7086 returns @code{nil} on read articles.  The function is called with an
7087 article data structure as the only parameter.
7088
7089 If, for instance, you wish to pre-fetch only unread articles shorter
7090 than 100 lines, you could say something like:
7091
7092 @lisp
7093 (defun my-async-short-unread-p (data)
7094   "Return non-nil for short, unread articles."
7095   (and (gnus-data-unread-p data)
7096        (< (mail-header-lines (gnus-data-header data))
7097           100)))
7098
7099 (setq gnus-async-prefetch-article-p 'my-async-short-unread-p)
7100 @end lisp
7101
7102 These functions will be called many, many times, so they should
7103 preferably be short and sweet to avoid slowing down Gnus too much.
7104 It's probably a good idea to byte-compile things like this.
7105
7106 @vindex gnus-prefetched-article-deletion-strategy
7107 Articles have to be removed from the asynch buffer sooner or later.  The
7108 @code{gnus-prefetched-article-deletion-strategy} says when to remove
7109 articles.  This is a list that may contain the following elements:
7110
7111 @table @code
7112 @item read
7113 Remove articles when they are read.
7114
7115 @item exit
7116 Remove articles when exiting the group.
7117 @end table
7118
7119 The default value is @code{(read exit)}.
7120
7121 @c @vindex gnus-use-header-prefetch
7122 @c If @code{gnus-use-header-prefetch} is non-@code{nil}, prefetch articles
7123 @c from the next group.
7124
7125
7126 @node Article Caching
7127 @section Article Caching
7128 @cindex article caching
7129 @cindex caching
7130
7131 If you have an @emph{extremely} slow @acronym{NNTP} connection, you may
7132 consider turning article caching on.  Each article will then be stored
7133 locally under your home directory.  As you may surmise, this could
7134 potentially use @emph{huge} amounts of disk space, as well as eat up all
7135 your inodes so fast it will make your head swim.  In vodka.
7136
7137 Used carefully, though, it could be just an easier way to save articles.
7138
7139 @vindex gnus-use-long-file-name
7140 @vindex gnus-cache-directory
7141 @vindex gnus-use-cache
7142 To turn caching on, set @code{gnus-use-cache} to @code{t}.  By default,
7143 all articles ticked or marked as dormant will then be copied
7144 over to your local cache (@code{gnus-cache-directory}).  Whether this
7145 cache is flat or hierarchical is controlled by the
7146 @code{gnus-use-long-file-name} variable, as usual.
7147
7148 When re-selecting a ticked or dormant article, it will be fetched from the
7149 cache instead of from the server.  As articles in your cache will never
7150 expire, this might serve as a method of saving articles while still
7151 keeping them where they belong.  Just mark all articles you want to save
7152 as dormant, and don't worry.
7153
7154 When an article is marked as read, is it removed from the cache.
7155
7156 @vindex gnus-cache-remove-articles
7157 @vindex gnus-cache-enter-articles
7158 The entering/removal of articles from the cache is controlled by the
7159 @code{gnus-cache-enter-articles} and @code{gnus-cache-remove-articles}
7160 variables.  Both are lists of symbols.  The first is @code{(ticked
7161 dormant)} by default, meaning that ticked and dormant articles will be
7162 put in the cache.  The latter is @code{(read)} by default, meaning that
7163 articles marked as read are removed from the cache.  Possibly
7164 symbols in these two lists are @code{ticked}, @code{dormant},
7165 @code{unread} and @code{read}.
7166
7167 @findex gnus-jog-cache
7168 So where does the massive article-fetching and storing come into the
7169 picture?  The @code{gnus-jog-cache} command will go through all
7170 subscribed newsgroups, request all unread articles, score them, and
7171 store them in the cache.  You should only ever, ever ever ever, use this
7172 command if 1) your connection to the @acronym{NNTP} server is really, really,
7173 really slow and 2) you have a really, really, really huge disk.
7174 Seriously.  One way to cut down on the number of articles downloaded is
7175 to score unwanted articles down and have them marked as read.  They will
7176 not then be downloaded by this command.
7177
7178 @vindex gnus-uncacheable-groups
7179 @vindex gnus-cacheable-groups
7180 It is likely that you do not want caching on all groups.  For instance,
7181 if your @code{nnml} mail is located under your home directory, it makes no
7182 sense to cache it somewhere else under your home directory.  Unless you
7183 feel that it's neat to use twice as much space.
7184
7185 To limit the caching, you could set @code{gnus-cacheable-groups} to a
7186 regexp of groups to cache, @samp{^nntp} for instance, or set the
7187 @code{gnus-uncacheable-groups} regexp to @samp{^nnml}, for instance.
7188 Both variables are @code{nil} by default.  If a group matches both
7189 variables, the group is not cached.
7190
7191 @findex gnus-cache-generate-nov-databases
7192 @findex gnus-cache-generate-active
7193 @vindex gnus-cache-active-file
7194 The cache stores information on what articles it contains in its active
7195 file (@code{gnus-cache-active-file}).  If this file (or any other parts
7196 of the cache) becomes all messed up for some reason or other, Gnus
7197 offers two functions that will try to set things right.  @kbd{M-x
7198 gnus-cache-generate-nov-databases} will (re)build all the @acronym{NOV}
7199 files, and @kbd{gnus-cache-generate-active} will (re)generate the active
7200 file.
7201
7202 @findex gnus-cache-move-cache
7203 @code{gnus-cache-move-cache} will move your whole
7204 @code{gnus-cache-directory} to some other location.  You get asked to
7205 where, isn't that cool?
7206
7207 @node Persistent Articles
7208 @section Persistent Articles
7209 @cindex persistent articles
7210
7211 Closely related to article caching, we have @dfn{persistent articles}.
7212 In fact, it's just a different way of looking at caching, and much more
7213 useful in my opinion.
7214
7215 Say you're reading a newsgroup, and you happen on to some valuable gem
7216 that you want to keep and treasure forever.  You'd normally just save it
7217 (using one of the many saving commands) in some file.  The problem with
7218 that is that it's just, well, yucky.  Ideally you'd prefer just having
7219 the article remain in the group where you found it forever; untouched by
7220 the expiry going on at the news server.
7221
7222 This is what a @dfn{persistent article} is---an article that just won't
7223 be deleted.  It's implemented using the normal cache functions, but
7224 you use two explicit commands for managing persistent articles:
7225
7226 @table @kbd
7227
7228 @item *
7229 @kindex * (Summary)
7230 @findex gnus-cache-enter-article
7231 Make the current article persistent (@code{gnus-cache-enter-article}).
7232
7233 @item M-*
7234 @kindex M-* (Summary)
7235 @findex gnus-cache-remove-article
7236 Remove the current article from the persistent articles
7237 (@code{gnus-cache-remove-article}).  This will normally delete the
7238 article.
7239 @end table
7240
7241 Both these commands understand the process/prefix convention.
7242
7243 To avoid having all ticked articles (and stuff) entered into the cache,
7244 you should set @code{gnus-use-cache} to @code{passive} if you're just
7245 interested in persistent articles:
7246
7247 @lisp
7248 (setq gnus-use-cache 'passive)
7249 @end lisp
7250
7251
7252 @node Article Backlog
7253 @section Article Backlog
7254 @cindex backlog
7255 @cindex article backlog
7256
7257 If you have a slow connection, but the idea of using caching seems
7258 unappealing to you (and it is, really), you can help the situation some
7259 by switching on the @dfn{backlog}.  This is where Gnus will buffer
7260 already read articles so that it doesn't have to re-fetch articles
7261 you've already read.  This only helps if you are in the habit of
7262 re-selecting articles you've recently read, of course.  If you never do
7263 that, turning the backlog on will slow Gnus down a little bit, and
7264 increase memory usage some.
7265
7266 @vindex gnus-keep-backlog
7267 If you set @code{gnus-keep-backlog} to a number @var{n}, Gnus will store
7268 at most @var{n} old articles in a buffer for later re-fetching.  If this
7269 variable is non-@code{nil} and is not a number, Gnus will store
7270 @emph{all} read articles, which means that your Emacs will grow without
7271 bound before exploding and taking your machine down with you.  I put
7272 that in there just to keep y'all on your toes.
7273
7274 The default value is 20.
7275
7276
7277 @node Saving Articles
7278 @section Saving Articles
7279 @cindex saving articles
7280
7281 Gnus can save articles in a number of ways.  Below is the documentation
7282 for saving articles in a fairly straight-forward fashion (i.e., little
7283 processing of the article is done before it is saved).  For a different
7284 approach (uudecoding, unsharing) you should use @code{gnus-uu}
7285 (@pxref{Decoding Articles}).
7286
7287 For the commands listed here, the target is a file.  If you want to
7288 save to a group, see the @kbd{B c} (@code{gnus-summary-copy-article})
7289 command (@pxref{Mail Group Commands}).
7290
7291 @vindex gnus-save-all-headers
7292 If @code{gnus-save-all-headers} is non-@code{nil}, Gnus will not delete
7293 unwanted headers before saving the article.
7294
7295 @vindex gnus-saved-headers
7296 If the preceding variable is @code{nil}, all headers that match the
7297 @code{gnus-saved-headers} regexp will be kept, while the rest will be
7298 deleted before saving.
7299
7300 @table @kbd
7301
7302 @item O o
7303 @itemx o
7304 @kindex O o (Summary)
7305 @kindex o (Summary)
7306 @findex gnus-summary-save-article
7307 @c @icon{gnus-summary-save-article}
7308 Save the current article using the default article saver
7309 (@code{gnus-summary-save-article}).
7310
7311 @item O m
7312 @kindex O m (Summary)
7313 @findex gnus-summary-save-article-mail
7314 Save the current article in mail format
7315 (@code{gnus-summary-save-article-mail}).
7316
7317 @item O r
7318 @kindex O r (Summary)
7319 @findex gnus-summary-save-article-rmail
7320 Save the current article in Rmail format
7321 (@code{gnus-summary-save-article-rmail}).
7322
7323 @item O f
7324 @kindex O f (Summary)
7325 @findex gnus-summary-save-article-file
7326 @c @icon{gnus-summary-save-article-file}
7327 Save the current article in plain file format
7328 (@code{gnus-summary-save-article-file}).
7329
7330 @item O F
7331 @kindex O F (Summary)
7332 @findex gnus-summary-write-article-file
7333 Write the current article in plain file format, overwriting any previous
7334 file contents (@code{gnus-summary-write-article-file}).
7335
7336 @item O b
7337 @kindex O b (Summary)
7338 @findex gnus-summary-save-article-body-file
7339 Save the current article body in plain file format
7340 (@code{gnus-summary-save-article-body-file}).
7341
7342 @item O h
7343 @kindex O h (Summary)
7344 @findex gnus-summary-save-article-folder
7345 Save the current article in mh folder format
7346 (@code{gnus-summary-save-article-folder}).
7347
7348 @item O v
7349 @kindex O v (Summary)
7350 @findex gnus-summary-save-article-vm
7351 Save the current article in a VM folder
7352 (@code{gnus-summary-save-article-vm}).
7353
7354 @item O p
7355 @itemx |
7356 @kindex O p (Summary)
7357 @kindex | (Summary)
7358 @findex gnus-summary-pipe-output
7359 Save the current article in a pipe.  Uhm, like, what I mean is---Pipe
7360 the current article to a process (@code{gnus-summary-pipe-output}).
7361 If given a symbolic prefix (@pxref{Symbolic Prefixes}), include the
7362 complete headers in the piped output.
7363
7364 @item O P
7365 @kindex O P (Summary)
7366 @findex gnus-summary-muttprint
7367 @vindex gnus-summary-muttprint-program
7368 Save the current article into muttprint.  That is, print it using the
7369 external program @uref{http://muttprint.sourceforge.net/,
7370 Muttprint}.  The program name and options to use is controlled by the
7371 variable @code{gnus-summary-muttprint-program}.
7372 (@code{gnus-summary-muttprint}).
7373
7374 @end table
7375
7376 @vindex gnus-prompt-before-saving
7377 All these commands use the process/prefix convention
7378 (@pxref{Process/Prefix}).  If you save bunches of articles using these
7379 functions, you might get tired of being prompted for files to save each
7380 and every article in.  The prompting action is controlled by
7381 the @code{gnus-prompt-before-saving} variable, which is @code{always} by
7382 default, giving you that excessive prompting action you know and
7383 loathe.  If you set this variable to @code{t} instead, you'll be prompted
7384 just once for each series of articles you save.  If you like to really
7385 have Gnus do all your thinking for you, you can even set this variable
7386 to @code{nil}, which means that you will never be prompted for files to
7387 save articles in.  Gnus will simply save all the articles in the default
7388 files.
7389
7390
7391 @vindex gnus-default-article-saver
7392 You can customize the @code{gnus-default-article-saver} variable to make
7393 Gnus do what you want it to.  You can use any of the six ready-made
7394 functions below, or you can create your own.
7395
7396 @table @code
7397
7398 @item gnus-summary-save-in-rmail
7399 @findex gnus-summary-save-in-rmail
7400 @vindex gnus-rmail-save-name
7401 @findex gnus-plain-save-name
7402 This is the default format, @dfn{Babyl}.  Uses the function in the
7403 @code{gnus-rmail-save-name} variable to get a file name to save the
7404 article in.  The default is @code{gnus-plain-save-name}.
7405
7406 @item gnus-summary-save-in-mail
7407 @findex gnus-summary-save-in-mail
7408 @vindex gnus-mail-save-name
7409 Save in a Unix mail (mbox) file.  Uses the function in the
7410 @code{gnus-mail-save-name} variable to get a file name to save the
7411 article in.  The default is @code{gnus-plain-save-name}.
7412
7413 @item gnus-summary-save-in-file
7414 @findex gnus-summary-save-in-file
7415 @vindex gnus-file-save-name
7416 @findex gnus-numeric-save-name
7417 Append the article straight to an ordinary file.  Uses the function in
7418 the @code{gnus-file-save-name} variable to get a file name to save the
7419 article in.  The default is @code{gnus-numeric-save-name}.
7420
7421 @item gnus-summary-write-to-file
7422 @findex gnus-summary-write-to-file
7423 Write the article straight to an ordinary file.  The file is
7424 overwritten if it exists.  Uses the function in the
7425 @code{gnus-file-save-name} variable to get a file name to save the
7426 article in.  The default is @code{gnus-numeric-save-name}.
7427
7428 @item gnus-summary-save-body-in-file
7429 @findex gnus-summary-save-body-in-file
7430 Append the article body to an ordinary file.  Uses the function in the
7431 @code{gnus-file-save-name} variable to get a file name to save the
7432 article in.  The default is @code{gnus-numeric-save-name}.
7433
7434 @item gnus-summary-save-in-folder
7435 @findex gnus-summary-save-in-folder
7436 @findex gnus-folder-save-name
7437 @findex gnus-Folder-save-name
7438 @vindex gnus-folder-save-name
7439 @cindex rcvstore
7440 @cindex MH folders
7441 Save the article to an MH folder using @code{rcvstore} from the MH
7442 library.  Uses the function in the @code{gnus-folder-save-name} variable
7443 to get a file name to save the article in.  The default is
7444 @code{gnus-folder-save-name}, but you can also use
7445 @code{gnus-Folder-save-name}, which creates capitalized names.
7446
7447 @item gnus-summary-save-in-vm
7448 @findex gnus-summary-save-in-vm
7449 Save the article in a VM folder.  You have to have the VM mail
7450 reader to use this setting.
7451 @end table
7452
7453 @vindex gnus-article-save-directory
7454 All of these functions, except for the last one, will save the article
7455 in the @code{gnus-article-save-directory}, which is initialized from the
7456 @env{SAVEDIR} environment variable.  This is @file{~/News/} by
7457 default.
7458
7459 As you can see above, the functions use different functions to find a
7460 suitable name of a file to save the article in.  Below is a list of
7461 available functions that generate names:
7462
7463 @table @code
7464
7465 @item gnus-Numeric-save-name
7466 @findex gnus-Numeric-save-name
7467 File names like @file{~/News/Alt.andrea-dworkin/45}.
7468
7469 @item gnus-numeric-save-name
7470 @findex gnus-numeric-save-name
7471 File names like @file{~/News/alt.andrea-dworkin/45}.
7472
7473 @item gnus-Plain-save-name
7474 @findex gnus-Plain-save-name
7475 File names like @file{~/News/Alt.andrea-dworkin}.
7476
7477 @item gnus-plain-save-name
7478 @findex gnus-plain-save-name
7479 File names like @file{~/News/alt.andrea-dworkin}.
7480
7481 @item gnus-sender-save-name
7482 @findex gnus-sender-save-name
7483 File names like @file{~/News/larsi}.
7484 @end table
7485
7486 @vindex gnus-split-methods
7487 You can have Gnus suggest where to save articles by plonking a regexp into
7488 the @code{gnus-split-methods} alist.  For instance, if you would like to
7489 save articles related to Gnus in the file @file{gnus-stuff}, and articles
7490 related to VM in @file{vm-stuff}, you could set this variable to something
7491 like:
7492
7493 @lisp
7494 (("^Subject:.*gnus\\|^Newsgroups:.*gnus" "gnus-stuff")
7495  ("^Subject:.*vm\\|^Xref:.*vm" "vm-stuff")
7496  (my-choosing-function "../other-dir/my-stuff")
7497  ((equal gnus-newsgroup-name "mail.misc") "mail-stuff"))
7498 @end lisp
7499
7500 We see that this is a list where each element is a list that has two
7501 elements---the @dfn{match} and the @dfn{file}.  The match can either be
7502 a string (in which case it is used as a regexp to match on the article
7503 head); it can be a symbol (which will be called as a function with the
7504 group name as a parameter); or it can be a list (which will be
7505 @code{eval}ed).  If any of these actions have a non-@code{nil} result,
7506 the @dfn{file} will be used as a default prompt.  In addition, the
7507 result of the operation itself will be used if the function or form
7508 called returns a string or a list of strings.
7509
7510 You basically end up with a list of file names that might be used when
7511 saving the current article.  (All ``matches'' will be used.)  You will
7512 then be prompted for what you really want to use as a name, with file
7513 name completion over the results from applying this variable.
7514
7515 This variable is @code{((gnus-article-archive-name))} by default, which
7516 means that Gnus will look at the articles it saves for an
7517 @code{Archive-name} line and use that as a suggestion for the file
7518 name.
7519
7520 Here's an example function to clean up file names somewhat.  If you have
7521 lots of mail groups called things like
7522 @samp{nnml:mail.whatever}, you may want to chop off the beginning of
7523 these group names before creating the file name to save to.  The
7524 following will do just that:
7525
7526 @lisp
7527 (defun my-save-name (group)
7528   (when (string-match "^nnml:mail." group)
7529     (substring group (match-end 0))))
7530
7531 (setq gnus-split-methods
7532       '((gnus-article-archive-name)
7533         (my-save-name)))
7534 @end lisp
7535
7536
7537 @vindex gnus-use-long-file-name
7538 Finally, you have the @code{gnus-use-long-file-name} variable.  If it is
7539 @code{nil}, all the preceding functions will replace all periods
7540 (@samp{.}) in the group names with slashes (@samp{/})---which means that
7541 the functions will generate hierarchies of directories instead of having
7542 all the files in the top level directory
7543 (@file{~/News/alt/andrea-dworkin} instead of
7544 @file{~/News/alt.andrea-dworkin}.)  This variable is @code{t} by default
7545 on most systems.  However, for historical reasons, this is @code{nil} on
7546 Xenix and usg-unix-v machines by default.
7547
7548 This function also affects kill and score file names.  If this variable
7549 is a list, and the list contains the element @code{not-score}, long file
7550 names will not be used for score files, if it contains the element
7551 @code{not-save}, long file names will not be used for saving, and if it
7552 contains the element @code{not-kill}, long file names will not be used
7553 for kill files.
7554
7555 If you'd like to save articles in a hierarchy that looks something like
7556 a spool, you could
7557
7558 @lisp
7559 (setq gnus-use-long-file-name '(not-save)) ; @r{to get a hierarchy}
7560 (setq gnus-default-article-saver
7561       'gnus-summary-save-in-file)          ; @r{no encoding}
7562 @end lisp
7563
7564 Then just save with @kbd{o}.  You'd then read this hierarchy with
7565 ephemeral @code{nneething} groups---@kbd{G D} in the group buffer, and
7566 the top level directory as the argument (@file{~/News/}).  Then just walk
7567 around to the groups/directories with @code{nneething}.
7568
7569
7570 @node Decoding Articles
7571 @section Decoding Articles
7572 @cindex decoding articles
7573
7574 Sometime users post articles (or series of articles) that have been
7575 encoded in some way or other.  Gnus can decode them for you.
7576
7577 @menu
7578 * Uuencoded Articles::          Uudecode articles.
7579 * Shell Archives::              Unshar articles.
7580 * PostScript Files::            Split PostScript.
7581 * Other Files::                 Plain save and binhex.
7582 * Decoding Variables::          Variables for a happy decoding.
7583 * Viewing Files::               You want to look at the result of the decoding?
7584 @end menu
7585
7586 @cindex series
7587 @cindex article series
7588 All these functions use the process/prefix convention
7589 (@pxref{Process/Prefix}) for finding out what articles to work on, with
7590 the extension that a ``single article'' means ``a single series''.  Gnus
7591 can find out by itself what articles belong to a series, decode all the
7592 articles and unpack/view/save the resulting file(s).
7593
7594 Gnus guesses what articles are in the series according to the following
7595 simplish rule: The subjects must be (nearly) identical, except for the
7596 last two numbers of the line.  (Spaces are largely ignored, however.)
7597
7598 For example: If you choose a subject called @samp{cat.gif (2/3)}, Gnus
7599 will find all the articles that match the regexp @samp{^cat.gif
7600 ([0-9]+/[0-9]+).*$}.
7601
7602 Subjects that are non-standard, like @samp{cat.gif (2/3) Part 6 of a
7603 series}, will not be properly recognized by any of the automatic viewing
7604 commands, and you have to mark the articles manually with @kbd{#}.
7605
7606
7607 @node Uuencoded Articles
7608 @subsection Uuencoded Articles
7609 @cindex uudecode
7610 @cindex uuencoded articles
7611
7612 @table @kbd
7613
7614 @item X u
7615 @kindex X u (Summary)
7616 @findex gnus-uu-decode-uu
7617 @c @icon{gnus-uu-decode-uu}
7618 Uudecodes the current series (@code{gnus-uu-decode-uu}).
7619
7620 @item X U
7621 @kindex X U (Summary)
7622 @findex gnus-uu-decode-uu-and-save
7623 Uudecodes and saves the current series
7624 (@code{gnus-uu-decode-uu-and-save}).
7625
7626 @item X v u
7627 @kindex X v u (Summary)
7628 @findex gnus-uu-decode-uu-view
7629 Uudecodes and views the current series (@code{gnus-uu-decode-uu-view}).
7630
7631 @item X v U
7632 @kindex X v U (Summary)
7633 @findex gnus-uu-decode-uu-and-save-view
7634 Uudecodes, views and saves the current series
7635 (@code{gnus-uu-decode-uu-and-save-view}).
7636
7637 @end table
7638
7639 Remember that these all react to the presence of articles marked with
7640 the process mark.  If, for instance, you'd like to decode and save an
7641 entire newsgroup, you'd typically do @kbd{M P a}
7642 (@code{gnus-uu-mark-all}) and then @kbd{X U}
7643 (@code{gnus-uu-decode-uu-and-save}).
7644
7645 All this is very much different from how @code{gnus-uu} worked with
7646 @sc{gnus 4.1}, where you had explicit keystrokes for everything under
7647 the sun.  This version of @code{gnus-uu} generally assumes that you mark
7648 articles in some way (@pxref{Setting Process Marks}) and then press
7649 @kbd{X u}.
7650
7651 @vindex gnus-uu-notify-files
7652 Note: When trying to decode articles that have names matching
7653 @code{gnus-uu-notify-files}, which is hard-coded to
7654 @samp{[Cc][Ii][Nn][Dd][Yy][0-9]+.\\(gif\\|jpg\\)}, @code{gnus-uu} will
7655 automatically post an article on @samp{comp.unix.wizards} saying that
7656 you have just viewed the file in question.  This feature can't be turned
7657 off.
7658
7659
7660 @node Shell Archives
7661 @subsection Shell Archives
7662 @cindex unshar
7663 @cindex shell archives
7664 @cindex shared articles
7665
7666 Shell archives (``shar files'') used to be a popular way to distribute
7667 sources, but it isn't used all that much today.  In any case, we have
7668 some commands to deal with these:
7669
7670 @table @kbd
7671
7672 @item X s
7673 @kindex X s (Summary)
7674 @findex gnus-uu-decode-unshar
7675 Unshars the current series (@code{gnus-uu-decode-unshar}).
7676
7677 @item X S
7678 @kindex X S (Summary)
7679 @findex gnus-uu-decode-unshar-and-save
7680 Unshars and saves the current series (@code{gnus-uu-decode-unshar-and-save}).
7681
7682 @item X v s
7683 @kindex X v s (Summary)
7684 @findex gnus-uu-decode-unshar-view
7685 Unshars and views the current series (@code{gnus-uu-decode-unshar-view}).
7686
7687 @item X v S
7688 @kindex X v S (Summary)
7689 @findex gnus-uu-decode-unshar-and-save-view
7690 Unshars, views and saves the current series
7691 (@code{gnus-uu-decode-unshar-and-save-view}).
7692 @end table
7693
7694
7695 @node PostScript Files
7696 @subsection PostScript Files
7697 @cindex PostScript
7698
7699 @table @kbd
7700
7701 @item X p
7702 @kindex X p (Summary)
7703 @findex gnus-uu-decode-postscript
7704 Unpack the current PostScript series (@code{gnus-uu-decode-postscript}).
7705
7706 @item X P
7707 @kindex X P (Summary)
7708 @findex gnus-uu-decode-postscript-and-save
7709 Unpack and save the current PostScript series
7710 (@code{gnus-uu-decode-postscript-and-save}).
7711
7712 @item X v p
7713 @kindex X v p (Summary)
7714 @findex gnus-uu-decode-postscript-view
7715 View the current PostScript series
7716 (@code{gnus-uu-decode-postscript-view}).
7717
7718 @item X v P
7719 @kindex X v P (Summary)
7720 @findex gnus-uu-decode-postscript-and-save-view
7721 View and save the current PostScript series
7722 (@code{gnus-uu-decode-postscript-and-save-view}).
7723 @end table
7724
7725
7726 @node Other Files
7727 @subsection Other Files
7728
7729 @table @kbd
7730 @item X o
7731 @kindex X o (Summary)
7732 @findex gnus-uu-decode-save
7733 Save the current series
7734 (@code{gnus-uu-decode-save}).
7735
7736 @item X b
7737 @kindex X b (Summary)
7738 @findex gnus-uu-decode-binhex
7739 Unbinhex the current series (@code{gnus-uu-decode-binhex}).  This
7740 doesn't really work yet.
7741 @end table
7742
7743
7744 @node Decoding Variables
7745 @subsection Decoding Variables
7746
7747 Adjective, not verb.
7748
7749 @menu
7750 * Rule Variables::              Variables that say how a file is to be viewed.
7751 * Other Decode Variables::      Other decode variables.
7752 * Uuencoding and Posting::      Variables for customizing uuencoding.
7753 @end menu
7754
7755
7756 @node Rule Variables
7757 @subsubsection Rule Variables
7758 @cindex rule variables
7759
7760 Gnus uses @dfn{rule variables} to decide how to view a file.  All these
7761 variables are of the form
7762
7763 @lisp
7764       (list '(regexp1 command2)
7765             '(regexp2 command2)
7766             ...)
7767 @end lisp
7768
7769 @table @code
7770
7771 @item gnus-uu-user-view-rules
7772 @vindex gnus-uu-user-view-rules
7773 @cindex sox
7774 This variable is consulted first when viewing files.  If you wish to use,
7775 for instance, @code{sox} to convert an @file{.au} sound file, you could
7776 say something like:
7777 @lisp
7778 (setq gnus-uu-user-view-rules
7779       (list '("\\\\.au$" "sox %s -t .aiff > /dev/audio")))
7780 @end lisp
7781
7782 @item gnus-uu-user-view-rules-end
7783 @vindex gnus-uu-user-view-rules-end
7784 This variable is consulted if Gnus couldn't make any matches from the
7785 user and default view rules.
7786
7787 @item gnus-uu-user-archive-rules
7788 @vindex gnus-uu-user-archive-rules
7789 This variable can be used to say what commands should be used to unpack
7790 archives.
7791 @end table
7792
7793
7794 @node Other Decode Variables
7795 @subsubsection Other Decode Variables
7796
7797 @table @code
7798 @vindex gnus-uu-grabbed-file-functions
7799
7800 @item gnus-uu-grabbed-file-functions
7801 All functions in this list will be called right after each file has been
7802 successfully decoded---so that you can move or view files right away,
7803 and don't have to wait for all files to be decoded before you can do
7804 anything.  Ready-made functions you can put in this list are:
7805
7806 @table @code
7807
7808 @item gnus-uu-grab-view
7809 @findex gnus-uu-grab-view
7810 View the file.
7811
7812 @item gnus-uu-grab-move
7813 @findex gnus-uu-grab-move
7814 Move the file (if you're using a saving function.)
7815 @end table
7816
7817 @item gnus-uu-be-dangerous
7818 @vindex gnus-uu-be-dangerous
7819 Specifies what to do if unusual situations arise during decoding.  If
7820 @code{nil}, be as conservative as possible.  If @code{t}, ignore things
7821 that didn't work, and overwrite existing files.  Otherwise, ask each
7822 time.
7823
7824 @item gnus-uu-ignore-files-by-name
7825 @vindex gnus-uu-ignore-files-by-name
7826 Files with name matching this regular expression won't be viewed.
7827
7828 @item gnus-uu-ignore-files-by-type
7829 @vindex gnus-uu-ignore-files-by-type
7830 Files with a @acronym{MIME} type matching this variable won't be viewed.
7831 Note that Gnus tries to guess what type the file is based on the name.
7832 @code{gnus-uu} is not a @acronym{MIME} package (yet), so this is slightly
7833 kludgey.
7834
7835 @item gnus-uu-tmp-dir
7836 @vindex gnus-uu-tmp-dir
7837 Where @code{gnus-uu} does its work.
7838
7839 @item gnus-uu-do-not-unpack-archives
7840 @vindex gnus-uu-do-not-unpack-archives
7841 Non-@code{nil} means that @code{gnus-uu} won't peek inside archives
7842 looking for files to display.
7843
7844 @item gnus-uu-view-and-save
7845 @vindex gnus-uu-view-and-save
7846 Non-@code{nil} means that the user will always be asked to save a file
7847 after viewing it.
7848
7849 @item gnus-uu-ignore-default-view-rules
7850 @vindex gnus-uu-ignore-default-view-rules
7851 Non-@code{nil} means that @code{gnus-uu} will ignore the default viewing
7852 rules.
7853
7854 @item gnus-uu-ignore-default-archive-rules
7855 @vindex gnus-uu-ignore-default-archive-rules
7856 Non-@code{nil} means that @code{gnus-uu} will ignore the default archive
7857 unpacking commands.
7858
7859 @item gnus-uu-kill-carriage-return
7860 @vindex gnus-uu-kill-carriage-return
7861 Non-@code{nil} means that @code{gnus-uu} will strip all carriage returns
7862 from articles.
7863
7864 @item gnus-uu-unmark-articles-not-decoded
7865 @vindex gnus-uu-unmark-articles-not-decoded
7866 Non-@code{nil} means that @code{gnus-uu} will mark unsuccessfully
7867 decoded articles as unread.
7868
7869 @item gnus-uu-correct-stripped-uucode
7870 @vindex gnus-uu-correct-stripped-uucode
7871 Non-@code{nil} means that @code{gnus-uu} will @emph{try} to fix
7872 uuencoded files that have had trailing spaces deleted.
7873
7874 @item gnus-uu-pre-uudecode-hook
7875 @vindex gnus-uu-pre-uudecode-hook
7876 Hook run before sending a message to @code{uudecode}.
7877
7878 @item gnus-uu-view-with-metamail
7879 @vindex gnus-uu-view-with-metamail
7880 @cindex metamail
7881 Non-@code{nil} means that @code{gnus-uu} will ignore the viewing
7882 commands defined by the rule variables and just fudge a @acronym{MIME}
7883 content type based on the file name.  The result will be fed to
7884 @code{metamail} for viewing.
7885
7886 @item gnus-uu-save-in-digest
7887 @vindex gnus-uu-save-in-digest
7888 Non-@code{nil} means that @code{gnus-uu}, when asked to save without
7889 decoding, will save in digests.  If this variable is @code{nil},
7890 @code{gnus-uu} will just save everything in a file without any
7891 embellishments.  The digesting almost conforms to RFC 1153---no easy way
7892 to specify any meaningful volume and issue numbers were found, so I
7893 simply dropped them.
7894
7895 @end table
7896
7897
7898 @node Uuencoding and Posting
7899 @subsubsection Uuencoding and Posting
7900
7901 @table @code
7902
7903 @item gnus-uu-post-include-before-composing
7904 @vindex gnus-uu-post-include-before-composing
7905 Non-@code{nil} means that @code{gnus-uu} will ask for a file to encode
7906 before you compose the article.  If this variable is @code{t}, you can
7907 either include an encoded file with @kbd{C-c C-i} or have one included
7908 for you when you post the article.
7909
7910 @item gnus-uu-post-length
7911 @vindex gnus-uu-post-length
7912 Maximum length of an article.  The encoded file will be split into how
7913 many articles it takes to post the entire file.
7914
7915 @item gnus-uu-post-threaded
7916 @vindex gnus-uu-post-threaded
7917 Non-@code{nil} means that @code{gnus-uu} will post the encoded file in a
7918 thread.  This may not be smart, as no other decoder I have seen is able
7919 to follow threads when collecting uuencoded articles.  (Well, I have
7920 seen one package that does that---@code{gnus-uu}, but somehow, I don't
7921 think that counts@dots{}) Default is @code{nil}.
7922
7923 @item gnus-uu-post-separate-description
7924 @vindex gnus-uu-post-separate-description
7925 Non-@code{nil} means that the description will be posted in a separate
7926 article.  The first article will typically be numbered (0/x).  If this
7927 variable is @code{nil}, the description the user enters will be included
7928 at the beginning of the first article, which will be numbered (1/x).
7929 Default is @code{t}.
7930
7931 @end table
7932
7933
7934 @node Viewing Files
7935 @subsection Viewing Files
7936 @cindex viewing files
7937 @cindex pseudo-articles
7938
7939 After decoding, if the file is some sort of archive, Gnus will attempt
7940 to unpack the archive and see if any of the files in the archive can be
7941 viewed.  For instance, if you have a gzipped tar file @file{pics.tar.gz}
7942 containing the files @file{pic1.jpg} and @file{pic2.gif}, Gnus will
7943 uncompress and de-tar the main file, and then view the two pictures.
7944 This unpacking process is recursive, so if the archive contains archives
7945 of archives, it'll all be unpacked.
7946
7947 Finally, Gnus will normally insert a @dfn{pseudo-article} for each
7948 extracted file into the summary buffer.  If you go to these
7949 ``articles'', you will be prompted for a command to run (usually Gnus
7950 will make a suggestion), and then the command will be run.
7951
7952 @vindex gnus-view-pseudo-asynchronously
7953 If @code{gnus-view-pseudo-asynchronously} is @code{nil}, Emacs will wait
7954 until the viewing is done before proceeding.
7955
7956 @vindex gnus-view-pseudos
7957 If @code{gnus-view-pseudos} is @code{automatic}, Gnus will not insert
7958 the pseudo-articles into the summary buffer, but view them
7959 immediately.  If this variable is @code{not-confirm}, the user won't even
7960 be asked for a confirmation before viewing is done.
7961
7962 @vindex gnus-view-pseudos-separately
7963 If @code{gnus-view-pseudos-separately} is non-@code{nil}, one
7964 pseudo-article will be created for each file to be viewed.  If
7965 @code{nil}, all files that use the same viewing command will be given as
7966 a list of parameters to that command.
7967
7968 @vindex gnus-insert-pseudo-articles
7969 If @code{gnus-insert-pseudo-articles} is non-@code{nil}, insert
7970 pseudo-articles when decoding.  It is @code{t} by default.
7971
7972 So; there you are, reading your @emph{pseudo-articles} in your
7973 @emph{virtual newsgroup} from the @emph{virtual server}; and you think:
7974 Why isn't anything real anymore? How did we get here?
7975
7976
7977 @node Article Treatment
7978 @section Article Treatment
7979
7980 Reading through this huge manual, you may have quite forgotten that the
7981 object of newsreaders is to actually, like, read what people have
7982 written.  Reading articles.  Unfortunately, people are quite bad at
7983 writing, so there are tons of functions and variables to make reading
7984 these articles easier.
7985
7986 @menu
7987 * Article Highlighting::        You want to make the article look like fruit salad.
7988 * Article Fontisizing::         Making emphasized text look nice.
7989 * Article Hiding::              You also want to make certain info go away.
7990 * Article Washing::             Lots of way-neat functions to make life better.
7991 * Article Header::              Doing various header transformations.
7992 * Article Buttons::             Click on URLs, Message-IDs, addresses and the like.
7993 * Article Button Levels::       Controlling appearance of buttons.
7994 * Article Date::                Grumble, UT!
7995 * Article Display::             Display various stuff---X-Face, Picons, Smileys
7996 * Article Signature::           What is a signature?
7997 * Article Miscellanea::         Various other stuff.
7998 @end menu
7999
8000
8001 @node Article Highlighting
8002 @subsection Article Highlighting
8003 @cindex highlighting
8004
8005 Not only do you want your article buffer to look like fruit salad, but
8006 you want it to look like technicolor fruit salad.
8007
8008 @table @kbd
8009
8010 @item W H a
8011 @kindex W H a (Summary)
8012 @findex gnus-article-highlight
8013 @findex gnus-article-maybe-highlight
8014 Do much highlighting of the current article
8015 (@code{gnus-article-highlight}).  This function highlights header, cited
8016 text, the signature, and adds buttons to the body and the head.
8017
8018 @item W H h
8019 @kindex W H h (Summary)
8020 @findex gnus-article-highlight-headers
8021 @vindex gnus-header-face-alist
8022 Highlight the headers (@code{gnus-article-highlight-headers}).  The
8023 highlighting will be done according to the @code{gnus-header-face-alist}
8024 variable, which is a list where each element has the form
8025 @code{(@var{regexp} @var{name} @var{content})}.
8026 @var{regexp} is a regular expression for matching the
8027 header, @var{name} is the face used for highlighting the header name
8028 (@pxref{Faces and Fonts}) and @var{content} is the face for highlighting
8029 the header value.  The first match made will be used.  Note that
8030 @var{regexp} shouldn't have @samp{^} prepended---Gnus will add one.
8031
8032 @item W H c
8033 @kindex W H c (Summary)
8034 @findex gnus-article-highlight-citation
8035 Highlight cited text (@code{gnus-article-highlight-citation}).
8036
8037 Some variables to customize the citation highlights:
8038
8039 @table @code
8040 @vindex gnus-cite-parse-max-size
8041
8042 @item gnus-cite-parse-max-size
8043 If the article size if bigger than this variable (which is 25000 by
8044 default), no citation highlighting will be performed.
8045
8046 @item gnus-cite-max-prefix
8047 @vindex gnus-cite-max-prefix
8048 Maximum possible length for a citation prefix (default 20).
8049
8050 @item gnus-cite-face-list
8051 @vindex gnus-cite-face-list
8052 List of faces used for highlighting citations (@pxref{Faces and Fonts}).
8053 When there are citations from multiple articles in the same message,
8054 Gnus will try to give each citation from each article its own face.
8055 This should make it easier to see who wrote what.
8056
8057 @item gnus-supercite-regexp
8058 @vindex gnus-supercite-regexp
8059 Regexp matching normal Supercite attribution lines.
8060
8061 @item gnus-supercite-secondary-regexp
8062 @vindex gnus-supercite-secondary-regexp
8063 Regexp matching mangled Supercite attribution lines.
8064
8065 @item gnus-cite-minimum-match-count
8066 @vindex gnus-cite-minimum-match-count
8067 Minimum number of identical prefixes we have to see before we believe
8068 that it's a citation.
8069
8070 @item gnus-cite-attribution-prefix
8071 @vindex gnus-cite-attribution-prefix
8072 Regexp matching the beginning of an attribution line.
8073
8074 @item gnus-cite-attribution-suffix
8075 @vindex gnus-cite-attribution-suffix
8076 Regexp matching the end of an attribution line.
8077
8078 @item gnus-cite-attribution-face
8079 @vindex gnus-cite-attribution-face
8080 Face used for attribution lines.  It is merged with the face for the
8081 cited text belonging to the attribution.
8082
8083 @end table
8084
8085
8086 @item W H s
8087 @kindex W H s (Summary)
8088 @vindex gnus-signature-separator
8089 @vindex gnus-signature-face
8090 @findex gnus-article-highlight-signature
8091 Highlight the signature (@code{gnus-article-highlight-signature}).
8092 Everything after @code{gnus-signature-separator} (@pxref{Article
8093 Signature}) in an article will be considered a signature and will be
8094 highlighted with @code{gnus-signature-face}, which is @code{italic} by
8095 default.
8096
8097 @end table
8098
8099 @xref{Customizing Articles}, for how to highlight articles automatically.
8100
8101
8102 @node Article Fontisizing
8103 @subsection Article Fontisizing
8104 @cindex emphasis
8105 @cindex article emphasis
8106
8107 @findex gnus-article-emphasize
8108 @kindex W e (Summary)
8109 People commonly add emphasis to words in news articles by writing things
8110 like @samp{_this_} or @samp{*this*} or @samp{/this/}.  Gnus can make
8111 this look nicer by running the article through the @kbd{W e}
8112 (@code{gnus-article-emphasize}) command.
8113
8114 @vindex gnus-emphasis-alist
8115 How the emphasis is computed is controlled by the
8116 @code{gnus-emphasis-alist} variable.  This is an alist where the first
8117 element is a regular expression to be matched.  The second is a number
8118 that says what regular expression grouping is used to find the entire
8119 emphasized word.  The third is a number that says what regexp grouping
8120 should be displayed and highlighted.  (The text between these two
8121 groupings will be hidden.)  The fourth is the face used for
8122 highlighting.
8123
8124 @lisp
8125 (setq gnus-emphasis-alist
8126       '(("_\\(\\w+\\)_" 0 1 gnus-emphasis-underline)
8127         ("\\*\\(\\w+\\)\\*" 0 1 gnus-emphasis-bold)))
8128 @end lisp
8129
8130 @cindex slash
8131 @cindex asterisk
8132 @cindex underline
8133 @cindex /
8134 @cindex *
8135
8136 @vindex gnus-emphasis-underline
8137 @vindex gnus-emphasis-bold
8138 @vindex gnus-emphasis-italic
8139 @vindex gnus-emphasis-underline-bold
8140 @vindex gnus-emphasis-underline-italic
8141 @vindex gnus-emphasis-bold-italic
8142 @vindex gnus-emphasis-underline-bold-italic
8143 By default, there are seven rules, and they use the following faces:
8144 @code{gnus-emphasis-bold}, @code{gnus-emphasis-italic},
8145 @code{gnus-emphasis-underline}, @code{gnus-emphasis-bold-italic},
8146 @code{gnus-emphasis-underline-italic},
8147 @code{gnus-emphasis-underline-bold}, and
8148 @code{gnus-emphasis-underline-bold-italic}.
8149
8150 If you want to change these faces, you can either use @kbd{M-x
8151 customize}, or you can use @code{copy-face}.  For instance, if you want
8152 to make @code{gnus-emphasis-italic} use a red face instead, you could
8153 say something like:
8154
8155 @lisp
8156 (copy-face 'red 'gnus-emphasis-italic)
8157 @end lisp
8158
8159 @vindex gnus-group-highlight-words-alist
8160
8161 If you want to highlight arbitrary words, you can use the
8162 @code{gnus-group-highlight-words-alist} variable, which uses the same
8163 syntax as @code{gnus-emphasis-alist}.  The @code{highlight-words} group
8164 parameter (@pxref{Group Parameters}) can also be used.
8165
8166 @xref{Customizing Articles}, for how to fontize articles automatically.
8167
8168
8169 @node Article Hiding
8170 @subsection Article Hiding
8171 @cindex article hiding
8172
8173 Or rather, hiding certain things in each article.  There usually is much
8174 too much cruft in most articles.
8175
8176 @table @kbd
8177
8178 @item W W a
8179 @kindex W W a (Summary)
8180 @findex gnus-article-hide
8181 Do quite a lot of hiding on the article buffer
8182 (@kbd{gnus-article-hide}).  In particular, this function will hide
8183 headers, @acronym{PGP}, cited text and the signature.
8184
8185 @item W W h
8186 @kindex W W h (Summary)
8187 @findex gnus-article-hide-headers
8188 Hide headers (@code{gnus-article-hide-headers}).  @xref{Hiding
8189 Headers}.
8190
8191 @item W W b
8192 @kindex W W b (Summary)
8193 @findex gnus-article-hide-boring-headers
8194 Hide headers that aren't particularly interesting
8195 (@code{gnus-article-hide-boring-headers}).  @xref{Hiding Headers}.
8196
8197 @item W W s
8198 @kindex W W s (Summary)
8199 @findex gnus-article-hide-signature
8200 Hide signature (@code{gnus-article-hide-signature}).  @xref{Article
8201 Signature}.
8202
8203 @item W W l
8204 @kindex W W l (Summary)
8205 @findex gnus-article-hide-list-identifiers
8206 @vindex gnus-list-identifiers
8207 Strip list identifiers specified in @code{gnus-list-identifiers}.  These
8208 are strings some mailing list servers add to the beginning of all
8209 @code{Subject} headers---for example, @samp{[zebra 4711]}.  Any leading
8210 @samp{Re: } is skipped before stripping.  @code{gnus-list-identifiers}
8211 may not contain @code{\\(..\\)}.
8212
8213 @table @code
8214
8215 @item gnus-list-identifiers
8216 @vindex gnus-list-identifiers
8217 A regular expression that matches list identifiers to be removed from
8218 subject.  This can also be a list of regular expressions.
8219
8220 @end table
8221
8222 @item W W P
8223 @kindex W W P (Summary)
8224 @findex gnus-article-hide-pem
8225 Hide @acronym{PEM} (privacy enhanced messages) cruft
8226 (@code{gnus-article-hide-pem}).
8227
8228 @item W W B
8229 @kindex W W B (Summary)
8230 @findex gnus-article-strip-banner
8231 @vindex gnus-article-banner-alist
8232 @vindex gnus-article-address-banner-alist
8233 @cindex banner
8234 @cindex OneList
8235 @cindex stripping advertisements
8236 @cindex advertisements
8237 Strip the banner specified by the @code{banner} group parameter
8238 (@code{gnus-article-strip-banner}).  This is mainly used to hide those
8239 annoying banners and/or signatures that some mailing lists and moderated
8240 groups adds to all the messages.  The way to use this function is to add
8241 the @code{banner} group parameter (@pxref{Group Parameters}) to the
8242 group you want banners stripped from.  The parameter either be a string,
8243 which will be interpreted as a regular expression matching text to be
8244 removed, or the symbol @code{signature}, meaning that the (last)
8245 signature should be removed, or other symbol, meaning that the
8246 corresponding regular expression in @code{gnus-article-banner-alist} is
8247 used.
8248
8249 Regardless of a group, you can hide things like advertisements only when
8250 the sender of an article has a certain mail address specified in
8251 @code{gnus-article-address-banner-alist}.
8252
8253 @table @code
8254
8255 @item gnus-article-address-banner-alist
8256 @vindex gnus-article-address-banner-alist
8257 Alist of mail addresses and banners.  Each element has the form
8258 @code{(@var{address} . @var{banner})}, where @var{address} is a regexp
8259 matching a mail address in the From header, @var{banner} is one of a
8260 symbol @code{signature}, an item in @code{gnus-article-banner-alist},
8261 a regexp and @code{nil}.  If @var{address} matches author's mail
8262 address, it will remove things like advertisements.  For example, if a
8263 sender has the mail address @samp{hail@@yoo-hoo.co.jp} and there is a
8264 banner something like @samp{Do You Yoo-hoo!?} in all articles he
8265 sends, you can use the following element to remove them:
8266
8267 @lisp
8268 ("@@yoo-hoo\\.co\\.jp\\'" .
8269  "\n_+\nDo You Yoo-hoo!\\?\n.*\n.*\n")
8270 @end lisp
8271
8272 @end table
8273
8274 @item W W c
8275 @kindex W W c (Summary)
8276 @findex gnus-article-hide-citation
8277 Hide citation (@code{gnus-article-hide-citation}).  Some variables for
8278 customizing the hiding:
8279
8280 @table @code
8281
8282 @item gnus-cited-opened-text-button-line-format
8283 @itemx gnus-cited-closed-text-button-line-format
8284 @vindex gnus-cited-closed-text-button-line-format
8285 @vindex gnus-cited-opened-text-button-line-format
8286 Gnus adds buttons to show where the cited text has been hidden, and to
8287 allow toggle hiding the text.  The format of the variable is specified
8288 by these format-like variable (@pxref{Formatting Variables}).  These
8289 specs are valid:
8290
8291 @table @samp
8292 @item b
8293 Starting point of the hidden text.
8294 @item e
8295 Ending point of the hidden text.
8296 @item l
8297 Number of characters in the hidden region.
8298 @item n
8299 Number of lines of hidden text.
8300 @end table
8301
8302 @item gnus-cited-lines-visible
8303 @vindex gnus-cited-lines-visible
8304 The number of lines at the beginning of the cited text to leave
8305 shown.  This can also be a cons cell with the number of lines at the top
8306 and bottom of the text, respectively, to remain visible.
8307
8308 @end table
8309
8310 @item W W C-c
8311 @kindex W W C-c (Summary)
8312 @findex gnus-article-hide-citation-maybe
8313
8314 Hide citation (@code{gnus-article-hide-citation-maybe}) depending on the
8315 following two variables:
8316
8317 @table @code
8318 @item gnus-cite-hide-percentage
8319 @vindex gnus-cite-hide-percentage
8320 If the cited text is of a bigger percentage than this variable (default
8321 50), hide the cited text.
8322
8323 @item gnus-cite-hide-absolute
8324 @vindex gnus-cite-hide-absolute
8325 The cited text must have at least this length (default 10) before it
8326 is hidden.
8327 @end table
8328
8329 @item W W C
8330 @kindex W W C (Summary)
8331 @findex gnus-article-hide-citation-in-followups
8332 Hide cited text in articles that aren't roots
8333 (@code{gnus-article-hide-citation-in-followups}).  This isn't very
8334 useful as an interactive command, but might be a handy function to stick
8335 have happen automatically (@pxref{Customizing Articles}).
8336
8337 @end table
8338
8339 All these ``hiding'' commands are toggles, but if you give a negative
8340 prefix to these commands, they will show what they have previously
8341 hidden.  If you give a positive prefix, they will always hide.
8342
8343 Also @pxref{Article Highlighting} for further variables for
8344 citation customization.
8345
8346 @xref{Customizing Articles}, for how to hide article elements
8347 automatically.
8348
8349
8350 @node Article Washing
8351 @subsection Article Washing
8352 @cindex washing
8353 @cindex article washing
8354
8355 We call this ``article washing'' for a really good reason.  Namely, the
8356 @kbd{A} key was taken, so we had to use the @kbd{W} key instead.
8357
8358 @dfn{Washing} is defined by us as ``changing something from something to
8359 something else'', but normally results in something looking better.
8360 Cleaner, perhaps.
8361
8362 @xref{Customizing Articles}, if you want to change how Gnus displays
8363 articles by default.
8364
8365 @table @kbd
8366
8367 @item C-u g
8368 This is not really washing, it's sort of the opposite of washing.  If
8369 you type this, you see the article exactly as it exists on disk or on
8370 the server.
8371
8372 @item g
8373 Force redisplaying of the current article
8374 (@code{gnus-summary-show-article}).  This is also not really washing.
8375 If you type this, you see the article without any previously applied
8376 interactive Washing functions but with all default treatments
8377 (@pxref{Customizing Articles}).
8378
8379 @item W l
8380 @kindex W l (Summary)
8381 @findex gnus-summary-stop-page-breaking
8382 Remove page breaks from the current article
8383 (@code{gnus-summary-stop-page-breaking}).  @xref{Misc Article}, for page
8384 delimiters.
8385
8386 @item W r
8387 @kindex W r (Summary)
8388 @findex gnus-summary-caesar-message
8389 @c @icon{gnus-summary-caesar-message}
8390 Do a Caesar rotate (rot13) on the article buffer
8391 (@code{gnus-summary-caesar-message}).
8392 Unreadable articles that tell you to read them with Caesar rotate or rot13.
8393 (Typically offensive jokes and such.)
8394
8395 It's commonly called ``rot13'' because each letter is rotated 13
8396 positions in the alphabet, e. g. @samp{B} (letter #2) -> @samp{O} (letter
8397 #15).  It is sometimes referred to as ``Caesar rotate'' because Caesar
8398 is rumored to have employed this form of, uh, somewhat weak encryption.
8399
8400 @item W m
8401 @kindex W m (Summary)
8402 @findex gnus-summary-morse-message
8403 Morse decode the article buffer (@code{gnus-summary-morse-message}).
8404
8405 @item W t
8406 @item t
8407 @kindex W t (Summary)
8408 @kindex t (Summary)
8409 @findex gnus-summary-toggle-header
8410 Toggle whether to display all headers in the article buffer
8411 (@code{gnus-summary-toggle-header}).
8412
8413 @item W v
8414 @kindex W v (Summary)
8415 @findex gnus-summary-verbose-headers
8416 Toggle whether to display all headers in the article buffer permanently
8417 (@code{gnus-summary-verbose-headers}).
8418
8419 @item W o
8420 @kindex W o (Summary)
8421 @findex gnus-article-treat-overstrike
8422 Treat overstrike (@code{gnus-article-treat-overstrike}).
8423
8424 @item W d
8425 @kindex W d (Summary)
8426 @findex gnus-article-treat-dumbquotes
8427 @vindex gnus-article-dumbquotes-map
8428 @cindex Smartquotes
8429 @cindex M****s*** sm*rtq**t*s
8430 @cindex Latin 1
8431 Treat M****s*** sm*rtq**t*s according to
8432 @code{gnus-article-dumbquotes-map}
8433 (@code{gnus-article-treat-dumbquotes}).  Note that this function guesses
8434 whether a character is a sm*rtq**t* or not, so it should only be used
8435 interactively.
8436
8437 Sm*rtq**t*s are M****s***'s unilateral extension to the character map in
8438 an attempt to provide more quoting characters.  If you see something
8439 like @code{\222} or @code{\264} where you're expecting some kind of
8440 apostrophe or quotation mark, then try this wash.
8441
8442 @item W Y f
8443 @kindex W Y f (Summary)
8444 @findex gnus-article-outlook-deuglify-article
8445 @cindex Outlook Express
8446 Full deuglify of broken Outlook (Express) articles: Treat dumbquotes,
8447 unwrap lines, repair attribution and rearrange citation.
8448 (@code{gnus-article-outlook-deuglify-article}).
8449
8450 @item W Y u
8451 @kindex W Y u (Summary)
8452 @findex gnus-article-outlook-unwrap-lines
8453 @vindex gnus-outlook-deuglify-unwrap-min
8454 @vindex gnus-outlook-deuglify-unwrap-max
8455 Unwrap lines that appear to be wrapped citation lines.  You can control
8456 what lines will be unwrapped by frobbing
8457 @code{gnus-outlook-deuglify-unwrap-min} and
8458 @code{gnus-outlook-deuglify-unwrap-max}, indicating the minimum and
8459 maximum length of an unwrapped citation line.
8460 (@code{gnus-article-outlook-unwrap-lines}).
8461
8462 @item W Y a
8463 @kindex W Y a (Summary)
8464 @findex gnus-article-outlook-repair-attribution
8465 Repair a broken attribution line.@*
8466 (@code{gnus-article-outlook-repair-attribution}).
8467
8468 @item W Y c
8469 @kindex W Y c (Summary)
8470 @findex gnus-article-outlook-rearrange-citation
8471 Repair broken citations by rearranging the text.
8472 (@code{gnus-article-outlook-rearrange-citation}).
8473
8474 @item W w
8475 @kindex W w (Summary)
8476 @findex gnus-article-fill-cited-article
8477 Do word wrap (@code{gnus-article-fill-cited-article}).
8478
8479 You can give the command a numerical prefix to specify the width to use
8480 when filling.
8481
8482 @item W Q
8483 @kindex W Q (Summary)
8484 @findex gnus-article-fill-long-lines
8485 Fill long lines (@code{gnus-article-fill-long-lines}).
8486
8487 @item W C
8488 @kindex W C (Summary)
8489 @findex gnus-article-capitalize-sentences
8490 Capitalize the first word in each sentence
8491 (@code{gnus-article-capitalize-sentences}).
8492
8493 @item W c
8494 @kindex W c (Summary)
8495 @findex gnus-article-remove-cr
8496 Translate CRLF pairs (i. e., @samp{^M}s on the end of the lines) into LF
8497 (this takes care of DOS line endings), and then translate any remaining
8498 CRs into LF (this takes care of Mac line endings)
8499 (@code{gnus-article-remove-cr}).
8500
8501 @item W q
8502 @kindex W q (Summary)
8503 @findex gnus-article-de-quoted-unreadable
8504 Treat quoted-printable (@code{gnus-article-de-quoted-unreadable}).
8505 Quoted-Printable is one common @acronym{MIME} encoding employed when
8506 sending non-@acronym{ASCII} (i.e., 8-bit) articles.  It typically
8507 makes strings like @samp{déjà vu} look like @samp{d=E9j=E0 vu}, which
8508 doesn't look very readable to me.  Note that this is usually done
8509 automatically by Gnus if the message in question has a
8510 @code{Content-Transfer-Encoding} header that says that this encoding
8511 has been done.  If a prefix is given, a charset will be asked for.
8512
8513 @item W 6
8514 @kindex W 6 (Summary)
8515 @findex gnus-article-de-base64-unreadable
8516 Treat base64 (@code{gnus-article-de-base64-unreadable}).  Base64 is
8517 one common @acronym{MIME} encoding employed when sending
8518 non-@acronym{ASCII} (i.e., 8-bit) articles.  Note that this is
8519 usually done automatically by Gnus if the message in question has a
8520 @code{Content-Transfer-Encoding} header that says that this encoding
8521 has been done.  If a prefix is given, a charset will be asked for.
8522
8523 @item W Z
8524 @kindex W Z (Summary)
8525 @findex gnus-article-decode-HZ
8526 Treat HZ or HZP (@code{gnus-article-decode-HZ}).  HZ (or HZP) is one
8527 common encoding employed when sending Chinese articles.  It typically
8528 makes strings look like @samp{~@{<:Ky2;S@{#,NpJ)l6HK!#~@}}.
8529
8530 @item W u
8531 @kindex W u (Summary)
8532 @findex gnus-article-unsplit-urls
8533 Remove newlines from within URLs.  Some mailers insert newlines into
8534 outgoing email messages to keep lines short.  This reformatting can
8535 split long URLs onto multiple lines.  Repair those URLs by removing
8536 the newlines (@code{gnus-article-unsplit-urls}).
8537
8538 @item W h
8539 @kindex W h (Summary)
8540 @findex gnus-article-wash-html
8541 Treat @acronym{HTML} (@code{gnus-article-wash-html}).  Note that this is
8542 usually done automatically by Gnus if the message in question has a
8543 @code{Content-Type} header that says that the message is @acronym{HTML}.
8544
8545 If a prefix is given, a charset will be asked for.
8546
8547 @vindex gnus-article-wash-function
8548 The default is to use the function specified by
8549 @code{mm-text-html-renderer} (@pxref{Display Customization, ,Display
8550 Customization, emacs-mime, The Emacs MIME Manual}) to convert the
8551 @acronym{HTML}, but this is controlled by the
8552 @code{gnus-article-wash-function} variable.  Pre-defined functions you
8553 can use include:
8554
8555 @table @code
8556 @item w3
8557 Use Emacs/w3.
8558
8559 @item w3m
8560 Use @uref{http://emacs-w3m.namazu.org/, emacs-w3m}.
8561
8562 @item links
8563 Use @uref{http://links.sf.net/, Links}.
8564
8565 @item lynx
8566 Use @uref{http://lynx.isc.org/, Lynx}.
8567
8568 @item html2text
8569 Use html2text---a simple @acronym{HTML} converter included with Gnus.
8570
8571 @end table
8572
8573 @item W b
8574 @kindex W b (Summary)
8575 @findex gnus-article-add-buttons
8576 Add clickable buttons to the article (@code{gnus-article-add-buttons}).
8577 @xref{Article Buttons}.
8578
8579 @item W B
8580 @kindex W B (Summary)
8581 @findex gnus-article-add-buttons-to-head
8582 Add clickable buttons to the article headers
8583 (@code{gnus-article-add-buttons-to-head}).
8584
8585 @item W p
8586 @kindex W p (Summary)
8587 @findex gnus-article-verify-x-pgp-sig
8588 Verify a signed control message
8589 (@code{gnus-article-verify-x-pgp-sig}).  Control messages such as
8590 @code{newgroup} and @code{checkgroups} are usually signed by the
8591 hierarchy maintainer.  You need to add the @acronym{PGP} public key of
8592 the maintainer to your keyring to verify the
8593 message.@footnote{@acronym{PGP} keys for many hierarchies are
8594 available at @uref{ftp://ftp.isc.org/pub/pgpcontrol/README.html}}
8595
8596 @item W s
8597 @kindex W s (Summary)
8598 @findex gnus-summary-force-verify-and-decrypt
8599 Verify a signed (@acronym{PGP}, @acronym{PGP/MIME} or
8600 @acronym{S/MIME}) message
8601 (@code{gnus-summary-force-verify-and-decrypt}). @xref{Security}.
8602
8603 @item W a
8604 @kindex W a (Summary)
8605 @findex gnus-article-strip-headers-in-body
8606 Strip headers like the @code{X-No-Archive} header from the beginning of
8607 article bodies (@code{gnus-article-strip-headers-in-body}).
8608
8609 @item W E l
8610 @kindex W E l (Summary)
8611 @findex gnus-article-strip-leading-blank-lines
8612 Remove all blank lines from the beginning of the article
8613 (@code{gnus-article-strip-leading-blank-lines}).
8614
8615 @item W E m
8616 @kindex W E m (Summary)
8617 @findex gnus-article-strip-multiple-blank-lines
8618 Replace all blank lines with empty lines and then all multiple empty
8619 lines with a single empty line.
8620 (@code{gnus-article-strip-multiple-blank-lines}).
8621
8622 @item W E t
8623 @kindex W E t (Summary)
8624 @findex gnus-article-remove-trailing-blank-lines
8625 Remove all blank lines at the end of the article
8626 (@code{gnus-article-remove-trailing-blank-lines}).
8627
8628 @item W E a
8629 @kindex W E a (Summary)
8630 @findex gnus-article-strip-blank-lines
8631 Do all the three commands above
8632 (@code{gnus-article-strip-blank-lines}).
8633
8634 @item W E A
8635 @kindex W E A (Summary)
8636 @findex gnus-article-strip-all-blank-lines
8637 Remove all blank lines
8638 (@code{gnus-article-strip-all-blank-lines}).
8639
8640 @item W E s
8641 @kindex W E s (Summary)
8642 @findex gnus-article-strip-leading-space
8643 Remove all white space from the beginning of all lines of the article
8644 body (@code{gnus-article-strip-leading-space}).
8645
8646 @item W E e
8647 @kindex W E e (Summary)
8648 @findex gnus-article-strip-trailing-space
8649 Remove all white space from the end of all lines of the article
8650 body (@code{gnus-article-strip-trailing-space}).
8651
8652 @end table
8653
8654 @xref{Customizing Articles}, for how to wash articles automatically.
8655
8656
8657 @node Article Header
8658 @subsection Article Header
8659
8660 These commands perform various transformations of article header.
8661
8662 @table @kbd
8663
8664 @item W G u
8665 @kindex W G u (Summary)
8666 @findex gnus-article-treat-unfold-headers
8667 Unfold folded header lines (@code{gnus-article-treat-unfold-headers}).
8668
8669 @item W G n
8670 @kindex W G n (Summary)
8671 @findex gnus-article-treat-fold-newsgroups
8672 Fold the @code{Newsgroups} and @code{Followup-To} headers
8673 (@code{gnus-article-treat-fold-newsgroups}).
8674
8675 @item W G f
8676 @kindex W G f (Summary)
8677 @findex gnus-article-treat-fold-headers
8678 Fold all the message headers
8679 (@code{gnus-article-treat-fold-headers}).
8680
8681 @item W E w
8682 @kindex W E w
8683 @findex gnus-article-remove-leading-whitespace
8684 Remove excessive whitespace from all headers
8685 (@code{gnus-article-remove-leading-whitespace}).
8686
8687 @end table
8688
8689
8690 @node Article Buttons
8691 @subsection Article Buttons
8692 @cindex buttons
8693
8694 People often include references to other stuff in articles, and it would
8695 be nice if Gnus could just fetch whatever it is that people talk about
8696 with the minimum of fuzz when you hit @kbd{RET} or use the middle mouse
8697 button on these references.
8698
8699 @vindex gnus-button-man-handler
8700 Gnus adds @dfn{buttons} to certain standard references by default:
8701 Well-formed URLs, mail addresses, Message-IDs, Info links, man pages and
8702 Emacs or Gnus related references.  This is controlled by two variables,
8703 one that handles article bodies and one that handles article heads:
8704
8705 @table @code
8706
8707 @item gnus-button-alist
8708 @vindex gnus-button-alist
8709 This is an alist where each entry has this form:
8710
8711 @lisp
8712 (@var{regexp} @var{button-par} @var{use-p} @var{function} @var{data-par})
8713 @end lisp
8714
8715 @table @var
8716
8717 @item regexp
8718 All text that match this regular expression (case insensitive) will be
8719 considered an external reference.  Here's a typical regexp that matches
8720 embedded URLs: @samp{<URL:\\([^\n\r>]*\\)>}.  This can also be a
8721 variable containing a regexp, useful variables to use include
8722 @code{gnus-button-url-regexp} and @code{gnus-button-mid-or-mail-regexp}.
8723
8724 @item button-par
8725 Gnus has to know which parts of the matches is to be highlighted.  This
8726 is a number that says what sub-expression of the regexp is to be
8727 highlighted.  If you want it all highlighted, you use 0 here.
8728
8729 @item use-p
8730 This form will be @code{eval}ed, and if the result is non-@code{nil},
8731 this is considered a match.  This is useful if you want extra sifting to
8732 avoid false matches.  Often variables named
8733 @code{gnus-button-@var{*}-level} are used here, @xref{Article Button
8734 Levels}, but any other form may be used too.
8735
8736 @c @code{use-p} is @code{eval}ed only if @code{regexp} matches.
8737
8738 @item function
8739 This function will be called when you click on this button.
8740
8741 @item data-par
8742 As with @var{button-par}, this is a sub-expression number, but this one
8743 says which part of the match is to be sent as data to @var{function}.
8744
8745 @end table
8746
8747 So the full entry for buttonizing URLs is then
8748
8749 @lisp
8750 ("<URL:\\([^\n\r>]*\\)>" 0 t gnus-button-url 1)
8751 @end lisp
8752
8753 @item gnus-header-button-alist
8754 @vindex gnus-header-button-alist
8755 This is just like the other alist, except that it is applied to the
8756 article head only, and that each entry has an additional element that is
8757 used to say what headers to apply the buttonize coding to:
8758
8759 @lisp
8760 (@var{header} @var{regexp} @var{button-par} @var{use-p} @var{function} @var{data-par})
8761 @end lisp
8762
8763 @var{header} is a regular expression.
8764 @end table
8765
8766 @subsubsection Related variables and functions
8767
8768 @table @code
8769 @item gnus-button-@var{*}-level
8770 @xref{Article Button Levels}.
8771
8772 @c Stuff related to gnus-button-browse-level
8773
8774 @item gnus-button-url-regexp
8775 @vindex gnus-button-url-regexp
8776 A regular expression that matches embedded URLs.  It is used in the
8777 default values of the variables above.
8778
8779 @c Stuff related to gnus-button-man-level
8780
8781 @item gnus-button-man-handler
8782 @vindex gnus-button-man-handler
8783 The function to use for displaying man pages.  It must take at least one
8784 argument with a string naming the man page.
8785
8786 @c Stuff related to gnus-button-message-level
8787
8788 @item gnus-button-mid-or-mail-regexp
8789 @vindex gnus-button-mid-or-mail-regexp
8790 Regular expression that matches a message ID or a mail address.
8791
8792 @item gnus-button-prefer-mid-or-mail
8793 @vindex gnus-button-prefer-mid-or-mail
8794 This variable determines what to do when the button on a string as
8795 @samp{foo123@@bar.invalid} is pushed.  Strings like this can be either a
8796 message ID or a mail address.  If it is one of the symbols @code{mid} or
8797 @code{mail}, Gnus will always assume that the string is a message ID or
8798 a mail address, respectively.  If this variable is set to the symbol
8799 @code{ask}, always query the user what do do.  If it is a function, this
8800 function will be called with the string as its only argument.  The
8801 function must return @code{mid}, @code{mail}, @code{invalid} or
8802 @code{ask}.  The default value is the function
8803 @code{gnus-button-mid-or-mail-heuristic}.
8804
8805 @item gnus-button-mid-or-mail-heuristic
8806 @findex gnus-button-mid-or-mail-heuristic
8807 Function that guesses whether its argument is a message ID or a mail
8808 address.  Returns @code{mid} if it's a message IDs, @code{mail} if
8809 it's a mail address, @code{ask} if unsure and @code{invalid} if the
8810 string is invalid.
8811
8812 @item gnus-button-mid-or-mail-heuristic-alist
8813 @vindex gnus-button-mid-or-mail-heuristic-alist
8814 An alist of @code{(RATE . REGEXP)} pairs used by the function
8815 @code{gnus-button-mid-or-mail-heuristic}.
8816
8817 @c Stuff related to gnus-button-tex-level
8818
8819 @item gnus-button-ctan-handler
8820 @findex gnus-button-ctan-handler
8821 The function to use for displaying CTAN links.  It must take one
8822 argument, the string naming the URL.
8823
8824 @item gnus-ctan-url
8825 @vindex gnus-ctan-url
8826 Top directory of a CTAN (Comprehensive TeX Archive Network) archive used
8827 by @code{gnus-button-ctan-handler}.
8828
8829 @c Misc stuff
8830
8831 @item gnus-article-button-face
8832 @vindex gnus-article-button-face
8833 Face used on buttons.
8834
8835 @item gnus-article-mouse-face
8836 @vindex gnus-article-mouse-face
8837 Face used when the mouse cursor is over a button.
8838
8839 @end table
8840
8841 @xref{Customizing Articles}, for how to buttonize articles automatically.
8842
8843
8844 @node Article Button Levels
8845 @subsection Article button levels
8846 @cindex button levels
8847 The higher the value of the variables @code{gnus-button-@var{*}-level},
8848 the more buttons will appear.  If the level is zero, no corresponding
8849 buttons are displayed.  With the default value (which is 5) you should
8850 already see quite a lot of buttons.  With higher levels, you will see
8851 more buttons, but you may also get more false positives.  To avoid them,
8852 you can set the variables @code{gnus-button-@var{*}-level} local to
8853 specific groups (@pxref{Group Parameters}).  Here's an example for the
8854 variable @code{gnus-parameters}:
8855
8856 @lisp
8857 ;; @r{increase @code{gnus-button-*-level} in some groups:}
8858 (setq gnus-parameters
8859       '(("\\<\\(emacs\\|gnus\\)\\>" (gnus-button-emacs-level 10))
8860         ("\\<unix\\>"               (gnus-button-man-level 10))
8861         ("\\<tex\\>"                (gnus-button-tex-level 10))))
8862 @end lisp
8863
8864 @table @code
8865
8866 @item gnus-button-browse-level
8867 @vindex gnus-button-browse-level
8868 Controls the display of references to message IDs, mail addresses and
8869 news URLs.  Related variables and functions include
8870 @code{gnus-button-url-regexp}, @code{browse-url}, and
8871 @code{browse-url-browser-function}.
8872
8873 @item gnus-button-emacs-level
8874 @vindex gnus-button-emacs-level
8875 Controls the display of Emacs or Gnus references.  Related functions are
8876 @code{gnus-button-handle-custom},
8877 @code{gnus-button-handle-describe-function},
8878 @code{gnus-button-handle-describe-variable},
8879 @code{gnus-button-handle-symbol},
8880 @code{gnus-button-handle-describe-key},
8881 @code{gnus-button-handle-apropos},
8882 @code{gnus-button-handle-apropos-command},
8883 @code{gnus-button-handle-apropos-variable},
8884 @code{gnus-button-handle-apropos-documentation}, and
8885 @code{gnus-button-handle-library}.
8886
8887 @item gnus-button-man-level
8888 @vindex gnus-button-man-level
8889 Controls the display of references to (Unix) man pages.
8890 See @code{gnus-button-man-handler}.
8891
8892 @item gnus-button-message-level
8893 @vindex gnus-button-message-level
8894 Controls the display of message IDs, mail addresses and news URLs.
8895 Related variables and functions include
8896 @code{gnus-button-mid-or-mail-regexp},
8897 @code{gnus-button-prefer-mid-or-mail},
8898 @code{gnus-button-mid-or-mail-heuristic}, and
8899 @code{gnus-button-mid-or-mail-heuristic-alist}.
8900
8901 @item gnus-button-tex-level
8902 @vindex gnus-button-tex-level
8903 Controls the display of references to @TeX{} or LaTeX stuff, e.g. for CTAN
8904 URLs.  See the variables @code{gnus-ctan-url},
8905 @code{gnus-button-ctan-handler},
8906 @code{gnus-button-ctan-directory-regexp}, and
8907 @code{gnus-button-handle-ctan-bogus-regexp}.
8908
8909 @end table
8910
8911
8912 @node Article Date
8913 @subsection Article Date
8914
8915 The date is most likely generated in some obscure timezone you've never
8916 heard of, so it's quite nice to be able to find out what the time was
8917 when the article was sent.
8918
8919 @table @kbd
8920
8921 @item W T u
8922 @kindex W T u (Summary)
8923 @findex gnus-article-date-ut
8924 Display the date in UT (aka. GMT, aka ZULU)
8925 (@code{gnus-article-date-ut}).
8926
8927 @item W T i
8928 @kindex W T i (Summary)
8929 @findex gnus-article-date-iso8601
8930 @cindex ISO 8601
8931 Display the date in international format, aka. ISO 8601
8932 (@code{gnus-article-date-iso8601}).
8933
8934 @item W T l
8935 @kindex W T l (Summary)
8936 @findex gnus-article-date-local
8937 Display the date in the local timezone (@code{gnus-article-date-local}).
8938
8939 @item W T p
8940 @kindex W T p (Summary)
8941 @findex gnus-article-date-english
8942 Display the date in a format that's easily pronounceable in English
8943 (@code{gnus-article-date-english}).
8944
8945 @item W T s
8946 @kindex W T s (Summary)
8947 @vindex gnus-article-time-format
8948 @findex gnus-article-date-user
8949 @findex format-time-string
8950 Display the date using a user-defined format
8951 (@code{gnus-article-date-user}).  The format is specified by the
8952 @code{gnus-article-time-format} variable, and is a string that's passed
8953 to @code{format-time-string}.  See the documentation of that variable
8954 for a list of possible format specs.
8955
8956 @item W T e
8957 @kindex W T e (Summary)
8958 @findex gnus-article-date-lapsed
8959 @findex gnus-start-date-timer
8960 @findex gnus-stop-date-timer
8961 Say how much time has elapsed between the article was posted and now
8962 (@code{gnus-article-date-lapsed}).  It looks something like:
8963
8964 @example
8965 X-Sent: 6 weeks, 4 days, 1 hour, 3 minutes, 8 seconds ago
8966 @end example
8967
8968 @vindex gnus-article-date-lapsed-new-header
8969 The value of @code{gnus-article-date-lapsed-new-header} determines
8970 whether this header will just be added below the old Date one, or will
8971 replace it.
8972
8973 An advantage of using Gnus to read mail is that it converts simple bugs
8974 into wonderful absurdities.
8975
8976 If you want to have this line updated continually, you can put
8977
8978 @lisp
8979 (gnus-start-date-timer)
8980 @end lisp
8981
8982 in your @file{~/.gnus.el} file, or you can run it off of some hook.  If
8983 you want to stop the timer, you can use the @code{gnus-stop-date-timer}
8984 command.
8985
8986 @item W T o
8987 @kindex W T o (Summary)
8988 @findex gnus-article-date-original
8989 Display the original date (@code{gnus-article-date-original}).  This can
8990 be useful if you normally use some other conversion function and are
8991 worried that it might be doing something totally wrong.  Say, claiming
8992 that the article was posted in 1854.  Although something like that is
8993 @emph{totally} impossible.  Don't you trust me? *titter*
8994
8995 @end table
8996
8997 @xref{Customizing Articles}, for how to display the date in your
8998 preferred format automatically.
8999
9000
9001 @node Article Display
9002 @subsection Article Display
9003 @cindex picons
9004 @cindex x-face
9005 @cindex smileys
9006
9007 These commands add various frivolous display gimmicks to the article
9008 buffer in Emacs versions that support them.
9009
9010 @code{X-Face} headers are small black-and-white images supplied by the
9011 message headers (@pxref{X-Face}).
9012
9013 @code{Face} headers are small colored images supplied by the message
9014 headers (@pxref{Face}).
9015
9016 Smileys are those little @samp{:-)} symbols that people like to litter
9017 their messages with (@pxref{Smileys}).
9018
9019 Picons, on the other hand, reside on your own system, and Gnus will
9020 try to match the headers to what you have (@pxref{Picons}).
9021
9022 All these functions are toggles---if the elements already exist,
9023 they'll be removed.
9024
9025 @table @kbd
9026 @item W D x
9027 @kindex W D x (Summary)
9028 @findex gnus-article-display-x-face
9029 Display an @code{X-Face} in the @code{From} header.
9030 (@code{gnus-article-display-x-face}).
9031
9032 @item W D d
9033 @kindex W D d (Summary)
9034 @findex gnus-article-display-face
9035 Display a @code{Face} in the @code{From} header.
9036 (@code{gnus-article-display-face}).
9037
9038 @item W D s
9039 @kindex W D s (Summary)
9040 @findex gnus-treat-smiley
9041 Display smileys (@code{gnus-treat-smiley}).
9042
9043 @item W D f
9044 @kindex W D f (Summary)
9045 @findex gnus-treat-from-picon
9046 Piconify the @code{From} header (@code{gnus-treat-from-picon}).
9047
9048 @item W D m
9049 @kindex W D m (Summary)
9050 @findex gnus-treat-mail-picon
9051 Piconify all mail headers (i. e., @code{Cc}, @code{To})
9052 (@code{gnus-treat-mail-picon}).
9053
9054 @item W D n
9055 @kindex W D n (Summary)
9056 @findex gnus-treat-newsgroups-picon
9057 Piconify all news headers (i. e., @code{Newsgroups} and
9058 @code{Followup-To}) (@code{gnus-treat-newsgroups-picon}).
9059
9060 @item W D D
9061 @kindex W D D (Summary)
9062 @findex gnus-article-remove-images
9063 Remove all images from the article buffer
9064 (@code{gnus-article-remove-images}).
9065
9066 @end table
9067
9068
9069
9070 @node Article Signature
9071 @subsection Article Signature
9072 @cindex signatures
9073 @cindex article signature
9074
9075 @vindex gnus-signature-separator
9076 Each article is divided into two parts---the head and the body.  The
9077 body can be divided into a signature part and a text part.  The variable
9078 that says what is to be considered a signature is
9079 @code{gnus-signature-separator}.  This is normally the standard
9080 @samp{^-- $} as mandated by son-of-RFC 1036.  However, many people use
9081 non-standard signature separators, so this variable can also be a list
9082 of regular expressions to be tested, one by one.  (Searches are done
9083 from the end of the body towards the beginning.)  One likely value is:
9084
9085 @lisp
9086 (setq gnus-signature-separator
9087       '("^-- $"         ; @r{The standard}
9088         "^-- *$"        ; @r{A common mangling}
9089         "^-------*$"    ; @r{Many people just use a looong}
9090                         ; @r{line of dashes.  Shame!}
9091         "^ *--------*$" ; @r{Double-shame!}
9092         "^________*$"   ; @r{Underscores are also popular}
9093         "^========*$")) ; @r{Pervert!}
9094 @end lisp
9095
9096 The more permissive you are, the more likely it is that you'll get false
9097 positives.
9098
9099 @vindex gnus-signature-limit
9100 @code{gnus-signature-limit} provides a limit to what is considered a
9101 signature when displaying articles.
9102
9103 @enumerate
9104 @item
9105 If it is an integer, no signature may be longer (in characters) than
9106 that integer.
9107 @item
9108 If it is a floating point number, no signature may be longer (in lines)
9109 than that number.
9110 @item
9111 If it is a function, the function will be called without any parameters,
9112 and if it returns @code{nil}, there is no signature in the buffer.
9113 @item
9114 If it is a string, it will be used as a regexp.  If it matches, the text
9115 in question is not a signature.
9116 @end enumerate
9117
9118 This variable can also be a list where the elements may be of the types
9119 listed above.  Here's an example:
9120
9121 @lisp
9122 (setq gnus-signature-limit
9123       '(200.0 "^---*Forwarded article"))
9124 @end lisp
9125
9126 This means that if there are more than 200 lines after the signature
9127 separator, or the text after the signature separator is matched by
9128 the regular expression @samp{^---*Forwarded article}, then it isn't a
9129 signature after all.
9130
9131
9132 @node Article Miscellanea
9133 @subsection Article Miscellanea
9134
9135 @table @kbd
9136 @item A t
9137 @kindex A t (Summary)
9138 @findex gnus-article-babel
9139 Translate the article from one language to another
9140 (@code{gnus-article-babel}).
9141
9142 @end table
9143
9144
9145 @node MIME Commands
9146 @section MIME Commands
9147 @cindex MIME decoding
9148 @cindex attachments
9149 @cindex viewing attachments
9150
9151 The following commands all understand the numerical prefix.  For
9152 instance, @kbd{3 b} means ``view the third @acronym{MIME} part''.
9153
9154 @table @kbd
9155 @item b
9156 @itemx K v
9157 @kindex b (Summary)
9158 @kindex K v (Summary)
9159 View the @acronym{MIME} part.
9160
9161 @item K o
9162 @kindex K o (Summary)
9163 Save the @acronym{MIME} part.
9164
9165 @item K c
9166 @kindex K c (Summary)
9167 Copy the @acronym{MIME} part.
9168
9169 @item K e
9170 @kindex K e (Summary)
9171 View the @acronym{MIME} part externally.
9172
9173 @item K i
9174 @kindex K i (Summary)
9175 View the @acronym{MIME} part internally.
9176
9177 @item K |
9178 @kindex K | (Summary)
9179 Pipe the @acronym{MIME} part to an external command.
9180 @end table
9181
9182 The rest of these @acronym{MIME} commands do not use the numerical prefix in
9183 the same manner:
9184
9185 @table @kbd
9186 @item K b
9187 @kindex K b (Summary)
9188 Make all the @acronym{MIME} parts have buttons in front of them.  This is
9189 mostly useful if you wish to save (or perform other actions) on inlined
9190 parts.
9191
9192 @item K m
9193 @kindex K m (Summary)
9194 @findex gnus-summary-repair-multipart
9195 Some multipart messages are transmitted with missing or faulty headers.
9196 This command will attempt to ``repair'' these messages so that they can
9197 be viewed in a more pleasant manner
9198 (@code{gnus-summary-repair-multipart}).
9199
9200 @item X m
9201 @kindex X m (Summary)
9202 @findex gnus-summary-save-parts
9203 Save all parts matching a @acronym{MIME} type to a directory
9204 (@code{gnus-summary-save-parts}).  Understands the process/prefix
9205 convention (@pxref{Process/Prefix}).
9206
9207 @item M-t
9208 @kindex M-t (Summary)
9209 @findex gnus-summary-toggle-display-buttonized
9210 Toggle the buttonized display of the article buffer
9211 (@code{gnus-summary-toggle-display-buttonized}).
9212
9213 @item W M w
9214 @kindex W M w (Summary)
9215 @findex gnus-article-decode-mime-words
9216 Decode RFC 2047-encoded words in the article headers
9217 (@code{gnus-article-decode-mime-words}).
9218
9219 @item W M c
9220 @kindex W M c (Summary)
9221 @findex gnus-article-decode-charset
9222 Decode encoded article bodies as well as charsets
9223 (@code{gnus-article-decode-charset}).
9224
9225 This command looks in the @code{Content-Type} header to determine the
9226 charset.  If there is no such header in the article, you can give it a
9227 prefix, which will prompt for the charset to decode as.  In regional
9228 groups where people post using some common encoding (but do not
9229 include @acronym{MIME} headers), you can set the @code{charset} group/topic
9230 parameter to the required charset (@pxref{Group Parameters}).
9231
9232 @item W M v
9233 @kindex W M v (Summary)
9234 @findex gnus-mime-view-all-parts
9235 View all the @acronym{MIME} parts in the current article
9236 (@code{gnus-mime-view-all-parts}).
9237
9238 @end table
9239
9240 Relevant variables:
9241
9242 @table @code
9243 @item gnus-ignored-mime-types
9244 @vindex gnus-ignored-mime-types
9245 This is a list of regexps.  @acronym{MIME} types that match a regexp from
9246 this list will be completely ignored by Gnus.  The default value is
9247 @code{nil}.
9248
9249 To have all Vcards be ignored, you'd say something like this:
9250
9251 @lisp
9252 (setq gnus-ignored-mime-types
9253       '("text/x-vcard"))
9254 @end lisp
9255
9256 @item gnus-article-loose-mime
9257 @vindex gnus-article-loose-mime
9258 If non-@code{nil}, Gnus won't require the @samp{MIME-Version} header
9259 before interpreting the message as a @acronym{MIME} message.  This helps
9260 when reading messages from certain broken mail user agents.  The
9261 default is @code{nil}.
9262
9263 @item gnus-article-emulate-mime
9264 @vindex gnus-article-emulate-mime
9265 There are other, non-@acronym{MIME} encoding methods used.  The most common
9266 is @samp{uuencode}, but yEncode is also getting to be popular.  If
9267 this variable is non-@code{nil}, Gnus will look in message bodies to
9268 see if it finds these encodings, and if so, it'll run them through the
9269 Gnus @acronym{MIME} machinery.  The default is @code{t}.
9270
9271 @item gnus-unbuttonized-mime-types
9272 @vindex gnus-unbuttonized-mime-types
9273 This is a list of regexps.  @acronym{MIME} types that match a regexp from
9274 this list won't have @acronym{MIME} buttons inserted unless they aren't
9275 displayed or this variable is overridden by
9276 @code{gnus-buttonized-mime-types}.  The default value is
9277 @code{(".*/.*")}.  This variable is only used when
9278 @code{gnus-inhibit-mime-unbuttonizing} is @code{nil}.
9279
9280 @item gnus-buttonized-mime-types
9281 @vindex gnus-buttonized-mime-types
9282 This is a list of regexps.  @acronym{MIME} types that match a regexp from
9283 this list will have @acronym{MIME} buttons inserted unless they aren't
9284 displayed.  This variable overrides
9285 @code{gnus-unbuttonized-mime-types}.  The default value is @code{nil}.
9286 This variable is only used when @code{gnus-inhibit-mime-unbuttonizing}
9287 is @code{nil}.
9288
9289 To see e.g. security buttons but no other buttons, you could set this
9290 variable to @code{("multipart/signed")} and leave
9291 @code{gnus-unbuttonized-mime-types} at the default value.
9292
9293 @item gnus-inhibit-mime-unbuttonizing
9294 @vindex gnus-inhibit-mime-unbuttonizing
9295 If this is non-@code{nil}, then all @acronym{MIME} parts get buttons.  The
9296 default value is @code{nil}.
9297
9298 @item gnus-article-mime-part-function
9299 @vindex gnus-article-mime-part-function
9300 For each @acronym{MIME} part, this function will be called with the @acronym{MIME}
9301 handle as the parameter.  The function is meant to be used to allow
9302 users to gather information from the article (e. g., add Vcard info to
9303 the bbdb database) or to do actions based on parts (e. g., automatically
9304 save all jpegs into some directory).
9305
9306 Here's an example function the does the latter:
9307
9308 @lisp
9309 (defun my-save-all-jpeg-parts (handle)
9310   (when (equal (car (mm-handle-type handle)) "image/jpeg")
9311     (with-temp-buffer
9312       (insert (mm-get-part handle))
9313       (write-region (point-min) (point-max)
9314                     (read-file-name "Save jpeg to: ")))))
9315 (setq gnus-article-mime-part-function
9316       'my-save-all-jpeg-parts)
9317 @end lisp
9318
9319 @vindex gnus-mime-multipart-functions
9320 @item gnus-mime-multipart-functions
9321 Alist of @acronym{MIME} multipart types and functions to handle them.
9322
9323 @vindex mm-file-name-rewrite-functions
9324 @item mm-file-name-rewrite-functions
9325 List of functions used for rewriting file names of @acronym{MIME} parts.
9326 Each function takes a file name as input and returns a file name.
9327
9328 Ready-made functions include@*
9329 @code{mm-file-name-delete-whitespace},
9330 @code{mm-file-name-trim-whitespace},
9331 @code{mm-file-name-collapse-whitespace}, and
9332 @code{mm-file-name-replace-whitespace}.  The later uses the value of
9333 the variable @code{mm-file-name-replace-whitespace} to replace each
9334 whitespace character in a file name with that string; default value
9335 is @code{"_"} (a single underscore).
9336 @findex mm-file-name-delete-whitespace
9337 @findex mm-file-name-trim-whitespace
9338 @findex mm-file-name-collapse-whitespace
9339 @findex mm-file-name-replace-whitespace
9340 @vindex mm-file-name-replace-whitespace
9341
9342 The standard functions @code{capitalize}, @code{downcase},
9343 @code{upcase}, and @code{upcase-initials} may be useful, too.
9344
9345 Everybody knows that whitespace characters in file names are evil,
9346 except those who don't know.  If you receive lots of attachments from
9347 such unenlightened users, you can make live easier by adding
9348
9349 @lisp
9350 (setq mm-file-name-rewrite-functions
9351       '(mm-file-name-trim-whitespace
9352         mm-file-name-collapse-whitespace
9353         mm-file-name-replace-whitespace))
9354 @end lisp
9355
9356 @noindent
9357 to your @file{~/.gnus.el} file.
9358
9359 @end table
9360
9361
9362 @node Charsets
9363 @section Charsets
9364 @cindex charsets
9365
9366 People use different charsets, and we have @acronym{MIME} to let us know what
9367 charsets they use.  Or rather, we wish we had.  Many people use
9368 newsreaders and mailers that do not understand or use @acronym{MIME}, and
9369 just send out messages without saying what character sets they use.  To
9370 help a bit with this, some local news hierarchies have policies that say
9371 what character set is the default.  For instance, the @samp{fj}
9372 hierarchy uses @code{iso-2022-jp-2}.
9373
9374 @vindex gnus-group-charset-alist
9375 This knowledge is encoded in the @code{gnus-group-charset-alist}
9376 variable, which is an alist of regexps (use the first item to match full
9377 group names) and default charsets to be used when reading these groups.
9378
9379 @vindex gnus-newsgroup-ignored-charsets
9380 In addition, some people do use soi-disant @acronym{MIME}-aware agents that
9381 aren't.  These blithely mark messages as being in @code{iso-8859-1}
9382 even if they really are in @code{koi-8}.  To help here, the
9383 @code{gnus-newsgroup-ignored-charsets} variable can be used.  The
9384 charsets that are listed here will be ignored.  The variable can be
9385 set on a group-by-group basis using the group parameters (@pxref{Group
9386 Parameters}).  The default value is @code{(unknown-8bit x-unknown)},
9387 which includes values some agents insist on having in there.
9388
9389 @vindex gnus-group-posting-charset-alist
9390 When posting, @code{gnus-group-posting-charset-alist} is used to
9391 determine which charsets should not be encoded using the @acronym{MIME}
9392 encodings.  For instance, some hierarchies discourage using
9393 quoted-printable header encoding.
9394
9395 This variable is an alist of regexps and permitted unencoded charsets
9396 for posting.  Each element of the alist has the form @code{(}@var{test
9397 header body-list}@code{)}, where:
9398
9399 @table @var
9400 @item test
9401 is either a regular expression matching the newsgroup header or a
9402 variable to query,
9403 @item header
9404 is the charset which may be left unencoded in the header (@code{nil}
9405 means encode all charsets),
9406 @item body-list
9407 is a list of charsets which may be encoded using 8bit content-transfer
9408 encoding in the body, or one of the special values @code{nil} (always
9409 encode using quoted-printable) or @code{t} (always use 8bit).
9410 @end table
9411
9412 @cindex Russian
9413 @cindex koi8-r
9414 @cindex koi8-u
9415 @cindex iso-8859-5
9416 @cindex coding system aliases
9417 @cindex preferred charset
9418
9419 Other charset tricks that may be useful, although not Gnus-specific:
9420
9421 If there are several @acronym{MIME} charsets that encode the same Emacs
9422 charset, you can choose what charset to use by saying the following:
9423
9424 @lisp
9425 (put-charset-property 'cyrillic-iso8859-5
9426                       'preferred-coding-system 'koi8-r)
9427 @end lisp
9428
9429 This means that Russian will be encoded using @code{koi8-r} instead of
9430 the default @code{iso-8859-5} @acronym{MIME} charset.
9431
9432 If you want to read messages in @code{koi8-u}, you can cheat and say
9433
9434 @lisp
9435 (define-coding-system-alias 'koi8-u 'koi8-r)
9436 @end lisp
9437
9438 This will almost do the right thing.
9439
9440 And finally, to read charsets like @code{windows-1251}, you can say
9441 something like
9442
9443 @lisp
9444 (codepage-setup 1251)
9445 (define-coding-system-alias 'windows-1251 'cp1251)
9446 @end lisp
9447
9448
9449 @node Article Commands
9450 @section Article Commands
9451
9452 @table @kbd
9453
9454 @item A P
9455 @cindex PostScript
9456 @cindex printing
9457 @kindex A P (Summary)
9458 @vindex gnus-ps-print-hook
9459 @findex gnus-summary-print-article
9460 Generate and print a PostScript image of the article buffer
9461 (@code{gnus-summary-print-article}).  @code{gnus-ps-print-hook} will
9462 be run just before printing the buffer.  An alternative way to print
9463 article is to use Muttprint (@pxref{Saving Articles}).
9464
9465 @end table
9466
9467
9468 @node Summary Sorting
9469 @section Summary Sorting
9470 @cindex summary sorting
9471
9472 You can have the summary buffer sorted in various ways, even though I
9473 can't really see why you'd want that.
9474
9475 @table @kbd
9476
9477 @item C-c C-s C-n
9478 @kindex C-c C-s C-n (Summary)
9479 @findex gnus-summary-sort-by-number
9480 Sort by article number (@code{gnus-summary-sort-by-number}).
9481
9482 @item C-c C-s C-a
9483 @kindex C-c C-s C-a (Summary)
9484 @findex gnus-summary-sort-by-author
9485 Sort by author (@code{gnus-summary-sort-by-author}).
9486
9487 @item C-c C-s C-s
9488 @kindex C-c C-s C-s (Summary)
9489 @findex gnus-summary-sort-by-subject
9490 Sort by subject (@code{gnus-summary-sort-by-subject}).
9491
9492 @item C-c C-s C-d
9493 @kindex C-c C-s C-d (Summary)
9494 @findex gnus-summary-sort-by-date
9495 Sort by date (@code{gnus-summary-sort-by-date}).
9496
9497 @item C-c C-s C-l
9498 @kindex C-c C-s C-l (Summary)
9499 @findex gnus-summary-sort-by-lines
9500 Sort by lines (@code{gnus-summary-sort-by-lines}).
9501
9502 @item C-c C-s C-c
9503 @kindex C-c C-s C-c (Summary)
9504 @findex gnus-summary-sort-by-chars
9505 Sort by article length (@code{gnus-summary-sort-by-chars}).
9506
9507 @item C-c C-s C-i
9508 @kindex C-c C-s C-i (Summary)
9509 @findex gnus-summary-sort-by-score
9510 Sort by score (@code{gnus-summary-sort-by-score}).
9511
9512 @item C-c C-s C-r
9513 @kindex C-c C-s C-r (Summary)
9514 @findex gnus-summary-sort-by-random
9515 Randomize (@code{gnus-summary-sort-by-random}).
9516
9517 @item C-c C-s C-o
9518 @kindex C-c C-s C-o (Summary)
9519 @findex gnus-summary-sort-by-original
9520 Sort using the default sorting method
9521 (@code{gnus-summary-sort-by-original}).
9522 @end table
9523
9524 These functions will work both when you use threading and when you don't
9525 use threading.  In the latter case, all summary lines will be sorted,
9526 line by line.  In the former case, sorting will be done on a
9527 root-by-root basis, which might not be what you were looking for.  To
9528 toggle whether to use threading, type @kbd{T T} (@pxref{Thread
9529 Commands}).
9530
9531
9532 @node Finding the Parent
9533 @section Finding the Parent
9534 @cindex parent articles
9535 @cindex referring articles
9536
9537 @table @kbd
9538 @item ^
9539 @kindex ^ (Summary)
9540 @findex gnus-summary-refer-parent-article
9541 If you'd like to read the parent of the current article, and it is not
9542 displayed in the summary buffer, you might still be able to.  That is,
9543 if the current group is fetched by @acronym{NNTP}, the parent hasn't expired
9544 and the @code{References} in the current article are not mangled, you
9545 can just press @kbd{^} or @kbd{A r}
9546 (@code{gnus-summary-refer-parent-article}).  If everything goes well,
9547 you'll get the parent.  If the parent is already displayed in the
9548 summary buffer, point will just move to this article.
9549
9550 If given a positive numerical prefix, fetch that many articles back into
9551 the ancestry.  If given a negative numerical prefix, fetch just that
9552 ancestor.  So if you say @kbd{3 ^}, Gnus will fetch the parent, the
9553 grandparent and the grandgrandparent of the current article.  If you say
9554 @kbd{-3 ^}, Gnus will only fetch the grandgrandparent of the current
9555 article.
9556
9557 @item A R (Summary)
9558 @findex gnus-summary-refer-references
9559 @kindex A R (Summary)
9560 Fetch all articles mentioned in the @code{References} header of the
9561 article (@code{gnus-summary-refer-references}).
9562
9563 @item A T (Summary)
9564 @findex gnus-summary-refer-thread
9565 @kindex A T (Summary)
9566 Display the full thread where the current article appears
9567 (@code{gnus-summary-refer-thread}).  This command has to fetch all the
9568 headers in the current group to work, so it usually takes a while.  If
9569 you do it often, you may consider setting @code{gnus-fetch-old-headers}
9570 to @code{invisible} (@pxref{Filling In Threads}).  This won't have any
9571 visible effects normally, but it'll make this command work a whole lot
9572 faster.  Of course, it'll make group entry somewhat slow.
9573
9574 @vindex gnus-refer-thread-limit
9575 The @code{gnus-refer-thread-limit} variable says how many old (i. e.,
9576 articles before the first displayed in the current group) headers to
9577 fetch when doing this command.  The default is 200.  If @code{t}, all
9578 the available headers will be fetched.  This variable can be overridden
9579 by giving the @kbd{A T} command a numerical prefix.
9580
9581 @item M-^ (Summary)
9582 @findex gnus-summary-refer-article
9583 @kindex M-^ (Summary)
9584 @cindex Message-ID
9585 @cindex fetching by Message-ID
9586 You can also ask the @acronym{NNTP} server for an arbitrary article, no
9587 matter what group it belongs to.  @kbd{M-^}
9588 (@code{gnus-summary-refer-article}) will ask you for a
9589 @code{Message-ID}, which is one of those long, hard-to-read thingies
9590 that look something like @samp{<38o6up$6f2@@hymir.ifi.uio.no>}.  You
9591 have to get it all exactly right.  No fuzzy searches, I'm afraid.
9592 @end table
9593
9594 The current select method will be used when fetching by
9595 @code{Message-ID} from non-news select method, but you can override this
9596 by giving this command a prefix.
9597
9598 @vindex gnus-refer-article-method
9599 If the group you are reading is located on a back end that does not
9600 support fetching by @code{Message-ID} very well (like @code{nnspool}),
9601 you can set @code{gnus-refer-article-method} to an @acronym{NNTP} method.  It
9602 would, perhaps, be best if the @acronym{NNTP} server you consult is the one
9603 updating the spool you are reading from, but that's not really
9604 necessary.
9605
9606 It can also be a list of select methods, as well as the special symbol
9607 @code{current}, which means to use the current select method.  If it
9608 is a list, Gnus will try all the methods in the list until it finds a
9609 match.
9610
9611 Here's an example setting that will first try the current method, and
9612 then ask Google if that fails:
9613
9614 @lisp
9615 (setq gnus-refer-article-method
9616       '(current
9617         (nnweb "google" (nnweb-type google))))
9618 @end lisp
9619
9620 Most of the mail back ends support fetching by @code{Message-ID}, but
9621 do not do a particularly excellent job at it.  That is, @code{nnmbox},
9622 @code{nnbabyl}, and @code{nnmaildir} are able to locate articles from
9623 any groups, while @code{nnml}, @code{nnfolder}, and @code{nnimap} are
9624 only able to locate articles that have been posted to the current group.
9625 (Anything else would be too time consuming.)  @code{nnmh} does not
9626 support this at all.
9627
9628
9629 @node Alternative Approaches
9630 @section Alternative Approaches
9631
9632 Different people like to read news using different methods.  This being
9633 Gnus, we offer a small selection of minor modes for the summary buffers.
9634
9635 @menu
9636 * Pick and Read::               First mark articles and then read them.
9637 * Binary Groups::               Auto-decode all articles.
9638 @end menu
9639
9640
9641 @node Pick and Read
9642 @subsection Pick and Read
9643 @cindex pick and read
9644
9645 Some newsreaders (like @code{nn} and, uhm, @code{Netnews} on VM/CMS) use
9646 a two-phased reading interface.  The user first marks in a summary
9647 buffer the articles she wants to read.  Then she starts reading the
9648 articles with just an article buffer displayed.
9649
9650 @findex gnus-pick-mode
9651 @kindex M-x gnus-pick-mode
9652 Gnus provides a summary buffer minor mode that allows
9653 this---@code{gnus-pick-mode}.  This basically means that a few process
9654 mark commands become one-keystroke commands to allow easy marking, and
9655 it provides one additional command for switching to the summary buffer.
9656
9657 Here are the available keystrokes when using pick mode:
9658
9659 @table @kbd
9660 @item .
9661 @kindex . (Pick)
9662 @findex gnus-pick-article-or-thread
9663 Pick the article or thread on the current line
9664 (@code{gnus-pick-article-or-thread}).  If the variable
9665 @code{gnus-thread-hide-subtree} is true, then this key selects the
9666 entire thread when used at the first article of the thread.  Otherwise,
9667 it selects just the article.  If given a numerical prefix, go to that
9668 thread or article and pick it.  (The line number is normally displayed
9669 at the beginning of the summary pick lines.)
9670
9671 @item SPACE
9672 @kindex SPACE (Pick)
9673 @findex gnus-pick-next-page
9674 Scroll the summary buffer up one page (@code{gnus-pick-next-page}).  If
9675 at the end of the buffer, start reading the picked articles.
9676
9677 @item u
9678 @kindex u (Pick)
9679 @findex gnus-pick-unmark-article-or-thread.
9680 Unpick the thread or article
9681 (@code{gnus-pick-unmark-article-or-thread}).  If the variable
9682 @code{gnus-thread-hide-subtree} is true, then this key unpicks the
9683 thread if used at the first article of the thread.  Otherwise it unpicks
9684 just the article.  You can give this key a numerical prefix to unpick
9685 the thread or article at that line.
9686
9687 @item RET
9688 @kindex RET (Pick)
9689 @findex gnus-pick-start-reading
9690 @vindex gnus-pick-display-summary
9691 Start reading the picked articles (@code{gnus-pick-start-reading}).  If
9692 given a prefix, mark all unpicked articles as read first.  If
9693 @code{gnus-pick-display-summary} is non-@code{nil}, the summary buffer
9694 will still be visible when you are reading.
9695
9696 @end table
9697
9698 All the normal summary mode commands are still available in the
9699 pick-mode, with the exception of @kbd{u}.  However @kbd{!} is available
9700 which is mapped to the same function
9701 @code{gnus-summary-tick-article-forward}.
9702
9703 If this sounds like a good idea to you, you could say:
9704
9705 @lisp
9706 (add-hook 'gnus-summary-mode-hook 'gnus-pick-mode)
9707 @end lisp
9708
9709 @vindex gnus-pick-mode-hook
9710 @code{gnus-pick-mode-hook} is run in pick minor mode buffers.
9711
9712 @vindex gnus-mark-unpicked-articles-as-read
9713 If @code{gnus-mark-unpicked-articles-as-read} is non-@code{nil}, mark
9714 all unpicked articles as read.  The default is @code{nil}.
9715
9716 @vindex gnus-summary-pick-line-format
9717 The summary line format in pick mode is slightly different from the
9718 standard format.  At the beginning of each line the line number is
9719 displayed.  The pick mode line format is controlled by the
9720 @code{gnus-summary-pick-line-format} variable (@pxref{Formatting
9721 Variables}).  It accepts the same format specs that
9722 @code{gnus-summary-line-format} does (@pxref{Summary Buffer Lines}).
9723
9724
9725 @node Binary Groups
9726 @subsection Binary Groups
9727 @cindex binary groups
9728
9729 @findex gnus-binary-mode
9730 @kindex M-x gnus-binary-mode
9731 If you spend much time in binary groups, you may grow tired of hitting
9732 @kbd{X u}, @kbd{n}, @kbd{RET} all the time.  @kbd{M-x gnus-binary-mode}
9733 is a minor mode for summary buffers that makes all ordinary Gnus article
9734 selection functions uudecode series of articles and display the result
9735 instead of just displaying the articles the normal way.
9736
9737 @kindex g (Binary)
9738 @findex gnus-binary-show-article
9739 The only way, in fact, to see the actual articles is the @kbd{g}
9740 command, when you have turned on this mode
9741 (@code{gnus-binary-show-article}).
9742
9743 @vindex gnus-binary-mode-hook
9744 @code{gnus-binary-mode-hook} is called in binary minor mode buffers.
9745
9746
9747 @node Tree Display
9748 @section Tree Display
9749 @cindex trees
9750
9751 @vindex gnus-use-trees
9752 If you don't like the normal Gnus summary display, you might try setting
9753 @code{gnus-use-trees} to @code{t}.  This will create (by default) an
9754 additional @dfn{tree buffer}.  You can execute all summary mode commands
9755 in the tree buffer.
9756
9757 There are a few variables to customize the tree display, of course:
9758
9759 @table @code
9760 @item gnus-tree-mode-hook
9761 @vindex gnus-tree-mode-hook
9762 A hook called in all tree mode buffers.
9763
9764 @item gnus-tree-mode-line-format
9765 @vindex gnus-tree-mode-line-format
9766 A format string for the mode bar in the tree mode buffers (@pxref{Mode
9767 Line Formatting}).  The default is @samp{Gnus: %%b %S %Z}.  For a list
9768 of valid specs, @pxref{Summary Buffer Mode Line}.
9769
9770 @item gnus-selected-tree-face
9771 @vindex gnus-selected-tree-face
9772 Face used for highlighting the selected article in the tree buffer.  The
9773 default is @code{modeline}.
9774
9775 @item gnus-tree-line-format
9776 @vindex gnus-tree-line-format
9777 A format string for the tree nodes.  The name is a bit of a misnomer,
9778 though---it doesn't define a line, but just the node.  The default value
9779 is @samp{%(%[%3,3n%]%)}, which displays the first three characters of
9780 the name of the poster.  It is vital that all nodes are of the same
9781 length, so you @emph{must} use @samp{%4,4n}-like specifiers.
9782
9783 Valid specs are:
9784
9785 @table @samp
9786 @item n
9787 The name of the poster.
9788 @item f
9789 The @code{From} header.
9790 @item N
9791 The number of the article.
9792 @item [
9793 The opening bracket.
9794 @item ]
9795 The closing bracket.
9796 @item s
9797 The subject.
9798 @end table
9799
9800 @xref{Formatting Variables}.
9801
9802 Variables related to the display are:
9803
9804 @table @code
9805 @item gnus-tree-brackets
9806 @vindex gnus-tree-brackets
9807 This is used for differentiating between ``real'' articles and
9808 ``sparse'' articles.  The format is
9809 @example
9810 ((@var{real-open} . @var{real-close})
9811  (@var{sparse-open} . @var{sparse-close})
9812  (@var{dummy-open} . @var{dummy-close}))
9813 @end example
9814 and the default is @code{((?[ . ?]) (?( . ?)) (?@{ . ?@}) (?< . ?>))}.
9815
9816 @item gnus-tree-parent-child-edges
9817 @vindex gnus-tree-parent-child-edges
9818 This is a list that contains the characters used for connecting parent
9819 nodes to their children.  The default is @code{(?- ?\\ ?|)}.
9820
9821 @end table
9822
9823 @item gnus-tree-minimize-window
9824 @vindex gnus-tree-minimize-window
9825 If this variable is non-@code{nil}, Gnus will try to keep the tree
9826 buffer as small as possible to allow more room for the other Gnus
9827 windows.  If this variable is a number, the tree buffer will never be
9828 higher than that number.  The default is @code{t}.  Note that if you
9829 have several windows displayed side-by-side in a frame and the tree
9830 buffer is one of these, minimizing the tree window will also resize all
9831 other windows displayed next to it.
9832
9833 You may also wish to add the following hook to keep the window minimized
9834 at all times:
9835
9836 @lisp
9837 (add-hook 'gnus-configure-windows-hook
9838           'gnus-tree-perhaps-minimize)
9839 @end lisp
9840
9841 @item gnus-generate-tree-function
9842 @vindex gnus-generate-tree-function
9843 @findex gnus-generate-horizontal-tree
9844 @findex gnus-generate-vertical-tree
9845 The function that actually generates the thread tree.  Two predefined
9846 functions are available: @code{gnus-generate-horizontal-tree} and
9847 @code{gnus-generate-vertical-tree} (which is the default).
9848
9849 @end table
9850
9851 Here's an example from a horizontal tree buffer:
9852
9853 @example
9854 @{***@}-(***)-[odd]-[Gun]
9855      |      \[Jan]
9856      |      \[odd]-[Eri]
9857      |      \(***)-[Eri]
9858      |            \[odd]-[Paa]
9859      \[Bjo]
9860      \[Gun]
9861      \[Gun]-[Jor]
9862 @end example
9863
9864 Here's the same thread displayed in a vertical tree buffer:
9865
9866 @example
9867 @group
9868 @{***@}
9869   |--------------------------\-----\-----\
9870 (***)                         [Bjo] [Gun] [Gun]
9871   |--\-----\-----\                          |
9872 [odd] [Jan] [odd] (***)                   [Jor]
9873   |           |     |--\
9874 [Gun]       [Eri] [Eri] [odd]
9875                           |
9876                         [Paa]
9877 @end group
9878 @end example
9879
9880 If you're using horizontal trees, it might be nice to display the trees
9881 side-by-side with the summary buffer.  You could add something like the
9882 following to your @file{~/.gnus.el} file:
9883
9884 @lisp
9885 (setq gnus-use-trees t
9886       gnus-generate-tree-function 'gnus-generate-horizontal-tree
9887       gnus-tree-minimize-window nil)
9888 (gnus-add-configuration
9889  '(article
9890    (vertical 1.0
9891              (horizontal 0.25
9892                          (summary 0.75 point)
9893                          (tree 1.0))
9894              (article 1.0))))
9895 @end lisp
9896
9897 @xref{Window Layout}.
9898
9899
9900 @node Mail Group Commands
9901 @section Mail Group Commands
9902 @cindex mail group commands
9903
9904 Some commands only make sense in mail groups.  If these commands are
9905 invalid in the current group, they will raise a hell and let you know.
9906
9907 All these commands (except the expiry and edit commands) use the
9908 process/prefix convention (@pxref{Process/Prefix}).
9909
9910 @table @kbd
9911
9912 @item B e
9913 @kindex B e (Summary)
9914 @findex gnus-summary-expire-articles
9915 Run all expirable articles in the current group through the expiry
9916 process (@code{gnus-summary-expire-articles}).  That is, delete all
9917 expirable articles in the group that have been around for a while.
9918 (@pxref{Expiring Mail}).
9919
9920 @item B C-M-e
9921 @kindex B C-M-e (Summary)
9922 @findex gnus-summary-expire-articles-now
9923 Delete all the expirable articles in the group
9924 (@code{gnus-summary-expire-articles-now}).  This means that @strong{all}
9925 articles eligible for expiry in the current group will
9926 disappear forever into that big @file{/dev/null} in the sky.
9927
9928 @item B DEL
9929 @kindex B DEL (Summary)
9930 @findex gnus-summary-delete-article
9931 @c @icon{gnus-summary-mail-delete}
9932 Delete the mail article.  This is ``delete'' as in ``delete it from your
9933 disk forever and ever, never to return again.'' Use with caution.
9934 (@code{gnus-summary-delete-article}).
9935
9936 @item B m
9937 @kindex B m (Summary)
9938 @cindex move mail
9939 @findex gnus-summary-move-article
9940 @vindex gnus-preserve-marks
9941 Move the article from one mail group to another
9942 (@code{gnus-summary-move-article}).  Marks will be preserved if
9943 @code{gnus-preserve-marks} is non-@code{nil} (which is the default).
9944
9945 @item B c
9946 @kindex B c (Summary)
9947 @cindex copy mail
9948 @findex gnus-summary-copy-article
9949 @c @icon{gnus-summary-mail-copy}
9950 Copy the article from one group (mail group or not) to a mail group
9951 (@code{gnus-summary-copy-article}).  Marks will be preserved if
9952 @code{gnus-preserve-marks} is non-@code{nil} (which is the default).
9953
9954 @item B B
9955 @kindex B B (Summary)
9956 @cindex crosspost mail
9957 @findex gnus-summary-crosspost-article
9958 Crosspost the current article to some other group
9959 (@code{gnus-summary-crosspost-article}).  This will create a new copy of
9960 the article in the other group, and the Xref headers of the article will
9961 be properly updated.
9962
9963 @item B i
9964 @kindex B i (Summary)
9965 @findex gnus-summary-import-article
9966 Import an arbitrary file into the current mail newsgroup
9967 (@code{gnus-summary-import-article}).  You will be prompted for a file
9968 name, a @code{From} header and a @code{Subject} header.
9969
9970 @item B I
9971 @kindex B I (Summary)
9972 @findex gnus-summary-create-article
9973 Create an empty article in the current mail newsgroups
9974 (@code{gnus-summary-create-article}).  You will be prompted for a
9975 @code{From} header and a @code{Subject} header.
9976
9977 @item B r
9978 @kindex B r (Summary)
9979 @findex gnus-summary-respool-article
9980 @vindex gnus-summary-respool-default-method
9981 Respool the mail article (@code{gnus-summary-respool-article}).
9982 @code{gnus-summary-respool-default-method} will be used as the default
9983 select method when respooling.  This variable is @code{nil} by default,
9984 which means that the current group select method will be used instead.
9985 Marks will be preserved if @code{gnus-preserve-marks} is non-@code{nil}
9986 (which is the default).
9987
9988 @item B w
9989 @itemx e
9990 @kindex B w (Summary)
9991 @kindex e (Summary)
9992 @findex gnus-summary-edit-article
9993 @kindex C-c C-c (Article)
9994 @findex gnus-summary-edit-article-done
9995 Edit the current article (@code{gnus-summary-edit-article}).  To finish
9996 editing and make the changes permanent, type @kbd{C-c C-c}
9997 (@code{gnus-summary-edit-article-done}).  If you give a prefix to the
9998 @kbd{C-c C-c} command, Gnus won't re-highlight the article.
9999
10000 @item B q
10001 @kindex B q (Summary)
10002 @findex gnus-summary-respool-query
10003 If you want to re-spool an article, you might be curious as to what group
10004 the article will end up in before you do the re-spooling.  This command
10005 will tell you (@code{gnus-summary-respool-query}).
10006
10007 @item B t
10008 @kindex B t (Summary)
10009 @findex gnus-summary-respool-trace
10010 Similarly, this command will display all fancy splitting patterns used
10011 when respooling, if any (@code{gnus-summary-respool-trace}).
10012
10013 @item B p
10014 @kindex B p (Summary)
10015 @findex gnus-summary-article-posted-p
10016 Some people have a tendency to send you ``courtesy'' copies when they
10017 follow up to articles you have posted.  These usually have a
10018 @code{Newsgroups} header in them, but not always.  This command
10019 (@code{gnus-summary-article-posted-p}) will try to fetch the current
10020 article from your news server (or rather, from
10021 @code{gnus-refer-article-method} or @code{gnus-select-method}) and will
10022 report back whether it found the article or not.  Even if it says that
10023 it didn't find the article, it may have been posted anyway---mail
10024 propagation is much faster than news propagation, and the news copy may
10025 just not have arrived yet.
10026
10027 @item K E
10028 @kindex K E (Summary)
10029 @findex gnus-article-encrypt-body
10030 @vindex gnus-article-encrypt-protocol
10031 Encrypt the body of an article (@code{gnus-article-encrypt-body}).
10032 The body is encrypted with the encryption protocol specified by the
10033 variable @code{gnus-article-encrypt-protocol}.
10034
10035 @end table
10036
10037 @vindex gnus-move-split-methods
10038 @cindex moving articles
10039 If you move (or copy) articles regularly, you might wish to have Gnus
10040 suggest where to put the articles.  @code{gnus-move-split-methods} is a
10041 variable that uses the same syntax as @code{gnus-split-methods}
10042 (@pxref{Saving Articles}).  You may customize that variable to create
10043 suggestions you find reasonable.  (Note that
10044 @code{gnus-move-split-methods} uses group names where
10045 @code{gnus-split-methods} uses file names.)
10046
10047 @lisp
10048 (setq gnus-move-split-methods
10049       '(("^From:.*Lars Magne" "nnml:junk")
10050         ("^Subject:.*gnus" "nnfolder:important")
10051         (".*" "nnml:misc")))
10052 @end lisp
10053
10054
10055 @node Various Summary Stuff
10056 @section Various Summary Stuff
10057
10058 @menu
10059 * Summary Group Information::   Information oriented commands.
10060 * Searching for Articles::      Multiple article commands.
10061 * Summary Generation Commands::
10062 * Really Various Summary Commands::  Those pesky non-conformant commands.
10063 @end menu
10064
10065 @table @code
10066 @vindex gnus-summary-display-while-building
10067 @item gnus-summary-display-while-building
10068 If non-@code{nil}, show and update the summary buffer as it's being
10069 built.  If @code{t}, update the buffer after every line is inserted.
10070 If the value is an integer, @var{n}, update the display every @var{n}
10071 lines.  The default is @code{nil}.
10072
10073 @vindex gnus-summary-display-arrow
10074 @item gnus-summary-display-arrow
10075 If non-@code{nil}, display an arrow in the fringe to indicate the
10076 current article.
10077
10078 @vindex gnus-summary-mode-hook
10079 @item gnus-summary-mode-hook
10080 This hook is called when creating a summary mode buffer.
10081
10082 @vindex gnus-summary-generate-hook
10083 @item gnus-summary-generate-hook
10084 This is called as the last thing before doing the threading and the
10085 generation of the summary buffer.  It's quite convenient for customizing
10086 the threading variables based on what data the newsgroup has.  This hook
10087 is called from the summary buffer after most summary buffer variables
10088 have been set.
10089
10090 @vindex gnus-summary-prepare-hook
10091 @item gnus-summary-prepare-hook
10092 It is called after the summary buffer has been generated.  You might use
10093 it to, for instance, highlight lines or modify the look of the buffer in
10094 some other ungodly manner.  I don't care.
10095
10096 @vindex gnus-summary-prepared-hook
10097 @item gnus-summary-prepared-hook
10098 A hook called as the very last thing after the summary buffer has been
10099 generated.
10100
10101 @vindex gnus-summary-ignore-duplicates
10102 @item gnus-summary-ignore-duplicates
10103 When Gnus discovers two articles that have the same @code{Message-ID},
10104 it has to do something drastic.  No articles are allowed to have the
10105 same @code{Message-ID}, but this may happen when reading mail from some
10106 sources.  Gnus allows you to customize what happens with this variable.
10107 If it is @code{nil} (which is the default), Gnus will rename the
10108 @code{Message-ID} (for display purposes only) and display the article as
10109 any other article.  If this variable is @code{t}, it won't display the
10110 article---it'll be as if it never existed.
10111
10112 @vindex gnus-alter-articles-to-read-function
10113 @item gnus-alter-articles-to-read-function
10114 This function, which takes two parameters (the group name and the list
10115 of articles to be selected), is called to allow the user to alter the
10116 list of articles to be selected.
10117
10118 For instance, the following function adds the list of cached articles to
10119 the list in one particular group:
10120
10121 @lisp
10122 (defun my-add-cached-articles (group articles)
10123   (if (string= group "some.group")
10124       (append gnus-newsgroup-cached articles)
10125     articles))
10126 @end lisp
10127
10128 @vindex gnus-newsgroup-variables
10129 @item gnus-newsgroup-variables
10130 A list of newsgroup (summary buffer) local variables, or cons of
10131 variables and their default values (when the default values are not
10132 @code{nil}), that should be made global while the summary buffer is
10133 active.  These variables can be used to set variables in the group
10134 parameters while still allowing them to affect operations done in
10135 other buffers.  For example:
10136
10137 @lisp
10138 (setq gnus-newsgroup-variables
10139       '(message-use-followup-to
10140         (gnus-visible-headers .
10141  "^From:\\|^Newsgroups:\\|^Subject:\\|^Date:\\|^To:")))
10142 @end lisp
10143
10144 @end table
10145
10146
10147 @node Summary Group Information
10148 @subsection Summary Group Information
10149
10150 @table @kbd
10151
10152 @item H f
10153 @kindex H f (Summary)
10154 @findex gnus-summary-fetch-faq
10155 @vindex gnus-group-faq-directory
10156 Try to fetch the @acronym{FAQ} (list of frequently asked questions)
10157 for the current group (@code{gnus-summary-fetch-faq}).  Gnus will try
10158 to get the @acronym{FAQ} from @code{gnus-group-faq-directory}, which
10159 is usually a directory on a remote machine.  This variable can also be
10160 a list of directories.  In that case, giving a prefix to this command
10161 will allow you to choose between the various sites.  @code{ange-ftp}
10162 or @code{efs} will probably be used for fetching the file.
10163
10164 @item H d
10165 @kindex H d (Summary)
10166 @findex gnus-summary-describe-group
10167 Give a brief description of the current group
10168 (@code{gnus-summary-describe-group}).  If given a prefix, force
10169 rereading the description from the server.
10170
10171 @item H h
10172 @kindex H h (Summary)
10173 @findex gnus-summary-describe-briefly
10174 Give an extremely brief description of the most important summary
10175 keystrokes (@code{gnus-summary-describe-briefly}).
10176
10177 @item H i
10178 @kindex H i (Summary)
10179 @findex gnus-info-find-node
10180 Go to the Gnus info node (@code{gnus-info-find-node}).
10181 @end table
10182
10183
10184 @node Searching for Articles
10185 @subsection Searching for Articles
10186
10187 @table @kbd
10188
10189 @item M-s
10190 @kindex M-s (Summary)
10191 @findex gnus-summary-search-article-forward
10192 Search through all subsequent (raw) articles for a regexp
10193 (@code{gnus-summary-search-article-forward}).
10194
10195 @item M-r
10196 @kindex M-r (Summary)
10197 @findex gnus-summary-search-article-backward
10198 Search through all previous (raw) articles for a regexp
10199 (@code{gnus-summary-search-article-backward}).
10200
10201 @item &
10202 @kindex & (Summary)
10203 @findex gnus-summary-execute-command
10204 This command will prompt you for a header, a regular expression to match
10205 on this field, and a command to be executed if the match is made
10206 (@code{gnus-summary-execute-command}).  If the header is an empty
10207 string, the match is done on the entire article.  If given a prefix,
10208 search backward instead.
10209
10210 For instance, @kbd{& RET some.*string RET #} will put the process mark on
10211 all articles that have heads or bodies that match @samp{some.*string}.
10212
10213 @item M-&
10214 @kindex M-& (Summary)
10215 @findex gnus-summary-universal-argument
10216 Perform any operation on all articles that have been marked with
10217 the process mark (@code{gnus-summary-universal-argument}).
10218 @end table
10219
10220 @node Summary Generation Commands
10221 @subsection Summary Generation Commands
10222
10223 @table @kbd
10224
10225 @item Y g
10226 @kindex Y g (Summary)
10227 @findex gnus-summary-prepare
10228 Regenerate the current summary buffer (@code{gnus-summary-prepare}).
10229
10230 @item Y c
10231 @kindex Y c (Summary)
10232 @findex gnus-summary-insert-cached-articles
10233 Pull all cached articles (for the current group) into the summary buffer
10234 (@code{gnus-summary-insert-cached-articles}).
10235
10236 @item Y d
10237 @kindex Y d (Summary)
10238 @findex gnus-summary-insert-dormant-articles
10239 Pull all dormant articles (for the current group) into the summary buffer
10240 (@code{gnus-summary-insert-dormant-articles}).
10241
10242 @end table
10243
10244
10245 @node Really Various Summary Commands
10246 @subsection Really Various Summary Commands
10247
10248 @table @kbd
10249
10250 @item A D
10251 @itemx C-d
10252 @kindex C-d (Summary)
10253 @kindex A D (Summary)
10254 @findex gnus-summary-enter-digest-group
10255 If the current article is a collection of other articles (for instance,
10256 a digest), you might use this command to enter a group based on the that
10257 article (@code{gnus-summary-enter-digest-group}).  Gnus will try to
10258 guess what article type is currently displayed unless you give a prefix
10259 to this command, which forces a ``digest'' interpretation.  Basically,
10260 whenever you see a message that is a collection of other messages of
10261 some format, you @kbd{C-d} and read these messages in a more convenient
10262 fashion.
10263
10264 @item C-M-d
10265 @kindex C-M-d (Summary)
10266 @findex gnus-summary-read-document
10267 This command is very similar to the one above, but lets you gather
10268 several documents into one biiig group
10269 (@code{gnus-summary-read-document}).  It does this by opening several
10270 @code{nndoc} groups for each document, and then opening an
10271 @code{nnvirtual} group on top of these @code{nndoc} groups.  This
10272 command understands the process/prefix convention
10273 (@pxref{Process/Prefix}).
10274
10275 @item C-t
10276 @kindex C-t (Summary)
10277 @findex gnus-summary-toggle-truncation
10278 Toggle truncation of summary lines
10279 (@code{gnus-summary-toggle-truncation}).  This will probably confuse the
10280 line centering function in the summary buffer, so it's not a good idea
10281 to have truncation switched off while reading articles.
10282
10283 @item =
10284 @kindex = (Summary)
10285 @findex gnus-summary-expand-window
10286 Expand the summary buffer window (@code{gnus-summary-expand-window}).
10287 If given a prefix, force an @code{article} window configuration.
10288
10289 @item C-M-e
10290 @kindex C-M-e (Summary)
10291 @findex gnus-summary-edit-parameters
10292 Edit the group parameters (@pxref{Group Parameters}) of the current
10293 group (@code{gnus-summary-edit-parameters}).
10294
10295 @item C-M-a
10296 @kindex C-M-a (Summary)
10297 @findex gnus-summary-customize-parameters
10298 Customize the group parameters (@pxref{Group Parameters}) of the current
10299 group (@code{gnus-summary-customize-parameters}).
10300
10301 @end table
10302
10303
10304 @node Exiting the Summary Buffer
10305 @section Exiting the Summary Buffer
10306 @cindex summary exit
10307 @cindex exiting groups
10308
10309 Exiting from the summary buffer will normally update all info on the
10310 group and return you to the group buffer.
10311
10312 @table @kbd
10313
10314 @item Z Z
10315 @itemx q
10316 @kindex Z Z (Summary)
10317 @kindex q (Summary)
10318 @findex gnus-summary-exit
10319 @vindex gnus-summary-exit-hook
10320 @vindex gnus-summary-prepare-exit-hook
10321 @vindex gnus-group-no-more-groups-hook
10322 @c @icon{gnus-summary-exit}
10323 Exit the current group and update all information on the group
10324 (@code{gnus-summary-exit}).  @code{gnus-summary-prepare-exit-hook} is
10325 called before doing much of the exiting, which calls
10326 @code{gnus-summary-expire-articles} by default.
10327 @code{gnus-summary-exit-hook} is called after finishing the exit
10328 process.  @code{gnus-group-no-more-groups-hook} is run when returning to
10329 group mode having no more (unread) groups.
10330
10331 @item Z E
10332 @itemx Q
10333 @kindex Z E (Summary)
10334 @kindex Q (Summary)
10335 @findex gnus-summary-exit-no-update
10336 Exit the current group without updating any information on the group
10337 (@code{gnus-summary-exit-no-update}).
10338
10339 @item Z c
10340 @itemx c
10341 @kindex Z c (Summary)
10342 @kindex c (Summary)
10343 @findex gnus-summary-catchup-and-exit
10344 @c @icon{gnus-summary-catchup-and-exit}
10345 Mark all unticked articles in the group as read and then exit
10346 (@code{gnus-summary-catchup-and-exit}).
10347
10348 @item Z C
10349 @kindex Z C (Summary)
10350 @findex gnus-summary-catchup-all-and-exit
10351 Mark all articles, even the ticked ones, as read and then exit
10352 (@code{gnus-summary-catchup-all-and-exit}).
10353
10354 @item Z n
10355 @kindex Z n (Summary)
10356 @findex gnus-summary-catchup-and-goto-next-group
10357 Mark all articles as read and go to the next group
10358 (@code{gnus-summary-catchup-and-goto-next-group}).
10359
10360 @item Z R
10361 @kindex Z R (Summary)
10362 @findex gnus-summary-reselect-current-group
10363 Exit this group, and then enter it again
10364 (@code{gnus-summary-reselect-current-group}).  If given a prefix, select
10365 all articles, both read and unread.
10366
10367 @item Z G
10368 @itemx M-g
10369 @kindex Z G (Summary)
10370 @kindex M-g (Summary)
10371 @findex gnus-summary-rescan-group
10372 @c @icon{gnus-summary-mail-get}
10373 Exit the group, check for new articles in the group, and select the
10374 group (@code{gnus-summary-rescan-group}).  If given a prefix, select all
10375 articles, both read and unread.
10376
10377 @item Z N
10378 @kindex Z N (Summary)
10379 @findex gnus-summary-next-group
10380 Exit the group and go to the next group
10381 (@code{gnus-summary-next-group}).
10382
10383 @item Z P
10384 @kindex Z P (Summary)
10385 @findex gnus-summary-prev-group
10386 Exit the group and go to the previous group
10387 (@code{gnus-summary-prev-group}).
10388
10389 @item Z s
10390 @kindex Z s (Summary)
10391 @findex gnus-summary-save-newsrc
10392 Save the current number of read/marked articles in the dribble buffer
10393 and then save the dribble buffer (@code{gnus-summary-save-newsrc}).  If
10394 given a prefix, also save the @file{.newsrc} file(s).  Using this
10395 command will make exit without updating (the @kbd{Q} command) worthless.
10396 @end table
10397
10398 @vindex gnus-exit-group-hook
10399 @code{gnus-exit-group-hook} is called when you exit the current group
10400 with an ``updating'' exit.  For instance @kbd{Q}
10401 (@code{gnus-summary-exit-no-update}) does not call this hook.
10402
10403 @findex gnus-summary-wake-up-the-dead
10404 @findex gnus-dead-summary-mode
10405 @vindex gnus-kill-summary-on-exit
10406 If you're in the habit of exiting groups, and then changing your mind
10407 about it, you might set @code{gnus-kill-summary-on-exit} to @code{nil}.
10408 If you do that, Gnus won't kill the summary buffer when you exit it.
10409 (Quelle surprise!)  Instead it will change the name of the buffer to
10410 something like @samp{*Dead Summary ... *} and install a minor mode
10411 called @code{gnus-dead-summary-mode}.  Now, if you switch back to this
10412 buffer, you'll find that all keys are mapped to a function called
10413 @code{gnus-summary-wake-up-the-dead}.  So tapping any keys in a dead
10414 summary buffer will result in a live, normal summary buffer.
10415
10416 There will never be more than one dead summary buffer at any one time.
10417
10418 @vindex gnus-use-cross-reference
10419 The data on the current group will be updated (which articles you have
10420 read, which articles you have replied to, etc.) when you exit the
10421 summary buffer.  If the @code{gnus-use-cross-reference} variable is
10422 @code{t} (which is the default), articles that are cross-referenced to
10423 this group and are marked as read, will also be marked as read in the
10424 other subscribed groups they were cross-posted to.  If this variable is
10425 neither @code{nil} nor @code{t}, the article will be marked as read in
10426 both subscribed and unsubscribed groups (@pxref{Crosspost Handling}).
10427
10428
10429 @node Crosspost Handling
10430 @section Crosspost Handling
10431
10432 @cindex velveeta
10433 @cindex spamming
10434 Marking cross-posted articles as read ensures that you'll never have to
10435 read the same article more than once.  Unless, of course, somebody has
10436 posted it to several groups separately.  Posting the same article to
10437 several groups (not cross-posting) is called @dfn{spamming}, and you are
10438 by law required to send nasty-grams to anyone who perpetrates such a
10439 heinous crime.  You may want to try NoCeM handling to filter out spam
10440 (@pxref{NoCeM}).
10441
10442 Remember: Cross-posting is kinda ok, but posting the same article
10443 separately to several groups is not.  Massive cross-posting (aka.
10444 @dfn{velveeta}) is to be avoided at all costs, and you can even use the
10445 @code{gnus-summary-mail-crosspost-complaint} command to complain about
10446 excessive crossposting (@pxref{Summary Mail Commands}).
10447
10448 @cindex cross-posting
10449 @cindex Xref
10450 @cindex @acronym{NOV}
10451 One thing that may cause Gnus to not do the cross-posting thing
10452 correctly is if you use an @acronym{NNTP} server that supports @sc{xover}
10453 (which is very nice, because it speeds things up considerably) which
10454 does not include the @code{Xref} header in its @acronym{NOV} lines.  This is
10455 Evil, but all too common, alas, alack.  Gnus tries to Do The Right Thing
10456 even with @sc{xover} by registering the @code{Xref} lines of all
10457 articles you actually read, but if you kill the articles, or just mark
10458 them as read without reading them, Gnus will not get a chance to snoop
10459 the @code{Xref} lines out of these articles, and will be unable to use
10460 the cross reference mechanism.
10461
10462 @cindex LIST overview.fmt
10463 @cindex overview.fmt
10464 To check whether your @acronym{NNTP} server includes the @code{Xref} header
10465 in its overview files, try @samp{telnet your.nntp.server nntp},
10466 @samp{MODE READER} on @code{inn} servers, and then say @samp{LIST
10467 overview.fmt}.  This may not work, but if it does, and the last line you
10468 get does not read @samp{Xref:full}, then you should shout and whine at
10469 your news admin until she includes the @code{Xref} header in the
10470 overview files.
10471
10472 @vindex gnus-nov-is-evil
10473 If you want Gnus to get the @code{Xref}s right all the time, you have to
10474 set @code{gnus-nov-is-evil} to @code{t}, which slows things down
10475 considerably.
10476
10477 C'est la vie.
10478
10479 For an alternative approach, @pxref{Duplicate Suppression}.
10480
10481
10482 @node Duplicate Suppression
10483 @section Duplicate Suppression
10484
10485 By default, Gnus tries to make sure that you don't have to read the same
10486 article more than once by utilizing the crossposting mechanism
10487 (@pxref{Crosspost Handling}).  However, that simple and efficient
10488 approach may not work satisfactory for some users for various
10489 reasons.
10490
10491 @enumerate
10492 @item
10493 The @acronym{NNTP} server may fail to generate the @code{Xref} header.  This
10494 is evil and not very common.
10495
10496 @item
10497 The @acronym{NNTP} server may fail to include the @code{Xref} header in the
10498 @file{.overview} data bases.  This is evil and all too common, alas.
10499
10500 @item
10501 You may be reading the same group (or several related groups) from
10502 different @acronym{NNTP} servers.
10503
10504 @item
10505 You may be getting mail that duplicates articles posted to groups.
10506 @end enumerate
10507
10508 I'm sure there are other situations where @code{Xref} handling fails as
10509 well, but these four are the most common situations.
10510
10511 If, and only if, @code{Xref} handling fails for you, then you may
10512 consider switching on @dfn{duplicate suppression}.  If you do so, Gnus
10513 will remember the @code{Message-ID}s of all articles you have read or
10514 otherwise marked as read, and then, as if by magic, mark them as read
10515 all subsequent times you see them---in @emph{all} groups.  Using this
10516 mechanism is quite likely to be somewhat inefficient, but not overly
10517 so.  It's certainly preferable to reading the same articles more than
10518 once.
10519
10520 Duplicate suppression is not a very subtle instrument.  It's more like a
10521 sledge hammer than anything else.  It works in a very simple
10522 fashion---if you have marked an article as read, it adds this Message-ID
10523 to a cache.  The next time it sees this Message-ID, it will mark the
10524 article as read with the @samp{M} mark.  It doesn't care what group it
10525 saw the article in.
10526
10527 @table @code
10528 @item gnus-suppress-duplicates
10529 @vindex gnus-suppress-duplicates
10530 If non-@code{nil}, suppress duplicates.
10531
10532 @item gnus-save-duplicate-list
10533 @vindex gnus-save-duplicate-list
10534 If non-@code{nil}, save the list of duplicates to a file.  This will
10535 make startup and shutdown take longer, so the default is @code{nil}.
10536 However, this means that only duplicate articles read in a single Gnus
10537 session are suppressed.
10538
10539 @item gnus-duplicate-list-length
10540 @vindex gnus-duplicate-list-length
10541 This variable says how many @code{Message-ID}s to keep in the duplicate
10542 suppression list.  The default is 10000.
10543
10544 @item gnus-duplicate-file
10545 @vindex gnus-duplicate-file
10546 The name of the file to store the duplicate suppression list in.  The
10547 default is @file{~/News/suppression}.
10548 @end table
10549
10550 If you have a tendency to stop and start Gnus often, setting
10551 @code{gnus-save-duplicate-list} to @code{t} is probably a good idea.  If
10552 you leave Gnus running for weeks on end, you may have it @code{nil}.  On
10553 the other hand, saving the list makes startup and shutdown much slower,
10554 so that means that if you stop and start Gnus often, you should set
10555 @code{gnus-save-duplicate-list} to @code{nil}.  Uhm.  I'll leave this up
10556 to you to figure out, I think.
10557
10558 @node Security
10559 @section Security
10560
10561 Gnus is able to verify signed messages or decrypt encrypted messages.
10562 The formats that are supported are @acronym{PGP}, @acronym{PGP/MIME}
10563 and @acronym{S/MIME}, however you need some external programs to get
10564 things to work:
10565
10566 @enumerate
10567 @item
10568 To handle @acronym{PGP} and @acronym{PGP/MIME} messages, you have to
10569 install an OpenPGP implementation such as GnuPG.  The Lisp interface
10570 to GnuPG included with Gnus is called PGG (@pxref{Top, ,PGG, pgg, PGG
10571 Manual}), but Mailcrypt and gpg.el are also supported.
10572
10573 @item
10574 To handle @acronym{S/MIME} message, you need to install OpenSSL.  OpenSSL 0.9.6
10575 or newer is recommended.
10576
10577 @end enumerate
10578
10579 More information on how to set things up can be found in the message
10580 manual (@pxref{Security, ,Security, message, Message Manual}).
10581
10582 @table @code
10583 @item mm-verify-option
10584 @vindex mm-verify-option
10585 Option of verifying signed parts.  @code{never}, not verify;
10586 @code{always}, always verify; @code{known}, only verify known
10587 protocols.  Otherwise, ask user.
10588
10589 @item mm-decrypt-option
10590 @vindex mm-decrypt-option
10591 Option of decrypting encrypted parts.  @code{never}, no decryption;
10592 @code{always}, always decrypt; @code{known}, only decrypt known
10593 protocols.  Otherwise, ask user.
10594
10595 @item mml1991-use
10596 @vindex mml1991-use
10597 Symbol indicating elisp interface to OpenPGP implementation for
10598 @acronym{PGP} messages.  The default is @code{pgg}, but
10599 @code{mailcrypt} and @code{gpg} are also supported although
10600 deprecated.
10601
10602 @item mml2015-use
10603 @vindex mml2015-use
10604 Symbol indicating elisp interface to OpenPGP implementation for
10605 @acronym{PGP/MIME} messages.  The default is @code{pgg}, but
10606 @code{mailcrypt} and @code{gpg} are also supported although
10607 deprecated.
10608
10609 @end table
10610
10611 @cindex snarfing keys
10612 @cindex importing PGP keys
10613 @cindex PGP key ring import
10614 Snarfing OpenPGP keys (i.e., importing keys from articles into your
10615 key ring) is not supported explicitly through a menu item or command,
10616 rather Gnus do detect and label keys as @samp{application/pgp-keys},
10617 allowing you to specify whatever action you think is appropriate
10618 through the usual @acronym{MIME} infrastructure.  You can use a
10619 @file{~/.mailcap} entry (@pxref{mailcap, , mailcap, emacs-mime, The
10620 Emacs MIME Manual}) such as the following to import keys using GNU
10621 Privacy Guard when you click on the @acronym{MIME} button
10622 (@pxref{Using MIME}).
10623
10624 @example
10625 application/pgp-keys; gpg --import --interactive --verbose; needsterminal
10626 @end example
10627 @noindent
10628 This happens to also be the default action defined in
10629 @code{mailcap-mime-data}.
10630
10631 @node Mailing List
10632 @section Mailing List
10633 @cindex mailing list
10634 @cindex RFC 2396
10635
10636 @kindex A M (summary)
10637 @findex gnus-mailing-list-insinuate
10638 Gnus understands some mailing list fields of RFC 2369.  To enable it,
10639 add a @code{to-list} group parameter (@pxref{Group Parameters}),
10640 possibly using @kbd{A M} (@code{gnus-mailing-list-insinuate}) in the
10641 summary buffer.
10642
10643 That enables the following commands to the summary buffer:
10644
10645 @table @kbd
10646
10647 @item C-c C-n h
10648 @kindex C-c C-n h (Summary)
10649 @findex gnus-mailing-list-help
10650 Send a message to fetch mailing list help, if List-Help field exists.
10651
10652 @item C-c C-n s
10653 @kindex C-c C-n s (Summary)
10654 @findex gnus-mailing-list-subscribe
10655 Send a message to subscribe the mailing list, if List-Subscribe field exists.
10656
10657 @item C-c C-n u
10658 @kindex C-c C-n u (Summary)
10659 @findex gnus-mailing-list-unsubscribe
10660 Send a message to unsubscribe the mailing list, if List-Unsubscribe
10661 field exists.
10662
10663 @item C-c C-n p
10664 @kindex C-c C-n p (Summary)
10665 @findex gnus-mailing-list-post
10666 Post to the mailing list, if List-Post field exists.
10667
10668 @item C-c C-n o
10669 @kindex C-c C-n o (Summary)
10670 @findex gnus-mailing-list-owner
10671 Send a message to the mailing list owner, if List-Owner field exists.
10672
10673 @item C-c C-n a
10674 @kindex C-c C-n a (Summary)
10675 @findex gnus-mailing-list-owner
10676 Browse the mailing list archive, if List-Archive field exists.
10677
10678 @end table
10679
10680
10681 @node Article Buffer
10682 @chapter Article Buffer
10683 @cindex article buffer
10684
10685 The articles are displayed in the article buffer, of which there is only
10686 one.  All the summary buffers share the same article buffer unless you
10687 tell Gnus otherwise.
10688
10689 @menu
10690 * Hiding Headers::              Deciding what headers should be displayed.
10691 * Using MIME::                  Pushing articles through @acronym{MIME} before reading them.
10692 * Customizing Articles::        Tailoring the look of the articles.
10693 * Article Keymap::              Keystrokes available in the article buffer.
10694 * Misc Article::                Other stuff.
10695 @end menu
10696
10697
10698 @node Hiding Headers
10699 @section Hiding Headers
10700 @cindex hiding headers
10701 @cindex deleting headers
10702
10703 The top section of each article is the @dfn{head}.  (The rest is the
10704 @dfn{body}, but you may have guessed that already.)
10705
10706 @vindex gnus-show-all-headers
10707 There is a lot of useful information in the head: the name of the person
10708 who wrote the article, the date it was written and the subject of the
10709 article.  That's well and nice, but there's also lots of information
10710 most people do not want to see---what systems the article has passed
10711 through before reaching you, the @code{Message-ID}, the
10712 @code{References}, etc. ad nauseam---and you'll probably want to get rid
10713 of some of those lines.  If you want to keep all those lines in the
10714 article buffer, you can set @code{gnus-show-all-headers} to @code{t}.
10715
10716 Gnus provides you with two variables for sifting headers:
10717
10718 @table @code
10719
10720 @item gnus-visible-headers
10721 @vindex gnus-visible-headers
10722 If this variable is non-@code{nil}, it should be a regular expression
10723 that says what headers you wish to keep in the article buffer.  All
10724 headers that do not match this variable will be hidden.
10725
10726 For instance, if you only want to see the name of the person who wrote
10727 the article and the subject, you'd say:
10728
10729 @lisp
10730 (setq gnus-visible-headers "^From:\\|^Subject:")
10731 @end lisp
10732
10733 This variable can also be a list of regexps to match headers to
10734 remain visible.
10735
10736 @item gnus-ignored-headers
10737 @vindex gnus-ignored-headers
10738 This variable is the reverse of @code{gnus-visible-headers}.  If this
10739 variable is set (and @code{gnus-visible-headers} is @code{nil}), it
10740 should be a regular expression that matches all lines that you want to
10741 hide.  All lines that do not match this variable will remain visible.
10742
10743 For instance, if you just want to get rid of the @code{References} line
10744 and the @code{Xref} line, you might say:
10745
10746 @lisp
10747 (setq gnus-ignored-headers "^References:\\|^Xref:")
10748 @end lisp
10749
10750 This variable can also be a list of regexps to match headers to
10751 be removed.
10752
10753 Note that if @code{gnus-visible-headers} is non-@code{nil}, this
10754 variable will have no effect.
10755
10756 @end table
10757
10758 @vindex gnus-sorted-header-list
10759 Gnus can also sort the headers for you.  (It does this by default.)  You
10760 can control the sorting by setting the @code{gnus-sorted-header-list}
10761 variable.  It is a list of regular expressions that says in what order
10762 the headers are to be displayed.
10763
10764 For instance, if you want the name of the author of the article first,
10765 and then the subject, you might say something like:
10766
10767 @lisp
10768 (setq gnus-sorted-header-list '("^From:" "^Subject:"))
10769 @end lisp
10770
10771 Any headers that are to remain visible, but are not listed in this
10772 variable, will be displayed in random order after all the headers listed in this variable.
10773
10774 @findex gnus-article-hide-boring-headers
10775 @vindex gnus-boring-article-headers
10776 You can hide further boring headers by setting
10777 @code{gnus-treat-hide-boring-headers} to @code{head}.  What this function
10778 does depends on the @code{gnus-boring-article-headers} variable.  It's a
10779 list, but this list doesn't actually contain header names.  Instead is
10780 lists various @dfn{boring conditions} that Gnus can check and remove
10781 from sight.
10782
10783 These conditions are:
10784 @table @code
10785 @item empty
10786 Remove all empty headers.
10787 @item followup-to
10788 Remove the @code{Followup-To} header if it is identical to the
10789 @code{Newsgroups} header.
10790 @item reply-to
10791 Remove the @code{Reply-To} header if it lists the same address as the
10792 @code{From} header, or if the @code{broken-reply-to} group parameter is
10793 set.
10794 @item newsgroups
10795 Remove the @code{Newsgroups} header if it only contains the current group
10796 name.
10797 @item to-address
10798 Remove the @code{To} header if it only contains the address identical to
10799 the current group's @code{to-address} parameter.
10800 @item to-list
10801 Remove the @code{To} header if it only contains the address identical to
10802 the current group's @code{to-list} parameter.
10803 @item cc-list
10804 Remove the @code{CC} header if it only contains the address identical to
10805 the current group's @code{to-list} parameter.
10806 @item date
10807 Remove the @code{Date} header if the article is less than three days
10808 old.
10809 @item long-to
10810 Remove the @code{To} header if it is very long.
10811 @item many-to
10812 Remove all @code{To} headers if there are more than one.
10813 @end table
10814
10815 To include these three elements, you could say something like:
10816
10817 @lisp
10818 (setq gnus-boring-article-headers
10819       '(empty followup-to reply-to))
10820 @end lisp
10821
10822 This is also the default value for this variable.
10823
10824
10825 @node Using MIME
10826 @section Using MIME
10827 @cindex @acronym{MIME}
10828
10829 Mime is a standard for waving your hands through the air, aimlessly,
10830 while people stand around yawning.
10831
10832 @acronym{MIME}, however, is a standard for encoding your articles, aimlessly,
10833 while all newsreaders die of fear.
10834
10835 @acronym{MIME} may specify what character set the article uses, the encoding
10836 of the characters, and it also makes it possible to embed pictures and
10837 other naughty stuff in innocent-looking articles.
10838
10839 @vindex gnus-display-mime-function
10840 @findex gnus-display-mime
10841 Gnus pushes @acronym{MIME} articles through @code{gnus-display-mime-function}
10842 to display the @acronym{MIME} parts.  This is @code{gnus-display-mime} by
10843 default, which creates a bundle of clickable buttons that can be used to
10844 display, save and manipulate the @acronym{MIME} objects.
10845
10846 The following commands are available when you have placed point over a
10847 @acronym{MIME} button:
10848
10849 @table @kbd
10850 @findex gnus-article-press-button
10851 @item RET (Article)
10852 @kindex RET (Article)
10853 @itemx BUTTON-2 (Article)
10854 Toggle displaying of the @acronym{MIME} object
10855 (@code{gnus-article-press-button}).  If built-in viewers can not display
10856 the object, Gnus resorts to external viewers in the @file{mailcap}
10857 files.  If a viewer has the @samp{copiousoutput} specification, the
10858 object is displayed inline.
10859
10860 @findex gnus-mime-view-part
10861 @item M-RET (Article)
10862 @kindex M-RET (Article)
10863 @itemx v (Article)
10864 Prompt for a method, and then view the @acronym{MIME} object using this
10865 method (@code{gnus-mime-view-part}).
10866
10867 @findex gnus-mime-view-part-as-type
10868 @item t (Article)
10869 @kindex t (Article)
10870 View the @acronym{MIME} object as if it were a different @acronym{MIME} media type
10871 (@code{gnus-mime-view-part-as-type}).
10872
10873 @findex gnus-mime-view-part-as-charset
10874 @item C (Article)
10875 @kindex C (Article)
10876 Prompt for a charset, and then view the @acronym{MIME} object using this
10877 charset (@code{gnus-mime-view-part-as-charset}).
10878
10879 @findex gnus-mime-save-part
10880 @item o (Article)
10881 @kindex o (Article)
10882 Prompt for a file name, and then save the @acronym{MIME} object
10883 (@code{gnus-mime-save-part}).
10884
10885 @findex gnus-mime-save-part-and-strip
10886 @item C-o (Article)
10887 @kindex C-o (Article)
10888 Prompt for a file name, then save the @acronym{MIME} object and strip it from
10889 the article.  Then proceed to article editing, where a reasonable
10890 suggestion is being made on how the altered article should look
10891 like.  The stripped @acronym{MIME} object will be referred via the
10892 message/external-body @acronym{MIME} type.
10893 (@code{gnus-mime-save-part-and-strip}).
10894
10895 @findex gnus-mime-delete-part
10896 @item d (Article)
10897 @kindex d (Article)
10898 Delete the @acronym{MIME} object from the article and replace it with some
10899 information about the removed @acronym{MIME} object
10900 (@code{gnus-mime-delete-part}).
10901
10902 @findex gnus-mime-copy-part
10903 @item c (Article)
10904 @kindex c (Article)
10905 Copy the @acronym{MIME} object to a fresh buffer and display this buffer
10906 (@code{gnus-mime-copy-part}).  Compressed files like @file{.gz} and
10907 @file{.bz2} are automatically decompressed if
10908 @code{auto-compression-mode} is enabled (@pxref{Compressed Files,,
10909 Accessing Compressed Files, emacs, The Emacs Editor}).
10910
10911 @findex gnus-mime-print-part
10912 @item p (Article)
10913 @kindex p (Article)
10914 Print the @acronym{MIME} object (@code{gnus-mime-print-part}).  This
10915 command respects the @samp{print=} specifications in the
10916 @file{.mailcap} file.
10917
10918 @findex gnus-mime-inline-part
10919 @item i (Article)
10920 @kindex i (Article)
10921 Insert the contents of the @acronym{MIME} object into the buffer
10922 (@code{gnus-mime-inline-part}) as text/plain.  If given a prefix, insert
10923 the raw contents without decoding.  If given a numerical prefix, you can
10924 do semi-manual charset stuff (see
10925 @code{gnus-summary-show-article-charset-alist} in @ref{Paging the
10926 Article}).
10927
10928 @findex gnus-mime-view-part-internally
10929 @item E (Article)
10930 @kindex E (Article)
10931 View the @acronym{MIME} object with an internal viewer.  If no internal
10932 viewer is available, use an external viewer
10933 (@code{gnus-mime-view-part-internally}).
10934
10935 @findex gnus-mime-view-part-externally
10936 @item e (Article)
10937 @kindex e (Article)
10938 View the @acronym{MIME} object with an external viewer.
10939 (@code{gnus-mime-view-part-externally}).
10940
10941 @findex gnus-mime-pipe-part
10942 @item | (Article)
10943 @kindex | (Article)
10944 Output the @acronym{MIME} object to a process (@code{gnus-mime-pipe-part}).
10945
10946 @findex gnus-mime-action-on-part
10947 @item . (Article)
10948 @kindex . (Article)
10949 Interactively run an action on the @acronym{MIME} object
10950 (@code{gnus-mime-action-on-part}).
10951
10952 @end table
10953
10954 Gnus will display some @acronym{MIME} objects automatically.  The way Gnus
10955 determines which parts to do this with is described in the Emacs
10956 @acronym{MIME} manual.
10957
10958 It might be best to just use the toggling functions from the article
10959 buffer to avoid getting nasty surprises.  (For instance, you enter the
10960 group @samp{alt.sing-a-long} and, before you know it, @acronym{MIME} has
10961 decoded the sound file in the article and some horrible sing-a-long song
10962 comes screaming out your speakers, and you can't find the volume button,
10963 because there isn't one, and people are starting to look at you, and you
10964 try to stop the program, but you can't, and you can't find the program
10965 to control the volume, and everybody else in the room suddenly decides
10966 to look at you disdainfully, and you'll feel rather stupid.)
10967
10968 Any similarity to real events and people is purely coincidental.  Ahem.
10969
10970 Also @pxref{MIME Commands}.
10971
10972
10973 @node Customizing Articles
10974 @section Customizing Articles
10975 @cindex article customization
10976
10977 A slew of functions for customizing how the articles are to look like
10978 exist.  You can call these functions interactively
10979 (@pxref{Article Washing}), or you can have them
10980 called automatically when you select the articles.
10981
10982 To have them called automatically, you should set the corresponding
10983 ``treatment'' variable.  For instance, to have headers hidden, you'd set
10984 @code{gnus-treat-hide-headers}.  Below is a list of variables that can
10985 be set, but first we discuss the values these variables can have.
10986
10987 Note: Some values, while valid, make little sense.  Check the list below
10988 for sensible values.
10989
10990 @enumerate
10991 @item
10992 @code{nil}: Don't do this treatment.
10993
10994 @item
10995 @code{t}: Do this treatment on all body parts.
10996
10997 @item
10998 @code{head}: Do the treatment on the headers.
10999
11000 @item
11001 @code{last}: Do this treatment on the last part.
11002
11003 @item
11004 An integer: Do this treatment on all body parts that have a length less
11005 than this number.
11006
11007 @item
11008 A list of strings: Do this treatment on all body parts that are in
11009 articles that are read in groups that have names that match one of the
11010 regexps in the list.
11011
11012 @item
11013 A list where the first element is not a string:
11014
11015 The list is evaluated recursively.  The first element of the list is a
11016 predicate.  The following predicates are recognized: @code{or},
11017 @code{and}, @code{not} and @code{typep}.  Here's an example:
11018
11019 @lisp
11020 (or last
11021     (typep "text/x-vcard"))
11022 @end lisp
11023
11024 @end enumerate
11025
11026 You may have noticed that the word @dfn{part} is used here.  This refers
11027 to the fact that some messages are @acronym{MIME} multipart articles that may
11028 be divided into several parts.  Articles that are not multiparts are
11029 considered to contain just a single part.
11030
11031 @vindex gnus-article-treat-types
11032 Are the treatments applied to all sorts of multipart parts?  Yes, if you
11033 want to, but by default, only @samp{text/plain} parts are given the
11034 treatment.  This is controlled by the @code{gnus-article-treat-types}
11035 variable, which is a list of regular expressions that are matched to the
11036 type of the part.  This variable is ignored if the value of the
11037 controlling variable is a predicate list, as described above.
11038
11039 The following treatment options are available.  The easiest way to
11040 customize this is to examine the @code{gnus-article-treat} customization
11041 group.  Values in parenthesis are suggested sensible values.  Others are
11042 possible but those listed are probably sufficient for most people.
11043
11044 @table @code
11045 @item gnus-treat-buttonize (t, integer)
11046 @item gnus-treat-buttonize-head (head)
11047
11048 @xref{Article Buttons}.
11049
11050 @item gnus-treat-capitalize-sentences (t, integer)
11051 @item gnus-treat-overstrike (t, integer)
11052 @item gnus-treat-strip-cr (t, integer)
11053 @item gnus-treat-strip-headers-in-body (t, integer)
11054 @item gnus-treat-strip-leading-blank-lines (t, integer)
11055 @item gnus-treat-strip-multiple-blank-lines (t, integer)
11056 @item gnus-treat-strip-pem (t, last, integer)
11057 @item gnus-treat-strip-trailing-blank-lines (t, last, integer)
11058 @item gnus-treat-unsplit-urls (t, integer)
11059 @item gnus-treat-wash-html (t, integer)
11060
11061 @xref{Article Washing}.
11062
11063 @item gnus-treat-date-english (head)
11064 @item gnus-treat-date-iso8601 (head)
11065 @item gnus-treat-date-lapsed (head)
11066 @item gnus-treat-date-local (head)
11067 @item gnus-treat-date-original (head)
11068 @item gnus-treat-date-user-defined (head)
11069 @item gnus-treat-date-ut (head)
11070
11071 @xref{Article Date}.
11072
11073 @item gnus-treat-from-picon (head)
11074 @item gnus-treat-mail-picon (head)
11075 @item gnus-treat-newsgroups-picon (head)
11076
11077 @xref{Picons}.
11078
11079 @item gnus-treat-display-smileys (t, integer)
11080
11081 @item gnus-treat-body-boundary (head)
11082
11083 @vindex gnus-body-boundary-delimiter
11084 Adds a delimiter between header and body, the string used as delimiter
11085 is controlled by @code{gnus-body-boundary-delimiter}.
11086
11087 @xref{Smileys}.
11088
11089 @item gnus-treat-display-x-face (head)
11090
11091 @xref{X-Face}.
11092
11093 @item gnus-treat-display-face (head)
11094
11095 @xref{Face}.
11096
11097 @item gnus-treat-emphasize (t, head, integer)
11098 @item gnus-treat-fill-article (t, integer)
11099 @item gnus-treat-fill-long-lines (t, integer)
11100 @item gnus-treat-hide-boring-headers (head)
11101 @item gnus-treat-hide-citation (t, integer)
11102 @item gnus-treat-hide-citation-maybe (t, integer)
11103 @item gnus-treat-hide-headers (head)
11104 @item gnus-treat-hide-signature (t, last)
11105 @item gnus-treat-strip-banner (t, last)
11106 @item gnus-treat-strip-list-identifiers (head)
11107
11108 @xref{Article Hiding}.
11109
11110 @item gnus-treat-highlight-citation (t, integer)
11111 @item gnus-treat-highlight-headers (head)
11112 @item gnus-treat-highlight-signature (t, last, integer)
11113
11114 @xref{Article Highlighting}.
11115
11116 @item gnus-treat-play-sounds
11117 @item gnus-treat-translate
11118 @item gnus-treat-x-pgp-sig (head)
11119
11120 @item gnus-treat-unfold-headers (head)
11121 @item gnus-treat-fold-headers (head)
11122 @item gnus-treat-fold-newsgroups (head)
11123 @item gnus-treat-leading-whitespace (head)
11124
11125 @xref{Article Header}.
11126
11127
11128 @end table
11129
11130 @vindex gnus-part-display-hook
11131 You can, of course, write your own functions to be called from
11132 @code{gnus-part-display-hook}.  The functions are called narrowed to the
11133 part, and you can do anything you like, pretty much.  There is no
11134 information that you have to keep in the buffer---you can change
11135 everything.
11136
11137
11138 @node Article Keymap
11139 @section Article Keymap
11140
11141 Most of the keystrokes in the summary buffer can also be used in the
11142 article buffer.  They should behave as if you typed them in the summary
11143 buffer, which means that you don't actually have to have a summary
11144 buffer displayed while reading.  You can do it all from the article
11145 buffer.
11146
11147 A few additional keystrokes are available:
11148
11149 @table @kbd
11150
11151 @item SPACE
11152 @kindex SPACE (Article)
11153 @findex gnus-article-next-page
11154 Scroll forwards one page (@code{gnus-article-next-page}).
11155 This is exactly the same as @kbd{h SPACE h}.
11156
11157 @item DEL
11158 @kindex DEL (Article)
11159 @findex gnus-article-prev-page
11160 Scroll backwards one page (@code{gnus-article-prev-page}).
11161 This is exactly the same as @kbd{h DEL h}.
11162
11163 @item C-c ^
11164 @kindex C-c ^ (Article)
11165 @findex gnus-article-refer-article
11166 If point is in the neighborhood of a @code{Message-ID} and you press
11167 @kbd{C-c ^}, Gnus will try to get that article from the server
11168 (@code{gnus-article-refer-article}).
11169
11170 @item C-c C-m
11171 @kindex C-c C-m (Article)
11172 @findex gnus-article-mail
11173 Send a reply to the address near point (@code{gnus-article-mail}).  If
11174 given a prefix, include the mail.
11175
11176 @item s
11177 @kindex s (Article)
11178 @findex gnus-article-show-summary
11179 Reconfigure the buffers so that the summary buffer becomes visible
11180 (@code{gnus-article-show-summary}).
11181
11182 @item ?
11183 @kindex ? (Article)
11184 @findex gnus-article-describe-briefly
11185 Give a very brief description of the available keystrokes
11186 (@code{gnus-article-describe-briefly}).
11187
11188 @item TAB
11189 @kindex TAB (Article)
11190 @findex gnus-article-next-button
11191 Go to the next button, if any (@code{gnus-article-next-button}).  This
11192 only makes sense if you have buttonizing turned on.
11193
11194 @item M-TAB
11195 @kindex M-TAB (Article)
11196 @findex gnus-article-prev-button
11197 Go to the previous button, if any (@code{gnus-article-prev-button}).
11198
11199 @item R
11200 @kindex R (Article)
11201 @findex gnus-article-reply-with-original
11202 Send a reply to the current article and yank the current article
11203 (@code{gnus-article-reply-with-original}).  If given a prefix, make a
11204 wide reply.  If the region is active, only yank the text in the
11205 region.
11206
11207 @item F
11208 @kindex F (Article)
11209 @findex gnus-article-followup-with-original
11210 Send a followup to the current article and yank the current article
11211 (@code{gnus-article-followup-with-original}).  If given a prefix, make
11212 a wide reply.  If the region is active, only yank the text in the
11213 region.
11214
11215
11216 @end table
11217
11218
11219 @node Misc Article
11220 @section Misc Article
11221
11222 @table @code
11223
11224 @item gnus-single-article-buffer
11225 @vindex gnus-single-article-buffer
11226 If non-@code{nil}, use the same article buffer for all the groups.
11227 (This is the default.)  If @code{nil}, each group will have its own
11228 article buffer.
11229
11230 @vindex gnus-article-decode-hook
11231 @item gnus-article-decode-hook
11232 @cindex @acronym{MIME}
11233 Hook used to decode @acronym{MIME} articles.  The default value is
11234 @code{(article-decode-charset article-decode-encoded-words)}
11235
11236 @vindex gnus-article-prepare-hook
11237 @item gnus-article-prepare-hook
11238 This hook is called right after the article has been inserted into the
11239 article buffer.  It is mainly intended for functions that do something
11240 depending on the contents; it should probably not be used for changing
11241 the contents of the article buffer.
11242
11243 @item gnus-article-mode-hook
11244 @vindex gnus-article-mode-hook
11245 Hook called in article mode buffers.
11246
11247 @item gnus-article-mode-syntax-table
11248 @vindex gnus-article-mode-syntax-table
11249 Syntax table used in article buffers.  It is initialized from
11250 @code{text-mode-syntax-table}.
11251
11252 @vindex gnus-article-over-scroll
11253 @item gnus-article-over-scroll
11254 If non-@code{nil}, allow scrolling the article buffer even when there
11255 no more new text to scroll in.  The default is @code{nil}.
11256
11257 @vindex gnus-article-mode-line-format
11258 @item gnus-article-mode-line-format
11259 This variable is a format string along the same lines as
11260 @code{gnus-summary-mode-line-format} (@pxref{Mode Line Formatting}).  It
11261 accepts the same format specifications as that variable, with two
11262 extensions:
11263
11264 @table @samp
11265
11266 @item w
11267 The @dfn{wash status} of the article.  This is a short string with one
11268 character for each possible article wash operation that may have been
11269 performed.  The characters and their meaning:
11270
11271 @table @samp
11272
11273 @item c
11274 Displayed when cited text may be hidden in the article buffer.
11275
11276 @item h
11277 Displayed when headers are hidden in the article buffer.
11278
11279 @item p
11280 Displayed when article is digitally signed or encrypted, and Gnus has
11281 hidden the security headers.  (N.B. does not tell anything about
11282 security status, i.e. good or bad signature.)
11283
11284 @item s
11285 Displayed when the signature has been hidden in the Article buffer.
11286
11287 @item o
11288 Displayed when Gnus has treated overstrike characters in the article buffer.
11289
11290 @item e
11291 Displayed when Gnus has treated emphasised strings in the article buffer.
11292
11293 @end table
11294
11295 @item m
11296 The number of @acronym{MIME} parts in the article.
11297
11298 @end table
11299
11300 @vindex gnus-break-pages
11301
11302 @item gnus-break-pages
11303 Controls whether @dfn{page breaking} is to take place.  If this variable
11304 is non-@code{nil}, the articles will be divided into pages whenever a
11305 page delimiter appears in the article.  If this variable is @code{nil},
11306 paging will not be done.
11307
11308 @item gnus-page-delimiter
11309 @vindex gnus-page-delimiter
11310 This is the delimiter mentioned above.  By default, it is @samp{^L}
11311 (formfeed).
11312
11313 @cindex IDNA
11314 @cindex internationalized domain names
11315 @vindex gnus-use-idna
11316 @item gnus-use-idna
11317 This variable controls whether Gnus performs IDNA decoding of
11318 internationalized domain names inside @samp{From}, @samp{To} and
11319 @samp{Cc} headers.  This requires
11320 @uref{http://www.gnu.org/software/libidn/, GNU Libidn}, and this
11321 variable is only enabled if you have installed it.
11322
11323 @end table
11324
11325
11326 @node Composing Messages
11327 @chapter Composing Messages
11328 @cindex composing messages
11329 @cindex messages
11330 @cindex mail
11331 @cindex sending mail
11332 @cindex reply
11333 @cindex followup
11334 @cindex post
11335 @cindex using gpg
11336 @cindex using s/mime
11337 @cindex using smime
11338
11339 @kindex C-c C-c (Post)
11340 All commands for posting and mailing will put you in a message buffer
11341 where you can edit the article all you like, before you send the
11342 article by pressing @kbd{C-c C-c}.  @xref{Top, , Overview, message,
11343 Message Manual}.  Where the message will be posted/mailed to depends
11344 on your setup (@pxref{Posting Server}).
11345
11346 @menu
11347 * Mail::                        Mailing and replying.
11348 * Posting Server::              What server should you post and mail via?
11349 * Mail and Post::               Mailing and posting at the same time.
11350 * Archived Messages::           Where Gnus stores the messages you've sent.
11351 * Posting Styles::              An easier way to specify who you are.
11352 * Drafts::                      Postponing messages and rejected messages.
11353 * Rejected Articles::           What happens if the server doesn't like your article?
11354 * Signing and encrypting::      How to compose secure messages.
11355 @end menu
11356
11357 Also @pxref{Canceling and Superseding} for information on how to
11358 remove articles you shouldn't have posted.
11359
11360
11361 @node Mail
11362 @section Mail
11363
11364 Variables for customizing outgoing mail:
11365
11366 @table @code
11367 @item gnus-uu-digest-headers
11368 @vindex gnus-uu-digest-headers
11369 List of regexps to match headers included in digested messages.  The
11370 headers will be included in the sequence they are matched.  If
11371 @code{nil} include all headers.
11372
11373 @item gnus-add-to-list
11374 @vindex gnus-add-to-list
11375 If non-@code{nil}, add a @code{to-list} group parameter to mail groups
11376 that have none when you do a @kbd{a}.
11377
11378 @item gnus-confirm-mail-reply-to-news
11379 @vindex gnus-confirm-mail-reply-to-news
11380 This can also be a function receiving the group name as the only
11381 parameter which should return non-@code{nil} if a confirmation is
11382 needed, or a regular expression matching group names, where
11383 confirmation is should be asked for.
11384
11385 If you find yourself never wanting to reply to mail, but occasionally
11386 press R anyway, this variable might be for you.
11387
11388 @item gnus-confirm-treat-mail-like-news
11389 @vindex gnus-confirm-treat-mail-like-news
11390 If non-@code{nil}, Gnus also requests confirmation according to
11391 @code{gnus-confirm-mail-reply-to-news} when replying to mail.  This is
11392 useful for treating mailing lists like newsgroups.
11393
11394 @end table
11395
11396
11397 @node Posting Server
11398 @section Posting Server
11399
11400 When you press those magical @kbd{C-c C-c} keys to ship off your latest
11401 (extremely intelligent, of course) article, where does it go?
11402
11403 Thank you for asking.  I hate you.
11404
11405 It can be quite complicated.
11406
11407 @vindex gnus-post-method
11408 When posting news, Message usually invokes @code{message-send-news}
11409 (@pxref{News Variables, , News Variables, message, Message Manual}).
11410 Normally, Gnus will post using the same select method as you're
11411 reading from (which might be convenient if you're reading lots of
11412 groups from different private servers).  However.  If the server
11413 you're reading from doesn't allow posting, just reading, you probably
11414 want to use some other server to post your (extremely intelligent and
11415 fabulously interesting) articles.  You can then set the
11416 @code{gnus-post-method} to some other method:
11417
11418 @lisp
11419 (setq gnus-post-method '(nnspool ""))
11420 @end lisp
11421
11422 Now, if you've done this, and then this server rejects your article, or
11423 this server is down, what do you do then?  To override this variable you
11424 can use a non-zero prefix to the @kbd{C-c C-c} command to force using
11425 the ``current'' server, to get back the default behavior, for posting.
11426
11427 If you give a zero prefix (i.e., @kbd{C-u 0 C-c C-c}) to that command,
11428 Gnus will prompt you for what method to use for posting.
11429
11430 You can also set @code{gnus-post-method} to a list of select methods.
11431 If that's the case, Gnus will always prompt you for what method to use
11432 for posting.
11433
11434 Finally, if you want to always post using the native select method,
11435 you can set this variable to @code{native}.
11436
11437 When sending mail, Message invokes @code{message-send-mail-function}.
11438 The default function, @code{message-send-mail-with-sendmail}, pipes
11439 your article to the @code{sendmail} binary for further queuing and
11440 sending.  When your local system is not configured for sending mail
11441 using @code{sendmail}, and you have access to a remote @acronym{SMTP}
11442 server, you can set @code{message-send-mail-function} to
11443 @code{smtpmail-send-it} and make sure to setup the @code{smtpmail}
11444 package correctly.  An example:
11445
11446 @lisp
11447 (setq message-send-mail-function 'smtpmail-send-it
11448       smtpmail-default-smtp-server "YOUR SMTP HOST")
11449 @end lisp
11450
11451 To the thing similar to this, there is
11452 @code{message-smtpmail-send-it}.  It is useful if your ISP requires
11453 the @acronym{POP}-before-@acronym{SMTP} authentication.  See the
11454 documentation for the function @code{mail-source-touch-pop}.
11455
11456 Other possible choices for @code{message-send-mail-function} includes
11457 @code{message-send-mail-with-mh}, @code{message-send-mail-with-qmail},
11458 and @code{feedmail-send-it}.
11459
11460 @node Mail and Post
11461 @section Mail and Post
11462
11463 Here's a list of variables relevant to both mailing and
11464 posting:
11465
11466 @table @code
11467 @item gnus-mailing-list-groups
11468 @findex gnus-mailing-list-groups
11469 @cindex mailing lists
11470
11471 If your news server offers groups that are really mailing lists
11472 gatewayed to the @acronym{NNTP} server, you can read those groups without
11473 problems, but you can't post/followup to them without some difficulty.
11474 One solution is to add a @code{to-address} to the group parameters
11475 (@pxref{Group Parameters}).  An easier thing to do is set the
11476 @code{gnus-mailing-list-groups} to a regexp that matches the groups that
11477 really are mailing lists.  Then, at least, followups to the mailing
11478 lists will work most of the time.  Posting to these groups (@kbd{a}) is
11479 still a pain, though.
11480
11481 @item gnus-user-agent
11482 @vindex gnus-user-agent
11483 @cindex User-Agent
11484
11485 This variable controls which information should be exposed in the
11486 User-Agent header.  It can be one of the symbols @code{gnus} (show only
11487 Gnus version), @code{emacs-gnus} (show only Emacs and Gnus versions),
11488 @code{emacs-gnus-config} (same as @code{emacs-gnus} plus system
11489 configuration), @code{emacs-gnus-type} (same as @code{emacs-gnus} plus
11490 system type) or a custom string.  If you set it to a string, be sure to
11491 use a valid format, see RFC 2616.
11492
11493 @end table
11494
11495 You may want to do spell-checking on messages that you send out.  Or, if
11496 you don't want to spell-check by hand, you could add automatic
11497 spell-checking via the @code{ispell} package:
11498
11499 @cindex ispell
11500 @findex ispell-message
11501 @lisp
11502 (add-hook 'message-send-hook 'ispell-message)
11503 @end lisp
11504
11505 If you want to change the @code{ispell} dictionary based on what group
11506 you're in, you could say something like the following:
11507
11508 @lisp
11509 (add-hook 'gnus-select-group-hook
11510           (lambda ()
11511             (cond
11512              ((string-match
11513                "^de\\." (gnus-group-real-name gnus-newsgroup-name))
11514               (ispell-change-dictionary "deutsch"))
11515              (t
11516               (ispell-change-dictionary "english")))))
11517 @end lisp
11518
11519 Modify to suit your needs.
11520
11521
11522 @node Archived Messages
11523 @section Archived Messages
11524 @cindex archived messages
11525 @cindex sent messages
11526
11527 Gnus provides a few different methods for storing the mail and news you
11528 send.  The default method is to use the @dfn{archive virtual server} to
11529 store the messages.  If you want to disable this completely, the
11530 @code{gnus-message-archive-group} variable should be @code{nil}, which
11531 is the default.
11532
11533 For archiving interesting messages in a group you read, see the
11534 @kbd{B c} (@code{gnus-summary-copy-article}) command (@pxref{Mail
11535 Group Commands}).
11536
11537 @vindex gnus-message-archive-method
11538 @code{gnus-message-archive-method} says what virtual server Gnus is to
11539 use to store sent messages.  The default is:
11540
11541 @lisp
11542 (nnfolder "archive"
11543           (nnfolder-directory   "~/Mail/archive")
11544           (nnfolder-active-file "~/Mail/archive/active")
11545           (nnfolder-get-new-mail nil)
11546           (nnfolder-inhibit-expiry t))
11547 @end lisp
11548
11549 You can, however, use any mail select method (@code{nnml},
11550 @code{nnmbox}, etc.).  @code{nnfolder} is a quite likable select method
11551 for doing this sort of thing, though.  If you don't like the default
11552 directory chosen, you could say something like:
11553
11554 @lisp
11555 (setq gnus-message-archive-method
11556       '(nnfolder "archive"
11557                  (nnfolder-inhibit-expiry t)
11558                  (nnfolder-active-file "~/News/sent-mail/active")
11559                  (nnfolder-directory "~/News/sent-mail/")))
11560 @end lisp
11561
11562 @vindex gnus-message-archive-group
11563 @cindex Gcc
11564 Gnus will insert @code{Gcc} headers in all outgoing messages that point
11565 to one or more group(s) on that server.  Which group to use is
11566 determined by the @code{gnus-message-archive-group} variable.
11567
11568 This variable can be used to do the following:
11569
11570 @table @asis
11571 @item a string
11572 Messages will be saved in that group.
11573
11574 Note that you can include a select method in the group name, then the
11575 message will not be stored in the select method given by
11576 @code{gnus-message-archive-method}, but in the select method specified
11577 by the group name, instead.  Suppose @code{gnus-message-archive-method}
11578 has the default value shown above.  Then setting
11579 @code{gnus-message-archive-group} to @code{"foo"} means that outgoing
11580 messages are stored in @samp{nnfolder+archive:foo}, but if you use the
11581 value @code{"nnml:foo"}, then outgoing messages will be stored in
11582 @samp{nnml:foo}.
11583
11584 @item a list of strings
11585 Messages will be saved in all those groups.
11586
11587 @item an alist of regexps, functions and forms
11588 When a key ``matches'', the result is used.
11589
11590 @item @code{nil}
11591 No message archiving will take place.  This is the default.
11592 @end table
11593
11594 Let's illustrate:
11595
11596 Just saving to a single group called @samp{MisK}:
11597 @lisp
11598 (setq gnus-message-archive-group "MisK")
11599 @end lisp
11600
11601 Saving to two groups, @samp{MisK} and @samp{safe}:
11602 @lisp
11603 (setq gnus-message-archive-group '("MisK" "safe"))
11604 @end lisp
11605
11606 Save to different groups based on what group you are in:
11607 @lisp
11608 (setq gnus-message-archive-group
11609       '(("^alt" "sent-to-alt")
11610         ("mail" "sent-to-mail")
11611         (".*" "sent-to-misc")))
11612 @end lisp
11613
11614 More complex stuff:
11615 @lisp
11616 (setq gnus-message-archive-group
11617       '((if (message-news-p)
11618             "misc-news"
11619           "misc-mail")))
11620 @end lisp
11621
11622 How about storing all news messages in one file, but storing all mail
11623 messages in one file per month:
11624
11625 @lisp
11626 (setq gnus-message-archive-group
11627       '((if (message-news-p)
11628             "misc-news"
11629           (concat "mail." (format-time-string "%Y-%m")))))
11630 @end lisp
11631
11632 @c (XEmacs 19.13 doesn't have @code{format-time-string}, so you'll have to
11633 @c use a different value for @code{gnus-message-archive-group} there.)
11634
11635 Now, when you send a message off, it will be stored in the appropriate
11636 group.  (If you want to disable storing for just one particular message,
11637 you can just remove the @code{Gcc} header that has been inserted.)  The
11638 archive group will appear in the group buffer the next time you start
11639 Gnus, or the next time you press @kbd{F} in the group buffer.  You can
11640 enter it and read the articles in it just like you'd read any other
11641 group.  If the group gets really big and annoying, you can simply rename
11642 if (using @kbd{G r} in the group buffer) to something
11643 nice---@samp{misc-mail-september-1995}, or whatever.  New messages will
11644 continue to be stored in the old (now empty) group.
11645
11646 That's the default method of archiving sent messages.  Gnus offers a
11647 different way for the people who don't like the default method.  In that
11648 case you should set @code{gnus-message-archive-group} to @code{nil};
11649 this will disable archiving.
11650
11651 @table @code
11652 @item gnus-outgoing-message-group
11653 @vindex gnus-outgoing-message-group
11654 All outgoing messages will be put in this group.  If you want to store
11655 all your outgoing mail and articles in the group @samp{nnml:archive},
11656 you set this variable to that value.  This variable can also be a list of
11657 group names.
11658
11659 If you want to have greater control over what group to put each
11660 message in, you can set this variable to a function that checks the
11661 current newsgroup name and then returns a suitable group name (or list
11662 of names).
11663
11664 This variable can be used instead of @code{gnus-message-archive-group},
11665 but the latter is the preferred method.
11666
11667 @item gnus-gcc-mark-as-read
11668 @vindex gnus-gcc-mark-as-read
11669 If non-@code{nil}, automatically mark @code{Gcc} articles as read.
11670
11671 @item gnus-gcc-externalize-attachments
11672 @vindex gnus-gcc-externalize-attachments
11673 If @code{nil}, attach files as normal parts in Gcc copies; if a regexp
11674 and matches the Gcc group name, attach files as external parts; if it is
11675 @code{all}, attach local files as external parts; if it is other
11676 non-@code{nil}, the behavior is the same as @code{all}, but it may be
11677 changed in the future.
11678
11679 @end table
11680
11681
11682 @node Posting Styles
11683 @section Posting Styles
11684 @cindex posting styles
11685 @cindex styles
11686
11687 All them variables, they make my head swim.
11688
11689 So what if you want a different @code{Organization} and signature based
11690 on what groups you post to?  And you post both from your home machine
11691 and your work machine, and you want different @code{From} lines, and so
11692 on?
11693
11694 @vindex gnus-posting-styles
11695 One way to do stuff like that is to write clever hooks that change the
11696 variables you need to have changed.  That's a bit boring, so somebody
11697 came up with the bright idea of letting the user specify these things in
11698 a handy alist.  Here's an example of a @code{gnus-posting-styles}
11699 variable:
11700
11701 @lisp
11702 ((".*"
11703   (signature "Peace and happiness")
11704   (organization "What me?"))
11705  ("^comp"
11706   (signature "Death to everybody"))
11707  ("comp.emacs.i-love-it"
11708   (organization "Emacs is it")))
11709 @end lisp
11710
11711 As you might surmise from this example, this alist consists of several
11712 @dfn{styles}.  Each style will be applicable if the first element
11713 ``matches'', in some form or other.  The entire alist will be iterated
11714 over, from the beginning towards the end, and each match will be
11715 applied, which means that attributes in later styles that match override
11716 the same attributes in earlier matching styles.  So
11717 @samp{comp.programming.literate} will have the @samp{Death to everybody}
11718 signature and the @samp{What me?} @code{Organization} header.
11719
11720 The first element in each style is called the @code{match}.  If it's a
11721 string, then Gnus will try to regexp match it against the group name.
11722 If it is the form @code{(header @var{match} @var{regexp})}, then Gnus
11723 will look in the original article for a header whose name is
11724 @var{match} and compare that @var{regexp}.  @var{match} and
11725 @var{regexp} are strings.  (The original article is the one you are
11726 replying or following up to.  If you are not composing a reply or a
11727 followup, then there is nothing to match against.)  If the
11728 @code{match} is a function symbol, that function will be called with
11729 no arguments.  If it's a variable symbol, then the variable will be
11730 referenced.  If it's a list, then that list will be @code{eval}ed.  In
11731 any case, if this returns a non-@code{nil} value, then the style is
11732 said to @dfn{match}.
11733
11734 Each style may contain an arbitrary amount of @dfn{attributes}.  Each
11735 attribute consists of a @code{(@var{name} @var{value})} pair.  The
11736 attribute name can be one of:
11737
11738 @itemize @bullet
11739 @item @code{signature}
11740 @item @code{signature-file}
11741 @item @code{x-face-file}
11742 @item @code{address}, overriding @code{user-mail-address}
11743 @item @code{name}, overriding @code{(user-full-name)}
11744 @item @code{body}
11745 @end itemize
11746
11747 The attribute name can also be a string or a symbol.  In that case,
11748 this will be used as a header name, and the value will be inserted in
11749 the headers of the article; if the value is @code{nil}, the header
11750 name will be removed.  If the attribute name is @code{eval}, the form
11751 is evaluated, and the result is thrown away.
11752
11753 The attribute value can be a string (used verbatim), a function with
11754 zero arguments (the return value will be used), a variable (its value
11755 will be used) or a list (it will be @code{eval}ed and the return value
11756 will be used).  The functions and sexps are called/@code{eval}ed in the
11757 message buffer that is being set up.  The headers of the current article
11758 are available through the @code{message-reply-headers} variable, which
11759 is a vector of the following headers: number subject from date id
11760 references chars lines xref extra.
11761
11762 @vindex message-reply-headers
11763
11764 If you wish to check whether the message you are about to compose is
11765 meant to be a news article or a mail message, you can check the values
11766 of the @code{message-news-p} and @code{message-mail-p} functions.
11767
11768 @findex message-mail-p
11769 @findex message-news-p
11770
11771 So here's a new example:
11772
11773 @lisp
11774 (setq gnus-posting-styles
11775       '((".*"
11776          (signature-file "~/.signature")
11777          (name "User Name")
11778          ("X-Home-Page" (getenv "WWW_HOME"))
11779          (organization "People's Front Against MWM"))
11780         ("^rec.humor"
11781          (signature my-funny-signature-randomizer))
11782         ((equal (system-name) "gnarly")  ;; @r{A form}
11783          (signature my-quote-randomizer))
11784         (message-news-p        ;; @r{A function symbol}
11785          (signature my-news-signature))
11786         (window-system         ;; @r{A value symbol}
11787          ("X-Window-System" (format "%s" window-system)))
11788         ;; @r{If I'm replying to Larsi, set the Organization header.}
11789         ((header "from" "larsi.*org")
11790          (Organization "Somewhere, Inc."))
11791         ((posting-from-work-p) ;; @r{A user defined function}
11792          (signature-file "~/.work-signature")
11793          (address "user@@bar.foo")
11794          (body "You are fired.\n\nSincerely, your boss.")
11795          (organization "Important Work, Inc"))
11796         ("nnml:.*"
11797          (From (save-excursion
11798                  (set-buffer gnus-article-buffer)
11799                  (message-fetch-field "to"))))
11800         ("^nn.+:"
11801          (signature-file "~/.mail-signature"))))
11802 @end lisp
11803
11804 The @samp{nnml:.*} rule means that you use the @code{To} address as the
11805 @code{From} address in all your outgoing replies, which might be handy
11806 if you fill many roles.
11807
11808
11809 @node Drafts
11810 @section Drafts
11811 @cindex drafts
11812
11813 If you are writing a message (mail or news) and suddenly remember that
11814 you have a steak in the oven (or some pesto in the food processor, you
11815 craaazy vegetarians), you'll probably wish there was a method to save
11816 the message you are writing so that you can continue editing it some
11817 other day, and send it when you feel its finished.
11818
11819 Well, don't worry about it.  Whenever you start composing a message of
11820 some sort using the Gnus mail and post commands, the buffer you get will
11821 automatically associate to an article in a special @dfn{draft} group.
11822 If you save the buffer the normal way (@kbd{C-x C-s}, for instance), the
11823 article will be saved there.  (Auto-save files also go to the draft
11824 group.)
11825
11826 @cindex nndraft
11827 @vindex nndraft-directory
11828 The draft group is a special group (which is implemented as an
11829 @code{nndraft} group, if you absolutely have to know) called
11830 @samp{nndraft:drafts}.  The variable @code{nndraft-directory} says where
11831 @code{nndraft} is to store its files.  What makes this group special is
11832 that you can't tick any articles in it or mark any articles as
11833 read---all articles in the group are permanently unread.
11834
11835 If the group doesn't exist, it will be created and you'll be subscribed
11836 to it.  The only way to make it disappear from the Group buffer is to
11837 unsubscribe it.  The special properties of the draft group comes from
11838 a group property (@pxref{Group Parameters}), and if lost the group
11839 behaves like any other group.  This means the commands below will not
11840 be available.  To restore the special properties of the group, the
11841 simplest way is to kill the group, using @kbd{C-k}, and restart
11842 Gnus.  The group is automatically created again with the
11843 correct parameters.  The content of the group is not lost.
11844
11845 @c @findex gnus-dissociate-buffer-from-draft
11846 @c @kindex C-c M-d (Mail)
11847 @c @kindex C-c M-d (Post)
11848 @c @findex gnus-associate-buffer-with-draft
11849 @c @kindex C-c C-d (Mail)
11850 @c @kindex C-c C-d (Post)
11851 @c If you're writing some super-secret message that you later want to
11852 @c encode with PGP before sending, you may wish to turn the auto-saving
11853 @c (and association with the draft group) off.  You never know who might be
11854 @c interested in reading all your extremely valuable and terribly horrible
11855 @c and interesting secrets.  The @kbd{C-c M-d}
11856 @c (@code{gnus-dissociate-buffer-from-draft}) command does that for you.
11857 @c If you change your mind and want to turn the auto-saving back on again,
11858 @c @kbd{C-c C-d} (@code{gnus-associate-buffer-with-draft} does that.
11859 @c
11860 @c @vindex gnus-use-draft
11861 @c To leave association with the draft group off by default, set
11862 @c @code{gnus-use-draft} to @code{nil}.  It is @code{t} by default.
11863
11864 @findex gnus-draft-edit-message
11865 @kindex D e (Draft)
11866 When you want to continue editing the article, you simply enter the
11867 draft group and push @kbd{D e} (@code{gnus-draft-edit-message}) to do
11868 that.  You will be placed in a buffer where you left off.
11869
11870 Rejected articles will also be put in this draft group (@pxref{Rejected
11871 Articles}).
11872
11873 @findex gnus-draft-send-all-messages
11874 @kindex D s (Draft)
11875 @findex gnus-draft-send-message
11876 @kindex D S (Draft)
11877 If you have lots of rejected messages you want to post (or mail) without
11878 doing further editing, you can use the @kbd{D s} command
11879 (@code{gnus-draft-send-message}).  This command understands the
11880 process/prefix convention (@pxref{Process/Prefix}).  The @kbd{D S}
11881 command (@code{gnus-draft-send-all-messages}) will ship off all messages
11882 in the buffer.
11883
11884 @findex gnus-draft-toggle-sending
11885 @kindex D t (Draft)
11886 If you have some messages that you wish not to send, you can use the
11887 @kbd{D t} (@code{gnus-draft-toggle-sending}) command to mark the message
11888 as unsendable.  This is a toggling command.
11889
11890
11891 @node Rejected Articles
11892 @section Rejected Articles
11893 @cindex rejected articles
11894
11895 Sometimes a news server will reject an article.  Perhaps the server
11896 doesn't like your face.  Perhaps it just feels miserable.  Perhaps
11897 @emph{there be demons}.  Perhaps you have included too much cited text.
11898 Perhaps the disk is full.  Perhaps the server is down.
11899
11900 These situations are, of course, totally beyond the control of Gnus.
11901 (Gnus, of course, loves the way you look, always feels great, has angels
11902 fluttering around inside of it, doesn't care about how much cited text
11903 you include, never runs full and never goes down.)  So Gnus saves these
11904 articles until some later time when the server feels better.
11905
11906 The rejected articles will automatically be put in a special draft group
11907 (@pxref{Drafts}).  When the server comes back up again, you'd then
11908 typically enter that group and send all the articles off.
11909
11910 @node Signing and encrypting
11911 @section Signing and encrypting
11912 @cindex using gpg
11913 @cindex using s/mime
11914 @cindex using smime
11915
11916 Gnus can digitally sign and encrypt your messages, using vanilla
11917 @acronym{PGP} format or @acronym{PGP/MIME} or @acronym{S/MIME}.  For
11918 decoding such messages, see the @code{mm-verify-option} and
11919 @code{mm-decrypt-option} options (@pxref{Security}).
11920
11921 @vindex gnus-message-replysign
11922 @vindex gnus-message-replyencrypt
11923 @vindex gnus-message-replysignencrypted
11924 Often, you would like to sign replies to people who send you signed
11925 messages.  Even more often, you might want to encrypt messages which
11926 are in reply to encrypted messages.  Gnus offers
11927 @code{gnus-message-replysign} to enable the former, and
11928 @code{gnus-message-replyencrypt} for the latter.  In addition, setting
11929 @code{gnus-message-replysignencrypted} (on by default) will sign
11930 automatically encrypted messages.
11931
11932 Instructing MML to perform security operations on a @acronym{MIME} part is
11933 done using the @kbd{C-c C-m s} key map for signing and the @kbd{C-c
11934 C-m c} key map for encryption, as follows.
11935
11936 @table @kbd
11937
11938 @item C-c C-m s s
11939 @kindex C-c C-m s s
11940 @findex mml-secure-message-sign-smime
11941
11942 Digitally sign current message using @acronym{S/MIME}.
11943
11944 @item C-c C-m s o
11945 @kindex C-c C-m s o
11946 @findex mml-secure-message-sign-pgp
11947
11948 Digitally sign current message using @acronym{PGP}.
11949
11950 @item C-c C-m s p
11951 @kindex C-c C-m s p
11952 @findex mml-secure-message-sign-pgp
11953
11954 Digitally sign current message using @acronym{PGP/MIME}.
11955
11956 @item C-c C-m c s
11957 @kindex C-c C-m c s
11958 @findex mml-secure-message-encrypt-smime
11959
11960 Digitally encrypt current message using @acronym{S/MIME}.
11961
11962 @item C-c C-m c o
11963 @kindex C-c C-m c o
11964 @findex mml-secure-message-encrypt-pgp
11965
11966 Digitally encrypt current message using @acronym{PGP}.
11967
11968 @item C-c C-m c p
11969 @kindex C-c C-m c p
11970 @findex mml-secure-message-encrypt-pgpmime
11971
11972 Digitally encrypt current message using @acronym{PGP/MIME}.
11973
11974 @item C-c C-m C-n
11975 @kindex C-c C-m C-n
11976 @findex mml-unsecure-message
11977 Remove security related MML tags from message.
11978
11979 @end table
11980
11981 @xref{Security, ,Security, message, Message Manual}, for more information.
11982
11983 @node Select Methods
11984 @chapter Select Methods
11985 @cindex foreign groups
11986 @cindex select methods
11987
11988 A @dfn{foreign group} is a group not read by the usual (or
11989 default) means.  It could be, for instance, a group from a different
11990 @acronym{NNTP} server, it could be a virtual group, or it could be your own
11991 personal mail group.
11992
11993 A foreign group (or any group, really) is specified by a @dfn{name} and
11994 a @dfn{select method}.  To take the latter first, a select method is a
11995 list where the first element says what back end to use (e.g. @code{nntp},
11996 @code{nnspool}, @code{nnml}) and the second element is the @dfn{server
11997 name}.  There may be additional elements in the select method, where the
11998 value may have special meaning for the back end in question.
11999
12000 One could say that a select method defines a @dfn{virtual server}---so
12001 we do just that (@pxref{Server Buffer}).
12002
12003 The @dfn{name} of the group is the name the back end will recognize the
12004 group as.
12005
12006 For instance, the group @samp{soc.motss} on the @acronym{NNTP} server
12007 @samp{some.where.edu} will have the name @samp{soc.motss} and select
12008 method @code{(nntp "some.where.edu")}.  Gnus will call this group
12009 @samp{nntp+some.where.edu:soc.motss}, even though the @code{nntp}
12010 back end just knows this group as @samp{soc.motss}.
12011
12012 The different methods all have their peculiarities, of course.
12013
12014 @menu
12015 * Server Buffer::               Making and editing virtual servers.
12016 * Getting News::                Reading USENET news with Gnus.
12017 * Getting Mail::                Reading your personal mail with Gnus.
12018 * Browsing the Web::            Getting messages from a plethora of Web sources.
12019 * IMAP::                        Using Gnus as a @acronym{IMAP} client.
12020 * Other Sources::               Reading directories, files, SOUP packets.
12021 * Combined Groups::             Combining groups into one group.
12022 * Gnus Unplugged::              Reading news and mail offline.
12023 @end menu
12024
12025
12026 @node Server Buffer
12027 @section Server Buffer
12028
12029 Traditionally, a @dfn{server} is a machine or a piece of software that
12030 one connects to, and then requests information from.  Gnus does not
12031 connect directly to any real servers, but does all transactions through
12032 one back end or other.  But that's just putting one layer more between
12033 the actual media and Gnus, so we might just as well say that each
12034 back end represents a virtual server.
12035
12036 For instance, the @code{nntp} back end may be used to connect to several
12037 different actual @acronym{NNTP} servers, or, perhaps, to many different ports
12038 on the same actual @acronym{NNTP} server.  You tell Gnus which back end to
12039 use, and what parameters to set by specifying a @dfn{select method}.
12040
12041 These select method specifications can sometimes become quite
12042 complicated---say, for instance, that you want to read from the
12043 @acronym{NNTP} server @samp{news.funet.fi} on port number 13, which
12044 hangs if queried for @acronym{NOV} headers and has a buggy select.  Ahem.
12045 Anyway, if you had to specify that for each group that used this
12046 server, that would be too much work, so Gnus offers a way of naming
12047 select methods, which is what you do in the server buffer.
12048
12049 To enter the server buffer, use the @kbd{^}
12050 (@code{gnus-group-enter-server-mode}) command in the group buffer.
12051
12052 @menu
12053 * Server Buffer Format::        You can customize the look of this buffer.
12054 * Server Commands::             Commands to manipulate servers.
12055 * Example Methods::             Examples server specifications.
12056 * Creating a Virtual Server::   An example session.
12057 * Server Variables::            Which variables to set.
12058 * Servers and Methods::         You can use server names as select methods.
12059 * Unavailable Servers::         Some servers you try to contact may be down.
12060 @end menu
12061
12062 @vindex gnus-server-mode-hook
12063 @code{gnus-server-mode-hook} is run when creating the server buffer.
12064
12065
12066 @node Server Buffer Format
12067 @subsection Server Buffer Format
12068 @cindex server buffer format
12069
12070 @vindex gnus-server-line-format
12071 You can change the look of the server buffer lines by changing the
12072 @code{gnus-server-line-format} variable.  This is a @code{format}-like
12073 variable, with some simple extensions:
12074
12075 @table @samp
12076
12077 @item h
12078 How the news is fetched---the back end name.
12079
12080 @item n
12081 The name of this server.
12082
12083 @item w
12084 Where the news is to be fetched from---the address.
12085
12086 @item s
12087 The opened/closed/denied status of the server.
12088 @end table
12089
12090 @vindex gnus-server-mode-line-format
12091 The mode line can also be customized by using the
12092 @code{gnus-server-mode-line-format} variable (@pxref{Mode Line
12093 Formatting}).  The following specs are understood:
12094
12095 @table @samp
12096 @item S
12097 Server name.
12098
12099 @item M
12100 Server method.
12101 @end table
12102
12103 Also @pxref{Formatting Variables}.
12104
12105
12106 @node Server Commands
12107 @subsection Server Commands
12108 @cindex server commands
12109
12110 @table @kbd
12111
12112 @item a
12113 @kindex a (Server)
12114 @findex gnus-server-add-server
12115 Add a new server (@code{gnus-server-add-server}).
12116
12117 @item e
12118 @kindex e (Server)
12119 @findex gnus-server-edit-server
12120 Edit a server (@code{gnus-server-edit-server}).
12121
12122 @item SPACE
12123 @kindex SPACE (Server)
12124 @findex gnus-server-read-server
12125 Browse the current server (@code{gnus-server-read-server}).
12126
12127 @item q
12128 @kindex q (Server)
12129 @findex gnus-server-exit
12130 Return to the group buffer (@code{gnus-server-exit}).
12131
12132 @item k
12133 @kindex k (Server)
12134 @findex gnus-server-kill-server
12135 Kill the current server (@code{gnus-server-kill-server}).
12136
12137 @item y
12138 @kindex y (Server)
12139 @findex gnus-server-yank-server
12140 Yank the previously killed server (@code{gnus-server-yank-server}).
12141
12142 @item c
12143 @kindex c (Server)
12144 @findex gnus-server-copy-server
12145 Copy the current server (@code{gnus-server-copy-server}).
12146
12147 @item l
12148 @kindex l (Server)
12149 @findex gnus-server-list-servers
12150 List all servers (@code{gnus-server-list-servers}).
12151
12152 @item s
12153 @kindex s (Server)
12154 @findex gnus-server-scan-server
12155 Request that the server scan its sources for new articles
12156 (@code{gnus-server-scan-server}).  This is mainly sensible with mail
12157 servers.
12158
12159 @item g
12160 @kindex g (Server)
12161 @findex gnus-server-regenerate-server
12162 Request that the server regenerate all its data structures
12163 (@code{gnus-server-regenerate-server}).  This can be useful if you have
12164 a mail back end that has gotten out of sync.
12165
12166 @end table
12167
12168
12169 @node Example Methods
12170 @subsection Example Methods
12171
12172 Most select methods are pretty simple and self-explanatory:
12173
12174 @lisp
12175 (nntp "news.funet.fi")
12176 @end lisp
12177
12178 Reading directly from the spool is even simpler:
12179
12180 @lisp
12181 (nnspool "")
12182 @end lisp
12183
12184 As you can see, the first element in a select method is the name of the
12185 back end, and the second is the @dfn{address}, or @dfn{name}, if you
12186 will.
12187
12188 After these two elements, there may be an arbitrary number of
12189 @code{(@var{variable} @var{form})} pairs.
12190
12191 To go back to the first example---imagine that you want to read from
12192 port 15 on that machine.  This is what the select method should
12193 look like then:
12194
12195 @lisp
12196 (nntp "news.funet.fi" (nntp-port-number 15))
12197 @end lisp
12198
12199 You should read the documentation to each back end to find out what
12200 variables are relevant, but here's an @code{nnmh} example:
12201
12202 @code{nnmh} is a mail back end that reads a spool-like structure.  Say
12203 you have two structures that you wish to access: One is your private
12204 mail spool, and the other is a public one.  Here's the possible spec for
12205 your private mail:
12206
12207 @lisp
12208 (nnmh "private" (nnmh-directory "~/private/mail/"))
12209 @end lisp
12210
12211 (This server is then called @samp{private}, but you may have guessed
12212 that.)
12213
12214 Here's the method for a public spool:
12215
12216 @lisp
12217 (nnmh "public"
12218       (nnmh-directory "/usr/information/spool/")
12219       (nnmh-get-new-mail nil))
12220 @end lisp
12221
12222 @cindex proxy
12223 @cindex firewall
12224
12225 If you are behind a firewall and only have access to the @acronym{NNTP}
12226 server from the firewall machine, you can instruct Gnus to @code{rlogin}
12227 on the firewall machine and telnet from there to the @acronym{NNTP} server.
12228 Doing this can be rather fiddly, but your virtual server definition
12229 should probably look something like this:
12230
12231 @lisp
12232 (nntp "firewall"
12233       (nntp-open-connection-function nntp-open-via-rlogin-and-telnet)
12234       (nntp-via-address "the.firewall.machine")
12235       (nntp-address "the.real.nntp.host")
12236       (nntp-end-of-line "\n"))
12237 @end lisp
12238
12239 If you want to use the wonderful @code{ssh} program to provide a
12240 compressed connection over the modem line, you could add the following
12241 configuration to the example above:
12242
12243 @lisp
12244       (nntp-via-rlogin-command "ssh")
12245 @end lisp
12246
12247 See also @code{nntp-via-rlogin-command-switches}.
12248
12249 If you're behind a firewall, but have direct access to the outside world
12250 through a wrapper command like "runsocks", you could open a socksified
12251 telnet connection to the news server as follows:
12252
12253 @lisp
12254 (nntp "outside"
12255       (nntp-pre-command "runsocks")
12256       (nntp-open-connection-function nntp-open-via-telnet)
12257       (nntp-address "the.news.server")
12258       (nntp-end-of-line "\n"))
12259 @end lisp
12260
12261 This means that you have to have set up @code{ssh-agent} correctly to
12262 provide automatic authorization, of course.  And to get a compressed
12263 connection, you have to have the @samp{Compression} option in the
12264 @code{ssh} @file{config} file.
12265
12266
12267 @node Creating a Virtual Server
12268 @subsection Creating a Virtual Server
12269
12270 If you're saving lots of articles in the cache by using persistent
12271 articles, you may want to create a virtual server to read the cache.
12272
12273 First you need to add a new server.  The @kbd{a} command does that.  It
12274 would probably be best to use @code{nnml} to read the cache.  You
12275 could also use @code{nnspool} or @code{nnmh}, though.
12276
12277 Type @kbd{a nnml RET cache RET}.
12278
12279 You should now have a brand new @code{nnml} virtual server called
12280 @samp{cache}.  You now need to edit it to have the right definitions.
12281 Type @kbd{e} to edit the server.  You'll be entered into a buffer that
12282 will contain the following:
12283
12284 @lisp
12285 (nnml "cache")
12286 @end lisp
12287
12288 Change that to:
12289
12290 @lisp
12291 (nnml "cache"
12292          (nnml-directory "~/News/cache/")
12293          (nnml-active-file "~/News/cache/active"))
12294 @end lisp
12295
12296 Type @kbd{C-c C-c} to return to the server buffer.  If you now press
12297 @kbd{RET} over this virtual server, you should be entered into a browse
12298 buffer, and you should be able to enter any of the groups displayed.
12299
12300
12301 @node Server Variables
12302 @subsection Server Variables
12303 @cindex server variables
12304 @cindex server parameters
12305
12306 One sticky point when defining variables (both on back ends and in Emacs
12307 in general) is that some variables are typically initialized from other
12308 variables when the definition of the variables is being loaded.  If you
12309 change the ``base'' variable after the variables have been loaded, you
12310 won't change the ``derived'' variables.
12311
12312 This typically affects directory and file variables.  For instance,
12313 @code{nnml-directory} is @file{~/Mail/} by default, and all @code{nnml}
12314 directory variables are initialized from that variable, so
12315 @code{nnml-active-file} will be @file{~/Mail/active}.  If you define a
12316 new virtual @code{nnml} server, it will @emph{not} suffice to set just
12317 @code{nnml-directory}---you have to explicitly set all the file
12318 variables to be what you want them to be.  For a complete list of
12319 variables for each back end, see each back end's section later in this
12320 manual, but here's an example @code{nnml} definition:
12321
12322 @lisp
12323 (nnml "public"
12324       (nnml-directory "~/my-mail/")
12325       (nnml-active-file "~/my-mail/active")
12326       (nnml-newsgroups-file "~/my-mail/newsgroups"))
12327 @end lisp
12328
12329 Server variables are often called @dfn{server parameters}.
12330
12331 @node Servers and Methods
12332 @subsection Servers and Methods
12333
12334 Wherever you would normally use a select method
12335 (e.g. @code{gnus-secondary-select-method}, in the group select method,
12336 when browsing a foreign server) you can use a virtual server name
12337 instead.  This could potentially save lots of typing.  And it's nice all
12338 over.
12339
12340
12341 @node Unavailable Servers
12342 @subsection Unavailable Servers
12343
12344 If a server seems to be unreachable, Gnus will mark that server as
12345 @code{denied}.  That means that any subsequent attempt to make contact
12346 with that server will just be ignored.  ``It can't be opened,'' Gnus
12347 will tell you, without making the least effort to see whether that is
12348 actually the case or not.
12349
12350 That might seem quite naughty, but it does make sense most of the time.
12351 Let's say you have 10 groups subscribed to on server
12352 @samp{nephelococcygia.com}.  This server is located somewhere quite far
12353 away from you and the machine is quite slow, so it takes 1 minute just
12354 to find out that it refuses connection to you today.  If Gnus were to
12355 attempt to do that 10 times, you'd be quite annoyed, so Gnus won't
12356 attempt to do that.  Once it has gotten a single ``connection refused'',
12357 it will regard that server as ``down''.
12358
12359 So, what happens if the machine was only feeling unwell temporarily?
12360 How do you test to see whether the machine has come up again?
12361
12362 You jump to the server buffer (@pxref{Server Buffer}) and poke it
12363 with the following commands:
12364
12365 @table @kbd
12366
12367 @item O
12368 @kindex O (Server)
12369 @findex gnus-server-open-server
12370 Try to establish connection to the server on the current line
12371 (@code{gnus-server-open-server}).
12372
12373 @item C
12374 @kindex C (Server)
12375 @findex gnus-server-close-server
12376 Close the connection (if any) to the server
12377 (@code{gnus-server-close-server}).
12378
12379 @item D
12380 @kindex D (Server)
12381 @findex gnus-server-deny-server
12382 Mark the current server as unreachable
12383 (@code{gnus-server-deny-server}).
12384
12385 @item M-o
12386 @kindex M-o (Server)
12387 @findex gnus-server-open-all-servers
12388 Open the connections to all servers in the buffer
12389 (@code{gnus-server-open-all-servers}).
12390
12391 @item M-c
12392 @kindex M-c (Server)
12393 @findex gnus-server-close-all-servers
12394 Close the connections to all servers in the buffer
12395 (@code{gnus-server-close-all-servers}).
12396
12397 @item R
12398 @kindex R (Server)
12399 @findex gnus-server-remove-denials
12400 Remove all marks to whether Gnus was denied connection from any servers
12401 (@code{gnus-server-remove-denials}).
12402
12403 @item L
12404 @kindex L (Server)
12405 @findex gnus-server-offline-server
12406 Set server status to offline (@code{gnus-server-offline-server}).
12407
12408 @end table
12409
12410
12411 @node Getting News
12412 @section Getting News
12413 @cindex reading news
12414 @cindex news back ends
12415
12416 A newsreader is normally used for reading news.  Gnus currently provides
12417 only two methods of getting news---it can read from an @acronym{NNTP} server,
12418 or it can read from a local spool.
12419
12420 @menu
12421 * NNTP::                        Reading news from an @acronym{NNTP} server.
12422 * News Spool::                  Reading news from the local spool.
12423 @end menu
12424
12425
12426 @node NNTP
12427 @subsection NNTP
12428 @cindex nntp
12429
12430 Subscribing to a foreign group from an @acronym{NNTP} server is rather easy.
12431 You just specify @code{nntp} as method and the address of the @acronym{NNTP}
12432 server as the, uhm, address.
12433
12434 If the @acronym{NNTP} server is located at a non-standard port, setting the
12435 third element of the select method to this port number should allow you
12436 to connect to the right port.  You'll have to edit the group info for
12437 that (@pxref{Foreign Groups}).
12438
12439 The name of the foreign group can be the same as a native group.  In
12440 fact, you can subscribe to the same group from as many different servers
12441 you feel like.  There will be no name collisions.
12442
12443 The following variables can be used to create a virtual @code{nntp}
12444 server:
12445
12446 @table @code
12447
12448 @item nntp-server-opened-hook
12449 @vindex nntp-server-opened-hook
12450 @cindex @sc{mode reader}
12451 @cindex authinfo
12452 @cindex authentification
12453 @cindex nntp authentification
12454 @findex nntp-send-authinfo
12455 @findex nntp-send-mode-reader
12456 is run after a connection has been made.  It can be used to send
12457 commands to the @acronym{NNTP} server after it has been contacted.  By
12458 default it sends the command @code{MODE READER} to the server with the
12459 @code{nntp-send-mode-reader} function.  This function should always be
12460 present in this hook.
12461
12462 @item nntp-authinfo-function
12463 @vindex nntp-authinfo-function
12464 @findex nntp-send-authinfo
12465 @vindex nntp-authinfo-file
12466 This function will be used to send @samp{AUTHINFO} to the @acronym{NNTP}
12467 server.  The default function is @code{nntp-send-authinfo}, which looks
12468 through your @file{~/.authinfo} (or whatever you've set the
12469 @code{nntp-authinfo-file} variable to) for applicable entries.  If none
12470 are found, it will prompt you for a login name and a password.  The
12471 format of the @file{~/.authinfo} file is (almost) the same as the
12472 @code{ftp} @file{~/.netrc} file, which is defined in the @code{ftp}
12473 manual page, but here are the salient facts:
12474
12475 @enumerate
12476 @item
12477 The file contains one or more line, each of which define one server.
12478
12479 @item
12480 Each line may contain an arbitrary number of token/value pairs.
12481
12482 The valid tokens include @samp{machine}, @samp{login}, @samp{password},
12483 @samp{default}.  In addition Gnus introduces two new tokens, not present
12484 in the original @file{.netrc}/@code{ftp} syntax, namely @samp{port} and
12485 @samp{force}.  (This is the only way the @file{.authinfo} file format
12486 deviates from the @file{.netrc} file format.)  @samp{port} is used to
12487 indicate what port on the server the credentials apply to and
12488 @samp{force} is explained below.
12489
12490 @end enumerate
12491
12492 Here's an example file:
12493
12494 @example
12495 machine news.uio.no login larsi password geheimnis
12496 machine nntp.ifi.uio.no login larsi force yes
12497 @end example
12498
12499 The token/value pairs may appear in any order; @samp{machine} doesn't
12500 have to be first, for instance.
12501
12502 In this example, both login name and password have been supplied for the
12503 former server, while the latter has only the login name listed, and the
12504 user will be prompted for the password.  The latter also has the
12505 @samp{force} tag, which means that the authinfo will be sent to the
12506 @var{nntp} server upon connection; the default (i.e., when there is not
12507 @samp{force} tag) is to not send authinfo to the @var{nntp} server
12508 until the @var{nntp} server asks for it.
12509
12510 You can also add @samp{default} lines that will apply to all servers
12511 that don't have matching @samp{machine} lines.
12512
12513 @example
12514 default force yes
12515 @end example
12516
12517 This will force sending @samp{AUTHINFO} commands to all servers not
12518 previously mentioned.
12519
12520 Remember to not leave the @file{~/.authinfo} file world-readable.
12521
12522 @item nntp-server-action-alist
12523 @vindex nntp-server-action-alist
12524 This is a list of regexps to match on server types and actions to be
12525 taken when matches are made.  For instance, if you want Gnus to beep
12526 every time you connect to innd, you could say something like:
12527
12528 @lisp
12529 (setq nntp-server-action-alist
12530       '(("innd" (ding))))
12531 @end lisp
12532
12533 You probably don't want to do that, though.
12534
12535 The default value is
12536
12537 @lisp
12538 '(("nntpd 1\\.5\\.11t"
12539    (remove-hook 'nntp-server-opened-hook
12540                 'nntp-send-mode-reader)))
12541 @end lisp
12542
12543 This ensures that Gnus doesn't send the @code{MODE READER} command to
12544 nntpd 1.5.11t, since that command chokes that server, I've been told.
12545
12546 @item nntp-maximum-request
12547 @vindex nntp-maximum-request
12548 If the @acronym{NNTP} server doesn't support @acronym{NOV} headers, this back end
12549 will collect headers by sending a series of @code{head} commands.  To
12550 speed things up, the back end sends lots of these commands without
12551 waiting for reply, and then reads all the replies.  This is controlled
12552 by the @code{nntp-maximum-request} variable, and is 400 by default.  If
12553 your network is buggy, you should set this to 1.
12554
12555 @item nntp-connection-timeout
12556 @vindex nntp-connection-timeout
12557 If you have lots of foreign @code{nntp} groups that you connect to
12558 regularly, you're sure to have problems with @acronym{NNTP} servers not
12559 responding properly, or being too loaded to reply within reasonable
12560 time.  This is can lead to awkward problems, which can be helped
12561 somewhat by setting @code{nntp-connection-timeout}.  This is an integer
12562 that says how many seconds the @code{nntp} back end should wait for a
12563 connection before giving up.  If it is @code{nil}, which is the default,
12564 no timeouts are done.
12565
12566 @c @item nntp-command-timeout
12567 @c @vindex nntp-command-timeout
12568 @c @cindex PPP connections
12569 @c @cindex dynamic IP addresses
12570 @c If you're running Gnus on a machine that has a dynamically assigned
12571 @c address, Gnus may become confused.  If the address of your machine
12572 @c changes after connecting to the @acronym{NNTP} server, Gnus will simply sit
12573 @c waiting forever for replies from the server.  To help with this
12574 @c unfortunate problem, you can set this command to a number.  Gnus will
12575 @c then, if it sits waiting for a reply from the server longer than that
12576 @c number of seconds, shut down the connection, start a new one, and resend
12577 @c the command.  This should hopefully be transparent to the user.  A
12578 @c likely number is 30 seconds.
12579 @c
12580 @c @item nntp-retry-on-break
12581 @c @vindex nntp-retry-on-break
12582 @c If this variable is non-@code{nil}, you can also @kbd{C-g} if Gnus
12583 @c hangs.  This will have much the same effect as the command timeout
12584 @c described above.
12585
12586 @item nntp-server-hook
12587 @vindex nntp-server-hook
12588 This hook is run as the last step when connecting to an @acronym{NNTP}
12589 server.
12590
12591 @item nntp-buggy-select
12592 @vindex nntp-buggy-select
12593 Set this to non-@code{nil} if your select routine is buggy.
12594
12595 @item nntp-nov-is-evil
12596 @vindex nntp-nov-is-evil
12597 If the @acronym{NNTP} server does not support @acronym{NOV}, you could set this
12598 variable to @code{t}, but @code{nntp} usually checks automatically whether @acronym{NOV}
12599 can be used.
12600
12601 @item nntp-xover-commands
12602 @vindex nntp-xover-commands
12603 @cindex @acronym{NOV}
12604 @cindex XOVER
12605 List of strings used as commands to fetch @acronym{NOV} lines from a
12606 server.  The default value of this variable is @code{("XOVER"
12607 "XOVERVIEW")}.
12608
12609 @item nntp-nov-gap
12610 @vindex nntp-nov-gap
12611 @code{nntp} normally sends just one big request for @acronym{NOV} lines to
12612 the server.  The server responds with one huge list of lines.  However,
12613 if you have read articles 2-5000 in the group, and only want to read
12614 article 1 and 5001, that means that @code{nntp} will fetch 4999 @acronym{NOV}
12615 lines that you will not need.  This variable says how
12616 big a gap between two consecutive articles is allowed to be before the
12617 @code{XOVER} request is split into several request.  Note that if your
12618 network is fast, setting this variable to a really small number means
12619 that fetching will probably be slower.  If this variable is @code{nil},
12620 @code{nntp} will never split requests.  The default is 5.
12621
12622 @item nntp-prepare-server-hook
12623 @vindex nntp-prepare-server-hook
12624 A hook run before attempting to connect to an @acronym{NNTP} server.
12625
12626 @item nntp-warn-about-losing-connection
12627 @vindex nntp-warn-about-losing-connection
12628 If this variable is non-@code{nil}, some noise will be made when a
12629 server closes connection.
12630
12631 @item nntp-record-commands
12632 @vindex nntp-record-commands
12633 If non-@code{nil}, @code{nntp} will log all commands it sends to the
12634 @acronym{NNTP} server (along with a timestamp) in the @samp{*nntp-log*}
12635 buffer.  This is useful if you are debugging a Gnus/@acronym{NNTP} connection
12636 that doesn't seem to work.
12637
12638 @item nntp-open-connection-function
12639 @vindex nntp-open-connection-function
12640 It is possible to customize how the connection to the nntp server will
12641 be opened.  If you specify an @code{nntp-open-connection-function}
12642 parameter, Gnus will use that function to establish the connection.
12643 Five pre-made functions are supplied.  These functions can be grouped in
12644 two categories: direct connection functions (three pre-made), and
12645 indirect ones (two pre-made).
12646
12647 @item nntp-prepare-post-hook
12648 @vindex nntp-prepare-post-hook
12649 A hook run just before posting an article.  If there is no
12650 @code{Message-ID} header in the article and the news server provides the
12651 recommended ID, it will be added to the article before running this
12652 hook.  It is useful to make @code{Cancel-Lock} headers even if you
12653 inhibit Gnus to add a @code{Message-ID} header, you could say:
12654
12655 @lisp
12656 (add-hook 'nntp-prepare-post-hook 'canlock-insert-header)
12657 @end lisp
12658
12659 Note that not all servers support the recommended ID.  This works for
12660 INN versions 2.3.0 and later, for instance.
12661
12662 @item nntp-read-timeout
12663 @vindex nntp-read-timeout
12664 How long nntp should wait between checking for the end of output.
12665 Shorter values mean quicker response, but is more CPU intensive.  The
12666 default is 0.1 seconds.  If you have a slow line to the server (and
12667 don't like to see Emacs eat your available CPU power), you might set
12668 this to, say, 1.
12669
12670 @end table
12671
12672 @menu
12673 * Direct Functions::            Connecting directly to the server.
12674 * Indirect Functions::          Connecting indirectly to the server.
12675 * Common Variables::            Understood by several connection functions.
12676 @end menu
12677
12678
12679 @node Direct Functions
12680 @subsubsection Direct Functions
12681 @cindex direct connection functions
12682
12683 These functions are called direct because they open a direct connection
12684 between your machine and the @acronym{NNTP} server.  The behavior of these
12685 functions is also affected by commonly understood variables
12686 (@pxref{Common Variables}).
12687
12688 @table @code
12689 @findex nntp-open-network-stream
12690 @item nntp-open-network-stream
12691 This is the default, and simply connects to some port or other on the
12692 remote system.
12693
12694 @findex nntp-open-tls-stream
12695 @item nntp-open-tls-stream
12696 Opens a connection to a server over a @dfn{secure} channel.  To use
12697 this you must have @uref{http://www.gnu.org/software/gnutls/, GNUTLS}
12698 installed.  You then define a server as follows:
12699
12700 @lisp
12701 ;; @r{"nntps" is port 563 and is predefined in our @file{/etc/services}}
12702 ;; @r{however, @samp{gnutls-cli -p} doesn't like named ports.}
12703 ;;
12704 (nntp "snews.bar.com"
12705       (nntp-open-connection-function nntp-open-tls-stream)
12706       (nntp-port-number )
12707       (nntp-address "snews.bar.com"))
12708 @end lisp
12709
12710 @findex nntp-open-ssl-stream
12711 @item nntp-open-ssl-stream
12712 Opens a connection to a server over a @dfn{secure} channel.  To use
12713 this you must have @uref{http://www.openssl.org, OpenSSL} or
12714 @uref{ftp://ftp.psy.uq.oz.au/pub/Crypto/SSL, SSLeay} installed.  You
12715 then define a server as follows:
12716
12717 @lisp
12718 ;; @r{"snews" is port 563 and is predefined in our @file{/etc/services}}
12719 ;; @r{however, @samp{openssl s_client -port} doesn't like named ports.}
12720 ;;
12721 (nntp "snews.bar.com"
12722       (nntp-open-connection-function nntp-open-ssl-stream)
12723       (nntp-port-number 563)
12724       (nntp-address "snews.bar.com"))
12725 @end lisp
12726
12727 @findex nntp-open-telnet-stream
12728 @item nntp-open-telnet-stream
12729 Opens a connection to an @acronym{NNTP} server by simply @samp{telnet}'ing
12730 it.  You might wonder why this function exists, since we have the
12731 default @code{nntp-open-network-stream} which would do the job.  (One
12732 of) the reason(s) is that if you are behind a firewall but have direct
12733 connections to the outside world thanks to a command wrapper like
12734 @code{runsocks}, you can use it like this:
12735
12736 @lisp
12737 (nntp "socksified"
12738       (nntp-pre-command "runsocks")
12739       (nntp-open-connection-function nntp-open-telnet-stream)
12740       (nntp-address "the.news.server"))
12741 @end lisp
12742
12743 With the default method, you would need to wrap your whole Emacs
12744 session, which is not a good idea.
12745 @end table
12746
12747
12748 @node Indirect Functions
12749 @subsubsection Indirect Functions
12750 @cindex indirect connection functions
12751
12752 These functions are called indirect because they connect to an
12753 intermediate host before actually connecting to the @acronym{NNTP} server.
12754 All of these functions and related variables are also said to belong to
12755 the ``via'' family of connection: they're all prefixed with ``via'' to make
12756 things cleaner.  The behavior of these functions is also affected by
12757 commonly understood variables (@pxref{Common Variables}).
12758
12759 @table @code
12760 @item nntp-open-via-rlogin-and-telnet
12761 @findex nntp-open-via-rlogin-and-telnet
12762 Does an @samp{rlogin} on a remote system, and then does a @samp{telnet}
12763 to the real @acronym{NNTP} server from there.  This is useful for instance if
12764 you need to connect to a firewall machine first.
12765
12766 @code{nntp-open-via-rlogin-and-telnet}-specific variables:
12767
12768 @table @code
12769 @item nntp-via-rlogin-command
12770 @vindex nntp-via-rlogin-command
12771 Command used to log in on the intermediate host.  The default is
12772 @samp{rsh}, but @samp{ssh} is a popular alternative.
12773
12774 @item nntp-via-rlogin-command-switches
12775 @vindex nntp-via-rlogin-command-switches
12776 List of strings to be used as the switches to
12777 @code{nntp-via-rlogin-command}.  The default is @code{nil}.  If you use
12778 @samp{ssh} for @code{nntp-via-rlogin-command}, you may set this to
12779 @samp{("-C")} in order to compress all data connections, otherwise set
12780 this to @samp{("-t" "-e" "none")} or @samp{("-C" "-t" "-e" "none")} if
12781 the telnet command requires a pseudo-tty allocation on an intermediate
12782 host.
12783 @end table
12784
12785 @item nntp-open-via-telnet-and-telnet
12786 @findex nntp-open-via-telnet-and-telnet
12787 Does essentially the same, but uses @samp{telnet} instead of
12788 @samp{rlogin} to connect to the intermediate host.
12789
12790 @code{nntp-open-via-telnet-and-telnet}-specific variables:
12791
12792 @table @code
12793 @item nntp-via-telnet-command
12794 @vindex nntp-via-telnet-command
12795 Command used to @code{telnet} the intermediate host.  The default is
12796 @samp{telnet}.
12797
12798 @item nntp-via-telnet-switches
12799 @vindex nntp-via-telnet-switches
12800 List of strings to be used as the switches to the
12801 @code{nntp-via-telnet-command} command.  The default is @samp{("-8")}.
12802
12803 @item nntp-via-user-password
12804 @vindex nntp-via-user-password
12805 Password to use when logging in on the intermediate host.
12806
12807 @item nntp-via-envuser
12808 @vindex nntp-via-envuser
12809 If non-@code{nil}, the intermediate @code{telnet} session (client and
12810 server both) will support the @code{ENVIRON} option and not prompt for
12811 login name.  This works for Solaris @code{telnet}, for instance.
12812
12813 @item nntp-via-shell-prompt
12814 @vindex nntp-via-shell-prompt
12815 Regexp matching the shell prompt on the intermediate host.  The default
12816 is @samp{bash\\|\$ *\r?$\\|> *\r?}.
12817
12818 @end table
12819
12820 @end table
12821
12822
12823 Here are some additional variables that are understood by all the above
12824 functions:
12825
12826 @table @code
12827
12828 @item nntp-via-user-name
12829 @vindex nntp-via-user-name
12830 User name to use when connecting to the intermediate host.
12831
12832 @item nntp-via-address
12833 @vindex nntp-via-address
12834 Address of the intermediate host to connect to.
12835
12836 @end table
12837
12838
12839 @node Common Variables
12840 @subsubsection Common Variables
12841
12842 The following variables affect the behavior of all, or several of the
12843 pre-made connection functions.  When not specified, all functions are
12844 affected.
12845
12846 @table @code
12847
12848 @item nntp-pre-command
12849 @vindex nntp-pre-command
12850 A command wrapper to use when connecting through a non native
12851 connection function (all except @code{nntp-open-network-stream},
12852 @code{nntp-open-tls-stream}, and @code{nntp-open-ssl-stream}.  This is
12853 where you would put a @samp{SOCKS} wrapper for instance.
12854
12855 @item nntp-address
12856 @vindex nntp-address
12857 The address of the @acronym{NNTP} server.
12858
12859 @item nntp-port-number
12860 @vindex nntp-port-number
12861 Port number to connect to the @acronym{NNTP} server.  The default is
12862 @samp{nntp}.  If you use @acronym{NNTP} over
12863 @acronym{tls}/@acronym{ssl}, you may want to use integer ports rather
12864 than named ports (i.e, use @samp{563} instead of @samp{snews} or
12865 @samp{nntps}), because external @acronym{TLS}/@acronym{SSL} tools may
12866 not work with named ports.
12867
12868 @item nntp-end-of-line
12869 @vindex nntp-end-of-line
12870 String to use as end-of-line marker when talking to the @acronym{NNTP}
12871 server.  This is @samp{\r\n} by default, but should be @samp{\n} when
12872 using a non native connection function.
12873
12874 @item nntp-telnet-command
12875 @vindex nntp-telnet-command
12876 Command to use when connecting to the @acronym{NNTP} server through
12877 @samp{telnet}.  This is @emph{not} for an intermediate host.  This is
12878 just for the real @acronym{NNTP} server.  The default is
12879 @samp{telnet}.
12880
12881 @item nntp-telnet-switches
12882 @vindex nntp-telnet-switches
12883 A list of switches to pass to @code{nntp-telnet-command}.  The default
12884 is @samp{("-8")}.
12885
12886 @end table
12887
12888
12889 @node News Spool
12890 @subsection News Spool
12891 @cindex nnspool
12892 @cindex news spool
12893
12894 Subscribing to a foreign group from the local spool is extremely easy,
12895 and might be useful, for instance, to speed up reading groups that
12896 contain very big articles---@samp{alt.binaries.pictures.furniture}, for
12897 instance.
12898
12899 Anyway, you just specify @code{nnspool} as the method and @code{""} (or
12900 anything else) as the address.
12901
12902 If you have access to a local spool, you should probably use that as the
12903 native select method (@pxref{Finding the News}).  It is normally faster
12904 than using an @code{nntp} select method, but might not be.  It depends.
12905 You just have to try to find out what's best at your site.
12906
12907 @table @code
12908
12909 @item nnspool-inews-program
12910 @vindex nnspool-inews-program
12911 Program used to post an article.
12912
12913 @item nnspool-inews-switches
12914 @vindex nnspool-inews-switches
12915 Parameters given to the inews program when posting an article.
12916
12917 @item nnspool-spool-directory
12918 @vindex nnspool-spool-directory
12919 Where @code{nnspool} looks for the articles.  This is normally
12920 @file{/usr/spool/news/}.
12921
12922 @item nnspool-nov-directory
12923 @vindex nnspool-nov-directory
12924 Where @code{nnspool} will look for @acronym{NOV} files.  This is normally@*
12925 @file{/usr/spool/news/over.view/}.
12926
12927 @item nnspool-lib-dir
12928 @vindex nnspool-lib-dir
12929 Where the news lib dir is (@file{/usr/lib/news/} by default).
12930
12931 @item nnspool-active-file
12932 @vindex nnspool-active-file
12933 The name of the active file.
12934
12935 @item nnspool-newsgroups-file
12936 @vindex nnspool-newsgroups-file
12937 The name of the group descriptions file.
12938
12939 @item nnspool-history-file
12940 @vindex nnspool-history-file
12941 The name of the news history file.
12942
12943 @item nnspool-active-times-file
12944 @vindex nnspool-active-times-file
12945 The name of the active date file.
12946
12947 @item nnspool-nov-is-evil
12948 @vindex nnspool-nov-is-evil
12949 If non-@code{nil}, @code{nnspool} won't try to use any @acronym{NOV} files
12950 that it finds.
12951
12952 @item nnspool-sift-nov-with-sed
12953 @vindex nnspool-sift-nov-with-sed
12954 @cindex sed
12955 If non-@code{nil}, which is the default, use @code{sed} to get the
12956 relevant portion from the overview file.  If @code{nil},
12957 @code{nnspool} will load the entire file into a buffer and process it
12958 there.
12959
12960 @end table
12961
12962
12963 @node Getting Mail
12964 @section Getting Mail
12965 @cindex reading mail
12966 @cindex mail
12967
12968 Reading mail with a newsreader---isn't that just plain WeIrD? But of
12969 course.
12970
12971 @menu
12972 * Mail in a Newsreader::        Important introductory notes.
12973 * Getting Started Reading Mail::  A simple cookbook example.
12974 * Splitting Mail::              How to create mail groups.
12975 * Mail Sources::                How to tell Gnus where to get mail from.
12976 * Mail Back End Variables::     Variables for customizing mail handling.
12977 * Fancy Mail Splitting::        Gnus can do hairy splitting of incoming mail.
12978 * Group Mail Splitting::        Use group customize to drive mail splitting.
12979 * Incorporating Old Mail::      What about the old mail you have?
12980 * Expiring Mail::               Getting rid of unwanted mail.
12981 * Washing Mail::                Removing cruft from the mail you get.
12982 * Duplicates::                  Dealing with duplicated mail.
12983 * Not Reading Mail::            Using mail back ends for reading other files.
12984 * Choosing a Mail Back End::    Gnus can read a variety of mail formats.
12985 @end menu
12986
12987
12988 @node Mail in a Newsreader
12989 @subsection Mail in a Newsreader
12990
12991 If you are used to traditional mail readers, but have decided to switch
12992 to reading mail with Gnus, you may find yourself experiencing something
12993 of a culture shock.
12994
12995 Gnus does not behave like traditional mail readers.  If you want to make
12996 it behave that way, you can, but it's an uphill battle.
12997
12998 Gnus, by default, handles all its groups using the same approach.  This
12999 approach is very newsreaderly---you enter a group, see the new/unread
13000 messages, and when you read the messages, they get marked as read, and
13001 you don't see them any more.  (Unless you explicitly ask for them.)
13002
13003 In particular, you do not do anything explicitly to delete messages.
13004
13005 Does this mean that all the messages that have been marked as read are
13006 deleted?  How awful!
13007
13008 But, no, it means that old messages are @dfn{expired} according to some
13009 scheme or other.  For news messages, the expire process is controlled by
13010 the news administrator; for mail, the expire process is controlled by
13011 you.  The expire process for mail is covered in depth in @ref{Expiring
13012 Mail}.
13013
13014 What many Gnus users find, after using it a while for both news and
13015 mail, is that the transport mechanism has very little to do with how
13016 they want to treat a message.
13017
13018 Many people subscribe to several mailing lists.  These are transported
13019 via @acronym{SMTP}, and are therefore mail.  But we might go for weeks without
13020 answering, or even reading these messages very carefully.  We may not
13021 need to save them because if we should need to read one again, they are
13022 archived somewhere else.
13023
13024 Some people have local news groups which have only a handful of readers.
13025 These are transported via @acronym{NNTP}, and are therefore news.  But we may need
13026 to read and answer a large fraction of the messages very carefully in
13027 order to do our work.  And there may not be an archive, so we may need
13028 to save the interesting messages the same way we would personal mail.
13029
13030 The important distinction turns out to be not the transport mechanism,
13031 but other factors such as how interested we are in the subject matter,
13032 or how easy it is to retrieve the message if we need to read it again.
13033
13034 Gnus provides many options for sorting mail into ``groups'' which behave
13035 like newsgroups, and for treating each group (whether mail or news)
13036 differently.
13037
13038 Some users never get comfortable using the Gnus (ahem) paradigm and wish
13039 that Gnus should grow up and be a male, er, mail reader.  It is possible
13040 to whip Gnus into a more mailreaderly being, but, as said before, it's
13041 not easy.  People who prefer proper mail readers should try @sc{vm}
13042 instead, which is an excellent, and proper, mail reader.
13043
13044 I don't mean to scare anybody off, but I want to make it clear that you
13045 may be required to learn a new way of thinking about messages.  After
13046 you've been subjected to The Gnus Way, you will come to love it.  I can
13047 guarantee it.  (At least the guy who sold me the Emacs Subliminal
13048 Brain-Washing Functions that I've put into Gnus did guarantee it.  You
13049 Will Be Assimilated.  You Love Gnus.  You Love The Gnus Mail Way.
13050 You Do.)
13051
13052
13053 @node Getting Started Reading Mail
13054 @subsection Getting Started Reading Mail
13055
13056 It's quite easy to use Gnus to read your new mail.  You just plonk the
13057 mail back end of your choice into @code{gnus-secondary-select-methods},
13058 and things will happen automatically.
13059
13060 For instance, if you want to use @code{nnml} (which is a ``one file per
13061 mail'' back end), you could put the following in your @file{~/.gnus.el} file:
13062
13063 @lisp
13064 (setq gnus-secondary-select-methods '((nnml "")))
13065 @end lisp
13066
13067 Now, the next time you start Gnus, this back end will be queried for new
13068 articles, and it will move all the messages in your spool file to its
13069 directory, which is @file{~/Mail/} by default.  The new group that will
13070 be created (@samp{mail.misc}) will be subscribed, and you can read it
13071 like any other group.
13072
13073 You will probably want to split the mail into several groups, though:
13074
13075 @lisp
13076 (setq nnmail-split-methods
13077       '(("junk" "^From:.*Lars Ingebrigtsen")
13078         ("crazy" "^Subject:.*die\\|^Organization:.*flabby")
13079         ("other" "")))
13080 @end lisp
13081
13082 This will result in three new @code{nnml} mail groups being created:
13083 @samp{nnml:junk}, @samp{nnml:crazy}, and @samp{nnml:other}.  All the
13084 mail that doesn't fit into the first two groups will be placed in the
13085 last group.
13086
13087 This should be sufficient for reading mail with Gnus.  You might want to
13088 give the other sections in this part of the manual a perusal, though.
13089 Especially @pxref{Choosing a Mail Back End} and @pxref{Expiring Mail}.
13090
13091
13092 @node Splitting Mail
13093 @subsection Splitting Mail
13094 @cindex splitting mail
13095 @cindex mail splitting
13096 @cindex mail filtering (splitting)
13097
13098 @vindex nnmail-split-methods
13099 The @code{nnmail-split-methods} variable says how the incoming mail is
13100 to be split into groups.
13101
13102 @lisp
13103 (setq nnmail-split-methods
13104   '(("mail.junk" "^From:.*Lars Ingebrigtsen")
13105     ("mail.crazy" "^Subject:.*die\\|^Organization:.*flabby")
13106     ("mail.other" "")))
13107 @end lisp
13108
13109 This variable is a list of lists, where the first element of each of
13110 these lists is the name of the mail group (they do not have to be called
13111 something beginning with @samp{mail}, by the way), and the second
13112 element is a regular expression used on the header of each mail to
13113 determine if it belongs in this mail group.  The first string may
13114 contain @samp{\\1} forms, like the ones used by @code{replace-match} to
13115 insert sub-expressions from the matched text.  For instance:
13116
13117 @lisp
13118 ("list.\\1" "From:.* \\(.*\\)-list@@majordomo.com")
13119 @end lisp
13120
13121 The second element can also be a function.  In that case, it will be
13122 called narrowed to the headers with the first element of the rule as the
13123 argument.  It should return a non-@code{nil} value if it thinks that the
13124 mail belongs in that group.
13125
13126 The last of these groups should always be a general one, and the regular
13127 expression should @emph{always} be @samp{*} so that it matches any mails
13128 that haven't been matched by any of the other regexps.  (These rules are
13129 processed from the beginning of the alist toward the end.  The first
13130 rule to make a match will ``win'', unless you have crossposting enabled.
13131 In that case, all matching rules will ``win''.)
13132
13133 If you like to tinker with this yourself, you can set this variable to a
13134 function of your choice.  This function will be called without any
13135 arguments in a buffer narrowed to the headers of an incoming mail
13136 message.  The function should return a list of group names that it
13137 thinks should carry this mail message.
13138
13139 Note that the mail back ends are free to maul the poor, innocent,
13140 incoming headers all they want to.  They all add @code{Lines} headers;
13141 some add @code{X-Gnus-Group} headers; most rename the Unix mbox
13142 @code{From<SPACE>} line to something else.
13143
13144 @vindex nnmail-crosspost
13145 The mail back ends all support cross-posting.  If several regexps match,
13146 the mail will be ``cross-posted'' to all those groups.
13147 @code{nnmail-crosspost} says whether to use this mechanism or not.  Note
13148 that no articles are crossposted to the general (@samp{*}) group.
13149
13150 @vindex nnmail-crosspost-link-function
13151 @cindex crosspost
13152 @cindex links
13153 @code{nnmh} and @code{nnml} makes crossposts by creating hard links to
13154 the crossposted articles.  However, not all file systems support hard
13155 links.  If that's the case for you, set
13156 @code{nnmail-crosspost-link-function} to @code{copy-file}.  (This
13157 variable is @code{add-name-to-file} by default.)
13158
13159 @kindex M-x nnmail-split-history
13160 @findex nnmail-split-history
13161 If you wish to see where the previous mail split put the messages, you
13162 can use the @kbd{M-x nnmail-split-history} command.  If you wish to see
13163 where re-spooling messages would put the messages, you can use
13164 @code{gnus-summary-respool-trace} and related commands (@pxref{Mail
13165 Group Commands}).
13166
13167 @vindex nnmail-split-header-length-limit
13168 Header lines longer than the value of
13169 @code{nnmail-split-header-length-limit} are excluded from the split
13170 function.
13171
13172 @vindex nnmail-mail-splitting-charset
13173 @vindex nnmail-mail-splitting-decodes
13174 By default the splitting codes @acronym{MIME} decodes headers so you
13175 can match on non-@acronym{ASCII} strings.  The
13176 @code{nnmail-mail-splitting-charset} variable specifies the default
13177 charset for decoding.  The behaviour can be turned off completely by
13178 binding @code{nnmail-mail-splitting-decodes} to @code{nil}, which is
13179 useful if you want to match articles based on the raw header data.
13180
13181 @vindex nnmail-resplit-incoming
13182 By default, splitting is performed on all incoming messages.  If you
13183 specify a @code{directory} entry for the variable @code{mail-sources}
13184 (@pxref{Mail Source Specifiers}), however, then splitting does
13185 @emph{not} happen by default.  You can set the variable
13186 @code{nnmail-resplit-incoming} to a non-@code{nil} value to make
13187 splitting happen even in this case.  (This variable has no effect on
13188 other kinds of entries.)
13189
13190 Gnus gives you all the opportunity you could possibly want for shooting
13191 yourself in the foot.  Let's say you create a group that will contain
13192 all the mail you get from your boss.  And then you accidentally
13193 unsubscribe from the group.  Gnus will still put all the mail from your
13194 boss in the unsubscribed group, and so, when your boss mails you ``Have
13195 that report ready by Monday or you're fired!'', you'll never see it and,
13196 come Tuesday, you'll still believe that you're gainfully employed while
13197 you really should be out collecting empty bottles to save up for next
13198 month's rent money.
13199
13200
13201 @node Mail Sources
13202 @subsection Mail Sources
13203
13204 Mail can be gotten from many different sources---the mail spool, from
13205 a @acronym{POP} mail server, from a procmail directory, or from a
13206 maildir, for instance.
13207
13208 @menu
13209 * Mail Source Specifiers::      How to specify what a mail source is.
13210 * Mail Source Customization::   Some variables that influence things.
13211 * Fetching Mail::               Using the mail source specifiers.
13212 @end menu
13213
13214
13215 @node Mail Source Specifiers
13216 @subsubsection Mail Source Specifiers
13217 @cindex POP
13218 @cindex mail server
13219 @cindex procmail
13220 @cindex mail spool
13221 @cindex mail source
13222
13223 You tell Gnus how to fetch mail by setting @code{mail-sources}
13224 (@pxref{Fetching Mail}) to a @dfn{mail source specifier}.
13225
13226 Here's an example:
13227
13228 @lisp
13229 (pop :server "pop3.mailserver.com" :user "myname")
13230 @end lisp
13231
13232 As can be observed, a mail source specifier is a list where the first
13233 element is a @dfn{mail source type}, followed by an arbitrary number of
13234 @dfn{keywords}.  Keywords that are not explicitly specified are given
13235 default values.
13236
13237 The following mail source types are available:
13238
13239 @table @code
13240 @item file
13241 Get mail from a single file; typically from the mail spool.
13242
13243 Keywords:
13244
13245 @table @code
13246 @item :path
13247 The file name.  Defaults to the value of the @env{MAIL}
13248 environment variable or the value of @code{rmail-spool-directory}
13249 (usually something like @file{/usr/mail/spool/user-name}).
13250
13251 @item :prescript
13252 @itemx :postscript
13253 Script run before/after fetching mail.
13254 @end table
13255
13256 An example file mail source:
13257
13258 @lisp
13259 (file :path "/usr/spool/mail/user-name")
13260 @end lisp
13261
13262 Or using the default file name:
13263
13264 @lisp
13265 (file)
13266 @end lisp
13267
13268 If the mail spool file is not located on the local machine, it's best
13269 to use @acronym{POP} or @acronym{IMAP} or the like to fetch the mail.
13270 You can not use ange-ftp file names here---it has no way to lock the
13271 mail spool while moving the mail.
13272
13273 If it's impossible to set up a proper server, you can use ssh instead.
13274
13275 @lisp
13276 (setq mail-sources
13277       '((file :prescript "ssh host bin/getmail >%t")))
13278 @end lisp
13279
13280 The @samp{getmail} script would look something like the following:
13281
13282 @example
13283 #!/bin/sh
13284 #  getmail - move mail from spool to stdout
13285 #  flu@@iki.fi
13286
13287 MOVEMAIL=/usr/lib/emacs/20.3/i386-redhat-linux/movemail
13288 TMP=$HOME/Mail/tmp
13289 rm -f $TMP; $MOVEMAIL $MAIL $TMP >/dev/null && cat $TMP
13290 @end example
13291
13292 Alter this script to fit find the @samp{movemail} you want to use.
13293
13294
13295 @item directory
13296 @vindex nnmail-scan-directory-mail-source-once
13297 Get mail from several files in a directory.  This is typically used
13298 when you have procmail split the incoming mail into several files.
13299 That is, there is a one-to-one correspondence between files in that
13300 directory and groups, so that mail from the file @file{foo.bar.spool}
13301 will be put in the group @code{foo.bar}.  (You can change the suffix
13302 to be used instead of @code{.spool}.)  Setting
13303 @code{nnmail-scan-directory-mail-source-once} to non-@code{nil} forces
13304 Gnus to scan the mail source only once.  This is particularly useful
13305 if you want to scan mail groups at a specified level.
13306
13307 @vindex nnmail-resplit-incoming
13308 There is also the variable @code{nnmail-resplit-incoming}, if you set
13309 that to a non-@code{nil} value, then the normal splitting process is
13310 applied to all the files from the directory, @ref{Splitting Mail}.
13311
13312 Keywords:
13313
13314 @table @code
13315 @item :path
13316 The name of the directory where the files are.  There is no default
13317 value.
13318
13319 @item :suffix
13320 Only files ending with this suffix are used.  The default is
13321 @samp{.spool}.
13322
13323 @item :predicate
13324 Only files that have this predicate return non-@code{nil} are returned.
13325 The default is @code{identity}.  This is used as an additional
13326 filter---only files that have the right suffix @emph{and} satisfy this
13327 predicate are considered.
13328
13329 @item :prescript
13330 @itemx :postscript
13331 Script run before/after fetching mail.
13332
13333 @end table
13334
13335 An example directory mail source:
13336
13337 @lisp
13338 (directory :path "/home/user-name/procmail-dir/"
13339            :suffix ".prcml")
13340 @end lisp
13341
13342 @item pop
13343 Get mail from a @acronym{POP} server.
13344
13345 Keywords:
13346
13347 @table @code
13348 @item :server
13349 The name of the @acronym{POP} server.  The default is taken from the
13350 @env{MAILHOST} environment variable.
13351
13352 @item :port
13353 The port number of the @acronym{POP} server.  This can be a number (eg,
13354 @samp{:port 1234}) or a string (eg, @samp{:port "pop3"}).  If it is a
13355 string, it should be a service name as listed in @file{/etc/services} on
13356 Unix systems.  The default is @samp{"pop3"}.  On some systems you might
13357 need to specify it as @samp{"pop-3"} instead.
13358
13359 @item :user
13360 The user name to give to the @acronym{POP} server.  The default is the login
13361 name.
13362
13363 @item :password
13364 The password to give to the @acronym{POP} server.  If not specified,
13365 the user is prompted.
13366
13367 @item :program
13368 The program to use to fetch mail from the @acronym{POP} server.  This
13369 should be a @code{format}-like string.  Here's an example:
13370
13371 @example
13372 fetchmail %u@@%s -P %p %t
13373 @end example
13374
13375 The valid format specifier characters are:
13376
13377 @table @samp
13378 @item t
13379 The name of the file the mail is to be moved to.  This must always be
13380 included in this string.
13381
13382 @item s
13383 The name of the server.
13384
13385 @item P
13386 The port number of the server.
13387
13388 @item u
13389 The user name to use.
13390
13391 @item p
13392 The password to use.
13393 @end table
13394
13395 The values used for these specs are taken from the values you give the
13396 corresponding keywords.
13397
13398 @item :prescript
13399 A script to be run before fetching the mail.  The syntax is the same as
13400 the @code{:program} keyword.  This can also be a function to be run.
13401
13402 @item :postscript
13403 A script to be run after fetching the mail.  The syntax is the same as
13404 the @code{:program} keyword.  This can also be a function to be run.
13405
13406 @item :function
13407 The function to use to fetch mail from the @acronym{POP} server.  The
13408 function is called with one parameter---the name of the file where the
13409 mail should be moved to.
13410
13411 @item :authentication
13412 This can be either the symbol @code{password} or the symbol @code{apop}
13413 and says what authentication scheme to use.  The default is
13414 @code{password}.
13415
13416 @end table
13417
13418 If the @code{:program} and @code{:function} keywords aren't specified,
13419 @code{pop3-movemail} will be used.
13420
13421 Here are some examples.  Fetch from the default @acronym{POP} server,
13422 using the default user name, and default fetcher:
13423
13424 @lisp
13425 (pop)
13426 @end lisp
13427
13428 Fetch from a named server with a named user and password:
13429
13430 @lisp
13431 (pop :server "my.pop.server"
13432      :user "user-name" :password "secret")
13433 @end lisp
13434
13435 Use @samp{movemail} to move the mail:
13436
13437 @lisp
13438 (pop :program "movemail po:%u %t %p")
13439 @end lisp
13440
13441 @item maildir
13442 Get mail from a maildir.  This is a type of mailbox that is supported by
13443 at least qmail and postfix, where each file in a special directory
13444 contains exactly one mail.
13445
13446 Keywords:
13447
13448 @table @code
13449 @item :path
13450 The name of the directory where the mails are stored.  The default is
13451 taken from the @env{MAILDIR} environment variable or
13452 @file{~/Maildir/}.
13453 @item :subdirs
13454 The subdirectories of the Maildir.  The default is
13455 @samp{("new" "cur")}.
13456
13457 @c If you sometimes look at your mail through a pop3 daemon before fetching
13458 @c them with Gnus, you may also have to fetch your mails from the
13459 @c @code{cur} directory inside the maildir, like in the first example
13460 @c below.
13461
13462 You can also get mails from remote hosts (because maildirs don't suffer
13463 from locking problems).
13464
13465 @end table
13466
13467 Two example maildir mail sources:
13468
13469 @lisp
13470 (maildir :path "/home/user-name/Maildir/"
13471          :subdirs ("cur" "new"))
13472 @end lisp
13473
13474 @lisp
13475 (maildir :path "/user@@remotehost.org:~/Maildir/"
13476          :subdirs ("new"))
13477 @end lisp
13478
13479 @item imap
13480 Get mail from a @acronym{IMAP} server.  If you don't want to use
13481 @acronym{IMAP} as intended, as a network mail reading protocol (ie
13482 with nnimap), for some reason or other, Gnus let you treat it similar
13483 to a @acronym{POP} server and fetches articles from a given
13484 @acronym{IMAP} mailbox.  @xref{IMAP}, for more information.
13485
13486 Note that for the Kerberos, GSSAPI, @acronym{TLS}/@acronym{SSL} and STARTTLS support you
13487 may need external programs and libraries, @xref{IMAP}.
13488
13489 Keywords:
13490
13491 @table @code
13492 @item :server
13493 The name of the @acronym{IMAP} server.  The default is taken from the
13494 @env{MAILHOST} environment variable.
13495
13496 @item :port
13497 The port number of the @acronym{IMAP} server.  The default is @samp{143}, or
13498 @samp{993} for @acronym{TLS}/@acronym{SSL} connections.
13499
13500 @item :user
13501 The user name to give to the @acronym{IMAP} server.  The default is the login
13502 name.
13503
13504 @item :password
13505 The password to give to the @acronym{IMAP} server.  If not specified, the user is
13506 prompted.
13507
13508 @item :stream
13509 What stream to use for connecting to the server, this is one of the
13510 symbols in @code{imap-stream-alist}.  Right now, this means
13511 @samp{gssapi}, @samp{kerberos4}, @samp{starttls}, @samp{tls},
13512 @samp{ssl}, @samp{shell} or the default @samp{network}.
13513
13514 @item :authentication
13515 Which authenticator to use for authenticating to the server, this is
13516 one of the symbols in @code{imap-authenticator-alist}.  Right now,
13517 this means @samp{gssapi}, @samp{kerberos4}, @samp{digest-md5},
13518 @samp{cram-md5}, @samp{anonymous} or the default @samp{login}.
13519
13520 @item :program
13521 When using the `shell' :stream, the contents of this variable is
13522 mapped into the @code{imap-shell-program} variable.  This should be a
13523 @code{format}-like string (or list of strings).  Here's an example:
13524
13525 @example
13526 ssh %s imapd
13527 @end example
13528
13529 The valid format specifier characters are:
13530
13531 @table @samp
13532 @item s
13533 The name of the server.
13534
13535 @item l
13536 User name from @code{imap-default-user}.
13537
13538 @item p
13539 The port number of the server.
13540 @end table
13541
13542 The values used for these specs are taken from the values you give the
13543 corresponding keywords.
13544
13545 @item :mailbox
13546 The name of the mailbox to get mail from.  The default is @samp{INBOX}
13547 which normally is the mailbox which receive incoming mail.
13548
13549 @item :predicate
13550 The predicate used to find articles to fetch.  The default, @samp{UNSEEN
13551 UNDELETED}, is probably the best choice for most people, but if you
13552 sometimes peek in your mailbox with a @acronym{IMAP} client and mark some
13553 articles as read (or; SEEN) you might want to set this to @samp{1:*}.
13554 Then all articles in the mailbox is fetched, no matter what.  For a
13555 complete list of predicates, see RFC 2060 section 6.4.4.
13556
13557 @item :fetchflag
13558 How to flag fetched articles on the server, the default @samp{\Deleted}
13559 will mark them as deleted, an alternative would be @samp{\Seen} which
13560 would simply mark them as read.  These are the two most likely choices,
13561 but more flags are defined in RFC 2060 section 2.3.2.
13562
13563 @item :dontexpunge
13564 If non-@code{nil}, don't remove all articles marked as deleted in the
13565 mailbox after finishing the fetch.
13566
13567 @end table
13568
13569 An example @acronym{IMAP} mail source:
13570
13571 @lisp
13572 (imap :server "mail.mycorp.com"
13573       :stream kerberos4
13574       :fetchflag "\\Seen")
13575 @end lisp
13576
13577 @item webmail
13578 Get mail from a webmail server, such as @uref{http://www.hotmail.com/},
13579 @uref{http://webmail.netscape.com/}, @uref{http://www.netaddress.com/},
13580 @uref{http://mail.yahoo.com/}.
13581
13582 NOTE: Webmail largely depends on cookies.  A "one-line-cookie" patch is
13583 required for url "4.0pre.46".
13584
13585 WARNING: Mails may be lost.  NO WARRANTY.
13586
13587 Keywords:
13588
13589 @table @code
13590 @item :subtype
13591 The type of the webmail server.  The default is @code{hotmail}.  The
13592 alternatives are @code{netscape}, @code{netaddress}, @code{my-deja}.
13593
13594 @item :user
13595 The user name to give to the webmail server.  The default is the login
13596 name.
13597
13598 @item :password
13599 The password to give to the webmail server.  If not specified, the user is
13600 prompted.
13601
13602 @item :dontexpunge
13603 If non-@code{nil}, only fetch unread articles and don't move them to
13604 trash folder after finishing the fetch.
13605
13606 @end table
13607
13608 An example webmail source:
13609
13610 @lisp
13611 (webmail :subtype 'hotmail
13612          :user "user-name"
13613          :password "secret")
13614 @end lisp
13615 @end table
13616
13617 @table @dfn
13618 @item Common Keywords
13619 Common keywords can be used in any type of mail source.
13620
13621 Keywords:
13622
13623 @table @code
13624 @item :plugged
13625 If non-@code{nil}, fetch the mail even when Gnus is unplugged.  If you
13626 use directory source to get mail, you can specify it as in this
13627 example:
13628
13629 @lisp
13630 (setq mail-sources
13631       '((directory :path "/home/pavel/.Spool/"
13632                    :suffix ""
13633                    :plugged t)))
13634 @end lisp
13635
13636 Gnus will then fetch your mail even when you are unplugged.  This is
13637 useful when you use local mail and news.
13638
13639 @end table
13640 @end table
13641
13642 @subsubsection Function Interface
13643
13644 Some of the above keywords specify a Lisp function to be executed.
13645 For each keyword @code{:foo}, the Lisp variable @code{foo} is bound to
13646 the value of the keyword while the function is executing.  For example,
13647 consider the following mail-source setting:
13648
13649 @lisp
13650 (setq mail-sources '((pop :user "jrl"
13651                           :server "pophost" :function fetchfunc)))
13652 @end lisp
13653
13654 While the function @code{fetchfunc} is executing, the symbol @code{user}
13655 is bound to @code{"jrl"}, and the symbol @code{server} is bound to
13656 @code{"pophost"}.  The symbols @code{port}, @code{password},
13657 @code{program}, @code{prescript}, @code{postscript}, @code{function},
13658 and @code{authentication} are also bound (to their default values).
13659
13660 See above for a list of keywords for each type of mail source.
13661
13662
13663 @node Mail Source Customization
13664 @subsubsection Mail Source Customization
13665
13666 The following is a list of variables that influence how the mail is
13667 fetched.  You would normally not need to set or change any of these
13668 variables.
13669
13670 @table @code
13671 @item mail-source-crash-box
13672 @vindex mail-source-crash-box
13673 File where mail will be stored while processing it.  The default is@*
13674 @file{~/.emacs-mail-crash-box}.
13675
13676 @item mail-source-delete-incoming
13677 @vindex mail-source-delete-incoming
13678 If non-@code{nil}, delete incoming files after handling them.  If
13679 @code{t}, delete the files immediately, if @code{nil}, never delete any
13680 files.  If a positive number, delete files older than number of days
13681 (This will only happen, when receiving new mail).  You may also set
13682 @code{mail-source-delete-incoming} to @code{nil} and call
13683 @code{mail-source-delete-old-incoming} from a hook or interactively.
13684
13685 @item mail-source-delete-old-incoming-confirm
13686 @vindex mail-source-delete-old-incoming-confirm
13687 If non-@code{nil}, ask for for confirmation before deleting old incoming
13688 files.  This variable only applies when
13689 @code{mail-source-delete-incoming} is a positive number.
13690
13691 @item mail-source-ignore-errors
13692 @vindex mail-source-ignore-errors
13693 If non-@code{nil}, ignore errors when reading mail from a mail source.
13694
13695 @item mail-source-directory
13696 @vindex mail-source-directory
13697 Directory where files (if any) will be stored.  The default is
13698 @file{~/Mail/}.  At present, the only thing this is used for is to say
13699 where the incoming files will be stored if the previous variable is
13700 @code{nil}.
13701
13702 @item mail-source-incoming-file-prefix
13703 @vindex mail-source-incoming-file-prefix
13704 Prefix for file name for storing incoming mail.  The default is
13705 @file{Incoming}, in which case files will end up with names like
13706 @file{Incoming30630D_} or @file{Incoming298602ZD}.  This is really only
13707 relevant if @code{mail-source-delete-incoming} is @code{nil}.
13708
13709 @item mail-source-default-file-modes
13710 @vindex mail-source-default-file-modes
13711 All new mail files will get this file mode.  The default is 384.
13712
13713 @item mail-source-movemail-program
13714 @vindex mail-source-movemail-program
13715 If non-@code{nil}, name of program for fetching new mail.  If
13716 @code{nil}, @code{movemail} in @var{exec-directory}.
13717
13718 @end table
13719
13720
13721 @node Fetching Mail
13722 @subsubsection Fetching Mail
13723
13724 @vindex mail-sources
13725 @vindex nnmail-spool-file
13726 The way to actually tell Gnus where to get new mail from is to set
13727 @code{mail-sources} to a list of mail source specifiers
13728 (@pxref{Mail Source Specifiers}).
13729
13730 If this variable (and the obsolescent @code{nnmail-spool-file}) is
13731 @code{nil}, the mail back ends will never attempt to fetch mail by
13732 themselves.
13733
13734 If you want to fetch mail both from your local spool as well as a
13735 @acronym{POP} mail server, you'd say something like:
13736
13737 @lisp
13738 (setq mail-sources
13739       '((file)
13740         (pop :server "pop3.mail.server"
13741              :password "secret")))
13742 @end lisp
13743
13744 Or, if you don't want to use any of the keyword defaults:
13745
13746 @lisp
13747 (setq mail-sources
13748       '((file :path "/var/spool/mail/user-name")
13749         (pop :server "pop3.mail.server"
13750              :user "user-name"
13751              :port "pop3"
13752              :password "secret")))
13753 @end lisp
13754
13755
13756 When you use a mail back end, Gnus will slurp all your mail from your
13757 inbox and plonk it down in your home directory.  Gnus doesn't move any
13758 mail if you're not using a mail back end---you have to do a lot of magic
13759 invocations first.  At the time when you have finished drawing the
13760 pentagram, lightened the candles, and sacrificed the goat, you really
13761 shouldn't be too surprised when Gnus moves your mail.
13762
13763
13764
13765 @node Mail Back End Variables
13766 @subsection Mail Back End Variables
13767
13768 These variables are (for the most part) pertinent to all the various
13769 mail back ends.
13770
13771 @table @code
13772 @vindex nnmail-read-incoming-hook
13773 @item nnmail-read-incoming-hook
13774 The mail back ends all call this hook after reading new mail.  You can
13775 use this hook to notify any mail watch programs, if you want to.
13776
13777 @vindex nnmail-split-hook
13778 @item nnmail-split-hook
13779 @findex gnus-article-decode-encoded-words
13780 @cindex RFC 1522 decoding
13781 @cindex RFC 2047 decoding
13782 Hook run in the buffer where the mail headers of each message is kept
13783 just before the splitting based on these headers is done.  The hook is
13784 free to modify the buffer contents in any way it sees fit---the buffer
13785 is discarded after the splitting has been done, and no changes performed
13786 in the buffer will show up in any files.
13787 @code{gnus-article-decode-encoded-words} is one likely function to add
13788 to this hook.
13789
13790 @vindex nnmail-pre-get-new-mail-hook
13791 @vindex nnmail-post-get-new-mail-hook
13792 @item nnmail-pre-get-new-mail-hook
13793 @itemx nnmail-post-get-new-mail-hook
13794 These are two useful hooks executed when treating new incoming
13795 mail---@code{nnmail-pre-get-new-mail-hook} (is called just before
13796 starting to handle the new mail) and
13797 @code{nnmail-post-get-new-mail-hook} (is called when the mail handling
13798 is done).  Here's and example of using these two hooks to change the
13799 default file modes the new mail files get:
13800
13801 @lisp
13802 (add-hook 'nnmail-pre-get-new-mail-hook
13803           (lambda () (set-default-file-modes 511)))
13804
13805 (add-hook 'nnmail-post-get-new-mail-hook
13806           (lambda () (set-default-file-modes 551)))
13807 @end lisp
13808
13809 @item nnmail-use-long-file-names
13810 @vindex nnmail-use-long-file-names
13811 If non-@code{nil}, the mail back ends will use long file and directory
13812 names.  Groups like @samp{mail.misc} will end up in directories
13813 (assuming use of @code{nnml} back end) or files (assuming use of
13814 @code{nnfolder} back end) like @file{mail.misc}.  If it is @code{nil},
13815 the same group will end up in @file{mail/misc}.
13816
13817 @item nnmail-delete-file-function
13818 @vindex nnmail-delete-file-function
13819 @findex delete-file
13820 Function called to delete files.  It is @code{delete-file} by default.
13821
13822 @item nnmail-cache-accepted-message-ids
13823 @vindex nnmail-cache-accepted-message-ids
13824 If non-@code{nil}, put the @code{Message-ID}s of articles imported into
13825 the back end (via @code{Gcc}, for instance) into the mail duplication
13826 discovery cache.  The default is @code{nil}.
13827
13828 @item nnmail-cache-ignore-groups
13829 @vindex nnmail-cache-ignore-groups
13830 This can be a regular expression or a list of regular expressions.
13831 Group names that match any of the regular expressions will never be
13832 recorded in the @code{Message-ID} cache.
13833
13834 This can be useful, for example, when using Fancy Splitting
13835 (@pxref{Fancy Mail Splitting}) together with the function
13836 @code{nnmail-split-fancy-with-parent}.
13837
13838 @end table
13839
13840
13841 @node Fancy Mail Splitting
13842 @subsection Fancy Mail Splitting
13843 @cindex mail splitting
13844 @cindex fancy mail splitting
13845
13846 @vindex nnmail-split-fancy
13847 @findex nnmail-split-fancy
13848 If the rather simple, standard method for specifying how to split mail
13849 doesn't allow you to do what you want, you can set
13850 @code{nnmail-split-methods} to @code{nnmail-split-fancy}.  Then you can
13851 play with the @code{nnmail-split-fancy} variable.
13852
13853 Let's look at an example value of this variable first:
13854
13855 @lisp
13856 ;; @r{Messages from the mailer daemon are not crossposted to any of}
13857 ;; @r{the ordinary groups.  Warnings are put in a separate group}
13858 ;; @r{from real errors.}
13859 (| ("from" mail (| ("subject" "warn.*" "mail.warning")
13860                    "mail.misc"))
13861    ;; @r{Non-error messages are crossposted to all relevant}
13862    ;; @r{groups, but we don't crosspost between the group for the}
13863    ;; @r{(ding) list and the group for other (ding) related mail.}
13864    (& (| (any "ding@@ifi\\.uio\\.no" "ding.list")
13865          ("subject" "ding" "ding.misc"))
13866       ;; @r{Other mailing lists@dots{}}
13867       (any "procmail@@informatik\\.rwth-aachen\\.de" "procmail.list")
13868       (any "SmartList@@informatik\\.rwth-aachen\\.de" "SmartList.list")
13869       ;; @r{Both lists below have the same suffix, so prevent}
13870       ;; @r{cross-posting to mkpkg.list of messages posted only to}
13871       ;; @r{the bugs- list, but allow cross-posting when the}
13872       ;; @r{message was really cross-posted.}
13873       (any "bugs-mypackage@@somewhere" "mypkg.bugs")
13874       (any "mypackage@@somewhere\" - "bugs-mypackage" "mypkg.list")
13875       ;; @r{People@dots{}}
13876       (any "larsi@@ifi\\.uio\\.no" "people.Lars_Magne_Ingebrigtsen"))
13877    ;; @r{Unmatched mail goes to the catch all group.}
13878    "misc.misc")
13879 @end lisp
13880
13881 This variable has the format of a @dfn{split}.  A split is a
13882 (possibly) recursive structure where each split may contain other
13883 splits.  Here are the possible split syntaxes:
13884
13885 @table @code
13886
13887 @item group 
13888 If the split is a string, that will be taken as a group name.  Normal
13889 regexp match expansion will be done.  See below for examples.
13890
13891 @item (@var{field} @var{value} [- @var{restrict} [@dots{}] ] @var{split})
13892 If the split is a list, the first element of which is a string, then
13893 store the message as specified by @var{split}, if header @var{field}
13894 (a regexp) contains @var{value} (also a regexp).  If @var{restrict}
13895 (yet another regexp) matches some string after @var{field} and before
13896 the end of the matched @var{value}, the @var{split} is ignored.  If
13897 none of the @var{restrict} clauses match, @var{split} is processed.
13898
13899 @item (| @var{split} @dots{})
13900 If the split is a list, and the first element is @code{|} (vertical
13901 bar), then process each @var{split} until one of them matches.  A
13902 @var{split} is said to match if it will cause the mail message to be
13903 stored in one or more groups.
13904
13905 @item (& @var{split} @dots{})
13906 If the split is a list, and the first element is @code{&}, then
13907 process all @var{split}s in the list.
13908
13909 @item junk
13910 If the split is the symbol @code{junk}, then don't save (i.e., delete)
13911 this message.  Use with extreme caution.
13912
13913 @item (: @var{function} @var{arg1} @var{arg2} @dots{})
13914 If the split is a list, and the first element is @samp{:}, then the
13915 second element will be called as a function with @var{args} given as
13916 arguments.  The function should return a @var{split}.
13917
13918 @cindex body split
13919 For instance, the following function could be used to split based on the
13920 body of the messages:
13921
13922 @lisp
13923 (defun split-on-body ()
13924   (save-excursion
13925     (widen)
13926     (goto-char (point-min))
13927     (when (re-search-forward "Some.*string" nil t)
13928       "string.group")))
13929 @end lisp
13930
13931 The buffer is narrowed to the message in question when @var{function}
13932 is run.  That's why @code{(widen)} needs to be called after
13933 @code{save-excursion} in the example above.  Also note that with the
13934 nnimap backend, message bodies will not be downloaded by default.  You
13935 need to set @code{nnimap-split-download-body} to t to do that
13936 (@pxref{Splitting in IMAP}).
13937
13938 @item (! @var{func} @var{split})
13939 If the split is a list, and the first element is @code{!}, then
13940 @var{split} will be processed, and @var{func} will be called as a
13941 function with the result of @var{split} as argument.  @var{func}
13942 should return a split.
13943
13944 @item nil
13945 If the split is @code{nil}, it is ignored.
13946
13947 @end table
13948
13949 In these splits, @var{field} must match a complete field name.
13950 @var{value} must match a complete word according to the fundamental mode
13951 syntax table.  You can use @code{.*} in the regexps to match partial
13952 field names or words.  In other words, all @var{value}'s are wrapped in
13953 @samp{\<} and @samp{\>} pairs.
13954
13955 @vindex nnmail-split-abbrev-alist
13956 @var{field} and @var{value} can also be Lisp symbols, in that case
13957 they are expanded as specified by the variable
13958 @code{nnmail-split-abbrev-alist}.  This is an alist of cons cells,
13959 where the @sc{car} of a cell contains the key, and the @sc{cdr}
13960 contains the associated value.  Predefined entries in
13961 @code{nnmail-split-abbrev-alist} include:
13962
13963 @table @code
13964 @item from
13965 Matches the @samp{From}, @samp{Sender} and @samp{Resent-From} fields.
13966 @item to
13967 Matches the @samp{To}, @samp{Cc}, @samp{Apparently-To},
13968 @samp{Resent-To} and @samp{Resent-Cc} fields.
13969 @item any
13970 Is the union of the @code{from} and @code{to} entries.
13971 @end table
13972
13973 @vindex nnmail-split-fancy-syntax-table
13974 @code{nnmail-split-fancy-syntax-table} is the syntax table in effect
13975 when all this splitting is performed.
13976
13977 If you want to have Gnus create groups dynamically based on some
13978 information in the headers (i.e., do @code{replace-match}-like
13979 substitutions in the group names), you can say things like:
13980
13981 @example
13982 (any "debian-\\b\\(\\w+\\)@@lists.debian.org" "mail.debian.\\1")
13983 @end example
13984
13985 In this example, messages sent to @samp{debian-foo@@lists.debian.org}
13986 will be filed in @samp{mail.debian.foo}.
13987
13988 If the string contains the element @samp{\&}, then the previously
13989 matched string will be substituted.  Similarly, the elements @samp{\\1}
13990 up to @samp{\\9} will be substituted with the text matched by the
13991 groupings 1 through 9.
13992
13993 @findex nnmail-split-fancy-with-parent
13994 @code{nnmail-split-fancy-with-parent} is a function which allows you to
13995 split followups into the same groups their parents are in.  Sometimes
13996 you can't make splitting rules for all your mail.  For example, your
13997 boss might send you personal mail regarding different projects you are
13998 working on, and as you can't tell your boss to put a distinguishing
13999 string into the subject line, you have to resort to manually moving the
14000 messages into the right group.  With this function, you only have to do
14001 it once per thread.
14002
14003 To use this feature, you have to set @code{nnmail-treat-duplicates}
14004 and @code{nnmail-cache-accepted-message-ids} to a non-@code{nil}
14005 value.  And then you can include @code{nnmail-split-fancy-with-parent}
14006 using the colon feature, like so:
14007 @lisp
14008 (setq nnmail-treat-duplicates 'warn     ; @r{or @code{delete}}
14009       nnmail-cache-accepted-message-ids t
14010       nnmail-split-fancy
14011       '(| (: nnmail-split-fancy-with-parent)
14012           ;; @r{other splits go here}
14013         ))
14014 @end lisp
14015
14016 This feature works as follows: when @code{nnmail-treat-duplicates} is
14017 non-@code{nil}, Gnus records the message id of every message it sees
14018 in the file specified by the variable
14019 @code{nnmail-message-id-cache-file}, together with the group it is in
14020 (the group is omitted for non-mail messages).  When mail splitting is
14021 invoked, the function @code{nnmail-split-fancy-with-parent} then looks
14022 at the References (and In-Reply-To) header of each message to split
14023 and searches the file specified by @code{nnmail-message-id-cache-file}
14024 for the message ids.  When it has found a parent, it returns the
14025 corresponding group name unless the group name matches the regexp
14026 @code{nnmail-split-fancy-with-parent-ignore-groups}.  It is
14027 recommended that you set @code{nnmail-message-id-cache-length} to a
14028 somewhat higher number than the default so that the message ids are
14029 still in the cache.  (A value of 5000 appears to create a file some
14030 300 kBytes in size.)
14031 @vindex nnmail-cache-accepted-message-ids
14032 When @code{nnmail-cache-accepted-message-ids} is non-@code{nil}, Gnus
14033 also records the message ids of moved articles, so that the followup
14034 messages goes into the new group.
14035
14036 Also see the variable @code{nnmail-cache-ignore-groups} if you don't
14037 want certain groups to be recorded in the cache.  For example, if all
14038 outgoing messages are written to an ``outgoing'' group, you could set
14039 @code{nnmail-cache-ignore-groups} to match that group name.
14040 Otherwise, answers to all your messages would end up in the
14041 ``outgoing'' group.
14042
14043
14044 @node Group Mail Splitting
14045 @subsection Group Mail Splitting
14046 @cindex mail splitting
14047 @cindex group mail splitting
14048
14049 @findex gnus-group-split
14050 If you subscribe to dozens of mailing lists but you don't want to
14051 maintain mail splitting rules manually, group mail splitting is for you.
14052 You just have to set @code{to-list} and/or @code{to-address} in group
14053 parameters or group customization and set @code{nnmail-split-methods} to
14054 @code{gnus-group-split}.  This splitting function will scan all groups
14055 for those parameters and split mail accordingly, i.e., messages posted
14056 from or to the addresses specified in the parameters @code{to-list} or
14057 @code{to-address} of a mail group will be stored in that group.
14058
14059 Sometimes, mailing lists have multiple addresses, and you may want mail
14060 splitting to recognize them all: just set the @code{extra-aliases} group
14061 parameter to the list of additional addresses and it's done.  If you'd
14062 rather use a regular expression, set @code{split-regexp}.
14063
14064 All these parameters in a group will be used to create an
14065 @code{nnmail-split-fancy} split, in which the @var{field} is @samp{any},
14066 the @var{value} is a single regular expression that matches
14067 @code{to-list}, @code{to-address}, all of @code{extra-aliases} and all
14068 matches of @code{split-regexp}, and the @var{split} is the name of the
14069 group.  @var{restrict}s are also supported: just set the
14070 @code{split-exclude} parameter to a list of regular expressions.
14071
14072 If you can't get the right split to be generated using all these
14073 parameters, or you just need something fancier, you can set the
14074 parameter @code{split-spec} to an @code{nnmail-split-fancy} split.  In
14075 this case, all other aforementioned parameters will be ignored by
14076 @code{gnus-group-split}.  In particular, @code{split-spec} may be set to
14077 @code{nil}, in which case the group will be ignored by
14078 @code{gnus-group-split}.
14079
14080 @vindex gnus-group-split-default-catch-all-group
14081 @code{gnus-group-split} will do cross-posting on all groups that match,
14082 by defining a single @code{&} fancy split containing one split for each
14083 group.  If a message doesn't match any split, it will be stored in the
14084 group named in @code{gnus-group-split-default-catch-all-group}, unless
14085 some group has @code{split-spec} set to @code{catch-all}, in which case
14086 that group is used as the catch-all group.  Even though this variable is
14087 often used just to name a group, it may also be set to an arbitrarily
14088 complex fancy split (after all, a group name is a fancy split), and this
14089 may be useful to split mail that doesn't go to any mailing list to
14090 personal mail folders.  Note that this fancy split is added as the last
14091 element of a @code{|} split list that also contains a @code{&} split
14092 with the rules extracted from group parameters.
14093
14094 It's time for an example.  Assume the following group parameters have
14095 been defined:
14096
14097 @example
14098 nnml:mail.bar:
14099 ((to-address . "bar@@femail.com")
14100  (split-regexp . ".*@@femail\\.com"))
14101 nnml:mail.foo:
14102 ((to-list . "foo@@nowhere.gov")
14103  (extra-aliases "foo@@localhost" "foo-redist@@home")
14104  (split-exclude "bugs-foo" "rambling-foo")
14105  (admin-address . "foo-request@@nowhere.gov"))
14106 nnml:mail.others:
14107 ((split-spec . catch-all))
14108 @end example
14109
14110 Setting @code{nnmail-split-methods} to @code{gnus-group-split} will
14111 behave as if @code{nnmail-split-fancy} had been selected and variable
14112 @code{nnmail-split-fancy} had been set as follows:
14113
14114 @lisp
14115 (| (& (any "\\(bar@@femail\\.com\\|.*@@femail\\.com\\)" "mail.bar")
14116       (any "\\(foo@@nowhere\\.gov\\|foo@@localhost\\|foo-redist@@home\\)"
14117            - "bugs-foo" - "rambling-foo" "mail.foo"))
14118    "mail.others")
14119 @end lisp
14120
14121 @findex gnus-group-split-fancy
14122 If you'd rather not use group splitting for all your mail groups, you
14123 may use it for only some of them, by using @code{nnmail-split-fancy}
14124 splits like this:
14125
14126 @lisp
14127 (: gnus-group-split-fancy @var{groups} @var{no-crosspost} @var{catch-all})
14128 @end lisp
14129
14130 @var{groups} may be a regular expression or a list of group names whose
14131 parameters will be scanned to generate the output split.
14132 @var{no-crosspost} can be used to disable cross-posting; in this case, a
14133 single @code{|} split will be output.  @var{catch-all} is the fall back
14134 fancy split, used like @code{gnus-group-split-default-catch-all-group}.
14135 If @var{catch-all} is @code{nil}, or if @code{split-regexp} matches the
14136 empty string in any selected group, no catch-all split will be issued.
14137 Otherwise, if some group has @code{split-spec} set to @code{catch-all},
14138 this group will override the value of the @var{catch-all} argument.
14139
14140 @findex gnus-group-split-setup
14141 Unfortunately, scanning all groups and their parameters can be quite
14142 slow, especially considering that it has to be done for every message.
14143 But don't despair!  The function @code{gnus-group-split-setup} can be
14144 used to enable @code{gnus-group-split} in a much more efficient way.  It
14145 sets @code{nnmail-split-methods} to @code{nnmail-split-fancy} and sets
14146 @code{nnmail-split-fancy} to the split produced by
14147 @code{gnus-group-split-fancy}.  Thus, the group parameters are only
14148 scanned once, no matter how many messages are split.
14149
14150 @findex gnus-group-split-update
14151 However, if you change group parameters, you'd have to update
14152 @code{nnmail-split-fancy} manually.  You can do it by running
14153 @code{gnus-group-split-update}.  If you'd rather have it updated
14154 automatically, just tell @code{gnus-group-split-setup} to do it for
14155 you.  For example, add to your @file{~/.gnus.el}:
14156
14157 @lisp
14158 (gnus-group-split-setup @var{auto-update} @var{catch-all})
14159 @end lisp
14160
14161 If @var{auto-update} is non-@code{nil}, @code{gnus-group-split-update}
14162 will be added to @code{nnmail-pre-get-new-mail-hook}, so you won't ever
14163 have to worry about updating @code{nnmail-split-fancy} again.  If you
14164 don't omit @var{catch-all} (it's optional, equivalent to @code{nil}),
14165 @code{gnus-group-split-default-catch-all-group} will be set to its
14166 value.
14167
14168 @vindex gnus-group-split-updated-hook
14169 Because you may want to change @code{nnmail-split-fancy} after it is set
14170 by @code{gnus-group-split-update}, this function will run
14171 @code{gnus-group-split-updated-hook} just before finishing.
14172
14173 @node Incorporating Old Mail
14174 @subsection Incorporating Old Mail
14175 @cindex incorporating old mail
14176 @cindex import old mail
14177
14178 Most people have lots of old mail stored in various file formats.  If
14179 you have set up Gnus to read mail using one of the spiffy Gnus mail
14180 back ends, you'll probably wish to have that old mail incorporated into
14181 your mail groups.
14182
14183 Doing so can be quite easy.
14184
14185 To take an example: You're reading mail using @code{nnml}
14186 (@pxref{Mail Spool}), and have set @code{nnmail-split-methods} to a
14187 satisfactory value (@pxref{Splitting Mail}).  You have an old Unix mbox
14188 file filled with important, but old, mail.  You want to move it into
14189 your @code{nnml} groups.
14190
14191 Here's how:
14192
14193 @enumerate
14194 @item
14195 Go to the group buffer.
14196
14197 @item
14198 Type @kbd{G f} and give the file name to the mbox file when prompted to create an
14199 @code{nndoc} group from the mbox file (@pxref{Foreign Groups}).
14200
14201 @item
14202 Type @kbd{SPACE} to enter the newly created group.
14203
14204 @item
14205 Type @kbd{M P b} to process-mark all articles in this group's buffer
14206 (@pxref{Setting Process Marks}).
14207
14208 @item
14209 Type @kbd{B r} to respool all the process-marked articles, and answer
14210 @samp{nnml} when prompted (@pxref{Mail Group Commands}).
14211 @end enumerate
14212
14213 All the mail messages in the mbox file will now also be spread out over
14214 all your @code{nnml} groups.  Try entering them and check whether things
14215 have gone without a glitch.  If things look ok, you may consider
14216 deleting the mbox file, but I wouldn't do that unless I was absolutely
14217 sure that all the mail has ended up where it should be.
14218
14219 Respooling is also a handy thing to do if you're switching from one mail
14220 back end to another.  Just respool all the mail in the old mail groups
14221 using the new mail back end.
14222
14223
14224 @node Expiring Mail
14225 @subsection Expiring Mail
14226 @cindex article expiry
14227
14228 Traditional mail readers have a tendency to remove mail articles when
14229 you mark them as read, in some way.  Gnus takes a fundamentally
14230 different approach to mail reading.
14231
14232 Gnus basically considers mail just to be news that has been received in
14233 a rather peculiar manner.  It does not think that it has the power to
14234 actually change the mail, or delete any mail messages.  If you enter a
14235 mail group, and mark articles as ``read'', or kill them in some other
14236 fashion, the mail articles will still exist on the system.  I repeat:
14237 Gnus will not delete your old, read mail.  Unless you ask it to, of
14238 course.
14239
14240 To make Gnus get rid of your unwanted mail, you have to mark the
14241 articles as @dfn{expirable}.  (With the default key bindings, this means
14242 that you have to type @kbd{E}.)  This does not mean that the articles
14243 will disappear right away, however.  In general, a mail article will be
14244 deleted from your system if, 1) it is marked as expirable, AND 2) it is
14245 more than one week old.  If you do not mark an article as expirable, it
14246 will remain on your system until hell freezes over.  This bears
14247 repeating one more time, with some spurious capitalizations: IF you do
14248 NOT mark articles as EXPIRABLE, Gnus will NEVER delete those ARTICLES.
14249
14250 You do not have to mark articles as expirable by hand.  Gnus provides
14251 two features, called ``auto-expire'' and ``total-expire'', that can help you
14252 with this.  In a nutshell, ``auto-expire'' means that Gnus hits @kbd{E}
14253 for you when you select an article.  And ``total-expire'' means that Gnus
14254 considers all articles as expirable that are read.  So, in addition to
14255 the articles marked @samp{E}, also the articles marked @samp{r},
14256 @samp{R}, @samp{O}, @samp{K}, @samp{Y} and so on are considered
14257 expirable.
14258
14259 When should either auto-expire or total-expire be used?  Most people
14260 who are subscribed to mailing lists split each list into its own group
14261 and then turn on auto-expire or total-expire for those groups.
14262 (@xref{Splitting Mail}, for more information on splitting each list
14263 into its own group.)
14264
14265 Which one is better, auto-expire or total-expire?  It's not easy to
14266 answer.  Generally speaking, auto-expire is probably faster.  Another
14267 advantage of auto-expire is that you get more marks to work with: for
14268 the articles that are supposed to stick around, you can still choose
14269 between tick and dormant and read marks.  But with total-expire, you
14270 only have dormant and ticked to choose from.  The advantage of
14271 total-expire is that it works well with adaptive scoring (@pxref{Adaptive
14272 Scoring}).  Auto-expire works with normal scoring but not with adaptive
14273 scoring.
14274
14275 @vindex gnus-auto-expirable-newsgroups
14276 Groups that match the regular expression
14277 @code{gnus-auto-expirable-newsgroups} will have all articles that you
14278 read marked as expirable automatically.  All articles marked as
14279 expirable have an @samp{E} in the first column in the summary buffer.
14280
14281 By default, if you have auto expiry switched on, Gnus will mark all the
14282 articles you read as expirable, no matter if they were read or unread
14283 before.  To avoid having articles marked as read marked as expirable
14284 automatically, you can put something like the following in your
14285 @file{~/.gnus.el} file:
14286
14287 @vindex gnus-mark-article-hook
14288 @lisp
14289 (remove-hook 'gnus-mark-article-hook
14290              'gnus-summary-mark-read-and-unread-as-read)
14291 (add-hook 'gnus-mark-article-hook 'gnus-summary-mark-unread-as-read)
14292 @end lisp
14293
14294 Note that making a group auto-expirable doesn't mean that all read
14295 articles are expired---only the articles marked as expirable
14296 will be expired.  Also note that using the @kbd{d} command won't make
14297 articles expirable---only semi-automatic marking of articles as read will
14298 mark the articles as expirable in auto-expirable groups.
14299
14300 Let's say you subscribe to a couple of mailing lists, and you want the
14301 articles you have read to disappear after a while:
14302
14303 @lisp
14304 (setq gnus-auto-expirable-newsgroups
14305       "mail.nonsense-list\\|mail.nice-list")
14306 @end lisp
14307
14308 Another way to have auto-expiry happen is to have the element
14309 @code{auto-expire} in the group parameters of the group.
14310
14311 If you use adaptive scoring (@pxref{Adaptive Scoring}) and
14312 auto-expiring, you'll have problems.  Auto-expiring and adaptive scoring
14313 don't really mix very well.
14314
14315 @vindex nnmail-expiry-wait
14316 The @code{nnmail-expiry-wait} variable supplies the default time an
14317 expirable article has to live.  Gnus starts counting days from when the
14318 message @emph{arrived}, not from when it was sent.  The default is seven
14319 days.
14320
14321 Gnus also supplies a function that lets you fine-tune how long articles
14322 are to live, based on what group they are in.  Let's say you want to
14323 have one month expiry period in the @samp{mail.private} group, a one day
14324 expiry period in the @samp{mail.junk} group, and a six day expiry period
14325 everywhere else:
14326
14327 @vindex nnmail-expiry-wait-function
14328 @lisp
14329 (setq nnmail-expiry-wait-function
14330       (lambda (group)
14331        (cond ((string= group "mail.private")
14332                31)
14333              ((string= group "mail.junk")
14334                1)
14335              ((string= group "important")
14336                'never)
14337              (t
14338                6))))
14339 @end lisp
14340
14341 The group names this function is fed are ``unadorned'' group
14342 names---no @samp{nnml:} prefixes and the like.
14343
14344 The @code{nnmail-expiry-wait} variable and
14345 @code{nnmail-expiry-wait-function} function can either be a number (not
14346 necessarily an integer) or one of the symbols @code{immediate} or
14347 @code{never}.
14348
14349 You can also use the @code{expiry-wait} group parameter to selectively
14350 change the expiry period (@pxref{Group Parameters}).
14351
14352 @vindex nnmail-expiry-target
14353 The normal action taken when expiring articles is to delete them.
14354 However, in some circumstances it might make more sense to move them
14355 to other groups instead of deleting them.  The variable
14356 @code{nnmail-expiry-target} (and the @code{expiry-target} group
14357 parameter) controls this.  The variable supplies a default value for
14358 all groups, which can be overridden for specific groups by the group
14359 parameter.  default value is @code{delete}, but this can also be a
14360 string (which should be the name of the group the message should be
14361 moved to), or a function (which will be called in a buffer narrowed to
14362 the message in question, and with the name of the group being moved
14363 from as its parameter) which should return a target---either a group
14364 name or @code{delete}.
14365
14366 Here's an example for specifying a group name:
14367 @lisp
14368 (setq nnmail-expiry-target "nnml:expired")
14369 @end lisp
14370
14371 @findex nnmail-fancy-expiry-target
14372 @vindex nnmail-fancy-expiry-targets
14373 Gnus provides a function @code{nnmail-fancy-expiry-target} which will
14374 expire mail to groups according to the variable
14375 @code{nnmail-fancy-expiry-targets}.  Here's an example:
14376
14377 @lisp
14378  (setq nnmail-expiry-target 'nnmail-fancy-expiry-target
14379        nnmail-fancy-expiry-targets
14380        '((to-from "boss" "nnfolder:Work")
14381          ("subject" "IMPORTANT" "nnfolder:IMPORTANT.%Y.%b")
14382          ("from" ".*" "nnfolder:Archive-%Y")))
14383 @end lisp
14384
14385 With this setup, any mail that has @code{IMPORTANT} in its Subject
14386 header and was sent in the year @code{YYYY} and month @code{MMM}, will
14387 get expired to the group @code{nnfolder:IMPORTANT.YYYY.MMM}.  If its
14388 From or To header contains the string @code{boss}, it will get expired
14389 to @code{nnfolder:Work}.  All other mail will get expired to
14390 @code{nnfolder:Archive-YYYY}.
14391
14392 @vindex nnmail-keep-last-article
14393 If @code{nnmail-keep-last-article} is non-@code{nil}, Gnus will never
14394 expire the final article in a mail newsgroup.  This is to make life
14395 easier for procmail users.
14396
14397 @vindex gnus-total-expirable-newsgroups
14398 By the way: That line up there, about Gnus never expiring non-expirable
14399 articles, is a lie.  If you put @code{total-expire} in the group
14400 parameters, articles will not be marked as expirable, but all read
14401 articles will be put through the expiry process.  Use with extreme
14402 caution.  Even more dangerous is the
14403 @code{gnus-total-expirable-newsgroups} variable.  All groups that match
14404 this regexp will have all read articles put through the expiry process,
14405 which means that @emph{all} old mail articles in the groups in question
14406 will be deleted after a while.  Use with extreme caution, and don't come
14407 crying to me when you discover that the regexp you used matched the
14408 wrong group and all your important mail has disappeared.  Be a
14409 @emph{man}!  Or a @emph{woman}!  Whatever you feel more comfortable
14410 with!  So there!
14411
14412 Most people make most of their mail groups total-expirable, though.
14413
14414 @vindex gnus-inhibit-user-auto-expire
14415 If @code{gnus-inhibit-user-auto-expire} is non-@code{nil}, user marking
14416 commands will not mark an article as expirable, even if the group has
14417 auto-expire turned on.
14418
14419
14420 @node Washing Mail
14421 @subsection Washing Mail
14422 @cindex mail washing
14423 @cindex list server brain damage
14424 @cindex incoming mail treatment
14425
14426 Mailers and list servers are notorious for doing all sorts of really,
14427 really stupid things with mail.  ``Hey, RFC 822 doesn't explicitly
14428 prohibit us from adding the string @code{wE aRe ElItE!!!!!1!!} to the
14429 end of all lines passing through our server, so let's do that!!!!1!''
14430 Yes, but RFC 822 wasn't designed to be read by morons.  Things that were
14431 considered to be self-evident were not discussed.  So.  Here we are.
14432
14433 Case in point:  The German version of Microsoft Exchange adds @samp{AW:
14434 } to the subjects of replies instead of @samp{Re: }.  I could pretend to
14435 be shocked and dismayed by this, but I haven't got the energy.  It is to
14436 laugh.
14437
14438 Gnus provides a plethora of functions for washing articles while
14439 displaying them, but it might be nicer to do the filtering before
14440 storing the mail to disk.  For that purpose, we have three hooks and
14441 various functions that can be put in these hooks.
14442
14443 @table @code
14444 @item nnmail-prepare-incoming-hook
14445 @vindex nnmail-prepare-incoming-hook
14446 This hook is called before doing anything with the mail and is meant for
14447 grand, sweeping gestures.  It is called in a buffer that contains all
14448 the new, incoming mail.  Functions to be used include:
14449
14450 @table @code
14451 @item nnheader-ms-strip-cr
14452 @findex nnheader-ms-strip-cr
14453 Remove trailing carriage returns from each line.  This is default on
14454 Emacs running on MS machines.
14455
14456 @end table
14457
14458 @item nnmail-prepare-incoming-header-hook
14459 @vindex nnmail-prepare-incoming-header-hook
14460 This hook is called narrowed to each header.  It can be used when
14461 cleaning up the headers.  Functions that can be used include:
14462
14463 @table @code
14464 @item nnmail-remove-leading-whitespace
14465 @findex nnmail-remove-leading-whitespace
14466 Clear leading white space that ``helpful'' listservs have added to the
14467 headers to make them look nice.  Aaah.
14468
14469 (Note that this function works on both the header on the body of all
14470 messages, so it is a potentially dangerous function to use (if a body
14471 of a message contains something that looks like a header line).  So
14472 rather than fix the bug, it is of course the right solution to make it
14473 into a feature by documenting it.)
14474
14475 @item nnmail-remove-list-identifiers
14476 @findex nnmail-remove-list-identifiers
14477 Some list servers add an identifier---for example, @samp{(idm)}---to the
14478 beginning of all @code{Subject} headers.  I'm sure that's nice for
14479 people who use stone age mail readers.  This function will remove
14480 strings that match the @code{nnmail-list-identifiers} regexp, which can
14481 also be a list of regexp.  @code{nnmail-list-identifiers} may not contain
14482 @code{\\(..\\)}.
14483
14484 For instance, if you want to remove the @samp{(idm)} and the
14485 @samp{nagnagnag} identifiers:
14486
14487 @lisp
14488 (setq nnmail-list-identifiers
14489       '("(idm)" "nagnagnag"))
14490 @end lisp
14491
14492 This can also be done non-destructively with
14493 @code{gnus-list-identifiers}, @xref{Article Hiding}.
14494
14495 @item nnmail-remove-tabs
14496 @findex nnmail-remove-tabs
14497 Translate all @samp{TAB} characters into @samp{SPACE} characters.
14498
14499 @item nnmail-fix-eudora-headers
14500 @findex nnmail-fix-eudora-headers
14501 @cindex Eudora
14502 Eudora produces broken @code{References} headers, but OK
14503 @code{In-Reply-To} headers.  This function will get rid of the
14504 @code{References} headers.
14505
14506 @end table
14507
14508 @item nnmail-prepare-incoming-message-hook
14509 @vindex nnmail-prepare-incoming-message-hook
14510 This hook is called narrowed to each message.  Functions to be used
14511 include:
14512
14513 @table @code
14514 @item article-de-quoted-unreadable
14515 @findex article-de-quoted-unreadable
14516 Decode Quoted Readable encoding.
14517
14518 @end table
14519 @end table
14520
14521
14522 @node Duplicates
14523 @subsection Duplicates
14524
14525 @vindex nnmail-treat-duplicates
14526 @vindex nnmail-message-id-cache-length
14527 @vindex nnmail-message-id-cache-file
14528 @cindex duplicate mails
14529 If you are a member of a couple of mailing lists, you will sometimes
14530 receive two copies of the same mail.  This can be quite annoying, so
14531 @code{nnmail} checks for and treats any duplicates it might find.  To do
14532 this, it keeps a cache of old @code{Message-ID}s---
14533 @code{nnmail-message-id-cache-file}, which is @file{~/.nnmail-cache} by
14534 default.  The approximate maximum number of @code{Message-ID}s stored
14535 there is controlled by the @code{nnmail-message-id-cache-length}
14536 variable, which is 1000 by default.  (So 1000 @code{Message-ID}s will be
14537 stored.) If all this sounds scary to you, you can set
14538 @code{nnmail-treat-duplicates} to @code{warn} (which is what it is by
14539 default), and @code{nnmail} won't delete duplicate mails.  Instead it
14540 will insert a warning into the head of the mail saying that it thinks
14541 that this is a duplicate of a different message.
14542
14543 This variable can also be a function.  If that's the case, the function
14544 will be called from a buffer narrowed to the message in question with
14545 the @code{Message-ID} as a parameter.  The function must return either
14546 @code{nil}, @code{warn}, or @code{delete}.
14547
14548 You can turn this feature off completely by setting the variable to
14549 @code{nil}.
14550
14551 If you want all the duplicate mails to be put into a special
14552 @dfn{duplicates} group, you could do that using the normal mail split
14553 methods:
14554
14555 @lisp
14556 (setq nnmail-split-fancy
14557       '(| ;; @r{Messages duplicates go to a separate group.}
14558         ("gnus-warning" "duplicat\\(e\\|ion\\) of message" "duplicate")
14559         ;; @r{Message from daemons, postmaster, and the like to another.}
14560         (any mail "mail.misc")
14561         ;; @r{Other rules.}
14562         [...] ))
14563 @end lisp
14564 @noindent
14565 Or something like:
14566 @lisp
14567 (setq nnmail-split-methods
14568       '(("duplicates" "^Gnus-Warning:.*duplicate")
14569         ;; @r{Other rules.}
14570         [...]))
14571 @end lisp
14572
14573 Here's a neat feature: If you know that the recipient reads her mail
14574 with Gnus, and that she has @code{nnmail-treat-duplicates} set to
14575 @code{delete}, you can send her as many insults as you like, just by
14576 using a @code{Message-ID} of a mail that you know that she's already
14577 received.  Think of all the fun!  She'll never see any of it!  Whee!
14578
14579
14580 @node Not Reading Mail
14581 @subsection Not Reading Mail
14582
14583 If you start using any of the mail back ends, they have the annoying
14584 habit of assuming that you want to read mail with them.  This might not
14585 be unreasonable, but it might not be what you want.
14586
14587 If you set @code{mail-sources} and @code{nnmail-spool-file} to
14588 @code{nil}, none of the back ends will ever attempt to read incoming
14589 mail, which should help.
14590
14591 @vindex nnbabyl-get-new-mail
14592 @vindex nnmbox-get-new-mail
14593 @vindex nnml-get-new-mail
14594 @vindex nnmh-get-new-mail
14595 @vindex nnfolder-get-new-mail
14596 This might be too much, if, for instance, you are reading mail quite
14597 happily with @code{nnml} and just want to peek at some old Rmail
14598 file you have stashed away with @code{nnbabyl}.  All back ends have
14599 variables called back-end-@code{get-new-mail}.  If you want to disable
14600 the @code{nnbabyl} mail reading, you edit the virtual server for the
14601 group to have a setting where @code{nnbabyl-get-new-mail} to @code{nil}.
14602
14603 All the mail back ends will call @code{nn}*@code{-prepare-save-mail-hook}
14604 narrowed to the article to be saved before saving it when reading
14605 incoming mail.
14606
14607
14608 @node Choosing a Mail Back End
14609 @subsection Choosing a Mail Back End
14610
14611 Gnus will read the mail spool when you activate a mail group.  The mail
14612 file is first copied to your home directory.  What happens after that
14613 depends on what format you want to store your mail in.
14614
14615 There are six different mail back ends in the standard Gnus, and more
14616 back ends are available separately.  The mail back end most people use
14617 (because it is possibly the fastest) is @code{nnml} (@pxref{Mail
14618 Spool}).
14619
14620 @menu
14621 * Unix Mail Box::               Using the (quite) standard Un*x mbox.
14622 * Rmail Babyl::                 Emacs programs use the Rmail Babyl format.
14623 * Mail Spool::                  Store your mail in a private spool?
14624 * MH Spool::                    An mhspool-like back end.
14625 * Maildir::                     Another one-file-per-message format.
14626 * Mail Folders::                Having one file for each group.
14627 * Comparing Mail Back Ends::    An in-depth looks at pros and cons.
14628 @end menu
14629
14630
14631 @node Unix Mail Box
14632 @subsubsection Unix Mail Box
14633 @cindex nnmbox
14634 @cindex unix mail box
14635
14636 @vindex nnmbox-active-file
14637 @vindex nnmbox-mbox-file
14638 The @dfn{nnmbox} back end will use the standard Un*x mbox file to store
14639 mail.  @code{nnmbox} will add extra headers to each mail article to say
14640 which group it belongs in.
14641
14642 Virtual server settings:
14643
14644 @table @code
14645 @item nnmbox-mbox-file
14646 @vindex nnmbox-mbox-file
14647 The name of the mail box in the user's home directory.  Default is
14648 @file{~/mbox}.
14649
14650 @item nnmbox-active-file
14651 @vindex nnmbox-active-file
14652 The name of the active file for the mail box.  Default is
14653 @file{~/.mbox-active}.
14654
14655 @item nnmbox-get-new-mail
14656 @vindex nnmbox-get-new-mail
14657 If non-@code{nil}, @code{nnmbox} will read incoming mail and split it
14658 into groups.  Default is @code{t}.
14659 @end table
14660
14661
14662 @node Rmail Babyl
14663 @subsubsection Rmail Babyl
14664 @cindex nnbabyl
14665 @cindex Rmail mbox
14666
14667 @vindex nnbabyl-active-file
14668 @vindex nnbabyl-mbox-file
14669 The @dfn{nnbabyl} back end will use a Babyl mail box (aka. @dfn{Rmail
14670 mbox}) to store mail.  @code{nnbabyl} will add extra headers to each
14671 mail article to say which group it belongs in.
14672
14673 Virtual server settings:
14674
14675 @table @code
14676 @item nnbabyl-mbox-file
14677 @vindex nnbabyl-mbox-file
14678 The name of the Rmail mbox file.  The default is @file{~/RMAIL}
14679
14680 @item nnbabyl-active-file
14681 @vindex nnbabyl-active-file
14682 The name of the active file for the rmail box.  The default is
14683 @file{~/.rmail-active}
14684
14685 @item nnbabyl-get-new-mail
14686 @vindex nnbabyl-get-new-mail
14687 If non-@code{nil}, @code{nnbabyl} will read incoming mail.  Default is
14688 @code{t}
14689 @end table
14690
14691
14692 @node Mail Spool
14693 @subsubsection Mail Spool
14694 @cindex nnml
14695 @cindex mail @acronym{NOV} spool
14696
14697 The @dfn{nnml} spool mail format isn't compatible with any other known
14698 format.  It should be used with some caution.
14699
14700 @vindex nnml-directory
14701 If you use this back end, Gnus will split all incoming mail into files,
14702 one file for each mail, and put the articles into the corresponding
14703 directories under the directory specified by the @code{nnml-directory}
14704 variable.  The default value is @file{~/Mail/}.
14705
14706 You do not have to create any directories beforehand; Gnus will take
14707 care of all that.
14708
14709 If you have a strict limit as to how many files you are allowed to store
14710 in your account, you should not use this back end.  As each mail gets its
14711 own file, you might very well occupy thousands of inodes within a few
14712 weeks.  If this is no problem for you, and it isn't a problem for you
14713 having your friendly systems administrator walking around, madly,
14714 shouting ``Who is eating all my inodes?! Who? Who!?!'', then you should
14715 know that this is probably the fastest format to use.  You do not have
14716 to trudge through a big mbox file just to read your new mail.
14717
14718 @code{nnml} is probably the slowest back end when it comes to article
14719 splitting.  It has to create lots of files, and it also generates
14720 @acronym{NOV} databases for the incoming mails.  This makes it possibly the
14721 fastest back end when it comes to reading mail.
14722
14723 @cindex self contained nnml servers
14724 @cindex marks
14725 When the marks file is used (which it is by default), @code{nnml}
14726 servers have the property that you may backup them using @code{tar} or
14727 similar, and later be able to restore them into Gnus (by adding the
14728 proper @code{nnml} server) and have all your marks be preserved.  Marks
14729 for a group is usually stored in the @code{.marks} file (but see
14730 @code{nnml-marks-file-name}) within each @code{nnml} group's directory.
14731 Individual @code{nnml} groups are also possible to backup, use @kbd{G m}
14732 to restore the group (after restoring the backup into the nnml
14733 directory).
14734
14735 If for some reason you believe your @file{.marks} files are screwed
14736 up, you can just delete them all.  Gnus will then correctly regenerate
14737 them next time it starts.
14738
14739 Virtual server settings:
14740
14741 @table @code
14742 @item nnml-directory
14743 @vindex nnml-directory
14744 All @code{nnml} directories will be placed under this directory.  The
14745 default is the value of @code{message-directory} (whose default value
14746 is @file{~/Mail}).
14747
14748 @item nnml-active-file
14749 @vindex nnml-active-file
14750 The active file for the @code{nnml} server.  The default is
14751 @file{~/Mail/active}.
14752
14753 @item nnml-newsgroups-file
14754 @vindex nnml-newsgroups-file
14755 The @code{nnml} group descriptions file.  @xref{Newsgroups File
14756 Format}.  The default is @file{~/Mail/newsgroups}.
14757
14758 @item nnml-get-new-mail
14759 @vindex nnml-get-new-mail
14760 If non-@code{nil}, @code{nnml} will read incoming mail.  The default is
14761 @code{t}.
14762
14763 @item nnml-nov-is-evil
14764 @vindex nnml-nov-is-evil
14765 If non-@code{nil}, this back end will ignore any @acronym{NOV} files.  The
14766 default is @code{nil}.
14767
14768 @item nnml-nov-file-name
14769 @vindex nnml-nov-file-name
14770 The name of the @acronym{NOV} files.  The default is @file{.overview}.
14771
14772 @item nnml-prepare-save-mail-hook
14773 @vindex nnml-prepare-save-mail-hook
14774 Hook run narrowed to an article before saving.
14775
14776 @item nnml-marks-is-evil
14777 @vindex nnml-marks-is-evil
14778 If non-@code{nil}, this back end will ignore any @sc{marks} files.  The
14779 default is @code{nil}.
14780
14781 @item nnml-marks-file-name
14782 @vindex nnml-marks-file-name
14783 The name of the @dfn{marks} files.  The default is @file{.marks}.
14784
14785 @item nnml-use-compressed-files
14786 @vindex nnml-use-compressed-files
14787 If non-@code{nil}, @code{nnml} will allow using compressed message
14788 files.
14789
14790 @end table
14791
14792 @findex nnml-generate-nov-databases
14793 If your @code{nnml} groups and @acronym{NOV} files get totally out of whack,
14794 you can do a complete update by typing @kbd{M-x
14795 nnml-generate-nov-databases}.  This command will trawl through the
14796 entire @code{nnml} hierarchy, looking at each and every article, so it
14797 might take a while to complete.  A better interface to this
14798 functionality can be found in the server buffer (@pxref{Server
14799 Commands}).
14800
14801
14802 @node MH Spool
14803 @subsubsection MH Spool
14804 @cindex nnmh
14805 @cindex mh-e mail spool
14806
14807 @code{nnmh} is just like @code{nnml}, except that is doesn't generate
14808 @acronym{NOV} databases and it doesn't keep an active file or marks file.
14809 This makes @code{nnmh} a @emph{much} slower back end than @code{nnml},
14810 but it also makes it easier to write procmail scripts for.
14811
14812 Virtual server settings:
14813
14814 @table @code
14815 @item nnmh-directory
14816 @vindex nnmh-directory
14817 All @code{nnmh} directories will be located under this directory.  The
14818 default is the value of @code{message-directory} (whose default is
14819 @file{~/Mail})
14820
14821 @item nnmh-get-new-mail
14822 @vindex nnmh-get-new-mail
14823 If non-@code{nil}, @code{nnmh} will read incoming mail.  The default is
14824 @code{t}.
14825
14826 @item nnmh-be-safe
14827 @vindex nnmh-be-safe
14828 If non-@code{nil}, @code{nnmh} will go to ridiculous lengths to make
14829 sure that the articles in the folder are actually what Gnus thinks they
14830 are.  It will check date stamps and stat everything in sight, so
14831 setting this to @code{t} will mean a serious slow-down.  If you never
14832 use anything but Gnus to read the @code{nnmh} articles, you do not have
14833 to set this variable to @code{t}.  The default is @code{nil}.
14834 @end table
14835
14836
14837 @node Maildir
14838 @subsubsection Maildir
14839 @cindex nnmaildir
14840 @cindex maildir
14841
14842 @code{nnmaildir} stores mail in the maildir format, with each maildir
14843 corresponding to a group in Gnus.  This format is documented here:
14844 @uref{http://cr.yp.to/proto/maildir.html} and here:
14845 @uref{http://www.qmail.org/man/man5/maildir.html}.  nnmaildir also
14846 stores extra information in the @file{.nnmaildir/} directory within a
14847 maildir.
14848
14849 Maildir format was designed to allow concurrent deliveries and
14850 reading, without needing locks.  With other back ends, you would have
14851 your mail delivered to a spool of some kind, and then you would
14852 configure Gnus to split mail from that spool into your groups.  You
14853 can still do that with nnmaildir, but the more common configuration is
14854 to have your mail delivered directly to the maildirs that appear as
14855 group in Gnus.
14856
14857 nnmaildir is designed to be perfectly reliable: @kbd{C-g} will never
14858 corrupt its data in memory, and @code{SIGKILL} will never corrupt its
14859 data in the filesystem.
14860
14861 nnmaildir stores article marks and @acronym{NOV} data in each maildir.  So you
14862 can copy a whole maildir from one Gnus setup to another, and you will
14863 keep your marks.
14864
14865 Virtual server settings:
14866
14867 @table @code
14868 @item directory
14869 For each of your nnmaildir servers (it's very unlikely that you'd need
14870 more than one), you need to create a directory and populate it with
14871 maildirs or symlinks to maildirs (and nothing else; do not choose a
14872 directory already used for other purposes).  Each maildir will be
14873 represented in Gnus as a newsgroup on that server; the filename of the
14874 symlink will be the name of the group.  Any filenames in the directory
14875 starting with @samp{.} are ignored.  The directory is scanned when you
14876 first start Gnus, and each time you type @kbd{g} in the group buffer;
14877 if any maildirs have been removed or added, nnmaildir notices at these
14878 times.
14879
14880 The value of the @code{directory} parameter should be a Lisp form
14881 which is processed by @code{eval} and @code{expand-file-name} to get
14882 the path of the directory for this server.  The form is @code{eval}ed
14883 only when the server is opened; the resulting string is used until the
14884 server is closed.  (If you don't know about forms and @code{eval},
14885 don't worry---a simple string will work.)  This parameter is not
14886 optional; you must specify it.  I don't recommend using
14887 @code{"~/Mail"} or a subdirectory of it; several other parts of Gnus
14888 use that directory by default for various things, and may get confused
14889 if nnmaildir uses it too.  @code{"~/.nnmaildir"} is a typical value.
14890
14891 @item target-prefix
14892 This should be a Lisp form which is processed by @code{eval} and
14893 @code{expand-file-name}.  The form is @code{eval}ed only when the
14894 server is opened; the resulting string is used until the server is
14895 closed.
14896
14897 When you create a group on an nnmaildir server, the maildir is created
14898 with @code{target-prefix} prepended to its name, and a symlink
14899 pointing to that maildir is created, named with the plain group name.
14900 So if @code{directory} is @code{"~/.nnmaildir"} and
14901 @code{target-prefix} is @code{"../maildirs/"}, then when you create
14902 the group @code{foo}, nnmaildir will create
14903 @file{~/.nnmaildir/../maildirs/foo} as a maildir, and will create
14904 @file{~/.nnmaildir/foo} as a symlink pointing to
14905 @file{../maildirs/foo}.
14906
14907 You can set @code{target-prefix} to a string without any slashes to
14908 create both maildirs and symlinks in the same @code{directory}; in
14909 this case, any maildirs found in @code{directory} whose names start
14910 with @code{target-prefix} will not be listed as groups (but the
14911 symlinks pointing to them will be).
14912
14913 As a special case, if @code{target-prefix} is @code{""} (the default),
14914 then when you create a group, the maildir will be created in
14915 @code{directory} without a corresponding symlink.  Beware that you
14916 cannot use @code{gnus-group-delete-group} on such groups without the
14917 @code{force} argument.
14918
14919 @item directory-files
14920 This should be a function with the same interface as
14921 @code{directory-files} (such as @code{directory-files} itself).  It is
14922 used to scan the server's @code{directory} for maildirs.  This
14923 parameter is optional; the default is
14924 @code{nnheader-directory-files-safe} if
14925 @code{nnheader-directory-files-is-safe} is @code{nil}, and
14926 @code{directory-files} otherwise.
14927 (@code{nnheader-directory-files-is-safe} is checked only once when the
14928 server is opened; if you want to check it each time the directory is
14929 scanned, you'll have to provide your own function that does that.)
14930
14931 @item get-new-mail
14932 If non-@code{nil}, then after scanning for new mail in the group
14933 maildirs themselves as usual, this server will also incorporate mail
14934 the conventional Gnus way, from @code{mail-sources} according to
14935 @code{nnmail-split-methods} or @code{nnmail-split-fancy}.  The default
14936 value is @code{nil}.
14937
14938 Do @emph{not} use the same maildir both in @code{mail-sources} and as
14939 an nnmaildir group.  The results might happen to be useful, but that
14940 would be by chance, not by design, and the results might be different
14941 in the future.  If your split rules create new groups, remember to
14942 supply a @code{create-directory} server parameter.
14943 @end table
14944
14945 @subsubsection Group parameters
14946
14947 nnmaildir uses several group parameters.  It's safe to ignore all
14948 this; the default behavior for nnmaildir is the same as the default
14949 behavior for other mail back ends: articles are deleted after one week,
14950 etc.  Except for the expiry parameters, all this functionality is
14951 unique to nnmaildir, so you can ignore it if you're just trying to
14952 duplicate the behavior you already have with another back end.
14953
14954 If the value of any of these parameters is a vector, the first element
14955 is evaluated as a Lisp form and the result is used, rather than the
14956 original value.  If the value is not a vector, the value itself is
14957 evaluated as a Lisp form.  (This is why these parameters use names
14958 different from those of other, similar parameters supported by other
14959 back ends: they have different, though similar, meanings.)  (For
14960 numbers, strings, @code{nil}, and @code{t}, you can ignore the
14961 @code{eval} business again; for other values, remember to use an extra
14962 quote and wrap the value in a vector when appropriate.)
14963
14964 @table @code
14965 @item expire-age
14966 An integer specifying the minimum age, in seconds, of an article before
14967 it will be expired, or the symbol @code{never} to specify that
14968 articles should never be expired.  If this parameter is not set,
14969 nnmaildir falls back to the usual
14970 @code{nnmail-expiry-wait}(@code{-function}) variables (overrideable by
14971 the @code{expiry-wait}(@code{-function}) group parameters.  If you
14972 wanted a value of 3 days, you could use something like @code{[(* 3 24
14973 60 60)]}; nnmaildir will evaluate the form and use the result.  An
14974 article's age is measured starting from the article file's
14975 modification time.  Normally, this is the same as the article's
14976 delivery time, but editing an article makes it younger.  Moving an
14977 article (other than via expiry) may also make an article younger.
14978
14979 @item expire-group
14980 If this is set to a string such as a full Gnus group name, like
14981 @example
14982 "backend+server.address.string:group.name"
14983 @end example
14984 and if it is not the name of the same group that the parameter belongs
14985 to, then articles will be moved to the specified group during expiry
14986 before being deleted.  @emph{If this is set to an nnmaildir group, the
14987 article will be just as old in the destination group as it was in the
14988 source group.}  So be careful with @code{expire-age} in the
14989 destination group.  If this is set to the name of the same group that
14990 the parameter belongs to, then the article is not expired at all.  If
14991 you use the vector form, the first element is evaluated once for each
14992 article.  So that form can refer to
14993 @code{nnmaildir-article-file-name}, etc., to decide where to put the
14994 article.  @emph{If this parameter is not set, nnmaildir does not fall
14995 back to the @code{expiry-target} group parameter or the
14996 @code{nnmail-expiry-target} variable.}
14997
14998 @item read-only
14999 If this is set to @code{t}, nnmaildir will treat the articles in this
15000 maildir as read-only.  This means: articles are not renamed from
15001 @file{new/} into @file{cur/}; articles are only found in @file{new/},
15002 not @file{cur/}; articles are never deleted; articles cannot be
15003 edited.  @file{new/} is expected to be a symlink to the @file{new/}
15004 directory of another maildir---e.g., a system-wide mailbox containing
15005 a mailing list of common interest.  Everything in the maildir outside
15006 @file{new/} is @emph{not} treated as read-only, so for a shared
15007 mailbox, you do still need to set up your own maildir (or have write
15008 permission to the shared mailbox); your maildir just won't contain
15009 extra copies of the articles.
15010
15011 @item directory-files
15012 A function with the same interface as @code{directory-files}.  It is
15013 used to scan the directories in the maildir corresponding to this
15014 group to find articles.  The default is the function specified by the
15015 server's @code{directory-files} parameter.
15016
15017 @item distrust-Lines:
15018 If non-@code{nil}, nnmaildir will always count the lines of an
15019 article, rather than use the @code{Lines:} header field.  If
15020 @code{nil}, the header field will be used if present.
15021
15022 @item always-marks
15023 A list of mark symbols, such as
15024 @code{['(read expire)]}.  Whenever Gnus asks nnmaildir for
15025 article marks, nnmaildir will say that all articles have these
15026 marks, regardless of whether the marks stored in the filesystem
15027 say so.  This is a proof-of-concept feature that will probably be
15028 removed eventually; it ought to be done in Gnus proper, or
15029 abandoned if it's not worthwhile.
15030
15031 @item never-marks
15032 A list of mark symbols, such as @code{['(tick expire)]}.  Whenever
15033 Gnus asks nnmaildir for article marks, nnmaildir will say that no
15034 articles have these marks, regardless of whether the marks stored in
15035 the filesystem say so.  @code{never-marks} overrides
15036 @code{always-marks}.  This is a proof-of-concept feature that will
15037 probably be removed eventually; it ought to be done in Gnus proper, or
15038 abandoned if it's not worthwhile.
15039
15040 @item nov-cache-size
15041 An integer specifying the size of the @acronym{NOV} memory cache.  To speed
15042 things up, nnmaildir keeps @acronym{NOV} data in memory for a limited number of
15043 articles in each group.  (This is probably not worthwhile, and will
15044 probably be removed in the future.)  This parameter's value is noticed
15045 only the first time a group is seen after the server is opened---i.e.,
15046 when you first start Gnus, typically.  The @acronym{NOV} cache is never resized
15047 until the server is closed and reopened.  The default is an estimate
15048 of the number of articles that would be displayed in the summary
15049 buffer: a count of articles that are either marked with @code{tick} or
15050 not marked with @code{read}, plus a little extra.
15051 @end table
15052
15053 @subsubsection Article identification
15054 Articles are stored in the @file{cur/} subdirectory of each maildir.
15055 Each article file is named like @code{uniq:info}, where @code{uniq}
15056 contains no colons.  nnmaildir ignores, but preserves, the
15057 @code{:info} part.  (Other maildir readers typically use this part of
15058 the filename to store marks.)  The @code{uniq} part uniquely
15059 identifies the article, and is used in various places in the
15060 @file{.nnmaildir/} subdirectory of the maildir to store information
15061 about the corresponding article.  The full pathname of an article is
15062 available in the variable @code{nnmaildir-article-file-name} after you
15063 request the article in the summary buffer.
15064
15065 @subsubsection NOV data
15066 An article identified by @code{uniq} has its @acronym{NOV} data (used to
15067 generate lines in the summary buffer) stored in
15068 @code{.nnmaildir/nov/uniq}.  There is no
15069 @code{nnmaildir-generate-nov-databases} function.  (There isn't much
15070 need for it---an article's @acronym{NOV} data is updated automatically when the
15071 article or @code{nnmail-extra-headers} has changed.)  You can force
15072 nnmaildir to regenerate the @acronym{NOV} data for a single article simply by
15073 deleting the corresponding @acronym{NOV} file, but @emph{beware}: this will also
15074 cause nnmaildir to assign a new article number for this article, which
15075 may cause trouble with @code{seen} marks, the Agent, and the cache.
15076
15077 @subsubsection Article marks
15078 An article identified by @code{uniq} is considered to have the mark
15079 @code{flag} when the file @file{.nnmaildir/marks/flag/uniq} exists.
15080 When Gnus asks nnmaildir for a group's marks, nnmaildir looks for such
15081 files and reports the set of marks it finds.  When Gnus asks nnmaildir
15082 to store a new set of marks, nnmaildir creates and deletes the
15083 corresponding files as needed.  (Actually, rather than create a new
15084 file for each mark, it just creates hard links to
15085 @file{.nnmaildir/markfile}, to save inodes.)
15086
15087 You can invent new marks by creating a new directory in
15088 @file{.nnmaildir/marks/}.  You can tar up a maildir and remove it from
15089 your server, untar it later, and keep your marks.  You can add and
15090 remove marks yourself by creating and deleting mark files.  If you do
15091 this while Gnus is running and your nnmaildir server is open, it's
15092 best to exit all summary buffers for nnmaildir groups and type @kbd{s}
15093 in the group buffer first, and to type @kbd{g} or @kbd{M-g} in the
15094 group buffer afterwards.  Otherwise, Gnus might not pick up the
15095 changes, and might undo them.
15096
15097
15098 @node Mail Folders
15099 @subsubsection Mail Folders
15100 @cindex nnfolder
15101 @cindex mbox folders
15102 @cindex mail folders
15103
15104 @code{nnfolder} is a back end for storing each mail group in a separate
15105 file.  Each file is in the standard Un*x mbox format.  @code{nnfolder}
15106 will add extra headers to keep track of article numbers and arrival
15107 dates.
15108
15109 @cindex self contained nnfolder servers
15110 @cindex marks
15111 When the marks file is used (which it is by default), @code{nnfolder}
15112 servers have the property that you may backup them using @code{tar} or
15113 similar, and later be able to restore them into Gnus (by adding the
15114 proper @code{nnfolder} server) and have all your marks be preserved.
15115 Marks for a group is usually stored in a file named as the mbox file
15116 with @code{.mrk} concatenated to it (but see
15117 @code{nnfolder-marks-file-suffix}) within the @code{nnfolder} directory.
15118 Individual @code{nnfolder} groups are also possible to backup, use
15119 @kbd{G m} to restore the group (after restoring the backup into the
15120 @code{nnfolder} directory).
15121
15122 Virtual server settings:
15123
15124 @table @code
15125 @item nnfolder-directory
15126 @vindex nnfolder-directory
15127 All the @code{nnfolder} mail boxes will be stored under this directory.
15128 The default is the value of @code{message-directory} (whose default is
15129 @file{~/Mail})
15130
15131 @item nnfolder-active-file
15132 @vindex nnfolder-active-file
15133 The name of the active file.  The default is @file{~/Mail/active}.
15134
15135 @item nnfolder-newsgroups-file
15136 @vindex nnfolder-newsgroups-file
15137 The name of the group descriptions file.  @xref{Newsgroups File
15138 Format}.  The default is @file{~/Mail/newsgroups}
15139
15140 @item nnfolder-get-new-mail
15141 @vindex nnfolder-get-new-mail
15142 If non-@code{nil}, @code{nnfolder} will read incoming mail.  The default
15143 is @code{t}
15144
15145 @item nnfolder-save-buffer-hook
15146 @vindex nnfolder-save-buffer-hook
15147 @cindex backup files
15148 Hook run before saving the folders.  Note that Emacs does the normal
15149 backup renaming of files even with the @code{nnfolder} buffers.  If you
15150 wish to switch this off, you could say something like the following in
15151 your @file{.emacs} file:
15152
15153 @lisp
15154 (defun turn-off-backup ()
15155   (set (make-local-variable 'backup-inhibited) t))
15156
15157 (add-hook 'nnfolder-save-buffer-hook 'turn-off-backup)
15158 @end lisp
15159
15160 @item nnfolder-delete-mail-hook
15161 @vindex nnfolder-delete-mail-hook
15162 Hook run in a buffer narrowed to the message that is to be deleted.
15163 This function can be used to copy the message to somewhere else, or to
15164 extract some information from it before removing it.
15165
15166 @item nnfolder-nov-is-evil
15167 @vindex nnfolder-nov-is-evil
15168 If non-@code{nil}, this back end will ignore any @acronym{NOV} files.  The
15169 default is @code{nil}.
15170
15171 @item nnfolder-nov-file-suffix
15172 @vindex nnfolder-nov-file-suffix
15173 The extension for @acronym{NOV} files.  The default is @file{.nov}.
15174
15175 @item nnfolder-nov-directory
15176 @vindex nnfolder-nov-directory
15177 The directory where the @acronym{NOV} files should be stored.  If
15178 @code{nil}, @code{nnfolder-directory} is used.
15179
15180 @item nnfolder-marks-is-evil
15181 @vindex nnfolder-marks-is-evil
15182 If non-@code{nil}, this back end will ignore any @sc{marks} files.  The
15183 default is @code{nil}.
15184
15185 @item nnfolder-marks-file-suffix
15186 @vindex nnfolder-marks-file-suffix
15187 The extension for @sc{marks} files.  The default is @file{.mrk}.
15188
15189 @item nnfolder-marks-directory
15190 @vindex nnfolder-marks-directory
15191 The directory where the @sc{marks} files should be stored.  If
15192 @code{nil}, @code{nnfolder-directory} is used.
15193
15194 @end table
15195
15196
15197 @findex nnfolder-generate-active-file
15198 @kindex M-x nnfolder-generate-active-file
15199 If you have lots of @code{nnfolder}-like files you'd like to read with
15200 @code{nnfolder}, you can use the @kbd{M-x nnfolder-generate-active-file}
15201 command to make @code{nnfolder} aware of all likely files in
15202 @code{nnfolder-directory}.  This only works if you use long file names,
15203 though.
15204
15205 @node Comparing Mail Back Ends
15206 @subsubsection Comparing Mail Back Ends
15207
15208 First, just for terminology, the @dfn{back end} is the common word for a
15209 low-level access method---a transport, if you will, by which something
15210 is acquired.  The sense is that one's mail has to come from somewhere,
15211 and so selection of a suitable back end is required in order to get that
15212 mail within spitting distance of Gnus.
15213
15214 The same concept exists for Usenet itself: Though access to articles is
15215 typically done by @acronym{NNTP} these days, once upon a midnight dreary, everyone
15216 in the world got at Usenet by running a reader on the machine where the
15217 articles lay (the machine which today we call an @acronym{NNTP} server), and
15218 access was by the reader stepping into the articles' directory spool
15219 area directly.  One can still select between either the @code{nntp} or
15220 @code{nnspool} back ends, to select between these methods, if one happens
15221 actually to live on the server (or can see its spool directly, anyway,
15222 via NFS).
15223
15224 The goal in selecting a mail back end is to pick one which
15225 simultaneously represents a suitable way of dealing with the original
15226 format plus leaving mail in a form that is convenient to use in the
15227 future.  Here are some high and low points on each:
15228
15229 @table @code
15230 @item nnmbox
15231
15232 UNIX systems have historically had a single, very common, and well-
15233 defined format.  All messages arrive in a single @dfn{spool file}, and
15234 they are delineated by a line whose regular expression matches
15235 @samp{^From_}.  (My notational use of @samp{_} is to indicate a space,
15236 to make it clear in this instance that this is not the RFC-specified
15237 @samp{From:} header.)  Because Emacs and therefore Gnus emanate
15238 historically from the Unix environment, it is simplest if one does not
15239 mess a great deal with the original mailbox format, so if one chooses
15240 this back end, Gnus' primary activity in getting mail from the real spool
15241 area to Gnus' preferred directory is simply to copy it, with no
15242 (appreciable) format change in the process.  It is the ``dumbest'' way
15243 to move mail into availability in the Gnus environment.  This makes it
15244 fast to move into place, but slow to parse, when Gnus has to look at
15245 what's where.
15246
15247 @item nnbabyl
15248
15249 Once upon a time, there was the DEC-10 and DEC-20, running operating
15250 systems called TOPS and related things, and the usual (only?) mail
15251 reading environment was a thing called Babyl.  I don't know what format
15252 was used for mail landing on the system, but Babyl had its own internal
15253 format to which mail was converted, primarily involving creating a
15254 spool-file-like entity with a scheme for inserting Babyl-specific
15255 headers and status bits above the top of each message in the file.
15256 Rmail was Emacs' first mail reader, it was written by Richard Stallman,
15257 and Stallman came out of that TOPS/Babyl environment, so he wrote Rmail
15258 to understand the mail files folks already had in existence.  Gnus (and
15259 VM, for that matter) continue to support this format because it's
15260 perceived as having some good qualities in those mailer-specific
15261 headers/status bits stuff.  Rmail itself still exists as well, of
15262 course, and is still maintained by Stallman.
15263
15264 Both of the above forms leave your mail in a single file on your
15265 file system, and they must parse that entire file each time you take a
15266 look at your mail.
15267
15268 @item nnml
15269
15270 @code{nnml} is the back end which smells the most as though you were
15271 actually operating with an @code{nnspool}-accessed Usenet system.  (In
15272 fact, I believe @code{nnml} actually derived from @code{nnspool} code,
15273 lo these years ago.)  One's mail is taken from the original spool file,
15274 and is then cut up into individual message files, 1:1.  It maintains a
15275 Usenet-style active file (analogous to what one finds in an INN- or
15276 CNews-based news system in (for instance) @file{/var/lib/news/active},
15277 or what is returned via the @samp{NNTP LIST} verb) and also creates
15278 @dfn{overview} files for efficient group entry, as has been defined for
15279 @acronym{NNTP} servers for some years now.  It is slower in mail-splitting,
15280 due to the creation of lots of files, updates to the @code{nnml} active
15281 file, and additions to overview files on a per-message basis, but it is
15282 extremely fast on access because of what amounts to the indexing support
15283 provided by the active file and overviews.
15284
15285 @code{nnml} costs @dfn{inodes} in a big way; that is, it soaks up the
15286 resource which defines available places in the file system to put new
15287 files.  Sysadmins take a dim view of heavy inode occupation within
15288 tight, shared file systems.  But if you live on a personal machine where
15289 the file system is your own and space is not at a premium, @code{nnml}
15290 wins big.
15291
15292 It is also problematic using this back end if you are living in a
15293 FAT16-based Windows world, since much space will be wasted on all these
15294 tiny files.
15295
15296 @item nnmh
15297
15298 The Rand MH mail-reading system has been around UNIX systems for a very
15299 long time; it operates by splitting one's spool file of messages into
15300 individual files, but with little or no indexing support---@code{nnmh}
15301 is considered to be semantically equivalent to ``@code{nnml} without
15302 active file or overviews''.  This is arguably the worst choice, because
15303 one gets the slowness of individual file creation married to the
15304 slowness of access parsing when learning what's new in one's groups.
15305
15306 @item nnfolder
15307
15308 Basically the effect of @code{nnfolder} is @code{nnmbox} (the first
15309 method described above) on a per-group basis.  That is, @code{nnmbox}
15310 itself puts @emph{all} one's mail in one file; @code{nnfolder} provides a
15311 little bit of optimization to this so that each of one's mail groups has
15312 a Unix mail box file.  It's faster than @code{nnmbox} because each group
15313 can be parsed separately, and still provides the simple Unix mail box
15314 format requiring minimal effort in moving the mail around.  In addition,
15315 it maintains an ``active'' file making it much faster for Gnus to figure
15316 out how many messages there are in each separate group.
15317
15318 If you have groups that are expected to have a massive amount of
15319 messages, @code{nnfolder} is not the best choice, but if you receive
15320 only a moderate amount of mail, @code{nnfolder} is probably the most
15321 friendly mail back end all over.
15322
15323 @item nnmaildir
15324
15325 For configuring expiry and other things, @code{nnmaildir} uses
15326 incompatible group parameters, slightly different from those of other
15327 mail back ends.
15328
15329 @code{nnmaildir} is largely similar to @code{nnml}, with some notable
15330 differences.  Each message is stored in a separate file, but the
15331 filename is unrelated to the article number in Gnus.  @code{nnmaildir}
15332 also stores the equivalent of @code{nnml}'s overview files in one file
15333 per article, so it uses about twice as many inodes as @code{nnml}.  (Use
15334 @code{df -i} to see how plentiful your inode supply is.)  If this slows
15335 you down or takes up very much space, consider switching to
15336 @uref{http://www.namesys.com/, ReiserFS} or another non-block-structured
15337 file system.
15338
15339 Since maildirs don't require locking for delivery, the maildirs you use
15340 as groups can also be the maildirs your mail is directly delivered to.
15341 This means you can skip Gnus' mail splitting if your mail is already
15342 organized into different mailboxes during delivery.  A @code{directory}
15343 entry in @code{mail-sources} would have a similar effect, but would
15344 require one set of mailboxes for spooling deliveries (in mbox format,
15345 thus damaging message bodies), and another set to be used as groups (in
15346 whatever format you like).  A maildir has a built-in spool, in the
15347 @code{new/} subdirectory.  Beware that currently, mail moved from
15348 @code{new/} to @code{cur/} instead of via mail splitting will not
15349 undergo treatment such as duplicate checking.
15350
15351 @code{nnmaildir} stores article marks for a given group in the
15352 corresponding maildir, in a way designed so that it's easy to manipulate
15353 them from outside Gnus.  You can tar up a maildir, unpack it somewhere
15354 else, and still have your marks.  @code{nnml} also stores marks, but
15355 it's not as easy to work with them from outside Gnus as with
15356 @code{nnmaildir}.
15357
15358 @code{nnmaildir} uses a significant amount of memory to speed things up.
15359 (It keeps in memory some of the things that @code{nnml} stores in files
15360 and that @code{nnmh} repeatedly parses out of message files.)  If this
15361 is a problem for you, you can set the @code{nov-cache-size} group
15362 parameter to something small (0 would probably not work, but 1 probably
15363 would) to make it use less memory.  This caching will probably be
15364 removed in the future.
15365
15366 Startup is likely to be slower with @code{nnmaildir} than with other
15367 back ends.  Everything else is likely to be faster, depending in part
15368 on your file system.
15369
15370 @code{nnmaildir} does not use @code{nnoo}, so you cannot use @code{nnoo}
15371 to write an @code{nnmaildir}-derived back end.
15372
15373 @end table
15374
15375
15376 @node Browsing the Web
15377 @section Browsing the Web
15378 @cindex web
15379 @cindex browsing the web
15380 @cindex www
15381 @cindex http
15382
15383 Web-based discussion forums are getting more and more popular.  On many
15384 subjects, the web-based forums have become the most important forums,
15385 eclipsing the importance of mailing lists and news groups.  The reason
15386 is easy to understand---they are friendly to new users; you just point
15387 and click, and there's the discussion.  With mailing lists, you have to
15388 go through a cumbersome subscription procedure, and most people don't
15389 even know what a news group is.
15390
15391 The problem with this scenario is that web browsers are not very good at
15392 being newsreaders.  They do not keep track of what articles you've read;
15393 they do not allow you to score on subjects you're interested in; they do
15394 not allow off-line browsing; they require you to click around and drive
15395 you mad in the end.
15396
15397 So---if web browsers suck at reading discussion forums, why not use Gnus
15398 to do it instead?
15399
15400 Gnus has been getting a bit of a collection of back ends for providing
15401 interfaces to these sources.
15402
15403 @menu
15404 * Archiving Mail::
15405 * Web Searches::                Creating groups from articles that match a string.
15406 * Slashdot::                    Reading the Slashdot comments.
15407 * Ultimate::                    The Ultimate Bulletin Board systems.
15408 * Web Archive::                 Reading mailing list archived on web.
15409 * RSS::                         Reading RDF site summary.
15410 * Customizing w3::              Doing stuff to Emacs/w3 from Gnus.
15411 @end menu
15412
15413 All the web sources require Emacs/w3 and the url library to work.
15414
15415 The main caveat with all these web sources is that they probably won't
15416 work for a very long time.  Gleaning information from the @acronym{HTML} data
15417 is guesswork at best, and when the layout is altered, the Gnus back end
15418 will fail.  If you have reasonably new versions of these back ends,
15419 though, you should be ok.
15420
15421 One thing all these Web methods have in common is that the Web sources
15422 are often down, unavailable or just plain too slow to be fun.  In those
15423 cases, it makes a lot of sense to let the Gnus Agent (@pxref{Gnus
15424 Unplugged}) handle downloading articles, and then you can read them at
15425 leisure from your local disk.  No more World Wide Wait for you.
15426
15427 @node Archiving Mail
15428 @subsection Archiving Mail
15429 @cindex archiving mail
15430 @cindex backup of mail
15431
15432 Some of the back ends, notably @code{nnml}, @code{nnfolder}, and
15433 @code{nnmaildir}, now actually store the article marks with each group.
15434 For these servers, archiving and restoring a group while preserving
15435 marks is fairly simple.
15436
15437 (Preserving the group level and group parameters as well still
15438 requires ritual dancing and sacrifices to the @file{.newsrc.eld} deity
15439 though.)
15440
15441 To archive an entire @code{nnml}, @code{nnfolder}, or @code{nnmaildir}
15442 server, take a recursive copy of the server directory.  There is no need
15443 to shut down Gnus, so archiving may be invoked by @code{cron} or
15444 similar.  You restore the data by restoring the directory tree, and
15445 adding a server definition pointing to that directory in Gnus.  The
15446 @ref{Article Backlog}, @ref{Asynchronous Fetching} and other things
15447 might interfere with overwriting data, so you may want to shut down Gnus
15448 before you restore the data.
15449
15450 It is also possible to archive individual @code{nnml},
15451 @code{nnfolder}, or @code{nnmaildir} groups, while preserving marks.
15452 For @code{nnml} or @code{nnmaildir}, you copy all files in the group's
15453 directory.  For @code{nnfolder} you need to copy both the base folder
15454 file itself (@file{FOO}, say), and the marks file (@file{FOO.mrk} in
15455 this example).  Restoring the group is done with @kbd{G m} from the Group
15456 buffer.  The last step makes Gnus notice the new directory.
15457 @code{nnmaildir} notices the new directory automatically, so @kbd{G m}
15458 is unnecessary in that case.
15459
15460 @node Web Searches
15461 @subsection Web Searches
15462 @cindex nnweb
15463 @cindex Google
15464 @cindex dejanews
15465 @cindex gmane
15466 @cindex Usenet searches
15467 @cindex searching the Usenet
15468
15469 It's, like, too neat to search the Usenet for articles that match a
15470 string, but it, like, totally @emph{sucks}, like, totally, to use one of
15471 those, like, Web browsers, and you, like, have to, rilly, like, look at
15472 the commercials, so, like, with Gnus you can do @emph{rad}, rilly,
15473 searches without having to use a browser.
15474
15475 The @code{nnweb} back end allows an easy interface to the mighty search
15476 engine.  You create an @code{nnweb} group, enter a search pattern, and
15477 then enter the group and read the articles like you would any normal
15478 group.  The @kbd{G w} command in the group buffer (@pxref{Foreign
15479 Groups}) will do this in an easy-to-use fashion.
15480
15481 @code{nnweb} groups don't really lend themselves to being solid
15482 groups---they have a very fleeting idea of article numbers.  In fact,
15483 each time you enter an @code{nnweb} group (not even changing the search
15484 pattern), you are likely to get the articles ordered in a different
15485 manner.  Not even using duplicate suppression (@pxref{Duplicate
15486 Suppression}) will help, since @code{nnweb} doesn't even know the
15487 @code{Message-ID} of the articles before reading them using some search
15488 engines (Google, for instance).  The only possible way to keep track
15489 of which articles you've read is by scoring on the @code{Date}
15490 header---mark all articles posted before the last date you read the
15491 group as read.
15492
15493 If the search engine changes its output substantially, @code{nnweb}
15494 won't be able to parse it and will fail.  One could hardly fault the Web
15495 providers if they were to do this---their @emph{raison d'être} is to
15496 make money off of advertisements, not to provide services to the
15497 community.  Since @code{nnweb} washes the ads off all the articles, one
15498 might think that the providers might be somewhat miffed.  We'll see.
15499
15500 You must have the @code{url} and @code{w3} package installed to be able
15501 to use @code{nnweb}.
15502
15503 Virtual server variables:
15504
15505 @table @code
15506 @item nnweb-type
15507 @vindex nnweb-type
15508 What search engine type is being used.  The currently supported types
15509 are @code{google}, @code{dejanews}, and @code{gmane}.  Note that
15510 @code{dejanews} is an alias to @code{google}.
15511
15512 @item nnweb-search
15513 @vindex nnweb-search
15514 The search string to feed to the search engine.
15515
15516 @item nnweb-max-hits
15517 @vindex nnweb-max-hits
15518 Advisory maximum number of hits per search to display.  The default is
15519 999.
15520
15521 @item nnweb-type-definition
15522 @vindex nnweb-type-definition
15523 Type-to-definition alist.  This alist says what @code{nnweb} should do
15524 with the various search engine types.  The following elements must be
15525 present:
15526
15527 @table @code
15528 @item article
15529 Function to decode the article and provide something that Gnus
15530 understands.
15531
15532 @item map
15533 Function to create an article number to message header and URL alist.
15534
15535 @item search
15536 Function to send the search string to the search engine.
15537
15538 @item address
15539 The address the aforementioned function should send the search string
15540 to.
15541
15542 @item id
15543 Format string URL to fetch an article by @code{Message-ID}.
15544 @end table
15545
15546 @end table
15547
15548
15549 @node Slashdot
15550 @subsection Slashdot
15551 @cindex Slashdot
15552 @cindex nnslashdot
15553
15554 @uref{http://slashdot.org/, Slashdot} is a popular news site, with
15555 lively discussion following the news articles.  @code{nnslashdot} will
15556 let you read this forum in a convenient manner.
15557
15558 The easiest way to read this source is to put something like the
15559 following in your @file{~/.gnus.el} file:
15560
15561 @lisp
15562 (setq gnus-secondary-select-methods
15563       '((nnslashdot "")))
15564 @end lisp
15565
15566 This will make Gnus query the @code{nnslashdot} back end for new comments
15567 and groups.  The @kbd{F} command will subscribe each new news article as
15568 a new Gnus group, and you can read the comments by entering these
15569 groups.  (Note that the default subscription method is to subscribe new
15570 groups as zombies.  Other methods are available (@pxref{Subscription
15571 Methods}).
15572
15573 If you want to remove an old @code{nnslashdot} group, the @kbd{G DEL}
15574 command is the most handy tool (@pxref{Foreign Groups}).
15575
15576 When following up to @code{nnslashdot} comments (or posting new
15577 comments), some light @acronym{HTML}izations will be performed.  In
15578 particular, text quoted with @samp{> } will be quoted with
15579 @code{blockquote} instead, and signatures will have @code{br} added to
15580 the end of each line.  Other than that, you can just write @acronym{HTML}
15581 directly into the message buffer.  Note that Slashdot filters out some
15582 @acronym{HTML} forms.
15583
15584 The following variables can be altered to change its behavior:
15585
15586 @table @code
15587 @item nnslashdot-threaded
15588 Whether @code{nnslashdot} should display threaded groups or not.  The
15589 default is @code{t}.  To be able to display threads, @code{nnslashdot}
15590 has to retrieve absolutely all comments in a group upon entry.  If a
15591 threaded display is not required, @code{nnslashdot} will only retrieve
15592 the comments that are actually wanted by the user.  Threading is nicer,
15593 but much, much slower than unthreaded.
15594
15595 @item nnslashdot-login-name
15596 @vindex nnslashdot-login-name
15597 The login name to use when posting.
15598
15599 @item nnslashdot-password
15600 @vindex nnslashdot-password
15601 The password to use when posting.
15602
15603 @item nnslashdot-directory
15604 @vindex nnslashdot-directory
15605 Where @code{nnslashdot} will store its files.  The default is
15606 @file{~/News/slashdot/}.
15607
15608 @item nnslashdot-active-url
15609 @vindex nnslashdot-active-url
15610 The @sc{url} format string that will be used to fetch the information on
15611 news articles and comments.  The default is@*
15612 @samp{http://slashdot.org/search.pl?section=&min=%d}.
15613
15614 @item nnslashdot-comments-url
15615 @vindex nnslashdot-comments-url
15616 The @sc{url} format string that will be used to fetch comments.  The
15617 default is
15618 @samp{http://slashdot.org/comments.pl?sid=%s&threshold=%d&commentsort=%d&mode=flat&startat=%d}.
15619
15620 @item nnslashdot-article-url
15621 @vindex nnslashdot-article-url
15622 The @sc{url} format string that will be used to fetch the news article.  The
15623 default is
15624 @samp{http://slashdot.org/article.pl?sid=%s&mode=nocomment}.
15625
15626 @item nnslashdot-threshold
15627 @vindex nnslashdot-threshold
15628 The score threshold.  The default is -1.
15629
15630 @item nnslashdot-group-number
15631 @vindex nnslashdot-group-number
15632 The number of old groups, in addition to the ten latest, to keep
15633 updated.  The default is 0.
15634
15635 @end table
15636
15637
15638
15639 @node Ultimate
15640 @subsection Ultimate
15641 @cindex nnultimate
15642 @cindex Ultimate Bulletin Board
15643
15644 @uref{http://www.ultimatebb.com/, The Ultimate Bulletin Board} is
15645 probably the most popular Web bulletin board system used.  It has a
15646 quite regular and nice interface, and it's possible to get the
15647 information Gnus needs to keep groups updated.
15648
15649 The easiest way to get started with @code{nnultimate} is to say
15650 something like the following in the group buffer:  @kbd{B nnultimate RET
15651 http://www.tcj.com/messboard/ubbcgi/ RET}.  (Substitute the @sc{url}
15652 (not including @samp{Ultimate.cgi} or the like at the end) for a forum
15653 you're interested in; there's quite a list of them on the Ultimate web
15654 site.)  Then subscribe to the groups you're interested in from the
15655 server buffer, and read them from the group buffer.
15656
15657 The following @code{nnultimate} variables can be altered:
15658
15659 @table @code
15660 @item nnultimate-directory
15661 @vindex nnultimate-directory
15662 The directory where @code{nnultimate} stores its files.  The default is@*
15663 @file{~/News/ultimate/}.
15664 @end table
15665
15666
15667 @node Web Archive
15668 @subsection Web Archive
15669 @cindex nnwarchive
15670 @cindex Web Archive
15671
15672 Some mailing lists only have archives on Web servers, such as
15673 @uref{http://www.egroups.com/} and
15674 @uref{http://www.mail-archive.com/}.  It has a quite regular and nice
15675 interface, and it's possible to get the information Gnus needs to keep
15676 groups updated.
15677
15678 @findex gnus-group-make-warchive-group
15679 The easiest way to get started with @code{nnwarchive} is to say
15680 something like the following in the group buffer: @kbd{M-x
15681 gnus-group-make-warchive-group RET @var{an_egroup} RET egroups RET
15682 www.egroups.com RET @var{your@@email.address} RET}.  (Substitute the
15683 @var{an_egroup} with the mailing list you subscribed, the
15684 @var{your@@email.address} with your email address.), or to browse the
15685 back end by @kbd{B nnwarchive RET mail-archive RET}.
15686
15687 The following @code{nnwarchive} variables can be altered:
15688
15689 @table @code
15690 @item nnwarchive-directory
15691 @vindex nnwarchive-directory
15692 The directory where @code{nnwarchive} stores its files.  The default is@*
15693 @file{~/News/warchive/}.
15694
15695 @item nnwarchive-login
15696 @vindex nnwarchive-login
15697 The account name on the web server.
15698
15699 @item nnwarchive-passwd
15700 @vindex nnwarchive-passwd
15701 The password for your account on the web server.
15702 @end table
15703
15704 @node RSS
15705 @subsection RSS
15706 @cindex nnrss
15707 @cindex RSS
15708
15709 Some sites have RDF site summary (RSS)
15710 @uref{http://purl.org/rss/1.0/spec}.  It has a quite regular and nice
15711 interface, and it's possible to get the information Gnus needs to keep
15712 groups updated.
15713
15714 The easiest way to get started with @code{nnrss} is to say something
15715 like the following in the group buffer: @kbd{B nnrss RET RET}, then
15716 subscribe groups.
15717
15718 The following @code{nnrss} variables can be altered:
15719
15720 @table @code
15721 @item nnrss-directory
15722 @vindex nnrss-directory
15723 The directory where @code{nnrss} stores its files.  The default is
15724 @file{~/News/rss/}.
15725
15726 @end table
15727
15728 The following code may be helpful, if you want to show the description in
15729 the summary buffer.
15730
15731 @lisp
15732 (add-to-list 'nnmail-extra-headers nnrss-description-field)
15733 (setq gnus-summary-line-format "%U%R%z%I%(%[%4L: %-15,15f%]%) %s%uX\n")
15734
15735 (defun gnus-user-format-function-X (header)
15736   (let ((descr
15737          (assq nnrss-description-field (mail-header-extra header))))
15738     (if descr (concat "\n\t" (cdr descr)) "")))
15739 @end lisp
15740
15741 The following code may be useful to open an nnrss url directly from the
15742 summary buffer.
15743 @lisp
15744 (require 'browse-url)
15745
15746 (defun browse-nnrss-url( arg )
15747   (interactive "p")
15748   (let ((url (assq nnrss-url-field
15749                    (mail-header-extra
15750                     (gnus-data-header
15751                      (assq (gnus-summary-article-number)
15752                            gnus-newsgroup-data))))))
15753     (if url
15754         (progn
15755           (browse-url (cdr url))
15756           (gnus-summary-mark-as-read-forward 1))
15757       (gnus-summary-scroll-up arg))))
15758
15759 (eval-after-load "gnus"
15760   #'(define-key gnus-summary-mode-map
15761       (kbd "<RET>") 'browse-nnrss-url))
15762 (add-to-list 'nnmail-extra-headers nnrss-url-field)
15763 @end lisp
15764
15765 @node Customizing w3
15766 @subsection Customizing w3
15767 @cindex w3
15768 @cindex html
15769 @cindex url
15770 @cindex Netscape
15771
15772 Gnus uses the url library to fetch web pages and Emacs/w3 to display web
15773 pages.  Emacs/w3 is documented in its own manual, but there are some
15774 things that may be more relevant for Gnus users.
15775
15776 For instance, a common question is how to make Emacs/w3 follow links
15777 using the @code{browse-url} functions (which will call some external web
15778 browser like Netscape).  Here's one way:
15779
15780 @lisp
15781 (eval-after-load "w3"
15782   '(progn
15783     (fset 'w3-fetch-orig (symbol-function 'w3-fetch))
15784     (defun w3-fetch (&optional url target)
15785       (interactive (list (w3-read-url-with-default)))
15786       (if (eq major-mode 'gnus-article-mode)
15787           (browse-url url)
15788         (w3-fetch-orig url target)))))
15789 @end lisp
15790
15791 Put that in your @file{.emacs} file, and hitting links in w3-rendered
15792 @acronym{HTML} in the Gnus article buffers will use @code{browse-url} to
15793 follow the link.
15794
15795
15796 @node IMAP
15797 @section IMAP
15798 @cindex nnimap
15799 @cindex @acronym{IMAP}
15800
15801 @acronym{IMAP} is a network protocol for reading mail (or news, or @dots{}),
15802 think of it as a modernized @acronym{NNTP}.  Connecting to a @acronym{IMAP}
15803 server is much similar to connecting to a news server, you just
15804 specify the network address of the server.
15805
15806 @acronym{IMAP} has two properties.  First, @acronym{IMAP} can do
15807 everything that @acronym{POP} can, it can hence be viewed as a
15808 @acronym{POP++}.  Secondly, @acronym{IMAP} is a mail storage protocol,
15809 similar to @acronym{NNTP} being a news storage protocol---however,
15810 @acronym{IMAP} offers more features than @acronym{NNTP} because news
15811 is more or less read-only whereas mail is read-write.
15812
15813 If you want to use @acronym{IMAP} as a @acronym{POP++}, use an imap
15814 entry in @code{mail-sources}.  With this, Gnus will fetch mails from
15815 the @acronym{IMAP} server and store them on the local disk.  This is
15816 not the usage described in this section---@xref{Mail Sources}.
15817
15818 If you want to use @acronym{IMAP} as a mail storage protocol, use an nnimap
15819 entry in @code{gnus-secondary-select-methods}.  With this, Gnus will
15820 manipulate mails stored on the @acronym{IMAP} server.  This is the kind of
15821 usage explained in this section.
15822
15823 A server configuration in @file{~/.gnus.el} with a few @acronym{IMAP}
15824 servers might look something like the following.  (Note that for
15825 @acronym{TLS}/@acronym{SSL}, you need external programs and libraries,
15826 see below.)
15827
15828 @lisp
15829 (setq gnus-secondary-select-methods
15830       '((nnimap "simpleserver") ; @r{no special configuration}
15831         ; @r{perhaps a ssh port forwarded server:}
15832         (nnimap "dolk"
15833                 (nnimap-address "localhost")
15834                 (nnimap-server-port 1430))
15835         ; @r{a UW server running on localhost}
15836         (nnimap "barbar"
15837                 (nnimap-server-port 143)
15838                 (nnimap-address "localhost")
15839                 (nnimap-list-pattern ("INBOX" "mail/*")))
15840         ; @r{anonymous public cyrus server:}
15841         (nnimap "cyrus.andrew.cmu.edu"
15842                 (nnimap-authenticator anonymous)
15843                 (nnimap-list-pattern "archive.*")
15844                 (nnimap-stream network))
15845         ; @r{a ssl server on a non-standard port:}
15846         (nnimap "vic20"
15847                 (nnimap-address "vic20.somewhere.com")
15848                 (nnimap-server-port 9930)
15849                 (nnimap-stream ssl))))
15850 @end lisp
15851
15852 After defining the new server, you can subscribe to groups on the
15853 server using normal Gnus commands such as @kbd{U} in the Group Buffer
15854 (@pxref{Subscription Commands}) or via the Server Buffer
15855 (@pxref{Server Buffer}).
15856
15857 The following variables can be used to create a virtual @code{nnimap}
15858 server:
15859
15860 @table @code
15861
15862 @item nnimap-address
15863 @vindex nnimap-address
15864
15865 The address of the remote @acronym{IMAP} server.  Defaults to the virtual
15866 server name if not specified.
15867
15868 @item nnimap-server-port
15869 @vindex nnimap-server-port
15870 Port on server to contact.  Defaults to port 143, or 993 for @acronym{TLS}/@acronym{SSL}.
15871
15872 Note that this should be an integer, example server specification:
15873
15874 @lisp
15875 (nnimap "mail.server.com"
15876         (nnimap-server-port 4711))
15877 @end lisp
15878
15879 @item nnimap-list-pattern
15880 @vindex nnimap-list-pattern
15881 String or list of strings of mailboxes to limit available groups to.
15882 This is used when the server has very many mailboxes and you're only
15883 interested in a few---some servers export your home directory via
15884 @acronym{IMAP}, you'll probably want to limit the mailboxes to those in
15885 @file{~/Mail/*} then.
15886
15887 The string can also be a cons of REFERENCE and the string as above, what
15888 REFERENCE is used for is server specific, but on the University of
15889 Washington server it's a directory that will be concatenated with the
15890 mailbox.
15891
15892 Example server specification:
15893
15894 @lisp
15895 (nnimap "mail.server.com"
15896         (nnimap-list-pattern ("INBOX" "Mail/*" "alt.sex.*"
15897                                ("~friend/Mail/" . "list/*"))))
15898 @end lisp
15899
15900 @item nnimap-stream
15901 @vindex nnimap-stream
15902 The type of stream used to connect to your server.  By default, nnimap
15903 will detect and automatically use all of the below, with the exception
15904 of @acronym{TLS}/@acronym{SSL}.  (@acronym{IMAP} over
15905 @acronym{TLS}/@acronym{SSL} is being replaced by STARTTLS, which can
15906 be automatically detected, but it's not widely deployed yet.)
15907
15908 Example server specification:
15909
15910 @lisp
15911 (nnimap "mail.server.com"
15912         (nnimap-stream ssl))
15913 @end lisp
15914
15915 Please note that the value of @code{nnimap-stream} is a symbol!
15916
15917 @itemize @bullet
15918 @item
15919 @dfn{gssapi:} Connect with GSSAPI (usually Kerberos 5).  Requires the
15920 @samp{gsasl} or @samp{imtest} program.
15921 @item
15922 @dfn{kerberos4:} Connect with Kerberos 4.  Requires the @samp{imtest} program.
15923 @item
15924 @dfn{starttls:} Connect via the STARTTLS extension (similar to
15925 @acronym{TLS}/@acronym{SSL}).  Requires the external library @samp{starttls.el} and program
15926 @samp{starttls}.
15927 @item
15928 @dfn{tls:} Connect through @acronym{TLS}.  Requires GNUTLS (the program
15929 @samp{gnutls-cli}).
15930 @item
15931 @dfn{ssl:} Connect through @acronym{SSL}.  Requires OpenSSL (the program
15932 @samp{openssl}) or SSLeay (@samp{s_client}).
15933 @item
15934 @dfn{shell:} Use a shell command to start @acronym{IMAP} connection.
15935 @item
15936 @dfn{network:} Plain, TCP/IP network connection.
15937 @end itemize
15938
15939 @vindex imap-kerberos4-program
15940 The @samp{imtest} program is shipped with Cyrus IMAPD.  If you're
15941 using @samp{imtest} from Cyrus IMAPD < 2.0.14 (which includes version
15942 1.5.x and 1.6.x) you need to frob @code{imap-process-connection-type}
15943 to make @code{imap.el} use a pty instead of a pipe when communicating
15944 with @samp{imtest}.  You will then suffer from a line length
15945 restrictions on @acronym{IMAP} commands, which might make Gnus seem to hang
15946 indefinitely if you have many articles in a mailbox.  The variable
15947 @code{imap-kerberos4-program} contain parameters to pass to the imtest
15948 program.
15949
15950 For @acronym{TLS} connection, the @code{gnutls-cli} program from GNUTLS is
15951 needed.  It is available from
15952 @uref{http://www.gnu.org/software/gnutls/}.
15953
15954 @vindex imap-gssapi-program
15955 This parameter specifies a list of command lines that invoke a GSSAPI
15956 authenticated @acronym{IMAP} stream in a subshell.  They are tried
15957 sequentially until a connection is made, or the list has been
15958 exhausted.  By default, @samp{gsasl} from GNU SASL, available from
15959 @uref{http://www.gnu.org/software/gsasl/}, and the @samp{imtest}
15960 program from Cyrus IMAPD (see @code{imap-kerberos4-program}), are
15961 tried.
15962
15963 @vindex imap-ssl-program
15964 For @acronym{SSL} connections, the OpenSSL program is available from
15965 @uref{http://www.openssl.org/}.  OpenSSL was formerly known as SSLeay,
15966 and nnimap support it too---although the most recent versions of
15967 SSLeay, 0.9.x, are known to have serious bugs making it
15968 useless.  Earlier versions, especially 0.8.x, of SSLeay are known to
15969 work.  The variable @code{imap-ssl-program} contain parameters to pass
15970 to OpenSSL/SSLeay.
15971
15972 @vindex imap-shell-program
15973 @vindex imap-shell-host
15974 For @acronym{IMAP} connections using the @code{shell} stream, the variable
15975 @code{imap-shell-program} specify what program to call.
15976
15977 @item nnimap-authenticator
15978 @vindex nnimap-authenticator
15979
15980 The authenticator used to connect to the server.  By default, nnimap
15981 will use the most secure authenticator your server is capable of.
15982
15983 Example server specification:
15984
15985 @lisp
15986 (nnimap "mail.server.com"
15987         (nnimap-authenticator anonymous))
15988 @end lisp
15989
15990 Please note that the value of @code{nnimap-authenticator} is a symbol!
15991
15992 @itemize @bullet
15993 @item
15994 @dfn{gssapi:} GSSAPI (usually kerberos 5) authentication.  Requires
15995 external program @code{gsasl} or @code{imtest}.
15996 @item
15997 @dfn{kerberos4:} Kerberos 4 authentication.  Requires external program
15998 @code{imtest}.
15999 @item
16000 @dfn{digest-md5:} Encrypted username/password via DIGEST-MD5.  Requires
16001 external library @code{digest-md5.el}.
16002 @item
16003 @dfn{cram-md5:} Encrypted username/password via CRAM-MD5.
16004 @item
16005 @dfn{login:} Plain-text username/password via LOGIN.
16006 @item
16007 @dfn{anonymous:} Login as ``anonymous'', supplying your email address as password.
16008 @end itemize
16009
16010 @item nnimap-expunge-on-close
16011 @cindex expunging
16012 @vindex nnimap-expunge-on-close
16013 Unlike Parmenides the @acronym{IMAP} designers have decided things that
16014 don't exist actually do exist.  More specifically, @acronym{IMAP} has
16015 this concept of marking articles @code{Deleted} which doesn't actually
16016 delete them, and this (marking them @code{Deleted}, that is) is what
16017 nnimap does when you delete an article in Gnus (with @kbd{B DEL} or
16018 similar).
16019
16020 Since the articles aren't really removed when we mark them with the
16021 @code{Deleted} flag we'll need a way to actually delete them.  Feel like
16022 running in circles yet?
16023
16024 Traditionally, nnimap has removed all articles marked as @code{Deleted}
16025 when closing a mailbox but this is now configurable by this server
16026 variable.
16027
16028 The possible options are:
16029
16030 @table @code
16031
16032 @item always
16033 The default behavior, delete all articles marked as ``Deleted'' when
16034 closing a mailbox.
16035 @item never
16036 Never actually delete articles.  Currently there is no way of showing
16037 the articles marked for deletion in nnimap, but other @acronym{IMAP} clients
16038 may allow you to do this.  If you ever want to run the EXPUNGE command
16039 manually, @xref{Expunging mailboxes}.
16040 @item ask
16041 When closing mailboxes, nnimap will ask if you wish to expunge deleted
16042 articles or not.
16043
16044 @end table
16045
16046 @item nnimap-importantize-dormant
16047 @vindex nnimap-importantize-dormant
16048
16049 If non-@code{nil} (the default), marks dormant articles as ticked (as
16050 well), for other @acronym{IMAP} clients.  Within Gnus, dormant articles will
16051 naturally still (only) be marked as dormant.  This is to make dormant
16052 articles stand out, just like ticked articles, in other @acronym{IMAP}
16053 clients.  (In other words, Gnus has two ``Tick'' marks and @acronym{IMAP}
16054 has only one.)
16055
16056 Probably the only reason for frobing this would be if you're trying
16057 enable per-user persistent dormant flags, using something like:
16058
16059 @lisp
16060 (setcdr (assq 'dormant nnimap-mark-to-flag-alist)
16061         (format "gnus-dormant-%s" (user-login-name)))
16062 (setcdr (assq 'dormant nnimap-mark-to-predicate-alist)
16063         (format "KEYWORD gnus-dormant-%s" (user-login-name)))
16064 @end lisp
16065
16066 In this case, you would not want the per-user dormant flag showing up
16067 as ticked for other users.
16068
16069 @item nnimap-expunge-search-string
16070 @cindex expunging
16071 @vindex nnimap-expunge-search-string
16072
16073 This variable contain the @acronym{IMAP} search command sent to server when
16074 searching for articles eligible for expiring.  The default is
16075 @code{"UID %s NOT SINCE %s"}, where the first @code{%s} is replaced by
16076 UID set and the second @code{%s} is replaced by a date.
16077
16078 Probably the only useful value to change this to is
16079 @code{"UID %s NOT SENTSINCE %s"}, which makes nnimap use the Date: in
16080 messages instead of the internal article date.  See section 6.4.4 of
16081 RFC 2060 for more information on valid strings.
16082
16083 @item nnimap-authinfo-file
16084 @vindex nnimap-authinfo-file
16085
16086 A file containing credentials used to log in on servers.  The format is
16087 (almost) the same as the @code{ftp} @file{~/.netrc} file.  See the
16088 variable @code{nntp-authinfo-file} for exact syntax; also see
16089 @ref{NNTP}.
16090
16091 @item nnimap-need-unselect-to-notice-new-mail
16092 @vindex nnimap-need-unselect-to-notice-new-mail
16093
16094 Unselect mailboxes before looking for new mail in them.  Some servers
16095 seem to need this under some circumstances; it was reported that
16096 Courier 1.7.1 did.
16097
16098 @end table
16099
16100 @menu
16101 * Splitting in IMAP::           Splitting mail with nnimap.
16102 * Expiring in IMAP::            Expiring mail with nnimap.
16103 * Editing IMAP ACLs::           Limiting/enabling other users access to a mailbox.
16104 * Expunging mailboxes::         Equivalent of a ``compress mailbox'' button.
16105 * A note on namespaces::        How to (not) use @acronym{IMAP} namespace in Gnus.
16106 @end menu
16107
16108
16109
16110 @node Splitting in IMAP
16111 @subsection Splitting in IMAP
16112 @cindex splitting imap mail
16113
16114 Splitting is something Gnus users have loved and used for years, and now
16115 the rest of the world is catching up.  Yeah, dream on, not many
16116 @acronym{IMAP} servers have server side splitting and those that have
16117 splitting seem to use some non-standard protocol.  This means that
16118 @acronym{IMAP} support for Gnus has to do its own splitting.
16119
16120 And it does.
16121
16122 (Incidentally, people seem to have been dreaming on, and Sieve has
16123 gaining a market share and is supported by several IMAP servers.
16124 Fortunately, Gnus support it too, @xref{Sieve Commands}.)
16125
16126 Here are the variables of interest:
16127
16128 @table @code
16129
16130 @item nnimap-split-crosspost
16131 @cindex splitting, crosspost
16132 @cindex crosspost
16133 @vindex nnimap-split-crosspost
16134
16135 If non-@code{nil}, do crossposting if several split methods match the
16136 mail.  If @code{nil}, the first match in @code{nnimap-split-rule}
16137 found will be used.
16138
16139 Nnmail equivalent: @code{nnmail-crosspost}.
16140
16141 @item nnimap-split-inbox
16142 @cindex splitting, inbox
16143 @cindex inbox
16144 @vindex nnimap-split-inbox
16145
16146 A string or a list of strings that gives the name(s) of @acronym{IMAP}
16147 mailboxes to split from.  Defaults to @code{nil}, which means that
16148 splitting is disabled!
16149
16150 @lisp
16151 (setq nnimap-split-inbox
16152       '("INBOX" ("~/friend/Mail" . "lists/*") "lists.imap"))
16153 @end lisp
16154
16155 No nnmail equivalent.
16156
16157 @item nnimap-split-rule
16158 @cindex splitting, rules
16159 @vindex nnimap-split-rule
16160
16161 New mail found in @code{nnimap-split-inbox} will be split according to
16162 this variable.
16163
16164 This variable contains a list of lists, where the first element in the
16165 sublist gives the name of the @acronym{IMAP} mailbox to move articles
16166 matching the regexp in the second element in the sublist.  Got that?
16167 Neither did I, we need examples.
16168
16169 @lisp
16170 (setq nnimap-split-rule
16171       '(("INBOX.nnimap"
16172          "^Sender: owner-nnimap@@vic20.globalcom.se")
16173         ("INBOX.junk"    "^Subject:.*MAKE MONEY")
16174         ("INBOX.private" "")))
16175 @end lisp
16176
16177 This will put all articles from the nnimap mailing list into mailbox
16178 INBOX.nnimap, all articles containing MAKE MONEY in the Subject: line
16179 into INBOX.junk and everything else in INBOX.private.
16180
16181 The first string may contain @samp{\\1} forms, like the ones used by
16182 replace-match to insert sub-expressions from the matched text.  For
16183 instance:
16184
16185 @lisp
16186 ("INBOX.lists.\\1"     "^Sender: owner-\\([a-z-]+\\)@@")
16187 @end lisp
16188
16189 The first element can also be the symbol @code{junk} to indicate that
16190 matching messages should simply be deleted.  Use with care.
16191
16192 The second element can also be a function.  In that case, it will be
16193 called with the first element of the rule as the argument, in a buffer
16194 containing the headers of the article.  It should return a
16195 non-@code{nil} value if it thinks that the mail belongs in that group.
16196
16197 Nnmail users might recollect that the last regexp had to be empty to
16198 match all articles (like in the example above).  This is not required in
16199 nnimap.  Articles not matching any of the regexps will not be moved out
16200 of your inbox.  (This might affect performance if you keep lots of
16201 unread articles in your inbox, since the splitting code would go over
16202 them every time you fetch new mail.)
16203
16204 These rules are processed from the beginning of the alist toward the
16205 end.  The first rule to make a match will ``win'', unless you have
16206 crossposting enabled.  In that case, all matching rules will ``win''.
16207
16208 This variable can also have a function as its value, the function will
16209 be called with the headers narrowed and should return a group where it
16210 thinks the article should be split to.  See @code{nnimap-split-fancy}.
16211
16212 The splitting code tries to create mailboxes if it needs to.
16213
16214 To allow for different split rules on different virtual servers, and
16215 even different split rules in different inboxes on the same server,
16216 the syntax of this variable have been extended along the lines of:
16217
16218 @lisp
16219 (setq nnimap-split-rule
16220       '(("my1server"    (".*" (("ding"    "ding@@gnus.org")
16221                                ("junk"    "From:.*Simon"))))
16222         ("my2server"    ("INBOX" nnimap-split-fancy))
16223         ("my[34]server" (".*" (("private" "To:.*Simon")
16224                                ("junk"    my-junk-func))))))
16225 @end lisp
16226
16227 The virtual server name is in fact a regexp, so that the same rules
16228 may apply to several servers.  In the example, the servers
16229 @code{my3server} and @code{my4server} both use the same rules.
16230 Similarly, the inbox string is also a regexp.  The actual splitting
16231 rules are as before, either a function, or a list with group/regexp or
16232 group/function elements.
16233
16234 Nnmail equivalent: @code{nnmail-split-methods}.
16235
16236 @item nnimap-split-predicate
16237 @cindex splitting
16238 @vindex nnimap-split-predicate
16239
16240 Mail matching this predicate in @code{nnimap-split-inbox} will be
16241 split, it is a string and the default is @samp{UNSEEN UNDELETED}.
16242
16243 This might be useful if you use another @acronym{IMAP} client to read mail in
16244 your inbox but would like Gnus to split all articles in the inbox
16245 regardless of readedness.  Then you might change this to
16246 @samp{UNDELETED}.
16247
16248 @item nnimap-split-fancy
16249 @cindex splitting, fancy
16250 @findex nnimap-split-fancy
16251 @vindex nnimap-split-fancy
16252
16253 It's possible to set @code{nnimap-split-rule} to
16254 @code{nnmail-split-fancy} if you want to use fancy
16255 splitting.  @xref{Fancy Mail Splitting}.
16256
16257 However, to be able to have different fancy split rules for nnmail and
16258 nnimap back ends you can set @code{nnimap-split-rule} to
16259 @code{nnimap-split-fancy} and define the nnimap specific fancy split
16260 rule in @code{nnimap-split-fancy}.
16261
16262 Example:
16263
16264 @lisp
16265 (setq nnimap-split-rule 'nnimap-split-fancy
16266       nnimap-split-fancy ...)
16267 @end lisp
16268
16269 Nnmail equivalent: @code{nnmail-split-fancy}.
16270
16271 @item nnimap-split-download-body
16272 @findex nnimap-split-download-body
16273 @vindex nnimap-split-download-body
16274
16275 Set to non-@code{nil} to download entire articles during splitting.
16276 This is generally not required, and will slow things down
16277 considerably.  You may need it if you want to use an advanced
16278 splitting function that analyses the body to split the article.
16279
16280 @end table
16281
16282 @node Expiring in IMAP
16283 @subsection Expiring in IMAP
16284 @cindex expiring imap mail
16285
16286 Even though @code{nnimap} is not a proper @code{nnmail} derived back
16287 end, it supports most features in regular expiring (@pxref{Expiring
16288 Mail}).  Unlike splitting in @acronym{IMAP} (@pxref{Splitting in
16289 IMAP}) it does not clone the @code{nnmail} variables (i.e., creating
16290 @var{nnimap-expiry-wait}) but reuse the @code{nnmail} variables.  What
16291 follows below are the variables used by the @code{nnimap} expiry
16292 process.
16293
16294 A note on how the expire mark is stored on the @acronym{IMAP} server is
16295 appropriate here as well.  The expire mark is translated into a
16296 @code{imap} client specific mark, @code{gnus-expire}, and stored on the
16297 message.  This means that likely only Gnus will understand and treat
16298 the @code{gnus-expire} mark properly, although other clients may allow
16299 you to view client specific flags on the message.  It also means that
16300 your server must support permanent storage of client specific flags on
16301 messages.  Most do, fortunately.
16302
16303 @table @code
16304
16305 @item nnmail-expiry-wait
16306 @item nnmail-expiry-wait-function
16307
16308 These variables are fully supported.  The expire value can be a
16309 number, the symbol @code{immediate} or @code{never}.
16310
16311 @item nnmail-expiry-target
16312
16313 This variable is supported, and internally implemented by calling the
16314 @code{nnmail} functions that handle this.  It contains an optimization
16315 that if the destination is a @acronym{IMAP} group on the same server, the
16316 article is copied instead of appended (that is, uploaded again).
16317
16318 @end table
16319
16320 @node Editing IMAP ACLs
16321 @subsection Editing IMAP ACLs
16322 @cindex editing imap acls
16323 @cindex Access Control Lists
16324 @cindex Editing @acronym{IMAP} ACLs
16325 @kindex G l
16326 @findex gnus-group-nnimap-edit-acl
16327
16328 ACL stands for Access Control List.  ACLs are used in @acronym{IMAP} for
16329 limiting (or enabling) other users access to your mail boxes.  Not all
16330 @acronym{IMAP} servers support this, this function will give an error if it
16331 doesn't.
16332
16333 To edit an ACL for a mailbox, type @kbd{G l}
16334 (@code{gnus-group-edit-nnimap-acl}) and you'll be presented with an ACL
16335 editing window with detailed instructions.
16336
16337 Some possible uses:
16338
16339 @itemize @bullet
16340 @item
16341 Giving ``anyone'' the ``lrs'' rights (lookup, read, keep seen/unseen flags)
16342 on your mailing list mailboxes enables other users on the same server to
16343 follow the list without subscribing to it.
16344 @item
16345 At least with the Cyrus server, you are required to give the user
16346 ``anyone'' posting ("p") capabilities to have ``plussing'' work (that is,
16347 mail sent to user+mailbox@@domain ending up in the @acronym{IMAP} mailbox
16348 INBOX.mailbox).
16349 @end itemize
16350
16351 @node Expunging mailboxes
16352 @subsection Expunging mailboxes
16353 @cindex expunging
16354
16355 @cindex expunge
16356 @cindex manual expunging
16357 @kindex G x
16358 @findex gnus-group-nnimap-expunge
16359
16360 If you're using the @code{never} setting of @code{nnimap-expunge-on-close},
16361 you may want the option of expunging all deleted articles in a mailbox
16362 manually.  This is exactly what @kbd{G x} does.
16363
16364 Currently there is no way of showing deleted articles, you can just
16365 delete them.
16366
16367 @node A note on namespaces
16368 @subsection A note on namespaces
16369 @cindex IMAP namespace
16370 @cindex namespaces
16371
16372 The @acronym{IMAP} protocol has a concept called namespaces, described
16373 by the following text in the RFC:
16374
16375 @display
16376 5.1.2.  Mailbox Namespace Naming Convention
16377
16378    By convention, the first hierarchical element of any mailbox name
16379    which begins with "#" identifies the "namespace" of the remainder of
16380    the name.  This makes it possible to disambiguate between different
16381    types of mailbox stores, each of which have their own namespaces.
16382
16383       For example, implementations which offer access to USENET
16384       newsgroups MAY use the "#news" namespace to partition the USENET
16385       newsgroup namespace from that of other mailboxes.  Thus, the
16386       comp.mail.misc newsgroup would have an mailbox name of
16387       "#news.comp.mail.misc", and the name "comp.mail.misc" could refer
16388       to a different object (e.g. a user's private mailbox).
16389 @end display
16390
16391 While there is nothing in this text that warrants concern for the
16392 @acronym{IMAP} implementation in Gnus, some servers use namespace
16393 prefixes in a way that does not work with how Gnus uses mailbox names.
16394
16395 Specifically, University of Washington's @acronym{IMAP} server uses
16396 mailbox names like @code{#driver.mbx/read-mail} which are valid only
16397 in the @sc{create} and @sc{append} commands.  After the mailbox is
16398 created (or a messages is appended to a mailbox), it must be accessed
16399 without the namespace prefix, i.e. @code{read-mail}.  Since Gnus do
16400 not make it possible for the user to guarantee that user entered
16401 mailbox names will only be used with the CREATE and APPEND commands,
16402 you should simply not use the namespace prefixed mailbox names in
16403 Gnus.
16404
16405 See the UoW IMAPD documentation for the @code{#driver.*/} prefix
16406 for more information on how to use the prefixes.  They are a power
16407 tool and should be used only if you are sure what the effects are.
16408
16409 @node Other Sources
16410 @section Other Sources
16411
16412 Gnus can do more than just read news or mail.  The methods described
16413 below allow Gnus to view directories and files as if they were
16414 newsgroups.
16415
16416 @menu
16417 * Directory Groups::            You can read a directory as if it was a newsgroup.
16418 * Anything Groups::             Dired?  Who needs dired?
16419 * Document Groups::             Single files can be the basis of a group.
16420 * SOUP::                        Reading @sc{soup} packets ``offline''.
16421 * Mail-To-News Gateways::       Posting articles via mail-to-news gateways.
16422 @end menu
16423
16424
16425 @node Directory Groups
16426 @subsection Directory Groups
16427 @cindex nndir
16428 @cindex directory groups
16429
16430 If you have a directory that has lots of articles in separate files in
16431 it, you might treat it as a newsgroup.  The files have to have numerical
16432 names, of course.
16433
16434 This might be an opportune moment to mention @code{ange-ftp} (and its
16435 successor @code{efs}), that most wonderful of all wonderful Emacs
16436 packages.  When I wrote @code{nndir}, I didn't think much about it---a
16437 back end to read directories.  Big deal.
16438
16439 @code{ange-ftp} changes that picture dramatically.  For instance, if you
16440 enter the @code{ange-ftp} file name
16441 @file{/ftp.hpc.uh.edu:/pub/emacs/ding-list/} as the directory name,
16442 @code{ange-ftp} or @code{efs} will actually allow you to read this
16443 directory over at @samp{sina} as a newsgroup.  Distributed news ahoy!
16444
16445 @code{nndir} will use @acronym{NOV} files if they are present.
16446
16447 @code{nndir} is a ``read-only'' back end---you can't delete or expire
16448 articles with this method.  You can use @code{nnmh} or @code{nnml} for
16449 whatever you use @code{nndir} for, so you could switch to any of those
16450 methods if you feel the need to have a non-read-only @code{nndir}.
16451
16452
16453 @node Anything Groups
16454 @subsection Anything Groups
16455 @cindex nneething
16456
16457 From the @code{nndir} back end (which reads a single spool-like
16458 directory), it's just a hop and a skip to @code{nneething}, which
16459 pretends that any arbitrary directory is a newsgroup.  Strange, but
16460 true.
16461
16462 When @code{nneething} is presented with a directory, it will scan this
16463 directory and assign article numbers to each file.  When you enter such
16464 a group, @code{nneething} must create ``headers'' that Gnus can use.
16465 After all, Gnus is a newsreader, in case you're forgetting.
16466 @code{nneething} does this in a two-step process.  First, it snoops each
16467 file in question.  If the file looks like an article (i.e., the first
16468 few lines look like headers), it will use this as the head.  If this is
16469 just some arbitrary file without a head (e.g. a C source file),
16470 @code{nneething} will cobble up a header out of thin air.  It will use
16471 file ownership, name and date and do whatever it can with these
16472 elements.
16473
16474 All this should happen automatically for you, and you will be presented
16475 with something that looks very much like a newsgroup.  Totally like a
16476 newsgroup, to be precise.  If you select an article, it will be displayed
16477 in the article buffer, just as usual.
16478
16479 If you select a line that represents a directory, Gnus will pop you into
16480 a new summary buffer for this @code{nneething} group.  And so on.  You can
16481 traverse the entire disk this way, if you feel like, but remember that
16482 Gnus is not dired, really, and does not intend to be, either.
16483
16484 There are two overall modes to this action---ephemeral or solid.  When
16485 doing the ephemeral thing (i.e., @kbd{G D} from the group buffer), Gnus
16486 will not store information on what files you have read, and what files
16487 are new, and so on.  If you create a solid @code{nneething} group the
16488 normal way with @kbd{G m}, Gnus will store a mapping table between
16489 article numbers and file names, and you can treat this group like any
16490 other groups.  When you activate a solid @code{nneething} group, you will
16491 be told how many unread articles it contains, etc., etc.
16492
16493 Some variables:
16494
16495 @table @code
16496 @item nneething-map-file-directory
16497 @vindex nneething-map-file-directory
16498 All the mapping files for solid @code{nneething} groups will be stored
16499 in this directory, which defaults to @file{~/.nneething/}.
16500
16501 @item nneething-exclude-files
16502 @vindex nneething-exclude-files
16503 All files that match this regexp will be ignored.  Nice to use to exclude
16504 auto-save files and the like, which is what it does by default.
16505
16506 @item nneething-include-files
16507 @vindex nneething-include-files
16508 Regexp saying what files to include in the group.  If this variable is
16509 non-@code{nil}, only files matching this regexp will be included.
16510
16511 @item nneething-map-file
16512 @vindex nneething-map-file
16513 Name of the map files.
16514 @end table
16515
16516
16517 @node Document Groups
16518 @subsection Document Groups
16519 @cindex nndoc
16520 @cindex documentation group
16521 @cindex help group
16522
16523 @code{nndoc} is a cute little thing that will let you read a single file
16524 as a newsgroup.  Several files types are supported:
16525
16526 @table @code
16527 @cindex Babyl
16528 @cindex Rmail mbox
16529
16530 @item babyl
16531 The Babyl (Rmail) mail box.
16532 @cindex mbox
16533 @cindex Unix mbox
16534
16535 @item mbox
16536 The standard Unix mbox file.
16537
16538 @cindex MMDF mail box
16539 @item mmdf
16540 The MMDF mail box format.
16541
16542 @item news
16543 Several news articles appended into a file.
16544
16545 @item rnews
16546 @cindex rnews batch files
16547 The rnews batch transport format.
16548 @cindex forwarded messages
16549
16550 @item forward
16551 Forwarded articles.
16552
16553 @item nsmail
16554 Netscape mail boxes.
16555
16556 @item mime-parts
16557 @acronym{MIME} multipart messages.
16558
16559 @item standard-digest
16560 The standard (RFC 1153) digest format.
16561
16562 @item mime-digest
16563 A @acronym{MIME} digest of messages.
16564
16565 @item lanl-gov-announce
16566 Announcement messages from LANL Gov Announce.
16567
16568 @item rfc822-forward
16569 A message forwarded according to RFC822.
16570
16571 @item outlook
16572 The Outlook mail box.
16573
16574 @item oe-dbx
16575 The Outlook Express dbx mail box.
16576
16577 @item exim-bounce
16578 A bounce message from the Exim MTA.
16579
16580 @item forward
16581 A message forwarded according to informal rules.
16582
16583 @item rfc934
16584 An RFC934-forwarded message.
16585
16586 @item mailman
16587 A mailman digest.
16588
16589 @item clari-briefs
16590 A digest of Clarinet brief news items.
16591
16592 @item slack-digest
16593 Non-standard digest format---matches most things, but does it badly.
16594
16595 @item mail-in-mail
16596 The last resort.
16597 @end table
16598
16599 You can also use the special ``file type'' @code{guess}, which means
16600 that @code{nndoc} will try to guess what file type it is looking at.
16601 @code{digest} means that @code{nndoc} should guess what digest type the
16602 file is.
16603
16604 @code{nndoc} will not try to change the file or insert any extra headers into
16605 it---it will simply, like, let you use the file as the basis for a
16606 group.  And that's it.
16607
16608 If you have some old archived articles that you want to insert into your
16609 new & spiffy Gnus mail back end, @code{nndoc} can probably help you with
16610 that.  Say you have an old @file{RMAIL} file with mail that you now want
16611 to split into your new @code{nnml} groups.  You look at that file using
16612 @code{nndoc} (using the @kbd{G f} command in the group buffer
16613 (@pxref{Foreign Groups})), set the process mark on all the articles in
16614 the buffer (@kbd{M P b}, for instance), and then re-spool (@kbd{B r})
16615 using @code{nnml}.  If all goes well, all the mail in the @file{RMAIL}
16616 file is now also stored in lots of @code{nnml} directories, and you can
16617 delete that pesky @file{RMAIL} file.  If you have the guts!
16618
16619 Virtual server variables:
16620
16621 @table @code
16622 @item nndoc-article-type
16623 @vindex nndoc-article-type
16624 This should be one of @code{mbox}, @code{babyl}, @code{digest},
16625 @code{news}, @code{rnews}, @code{mmdf}, @code{forward}, @code{rfc934},
16626 @code{rfc822-forward}, @code{mime-parts}, @code{standard-digest},
16627 @code{slack-digest}, @code{clari-briefs}, @code{nsmail}, @code{outlook},
16628 @code{oe-dbx}, @code{mailman}, and @code{mail-in-mail} or @code{guess}.
16629
16630 @item nndoc-post-type
16631 @vindex nndoc-post-type
16632 This variable says whether Gnus is to consider the group a news group or
16633 a mail group.  There are two valid values:  @code{mail} (the default)
16634 and @code{news}.
16635 @end table
16636
16637 @menu
16638 * Document Server Internals::   How to add your own document types.
16639 @end menu
16640
16641
16642 @node Document Server Internals
16643 @subsubsection Document Server Internals
16644
16645 Adding new document types to be recognized by @code{nndoc} isn't
16646 difficult.  You just have to whip up a definition of what the document
16647 looks like, write a predicate function to recognize that document type,
16648 and then hook into @code{nndoc}.
16649
16650 First, here's an example document type definition:
16651
16652 @example
16653 (mmdf
16654  (article-begin .  "^\^A\^A\^A\^A\n")
16655  (body-end .  "^\^A\^A\^A\^A\n"))
16656 @end example
16657
16658 The definition is simply a unique @dfn{name} followed by a series of
16659 regexp pseudo-variable settings.  Below are the possible
16660 variables---don't be daunted by the number of variables; most document
16661 types can be defined with very few settings:
16662
16663 @table @code
16664 @item first-article
16665 If present, @code{nndoc} will skip past all text until it finds
16666 something that match this regexp.  All text before this will be
16667 totally ignored.
16668
16669 @item article-begin
16670 This setting has to be present in all document type definitions.  It
16671 says what the beginning of each article looks like.
16672
16673 @item head-begin-function
16674 If present, this should be a function that moves point to the head of
16675 the article.
16676
16677 @item nndoc-head-begin
16678 If present, this should be a regexp that matches the head of the
16679 article.
16680
16681 @item nndoc-head-end
16682 This should match the end of the head of the article.  It defaults to
16683 @samp{^$}---the empty line.
16684
16685 @item body-begin-function
16686 If present, this function should move point to the beginning of the body
16687 of the article.
16688
16689 @item body-begin
16690 This should match the beginning of the body of the article.  It defaults
16691 to @samp{^\n}.
16692
16693 @item body-end-function
16694 If present, this function should move point to the end of the body of
16695 the article.
16696
16697 @item body-end
16698 If present, this should match the end of the body of the article.
16699
16700 @item file-end
16701 If present, this should match the end of the file.  All text after this
16702 regexp will be totally ignored.
16703
16704 @end table
16705
16706 So, using these variables @code{nndoc} is able to dissect a document
16707 file into a series of articles, each with a head and a body.  However, a
16708 few more variables are needed since not all document types are all that
16709 news-like---variables needed to transform the head or the body into
16710 something that's palatable for Gnus:
16711
16712 @table @code
16713 @item prepare-body-function
16714 If present, this function will be called when requesting an article.  It
16715 will be called with point at the start of the body, and is useful if the
16716 document has encoded some parts of its contents.
16717
16718 @item article-transform-function
16719 If present, this function is called when requesting an article.  It's
16720 meant to be used for more wide-ranging transformation of both head and
16721 body of the article.
16722
16723 @item generate-head-function
16724 If present, this function is called to generate a head that Gnus can
16725 understand.  It is called with the article number as a parameter, and is
16726 expected to generate a nice head for the article in question.  It is
16727 called when requesting the headers of all articles.
16728
16729 @end table
16730
16731 Let's look at the most complicated example I can come up with---standard
16732 digests:
16733
16734 @example
16735 (standard-digest
16736  (first-article . ,(concat "^" (make-string 70 ?-) "\n\n+"))
16737  (article-begin . ,(concat "\n\n" (make-string 30 ?-) "\n\n+"))
16738  (prepare-body-function . nndoc-unquote-dashes)
16739  (body-end-function . nndoc-digest-body-end)
16740  (head-end . "^ ?$")
16741  (body-begin . "^ ?\n")
16742  (file-end . "^End of .*digest.*[0-9].*\n\\*\\*\\|^End of.*Digest *$")
16743  (subtype digest guess))
16744 @end example
16745
16746 We see that all text before a 70-width line of dashes is ignored; all
16747 text after a line that starts with that @samp{^End of} is also ignored;
16748 each article begins with a 30-width line of dashes; the line separating
16749 the head from the body may contain a single space; and that the body is
16750 run through @code{nndoc-unquote-dashes} before being delivered.
16751
16752 To hook your own document definition into @code{nndoc}, use the
16753 @code{nndoc-add-type} function.  It takes two parameters---the first
16754 is the definition itself and the second (optional) parameter says
16755 where in the document type definition alist to put this definition.
16756 The alist is traversed sequentially, and
16757 @code{nndoc-@var{type}-type-p} is called for a given type @var{type}.
16758 So @code{nndoc-mmdf-type-p} is called to see whether a document is of
16759 @code{mmdf} type, and so on.  These type predicates should return
16760 @code{nil} if the document is not of the correct type; @code{t} if it
16761 is of the correct type; and a number if the document might be of the
16762 correct type.  A high number means high probability; a low number
16763 means low probability with @samp{0} being the lowest valid number.
16764
16765
16766 @node SOUP
16767 @subsection SOUP
16768 @cindex SOUP
16769 @cindex offline
16770
16771 In the PC world people often talk about ``offline'' newsreaders.  These
16772 are thingies that are combined reader/news transport monstrosities.
16773 With built-in modem programs.  Yecchh!
16774
16775 Of course, us Unix Weenie types of human beans use things like
16776 @code{uucp} and, like, @code{nntpd} and set up proper news and mail
16777 transport things like Ghod intended.  And then we just use normal
16778 newsreaders.
16779
16780 However, it can sometimes be convenient to do something that's a bit
16781 easier on the brain if you have a very slow modem, and you're not really
16782 that interested in doing things properly.
16783
16784 A file format called @sc{soup} has been developed for transporting news
16785 and mail from servers to home machines and back again.  It can be a bit
16786 fiddly.
16787
16788 First some terminology:
16789
16790 @table @dfn
16791
16792 @item server
16793 This is the machine that is connected to the outside world and where you
16794 get news and/or mail from.
16795
16796 @item home machine
16797 This is the machine that you want to do the actual reading and responding
16798 on.  It is typically not connected to the rest of the world in any way.
16799
16800 @item packet
16801 Something that contains messages and/or commands.  There are two kinds
16802 of packets:
16803
16804 @table @dfn
16805 @item message packets
16806 These are packets made at the server, and typically contain lots of
16807 messages for you to read.  These are called @file{SoupoutX.tgz} by
16808 default, where @var{x} is a number.
16809
16810 @item response packets
16811 These are packets made at the home machine, and typically contains
16812 replies that you've written.  These are called @file{SoupinX.tgz} by
16813 default, where @var{x} is a number.
16814
16815 @end table
16816
16817 @end table
16818
16819
16820 @enumerate
16821
16822 @item
16823 You log in on the server and create a @sc{soup} packet.  You can either
16824 use a dedicated @sc{soup} thingie (like the @code{awk} program), or you
16825 can use Gnus to create the packet with its @sc{soup} commands (@kbd{O
16826 s} and/or @kbd{G s b}; and then @kbd{G s p}) (@pxref{SOUP Commands}).
16827
16828 @item
16829 You transfer the packet home.  Rail, boat, car or modem will do fine.
16830
16831 @item
16832 You put the packet in your home directory.
16833
16834 @item
16835 You fire up Gnus on your home machine using the @code{nnsoup} back end as
16836 the native or secondary server.
16837
16838 @item
16839 You read articles and mail and answer and followup to the things you
16840 want (@pxref{SOUP Replies}).
16841
16842 @item
16843 You do the @kbd{G s r} command to pack these replies into a @sc{soup}
16844 packet.
16845
16846 @item
16847 You transfer this packet to the server.
16848
16849 @item
16850 You use Gnus to mail this packet out with the @kbd{G s s} command.
16851
16852 @item
16853 You then repeat until you die.
16854
16855 @end enumerate
16856
16857 So you basically have a bipartite system---you use @code{nnsoup} for
16858 reading and Gnus for packing/sending these @sc{soup} packets.
16859
16860 @menu
16861 * SOUP Commands::               Commands for creating and sending @sc{soup} packets
16862 * SOUP Groups::                 A back end for reading @sc{soup} packets.
16863 * SOUP Replies::                How to enable @code{nnsoup} to take over mail and news.
16864 @end menu
16865
16866
16867 @node SOUP Commands
16868 @subsubsection SOUP Commands
16869
16870 These are commands for creating and manipulating @sc{soup} packets.
16871
16872 @table @kbd
16873 @item G s b
16874 @kindex G s b (Group)
16875 @findex gnus-group-brew-soup
16876 Pack all unread articles in the current group
16877 (@code{gnus-group-brew-soup}).  This command understands the
16878 process/prefix convention.
16879
16880 @item G s w
16881 @kindex G s w (Group)
16882 @findex gnus-soup-save-areas
16883 Save all @sc{soup} data files (@code{gnus-soup-save-areas}).
16884
16885 @item G s s
16886 @kindex G s s (Group)
16887 @findex gnus-soup-send-replies
16888 Send all replies from the replies packet
16889 (@code{gnus-soup-send-replies}).
16890
16891 @item G s p
16892 @kindex G s p (Group)
16893 @findex gnus-soup-pack-packet
16894 Pack all files into a @sc{soup} packet (@code{gnus-soup-pack-packet}).
16895
16896 @item G s r
16897 @kindex G s r (Group)
16898 @findex nnsoup-pack-replies
16899 Pack all replies into a replies packet (@code{nnsoup-pack-replies}).
16900
16901 @item O s
16902 @kindex O s (Summary)
16903 @findex gnus-soup-add-article
16904 This summary-mode command adds the current article to a @sc{soup} packet
16905 (@code{gnus-soup-add-article}).  It understands the process/prefix
16906 convention (@pxref{Process/Prefix}).
16907
16908 @end table
16909
16910
16911 There are a few variables to customize where Gnus will put all these
16912 thingies:
16913
16914 @table @code
16915
16916 @item gnus-soup-directory
16917 @vindex gnus-soup-directory
16918 Directory where Gnus will save intermediate files while composing
16919 @sc{soup} packets.  The default is @file{~/SoupBrew/}.
16920
16921 @item gnus-soup-replies-directory
16922 @vindex gnus-soup-replies-directory
16923 This is what Gnus will use as a temporary directory while sending our
16924 reply packets.  @file{~/SoupBrew/SoupReplies/} is the default.
16925
16926 @item gnus-soup-prefix-file
16927 @vindex gnus-soup-prefix-file
16928 Name of the file where Gnus stores the last used prefix.  The default is
16929 @samp{gnus-prefix}.
16930
16931 @item gnus-soup-packer
16932 @vindex gnus-soup-packer
16933 A format string command for packing a @sc{soup} packet.  The default is
16934 @samp{tar cf - %s | gzip > $HOME/Soupout%d.tgz}.
16935
16936 @item gnus-soup-unpacker
16937 @vindex gnus-soup-unpacker
16938 Format string command for unpacking a @sc{soup} packet.  The default is
16939 @samp{gunzip -c %s | tar xvf -}.
16940
16941 @item gnus-soup-packet-directory
16942 @vindex gnus-soup-packet-directory
16943 Where Gnus will look for reply packets.  The default is @file{~/}.
16944
16945 @item gnus-soup-packet-regexp
16946 @vindex gnus-soup-packet-regexp
16947 Regular expression matching @sc{soup} reply packets in
16948 @code{gnus-soup-packet-directory}.
16949
16950 @end table
16951
16952
16953 @node SOUP Groups
16954 @subsubsection SOUP Groups
16955 @cindex nnsoup
16956
16957 @code{nnsoup} is the back end for reading @sc{soup} packets.  It will
16958 read incoming packets, unpack them, and put them in a directory where
16959 you can read them at leisure.
16960
16961 These are the variables you can use to customize its behavior:
16962
16963 @table @code
16964
16965 @item nnsoup-tmp-directory
16966 @vindex nnsoup-tmp-directory
16967 When @code{nnsoup} unpacks a @sc{soup} packet, it does it in this
16968 directory.  (@file{/tmp/} by default.)
16969
16970 @item nnsoup-directory
16971 @vindex nnsoup-directory
16972 @code{nnsoup} then moves each message and index file to this directory.
16973 The default is @file{~/SOUP/}.
16974
16975 @item nnsoup-replies-directory
16976 @vindex nnsoup-replies-directory
16977 All replies will be stored in this directory before being packed into a
16978 reply packet.  The default is @file{~/SOUP/replies/}.
16979
16980 @item nnsoup-replies-format-type
16981 @vindex nnsoup-replies-format-type
16982 The @sc{soup} format of the replies packets.  The default is @samp{?n}
16983 (rnews), and I don't think you should touch that variable.  I probably
16984 shouldn't even have documented it.  Drats!  Too late!
16985
16986 @item nnsoup-replies-index-type
16987 @vindex nnsoup-replies-index-type
16988 The index type of the replies packet.  The default is @samp{?n}, which
16989 means ``none''.  Don't fiddle with this one either!
16990
16991 @item nnsoup-active-file
16992 @vindex nnsoup-active-file
16993 Where @code{nnsoup} stores lots of information.  This is not an ``active
16994 file'' in the @code{nntp} sense; it's an Emacs Lisp file.  If you lose
16995 this file or mess it up in any way, you're dead.  The default is
16996 @file{~/SOUP/active}.
16997
16998 @item nnsoup-packer
16999 @vindex nnsoup-packer
17000 Format string command for packing a reply @sc{soup} packet.  The default
17001 is @samp{tar cf - %s | gzip > $HOME/Soupin%d.tgz}.
17002
17003 @item nnsoup-unpacker
17004 @vindex nnsoup-unpacker
17005 Format string command for unpacking incoming @sc{soup} packets.  The
17006 default is @samp{gunzip -c %s | tar xvf -}.
17007
17008 @item nnsoup-packet-directory
17009 @vindex nnsoup-packet-directory
17010 Where @code{nnsoup} will look for incoming packets.  The default is
17011 @file{~/}.
17012
17013 @item nnsoup-packet-regexp
17014 @vindex nnsoup-packet-regexp
17015 Regular expression matching incoming @sc{soup} packets.  The default is
17016 @samp{Soupout}.
17017
17018 @item nnsoup-always-save
17019 @vindex nnsoup-always-save
17020 If non-@code{nil}, save the replies buffer after each posted message.
17021
17022 @end table
17023
17024
17025 @node SOUP Replies
17026 @subsubsection SOUP Replies
17027
17028 Just using @code{nnsoup} won't mean that your postings and mailings end
17029 up in @sc{soup} reply packets automagically.  You have to work a bit
17030 more for that to happen.
17031
17032 @findex nnsoup-set-variables
17033 The @code{nnsoup-set-variables} command will set the appropriate
17034 variables to ensure that all your followups and replies end up in the
17035 @sc{soup} system.
17036
17037 In specific, this is what it does:
17038
17039 @lisp
17040 (setq message-send-news-function 'nnsoup-request-post)
17041 (setq message-send-mail-function 'nnsoup-request-mail)
17042 @end lisp
17043
17044 And that's it, really.  If you only want news to go into the @sc{soup}
17045 system you just use the first line.  If you only want mail to be
17046 @sc{soup}ed you use the second.
17047
17048
17049 @node Mail-To-News Gateways
17050 @subsection Mail-To-News Gateways
17051 @cindex mail-to-news gateways
17052 @cindex gateways
17053
17054 If your local @code{nntp} server doesn't allow posting, for some reason
17055 or other, you can post using one of the numerous mail-to-news gateways.
17056 The @code{nngateway} back end provides the interface.
17057
17058 Note that you can't read anything from this back end---it can only be
17059 used to post with.
17060
17061 Server variables:
17062
17063 @table @code
17064 @item nngateway-address
17065 @vindex nngateway-address
17066 This is the address of the mail-to-news gateway.
17067
17068 @item nngateway-header-transformation
17069 @vindex nngateway-header-transformation
17070 News headers often have to be transformed in some odd way or other
17071 for the mail-to-news gateway to accept it.  This variable says what
17072 transformation should be called, and defaults to
17073 @code{nngateway-simple-header-transformation}.  The function is called
17074 narrowed to the headers to be transformed and with one parameter---the
17075 gateway address.
17076
17077 This default function just inserts a new @code{To} header based on the
17078 @code{Newsgroups} header and the gateway address.
17079 For instance, an article with this @code{Newsgroups} header:
17080
17081 @example
17082 Newsgroups: alt.religion.emacs
17083 @end example
17084
17085 will get this @code{To} header inserted:
17086
17087 @example
17088 To: alt-religion-emacs@@GATEWAY
17089 @end example
17090
17091 The following pre-defined functions exist:
17092
17093 @findex nngateway-simple-header-transformation
17094 @table @code
17095
17096 @item nngateway-simple-header-transformation
17097 Creates a @code{To} header that looks like
17098 @var{newsgroup}@@@code{nngateway-address}.
17099
17100 @findex nngateway-mail2news-header-transformation
17101
17102 @item nngateway-mail2news-header-transformation
17103 Creates a @code{To} header that looks like
17104 @code{nngateway-address}.
17105 @end table
17106
17107 @end table
17108
17109 Here's an example:
17110
17111 @lisp
17112 (setq gnus-post-method
17113       '(nngateway
17114         "mail2news@@replay.com"
17115         (nngateway-header-transformation
17116          nngateway-mail2news-header-transformation)))
17117 @end lisp
17118
17119 So, to use this, simply say something like:
17120
17121 @lisp
17122 (setq gnus-post-method '(nngateway "GATEWAY.ADDRESS"))
17123 @end lisp
17124
17125
17126
17127 @node Combined Groups
17128 @section Combined Groups
17129
17130 Gnus allows combining a mixture of all the other group types into bigger
17131 groups.
17132
17133 @menu
17134 * Virtual Groups::              Combining articles from many groups.
17135 * Kibozed Groups::              Looking through parts of the newsfeed for articles.
17136 @end menu
17137
17138
17139 @node Virtual Groups
17140 @subsection Virtual Groups
17141 @cindex nnvirtual
17142 @cindex virtual groups
17143 @cindex merging groups
17144
17145 An @dfn{nnvirtual group} is really nothing more than a collection of
17146 other groups.
17147
17148 For instance, if you are tired of reading many small groups, you can
17149 put them all in one big group, and then grow tired of reading one
17150 big, unwieldy group.  The joys of computing!
17151
17152 You specify @code{nnvirtual} as the method.  The address should be a
17153 regexp to match component groups.
17154
17155 All marks in the virtual group will stick to the articles in the
17156 component groups.  So if you tick an article in a virtual group, the
17157 article will also be ticked in the component group from whence it
17158 came.  (And vice versa---marks from the component groups will also be
17159 shown in the virtual group.).  To create an empty virtual group, run
17160 @kbd{G V} (@code{gnus-group-make-empty-virtual}) in the group buffer
17161 and edit the method regexp with @kbd{M-e}
17162 (@code{gnus-group-edit-group-method})
17163
17164 Here's an example @code{nnvirtual} method that collects all Andrea Dworkin
17165 newsgroups into one, big, happy newsgroup:
17166
17167 @lisp
17168 (nnvirtual "^alt\\.fan\\.andrea-dworkin$\\|^rec\\.dworkin.*")
17169 @end lisp
17170
17171 The component groups can be native or foreign; everything should work
17172 smoothly, but if your computer explodes, it was probably my fault.
17173
17174 Collecting the same group from several servers might actually be a good
17175 idea if users have set the Distribution header to limit distribution.
17176 If you would like to read @samp{soc.motss} both from a server in Japan
17177 and a server in Norway, you could use the following as the group regexp:
17178
17179 @example
17180 "^nntp\\+server\\.jp:soc\\.motss$\\|^nntp\\+server\\.no:soc\\.motss$"
17181 @end example
17182
17183 (Remember, though, that if you're creating the group with @kbd{G m}, you
17184 shouldn't double the backslashes, and you should leave off the quote
17185 characters at the beginning and the end of the string.)
17186
17187 This should work kinda smoothly---all articles from both groups should
17188 end up in this one, and there should be no duplicates.  Threading (and
17189 the rest) will still work as usual, but there might be problems with the
17190 sequence of articles.  Sorting on date might be an option here
17191 (@pxref{Selecting a Group}).
17192
17193 One limitation, however---all groups included in a virtual
17194 group have to be alive (i.e., subscribed or unsubscribed).  Killed or
17195 zombie groups can't be component groups for @code{nnvirtual} groups.
17196
17197 @vindex nnvirtual-always-rescan
17198 If the @code{nnvirtual-always-rescan} is non-@code{nil},
17199 @code{nnvirtual} will always scan groups for unread articles when
17200 entering a virtual group.  If this variable is @code{nil} (which is the
17201 default) and you read articles in a component group after the virtual
17202 group has been activated, the read articles from the component group
17203 will show up when you enter the virtual group.  You'll also see this
17204 effect if you have two virtual groups that have a component group in
17205 common.  If that's the case, you should set this variable to @code{t}.
17206 Or you can just tap @code{M-g} on the virtual group every time before
17207 you enter it---it'll have much the same effect.
17208
17209 @code{nnvirtual} can have both mail and news groups as component groups.
17210 When responding to articles in @code{nnvirtual} groups, @code{nnvirtual}
17211 has to ask the back end of the component group the article comes from
17212 whether it is a news or mail back end.  However, when you do a @kbd{^},
17213 there is typically no sure way for the component back end to know this,
17214 and in that case @code{nnvirtual} tells Gnus that the article came from a
17215 not-news back end.  (Just to be on the safe side.)
17216
17217 @kbd{C-c C-n} in the message buffer will insert the @code{Newsgroups}
17218 line from the article you respond to in these cases.
17219
17220 @code{nnvirtual} groups do not inherit anything but articles and marks
17221 from component groups---group parameters, for instance, are not
17222 inherited.
17223
17224
17225 @node Kibozed Groups
17226 @subsection Kibozed Groups
17227 @cindex nnkiboze
17228 @cindex kibozing
17229
17230 @dfn{Kibozing} is defined by the @acronym{OED} as ``grepping through
17231 (parts of) the news feed''.  @code{nnkiboze} is a back end that will
17232 do this for you.  Oh joy!  Now you can grind any @acronym{NNTP} server
17233 down to a halt with useless requests!  Oh happiness!
17234
17235 @kindex G k (Group)
17236 To create a kibozed group, use the @kbd{G k} command in the group
17237 buffer.
17238
17239 The address field of the @code{nnkiboze} method is, as with
17240 @code{nnvirtual}, a regexp to match groups to be ``included'' in the
17241 @code{nnkiboze} group.  That's where most similarities between
17242 @code{nnkiboze} and @code{nnvirtual} end.
17243
17244 In addition to this regexp detailing component groups, an
17245 @code{nnkiboze} group must have a score file to say what articles are
17246 to be included in the group (@pxref{Scoring}).
17247
17248 @kindex M-x nnkiboze-generate-groups
17249 @findex nnkiboze-generate-groups
17250 You must run @kbd{M-x nnkiboze-generate-groups} after creating the
17251 @code{nnkiboze} groups you want to have.  This command will take time.
17252 Lots of time.  Oodles and oodles of time.  Gnus has to fetch the
17253 headers from all the articles in all the component groups and run them
17254 through the scoring process to determine if there are any articles in
17255 the groups that are to be part of the @code{nnkiboze} groups.
17256
17257 Please limit the number of component groups by using restrictive
17258 regexps.  Otherwise your sysadmin may become annoyed with you, and the
17259 @acronym{NNTP} site may throw you off and never let you back in again.
17260 Stranger things have happened.
17261
17262 @code{nnkiboze} component groups do not have to be alive---they can be dead,
17263 and they can be foreign.  No restrictions.
17264
17265 @vindex nnkiboze-directory
17266 The generation of an @code{nnkiboze} group means writing two files in
17267 @code{nnkiboze-directory}, which is @file{~/News/kiboze/} by default.
17268 One contains the @acronym{NOV} header lines for all the articles in
17269 the group, and the other is an additional @file{.newsrc} file to store
17270 information on what groups have been searched through to find
17271 component articles.
17272
17273 Articles marked as read in the @code{nnkiboze} group will have
17274 their @acronym{NOV} lines removed from the @acronym{NOV} file.
17275
17276
17277 @node Gnus Unplugged
17278 @section Gnus Unplugged
17279 @cindex offline
17280 @cindex unplugged
17281 @cindex agent
17282 @cindex Gnus agent
17283 @cindex Gnus unplugged
17284
17285 In olden times (ca. February '88), people used to run their newsreaders
17286 on big machines with permanent connections to the net.  News transport
17287 was dealt with by news servers, and all the newsreaders had to do was to
17288 read news.  Believe it or not.
17289
17290 Nowadays most people read news and mail at home, and use some sort of
17291 modem to connect to the net.  To avoid running up huge phone bills, it
17292 would be nice to have a way to slurp down all the news and mail, hang up
17293 the phone, read for several hours, and then upload any responses you
17294 have to make.  And then you repeat the procedure.
17295
17296 Of course, you can use news servers for doing this as well.  I've used
17297 @code{inn} together with @code{slurp}, @code{pop} and @code{sendmail}
17298 for some years, but doing that's a bore.  Moving the news server
17299 functionality up to the newsreader makes sense if you're the only person
17300 reading news on a machine.
17301
17302 Setting up Gnus as an ``offline'' newsreader is quite simple.  In
17303 fact, you don't even have to configure anything.
17304
17305 Of course, to use it as such, you have to learn a few new commands.
17306
17307 @menu
17308 * Agent Basics::                How it all is supposed to work.
17309 * Agent Categories::            How to tell the Gnus Agent what to download.
17310 * Agent Commands::              New commands for all the buffers.
17311 * Agent Visuals::               Ways that the agent may effect your summary buffer.
17312 * Agent as Cache::              The Agent is a big cache too.
17313 * Agent Expiry::                How to make old articles go away.
17314 * Agent Regeneration::          How to recover from lost connections and other accidents.
17315 * Agent and IMAP::              How to use the Agent with @acronym{IMAP}.
17316 * Outgoing Messages::           What happens when you post/mail something?
17317 * Agent Variables::             Customizing is fun.
17318 * Example Setup::               An example @file{~/.gnus.el} file for offline people.
17319 * Batching Agents::             How to fetch news from a @code{cron} job.
17320 * Agent Caveats::               What you think it'll do and what it does.
17321 @end menu
17322
17323
17324 @node Agent Basics
17325 @subsection Agent Basics
17326
17327 First, let's get some terminology out of the way.
17328
17329 The Gnus Agent is said to be @dfn{unplugged} when you have severed the
17330 connection to the net (and notified the Agent that this is the case).
17331 When the connection to the net is up again (and Gnus knows this), the
17332 Agent is @dfn{plugged}.
17333
17334 The @dfn{local} machine is the one you're running on, and which isn't
17335 connected to the net continuously.
17336
17337 @dfn{Downloading} means fetching things from the net to your local
17338 machine.  @dfn{Uploading} is doing the opposite.
17339
17340 You know that Gnus gives you all the opportunity you'd ever want for
17341 shooting yourself in the foot.  Some people call it flexibility.  Gnus
17342 is also customizable to a great extent, which means that the user has a
17343 say on how Gnus behaves.  Other newsreaders might unconditionally shoot
17344 you in your foot, but with Gnus, you have a choice!
17345
17346 Gnus is never really in plugged or unplugged state.  Rather, it applies
17347 that state to each server individually.  This means that some servers
17348 can be plugged while others can be unplugged.  Additionally, some
17349 servers can be ignored by the Agent altogether (which means that
17350 they're kinda like plugged always).
17351
17352 So when you unplug the Agent and then wonder why is Gnus opening a
17353 connection to the Net, the next step to do is to look whether all
17354 servers are agentized.  If there is an unagentized server, you found
17355 the culprit.
17356
17357 Another thing is the @dfn{offline} state.  Sometimes, servers aren't
17358 reachable.  When Gnus notices this, it asks you whether you want the
17359 server to be switched to offline state.  If you say yes, then the
17360 server will behave somewhat as if it was unplugged, except that Gnus
17361 will ask you whether you want to switch it back online again.
17362
17363 Let's take a typical Gnus session using the Agent.
17364
17365 @itemize @bullet
17366
17367 @item
17368 @findex gnus-unplugged
17369 You start Gnus with @code{gnus-unplugged}.  This brings up the Gnus
17370 Agent in a disconnected state.  You can read all the news that you have
17371 already fetched while in this mode.
17372
17373 @item
17374 You then decide to see whether any new news has arrived.  You connect
17375 your machine to the net (using PPP or whatever), and then hit @kbd{J j}
17376 to make Gnus become @dfn{plugged} and use @kbd{g} to check for new mail
17377 as usual.  To check for new mail in unplugged mode (@pxref{Mail
17378 Source Specifiers}).
17379
17380 @item
17381 You can then read the new news immediately, or you can download the
17382 news onto your local machine.  If you want to do the latter, you press
17383 @kbd{g} to check if there are any new news and then @kbd{J s} to fetch
17384 all the eligible articles in all the groups.  (To let Gnus know which
17385 articles you want to download, @pxref{Agent Categories}).
17386
17387 @item
17388 After fetching the articles, you press @kbd{J j} to make Gnus become
17389 unplugged again, and you shut down the PPP thing (or whatever).  And
17390 then you read the news offline.
17391
17392 @item
17393 And then you go to step 2.
17394 @end itemize
17395
17396 Here are some things you should do the first time (or so) that you use
17397 the Agent.
17398
17399 @itemize @bullet
17400
17401 @item
17402 Decide which servers should be covered by the Agent.  If you have a mail
17403 back end, it would probably be nonsensical to have it covered by the
17404 Agent.  Go to the server buffer (@kbd{^} in the group buffer) and press
17405 @kbd{J a} on the server (or servers) that you wish to have covered by the
17406 Agent (@pxref{Server Agent Commands}), or @kbd{J r} on automatically
17407 added servers you do not wish to have covered by the Agent.  By default,
17408 all @code{nntp} and @code{nnimap} servers in @code{gnus-select-method} and
17409 @code{gnus-secondary-select-methods} are agentized.
17410
17411 @item
17412 Decide on download policy.  It's fairly simple once you decide whether
17413 you are going to use agent categories, topic parameters, and/or group
17414 parameters to implement your policy.  If you're new to gnus, it
17415 is probably best to start with a category, @xref{Agent Categories}.
17416
17417 Both topic parameters (@pxref{Topic Parameters}) and agent categories
17418 (@pxref{Agent Categories}) provide for setting a policy that applies
17419 to multiple groups.  Which you use is entirely up to you.  Topic
17420 parameters do override categories so, if you mix the two, you'll have
17421 to take that into account.  If you have a few groups that deviate from
17422 your policy, you can use group parameters (@pxref{Group Parameters}) to
17423 configure them.
17424
17425 @item
17426 Uhm@dots{} that's it.
17427 @end itemize
17428
17429
17430 @node Agent Categories
17431 @subsection Agent Categories
17432
17433 One of the main reasons to integrate the news transport layer into the
17434 newsreader is to allow greater control over what articles to download.
17435 There's not much point in downloading huge amounts of articles, just to
17436 find out that you're not interested in reading any of them.  It's better
17437 to be somewhat more conservative in choosing what to download, and then
17438 mark the articles for downloading manually if it should turn out that
17439 you're interested in the articles anyway.
17440
17441 One of the more effective methods for controlling what is to be
17442 downloaded is to create a @dfn{category} and then assign some (or all)
17443 groups to this category.  Groups that do not belong in any other
17444 category belong to the @code{default} category.  Gnus has its own
17445 buffer for creating and managing categories.
17446
17447 If you prefer, you can also use group parameters (@pxref{Group
17448 Parameters}) and topic parameters (@pxref{Topic Parameters}) for an
17449 alternative approach to controlling the agent.  The only real
17450 difference is that categories are specific to the agent (so there is
17451 less to learn) while group and topic parameters include the kitchen
17452 sink.
17453
17454 Since you can set agent parameters in several different places we have
17455 a rule to decide which source to believe.  This rule specifies that
17456 the parameter sources are checked in the following order: group
17457 parameters, topic parameters, agent category, and finally customizable
17458 variables.  So you can mix all of these sources to produce a wide range
17459 of behavior, just don't blame me if you don't remember where you put
17460 your settings.
17461
17462 @menu
17463 * Category Syntax::             What a category looks like.
17464 * Category Buffer::             A buffer for maintaining categories.
17465 * Category Variables::          Customize'r'Us.
17466 @end menu
17467
17468
17469 @node Category Syntax
17470 @subsubsection Category Syntax
17471
17472 A category consists of a name, the list of groups belonging to the
17473 category, and a number of optional parameters that override the
17474 customizable variables.  The complete list of agent parameters are
17475 listed below.
17476
17477 @table @code
17478 @item gnus-agent-cat-name
17479 The name of the category.
17480
17481 @item gnus-agent-cat-groups
17482 The list of groups that are in this category.
17483
17484 @item gnus-agent-cat-predicate
17485 A predicate which (generally) gives a rough outline of which articles
17486 are eligible for downloading; and
17487
17488 @item gnus-agent-cat-score-file
17489 a score rule which (generally) gives you a finer granularity when
17490 deciding what articles to download.  (Note that this @dfn{download
17491 score} is not necessarily related to normal scores.)
17492
17493 @item gnus-agent-cat-enable-expiration
17494 a boolean indicating whether the agent should expire old articles in
17495 this group.  Most groups should be expired to conserve disk space.  In
17496 fact, its probably safe to say that the gnus.* hierarchy contains the
17497 only groups that should not be expired.
17498
17499 @item gnus-agent-cat-days-until-old
17500 an integer indicating the number of days that the agent should wait
17501 before deciding that a read article is safe to expire.
17502
17503 @item gnus-agent-cat-low-score
17504 an integer that overrides the value of @code{gnus-agent-low-score}.
17505
17506 @item gnus-agent-cat-high-score
17507 an integer that overrides the value of @code{gnus-agent-high-score}.
17508
17509 @item gnus-agent-cat-length-when-short
17510 an integer that overrides the value of
17511 @code{gnus-agent-short-article}.
17512
17513 @item gnus-agent-cat-length-when-long
17514 an integer that overrides the value of @code{gnus-agent-long-article}.
17515 @end table
17516
17517 The name of a category can not be changed once the category has been
17518 created.
17519
17520 Each category maintains a list of groups that are exclusive members of
17521 that category.  The exclusivity rule is automatically enforced, add a
17522 group to a new category and it is automatically removed from its old
17523 category.
17524
17525 A predicate in its simplest form can be a single predicate such as
17526 @code{true} or @code{false}.  These two will download every available
17527 article or nothing respectively.  In the case of these two special
17528 predicates an additional score rule is superfluous.
17529
17530 Predicates of @code{high} or @code{low} download articles in respect of
17531 their scores in relationship to @code{gnus-agent-high-score} and
17532 @code{gnus-agent-low-score} as described below.
17533
17534 To gain even finer control of what is to be regarded eligible for
17535 download a predicate can consist of a number of predicates with logical
17536 operators sprinkled in between.
17537
17538 Perhaps some examples are in order.
17539
17540 Here's a simple predicate.  (It's the default predicate, in fact, used
17541 for all groups that don't belong to any other category.)
17542
17543 @lisp
17544 short
17545 @end lisp
17546
17547 Quite simple, eh?  This predicate is true if and only if the article is
17548 short (for some value of ``short'').
17549
17550 Here's a more complex predicate:
17551
17552 @lisp
17553 (or high
17554     (and
17555      (not low)
17556      (not long)))
17557 @end lisp
17558
17559 This means that an article should be downloaded if it has a high score,
17560 or if the score is not low and the article is not long.  You get the
17561 drift.
17562
17563 The available logical operators are @code{or}, @code{and} and
17564 @code{not}.  (If you prefer, you can use the more ``C''-ish operators
17565 @samp{|}, @code{&} and @code{!} instead.)
17566
17567 The following predicates are pre-defined, but if none of these fit what
17568 you want to do, you can write your own.
17569
17570 When evaluating each of these predicates, the named constant will be
17571 bound to the value determined by calling
17572 @code{gnus-agent-find-parameter} on the appropriate parameter.  For
17573 example, gnus-agent-short-article will be bound to
17574 @code{(gnus-agent-find-parameter group 'agent-short-article)}.  This
17575 means that you can specify a predicate in your category then tune that
17576 predicate to individual groups.
17577
17578 @table @code
17579 @item short
17580 True iff the article is shorter than @code{gnus-agent-short-article}
17581 lines; default 100.
17582
17583 @item long
17584 True iff the article is longer than @code{gnus-agent-long-article}
17585 lines; default 200.
17586
17587 @item low
17588 True iff the article has a download score less than
17589 @code{gnus-agent-low-score}; default 0.
17590
17591 @item high
17592 True iff the article has a download score greater than
17593 @code{gnus-agent-high-score}; default 0.
17594
17595 @item spam
17596 True iff the Gnus Agent guesses that the article is spam.  The
17597 heuristics may change over time, but at present it just computes a
17598 checksum and sees whether articles match.
17599
17600 @item true
17601 Always true.
17602
17603 @item false
17604 Always false.
17605 @end table
17606
17607 If you want to create your own predicate function, here's what you have
17608 to know:  The functions are called with no parameters, but the
17609 @code{gnus-headers} and @code{gnus-score} dynamic variables are bound to
17610 useful values.
17611
17612 For example, you could decide that you don't want to download articles
17613 that were posted more than a certain number of days ago (e.g. posted
17614 more than @code{gnus-agent-expire-days} ago) you might write a function
17615 something along the lines of the following:
17616
17617 @lisp
17618 (defun my-article-old-p ()
17619   "Say whether an article is old."
17620   (< (time-to-days (date-to-time (mail-header-date gnus-headers)))
17621      (- (time-to-days (current-time)) gnus-agent-expire-days)))
17622 @end lisp
17623
17624 with the predicate then defined as:
17625
17626 @lisp
17627 (not my-article-old-p)
17628 @end lisp
17629
17630 or you could append your predicate to the predefined
17631 @code{gnus-category-predicate-alist} in your @file{~/.gnus.el} or
17632 wherever.
17633
17634 @lisp
17635 (require 'gnus-agent)
17636 (setq  gnus-category-predicate-alist
17637   (append gnus-category-predicate-alist
17638          '((old . my-article-old-p))))
17639 @end lisp
17640
17641 and simply specify your predicate as:
17642
17643 @lisp
17644 (not old)
17645 @end lisp
17646
17647 If/when using something like the above, be aware that there are many
17648 misconfigured systems/mailers out there and so an article's date is not
17649 always a reliable indication of when it was posted.  Hell, some people
17650 just don't give a damn.
17651
17652 The above predicates apply to @emph{all} the groups which belong to the
17653 category.  However, if you wish to have a specific predicate for an
17654 individual group within a category, or you're just too lazy to set up a
17655 new category, you can enter a group's individual predicate in its group
17656 parameters like so:
17657
17658 @lisp
17659 (agent-predicate . short)
17660 @end lisp
17661
17662 This is the group/topic parameter equivalent of the agent category default.
17663 Note that when specifying a single word predicate like this, the
17664 @code{agent-predicate} specification must be in dotted pair notation.
17665
17666 The equivalent of the longer example from above would be:
17667
17668 @lisp
17669 (agent-predicate or high (and (not low) (not long)))
17670 @end lisp
17671
17672 The outer parenthesis required in the category specification are not
17673 entered here as, not being in dotted pair notation, the value of the
17674 predicate is assumed to be a list.
17675
17676
17677 Now, the syntax of the download score is the same as the syntax of
17678 normal score files, except that all elements that require actually
17679 seeing the article itself are verboten.  This means that only the
17680 following headers can be scored on: @code{Subject}, @code{From},
17681 @code{Date}, @code{Message-ID}, @code{References}, @code{Chars},
17682 @code{Lines}, and @code{Xref}.
17683
17684 As with predicates, the specification of the @code{download score rule}
17685 to use in respect of a group can be in either the category definition if
17686 it's to be applicable to all groups in therein, or a group's parameters
17687 if it's to be specific to that group.
17688
17689 In both of these places the @code{download score rule} can take one of
17690 three forms:
17691
17692 @enumerate
17693 @item
17694 Score rule
17695
17696 This has the same syntax as a normal Gnus score file except only a
17697 subset of scoring keywords are available as mentioned above.
17698
17699 example:
17700
17701 @itemize @bullet
17702 @item
17703 Category specification
17704
17705 @lisp
17706 (("from"
17707        ("Lars Ingebrigtsen" 1000000 nil s))
17708 ("lines"
17709        (500 -100 nil <)))
17710 @end lisp
17711
17712 @item
17713 Group/Topic Parameter specification
17714
17715 @lisp
17716 (agent-score ("from"
17717                    ("Lars Ingebrigtsen" 1000000 nil s))
17718              ("lines"
17719                    (500 -100 nil <)))
17720 @end lisp
17721
17722 Again, note the omission of the outermost parenthesis here.
17723 @end itemize
17724
17725 @item
17726 Agent score file
17727
17728 These score files must @emph{only} contain the permitted scoring
17729 keywords stated above.
17730
17731 example:
17732
17733 @itemize @bullet
17734 @item
17735 Category specification
17736
17737 @lisp
17738 ("~/News/agent.SCORE")
17739 @end lisp
17740
17741 or perhaps
17742
17743 @lisp
17744 ("~/News/agent.SCORE" "~/News/agent.group.SCORE")
17745 @end lisp
17746
17747 @item
17748 Group Parameter specification
17749
17750 @lisp
17751 (agent-score "~/News/agent.SCORE")
17752 @end lisp
17753
17754 Additional score files can be specified as above.  Need I say anything
17755 about parenthesis?
17756 @end itemize
17757
17758 @item
17759 Use @code{normal} score files
17760
17761 If you don't want to maintain two sets of scoring rules for a group, and
17762 your desired @code{downloading} criteria for a group are the same as your
17763 @code{reading} criteria then you can tell the agent to refer to your
17764 @code{normal} score files when deciding what to download.
17765
17766 These directives in either the category definition or a group's
17767 parameters will cause the agent to read in all the applicable score
17768 files for a group, @emph{filtering out} those sections that do not
17769 relate to one of the permitted subset of scoring keywords.
17770
17771 @itemize @bullet
17772 @item
17773 Category Specification
17774
17775 @lisp
17776 file
17777 @end lisp
17778
17779 @item
17780 Group Parameter specification
17781
17782 @lisp
17783 (agent-score . file)
17784 @end lisp
17785 @end itemize
17786 @end enumerate
17787
17788 @node Category Buffer
17789 @subsubsection Category Buffer
17790
17791 You'd normally do all category maintenance from the category buffer.
17792 When you enter it for the first time (with the @kbd{J c} command from
17793 the group buffer), you'll only see the @code{default} category.
17794
17795 The following commands are available in this buffer:
17796
17797 @table @kbd
17798 @item q
17799 @kindex q (Category)
17800 @findex gnus-category-exit
17801 Return to the group buffer (@code{gnus-category-exit}).
17802
17803 @item e
17804 @kindex e (Category)
17805 @findex gnus-category-customize-category
17806 Use a customization buffer to set all of the selected category's
17807 parameters at one time (@code{gnus-category-customize-category}).
17808
17809 @item k
17810 @kindex k (Category)
17811 @findex gnus-category-kill
17812 Kill the current category (@code{gnus-category-kill}).
17813
17814 @item c
17815 @kindex c (Category)
17816 @findex gnus-category-copy
17817 Copy the current category (@code{gnus-category-copy}).
17818
17819 @item a
17820 @kindex a (Category)
17821 @findex gnus-category-add
17822 Add a new category (@code{gnus-category-add}).
17823
17824 @item p
17825 @kindex p (Category)
17826 @findex gnus-category-edit-predicate
17827 Edit the predicate of the current category
17828 (@code{gnus-category-edit-predicate}).
17829
17830 @item g
17831 @kindex g (Category)
17832 @findex gnus-category-edit-groups
17833 Edit the list of groups belonging to the current category
17834 (@code{gnus-category-edit-groups}).
17835
17836 @item s
17837 @kindex s (Category)
17838 @findex gnus-category-edit-score
17839 Edit the download score rule of the current category
17840 (@code{gnus-category-edit-score}).
17841
17842 @item l
17843 @kindex l (Category)
17844 @findex gnus-category-list
17845 List all the categories (@code{gnus-category-list}).
17846 @end table
17847
17848
17849 @node Category Variables
17850 @subsubsection Category Variables
17851
17852 @table @code
17853 @item gnus-category-mode-hook
17854 @vindex gnus-category-mode-hook
17855 Hook run in category buffers.
17856
17857 @item gnus-category-line-format
17858 @vindex gnus-category-line-format
17859 Format of the lines in the category buffer (@pxref{Formatting
17860 Variables}).  Valid elements are:
17861
17862 @table @samp
17863 @item c
17864 The name of the category.
17865
17866 @item g
17867 The number of groups in the category.
17868 @end table
17869
17870 @item gnus-category-mode-line-format
17871 @vindex gnus-category-mode-line-format
17872 Format of the category mode line (@pxref{Mode Line Formatting}).
17873
17874 @item gnus-agent-short-article
17875 @vindex gnus-agent-short-article
17876 Articles that have fewer lines than this are short.  Default 100.
17877
17878 @item gnus-agent-long-article
17879 @vindex gnus-agent-long-article
17880 Articles that have more lines than this are long.  Default 200.
17881
17882 @item gnus-agent-low-score
17883 @vindex gnus-agent-low-score
17884 Articles that have a score lower than this have a low score.  Default
17885 0.
17886
17887 @item gnus-agent-high-score
17888 @vindex gnus-agent-high-score
17889 Articles that have a score higher than this have a high score.  Default
17890 0.
17891
17892 @item gnus-agent-expire-days
17893 @vindex gnus-agent-expire-days
17894 The number of days that a @samp{read} article must stay in the agent's
17895 local disk before becoming eligible for expiration (While the name is
17896 the same, this doesn't mean expiring the article on the server.  It
17897 just means deleting the local copy of the article).  What is also
17898 important to understand is that the counter starts with the time the
17899 article was written to the local disk and not the time the article was
17900 read.
17901 Default 7.
17902
17903 @item gnus-agent-enable-expiration
17904 @vindex gnus-agent-enable-expiration
17905 Determines whether articles in a group are, by default, expired or
17906 retained indefinitely.  The default is @code{ENABLE} which means that
17907 you'll have to disable expiration when desired.  On the other hand,
17908 you could set this to @code{DISABLE}.  In that case, you would then
17909 have to enable expiration in selected groups.
17910
17911 @end table
17912
17913
17914 @node Agent Commands
17915 @subsection Agent Commands
17916 @findex gnus-agent-toggle-plugged
17917 @kindex J j (Agent)
17918
17919 All the Gnus Agent commands are on the @kbd{J} submap.  The @kbd{J j}
17920 (@code{gnus-agent-toggle-plugged}) command works in all modes, and
17921 toggles the plugged/unplugged state of the Gnus Agent.
17922
17923
17924 @menu
17925 * Group Agent Commands::        Configure groups and fetch their contents.
17926 * Summary Agent Commands::      Manually select then fetch specific articles.
17927 * Server Agent Commands::       Select the servers that are supported by the agent.
17928 @end menu
17929
17930
17931
17932
17933 @node Group Agent Commands
17934 @subsubsection Group Agent Commands
17935
17936 @table @kbd
17937 @item J u
17938 @kindex J u (Agent Group)
17939 @findex gnus-agent-fetch-groups
17940 Fetch all eligible articles in the current group
17941 (@code{gnus-agent-fetch-groups}).
17942
17943 @item J c
17944 @kindex J c (Agent Group)
17945 @findex gnus-enter-category-buffer
17946 Enter the Agent category buffer (@code{gnus-enter-category-buffer}).
17947
17948 @item J s
17949 @kindex J s (Agent Group)
17950 @findex gnus-agent-fetch-session
17951 Fetch all eligible articles in all groups
17952 (@code{gnus-agent-fetch-session}).
17953
17954 @item J S
17955 @kindex J S (Agent Group)
17956 @findex gnus-group-send-queue
17957 Send all sendable messages in the queue group
17958 (@code{gnus-group-send-queue}).  @xref{Drafts}.
17959
17960 @item J a
17961 @kindex J a (Agent Group)
17962 @findex gnus-agent-add-group
17963 Add the current group to an Agent category
17964 (@code{gnus-agent-add-group}).  This command understands the
17965 process/prefix convention (@pxref{Process/Prefix}).
17966
17967 @item J r
17968 @kindex J r (Agent Group)
17969 @findex gnus-agent-remove-group
17970 Remove the current group from its category, if any
17971 (@code{gnus-agent-remove-group}).  This command understands the
17972 process/prefix convention (@pxref{Process/Prefix}).
17973
17974 @item J Y
17975 @kindex J Y (Agent Group)
17976 @findex gnus-agent-synchronize-flags
17977 Synchronize flags changed while unplugged with remote server, if any.
17978
17979
17980 @end table
17981
17982
17983 @node Summary Agent Commands
17984 @subsubsection Summary Agent Commands
17985
17986 @table @kbd
17987 @item J #
17988 @kindex J # (Agent Summary)
17989 @findex gnus-agent-mark-article
17990 Mark the article for downloading (@code{gnus-agent-mark-article}).
17991
17992 @item J M-#
17993 @kindex J M-# (Agent Summary)
17994 @findex gnus-agent-unmark-article
17995 Remove the downloading mark from the article
17996 (@code{gnus-agent-unmark-article}).
17997
17998 @cindex %
17999 @item @@
18000 @kindex @@ (Agent Summary)
18001 @findex gnus-agent-toggle-mark
18002 Toggle whether to download the article
18003 (@code{gnus-agent-toggle-mark}).  The download mark is @samp{%} by
18004 default.
18005
18006 @item J c
18007 @kindex J c (Agent Summary)
18008 @findex gnus-agent-catchup
18009 Mark all articles as read (@code{gnus-agent-catchup}) that are neither cached, downloaded, nor downloadable.
18010
18011 @item J S
18012 @kindex J S (Agent Summary)
18013 @findex gnus-agent-fetch-group
18014 Download all eligible (@pxref{Agent Categories}) articles in this group.
18015 (@code{gnus-agent-fetch-group}).
18016
18017 @item J s
18018 @kindex J s (Agent Summary)
18019 @findex gnus-agent-fetch-series
18020 Download all processable articles in this group.
18021 (@code{gnus-agent-fetch-series}).
18022
18023 @item J u
18024 @kindex J u (Agent Summary)
18025 @findex gnus-agent-summary-fetch-group
18026 Download all downloadable articles in the current group
18027 (@code{gnus-agent-summary-fetch-group}).
18028
18029 @end table
18030
18031
18032 @node Server Agent Commands
18033 @subsubsection Server Agent Commands
18034
18035 @table @kbd
18036 @item J a
18037 @kindex J a (Agent Server)
18038 @findex gnus-agent-add-server
18039 Add the current server to the list of servers covered by the Gnus Agent
18040 (@code{gnus-agent-add-server}).
18041
18042 @item J r
18043 @kindex J r (Agent Server)
18044 @findex gnus-agent-remove-server
18045 Remove the current server from the list of servers covered by the Gnus
18046 Agent (@code{gnus-agent-remove-server}).
18047
18048 @end table
18049
18050
18051 @node Agent Visuals
18052 @subsection Agent Visuals
18053
18054 If you open a summary while unplugged and, Gnus knows from the group's
18055 active range that there are more articles than the headers currently
18056 stored in the Agent, you may see some articles whose subject looks
18057 something like @samp{[Undownloaded article #####]}.  These are
18058 placeholders for the missing headers.  Aside from setting a mark,
18059 there is not much that can be done with one of these placeholders.
18060 When Gnus finally gets a chance to fetch the group's headers, the
18061 placeholders will automatically be replaced by the actual headers.
18062 You can configure the summary buffer's maneuvering to skip over the
18063 placeholders if you care (See @code{gnus-auto-goto-ignores}).
18064
18065 While it may be obvious to all, the only headers and articles
18066 available while unplugged are those headers and articles that were
18067 fetched into the Agent while previously plugged.  To put it another
18068 way, "If you forget to fetch something while plugged, you might have a
18069 less than satisfying unplugged session".  For this reason, the Agent
18070 adds two visual effects to your summary buffer.  These effects display
18071 the download status of each article so that you always know which
18072 articles will be available when unplugged.
18073
18074 The first visual effect is the @samp{%O} spec.  If you customize
18075 @code{gnus-summary-line-format} to include this specifier, you will add
18076 a single character field that indicates an article's download status.
18077 Articles that have been fetched into either the Agent or the Cache,
18078 will display @code{gnus-downloaded-mark} (defaults to @samp{+}).  All
18079 other articles will display @code{gnus-undownloaded-mark} (defaults to
18080 @samp{-}).  If you open a group that has not been agentized, a space
18081 (@samp{ }) will be displayed.
18082
18083 The second visual effect are the undownloaded faces.  The faces, there
18084 are three indicating the article's score (low, normal, high), seem to
18085 result in a love/hate response from many Gnus users.  The problem is
18086 that the face selection is controlled by a list of condition tests and
18087 face names (See @code{gnus-summary-highlight}).  Each condition is
18088 tested in the order in which it appears in the list so early
18089 conditions have precedence over later conditions.  All of this means
18090 that, if you tick an undownloaded article, the article will continue
18091 to be displayed in the undownloaded face rather than the ticked face.
18092
18093 If you use the Agent as a cache (to avoid downloading the same article
18094 each time you visit it or to minimize your connection time), the
18095 undownloaded face will probably seem like a good idea.  The reason
18096 being that you do all of our work (marking, reading, deleting) with
18097 downloaded articles so the normal faces always appear.
18098
18099 For occasional Agent users, the undownloaded faces may appear to be an
18100 absolutely horrible idea.  The issue being that, since most of their
18101 articles have not been fetched into the Agent, most of the normal
18102 faces will be obscured by the undownloaded faces.  If this is your
18103 situation, you have two choices available.  First, you can completely
18104 disable the undownload faces by customizing
18105 @code{gnus-summary-highlight} to delete the three cons-cells that
18106 refer to the @code{gnus-summary-*-undownloaded-face} faces.  Second, if
18107 you prefer to take a more fine-grained approach, you may set the
18108 @code{agent-disable-undownloaded-faces} group parameter to t.  This
18109 parameter, like all other agent parameters, may be set on an Agent
18110 Category (@pxref{Agent Categories}), a Group Topic (@pxref{Topic
18111 Parameters}), or an individual group (@pxref{Group Parameters}).
18112
18113 @node Agent as Cache
18114 @subsection Agent as Cache
18115
18116 When Gnus is plugged, it is not efficient to download headers or
18117 articles from the server again, if they are already stored in the
18118 Agent.  So, Gnus normally only downloads headers once, and stores them
18119 in the Agent.  These headers are later used when generating the summary
18120 buffer, regardless of whether you are plugged or unplugged.  Articles
18121 are not cached in the Agent by default though (that would potentially
18122 consume lots of disk space), but if you have already downloaded an
18123 article into the Agent, Gnus will not download the article from the
18124 server again but use the locally stored copy instead.
18125
18126 If you so desire, you can configure the agent (see @code{gnus-agent-cache}
18127 @pxref{Agent Variables}) to always download headers and articles while
18128 plugged.  Gnus will almost certainly be slower, but it will be kept
18129 synchronized with the server.  That last point probably won't make any
18130 sense if you are using a nntp or nnimap back end.
18131
18132 @node Agent Expiry
18133 @subsection Agent Expiry
18134
18135 @vindex gnus-agent-expire-days
18136 @findex gnus-agent-expire
18137 @kindex M-x gnus-agent-expire
18138 @kindex M-x gnus-agent-expire-group
18139 @findex gnus-agent-expire-group
18140 @cindex agent expiry
18141 @cindex Gnus agent expiry
18142 @cindex expiry
18143
18144 The Agent back end, @code{nnagent}, doesn't handle expiry.  Well, at
18145 least it doesn't handle it like other back ends.  Instead, there are
18146 special @code{gnus-agent-expire} and @code{gnus-agent-expire-group}
18147 commands that will expire all read articles that are older than
18148 @code{gnus-agent-expire-days} days.  They can be run whenever you feel
18149 that you're running out of space.  Neither are particularly fast or
18150 efficient, and it's not a particularly good idea to interrupt them (with
18151 @kbd{C-g} or anything else) once you've started one of them.
18152
18153 Note that other functions, e.g. @code{gnus-request-expire-articles},
18154 might run @code{gnus-agent-expire} for you to keep the agent
18155 synchronized with the group.
18156
18157 The agent parameter @code{agent-enable-expiration} may be used to
18158 prevent expiration in selected groups.
18159
18160 @vindex gnus-agent-expire-all
18161 If @code{gnus-agent-expire-all} is non-@code{nil}, the agent
18162 expiration commands will expire all articles---unread, read, ticked
18163 and dormant.  If @code{nil} (which is the default), only read articles
18164 are eligible for expiry, and unread, ticked and dormant articles will
18165 be kept indefinitely.
18166
18167 If you find that some articles eligible for expiry are never expired,
18168 perhaps some Gnus Agent files are corrupted.  There's are special
18169 commands, @code{gnus-agent-regenerate} and
18170 @code{gnus-agent-regenerate-group}, to fix possible problems.
18171
18172 @node Agent Regeneration
18173 @subsection Agent Regeneration
18174
18175 @cindex agent regeneration
18176 @cindex Gnus agent regeneration
18177 @cindex regeneration
18178
18179 The local data structures used by @code{nnagent} may become corrupted
18180 due to certain exceptional conditions.  When this happens,
18181 @code{nnagent} functionality may degrade or even fail.  The solution
18182 to this problem is to repair the local data structures by removing all
18183 internal inconsistencies.
18184
18185 For example, if your connection to your server is lost while
18186 downloaded articles into the agent, the local data structures will not
18187 know about articles successfully downloaded prior to the connection
18188 failure.  Running @code{gnus-agent-regenerate} or
18189 @code{gnus-agent-regenerate-group} will update the data structures
18190 such that you don't need to download these articles a second time.
18191
18192 @findex gnus-agent-regenerate
18193 @kindex M-x gnus-agent-regenerate
18194 The command @code{gnus-agent-regenerate} will perform
18195 @code{gnus-agent-regenerate-group} on every agentized group.  While
18196 you can run @code{gnus-agent-regenerate} in any buffer, it is strongly
18197 recommended that you first close all summary buffers.
18198
18199 @findex gnus-agent-regenerate-group
18200 @kindex M-x gnus-agent-regenerate-group
18201 The command @code{gnus-agent-regenerate-group} uses the local copies
18202 of individual articles to repair the local @acronym{NOV}(header) database.  It
18203 then updates the internal data structures that document which articles
18204 are stored locally.  An optional argument will mark articles in the
18205 agent as unread.
18206
18207 @node Agent and IMAP
18208 @subsection Agent and IMAP
18209
18210 The Agent works with any Gnus back end, including nnimap.  However,
18211 since there are some conceptual differences between @acronym{NNTP} and
18212 @acronym{IMAP}, this section (should) provide you with some information to
18213 make Gnus Agent work smoother as a @acronym{IMAP} Disconnected Mode client.
18214
18215 The first thing to keep in mind is that all flags (read, ticked, etc)
18216 are kept on the @acronym{IMAP} server, rather than in @file{.newsrc} as is the
18217 case for nntp.  Thus Gnus need to remember flag changes when
18218 disconnected, and synchronize these flags when you plug back in.
18219
18220 Gnus keeps track of flag changes when reading nnimap groups under the
18221 Agent.  When you plug back in, Gnus will check if you have any changed
18222 any flags and ask if you wish to synchronize these with the server.
18223 The behavior is customizable by @code{gnus-agent-synchronize-flags}.
18224
18225 @vindex gnus-agent-synchronize-flags
18226 If @code{gnus-agent-synchronize-flags} is @code{nil}, the Agent will
18227 never automatically synchronize flags.  If it is @code{ask}, which is
18228 the default, the Agent will check if you made any changes and if so
18229 ask if you wish to synchronize these when you re-connect.  If it has
18230 any other value, all flags will be synchronized automatically.
18231
18232 If you do not wish to synchronize flags automatically when you
18233 re-connect, you can do it manually with the
18234 @code{gnus-agent-synchronize-flags} command that is bound to @kbd{J Y}
18235 in the group buffer.
18236
18237 Some things are currently not implemented in the Agent that you'd might
18238 expect from a disconnected @acronym{IMAP} client, including:
18239
18240 @itemize @bullet
18241
18242 @item
18243 Copying/moving articles into nnimap groups when unplugged.
18244
18245 @item
18246 Creating/deleting nnimap groups when unplugged.
18247
18248 @end itemize
18249
18250 Technical note: the synchronization algorithm does not work by ``pushing''
18251 all local flags to the server, but rather incrementally update the
18252 server view of flags by changing only those flags that were changed by
18253 the user.  Thus, if you set one flag on an article, quit the group and
18254 re-select the group and remove the flag; the flag will be set and
18255 removed from the server when you ``synchronize''.  The queued flag
18256 operations can be found in the per-server @code{flags} file in the Agent
18257 directory.  It's emptied when you synchronize flags.
18258
18259
18260 @node Outgoing Messages
18261 @subsection Outgoing Messages
18262
18263 When Gnus is unplugged, all outgoing messages (both mail and news) are
18264 stored in the draft group ``queue'' (@pxref{Drafts}).  You can view
18265 them there after posting, and edit them at will.
18266
18267 When Gnus is plugged again, you can send the messages either from the
18268 draft group with the special commands available there, or you can use
18269 the @kbd{J S} command in the group buffer to send all the sendable
18270 messages in the draft group.
18271
18272
18273
18274 @node Agent Variables
18275 @subsection Agent Variables
18276
18277 @table @code
18278 @item gnus-agent-directory
18279 @vindex gnus-agent-directory
18280 Where the Gnus Agent will store its files.  The default is
18281 @file{~/News/agent/}.
18282
18283 @item gnus-agent-handle-level
18284 @vindex gnus-agent-handle-level
18285 Groups on levels (@pxref{Group Levels}) higher than this variable will
18286 be ignored by the Agent.  The default is @code{gnus-level-subscribed},
18287 which means that only subscribed group will be considered by the Agent
18288 by default.
18289
18290 @item gnus-agent-plugged-hook
18291 @vindex gnus-agent-plugged-hook
18292 Hook run when connecting to the network.
18293
18294 @item gnus-agent-unplugged-hook
18295 @vindex gnus-agent-unplugged-hook
18296 Hook run when disconnecting from the network.
18297
18298 @item gnus-agent-fetched-hook
18299 @vindex gnus-agent-fetched-hook
18300 Hook run when finished fetching articles.
18301
18302 @item gnus-agent-cache
18303 @vindex gnus-agent-cache
18304 Variable to control whether use the locally stored @acronym{NOV} and
18305 articles when plugged, e.g. essentially using the Agent as a cache.
18306 The default is non-@code{nil}, which means to use the Agent as a cache.
18307
18308 @item gnus-agent-go-online
18309 @vindex gnus-agent-go-online
18310 If @code{gnus-agent-go-online} is @code{nil}, the Agent will never
18311 automatically switch offline servers into online status.  If it is
18312 @code{ask}, the default, the Agent will ask if you wish to switch
18313 offline servers into online status when you re-connect.  If it has any
18314 other value, all offline servers will be automatically switched into
18315 online status.
18316
18317 @item gnus-agent-mark-unread-after-downloaded
18318 @vindex gnus-agent-mark-unread-after-downloaded
18319 If @code{gnus-agent-mark-unread-after-downloaded} is non-@code{nil},
18320 mark articles as unread after downloading.  This is usually a safe
18321 thing to do as the newly downloaded article has obviously not been
18322 read.  The default is t.
18323
18324 @item gnus-agent-consider-all-articles
18325 @vindex gnus-agent-consider-all-articles
18326 If @code{gnus-agent-consider-all-articles} is non-@code{nil}, the
18327 agent will fetch all missing headers.  When @code{nil}, the agent will
18328 fetch only new headers.  The default is @code{nil}.
18329
18330 @item gnus-agent-max-fetch-size
18331 @vindex gnus-agent-max-fetch-size
18332 The agent fetches articles into a temporary buffer prior to parsing
18333 them into individual files.  To avoid exceeding the max. buffer size,
18334 the agent alternates between fetching and parsing until all articles
18335 have been fetched.  @code{gnus-agent-max-fetch-size} provides a size
18336 limit to control how often the cycling occurs.  A large value improves
18337 performance.  A small value minimizes the time lost should the
18338 connection be lost while fetching (You may need to run
18339 @code{gnus-agent-regenerate-group} to update the group's state.
18340 However, all articles parsed prior to loosing the connection will be
18341 available while unplugged).  The default is 10M so it is unusual to
18342 see any cycling.
18343
18344 @item gnus-server-unopen-status
18345 @vindex gnus-server-unopen-status
18346 Perhaps not an Agent variable, but closely related to the Agent, this
18347 variable says what will happen if Gnus cannot open a server.  If the
18348 Agent is enabled, the default, @code{nil}, makes Gnus ask the user
18349 whether to deny the server or whether to unplug the agent.  If the
18350 Agent is disabled, Gnus always simply deny the server.  Other choices
18351 for this variable include @code{denied} and @code{offline} the latter
18352 is only valid if the Agent is used.
18353
18354 @item gnus-auto-goto-ignores
18355 @vindex gnus-auto-goto-ignores
18356 Another variable that isn't an Agent variable, yet so closely related
18357 that most will look for it here, this variable tells the summary
18358 buffer how to maneuver around undownloaded (only headers stored in the
18359 agent) and unfetched (neither article nor headers stored) articles.
18360
18361 The legal values are @code{nil} (maneuver to any article),
18362 @code{undownloaded} (maneuvering while unplugged ignores articles that
18363 have not been fetched), @code{always-undownloaded} (maneuvering always
18364 ignores articles that have not been fetched), @code{unfetched}
18365 (maneuvering ignores articles whose headers have not been fetched).
18366
18367 @end table
18368
18369
18370 @node Example Setup
18371 @subsection Example Setup
18372
18373 If you don't want to read this manual, and you have a fairly standard
18374 setup, you may be able to use something like the following as your
18375 @file{~/.gnus.el} file to get started.
18376
18377 @lisp
18378 ;;; @r{Define how Gnus is to fetch news.  We do this over @acronym{NNTP}}
18379 ;;; @r{from your ISP's server.}
18380 (setq gnus-select-method '(nntp "news.your-isp.com"))
18381
18382 ;;; @r{Define how Gnus is to read your mail.  We read mail from}
18383 ;;; @r{your ISP's @acronym{POP} server.}
18384 (setq mail-sources '((pop :server "pop.your-isp.com")))
18385
18386 ;;; @r{Say how Gnus is to store the mail.  We use nnml groups.}
18387 (setq gnus-secondary-select-methods '((nnml "")))
18388
18389 ;;; @r{Make Gnus into an offline newsreader.}
18390 ;;; (gnus-agentize) ; @r{The obsolete setting.}
18391 ;;; (setq gnus-agent t) ; @r{Now the default.}
18392 @end lisp
18393
18394 That should be it, basically.  Put that in your @file{~/.gnus.el} file,
18395 edit to suit your needs, start up PPP (or whatever), and type @kbd{M-x
18396 gnus}.
18397
18398 If this is the first time you've run Gnus, you will be subscribed
18399 automatically to a few default newsgroups.  You'll probably want to
18400 subscribe to more groups, and to do that, you have to query the
18401 @acronym{NNTP} server for a complete list of groups with the @kbd{A A}
18402 command.  This usually takes quite a while, but you only have to do it
18403 once.
18404
18405 After reading and parsing a while, you'll be presented with a list of
18406 groups.  Subscribe to the ones you want to read with the @kbd{u}
18407 command.  @kbd{l} to make all the killed groups disappear after you've
18408 subscribe to all the groups you want to read.  (@kbd{A k} will bring
18409 back all the killed groups.)
18410
18411 You can now read the groups at once, or you can download the articles
18412 with the @kbd{J s} command.  And then read the rest of this manual to
18413 find out which of the other gazillion things you want to customize.
18414
18415
18416 @node Batching Agents
18417 @subsection Batching Agents
18418 @findex gnus-agent-batch
18419
18420 Having the Gnus Agent fetch articles (and post whatever messages you've
18421 written) is quite easy once you've gotten things set up properly.  The
18422 following shell script will do everything that is necessary:
18423
18424 You can run a complete batch command from the command line with the
18425 following incantation:
18426
18427 @example
18428 #!/bin/sh
18429 emacs -batch -l ~/.emacs -f -l ~/.gnus.el gnus-agent-batch >/dev/null 2>&1
18430 @end example
18431
18432
18433 @node Agent Caveats
18434 @subsection Agent Caveats
18435
18436 The Gnus Agent doesn't seem to work like most other offline
18437 newsreaders.  Here are some common questions that some imaginary people
18438 may ask:
18439
18440 @table @dfn
18441 @item If I read an article while plugged, do they get entered into the Agent?
18442
18443 @strong{No}.  If you want this behaviour, add
18444 @code{gnus-agent-fetch-selected-article} to
18445 @code{gnus-select-article-hook}.
18446
18447 @item If I read an article while plugged, and the article already exists in
18448 the Agent, will it get downloaded once more?
18449
18450 @strong{No}, unless @code{gnus-agent-cache} is @code{nil}.
18451
18452 @end table
18453
18454 In short, when Gnus is unplugged, it only looks into the locally stored
18455 articles; when it's plugged, it talks to your ISP and may also use the
18456 locally stored articles.
18457
18458
18459 @node Scoring
18460 @chapter Scoring
18461 @cindex scoring
18462
18463 Other people use @dfn{kill files}, but we here at Gnus Towers like
18464 scoring better than killing, so we'd rather switch than fight.  They do
18465 something completely different as well, so sit up straight and pay
18466 attention!
18467
18468 @vindex gnus-summary-mark-below
18469 All articles have a default score (@code{gnus-summary-default-score}),
18470 which is 0 by default.  This score may be raised or lowered either
18471 interactively or by score files.  Articles that have a score lower than
18472 @code{gnus-summary-mark-below} are marked as read.
18473
18474 Gnus will read any @dfn{score files} that apply to the current group
18475 before generating the summary buffer.
18476
18477 There are several commands in the summary buffer that insert score
18478 entries based on the current article.  You can, for instance, ask Gnus to
18479 lower or increase the score of all articles with a certain subject.
18480
18481 There are two sorts of scoring entries: Permanent and temporary.
18482 Temporary score entries are self-expiring entries.  Any entries that are
18483 temporary and have not been used for, say, a week, will be removed
18484 silently to help keep the sizes of the score files down.
18485
18486 @menu
18487 * Summary Score Commands::      Adding score entries for the current group.
18488 * Group Score Commands::        General score commands.
18489 * Score Variables::             Customize your scoring.  (My, what terminology).
18490 * Score File Format::           What a score file may contain.
18491 * Score File Editing::          You can edit score files by hand as well.
18492 * Adaptive Scoring::            Big Sister Gnus knows what you read.
18493 * Home Score File::             How to say where new score entries are to go.
18494 * Followups To Yourself::       Having Gnus notice when people answer you.
18495 * Scoring On Other Headers::    Scoring on non-standard headers.
18496 * Scoring Tips::                How to score effectively.
18497 * Reverse Scoring::             That problem child of old is not problem.
18498 * Global Score Files::          Earth-spanning, ear-splitting score files.
18499 * Kill Files::                  They are still here, but they can be ignored.
18500 * Converting Kill Files::       Translating kill files to score files.
18501 * GroupLens::                   Getting predictions on what you like to read.
18502 * Advanced Scoring::            Using logical expressions to build score rules.
18503 * Score Decays::                It can be useful to let scores wither away.
18504 @end menu
18505
18506
18507 @node Summary Score Commands
18508 @section Summary Score Commands
18509 @cindex score commands
18510
18511 The score commands that alter score entries do not actually modify real
18512 score files.  That would be too inefficient.  Gnus maintains a cache of
18513 previously loaded score files, one of which is considered the
18514 @dfn{current score file alist}.  The score commands simply insert
18515 entries into this list, and upon group exit, this list is saved.
18516
18517 The current score file is by default the group's local score file, even
18518 if no such score file actually exists.  To insert score commands into
18519 some other score file (e.g. @file{all.SCORE}), you must first make this
18520 score file the current one.
18521
18522 General score commands that don't actually change the score file:
18523
18524 @table @kbd
18525
18526 @item V s
18527 @kindex V s (Summary)
18528 @findex gnus-summary-set-score
18529 Set the score of the current article (@code{gnus-summary-set-score}).
18530
18531 @item V S
18532 @kindex V S (Summary)
18533 @findex gnus-summary-current-score
18534 Display the score of the current article
18535 (@code{gnus-summary-current-score}).
18536
18537 @item V t
18538 @kindex V t (Summary)
18539 @findex gnus-score-find-trace
18540 Display all score rules that have been used on the current article
18541 (@code{gnus-score-find-trace}).  In the @code{*Score Trace*} buffer, you
18542 can use @kbd{q} to quit.  @kbd{e} edits the corresponding score file.
18543 When point is on a string within the match element, @kbd{e} will try to
18544 bring you to this string in the score file.
18545
18546 @item V w
18547 @kindex V w (Summary)
18548 @findex gnus-score-find-favourite-words
18549 List words used in scoring (@code{gnus-score-find-favourite-words}).
18550
18551 @item V R
18552 @kindex V R (Summary)
18553 @findex gnus-summary-rescore
18554 Run the current summary through the scoring process
18555 (@code{gnus-summary-rescore}).  This might be useful if you're playing
18556 around with your score files behind Gnus' back and want to see the
18557 effect you're having.
18558
18559 @item V c
18560 @kindex V c (Summary)
18561 @findex gnus-score-change-score-file
18562 Make a different score file the current
18563 (@code{gnus-score-change-score-file}).
18564
18565 @item V e
18566 @kindex V e (Summary)
18567 @findex gnus-score-edit-current-scores
18568 Edit the current score file (@code{gnus-score-edit-current-scores}).
18569 You will be popped into a @code{gnus-score-mode} buffer (@pxref{Score
18570 File Editing}).
18571
18572 @item V f
18573 @kindex V f (Summary)
18574 @findex gnus-score-edit-file
18575 Edit a score file and make this score file the current one
18576 (@code{gnus-score-edit-file}).
18577
18578 @item V F
18579 @kindex V F (Summary)
18580 @findex gnus-score-flush-cache
18581 Flush the score cache (@code{gnus-score-flush-cache}).  This is useful
18582 after editing score files.
18583
18584 @item V C
18585 @kindex V C (Summary)
18586 @findex gnus-score-customize
18587 Customize a score file in a visually pleasing manner
18588 (@code{gnus-score-customize}).
18589
18590 @end table
18591
18592 The rest of these commands modify the local score file.
18593
18594 @table @kbd
18595
18596 @item V m
18597 @kindex V m (Summary)
18598 @findex gnus-score-set-mark-below
18599 Prompt for a score, and mark all articles with a score below this as
18600 read (@code{gnus-score-set-mark-below}).
18601
18602 @item V x
18603 @kindex V x (Summary)
18604 @findex gnus-score-set-expunge-below
18605 Prompt for a score, and add a score rule to the current score file to
18606 expunge all articles below this score
18607 (@code{gnus-score-set-expunge-below}).
18608 @end table
18609
18610 The keystrokes for actually making score entries follow a very regular
18611 pattern, so there's no need to list all the commands.  (Hundreds of
18612 them.)
18613
18614 @findex gnus-summary-increase-score
18615 @findex gnus-summary-lower-score
18616
18617 @enumerate
18618 @item
18619 The first key is either @kbd{I} (upper case i) for increasing the score
18620 or @kbd{L} for lowering the score.
18621 @item
18622 The second key says what header you want to score on.  The following
18623 keys are available:
18624 @table @kbd
18625
18626 @item a
18627 Score on the author name.
18628
18629 @item s
18630 Score on the subject line.
18631
18632 @item x
18633 Score on the @code{Xref} line---i.e., the cross-posting line.
18634
18635 @item r
18636 Score on the @code{References} line.
18637
18638 @item d
18639 Score on the date.
18640
18641 @item l
18642 Score on the number of lines.
18643
18644 @item i
18645 Score on the @code{Message-ID} header.
18646
18647 @item e
18648 Score on an ``extra'' header, that is, one of those in gnus-extra-headers,
18649 if your @acronym{NNTP} server tracks additional header data in overviews.
18650
18651 @item f
18652 Score on followups---this matches the author name, and adds scores to
18653 the followups to this author.  (Using this key leads to the creation of
18654 @file{ADAPT} files.)
18655
18656 @item b
18657 Score on the body.
18658
18659 @item h
18660 Score on the head.
18661
18662 @item t
18663 Score on thread.  (Using this key leads to the creation of @file{ADAPT}
18664 files.)
18665
18666 @end table
18667
18668 @item
18669 The third key is the match type.  Which match types are valid depends on
18670 what headers you are scoring on.
18671
18672 @table @code
18673
18674 @item strings
18675
18676 @table @kbd
18677
18678 @item e
18679 Exact matching.
18680
18681 @item s
18682 Substring matching.
18683
18684 @item f
18685 Fuzzy matching (@pxref{Fuzzy Matching}).
18686
18687 @item r
18688 Regexp matching
18689 @end table
18690
18691 @item date
18692 @table @kbd
18693
18694 @item b
18695 Before date.
18696
18697 @item a
18698 After date.
18699
18700 @item n
18701 This date.
18702 @end table
18703
18704 @item number
18705 @table @kbd
18706
18707 @item <
18708 Less than number.
18709
18710 @item =
18711 Equal to number.
18712
18713 @item >
18714 Greater than number.
18715 @end table
18716 @end table
18717
18718 @item
18719 The fourth and usually final key says whether this is a temporary (i.e.,
18720 expiring) score entry, or a permanent (i.e., non-expiring) score entry,
18721 or whether it is to be done immediately, without adding to the score
18722 file.
18723 @table @kbd
18724
18725 @item t
18726 Temporary score entry.
18727
18728 @item p
18729 Permanent score entry.
18730
18731 @item i
18732 Immediately scoring.
18733 @end table
18734
18735 @item
18736 If you are scoring on `e' (extra) headers, you will then be prompted for
18737 the header name on which you wish to score.  This must be a header named
18738 in gnus-extra-headers, and @samp{TAB} completion is available.
18739
18740 @end enumerate
18741
18742 So, let's say you want to increase the score on the current author with
18743 exact matching permanently: @kbd{I a e p}.  If you want to lower the
18744 score based on the subject line, using substring matching, and make a
18745 temporary score entry: @kbd{L s s t}.  Pretty easy.
18746
18747 To make things a bit more complicated, there are shortcuts.  If you use
18748 a capital letter on either the second or third keys, Gnus will use
18749 defaults for the remaining one or two keystrokes.  The defaults are
18750 ``substring'' and ``temporary''.  So @kbd{I A} is the same as @kbd{I a s
18751 t}, and @kbd{I a R} is the same as @kbd{I a r t}.
18752
18753 These functions take both the numerical prefix and the symbolic prefix
18754 (@pxref{Symbolic Prefixes}).  A numerical prefix says how much to lower
18755 (or increase) the score of the article.  A symbolic prefix of @code{a}
18756 says to use the @file{all.SCORE} file for the command instead of the
18757 current score file.
18758
18759 @vindex gnus-score-mimic-keymap
18760 The @code{gnus-score-mimic-keymap} says whether these commands will
18761 pretend they are keymaps or not.
18762
18763
18764 @node Group Score Commands
18765 @section Group Score Commands
18766 @cindex group score commands
18767
18768 There aren't many of these as yet, I'm afraid.
18769
18770 @table @kbd
18771
18772 @item W f
18773 @kindex W f (Group)
18774 @findex gnus-score-flush-cache
18775 Gnus maintains a cache of score alists to avoid having to reload them
18776 all the time.  This command will flush the cache
18777 (@code{gnus-score-flush-cache}).
18778
18779 @end table
18780
18781 You can do scoring from the command line by saying something like:
18782
18783 @findex gnus-batch-score
18784 @cindex batch scoring
18785 @example
18786 $ emacs -batch -l ~/.emacs -l ~/.gnus.el -f gnus-batch-score
18787 @end example
18788
18789
18790 @node Score Variables
18791 @section Score Variables
18792 @cindex score variables
18793
18794 @table @code
18795
18796 @item gnus-use-scoring
18797 @vindex gnus-use-scoring
18798 If @code{nil}, Gnus will not check for score files, and will not, in
18799 general, do any score-related work.  This is @code{t} by default.
18800
18801 @item gnus-kill-killed
18802 @vindex gnus-kill-killed
18803 If this variable is @code{nil}, Gnus will never apply score files to
18804 articles that have already been through the kill process.  While this
18805 may save you lots of time, it also means that if you apply a kill file
18806 to a group, and then change the kill file and want to run it over you
18807 group again to kill more articles, it won't work.  You have to set this
18808 variable to @code{t} to do that.  (It is @code{t} by default.)
18809
18810 @item gnus-kill-files-directory
18811 @vindex gnus-kill-files-directory
18812 All kill and score files will be stored in this directory, which is
18813 initialized from the @env{SAVEDIR} environment variable by default.
18814 This is @file{~/News/} by default.
18815
18816 @item gnus-score-file-suffix
18817 @vindex gnus-score-file-suffix
18818 Suffix to add to the group name to arrive at the score file name
18819 (@file{SCORE} by default.)
18820
18821 @item gnus-score-uncacheable-files
18822 @vindex gnus-score-uncacheable-files
18823 @cindex score cache
18824 All score files are normally cached to avoid excessive re-loading of
18825 score files.  However, if this might make your Emacs grow big and
18826 bloated, so this regexp can be used to weed out score files unlikely
18827 to be needed again.  It would be a bad idea to deny caching of
18828 @file{all.SCORE}, while it might be a good idea to not cache
18829 @file{comp.infosystems.www.authoring.misc.ADAPT}.  In fact, this
18830 variable is @samp{ADAPT$} by default, so no adaptive score files will
18831 be cached.
18832
18833 @item gnus-save-score
18834 @vindex gnus-save-score
18835 If you have really complicated score files, and do lots of batch
18836 scoring, then you might set this variable to @code{t}.  This will make
18837 Gnus save the scores into the @file{.newsrc.eld} file.
18838
18839 If you do not set this to @code{t}, then manual scores (like those set
18840 with @kbd{V s} (@code{gnus-summary-set-score})) will not be preserved
18841 across group visits.
18842
18843 @item gnus-score-interactive-default-score
18844 @vindex gnus-score-interactive-default-score
18845 Score used by all the interactive raise/lower commands to raise/lower
18846 score with.  Default is 1000, which may seem excessive, but this is to
18847 ensure that the adaptive scoring scheme gets enough room to play with.
18848 We don't want the small changes from the adaptive scoring to overwrite
18849 manually entered data.
18850
18851 @item gnus-summary-default-score
18852 @vindex gnus-summary-default-score
18853 Default score of an article, which is 0 by default.
18854
18855 @item gnus-summary-expunge-below
18856 @vindex gnus-summary-expunge-below
18857 Don't display the summary lines of articles that have scores lower than
18858 this variable.  This is @code{nil} by default, which means that no
18859 articles will be hidden.  This variable is local to the summary buffers,
18860 and has to be set from @code{gnus-summary-mode-hook}.
18861
18862 @item gnus-score-over-mark
18863 @vindex gnus-score-over-mark
18864 Mark (in the third column) used for articles with a score over the
18865 default.  Default is @samp{+}.
18866
18867 @item gnus-score-below-mark
18868 @vindex gnus-score-below-mark
18869 Mark (in the third column) used for articles with a score below the
18870 default.  Default is @samp{-}.
18871
18872 @item gnus-score-find-score-files-function
18873 @vindex gnus-score-find-score-files-function
18874 Function used to find score files for the current group.  This function
18875 is called with the name of the group as the argument.
18876
18877 Predefined functions available are:
18878 @table @code
18879
18880 @item gnus-score-find-single
18881 @findex gnus-score-find-single
18882 Only apply the group's own score file.
18883
18884 @item gnus-score-find-bnews
18885 @findex gnus-score-find-bnews
18886 Apply all score files that match, using bnews syntax.  This is the
18887 default.  If the current group is @samp{gnu.emacs.gnus}, for instance,
18888 @file{all.emacs.all.SCORE}, @file{not.alt.all.SCORE} and
18889 @file{gnu.all.SCORE} would all apply.  In short, the instances of
18890 @samp{all} in the score file names are translated into @samp{.*}, and
18891 then a regexp match is done.
18892
18893 This means that if you have some score entries that you want to apply to
18894 all groups, then you put those entries in the @file{all.SCORE} file.
18895
18896 The score files are applied in a semi-random order, although Gnus will
18897 try to apply the more general score files before the more specific score
18898 files.  It does this by looking at the number of elements in the score
18899 file names---discarding the @samp{all} elements.
18900
18901 @item gnus-score-find-hierarchical
18902 @findex gnus-score-find-hierarchical
18903 Apply all score files from all the parent groups.  This means that you
18904 can't have score files like @file{all.SCORE}, but you can have
18905 @file{SCORE}, @file{comp.SCORE} and @file{comp.emacs.SCORE} for each
18906 server.
18907
18908 @end table
18909 This variable can also be a list of functions.  In that case, all
18910 these functions will be called with the group name as argument, and
18911 all the returned lists of score files will be applied.  These
18912 functions can also return lists of lists of score alists directly.  In
18913 that case, the functions that return these non-file score alists
18914 should probably be placed before the ``real'' score file functions, to
18915 ensure that the last score file returned is the local score file.
18916 Phu.
18917
18918 For example, to do hierarchical scoring but use a non-server-specific
18919 overall score file, you could use the value
18920 @example
18921 (list (lambda (group) ("all.SCORE"))
18922       'gnus-score-find-hierarchical)
18923 @end example
18924
18925 @item gnus-score-expiry-days
18926 @vindex gnus-score-expiry-days
18927 This variable says how many days should pass before an unused score file
18928 entry is expired.  If this variable is @code{nil}, no score file entries
18929 are expired.  It's 7 by default.
18930
18931 @item gnus-update-score-entry-dates
18932 @vindex gnus-update-score-entry-dates
18933 If this variable is non-@code{nil}, temporary score entries that have
18934 been triggered (matched) will have their dates updated.  (This is how Gnus
18935 controls expiry---all non-matched-entries will become too old while
18936 matched entries will stay fresh and young.)  However, if you set this
18937 variable to @code{nil}, even matched entries will grow old and will
18938 have to face that oh-so grim reaper.
18939
18940 @item gnus-score-after-write-file-function
18941 @vindex gnus-score-after-write-file-function
18942 Function called with the name of the score file just written.
18943
18944 @item gnus-score-thread-simplify
18945 @vindex gnus-score-thread-simplify
18946 If this variable is non-@code{nil}, article subjects will be
18947 simplified for subject scoring purposes in the same manner as with
18948 threading---according to the current value of
18949 @code{gnus-simplify-subject-functions}.  If the scoring entry uses
18950 @code{substring} or @code{exact} matching, the match will also be
18951 simplified in this manner.
18952
18953 @end table
18954
18955
18956 @node Score File Format
18957 @section Score File Format
18958 @cindex score file format
18959
18960 A score file is an @code{emacs-lisp} file that normally contains just a
18961 single form.  Casual users are not expected to edit these files;
18962 everything can be changed from the summary buffer.
18963
18964 Anyway, if you'd like to dig into it yourself, here's an example:
18965
18966 @lisp
18967 (("from"
18968   ("Lars Ingebrigtsen" -10000)
18969   ("Per Abrahamsen")
18970   ("larsi\\|lmi" -50000 nil R))
18971  ("subject"
18972   ("Ding is Badd" nil 728373))
18973  ("xref"
18974   ("alt.politics" -1000 728372 s))
18975  ("lines"
18976   (2 -100 nil <))
18977  (mark 0)
18978  (expunge -1000)
18979  (mark-and-expunge -10)
18980  (read-only nil)
18981  (orphan -10)
18982  (adapt t)
18983  (files "/hom/larsi/News/gnu.SCORE")
18984  (exclude-files "all.SCORE")
18985  (local (gnus-newsgroup-auto-expire t)
18986         (gnus-summary-make-false-root empty))
18987  (eval (ding)))
18988 @end lisp
18989
18990 This example demonstrates most score file elements.  @xref{Advanced
18991 Scoring}, for a different approach.
18992
18993 Even though this looks much like Lisp code, nothing here is actually
18994 @code{eval}ed.  The Lisp reader is used to read this form, though, so it
18995 has to be valid syntactically, if not semantically.
18996
18997 Six keys are supported by this alist:
18998
18999 @table @code
19000
19001 @item STRING
19002 If the key is a string, it is the name of the header to perform the
19003 match on.  Scoring can only be performed on these eight headers:
19004 @code{From}, @code{Subject}, @code{References}, @code{Message-ID},
19005 @code{Xref}, @code{Lines}, @code{Chars} and @code{Date}.  In addition to
19006 these headers, there are three strings to tell Gnus to fetch the entire
19007 article and do the match on larger parts of the article: @code{Body}
19008 will perform the match on the body of the article, @code{Head} will
19009 perform the match on the head of the article, and @code{All} will
19010 perform the match on the entire article.  Note that using any of these
19011 last three keys will slow down group entry @emph{considerably}.  The
19012 final ``header'' you can score on is @code{Followup}.  These score
19013 entries will result in new score entries being added for all follow-ups
19014 to articles that matches these score entries.
19015
19016 Following this key is an arbitrary number of score entries, where each
19017 score entry has one to four elements.
19018 @enumerate
19019
19020 @item
19021 The first element is the @dfn{match element}.  On most headers this will
19022 be a string, but on the Lines and Chars headers, this must be an
19023 integer.
19024
19025 @item
19026 If the second element is present, it should be a number---the @dfn{score
19027 element}.  This number should be an integer in the neginf to posinf
19028 interval.  This number is added to the score of the article if the match
19029 is successful.  If this element is not present, the
19030 @code{gnus-score-interactive-default-score} number will be used
19031 instead.  This is 1000 by default.
19032
19033 @item
19034 If the third element is present, it should be a number---the @dfn{date
19035 element}.  This date says when the last time this score entry matched,
19036 which provides a mechanism for expiring the score entries.  It this
19037 element is not present, the score entry is permanent.  The date is
19038 represented by the number of days since December 31, 1 BCE.
19039
19040 @item
19041 If the fourth element is present, it should be a symbol---the @dfn{type
19042 element}.  This element specifies what function should be used to see
19043 whether this score entry matches the article.  What match types that can
19044 be used depends on what header you wish to perform the match on.
19045 @table @dfn
19046
19047 @item From, Subject, References, Xref, Message-ID
19048 For most header types, there are the @code{r} and @code{R} (regexp), as
19049 well as @code{s} and @code{S} (substring) types, and @code{e} and
19050 @code{E} (exact match), and @code{w} (word match) types.  If this
19051 element is not present, Gnus will assume that substring matching should
19052 be used.  @code{R}, @code{S}, and @code{E} differ from the others in
19053 that the matches will be done in a case-sensitive manner.  All these
19054 one-letter types are really just abbreviations for the @code{regexp},
19055 @code{string}, @code{exact}, and @code{word} types, which you can use
19056 instead, if you feel like.
19057
19058 @item Extra
19059 Just as for the standard string overview headers, if you are using
19060 gnus-extra-headers, you can score on these headers' values.  In this
19061 case, there is a 5th element in the score entry, being the name of the
19062 header to be scored.  The following entry is useful in your
19063 @file{all.SCORE} file in case of spam attacks from a single origin host,
19064 if your @acronym{NNTP} server tracks NNTP-Posting-Host in overviews:
19065
19066 @lisp
19067 ("111.222.333.444" -1000 nil s "NNTP-Posting-Host")
19068 @end lisp
19069
19070 @item Lines, Chars
19071 These two headers use different match types: @code{<}, @code{>},
19072 @code{=}, @code{>=} and @code{<=}.
19073
19074 These predicates are true if
19075
19076 @example
19077 (PREDICATE HEADER MATCH)
19078 @end example
19079
19080 evaluates to non-@code{nil}.  For instance, the advanced match
19081 @code{("lines" 4 <)} (@pxref{Advanced Scoring}) will result in the
19082 following form:
19083
19084 @lisp
19085 (< header-value 4)
19086 @end lisp
19087
19088 Or to put it another way: When using @code{<} on @code{Lines} with 4 as
19089 the match, we get the score added if the article has less than 4 lines.
19090 (It's easy to get confused and think it's the other way around.  But
19091 it's not.  I think.)
19092
19093 When matching on @code{Lines}, be careful because some back ends (like
19094 @code{nndir}) do not generate @code{Lines} header, so every article ends
19095 up being marked as having 0 lines.  This can lead to strange results if
19096 you happen to lower score of the articles with few lines.
19097
19098 @item Date
19099 For the Date header we have three kinda silly match types:
19100 @code{before}, @code{at} and @code{after}.  I can't really imagine this
19101 ever being useful, but, like, it would feel kinda silly not to provide
19102 this function.  Just in case.  You never know.  Better safe than sorry.
19103 Once burnt, twice shy.  Don't judge a book by its cover.  Never not have
19104 sex on a first date.  (I have been told that at least one person, and I
19105 quote, ``found this function indispensable'', however.)
19106
19107 @cindex ISO8601
19108 @cindex date
19109 A more useful match type is @code{regexp}.  With it, you can match the
19110 date string using a regular expression.  The date is normalized to
19111 ISO8601 compact format first---@var{YYYYMMDD}@code{T}@var{HHMMSS}.  If
19112 you want to match all articles that have been posted on April 1st in
19113 every year, you could use @samp{....0401.........} as a match string,
19114 for instance.  (Note that the date is kept in its original time zone, so
19115 this will match articles that were posted when it was April 1st where
19116 the article was posted from.  Time zones are such wholesome fun for the
19117 whole family, eh?)
19118
19119 @item Head, Body, All
19120 These three match keys use the same match types as the @code{From} (etc)
19121 header uses.
19122
19123 @item Followup
19124 This match key is somewhat special, in that it will match the
19125 @code{From} header, and affect the score of not only the matching
19126 articles, but also all followups to the matching articles.  This allows
19127 you e.g. increase the score of followups to your own articles, or
19128 decrease the score of followups to the articles of some known
19129 trouble-maker.  Uses the same match types as the @code{From} header
19130 uses.  (Using this match key will lead to creation of @file{ADAPT}
19131 files.)
19132
19133 @item Thread
19134 This match key works along the same lines as the @code{Followup} match
19135 key.  If you say that you want to score on a (sub-)thread started by an
19136 article with a @code{Message-ID} @var{x}, then you add a @samp{thread}
19137 match.  This will add a new @samp{thread} match for each article that
19138 has @var{x} in its @code{References} header.  (These new @samp{thread}
19139 matches will use the @code{Message-ID}s of these matching articles.)
19140 This will ensure that you can raise/lower the score of an entire thread,
19141 even though some articles in the thread may not have complete
19142 @code{References} headers.  Note that using this may lead to
19143 undeterministic scores of the articles in the thread.  (Using this match
19144 key will lead to creation of @file{ADAPT} files.)
19145 @end table
19146 @end enumerate
19147
19148 @cindex score file atoms
19149 @item mark
19150 The value of this entry should be a number.  Any articles with a score
19151 lower than this number will be marked as read.
19152
19153 @item expunge
19154 The value of this entry should be a number.  Any articles with a score
19155 lower than this number will be removed from the summary buffer.
19156
19157 @item mark-and-expunge
19158 The value of this entry should be a number.  Any articles with a score
19159 lower than this number will be marked as read and removed from the
19160 summary buffer.
19161
19162 @item thread-mark-and-expunge
19163 The value of this entry should be a number.  All articles that belong to
19164 a thread that has a total score below this number will be marked as read
19165 and removed from the summary buffer.  @code{gnus-thread-score-function}
19166 says how to compute the total score for a thread.
19167
19168 @item files
19169 The value of this entry should be any number of file names.  These files
19170 are assumed to be score files as well, and will be loaded the same way
19171 this one was.
19172
19173 @item exclude-files
19174 The clue of this entry should be any number of files.  These files will
19175 not be loaded, even though they would normally be so, for some reason or
19176 other.
19177
19178 @item eval
19179 The value of this entry will be @code{eval}el.  This element will be
19180 ignored when handling global score files.
19181
19182 @item read-only
19183 Read-only score files will not be updated or saved.  Global score files
19184 should feature this atom (@pxref{Global Score Files}).  (Note:
19185 @dfn{Global} here really means @dfn{global}; not your personal
19186 apply-to-all-groups score files.)
19187
19188 @item orphan
19189 The value of this entry should be a number.  Articles that do not have
19190 parents will get this number added to their scores.  Imagine you follow
19191 some high-volume newsgroup, like @samp{comp.lang.c}.  Most likely you
19192 will only follow a few of the threads, also want to see any new threads.
19193
19194 You can do this with the following two score file entries:
19195
19196 @example
19197         (orphan -500)
19198         (mark-and-expunge -100)
19199 @end example
19200
19201 When you enter the group the first time, you will only see the new
19202 threads.  You then raise the score of the threads that you find
19203 interesting (with @kbd{I T} or @kbd{I S}), and ignore (@kbd{C y}) the
19204 rest.  Next time you enter the group, you will see new articles in the
19205 interesting threads, plus any new threads.
19206
19207 I.e.---the orphan score atom is for high-volume groups where a few
19208 interesting threads which can't be found automatically by ordinary
19209 scoring rules exist.
19210
19211 @item adapt
19212 This entry controls the adaptive scoring.  If it is @code{t}, the
19213 default adaptive scoring rules will be used.  If it is @code{ignore}, no
19214 adaptive scoring will be performed on this group.  If it is a list, this
19215 list will be used as the adaptive scoring rules.  If it isn't present,
19216 or is something other than @code{t} or @code{ignore}, the default
19217 adaptive scoring rules will be used.  If you want to use adaptive
19218 scoring on most groups, you'd set @code{gnus-use-adaptive-scoring} to
19219 @code{t}, and insert an @code{(adapt ignore)} in the groups where you do
19220 not want adaptive scoring.  If you only want adaptive scoring in a few
19221 groups, you'd set @code{gnus-use-adaptive-scoring} to @code{nil}, and
19222 insert @code{(adapt t)} in the score files of the groups where you want
19223 it.
19224
19225 @item adapt-file
19226 All adaptive score entries will go to the file named by this entry.  It
19227 will also be applied when entering the group.  This atom might be handy
19228 if you want to adapt on several groups at once, using the same adaptive
19229 file for a number of groups.
19230
19231 @item local
19232 @cindex local variables
19233 The value of this entry should be a list of @code{(@var{var}
19234 @var{value})} pairs.  Each @var{var} will be made buffer-local to the
19235 current summary buffer, and set to the value specified.  This is a
19236 convenient, if somewhat strange, way of setting variables in some
19237 groups if you don't like hooks much.  Note that the @var{value} won't
19238 be evaluated.
19239 @end table
19240
19241
19242 @node Score File Editing
19243 @section Score File Editing
19244
19245 You normally enter all scoring commands from the summary buffer, but you
19246 might feel the urge to edit them by hand as well, so we've supplied you
19247 with a mode for that.
19248
19249 It's simply a slightly customized @code{emacs-lisp} mode, with these
19250 additional commands:
19251
19252 @table @kbd
19253
19254 @item C-c C-c
19255 @kindex C-c C-c (Score)
19256 @findex gnus-score-edit-done
19257 Save the changes you have made and return to the summary buffer
19258 (@code{gnus-score-edit-done}).
19259
19260 @item C-c C-d
19261 @kindex C-c C-d (Score)
19262 @findex gnus-score-edit-insert-date
19263 Insert the current date in numerical format
19264 (@code{gnus-score-edit-insert-date}).  This is really the day number, if
19265 you were wondering.
19266
19267 @item C-c C-p
19268 @kindex C-c C-p (Score)
19269 @findex gnus-score-pretty-print
19270 The adaptive score files are saved in an unformatted fashion.  If you
19271 intend to read one of these files, you want to @dfn{pretty print} it
19272 first.  This command (@code{gnus-score-pretty-print}) does that for
19273 you.
19274
19275 @end table
19276
19277 Type @kbd{M-x gnus-score-mode} to use this mode.
19278
19279 @vindex gnus-score-mode-hook
19280 @code{gnus-score-menu-hook} is run in score mode buffers.
19281
19282 In the summary buffer you can use commands like @kbd{V f} and @kbd{V
19283 e} to begin editing score files.
19284
19285
19286 @node Adaptive Scoring
19287 @section Adaptive Scoring
19288 @cindex adaptive scoring
19289
19290 If all this scoring is getting you down, Gnus has a way of making it all
19291 happen automatically---as if by magic.  Or rather, as if by artificial
19292 stupidity, to be precise.
19293
19294 @vindex gnus-use-adaptive-scoring
19295 When you read an article, or mark an article as read, or kill an
19296 article, you leave marks behind.  On exit from the group, Gnus can sniff
19297 these marks and add score elements depending on what marks it finds.
19298 You turn on this ability by setting @code{gnus-use-adaptive-scoring} to
19299 @code{t} or @code{(line)}.  If you want score adaptively on separate
19300 words appearing in the subjects, you should set this variable to
19301 @code{(word)}.  If you want to use both adaptive methods, set this
19302 variable to @code{(word line)}.
19303
19304 @vindex gnus-default-adaptive-score-alist
19305 To give you complete control over the scoring process, you can customize
19306 the @code{gnus-default-adaptive-score-alist} variable.  For instance, it
19307 might look something like this:
19308
19309 @lisp
19310 (setq gnus-default-adaptive-score-alist
19311   '((gnus-unread-mark)
19312     (gnus-ticked-mark (from 4))
19313     (gnus-dormant-mark (from 5))
19314     (gnus-del-mark (from -4) (subject -1))
19315     (gnus-read-mark (from 4) (subject 2))
19316     (gnus-expirable-mark (from -1) (subject -1))
19317     (gnus-killed-mark (from -1) (subject -3))
19318     (gnus-kill-file-mark)
19319     (gnus-ancient-mark)
19320     (gnus-low-score-mark)
19321     (gnus-catchup-mark (from -1) (subject -1))))
19322 @end lisp
19323
19324 As you see, each element in this alist has a mark as a key (either a
19325 variable name or a ``real'' mark---a character).  Following this key is
19326 a arbitrary number of header/score pairs.  If there are no header/score
19327 pairs following the key, no adaptive scoring will be done on articles
19328 that have that key as the article mark.  For instance, articles with
19329 @code{gnus-unread-mark} in the example above will not get adaptive score
19330 entries.
19331
19332 Each article can have only one mark, so just a single of these rules
19333 will be applied to each article.
19334
19335 To take @code{gnus-del-mark} as an example---this alist says that all
19336 articles that have that mark (i.e., are marked with @samp{e}) will have a
19337 score entry added to lower based on the @code{From} header by -4, and
19338 lowered by @code{Subject} by -1.  Change this to fit your prejudices.
19339
19340 If you have marked 10 articles with the same subject with
19341 @code{gnus-del-mark}, the rule for that mark will be applied ten times.
19342 That means that that subject will get a score of ten times -1, which
19343 should be, unless I'm much mistaken, -10.
19344
19345 If you have auto-expirable (mail) groups (@pxref{Expiring Mail}), all
19346 the read articles will be marked with the @samp{E} mark.  This'll
19347 probably make adaptive scoring slightly impossible, so auto-expiring and
19348 adaptive scoring doesn't really mix very well.
19349
19350 The headers you can score on are @code{from}, @code{subject},
19351 @code{message-id}, @code{references}, @code{xref}, @code{lines},
19352 @code{chars} and @code{date}.  In addition, you can score on
19353 @code{followup}, which will create an adaptive score entry that matches
19354 on the @code{References} header using the @code{Message-ID} of the
19355 current article, thereby matching the following thread.
19356
19357 If you use this scheme, you should set the score file atom @code{mark}
19358 to something small---like -300, perhaps, to avoid having small random
19359 changes result in articles getting marked as read.
19360
19361 After using adaptive scoring for a week or so, Gnus should start to
19362 become properly trained and enhance the authors you like best, and kill
19363 the authors you like least, without you having to say so explicitly.
19364
19365 You can control what groups the adaptive scoring is to be performed on
19366 by using the score files (@pxref{Score File Format}).  This will also
19367 let you use different rules in different groups.
19368
19369 @vindex gnus-adaptive-file-suffix
19370 The adaptive score entries will be put into a file where the name is the
19371 group name with @code{gnus-adaptive-file-suffix} appended.  The default
19372 is @file{ADAPT}.
19373
19374 @vindex gnus-score-exact-adapt-limit
19375 When doing adaptive scoring, substring or fuzzy matching would probably
19376 give you the best results in most cases.  However, if the header one
19377 matches is short, the possibility for false positives is great, so if
19378 the length of the match is less than
19379 @code{gnus-score-exact-adapt-limit}, exact matching will be used.  If
19380 this variable is @code{nil}, exact matching will always be used to avoid
19381 this problem.
19382
19383 @vindex gnus-default-adaptive-word-score-alist
19384 As mentioned above, you can adapt either on individual words or entire
19385 headers.  If you adapt on words, the
19386 @code{gnus-default-adaptive-word-score-alist} variable says what score
19387 each instance of a word should add given a mark.
19388
19389 @lisp
19390 (setq gnus-default-adaptive-word-score-alist
19391       `((,gnus-read-mark . 30)
19392         (,gnus-catchup-mark . -10)
19393         (,gnus-killed-mark . -20)
19394         (,gnus-del-mark . -15)))
19395 @end lisp
19396
19397 This is the default value.  If you have adaption on words enabled, every
19398 word that appears in subjects of articles marked with
19399 @code{gnus-read-mark} will result in a score rule that increase the
19400 score with 30 points.
19401
19402 @vindex gnus-default-ignored-adaptive-words
19403 @vindex gnus-ignored-adaptive-words
19404 Words that appear in the @code{gnus-default-ignored-adaptive-words} list
19405 will be ignored.  If you wish to add more words to be ignored, use the
19406 @code{gnus-ignored-adaptive-words} list instead.
19407
19408 @vindex gnus-adaptive-word-length-limit
19409 Some may feel that short words shouldn't count when doing adaptive
19410 scoring.  If so, you may set @code{gnus-adaptive-word-length-limit} to
19411 an integer.  Words shorter than this number will be ignored.  This
19412 variable defaults to @code{nil}.
19413
19414 @vindex gnus-adaptive-word-syntax-table
19415 When the scoring is done, @code{gnus-adaptive-word-syntax-table} is the
19416 syntax table in effect.  It is similar to the standard syntax table, but
19417 it considers numbers to be non-word-constituent characters.
19418
19419 @vindex gnus-adaptive-word-minimum
19420 If @code{gnus-adaptive-word-minimum} is set to a number, the adaptive
19421 word scoring process will never bring down the score of an article to
19422 below this number.  The default is @code{nil}.
19423
19424 @vindex gnus-adaptive-word-no-group-words
19425 If @code{gnus-adaptive-word-no-group-words} is set to @code{t}, gnus
19426 won't adaptively word score any of the words in the group name.  Useful
19427 for groups like @samp{comp.editors.emacs}, where most of the subject
19428 lines contain the word @samp{emacs}.
19429
19430 After using this scheme for a while, it might be nice to write a
19431 @code{gnus-psychoanalyze-user} command to go through the rules and see
19432 what words you like and what words you don't like.  Or perhaps not.
19433
19434 Note that the adaptive word scoring thing is highly experimental and is
19435 likely to change in the future.  Initial impressions seem to indicate
19436 that it's totally useless as it stands.  Some more work (involving more
19437 rigorous statistical methods) will have to be done to make this useful.
19438
19439
19440 @node Home Score File
19441 @section Home Score File
19442
19443 The score file where new score file entries will go is called the
19444 @dfn{home score file}.  This is normally (and by default) the score file
19445 for the group itself.  For instance, the home score file for
19446 @samp{gnu.emacs.gnus} is @file{gnu.emacs.gnus.SCORE}.
19447
19448 However, this may not be what you want.  It is often convenient to share
19449 a common home score file among many groups---all @samp{emacs} groups
19450 could perhaps use the same home score file.
19451
19452 @vindex gnus-home-score-file
19453 The variable that controls this is @code{gnus-home-score-file}.  It can
19454 be:
19455
19456 @enumerate
19457 @item
19458 A string.  Then this file will be used as the home score file for all
19459 groups.
19460
19461 @item
19462 A function.  The result of this function will be used as the home score
19463 file.  The function will be called with the name of the group as the
19464 parameter.
19465
19466 @item
19467 A list.  The elements in this list can be:
19468
19469 @enumerate
19470 @item
19471 @code{(@var{regexp} @var{file-name})}.  If the @var{regexp} matches the
19472 group name, the @var{file-name} will be used as the home score file.
19473
19474 @item
19475 A function.  If the function returns non-@code{nil}, the result will
19476 be used as the home score file.
19477
19478 @item
19479 A string.  Use the string as the home score file.
19480 @end enumerate
19481
19482 The list will be traversed from the beginning towards the end looking
19483 for matches.
19484
19485 @end enumerate
19486
19487 So, if you want to use just a single score file, you could say:
19488
19489 @lisp
19490 (setq gnus-home-score-file
19491       "my-total-score-file.SCORE")
19492 @end lisp
19493
19494 If you want to use @file{gnu.SCORE} for all @samp{gnu} groups and
19495 @file{rec.SCORE} for all @samp{rec} groups (and so on), you can say:
19496
19497 @findex gnus-hierarchial-home-score-file
19498 @lisp
19499 (setq gnus-home-score-file
19500       'gnus-hierarchial-home-score-file)
19501 @end lisp
19502
19503 This is a ready-made function provided for your convenience.
19504 Other functions include
19505
19506 @table @code
19507 @item gnus-current-home-score-file
19508 @findex gnus-current-home-score-file
19509 Return the ``current'' regular score file.  This will make scoring
19510 commands add entry to the ``innermost'' matching score file.
19511
19512 @end table
19513
19514 If you want to have one score file for the @samp{emacs} groups and
19515 another for the @samp{comp} groups, while letting all other groups use
19516 their own home score files:
19517
19518 @lisp
19519 (setq gnus-home-score-file
19520       ;; @r{All groups that match the regexp @code{"\\.emacs"}}
19521       '(("\\.emacs" "emacs.SCORE")
19522         ;; @r{All the comp groups in one score file}
19523         ("^comp" "comp.SCORE")))
19524 @end lisp
19525
19526 @vindex gnus-home-adapt-file
19527 @code{gnus-home-adapt-file} works exactly the same way as
19528 @code{gnus-home-score-file}, but says what the home adaptive score file
19529 is instead.  All new adaptive file entries will go into the file
19530 specified by this variable, and the same syntax is allowed.
19531
19532 In addition to using @code{gnus-home-score-file} and
19533 @code{gnus-home-adapt-file}, you can also use group parameters
19534 (@pxref{Group Parameters}) and topic parameters (@pxref{Topic
19535 Parameters}) to achieve much the same.  Group and topic parameters take
19536 precedence over this variable.
19537
19538
19539 @node Followups To Yourself
19540 @section Followups To Yourself
19541
19542 Gnus offers two commands for picking out the @code{Message-ID} header in
19543 the current buffer.  Gnus will then add a score rule that scores using
19544 this @code{Message-ID} on the @code{References} header of other
19545 articles.  This will, in effect, increase the score of all articles that
19546 respond to the article in the current buffer.  Quite useful if you want
19547 to easily note when people answer what you've said.
19548
19549 @table @code
19550
19551 @item gnus-score-followup-article
19552 @findex gnus-score-followup-article
19553 This will add a score to articles that directly follow up your own
19554 article.
19555
19556 @item gnus-score-followup-thread
19557 @findex gnus-score-followup-thread
19558 This will add a score to all articles that appear in a thread ``below''
19559 your own article.
19560 @end table
19561
19562 @vindex message-sent-hook
19563 These two functions are both primarily meant to be used in hooks like
19564 @code{message-sent-hook}, like this:
19565 @lisp
19566 (add-hook 'message-sent-hook 'gnus-score-followup-thread)
19567 @end lisp
19568
19569
19570 If you look closely at your own @code{Message-ID}, you'll notice that
19571 the first two or three characters are always the same.  Here's two of
19572 mine:
19573
19574 @example
19575 <x6u3u47icf.fsf@@eyesore.no>
19576 <x6sp9o7ibw.fsf@@eyesore.no>
19577 @end example
19578
19579 So ``my'' ident on this machine is @samp{x6}.  This can be
19580 exploited---the following rule will raise the score on all followups to
19581 myself:
19582
19583 @lisp
19584 ("references"
19585  ("<x6[0-9a-z]+\\.fsf\\(_-_\\)?@@.*eyesore\\.no>"
19586   1000 nil r))
19587 @end lisp
19588
19589 Whether it's the first two or first three characters that are ``yours''
19590 is system-dependent.
19591
19592
19593 @node Scoring On Other Headers
19594 @section Scoring On Other Headers
19595 @cindex scoring on other headers
19596
19597 Gnus is quite fast when scoring the ``traditional''
19598 headers---@samp{From}, @samp{Subject} and so on.  However, scoring
19599 other headers requires writing a @code{head} scoring rule, which means
19600 that Gnus has to request every single article from the back end to find
19601 matches.  This takes a long time in big groups.
19602
19603 Now, there's not much you can do about this for news groups, but for
19604 mail groups, you have greater control.  In @ref{To From Newsgroups},
19605 it's explained in greater detail what this mechanism does, but here's
19606 a cookbook example for @code{nnml} on how to allow scoring on the
19607 @samp{To} and @samp{Cc} headers.
19608
19609 Put the following in your @file{~/.gnus.el} file.
19610
19611 @lisp
19612 (setq gnus-extra-headers '(To Cc Newsgroups Keywords)
19613       nnmail-extra-headers gnus-extra-headers)
19614 @end lisp
19615
19616 Restart Gnus and rebuild your @code{nnml} overview files with the
19617 @kbd{M-x nnml-generate-nov-databases} command.  This will take a long
19618 time if you have much mail.
19619
19620 Now you can score on @samp{To} and @samp{Cc} as ``extra headers'' like
19621 so: @kbd{I e s p To RET <your name> RET}.
19622
19623 See?  Simple.
19624
19625
19626 @node Scoring Tips
19627 @section Scoring Tips
19628 @cindex scoring tips
19629
19630 @table @dfn
19631
19632 @item Crossposts
19633 @cindex crossposts
19634 @cindex scoring crossposts
19635 If you want to lower the score of crossposts, the line to match on is
19636 the @code{Xref} header.
19637 @lisp
19638 ("xref" (" talk.politics.misc:" -1000))
19639 @end lisp
19640
19641 @item Multiple crossposts
19642 If you want to lower the score of articles that have been crossposted to
19643 more than, say, 3 groups:
19644 @lisp
19645 ("xref"
19646   ("[^:\n]+:[0-9]+ +[^:\n]+:[0-9]+ +[^:\n]+:[0-9]+"
19647    -1000 nil r))
19648 @end lisp
19649
19650 @item Matching on the body
19651 This is generally not a very good idea---it takes a very long time.
19652 Gnus actually has to fetch each individual article from the server.  But
19653 you might want to anyway, I guess.  Even though there are three match
19654 keys (@code{Head}, @code{Body} and @code{All}), you should choose one
19655 and stick with it in each score file.  If you use any two, each article
19656 will be fetched @emph{twice}.  If you want to match a bit on the
19657 @code{Head} and a bit on the @code{Body}, just use @code{All} for all
19658 the matches.
19659
19660 @item Marking as read
19661 You will probably want to mark articles that have scores below a certain
19662 number as read.  This is most easily achieved by putting the following
19663 in your @file{all.SCORE} file:
19664 @lisp
19665 ((mark -100))
19666 @end lisp
19667 You may also consider doing something similar with @code{expunge}.
19668
19669 @item Negated character classes
19670 If you say stuff like @code{[^abcd]*}, you may get unexpected results.
19671 That will match newlines, which might lead to, well, The Unknown.  Say
19672 @code{[^abcd\n]*} instead.
19673 @end table
19674
19675
19676 @node Reverse Scoring
19677 @section Reverse Scoring
19678 @cindex reverse scoring
19679
19680 If you want to keep just articles that have @samp{Sex with Emacs} in the
19681 subject header, and expunge all other articles, you could put something
19682 like this in your score file:
19683
19684 @lisp
19685 (("subject"
19686   ("Sex with Emacs" 2))
19687  (mark 1)
19688  (expunge 1))
19689 @end lisp
19690
19691 So, you raise all articles that match @samp{Sex with Emacs} and mark the
19692 rest as read, and expunge them to boot.
19693
19694
19695 @node Global Score Files
19696 @section Global Score Files
19697 @cindex global score files
19698
19699 Sure, other newsreaders have ``global kill files''.  These are usually
19700 nothing more than a single kill file that applies to all groups, stored
19701 in the user's home directory.  Bah!  Puny, weak newsreaders!
19702
19703 What I'm talking about here are Global Score Files.  Score files from
19704 all over the world, from users everywhere, uniting all nations in one
19705 big, happy score file union!  Ange-score!  New and untested!
19706
19707 @vindex gnus-global-score-files
19708 All you have to do to use other people's score files is to set the
19709 @code{gnus-global-score-files} variable.  One entry for each score file,
19710 or each score file directory.  Gnus will decide by itself what score
19711 files are applicable to which group.
19712
19713 To use the score file
19714 @file{/ftp@@ftp.gnus.org:/pub/larsi/ding/score/soc.motss.SCORE} and
19715 all score files in the @file{/ftp@@ftp.some-where:/pub/score} directory,
19716 say this:
19717
19718 @lisp
19719 (setq gnus-global-score-files
19720       '("/ftp@@ftp.gnus.org:/pub/larsi/ding/score/soc.motss.SCORE"
19721         "/ftp@@ftp.some-where:/pub/score/"))
19722 @end lisp
19723
19724 @findex gnus-score-search-global-directories
19725 @noindent
19726 Simple, eh?  Directory names must end with a @samp{/}.  These
19727 directories are typically scanned only once during each Gnus session.
19728 If you feel the need to manually re-scan the remote directories, you can
19729 use the @code{gnus-score-search-global-directories} command.
19730
19731 Note that, at present, using this option will slow down group entry
19732 somewhat.  (That is---a lot.)
19733
19734 If you want to start maintaining score files for other people to use,
19735 just put your score file up for anonymous ftp and announce it to the
19736 world.  Become a retro-moderator!  Participate in the retro-moderator
19737 wars sure to ensue, where retro-moderators battle it out for the
19738 sympathy of the people, luring them to use their score files on false
19739 premises!  Yay!  The net is saved!
19740
19741 Here are some tips for the would-be retro-moderator, off the top of my
19742 head:
19743
19744 @itemize @bullet
19745
19746 @item
19747 Articles heavily crossposted are probably junk.
19748 @item
19749 To lower a single inappropriate article, lower by @code{Message-ID}.
19750 @item
19751 Particularly brilliant authors can be raised on a permanent basis.
19752 @item
19753 Authors that repeatedly post off-charter for the group can safely be
19754 lowered out of existence.
19755 @item
19756 Set the @code{mark} and @code{expunge} atoms to obliterate the nastiest
19757 articles completely.
19758
19759 @item
19760 Use expiring score entries to keep the size of the file down.  You
19761 should probably have a long expiry period, though, as some sites keep
19762 old articles for a long time.
19763 @end itemize
19764
19765 @dots{} I wonder whether other newsreaders will support global score files
19766 in the future.  @emph{Snicker}.  Yup, any day now, newsreaders like Blue
19767 Wave, xrn and 1stReader are bound to implement scoring.  Should we start
19768 holding our breath yet?
19769
19770
19771 @node Kill Files
19772 @section Kill Files
19773 @cindex kill files
19774
19775 Gnus still supports those pesky old kill files.  In fact, the kill file
19776 entries can now be expiring, which is something I wrote before Daniel
19777 Quinlan thought of doing score files, so I've left the code in there.
19778
19779 In short, kill processing is a lot slower (and I do mean @emph{a lot})
19780 than score processing, so it might be a good idea to rewrite your kill
19781 files into score files.
19782
19783 Anyway, a kill file is a normal @code{emacs-lisp} file.  You can put any
19784 forms into this file, which means that you can use kill files as some
19785 sort of primitive hook function to be run on group entry, even though
19786 that isn't a very good idea.
19787
19788 Normal kill files look like this:
19789
19790 @lisp
19791 (gnus-kill "From" "Lars Ingebrigtsen")
19792 (gnus-kill "Subject" "ding")
19793 (gnus-expunge "X")
19794 @end lisp
19795
19796 This will mark every article written by me as read, and remove the
19797 marked articles from the summary buffer.  Very useful, you'll agree.
19798
19799 Other programs use a totally different kill file syntax.  If Gnus
19800 encounters what looks like a @code{rn} kill file, it will take a stab at
19801 interpreting it.
19802
19803 Two summary functions for editing a @sc{gnus} kill file:
19804
19805 @table @kbd
19806
19807 @item M-k
19808 @kindex M-k (Summary)
19809 @findex gnus-summary-edit-local-kill
19810 Edit this group's kill file (@code{gnus-summary-edit-local-kill}).
19811
19812 @item M-K
19813 @kindex M-K (Summary)
19814 @findex gnus-summary-edit-global-kill
19815 Edit the general kill file (@code{gnus-summary-edit-global-kill}).
19816 @end table
19817
19818 Two group mode functions for editing the kill files:
19819
19820 @table @kbd
19821
19822 @item M-k
19823 @kindex M-k (Group)
19824 @findex gnus-group-edit-local-kill
19825 Edit this group's kill file (@code{gnus-group-edit-local-kill}).
19826
19827 @item M-K
19828 @kindex M-K (Group)
19829 @findex gnus-group-edit-global-kill
19830 Edit the general kill file (@code{gnus-group-edit-global-kill}).
19831 @end table
19832
19833 Kill file variables:
19834
19835 @table @code
19836 @item gnus-kill-file-name
19837 @vindex gnus-kill-file-name
19838 A kill file for the group @samp{soc.motss} is normally called
19839 @file{soc.motss.KILL}.  The suffix appended to the group name to get
19840 this file name is detailed by the @code{gnus-kill-file-name} variable.
19841 The ``global'' kill file (not in the score file sense of ``global'', of
19842 course) is just called @file{KILL}.
19843
19844 @vindex gnus-kill-save-kill-file
19845 @item gnus-kill-save-kill-file
19846 If this variable is non-@code{nil}, Gnus will save the
19847 kill file after processing, which is necessary if you use expiring
19848 kills.
19849
19850 @item gnus-apply-kill-hook
19851 @vindex gnus-apply-kill-hook
19852 @findex gnus-apply-kill-file-unless-scored
19853 @findex gnus-apply-kill-file
19854 A hook called to apply kill files to a group.  It is
19855 @code{(gnus-apply-kill-file)} by default.  If you want to ignore the
19856 kill file if you have a score file for the same group, you can set this
19857 hook to @code{(gnus-apply-kill-file-unless-scored)}.  If you don't want
19858 kill files to be processed, you should set this variable to @code{nil}.
19859
19860 @item gnus-kill-file-mode-hook
19861 @vindex gnus-kill-file-mode-hook
19862 A hook called in kill-file mode buffers.
19863
19864 @end table
19865
19866
19867 @node Converting Kill Files
19868 @section Converting Kill Files
19869 @cindex kill files
19870 @cindex converting kill files
19871
19872 If you have loads of old kill files, you may want to convert them into
19873 score files.  If they are ``regular'', you can use
19874 the @file{gnus-kill-to-score.el} package; if not, you'll have to do it
19875 by hand.
19876
19877 The kill to score conversion package isn't included in Gnus by default.
19878 You can fetch it from
19879 @uref{http://www.stud.ifi.uio.no/~larsi/ding-various/gnus-kill-to-score.el}.
19880
19881 If your old kill files are very complex---if they contain more
19882 non-@code{gnus-kill} forms than not, you'll have to convert them by
19883 hand.  Or just let them be as they are.  Gnus will still use them as
19884 before.
19885
19886
19887 @node GroupLens
19888 @section GroupLens
19889 @cindex GroupLens
19890
19891 @sc{Note:} Unfortunately the GroupLens system seems to have shut down,
19892 so this section is mostly of historical interest.
19893
19894 @uref{http://www.cs.umn.edu/Research/GroupLens/, GroupLens} is a
19895 collaborative filtering system that helps you work together with other
19896 people to find the quality news articles out of the huge volume of
19897 news articles generated every day.
19898
19899 To accomplish this the GroupLens system combines your opinions about
19900 articles you have already read with the opinions of others who have done
19901 likewise and gives you a personalized prediction for each unread news
19902 article.  Think of GroupLens as a matchmaker.  GroupLens watches how you
19903 rate articles, and finds other people that rate articles the same way.
19904 Once it has found some people you agree with it tells you, in the form
19905 of a prediction, what they thought of the article.  You can use this
19906 prediction to help you decide whether or not you want to read the
19907 article.
19908
19909 @menu
19910 * Using GroupLens::             How to make Gnus use GroupLens.
19911 * Rating Articles::             Letting GroupLens know how you rate articles.
19912 * Displaying Predictions::      Displaying predictions given by GroupLens.
19913 * GroupLens Variables::         Customizing GroupLens.
19914 @end menu
19915
19916
19917 @node Using GroupLens
19918 @subsection Using GroupLens
19919
19920 To use GroupLens you must register a pseudonym with your local
19921 @uref{http://www.cs.umn.edu/Research/GroupLens/bbb.html, Better Bit
19922 Bureau (BBB)} is the only better bit in town at the moment.
19923
19924 Once you have registered you'll need to set a couple of variables.
19925
19926 @table @code
19927
19928 @item gnus-use-grouplens
19929 @vindex gnus-use-grouplens
19930 Setting this variable to a non-@code{nil} value will make Gnus hook into
19931 all the relevant GroupLens functions.
19932
19933 @item grouplens-pseudonym
19934 @vindex grouplens-pseudonym
19935 This variable should be set to the pseudonym you got when registering
19936 with the Better Bit Bureau.
19937
19938 @item grouplens-newsgroups
19939 @vindex grouplens-newsgroups
19940 A list of groups that you want to get GroupLens predictions for.
19941
19942 @end table
19943
19944 That's the minimum of what you need to get up and running with GroupLens.
19945 Once you've registered, GroupLens will start giving you scores for
19946 articles based on the average of what other people think.  But, to get
19947 the real benefit of GroupLens you need to start rating articles
19948 yourself.  Then the scores GroupLens gives you will be personalized for
19949 you, based on how the people you usually agree with have already rated.
19950
19951
19952 @node Rating Articles
19953 @subsection Rating Articles
19954
19955 In GroupLens, an article is rated on a scale from 1 to 5, inclusive.
19956 Where 1 means something like this article is a waste of bandwidth and 5
19957 means that the article was really good.  The basic question to ask
19958 yourself is, ``on a scale from 1 to 5 would I like to see more articles
19959 like this one?''
19960
19961 There are four ways to enter a rating for an article in GroupLens.
19962
19963 @table @kbd
19964
19965 @item r
19966 @kindex r (GroupLens)
19967 @findex bbb-summary-rate-article
19968 This function will prompt you for a rating on a scale of one to five.
19969
19970 @item k
19971 @kindex k (GroupLens)
19972 @findex grouplens-score-thread
19973 This function will prompt you for a rating, and rate all the articles in
19974 the thread.  This is really useful for some of those long running giant
19975 threads in rec.humor.
19976
19977 @end table
19978
19979 The next two commands, @kbd{n} and @kbd{,} take a numerical prefix to be
19980 the score of the article you're reading.
19981
19982 @table @kbd
19983
19984 @item 1-5 n
19985 @kindex n (GroupLens)
19986 @findex grouplens-next-unread-article
19987 Rate the article and go to the next unread article.
19988
19989 @item 1-5 ,
19990 @kindex , (GroupLens)
19991 @findex grouplens-best-unread-article
19992 Rate the article and go to the next unread article with the highest score.
19993
19994 @end table
19995
19996 If you want to give the current article a score of 4 and then go to the
19997 next article, just type @kbd{4 n}.
19998
19999
20000 @node Displaying Predictions
20001 @subsection Displaying Predictions
20002
20003 GroupLens makes a prediction for you about how much you will like a
20004 news article.  The predictions from GroupLens are on a scale from 1 to
20005 5, where 1 is the worst and 5 is the best.  You can use the predictions
20006 from GroupLens in one of three ways controlled by the variable
20007 @code{gnus-grouplens-override-scoring}.
20008
20009 @vindex gnus-grouplens-override-scoring
20010 There are three ways to display predictions in grouplens.  You may
20011 choose to have the GroupLens scores contribute to, or override the
20012 regular Gnus scoring mechanism.  override is the default; however, some
20013 people prefer to see the Gnus scores plus the grouplens scores.  To get
20014 the separate scoring behavior you need to set
20015 @code{gnus-grouplens-override-scoring} to @code{'separate}.  To have the
20016 GroupLens predictions combined with the grouplens scores set it to
20017 @code{'override} and to combine the scores set
20018 @code{gnus-grouplens-override-scoring} to @code{'combine}.  When you use
20019 the combine option you will also want to set the values for
20020 @code{grouplens-prediction-offset} and
20021 @code{grouplens-score-scale-factor}.
20022
20023 @vindex grouplens-prediction-display
20024 In either case, GroupLens gives you a few choices for how you would like
20025 to see your predictions displayed.  The display of predictions is
20026 controlled by the @code{grouplens-prediction-display} variable.
20027
20028 The following are valid values for that variable.
20029
20030 @table @code
20031 @item prediction-spot
20032 The higher the prediction, the further to the right an @samp{*} is
20033 displayed.
20034
20035 @item confidence-interval
20036 A numeric confidence interval.
20037
20038 @item prediction-bar
20039 The higher the prediction, the longer the bar.
20040
20041 @item confidence-bar
20042 Numerical confidence.
20043
20044 @item confidence-spot
20045 The spot gets bigger with more confidence.
20046
20047 @item prediction-num
20048 Plain-old numeric value.
20049
20050 @item confidence-plus-minus
20051 Prediction +/- confidence.
20052
20053 @end table
20054
20055
20056 @node GroupLens Variables
20057 @subsection GroupLens Variables
20058
20059 @table @code
20060
20061 @item gnus-summary-grouplens-line-format
20062 The summary line format used in GroupLens-enhanced summary buffers.  It
20063 accepts the same specs as the normal summary line format (@pxref{Summary
20064 Buffer Lines}).  The default is @samp{%U%R%z%l%I%(%[%4L: %-23,23n%]%)
20065 %s\n}.
20066
20067 @item grouplens-bbb-host
20068 Host running the bbbd server.  @samp{grouplens.cs.umn.edu} is the
20069 default.
20070
20071 @item grouplens-bbb-port
20072 Port of the host running the bbbd server.  The default is 9000.
20073
20074 @item grouplens-score-offset
20075 Offset the prediction by this value.  In other words, subtract the
20076 prediction value by this number to arrive at the effective score.  The
20077 default is 0.
20078
20079 @item grouplens-score-scale-factor
20080 This variable allows the user to magnify the effect of GroupLens scores.
20081 The scale factor is applied after the offset.  The default is 1.
20082
20083 @end table
20084
20085
20086 @node Advanced Scoring
20087 @section Advanced Scoring
20088
20089 Scoring on Subjects and From headers is nice enough, but what if you're
20090 really interested in what a person has to say only when she's talking
20091 about a particular subject?  Or what if you really don't want to
20092 read what person A has to say when she's following up to person B, but
20093 want to read what she says when she's following up to person C?
20094
20095 By using advanced scoring rules you may create arbitrarily complex
20096 scoring patterns.
20097
20098 @menu
20099 * Advanced Scoring Syntax::     A definition.
20100 * Advanced Scoring Examples::   What they look like.
20101 * Advanced Scoring Tips::       Getting the most out of it.
20102 @end menu
20103
20104
20105 @node Advanced Scoring Syntax
20106 @subsection Advanced Scoring Syntax
20107
20108 Ordinary scoring rules have a string as the first element in the rule.
20109 Advanced scoring rules have a list as the first element.  The second
20110 element is the score to be applied if the first element evaluated to a
20111 non-@code{nil} value.
20112
20113 These lists may consist of three logical operators, one redirection
20114 operator, and various match operators.
20115
20116 Logical operators:
20117
20118 @table @code
20119 @item &
20120 @itemx and
20121 This logical operator will evaluate each of its arguments until it finds
20122 one that evaluates to @code{false}, and then it'll stop.  If all arguments
20123 evaluate to @code{true} values, then this operator will return
20124 @code{true}.
20125
20126 @item |
20127 @itemx or
20128 This logical operator will evaluate each of its arguments until it finds
20129 one that evaluates to @code{true}.  If no arguments are @code{true},
20130 then this operator will return @code{false}.
20131
20132 @item !
20133 @itemx not
20134 @itemx Â¬
20135 This logical operator only takes a single argument.  It returns the
20136 logical negation of the value of its argument.
20137
20138 @end table
20139
20140 There is an @dfn{indirection operator} that will make its arguments
20141 apply to the ancestors of the current article being scored.  For
20142 instance, @code{1-} will make score rules apply to the parent of the
20143 current article.  @code{2-} will make score rules apply to the
20144 grandparent of the current article.  Alternatively, you can write
20145 @code{^^}, where the number of @code{^}s (carets) says how far back into
20146 the ancestry you want to go.
20147
20148 Finally, we have the match operators.  These are the ones that do the
20149 real work.  Match operators are header name strings followed by a match
20150 and a match type.  A typical match operator looks like @samp{("from"
20151 "Lars Ingebrigtsen" s)}.  The header names are the same as when using
20152 simple scoring, and the match types are also the same.
20153
20154
20155 @node Advanced Scoring Examples
20156 @subsection Advanced Scoring Examples
20157
20158 Please note that the following examples are score file rules.  To
20159 make a complete score file from them, surround them with another pair
20160 of parentheses.
20161
20162 Let's say you want to increase the score of articles written by Lars
20163 when he's talking about Gnus:
20164
20165 @example
20166 @group
20167 ((&
20168   ("from" "Lars Ingebrigtsen")
20169   ("subject" "Gnus"))
20170  1000)
20171 @end group
20172 @end example
20173
20174 Quite simple, huh?
20175
20176 When he writes long articles, he sometimes has something nice to say:
20177
20178 @example
20179 ((&
20180   ("from" "Lars Ingebrigtsen")
20181   (|
20182    ("subject" "Gnus")
20183    ("lines" 100 >)))
20184  1000)
20185 @end example
20186
20187 However, when he responds to things written by Reig Eigil Logge, you
20188 really don't want to read what he's written:
20189
20190 @example
20191 ((&
20192   ("from" "Lars Ingebrigtsen")
20193   (1- ("from" "Reig Eigir Logge")))
20194  -100000)
20195 @end example
20196
20197 Everybody that follows up Redmondo when he writes about disappearing
20198 socks should have their scores raised, but only when they talk about
20199 white socks.  However, when Lars talks about socks, it's usually not
20200 very interesting:
20201
20202 @example
20203 ((&
20204   (1-
20205    (&
20206     ("from" "redmondo@@.*no" r)
20207     ("body" "disappearing.*socks" t)))
20208   (! ("from" "Lars Ingebrigtsen"))
20209   ("body" "white.*socks"))
20210  1000)
20211 @end example
20212
20213 The possibilities are endless.
20214
20215
20216 @node Advanced Scoring Tips
20217 @subsection Advanced Scoring Tips
20218
20219 The @code{&} and @code{|} logical operators do short-circuit logic.
20220 That is, they stop processing their arguments when it's clear what the
20221 result of the operation will be.  For instance, if one of the arguments
20222 of an @code{&} evaluates to @code{false}, there's no point in evaluating
20223 the rest of the arguments.  This means that you should put slow matches
20224 (@samp{body}, @samp{header}) last and quick matches (@samp{from},
20225 @samp{subject}) first.
20226
20227 The indirection arguments (@code{1-} and so on) will make their
20228 arguments work on previous generations of the thread.  If you say
20229 something like:
20230
20231 @example
20232 ...
20233 (1-
20234  (1-
20235   ("from" "lars")))
20236 ...
20237 @end example
20238
20239 Then that means "score on the from header of the grandparent of the
20240 current article".  An indirection is quite fast, but it's better to say:
20241
20242 @example
20243 (1-
20244  (&
20245   ("from" "Lars")
20246   ("subject" "Gnus")))
20247 @end example
20248
20249 than it is to say:
20250
20251 @example
20252 (&
20253  (1- ("from" "Lars"))
20254  (1- ("subject" "Gnus")))
20255 @end example
20256
20257
20258 @node Score Decays
20259 @section Score Decays
20260 @cindex score decays
20261 @cindex decays
20262
20263 You may find that your scores have a tendency to grow without
20264 bounds, especially if you're using adaptive scoring.  If scores get too
20265 big, they lose all meaning---they simply max out and it's difficult to
20266 use them in any sensible way.
20267
20268 @vindex gnus-decay-scores
20269 @findex gnus-decay-score
20270 @vindex gnus-decay-score-function
20271 Gnus provides a mechanism for decaying scores to help with this problem.
20272 When score files are loaded and @code{gnus-decay-scores} is
20273 non-@code{nil}, Gnus will run the score files through the decaying
20274 mechanism thereby lowering the scores of all non-permanent score rules.
20275 The decay itself if performed by the @code{gnus-decay-score-function}
20276 function, which is @code{gnus-decay-score} by default.  Here's the
20277 definition of that function:
20278
20279 @lisp
20280 (defun gnus-decay-score (score)
20281   "Decay SCORE.
20282 This is done according to `gnus-score-decay-constant'
20283 and `gnus-score-decay-scale'."
20284   (floor
20285    (- score
20286       (* (if (< score 0) 1 -1)
20287          (min (abs score)
20288               (max gnus-score-decay-constant
20289                    (* (abs score)
20290                       gnus-score-decay-scale)))))))
20291 @end lisp
20292
20293 @vindex gnus-score-decay-scale
20294 @vindex gnus-score-decay-constant
20295 @code{gnus-score-decay-constant} is 3 by default and
20296 @code{gnus-score-decay-scale} is 0.05.  This should cause the following:
20297
20298 @enumerate
20299 @item
20300 Scores between -3 and 3 will be set to 0 when this function is called.
20301
20302 @item
20303 Scores with magnitudes between 3 and 60 will be shrunk by 3.
20304
20305 @item
20306 Scores with magnitudes greater than 60 will be shrunk by 5% of the
20307 score.
20308 @end enumerate
20309
20310 If you don't like this decay function, write your own.  It is called
20311 with the score to be decayed as its only parameter, and it should return
20312 the new score, which should be an integer.
20313
20314 Gnus will try to decay scores once a day.  If you haven't run Gnus for
20315 four days, Gnus will decay the scores four times, for instance.
20316
20317 @iftex
20318 @iflatex
20319 @chapter Message
20320 @include message.texi
20321 @chapter Emacs MIME
20322 @include emacs-mime.texi
20323 @chapter Sieve
20324 @include sieve.texi
20325 @chapter PGG
20326 @include pgg.texi
20327 @end iflatex
20328 @end iftex
20329
20330 @node Various
20331 @chapter Various
20332
20333 @menu
20334 * Process/Prefix::              A convention used by many treatment commands.
20335 * Interactive::                 Making Gnus ask you many questions.
20336 * Symbolic Prefixes::           How to supply some Gnus functions with options.
20337 * Formatting Variables::        You can specify what buffers should look like.
20338 * Window Layout::               Configuring the Gnus buffer windows.
20339 * Faces and Fonts::             How to change how faces look.
20340 * Compilation::                 How to speed Gnus up.
20341 * Mode Lines::                  Displaying information in the mode lines.
20342 * Highlighting and Menus::      Making buffers look all nice and cozy.
20343 * Buttons::                     Get tendinitis in ten easy steps!
20344 * Daemons::                     Gnus can do things behind your back.
20345 * NoCeM::                       How to avoid spam and other fatty foods.
20346 * Undo::                        Some actions can be undone.
20347 * Predicate Specifiers::        Specifying predicates.
20348 * Moderation::                  What to do if you're a moderator.
20349 * Image Enhancements::          Modern versions of Emacs/XEmacs can display images.
20350 * Fuzzy Matching::              What's the big fuzz?
20351 * Thwarting Email Spam::        A how-to on avoiding unsolicited commercial email.
20352 * Various Various::             Things that are really various.
20353 @end menu
20354
20355
20356 @node Process/Prefix
20357 @section Process/Prefix
20358 @cindex process/prefix convention
20359
20360 Many functions, among them functions for moving, decoding and saving
20361 articles, use what is known as the @dfn{Process/Prefix convention}.
20362
20363 This is a method for figuring out what articles the user wants the
20364 command to be performed on.
20365
20366 It goes like this:
20367
20368 If the numeric prefix is N, perform the operation on the next N
20369 articles, starting with the current one.  If the numeric prefix is
20370 negative, perform the operation on the previous N articles, starting
20371 with the current one.
20372
20373 @vindex transient-mark-mode
20374 If @code{transient-mark-mode} in non-@code{nil} and the region is
20375 active, all articles in the region will be worked upon.
20376
20377 If there is no numeric prefix, but some articles are marked with the
20378 process mark, perform the operation on the articles marked with
20379 the process mark.
20380
20381 If there is neither a numeric prefix nor any articles marked with the
20382 process mark, just perform the operation on the current article.
20383
20384 Quite simple, really, but it needs to be made clear so that surprises
20385 are avoided.
20386
20387 Commands that react to the process mark will push the current list of
20388 process marked articles onto a stack and will then clear all process
20389 marked articles.  You can restore the previous configuration with the
20390 @kbd{M P y} command (@pxref{Setting Process Marks}).
20391
20392 @vindex gnus-summary-goto-unread
20393 One thing that seems to shock & horrify lots of people is that, for
20394 instance, @kbd{3 d} does exactly the same as @kbd{d} @kbd{d} @kbd{d}.
20395 Since each @kbd{d} (which marks the current article as read) by default
20396 goes to the next unread article after marking, this means that @kbd{3 d}
20397 will mark the next three unread articles as read, no matter what the
20398 summary buffer looks like.  Set @code{gnus-summary-goto-unread} to
20399 @code{nil} for a more straightforward action.
20400
20401 Many commands do not use the process/prefix convention.  All commands
20402 that do explicitly say so in this manual.  To apply the process/prefix
20403 convention to commands that do not use it, you can use the @kbd{M-&}
20404 command.  For instance, to mark all the articles in the group as
20405 expirable, you could say @kbd{M P b M-& E}.
20406
20407
20408 @node Interactive
20409 @section Interactive
20410 @cindex interaction
20411
20412 @table @code
20413
20414 @item gnus-novice-user
20415 @vindex gnus-novice-user
20416 If this variable is non-@code{nil}, you are either a newcomer to the
20417 World of Usenet, or you are very cautious, which is a nice thing to be,
20418 really.  You will be given questions of the type ``Are you sure you want
20419 to do this?'' before doing anything dangerous.  This is @code{t} by
20420 default.
20421
20422 @item gnus-expert-user
20423 @vindex gnus-expert-user
20424 If this variable is non-@code{nil}, you will seldom be asked any
20425 questions by Gnus.  It will simply assume you know what you're doing, no
20426 matter how strange.
20427
20428 @item gnus-interactive-catchup
20429 @vindex gnus-interactive-catchup
20430 Require confirmation before catching up a group if non-@code{nil}.  It
20431 is @code{t} by default.
20432
20433 @item gnus-interactive-exit
20434 @vindex gnus-interactive-exit
20435 Require confirmation before exiting Gnus.  This variable is @code{t} by
20436 default.
20437 @end table
20438
20439
20440 @node Symbolic Prefixes
20441 @section Symbolic Prefixes
20442 @cindex symbolic prefixes
20443
20444 Quite a lot of Emacs commands react to the (numeric) prefix.  For
20445 instance, @kbd{C-u 4 C-f} moves point four characters forward, and
20446 @kbd{C-u 9 0 0 I s s p} adds a permanent @code{Subject} substring score
20447 rule of 900 to the current article.
20448
20449 This is all nice and well, but what if you want to give a command some
20450 additional information?  Well, what most commands do is interpret the
20451 ``raw'' prefix in some special way.  @kbd{C-u 0 C-x C-s} means that one
20452 doesn't want a backup file to be created when saving the current buffer,
20453 for instance.  But what if you want to save without making a backup
20454 file, and you want Emacs to flash lights and play a nice tune at the
20455 same time?  You can't, and you're probably perfectly happy that way.
20456
20457 @kindex M-i (Summary)
20458 @findex gnus-symbolic-argument
20459 I'm not, so I've added a second prefix---the @dfn{symbolic prefix}.  The
20460 prefix key is @kbd{M-i} (@code{gnus-symbolic-argument}), and the next
20461 character typed in is the value.  You can stack as many @kbd{M-i}
20462 prefixes as you want.  @kbd{M-i a C-M-u} means ``feed the @kbd{C-M-u}
20463 command the symbolic prefix @code{a}''.  @kbd{M-i a M-i b C-M-u} means
20464 ``feed the @kbd{C-M-u} command the symbolic prefixes @code{a} and
20465 @code{b}''.  You get the drift.
20466
20467 Typing in symbolic prefixes to commands that don't accept them doesn't
20468 hurt, but it doesn't do any good either.  Currently not many Gnus
20469 functions make use of the symbolic prefix.
20470
20471 If you're interested in how Gnus implements this, @pxref{Extended
20472 Interactive}.
20473
20474
20475 @node Formatting Variables
20476 @section Formatting Variables
20477 @cindex formatting variables
20478
20479 Throughout this manual you've probably noticed lots of variables called
20480 things like @code{gnus-group-line-format} and
20481 @code{gnus-summary-mode-line-format}.  These control how Gnus is to
20482 output lines in the various buffers.  There's quite a lot of them.
20483 Fortunately, they all use the same syntax, so there's not that much to
20484 be annoyed by.
20485
20486 Here's an example format spec (from the group buffer): @samp{%M%S%5y:
20487 %(%g%)\n}.  We see that it is indeed extremely ugly, and that there are
20488 lots of percentages everywhere.
20489
20490 @menu
20491 * Formatting Basics::           A formatting variable is basically a format string.
20492 * Mode Line Formatting::        Some rules about mode line formatting variables.
20493 * Advanced Formatting::         Modifying output in various ways.
20494 * User-Defined Specs::          Having Gnus call your own functions.
20495 * Formatting Fonts::            Making the formatting look colorful and nice.
20496 * Positioning Point::           Moving point to a position after an operation.
20497 * Tabulation::                  Tabulating your output.
20498 * Wide Characters::             Dealing with wide characters.
20499 @end menu
20500
20501 Currently Gnus uses the following formatting variables:
20502 @code{gnus-group-line-format}, @code{gnus-summary-line-format},
20503 @code{gnus-server-line-format}, @code{gnus-topic-line-format},
20504 @code{gnus-group-mode-line-format},
20505 @code{gnus-summary-mode-line-format},
20506 @code{gnus-article-mode-line-format},
20507 @code{gnus-server-mode-line-format}, and
20508 @code{gnus-summary-pick-line-format}.
20509
20510 All these format variables can also be arbitrary elisp forms.  In that
20511 case, they will be @code{eval}ed to insert the required lines.
20512
20513 @kindex M-x gnus-update-format
20514 @findex gnus-update-format
20515 Gnus includes a command to help you while creating your own format
20516 specs.  @kbd{M-x gnus-update-format} will @code{eval} the current form,
20517 update the spec in question and pop you to a buffer where you can
20518 examine the resulting Lisp code to be run to generate the line.
20519
20520
20521
20522 @node Formatting Basics
20523 @subsection Formatting Basics
20524
20525 Each @samp{%} element will be replaced by some string or other when the
20526 buffer in question is generated.  @samp{%5y} means ``insert the @samp{y}
20527 spec, and pad with spaces to get a 5-character field''.
20528
20529 As with normal C and Emacs Lisp formatting strings, the numerical
20530 modifier between the @samp{%} and the formatting type character will
20531 @dfn{pad} the output so that it is always at least that long.
20532 @samp{%5y} will make the field always (at least) five characters wide by
20533 padding with spaces to the left.  If you say @samp{%-5y}, it will pad to
20534 the right instead.
20535
20536 You may also wish to limit the length of the field to protect against
20537 particularly wide values.  For that you can say @samp{%4,6y}, which
20538 means that the field will never be more than 6 characters wide and never
20539 less than 4 characters wide.
20540
20541 Also Gnus supports some extended format specifications, such as
20542 @samp{%&user-date;}.
20543
20544
20545 @node Mode Line Formatting
20546 @subsection Mode Line Formatting
20547
20548 Mode line formatting variables (e.g.,
20549 @code{gnus-summary-mode-line-format}) follow the same rules as other,
20550 buffer line oriented formatting variables (@pxref{Formatting Basics})
20551 with the following two differences:
20552
20553 @enumerate
20554
20555 @item
20556 There must be no newline (@samp{\n}) at the end.
20557
20558 @item
20559 The special @samp{%%b} spec can be used to display the buffer name.
20560 Well, it's no spec at all, really---@samp{%%} is just a way to quote
20561 @samp{%} to allow it to pass through the formatting machinery unmangled,
20562 so that Emacs receives @samp{%b}, which is something the Emacs mode line
20563 display interprets to mean ``show the buffer name''.  For a full list of
20564 mode line specs Emacs understands, see the documentation of the
20565 @code{mode-line-format} variable.
20566
20567 @end enumerate
20568
20569
20570 @node Advanced Formatting
20571 @subsection Advanced Formatting
20572
20573 It is frequently useful to post-process the fields in some way.
20574 Padding, limiting, cutting off parts and suppressing certain values can
20575 be achieved by using @dfn{tilde modifiers}.  A typical tilde spec might
20576 look like @samp{%~(cut 3)~(ignore "0")y}.
20577
20578 These are the valid modifiers:
20579
20580 @table @code
20581 @item pad
20582 @itemx pad-left
20583 Pad the field to the left with spaces until it reaches the required
20584 length.
20585
20586 @item pad-right
20587 Pad the field to the right with spaces until it reaches the required
20588 length.
20589
20590 @item max
20591 @itemx max-left
20592 Cut off characters from the left until it reaches the specified length.
20593
20594 @item max-right
20595 Cut off characters from the right until it reaches the specified
20596 length.
20597
20598 @item cut
20599 @itemx cut-left
20600 Cut off the specified number of characters from the left.
20601
20602 @item cut-right
20603 Cut off the specified number of characters from the right.
20604
20605 @item ignore
20606 Return an empty string if the field is equal to the specified value.
20607
20608 @item form
20609 Use the specified form as the field value when the @samp{@@} spec is
20610 used.
20611
20612 Here's an example:
20613
20614 @lisp
20615 "~(form (current-time-string))@@"
20616 @end lisp
20617
20618 @end table
20619
20620 Let's take an example.  The @samp{%o} spec in the summary mode lines
20621 will return a date in compact ISO8601 format---@samp{19960809T230410}.
20622 This is quite a mouthful, so we want to shave off the century number and
20623 the time, leaving us with a six-character date.  That would be
20624 @samp{%~(cut-left 2)~(max-right 6)~(pad 6)o}.  (Cutting is done before
20625 maxing, and we need the padding to ensure that the date is never less
20626 than 6 characters to make it look nice in columns.)
20627
20628 Ignoring is done first; then cutting; then maxing; and then as the very
20629 last operation, padding.
20630
20631 If you use lots of these advanced thingies, you'll find that Gnus gets
20632 quite slow.  This can be helped enormously by running @kbd{M-x
20633 gnus-compile} when you are satisfied with the look of your lines.
20634 @xref{Compilation}.
20635
20636
20637 @node User-Defined Specs
20638 @subsection User-Defined Specs
20639
20640 All the specs allow for inserting user defined specifiers---@samp{u}.
20641 The next character in the format string should be a letter.  Gnus
20642 will call the function @code{gnus-user-format-function-}@samp{X}, where
20643 @samp{X} is the letter following @samp{%u}.  The function will be passed
20644 a single parameter---what the parameter means depends on what buffer
20645 it's being called from.  The function should return a string, which will
20646 be inserted into the buffer just like information from any other
20647 specifier.  This function may also be called with dummy values, so it
20648 should protect against that.
20649
20650 Also Gnus supports extended user-defined specs, such as @samp{%u&foo;}.
20651 Gnus will call the function @code{gnus-user-format-function-}@samp{foo}.
20652
20653 You can also use tilde modifiers (@pxref{Advanced Formatting} to achieve
20654 much the same without defining new functions.  Here's an example:
20655 @samp{%~(form (count-lines (point-min) (point)))@@}.  The form
20656 given here will be evaluated to yield the current line number, and then
20657 inserted.
20658
20659
20660 @node Formatting Fonts
20661 @subsection Formatting Fonts
20662
20663 There are specs for highlighting, and these are shared by all the format
20664 variables.  Text inside the @samp{%(} and @samp{%)} specifiers will get
20665 the special @code{mouse-face} property set, which means that it will be
20666 highlighted (with @code{gnus-mouse-face}) when you put the mouse pointer
20667 over it.
20668
20669 Text inside the @samp{%@{} and @samp{%@}} specifiers will have their
20670 normal faces set using @code{gnus-face-0}, which is @code{bold} by
20671 default.  If you say @samp{%1@{}, you'll get @code{gnus-face-1} instead,
20672 and so on.  Create as many faces as you wish.  The same goes for the
20673 @code{mouse-face} specs---you can say @samp{%3(hello%)} to have
20674 @samp{hello} mouse-highlighted with @code{gnus-mouse-face-3}.
20675
20676 Text inside the @samp{%<<} and @samp{%>>} specifiers will get the
20677 special @code{balloon-help} property set to
20678 @code{gnus-balloon-face-0}.  If you say @samp{%1<<}, you'll get
20679 @code{gnus-balloon-face-1} and so on.  The @code{gnus-balloon-face-*}
20680 variables should be either strings or symbols naming functions that
20681 return a string.  When the mouse passes over text with this property
20682 set, a balloon window will appear and display the string.  Please
20683 refer to @ref{Tooltips, ,Tooltips, emacs, The Emacs Manual},
20684 (in GNU Emacs) or the doc string of @code{balloon-help-mode} (in
20685 XEmacs) for more information on this.  (For technical reasons, the
20686 guillemets have been approximated as @samp{<<} and @samp{>>} in this
20687 paragraph.)
20688
20689 Here's an alternative recipe for the group buffer:
20690
20691 @lisp
20692 ;; @r{Create three face types.}
20693 (setq gnus-face-1 'bold)
20694 (setq gnus-face-3 'italic)
20695
20696 ;; @r{We want the article count to be in}
20697 ;; @r{a bold and green face.  So we create}
20698 ;; @r{a new face called @code{my-green-bold}.}
20699 (copy-face 'bold 'my-green-bold)
20700 ;; @r{Set the color.}
20701 (set-face-foreground 'my-green-bold "ForestGreen")
20702 (setq gnus-face-2 'my-green-bold)
20703
20704 ;; @r{Set the new & fancy format.}
20705 (setq gnus-group-line-format
20706       "%M%S%3@{%5y%@}%2[:%] %(%1@{%g%@}%)\n")
20707 @end lisp
20708
20709 I'm sure you'll be able to use this scheme to create totally unreadable
20710 and extremely vulgar displays.  Have fun!
20711
20712 Note that the @samp{%(} specs (and friends) do not make any sense on the
20713 mode-line variables.
20714
20715 @node Positioning Point
20716 @subsection Positioning Point
20717
20718 Gnus usually moves point to a pre-defined place on each line in most
20719 buffers.  By default, point move to the first colon character on the
20720 line.  You can customize this behaviour in three different ways.
20721
20722 You can move the colon character to somewhere else on the line.
20723
20724 @findex gnus-goto-colon
20725 You can redefine the function that moves the point to the colon.  The
20726 function is called @code{gnus-goto-colon}.
20727
20728 But perhaps the most convenient way to deal with this, if you don't want
20729 to have a colon in your line, is to use the @samp{%*} specifier.  If you
20730 put a @samp{%*} somewhere in your format line definition, Gnus will
20731 place point there.
20732
20733
20734 @node Tabulation
20735 @subsection Tabulation
20736
20737 You can usually line up your displays by padding and cutting your
20738 strings.  However, when combining various strings of different size, it
20739 can often be more convenient to just output the strings, and then worry
20740 about lining up the following text afterwards.
20741
20742 To do that, Gnus supplies tabulator specs---@samp{%=}.  There are two
20743 different types---@dfn{hard tabulators} and @dfn{soft tabulators}.
20744
20745 @samp{%50=} will insert space characters to pad the line up to column
20746 50.  If the text is already past column 50, nothing will be inserted.
20747 This is the soft tabulator.
20748
20749 @samp{%-50=} will insert space characters to pad the line up to column
20750 50.  If the text is already past column 50, the excess text past column
20751 50 will be removed.  This is the hard tabulator.
20752
20753
20754 @node Wide Characters
20755 @subsection Wide Characters
20756
20757 Fixed width fonts in most countries have characters of the same width.
20758 Some countries, however, use Latin characters mixed with wider
20759 characters---most notable East Asian countries.
20760
20761 The problem is that when formatting, Gnus assumes that if a string is 10
20762 characters wide, it'll be 10 Latin characters wide on the screen.  In
20763 these countries, that's not true.
20764
20765 @vindex gnus-use-correct-string-widths
20766 To help fix this, you can set @code{gnus-use-correct-string-widths} to
20767 @code{t}.  This makes buffer generation slower, but the results will be
20768 prettier.  The default value under XEmacs is @code{t} but @code{nil}
20769 for Emacs.
20770
20771
20772 @node Window Layout
20773 @section Window Layout
20774 @cindex window layout
20775
20776 No, there's nothing here about X, so be quiet.
20777
20778 @vindex gnus-use-full-window
20779 If @code{gnus-use-full-window} non-@code{nil}, Gnus will delete all
20780 other windows and occupy the entire Emacs screen by itself.  It is
20781 @code{t} by default.
20782
20783 Setting this variable to @code{nil} kinda works, but there are
20784 glitches.  Use at your own peril.
20785
20786 @vindex gnus-buffer-configuration
20787 @code{gnus-buffer-configuration} describes how much space each Gnus
20788 buffer should be given.  Here's an excerpt of this variable:
20789
20790 @lisp
20791 ((group (vertical 1.0 (group 1.0 point)
20792                       (if gnus-carpal (group-carpal 4))))
20793  (article (vertical 1.0 (summary 0.25 point)
20794                         (article 1.0))))
20795 @end lisp
20796
20797 This is an alist.  The @dfn{key} is a symbol that names some action or
20798 other.  For instance, when displaying the group buffer, the window
20799 configuration function will use @code{group} as the key.  A full list of
20800 possible names is listed below.
20801
20802 The @dfn{value} (i.e., the @dfn{split}) says how much space each buffer
20803 should occupy.  To take the @code{article} split as an example -
20804
20805 @lisp
20806 (article (vertical 1.0 (summary 0.25 point)
20807                        (article 1.0)))
20808 @end lisp
20809
20810 This @dfn{split} says that the summary buffer should occupy 25% of upper
20811 half of the screen, and that it is placed over the article buffer.  As
20812 you may have noticed, 100% + 25% is actually 125% (yup, I saw y'all
20813 reaching for that calculator there).  However, the special number
20814 @code{1.0} is used to signal that this buffer should soak up all the
20815 rest of the space available after the rest of the buffers have taken
20816 whatever they need.  There should be only one buffer with the @code{1.0}
20817 size spec per split.
20818
20819 Point will be put in the buffer that has the optional third element
20820 @code{point}.  In a @code{frame} split, the last subsplit having a leaf
20821 split where the tag @code{frame-focus} is a member (i.e. is the third or
20822 fourth element in the list, depending on whether the @code{point} tag is
20823 present) gets focus.
20824
20825 Here's a more complicated example:
20826
20827 @lisp
20828 (article (vertical 1.0 (group 4)
20829                        (summary 0.25 point)
20830                        (if gnus-carpal (summary-carpal 4))
20831                        (article 1.0)))
20832 @end lisp
20833
20834 If the size spec is an integer instead of a floating point number,
20835 then that number will be used to say how many lines a buffer should
20836 occupy, not a percentage.
20837
20838 If the @dfn{split} looks like something that can be @code{eval}ed (to be
20839 precise---if the @code{car} of the split is a function or a subr), this
20840 split will be @code{eval}ed.  If the result is non-@code{nil}, it will
20841 be used as a split.  This means that there will be three buffers if
20842 @code{gnus-carpal} is @code{nil}, and four buffers if @code{gnus-carpal}
20843 is non-@code{nil}.
20844
20845 Not complicated enough for you?  Well, try this on for size:
20846
20847 @lisp
20848 (article (horizontal 1.0
20849              (vertical 0.5
20850                  (group 1.0)
20851                  (gnus-carpal 4))
20852              (vertical 1.0
20853                  (summary 0.25 point)
20854                  (summary-carpal 4)
20855                  (article 1.0))))
20856 @end lisp
20857
20858 Whoops.  Two buffers with the mystery 100% tag.  And what's that
20859 @code{horizontal} thingie?
20860
20861 If the first element in one of the split is @code{horizontal}, Gnus will
20862 split the window horizontally, giving you two windows side-by-side.
20863 Inside each of these strips you may carry on all you like in the normal
20864 fashion.  The number following @code{horizontal} says what percentage of
20865 the screen is to be given to this strip.
20866
20867 For each split, there @emph{must} be one element that has the 100% tag.
20868 The splitting is never accurate, and this buffer will eat any leftover
20869 lines from the splits.
20870
20871 To be slightly more formal, here's a definition of what a valid split
20872 may look like:
20873
20874 @example
20875 @group
20876 split      = frame | horizontal | vertical | buffer | form
20877 frame      = "(frame " size *split ")"
20878 horizontal = "(horizontal " size *split ")"
20879 vertical   = "(vertical " size *split ")"
20880 buffer     = "(" buf-name " " size *[ "point" ] *[ "frame-focus"] ")"
20881 size       = number | frame-params
20882 buf-name   = group | article | summary ...
20883 @end group
20884 @end example
20885
20886 The limitations are that the @code{frame} split can only appear as the
20887 top-level split.  @var{form} should be an Emacs Lisp form that should
20888 return a valid split.  We see that each split is fully recursive, and
20889 may contain any number of @code{vertical} and @code{horizontal} splits.
20890
20891 @vindex gnus-window-min-width
20892 @vindex gnus-window-min-height
20893 @cindex window height
20894 @cindex window width
20895 Finding the right sizes can be a bit complicated.  No window may be less
20896 than @code{gnus-window-min-height} (default 1) characters high, and all
20897 windows must be at least @code{gnus-window-min-width} (default 1)
20898 characters wide.  Gnus will try to enforce this before applying the
20899 splits.  If you want to use the normal Emacs window width/height limit,
20900 you can just set these two variables to @code{nil}.
20901
20902 If you're not familiar with Emacs terminology, @code{horizontal} and
20903 @code{vertical} splits may work the opposite way of what you'd expect.
20904 Windows inside a @code{horizontal} split are shown side-by-side, and
20905 windows within a @code{vertical} split are shown above each other.
20906
20907 @findex gnus-configure-frame
20908 If you want to experiment with window placement, a good tip is to call
20909 @code{gnus-configure-frame} directly with a split.  This is the function
20910 that does all the real work when splitting buffers.  Below is a pretty
20911 nonsensical configuration with 5 windows; two for the group buffer and
20912 three for the article buffer.  (I said it was nonsensical.)  If you
20913 @code{eval} the statement below, you can get an idea of how that would
20914 look straight away, without going through the normal Gnus channels.
20915 Play with it until you're satisfied, and then use
20916 @code{gnus-add-configuration} to add your new creation to the buffer
20917 configuration list.
20918
20919 @lisp
20920 (gnus-configure-frame
20921  '(horizontal 1.0
20922     (vertical 10
20923       (group 1.0)
20924       (article 0.3 point))
20925     (vertical 1.0
20926       (article 1.0)
20927       (horizontal 4
20928         (group 1.0)
20929         (article 10)))))
20930 @end lisp
20931
20932 You might want to have several frames as well.  No prob---just use the
20933 @code{frame} split:
20934
20935 @lisp
20936 (gnus-configure-frame
20937  '(frame 1.0
20938          (vertical 1.0
20939                    (summary 0.25 point frame-focus)
20940                    (article 1.0))
20941          (vertical ((height . 5) (width . 15)
20942                     (user-position . t)
20943                     (left . -1) (top . 1))
20944                    (picon 1.0))))
20945
20946 @end lisp
20947
20948 This split will result in the familiar summary/article window
20949 configuration in the first (or ``main'') frame, while a small additional
20950 frame will be created where picons will be shown.  As you can see,
20951 instead of the normal @code{1.0} top-level spec, each additional split
20952 should have a frame parameter alist as the size spec.
20953 @xref{Frame Parameters, , Frame Parameters, elisp, The GNU Emacs Lisp
20954 Reference Manual}.  Under XEmacs, a frame property list will be
20955 accepted, too---for instance, @code{(height 5 width 15 left -1 top 1)}
20956 is such a plist.
20957 The list of all possible keys for @code{gnus-buffer-configuration} can
20958 be found in its default value.
20959
20960 Note that the @code{message} key is used for both
20961 @code{gnus-group-mail} and @code{gnus-summary-mail-other-window}.  If
20962 it is desirable to distinguish between the two, something like this
20963 might be used:
20964
20965 @lisp
20966 (message (horizontal 1.0
20967                      (vertical 1.0 (message 1.0 point))
20968                      (vertical 0.24
20969                                (if (buffer-live-p gnus-summary-buffer)
20970                                    '(summary 0.5))
20971                                (group 1.0))))
20972 @end lisp
20973
20974 One common desire for a multiple frame split is to have a separate frame
20975 for composing mail and news while leaving the original frame intact.  To
20976 accomplish that, something like the following can be done:
20977
20978 @lisp
20979 (message
20980   (frame 1.0
20981          (if (not (buffer-live-p gnus-summary-buffer))
20982              (car (cdr (assoc 'group gnus-buffer-configuration)))
20983            (car (cdr (assoc 'summary gnus-buffer-configuration))))
20984          (vertical ((user-position . t) (top . 1) (left . 1)
20985                     (name . "Message"))
20986                    (message 1.0 point))))
20987 @end lisp
20988
20989 @findex gnus-add-configuration
20990 Since the @code{gnus-buffer-configuration} variable is so long and
20991 complicated, there's a function you can use to ease changing the config
20992 of a single setting: @code{gnus-add-configuration}.  If, for instance,
20993 you want to change the @code{article} setting, you could say:
20994
20995 @lisp
20996 (gnus-add-configuration
20997  '(article (vertical 1.0
20998                (group 4)
20999                (summary .25 point)
21000                (article 1.0))))
21001 @end lisp
21002
21003 You'd typically stick these @code{gnus-add-configuration} calls in your
21004 @file{~/.gnus.el} file or in some startup hook---they should be run after
21005 Gnus has been loaded.
21006
21007 @vindex gnus-always-force-window-configuration
21008 If all windows mentioned in the configuration are already visible, Gnus
21009 won't change the window configuration.  If you always want to force the
21010 ``right'' window configuration, you can set
21011 @code{gnus-always-force-window-configuration} to non-@code{nil}.
21012
21013 If you're using tree displays (@pxref{Tree Display}), and the tree
21014 window is displayed vertically next to another window, you may also want
21015 to fiddle with @code{gnus-tree-minimize-window} to avoid having the
21016 windows resized.
21017
21018 @subsection Example Window Configurations
21019
21020 @itemize @bullet
21021 @item
21022 Narrow left hand side occupied by group buffer.  Right hand side split
21023 between summary buffer (top one-sixth) and article buffer (bottom).
21024
21025 @ifinfo
21026 @example
21027 +---+---------+
21028 | G | Summary |
21029 | r +---------+
21030 | o |         |
21031 | u | Article |
21032 | p |         |
21033 +---+---------+
21034 @end example
21035 @end ifinfo
21036
21037 @lisp
21038 (gnus-add-configuration
21039  '(article
21040    (horizontal 1.0
21041                (vertical 25 (group 1.0))
21042                (vertical 1.0
21043                          (summary 0.16 point)
21044                          (article 1.0)))))
21045
21046 (gnus-add-configuration
21047  '(summary
21048    (horizontal 1.0
21049                (vertical 25 (group 1.0))
21050                (vertical 1.0 (summary 1.0 point)))))
21051 @end lisp
21052
21053 @end itemize
21054
21055
21056 @node Faces and Fonts
21057 @section Faces and Fonts
21058 @cindex faces
21059 @cindex fonts
21060 @cindex colors
21061
21062 Fiddling with fonts and faces used to be very difficult, but these days
21063 it is very simple.  You simply say @kbd{M-x customize-face}, pick out
21064 the face you want to alter, and alter it via the standard Customize
21065 interface.
21066
21067
21068 @node Compilation
21069 @section Compilation
21070 @cindex compilation
21071 @cindex byte-compilation
21072
21073 @findex gnus-compile
21074
21075 Remember all those line format specification variables?
21076 @code{gnus-summary-line-format}, @code{gnus-group-line-format}, and so
21077 on.  Now, Gnus will of course heed whatever these variables are, but,
21078 unfortunately, changing them will mean a quite significant slow-down.
21079 (The default values of these variables have byte-compiled functions
21080 associated with them, while the user-generated versions do not, of
21081 course.)
21082
21083 To help with this, you can run @kbd{M-x gnus-compile} after you've
21084 fiddled around with the variables and feel that you're (kind of)
21085 satisfied.  This will result in the new specs being byte-compiled, and
21086 you'll get top speed again.  Gnus will save these compiled specs in the
21087 @file{.newsrc.eld} file.  (User-defined functions aren't compiled by
21088 this function, though---you should compile them yourself by sticking
21089 them into the @file{~/.gnus.el} file and byte-compiling that file.)
21090
21091
21092 @node Mode Lines
21093 @section Mode Lines
21094 @cindex mode lines
21095
21096 @vindex gnus-updated-mode-lines
21097 @code{gnus-updated-mode-lines} says what buffers should keep their mode
21098 lines updated.  It is a list of symbols.  Supported symbols include
21099 @code{group}, @code{article}, @code{summary}, @code{server},
21100 @code{browse}, and @code{tree}.  If the corresponding symbol is present,
21101 Gnus will keep that mode line updated with information that may be
21102 pertinent.  If this variable is @code{nil}, screen refresh may be
21103 quicker.
21104
21105 @cindex display-time
21106
21107 @vindex gnus-mode-non-string-length
21108 By default, Gnus displays information on the current article in the mode
21109 lines of the summary and article buffers.  The information Gnus wishes
21110 to display (e.g. the subject of the article) is often longer than the
21111 mode lines, and therefore have to be cut off at some point.  The
21112 @code{gnus-mode-non-string-length} variable says how long the other
21113 elements on the line is (i.e., the non-info part).  If you put
21114 additional elements on the mode line (e.g. a clock), you should modify
21115 this variable:
21116
21117 @c Hook written by Francesco Potorti` <pot@cnuce.cnr.it>
21118 @lisp
21119 (add-hook 'display-time-hook
21120           (lambda () (setq gnus-mode-non-string-length
21121                            (+ 21
21122                               (if line-number-mode 5 0)
21123                               (if column-number-mode 4 0)
21124                               (length display-time-string)))))
21125 @end lisp
21126
21127 If this variable is @code{nil} (which is the default), the mode line
21128 strings won't be chopped off, and they won't be padded either.  Note
21129 that the default is unlikely to be desirable, as even the percentage
21130 complete in the buffer may be crowded off the mode line; the user should
21131 configure this variable appropriately for her configuration.
21132
21133
21134 @node Highlighting and Menus
21135 @section Highlighting and Menus
21136 @cindex visual
21137 @cindex highlighting
21138 @cindex menus
21139
21140 @vindex gnus-visual
21141 The @code{gnus-visual} variable controls most of the Gnus-prettifying
21142 aspects.  If @code{nil}, Gnus won't attempt to create menus or use fancy
21143 colors or fonts.  This will also inhibit loading the @file{gnus-vis.el}
21144 file.
21145
21146 This variable can be a list of visual properties that are enabled.  The
21147 following elements are valid, and are all included by default:
21148
21149 @table @code
21150 @item group-highlight
21151 Do highlights in the group buffer.
21152 @item summary-highlight
21153 Do highlights in the summary buffer.
21154 @item article-highlight
21155 Do highlights in the article buffer.
21156 @item highlight
21157 Turn on highlighting in all buffers.
21158 @item group-menu
21159 Create menus in the group buffer.
21160 @item summary-menu
21161 Create menus in the summary buffers.
21162 @item article-menu
21163 Create menus in the article buffer.
21164 @item browse-menu
21165 Create menus in the browse buffer.
21166 @item server-menu
21167 Create menus in the server buffer.
21168 @item score-menu
21169 Create menus in the score buffers.
21170 @item menu
21171 Create menus in all buffers.
21172 @end table
21173
21174 So if you only want highlighting in the article buffer and menus in all
21175 buffers, you could say something like:
21176
21177 @lisp
21178 (setq gnus-visual '(article-highlight menu))
21179 @end lisp
21180
21181 If you want highlighting only and no menus whatsoever, you'd say:
21182
21183 @lisp
21184 (setq gnus-visual '(highlight))
21185 @end lisp
21186
21187 If @code{gnus-visual} is @code{t}, highlighting and menus will be used
21188 in all Gnus buffers.
21189
21190 Other general variables that influence the look of all buffers include:
21191
21192 @table @code
21193 @item gnus-mouse-face
21194 @vindex gnus-mouse-face
21195 This is the face (i.e., font) used for mouse highlighting in Gnus.  No
21196 mouse highlights will be done if @code{gnus-visual} is @code{nil}.
21197
21198 @end table
21199
21200 There are hooks associated with the creation of all the different menus:
21201
21202 @table @code
21203
21204 @item gnus-article-menu-hook
21205 @vindex gnus-article-menu-hook
21206 Hook called after creating the article mode menu.
21207
21208 @item gnus-group-menu-hook
21209 @vindex gnus-group-menu-hook
21210 Hook called after creating the group mode menu.
21211
21212 @item gnus-summary-menu-hook
21213 @vindex gnus-summary-menu-hook
21214 Hook called after creating the summary mode menu.
21215
21216 @item gnus-server-menu-hook
21217 @vindex gnus-server-menu-hook
21218 Hook called after creating the server mode menu.
21219
21220 @item gnus-browse-menu-hook
21221 @vindex gnus-browse-menu-hook
21222 Hook called after creating the browse mode menu.
21223
21224 @item gnus-score-menu-hook
21225 @vindex gnus-score-menu-hook
21226 Hook called after creating the score mode menu.
21227
21228 @end table
21229
21230
21231 @node Buttons
21232 @section Buttons
21233 @cindex buttons
21234 @cindex mouse
21235 @cindex click
21236
21237 Those new-fangled @dfn{mouse} contraptions is very popular with the
21238 young, hep kids who don't want to learn the proper way to do things
21239 these days.  Why, I remember way back in the summer of '89, when I was
21240 using Emacs on a Tops 20 system.  Three hundred users on one single
21241 machine, and every user was running Simula compilers.  Bah!
21242
21243 Right.
21244
21245 @vindex gnus-carpal
21246 Well, you can make Gnus display bufferfuls of buttons you can click to
21247 do anything by setting @code{gnus-carpal} to @code{t}.  Pretty simple,
21248 really.  Tell the chiropractor I sent you.
21249
21250
21251 @table @code
21252
21253 @item gnus-carpal-mode-hook
21254 @vindex gnus-carpal-mode-hook
21255 Hook run in all carpal mode buffers.
21256
21257 @item gnus-carpal-button-face
21258 @vindex gnus-carpal-button-face
21259 Face used on buttons.
21260
21261 @item gnus-carpal-header-face
21262 @vindex gnus-carpal-header-face
21263 Face used on carpal buffer headers.
21264
21265 @item gnus-carpal-group-buffer-buttons
21266 @vindex gnus-carpal-group-buffer-buttons
21267 Buttons in the group buffer.
21268
21269 @item gnus-carpal-summary-buffer-buttons
21270 @vindex gnus-carpal-summary-buffer-buttons
21271 Buttons in the summary buffer.
21272
21273 @item gnus-carpal-server-buffer-buttons
21274 @vindex gnus-carpal-server-buffer-buttons
21275 Buttons in the server buffer.
21276
21277 @item gnus-carpal-browse-buffer-buttons
21278 @vindex gnus-carpal-browse-buffer-buttons
21279 Buttons in the browse buffer.
21280 @end table
21281
21282 All the @code{buttons} variables are lists.  The elements in these list
21283 are either cons cells where the @code{car} contains a text to be displayed and
21284 the @code{cdr} contains a function symbol, or a simple string.
21285
21286
21287 @node Daemons
21288 @section Daemons
21289 @cindex demons
21290 @cindex daemons
21291
21292 Gnus, being larger than any program ever written (allegedly), does lots
21293 of strange stuff that you may wish to have done while you're not
21294 present.  For instance, you may want it to check for new mail once in a
21295 while.  Or you may want it to close down all connections to all servers
21296 when you leave Emacs idle.  And stuff like that.
21297
21298 Gnus will let you do stuff like that by defining various
21299 @dfn{handlers}.  Each handler consists of three elements:  A
21300 @var{function}, a @var{time}, and an @var{idle} parameter.
21301
21302 Here's an example of a handler that closes connections when Emacs has
21303 been idle for thirty minutes:
21304
21305 @lisp
21306 (gnus-demon-close-connections nil 30)
21307 @end lisp
21308
21309 Here's a handler that scans for @acronym{PGP} headers every hour when
21310 Emacs is idle:
21311
21312 @lisp
21313 (gnus-demon-scan-pgp 60 t)
21314 @end lisp
21315
21316 This @var{time} parameter and that @var{idle} parameter work together
21317 in a strange, but wonderful fashion.  Basically, if @var{idle} is
21318 @code{nil}, then the function will be called every @var{time} minutes.
21319
21320 If @var{idle} is @code{t}, then the function will be called after
21321 @var{time} minutes only if Emacs is idle.  So if Emacs is never idle,
21322 the function will never be called.  But once Emacs goes idle, the
21323 function will be called every @var{time} minutes.
21324
21325 If @var{idle} is a number and @var{time} is a number, the function will
21326 be called every @var{time} minutes only when Emacs has been idle for
21327 @var{idle} minutes.
21328
21329 If @var{idle} is a number and @var{time} is @code{nil}, the function
21330 will be called once every time Emacs has been idle for @var{idle}
21331 minutes.
21332
21333 And if @var{time} is a string, it should look like @samp{07:31}, and
21334 the function will then be called once every day somewhere near that
21335 time.  Modified by the @var{idle} parameter, of course.
21336
21337 @vindex gnus-demon-timestep
21338 (When I say ``minute'' here, I really mean @code{gnus-demon-timestep}
21339 seconds.  This is 60 by default.  If you change that variable,
21340 all the timings in the handlers will be affected.)
21341
21342 So, if you want to add a handler, you could put something like this in
21343 your @file{~/.gnus.el} file:
21344
21345 @findex gnus-demon-add-handler
21346 @lisp
21347 (gnus-demon-add-handler 'gnus-demon-close-connections 30 t)
21348 @end lisp
21349
21350 @findex gnus-demon-add-nocem
21351 @findex gnus-demon-add-scanmail
21352 @findex gnus-demon-add-rescan
21353 @findex gnus-demon-add-scan-timestamps
21354 @findex gnus-demon-add-disconnection
21355 Some ready-made functions to do this have been created:
21356 @code{gnus-demon-add-nocem}, @code{gnus-demon-add-disconnection},
21357 @code{gnus-demon-add-nntp-close-connection},
21358 @code{gnus-demon-add-scan-timestamps}, @code{gnus-demon-add-rescan}, and
21359 @code{gnus-demon-add-scanmail}.  Just put those functions in your
21360 @file{~/.gnus.el} if you want those abilities.
21361
21362 @findex gnus-demon-init
21363 @findex gnus-demon-cancel
21364 @vindex gnus-demon-handlers
21365 If you add handlers to @code{gnus-demon-handlers} directly, you should
21366 run @code{gnus-demon-init} to make the changes take hold.  To cancel all
21367 daemons, you can use the @code{gnus-demon-cancel} function.
21368
21369 Note that adding daemons can be pretty naughty if you over do it.  Adding
21370 functions that scan all news and mail from all servers every two seconds
21371 is a sure-fire way of getting booted off any respectable system.  So
21372 behave.
21373
21374
21375 @node NoCeM
21376 @section NoCeM
21377 @cindex nocem
21378 @cindex spam
21379
21380 @dfn{Spamming} is posting the same article lots and lots of times.
21381 Spamming is bad.  Spamming is evil.
21382
21383 Spamming is usually canceled within a day or so by various anti-spamming
21384 agencies.  These agencies usually also send out @dfn{NoCeM} messages.
21385 NoCeM is pronounced ``no see-'em'', and means what the name
21386 implies---these are messages that make the offending articles, like, go
21387 away.
21388
21389 What use are these NoCeM messages if the articles are canceled anyway?
21390 Some sites do not honor cancel messages and some sites just honor cancels
21391 from a select few people.  Then you may wish to make use of the NoCeM
21392 messages, which are distributed in the @samp{alt.nocem.misc} newsgroup.
21393
21394 Gnus can read and parse the messages in this group automatically, and
21395 this will make spam disappear.
21396
21397 There are some variables to customize, of course:
21398
21399 @table @code
21400 @item gnus-use-nocem
21401 @vindex gnus-use-nocem
21402 Set this variable to @code{t} to set the ball rolling.  It is @code{nil}
21403 by default.
21404
21405 @item gnus-nocem-groups
21406 @vindex gnus-nocem-groups
21407 Gnus will look for NoCeM messages in the groups in this list.  The
21408 default is
21409 @lisp
21410 ("news.lists.filters" "news.admin.net-abuse.bulletins"
21411  "alt.nocem.misc" "news.admin.net-abuse.announce")
21412 @end lisp
21413
21414 @item gnus-nocem-issuers
21415 @vindex gnus-nocem-issuers
21416 There are many people issuing NoCeM messages.  This list says what
21417 people you want to listen to.  The default is
21418 @lisp
21419 ("Automoose-1" "clewis@@ferret.ocunix.on.ca"
21420  "cosmo.roadkill" "SpamHippo" "hweede@@snafu.de")
21421 @end lisp
21422 fine, upstanding citizens all of them.
21423
21424 Known despammers that you can put in this list are listed at@*
21425 @uref{http://www.xs4all.nl/~rosalind/nocemreg/nocemreg.html}.
21426
21427 You do not have to heed NoCeM messages from all these people---just the
21428 ones you want to listen to.  You also don't have to accept all NoCeM
21429 messages from the people you like.  Each NoCeM message has a @dfn{type}
21430 header that gives the message a (more or less, usually less) rigorous
21431 definition.  Common types are @samp{spam}, @samp{spew}, @samp{mmf},
21432 @samp{binary}, and @samp{troll}.  To specify this, you have to use
21433 @code{(@var{issuer} @var{conditions} @dots{})} elements in the list.
21434 Each condition is either a string (which is a regexp that matches types
21435 you want to use) or a list on the form @code{(not @var{string})}, where
21436 @var{string} is a regexp that matches types you don't want to use.
21437
21438 For instance, if you want all NoCeM messages from Chris Lewis except his
21439 @samp{troll} messages, you'd say:
21440
21441 @lisp
21442 ("clewis@@ferret.ocunix.on.ca" ".*" (not "troll"))
21443 @end lisp
21444
21445 On the other hand, if you just want nothing but his @samp{spam} and
21446 @samp{spew} messages, you'd say:
21447
21448 @lisp
21449 ("clewis@@ferret.ocunix.on.ca" (not ".*") "spew" "spam")
21450 @end lisp
21451
21452 The specs are applied left-to-right.
21453
21454
21455 @item gnus-nocem-verifyer
21456 @vindex gnus-nocem-verifyer
21457 @findex mc-verify
21458 This should be a function for verifying that the NoCeM issuer is who she
21459 says she is.  The default is @code{mc-verify}, which is a Mailcrypt
21460 function.  If this is too slow and you don't care for verification
21461 (which may be dangerous), you can set this variable to @code{nil}.
21462
21463 If you want signed NoCeM messages to be verified and unsigned messages
21464 not to be verified (but used anyway), you could do something like:
21465
21466 @lisp
21467 (setq gnus-nocem-verifyer 'my-gnus-mc-verify)
21468
21469 (defun my-gnus-mc-verify ()
21470   (not (eq 'forged
21471            (ignore-errors
21472              (if (mc-verify)
21473                  t
21474                'forged)))))
21475 @end lisp
21476
21477 This might be dangerous, though.
21478
21479 @item gnus-nocem-directory
21480 @vindex gnus-nocem-directory
21481 This is where Gnus will store its NoCeM cache files.  The default is@*
21482 @file{~/News/NoCeM/}.
21483
21484 @item gnus-nocem-expiry-wait
21485 @vindex gnus-nocem-expiry-wait
21486 The number of days before removing old NoCeM entries from the cache.
21487 The default is 15.  If you make it shorter Gnus will be faster, but you
21488 might then see old spam.
21489
21490 @item gnus-nocem-check-from
21491 @vindex gnus-nocem-check-from
21492 Non-@code{nil} means check for valid issuers in message bodies.
21493 Otherwise don't bother fetching articles unless their author matches a
21494 valid issuer; that is much faster if you are selective about the
21495 issuers.
21496
21497 @item gnus-nocem-check-article-limit
21498 @vindex gnus-nocem-check-article-limit
21499 If non-@code{nil}, the maximum number of articles to check in any NoCeM
21500 group.  NoCeM groups can be huge and very slow to process.
21501
21502 @end table
21503
21504 Using NoCeM could potentially be a memory hog.  If you have many living
21505 (i. e., subscribed or unsubscribed groups), your Emacs process will grow
21506 big.  If this is a problem, you should kill off all (or most) of your
21507 unsubscribed groups (@pxref{Subscription Commands}).
21508
21509
21510 @node Undo
21511 @section Undo
21512 @cindex undo
21513
21514 It is very useful to be able to undo actions one has done.  In normal
21515 Emacs buffers, it's easy enough---you just push the @code{undo} button.
21516 In Gnus buffers, however, it isn't that simple.
21517
21518 The things Gnus displays in its buffer is of no value whatsoever to
21519 Gnus---it's all just data designed to look nice to the user.
21520 Killing a group in the group buffer with @kbd{C-k} makes the line
21521 disappear, but that's just a side-effect of the real action---the
21522 removal of the group in question from the internal Gnus structures.
21523 Undoing something like that can't be done by the normal Emacs
21524 @code{undo} function.
21525
21526 Gnus tries to remedy this somewhat by keeping track of what the user
21527 does and coming up with actions that would reverse the actions the user
21528 takes.  When the user then presses the @code{undo} key, Gnus will run
21529 the code to reverse the previous action, or the previous actions.
21530 However, not all actions are easily reversible, so Gnus currently offers
21531 a few key functions to be undoable.  These include killing groups,
21532 yanking groups, and changing the list of read articles of groups.
21533 That's it, really.  More functions may be added in the future, but each
21534 added function means an increase in data to be stored, so Gnus will
21535 never be totally undoable.
21536
21537 @findex gnus-undo-mode
21538 @vindex gnus-use-undo
21539 @findex gnus-undo
21540 The undoability is provided by the @code{gnus-undo-mode} minor mode.  It
21541 is used if @code{gnus-use-undo} is non-@code{nil}, which is the
21542 default.  The @kbd{C-M-_} key performs the @code{gnus-undo}
21543 command, which should feel kinda like the normal Emacs @code{undo}
21544 command.
21545
21546
21547 @node Predicate Specifiers
21548 @section Predicate Specifiers
21549 @cindex predicate specifiers
21550
21551 Some Gnus variables are @dfn{predicate specifiers}.  This is a special
21552 form that allows flexible specification of predicates without having
21553 to type all that much.
21554
21555 These specifiers are lists consisting of functions, symbols and lists.
21556
21557 Here's an example:
21558
21559 @lisp
21560 (or gnus-article-unseen-p
21561     gnus-article-unread-p)
21562 @end lisp
21563
21564 The available symbols are @code{or}, @code{and} and @code{not}.  The
21565 functions all take one parameter.
21566
21567 @findex gnus-make-predicate
21568 Internally, Gnus calls @code{gnus-make-predicate} on these specifiers
21569 to create a function that can be called.  This input parameter to this
21570 function will be passed along to all the functions in the predicate
21571 specifier.
21572
21573
21574 @node Moderation
21575 @section Moderation
21576 @cindex moderation
21577
21578 If you are a moderator, you can use the @file{gnus-mdrtn.el} package.
21579 It is not included in the standard Gnus package.  Write a mail to
21580 @samp{larsi@@gnus.org} and state what group you moderate, and you'll
21581 get a copy.
21582
21583 The moderation package is implemented as a minor mode for summary
21584 buffers.  Put
21585
21586 @lisp
21587 (add-hook 'gnus-summary-mode-hook 'gnus-moderate)
21588 @end lisp
21589
21590 in your @file{~/.gnus.el} file.
21591
21592 If you are the moderator of @samp{rec.zoofle}, this is how it's
21593 supposed to work:
21594
21595 @enumerate
21596 @item
21597 You split your incoming mail by matching on
21598 @samp{Newsgroups:.*rec.zoofle}, which will put all the to-be-posted
21599 articles in some mail group---for instance, @samp{nnml:rec.zoofle}.
21600
21601 @item
21602 You enter that group once in a while and post articles using the @kbd{e}
21603 (edit-and-post) or @kbd{s} (just send unedited) commands.
21604
21605 @item
21606 If, while reading the @samp{rec.zoofle} newsgroup, you happen upon some
21607 articles that weren't approved by you, you can cancel them with the
21608 @kbd{c} command.
21609 @end enumerate
21610
21611 To use moderation mode in these two groups, say:
21612
21613 @lisp
21614 (setq gnus-moderated-list
21615       "^nnml:rec.zoofle$\\|^rec.zoofle$")
21616 @end lisp
21617
21618
21619 @node Image Enhancements
21620 @section Image Enhancements
21621
21622 XEmacs, as well as Emacs 21@footnote{Emacs 21 on MS Windows doesn't
21623 support images yet.}, is able to display pictures and stuff, so Gnus has
21624 taken advantage of that.
21625
21626 @menu
21627 * X-Face::                      Display a funky, teensy black-and-white image.
21628 * Face::                        Display a funkier, teensier colored image.
21629 * Smileys::                     Show all those happy faces the way they were meant to be shown.
21630 * Picons::                      How to display pictures of what you're reading.
21631 * XVarious::                    Other XEmacsy Gnusey variables.
21632 @end menu
21633
21634
21635 @node X-Face
21636 @subsection X-Face
21637 @cindex x-face
21638
21639 @code{X-Face} headers describe a 48x48 pixel black-and-white (1 bit
21640 depth) image that's supposed to represent the author of the message.
21641 It seems to be supported by an ever-growing number of mail and news
21642 readers.
21643
21644 @cindex x-face
21645 @findex gnus-article-display-x-face
21646 @vindex gnus-article-x-face-command
21647 @vindex gnus-article-x-face-too-ugly
21648 @iftex
21649 @iflatex
21650 \include{xface}
21651 @end iflatex
21652 @end iftex
21653 @c @anchor{X-Face}
21654
21655 Decoding an @code{X-Face} header either requires an Emacs that has
21656 @samp{compface} support (which most XEmacs versions has), or that you
21657 have @samp{compface} installed on your system.  If either is true,
21658 Gnus will default to displaying @code{X-Face} headers.
21659
21660 The variable that controls this is the
21661 @code{gnus-article-x-face-command} variable.  If this variable is a
21662 string, this string will be executed in a sub-shell.  If it is a
21663 function, this function will be called with the face as the argument.
21664 If the @code{gnus-article-x-face-too-ugly} (which is a regexp) matches
21665 the @code{From} header, the face will not be shown.
21666
21667 The default action under Emacs 20 is to fork off the @code{display}
21668 program@footnote{@code{display} is from the ImageMagick package.  For
21669 the @code{uncompface} and @code{icontopbm} programs look for a package
21670 like @code{compface} or @code{faces-xface} on a GNU/Linux system.}  to
21671 view the face.
21672
21673 Under XEmacs or Emacs 21+ with suitable image support, the default
21674 action is to display the face before the @code{From} header.  (It's
21675 nicer if XEmacs has been compiled with @code{X-Face} support---that
21676 will make display somewhat faster.  If there's no native @code{X-Face}
21677 support, Gnus will try to convert the @code{X-Face} header using
21678 external programs from the @code{pbmplus} package and
21679 friends.@footnote{On a GNU/Linux system look for packages with names
21680 like @code{netpbm}, @code{libgr-progs} and @code{compface}.})
21681
21682 (Note: @code{x-face} is used in the variable/function names, not
21683 @code{xface}).
21684
21685 Gnus provides a few convenience functions and variables to allow
21686 easier insertion of X-Face headers in outgoing messages.
21687
21688 @findex gnus-random-x-face
21689 @vindex gnus-convert-pbm-to-x-face-command
21690 @vindex gnus-x-face-directory
21691 @code{gnus-random-x-face} goes through all the @samp{pbm} files in
21692 @code{gnus-x-face-directory} and picks one at random, and then
21693 converts it to the X-Face format by using the
21694 @code{gnus-convert-pbm-to-x-face-command} shell command.  The
21695 @samp{pbm} files should be 48x48 pixels big.  It returns the X-Face
21696 header data as a string.
21697
21698 @findex gnus-insert-random-x-face-header
21699 @code{gnus-insert-random-x-face-header} calls
21700 @code{gnus-random-x-face} and inserts a @samp{X-Face} header with the
21701 randomly generated data.
21702
21703 @findex gnus-x-face-from-file
21704 @vindex gnus-convert-image-to-x-face-command
21705 @code{gnus-x-face-from-file} takes a GIF file as the parameter, and then
21706 converts the file to X-Face format by using the
21707 @code{gnus-convert-image-to-x-face-command} shell command.
21708
21709 Here's how you would typically use the first function.  Put something
21710 like the following in your @file{~/.gnus.el} file:
21711
21712 @lisp
21713 (setq message-required-news-headers
21714       (nconc message-required-news-headers
21715              (list '(X-Face . gnus-random-x-face))))
21716 @end lisp
21717
21718 Using the last function would be something like this:
21719
21720 @lisp
21721 (setq message-required-news-headers
21722       (nconc message-required-news-headers
21723              (list '(X-Face . (lambda ()
21724                                 (gnus-x-face-from-file
21725                                  "~/My-face.gif"))))))
21726 @end lisp
21727
21728
21729 @node Face
21730 @subsection Face
21731 @cindex face
21732
21733 @c #### FIXME: faces and x-faces'implementations should really be harmonized.
21734
21735 @code{Face} headers are essentially a funkier version of @code{X-Face}
21736 ones. They describe a 48x48 pixel colored image that's supposed to
21737 represent the author of the message.
21738
21739 @cindex face
21740 @findex gnus-article-display-face
21741 The contents of a @code{Face} header must be a base64 encoded PNG image.
21742 See @uref{http://quimby.gnus.org/circus/face/} for the precise
21743 specifications.
21744
21745 Gnus provides a few convenience functions and variables to allow
21746 easier insertion of Face headers in outgoing messages.
21747
21748 @findex gnus-convert-png-to-face
21749 @code{gnus-convert-png-to-face} takes a 48x48 PNG image, no longer than
21750 726 bytes long, and converts it to a face.
21751
21752 @findex gnus-face-from-file
21753 @vindex gnus-convert-image-to-face-command
21754 @code{gnus-face-from-file} takes a JPEG file as the parameter, and then
21755 converts the file to Face format by using the
21756 @code{gnus-convert-image-to-face-command} shell command.
21757
21758 Here's how you would typically use this function. Put something like the
21759 following in your @file{~/.gnus.el} file:
21760
21761 @lisp
21762 (setq message-required-news-headers
21763       (nconc message-required-news-headers
21764              (list '(Face . (lambda ()
21765                               (gnus-face-from-file "~/face.jpg"))))))
21766 @end lisp
21767
21768
21769 @node Smileys
21770 @subsection Smileys
21771 @cindex smileys
21772
21773 @iftex
21774 @iflatex
21775 \gnusfig{-3cm}{0.5cm}{\epsfig{figure=ps/BigFace,height=20cm}}
21776 \input{smiley}
21777 @end iflatex
21778 @end iftex
21779
21780 @dfn{Smiley} is a package separate from Gnus, but since Gnus is
21781 currently the only package that uses Smiley, it is documented here.
21782
21783 In short---to use Smiley in Gnus, put the following in your
21784 @file{~/.gnus.el} file:
21785
21786 @lisp
21787 (setq gnus-treat-display-smileys t)
21788 @end lisp
21789
21790 Smiley maps text smiley faces---@samp{:-)}, @samp{8-)}, @samp{:-(} and
21791 the like---to pictures and displays those instead of the text smiley
21792 faces.  The conversion is controlled by a list of regexps that matches
21793 text and maps that to file names.
21794
21795 @vindex smiley-regexp-alist
21796 The alist used is specified by the @code{smiley-regexp-alist}
21797 variable.  The first item in each element is the regexp to be matched;
21798 the second element is the regexp match group that is to be replaced by
21799 the picture; and the third element is the name of the file to be
21800 displayed.
21801
21802 The following variables customize where Smiley will look for these
21803 files:
21804
21805 @table @code
21806
21807 @item smiley-data-directory
21808 @vindex smiley-data-directory
21809 Where Smiley will look for smiley faces files.
21810
21811 @item gnus-smiley-file-types
21812 @vindex gnus-smiley-file-types
21813 List of suffixes on smiley file names to try.
21814
21815 @end table
21816
21817
21818 @node Picons
21819 @subsection Picons
21820
21821 @iftex
21822 @iflatex
21823 \include{picons}
21824 @end iflatex
21825 @end iftex
21826
21827 So@dots{}  You want to slow down your news reader even more!  This is a
21828 good way to do so.  It's also a great way to impress people staring
21829 over your shoulder as you read news.
21830
21831 What are Picons?  To quote directly from the Picons Web site:
21832
21833 @iftex
21834 @iflatex
21835 \margindex{}
21836 @end iflatex
21837 @end iftex
21838
21839 @quotation
21840 @dfn{Picons} is short for ``personal icons''.  They're small,
21841 constrained images used to represent users and domains on the net,
21842 organized into databases so that the appropriate image for a given
21843 e-mail address can be found.  Besides users and domains, there are picon
21844 databases for Usenet newsgroups and weather forecasts.  The picons are
21845 in either monochrome @code{XBM} format or color @code{XPM} and
21846 @code{GIF} formats.
21847 @end quotation
21848
21849 @vindex gnus-picon-databases
21850 For instructions on obtaining and installing the picons databases,
21851 point your Web browser at
21852 @uref{http://www.cs.indiana.edu/picons/ftp/index.html}.
21853
21854 If you are using Debian GNU/Linux, saying @samp{apt-get install
21855 picons.*} will install the picons where Gnus can find them.
21856
21857 To enable displaying picons, simply make sure that
21858 @code{gnus-picon-databases} points to the directory containing the
21859 Picons databases.
21860
21861 The following variables offer control over where things are located.
21862
21863 @table @code
21864
21865 @item gnus-picon-databases
21866 @vindex gnus-picon-databases
21867 The location of the picons database.  This is a list of directories
21868 containing the @file{news}, @file{domains}, @file{users} (and so on)
21869 subdirectories.  Defaults to @code{("/usr/lib/picon"
21870 "/usr/local/faces")}.
21871
21872 @item gnus-picon-news-directories
21873 @vindex gnus-picon-news-directories
21874 List of subdirectories to search in @code{gnus-picon-databases} for
21875 newsgroups faces.  @code{("news")} is the default.
21876
21877 @item gnus-picon-user-directories
21878 @vindex gnus-picon-user-directories
21879 List of subdirectories to search in @code{gnus-picon-databases} for user
21880 faces.  @code{("users" "usenix" "local" "misc")} is the default.
21881
21882 @item gnus-picon-domain-directories
21883 @vindex gnus-picon-domain-directories
21884 List of subdirectories to search in @code{gnus-picon-databases} for
21885 domain name faces.  Defaults to @code{("domains")}.  Some people may
21886 want to add @samp{"unknown"} to this list.
21887
21888 @item gnus-picon-file-types
21889 @vindex gnus-picon-file-types
21890 Ordered list of suffixes on picon file names to try.  Defaults to
21891 @code{("xpm" "gif" "xbm")} minus those not built-in your Emacs.
21892
21893 @end table
21894
21895
21896 @node XVarious
21897 @subsection Various XEmacs Variables
21898
21899 @table @code
21900 @item gnus-xmas-glyph-directory
21901 @vindex gnus-xmas-glyph-directory
21902 This is where Gnus will look for pictures.  Gnus will normally
21903 auto-detect this directory, but you may set it manually if you have an
21904 unusual directory structure.
21905
21906 @item gnus-xmas-logo-color-alist
21907 @vindex gnus-xmas-logo-color-alist
21908 This is an alist where the key is a type symbol and the values are the
21909 foreground and background color of the splash page glyph.
21910
21911 @item gnus-xmas-logo-color-style
21912 @vindex gnus-xmas-logo-color-style
21913 This is the key used to look up the color in the alist described above.
21914 Valid values include @code{flame}, @code{pine}, @code{moss},
21915 @code{irish}, @code{sky}, @code{tin}, @code{velvet}, @code{grape},
21916 @code{labia}, @code{berry}, @code{neutral}, and @code{september}.
21917
21918 @item gnus-xmas-modeline-glyph
21919 @vindex gnus-xmas-modeline-glyph
21920 A glyph displayed in all Gnus mode lines.  It is a tiny gnu head by
21921 default.
21922
21923 @end table
21924
21925 @subsubsection Toolbar
21926
21927 @table @code
21928
21929 @item gnus-use-toolbar
21930 @vindex gnus-use-toolbar
21931 If @code{nil}, don't display toolbars.  If non-@code{nil}, it should be
21932 one of @code{default-toolbar}, @code{top-toolbar}, @code{bottom-toolbar},
21933 @code{right-toolbar}, or @code{left-toolbar}.
21934
21935 @item gnus-group-toolbar
21936 @vindex gnus-group-toolbar
21937 The toolbar in the group buffer.
21938
21939 @item gnus-summary-toolbar
21940 @vindex gnus-summary-toolbar
21941 The toolbar in the summary buffer.
21942
21943 @item gnus-summary-mail-toolbar
21944 @vindex gnus-summary-mail-toolbar
21945 The toolbar in the summary buffer of mail groups.
21946
21947 @end table
21948
21949 @iftex
21950 @iflatex
21951 \margindex{}
21952 @end iflatex
21953 @end iftex
21954
21955
21956 @node Fuzzy Matching
21957 @section Fuzzy Matching
21958 @cindex fuzzy matching
21959
21960 Gnus provides @dfn{fuzzy matching} of @code{Subject} lines when doing
21961 things like scoring, thread gathering and thread comparison.
21962
21963 As opposed to regular expression matching, fuzzy matching is very fuzzy.
21964 It's so fuzzy that there's not even a definition of what @dfn{fuzziness}
21965 means, and the implementation has changed over time.
21966
21967 Basically, it tries to remove all noise from lines before comparing.
21968 @samp{Re: }, parenthetical remarks, white space, and so on, are filtered
21969 out of the strings before comparing the results.  This often leads to
21970 adequate results---even when faced with strings generated by text
21971 manglers masquerading as newsreaders.
21972
21973
21974 @node Thwarting Email Spam
21975 @section Thwarting Email Spam
21976 @cindex email spam
21977 @cindex spam
21978 @cindex UCE
21979 @cindex unsolicited commercial email
21980
21981 In these last days of the Usenet, commercial vultures are hanging about
21982 and grepping through news like crazy to find email addresses they can
21983 foist off their scams and products to.  As a reaction to this, many
21984 people have started putting nonsense addresses into their @code{From}
21985 lines.  I think this is counterproductive---it makes it difficult for
21986 people to send you legitimate mail in response to things you write, as
21987 well as making it difficult to see who wrote what.  This rewriting may
21988 perhaps be a bigger menace than the unsolicited commercial email itself
21989 in the end.
21990
21991 The biggest problem I have with email spam is that it comes in under
21992 false pretenses.  I press @kbd{g} and Gnus merrily informs me that I
21993 have 10 new emails.  I say ``Golly gee!  Happy is me!'' and select the
21994 mail group, only to find two pyramid schemes, seven advertisements
21995 (``New!  Miracle tonic for growing full, lustrous hair on your toes!'')
21996 and one mail asking me to repent and find some god.
21997
21998 This is annoying.  Here's what you can do about it.
21999
22000 @menu
22001 * The problem of spam::         Some background, and some solutions
22002 * Anti-Spam Basics::            Simple steps to reduce the amount of spam.
22003 * SpamAssassin::                How to use external anti-spam tools.
22004 * Hashcash::                    Reduce spam by burning CPU time.
22005 * Filtering Spam Using The Spam ELisp Package::
22006 * Filtering Spam Using Statistics with spam-stat::
22007 @end menu
22008
22009 @node The problem of spam
22010 @subsection The problem of spam
22011 @cindex email spam
22012 @cindex spam filtering approaches
22013 @cindex filtering approaches, spam
22014 @cindex UCE
22015 @cindex unsolicited commercial email
22016
22017 First, some background on spam.
22018
22019 If you have access to e-mail, you are familiar with spam (technically
22020 termed @acronym{UCE}, Unsolicited Commercial E-mail).  Simply put, it exists
22021 because e-mail delivery is very cheap compared to paper mail, so only
22022 a very small percentage of people need to respond to an UCE to make it
22023 worthwhile to the advertiser.  Ironically, one of the most common
22024 spams is the one offering a database of e-mail addresses for further
22025 spamming.  Senders of spam are usually called @emph{spammers}, but terms like
22026 @emph{vermin}, @emph{scum}, and @emph{morons} are in common use as well.
22027
22028 Spam comes from a wide variety of sources.  It is simply impossible to
22029 dispose of all spam without discarding useful messages.  A good
22030 example is the TMDA system, which requires senders
22031 unknown to you to confirm themselves as legitimate senders before
22032 their e-mail can reach you.  Without getting into the technical side
22033 of TMDA, a downside is clearly that e-mail from legitimate sources may
22034 be discarded if those sources can't or won't confirm themselves
22035 through the TMDA system.  Another problem with TMDA is that it
22036 requires its users to have a basic understanding of e-mail delivery
22037 and processing.
22038
22039 The simplest approach to filtering spam is filtering.  If you get 200
22040 spam messages per day from @samp{random-address@@vmadmin.com}, you
22041 block @samp{vmadmin.com}.  If you get 200 messages about
22042 @samp{VIAGRA}, you discard all messages with @samp{VIAGRA} in the
22043 message.  This, unfortunately, is a great way to discard legitimate
22044 e-mail.  For instance, the very informative and useful RISKS digest
22045 has been blocked by overzealous mail filters because it
22046 @strong{contained} words that were common in spam messages.
22047 Nevertheless, in isolated cases, with great care, direct filtering of
22048 mail can be useful.
22049
22050 Another approach to filtering e-mail is the distributed spam
22051 processing, for instance DCC implements such a system.  In essence,
22052 @var{N} systems around the world agree that a machine @var{X} in
22053 China, Ghana, or California is sending out spam e-mail, and these
22054 @var{N} systems enter @var{X} or the spam e-mail from @var{X} into
22055 a database.  The criteria for spam detection vary---it may be the
22056 number of messages sent, the content of the messages, and so on.  When
22057 a user of the distributed processing system wants to find out if a
22058 message is spam, he consults one of those @var{N} systems.
22059
22060 Distributed spam processing works very well against spammers that send
22061 a large number of messages at once, but it requires the user to set up
22062 fairly complicated checks.  There are commercial and free distributed
22063 spam processing systems.  Distributed spam processing has its risks as
22064 well.  For instance legitimate e-mail senders have been accused of
22065 sending spam, and their web sites have been shut down for some time
22066 because of the incident.
22067
22068 The statistical approach to spam filtering is also popular.  It is
22069 based on a statistical analysis of previous spam messages.  Usually
22070 the analysis is a simple word frequency count, with perhaps pairs of
22071 words or 3-word combinations thrown into the mix.  Statistical
22072 analysis of spam works very well in most of the cases, but it can
22073 classify legitimate e-mail as spam in some cases.  It takes time to
22074 run the analysis, the full message must be analyzed, and the user has
22075 to store the database of spam analyses.
22076
22077 @node Anti-Spam Basics
22078 @subsection Anti-Spam Basics
22079 @cindex email spam
22080 @cindex spam
22081 @cindex UCE
22082 @cindex unsolicited commercial email
22083
22084 One way of dealing with spam is having Gnus split out all spam into a
22085 @samp{spam} mail group (@pxref{Splitting Mail}).
22086
22087 First, pick one (1) valid mail address that you can be reached at, and
22088 put it in your @code{From} header of all your news articles.  (I've
22089 chosen @samp{larsi@@trym.ifi.uio.no}, but for many addresses on the form
22090 @samp{larsi+usenet@@ifi.uio.no} will be a better choice.  Ask your
22091 sysadmin whether your sendmail installation accepts keywords in the local
22092 part of the mail address.)
22093
22094 @lisp
22095 (setq message-default-news-headers
22096       "From: Lars Magne Ingebrigtsen <larsi@@trym.ifi.uio.no>\n")
22097 @end lisp
22098
22099 Then put the following split rule in @code{nnmail-split-fancy}
22100 (@pxref{Fancy Mail Splitting}):
22101
22102 @lisp
22103 (
22104  ...
22105  (to "larsi@@trym.ifi.uio.no"
22106       (| ("subject" "re:.*" "misc")
22107          ("references" ".*@@.*" "misc")
22108          "spam"))
22109  ...
22110 )
22111 @end lisp
22112
22113 This says that all mail to this address is suspect, but if it has a
22114 @code{Subject} that starts with a @samp{Re:} or has a @code{References}
22115 header, it's probably ok.  All the rest goes to the @samp{spam} group.
22116 (This idea probably comes from Tim Pierce.)
22117
22118 In addition, many mail spammers talk directly to your @acronym{SMTP} server
22119 and do not include your email address explicitly in the @code{To}
22120 header.  Why they do this is unknown---perhaps it's to thwart this
22121 thwarting scheme?  In any case, this is trivial to deal with---you just
22122 put anything not addressed to you in the @samp{spam} group by ending
22123 your fancy split rule in this way:
22124
22125 @lisp
22126 (
22127  ...
22128  (to "larsi" "misc")
22129  "spam")
22130 @end lisp
22131
22132 In my experience, this will sort virtually everything into the right
22133 group.  You still have to check the @samp{spam} group from time to time to
22134 check for legitimate mail, though.  If you feel like being a good net
22135 citizen, you can even send off complaints to the proper authorities on
22136 each unsolicited commercial email---at your leisure.
22137
22138 This works for me.  It allows people an easy way to contact me (they can
22139 just press @kbd{r} in the usual way), and I'm not bothered at all with
22140 spam.  It's a win-win situation.  Forging @code{From} headers to point
22141 to non-existent domains is yucky, in my opinion.
22142
22143
22144
22145 @node SpamAssassin
22146 @subsection SpamAssassin, Vipul's Razor, DCC, etc
22147 @cindex SpamAssassin
22148 @cindex Vipul's Razor
22149 @cindex DCC
22150
22151 The days where the hints in the previous section was sufficient in
22152 avoiding spam are coming to an end.  There are many tools out there
22153 that claim to reduce the amount of spam you get.  This section could
22154 easily become outdated fast, as new products replace old, but
22155 fortunately most of these tools seem to have similar interfaces.  Even
22156 though this section will use SpamAssassin as an example, it should be
22157 easy to adapt it to most other tools.
22158
22159 If the tool you are using is not installed on the mail server, you
22160 need to invoke it yourself.  Ideas on how to use the
22161 @code{:postscript} mail source parameter (@pxref{Mail Source
22162 Specifiers}) follow.
22163
22164 @lisp
22165 (setq mail-sources
22166       '((file :prescript "formail -bs spamassassin < /var/mail/%u")
22167         (pop :user "jrl"
22168              :server "pophost"
22169              :postscript "mv %t /tmp/foo; formail -bs spamc < /tmp/foo > %t")))
22170 @end lisp
22171
22172 Once you manage to process your incoming spool somehow, thus making
22173 the mail contain e.g.@: a header indicating it is spam, you are ready to
22174 filter it out.  Using normal split methods (@pxref{Splitting Mail}):
22175
22176 @lisp
22177 (setq nnmail-split-methods '(("spam"  "^X-Spam-Flag: YES")
22178                              ...))
22179 @end lisp
22180
22181 Or using fancy split methods (@pxref{Fancy Mail Splitting}):
22182
22183 @lisp
22184 (setq nnmail-split-methods 'nnmail-split-fancy
22185       nnmail-split-fancy '(| ("X-Spam-Flag" "YES" "spam")
22186                              ...))
22187 @end lisp
22188
22189 Some people might not like the idea of piping the mail through various
22190 programs using a @code{:prescript} (if some program is buggy, you
22191 might lose all mail).  If you are one of them, another solution is to
22192 call the external tools during splitting.  Example fancy split method:
22193
22194 @lisp
22195 (setq nnmail-split-fancy '(| (: kevin-spamassassin)
22196                              ...))
22197 (defun kevin-spamassassin ()
22198   (save-excursion
22199     (widen)
22200     (if (eq 1 (call-process-region (point-min) (point-max)
22201                                    "spamc" nil nil nil "-c"))
22202         "spam")))
22203 @end lisp
22204
22205 Note that with the nnimap backend, message bodies will not be
22206 downloaded by default.  You need to set
22207 @code{nnimap-split-download-body} to t to do that (@pxref{Splitting in
22208 IMAP}).
22209
22210 That is about it.  As some spam is likely to get through anyway, you
22211 might want to have a nifty function to call when you happen to read
22212 spam.  And here is the nifty function:
22213
22214 @lisp
22215  (defun my-gnus-raze-spam ()
22216   "Submit SPAM to Vipul's Razor, then mark it as expirable."
22217   (interactive)
22218   (gnus-summary-show-raw-article)
22219   (gnus-summary-save-in-pipe "razor-report -f -d")
22220   (gnus-summary-mark-as-expirable 1))
22221 @end lisp
22222
22223 @node Hashcash
22224 @subsection Hashcash
22225 @cindex hashcash
22226
22227 A novel technique to fight spam is to require senders to do something
22228 costly for each message they send.  This has the obvious drawback that
22229 you cannot rely on everyone in the world using this technique,
22230 since it is not part of the Internet standards, but it may be useful
22231 in smaller communities.
22232
22233 While the tools in the previous section work well in practice, they
22234 work only because the tools are constantly maintained and updated as
22235 new form of spam appears.  This means that a small percentage of spam
22236 will always get through.  It also means that somewhere, someone needs
22237 to read lots of spam to update these tools.  Hashcash avoids that, but
22238 instead requires that everyone you communicate with supports the
22239 scheme.  You can view the two approaches as pragmatic vs dogmatic.
22240 The approaches have their own advantages and disadvantages, but as
22241 often in the real world, a combination of them is stronger than either
22242 one of them separately.
22243
22244 @cindex X-Hashcash
22245 The ``something costly'' is to burn CPU time, more specifically to
22246 compute a hash collision up to a certain number of bits.  The
22247 resulting hashcash cookie is inserted in a @samp{X-Hashcash:}
22248 header.  For more details, and for the external application
22249 @code{hashcash} you need to install to use this feature, see
22250 @uref{http://www.cypherspace.org/~adam/hashcash/}.  Even more
22251 information can be found at @uref{http://www.camram.org/}.
22252
22253 If you wish to call hashcash for each message you send, say something
22254 like:
22255
22256 @lisp
22257 (require 'hashcash)
22258 (add-hook 'message-send-hook 'mail-add-payment)
22259 @end lisp
22260
22261 The @file{hashcash.el} library can be found in the Gnus development
22262 contrib directory or at
22263 @uref{http://users.actrix.gen.nz/mycroft/hashcash.el}.
22264
22265 You will need to set up some additional variables as well:
22266
22267 @table @code
22268
22269 @item hashcash-default-payment
22270 @vindex hashcash-default-payment
22271 This variable indicates the default number of bits the hash collision
22272 should consist of.  By default this is 0, meaning nothing will be
22273 done.  Suggested useful values include 17 to 29.
22274
22275 @item hashcash-payment-alist
22276 @vindex hashcash-payment-alist
22277 Some receivers may require you to spend burn more CPU time than the
22278 default.  This variable contains a list of @samp{(@var{addr}
22279 @var{amount})} cells, where @var{addr} is the receiver (email address
22280 or newsgroup) and @var{amount} is the number of bits in the collision
22281 that is needed.  It can also contain @samp{(@var{addr} @var{string}
22282 @var{amount})} cells, where the @var{string} is the string to use
22283 (normally the email address or newsgroup name is used).
22284
22285 @item hashcash
22286 @vindex hashcash
22287 Where the @code{hashcash} binary is installed.
22288
22289 @end table
22290
22291 Currently there is no built in functionality in Gnus to verify
22292 hashcash cookies, it is expected that this is performed by your hand
22293 customized mail filtering scripts.  Improvements in this area would be
22294 a useful contribution, however.
22295
22296 @node Filtering Spam Using The Spam ELisp Package
22297 @subsection Filtering Spam Using The Spam ELisp Package
22298 @cindex spam filtering
22299 @cindex spam
22300
22301 The idea behind @file{spam.el} is to have a control center for spam detection
22302 and filtering in Gnus.  To that end, @file{spam.el} does two things: it
22303 filters incoming mail, and it analyzes mail known to be spam or ham.
22304 @dfn{Ham} is the name used throughout @file{spam.el} to indicate
22305 non-spam messages.
22306
22307 First of all, you @strong{must} run the function
22308 @code{spam-initialize} to autoload @code{spam.el} and to install the
22309 @code{spam.el} hooks:
22310
22311 @example
22312 (spam-initialize)
22313 @end example
22314
22315 So, what happens when you load @file{spam.el}?  
22316
22317 You get the following keyboard commands:
22318
22319 @table @kbd
22320
22321 @item M-d
22322 @itemx M s x
22323 @itemx S x
22324 @kindex M-d
22325 @kindex S x
22326 @kindex M s x
22327 @findex gnus-summary-mark-as-spam
22328 @code{gnus-summary-mark-as-spam}.
22329
22330 Mark current article as spam, showing it with the @samp{$} mark.
22331 Whenever you see a spam article, make sure to mark its summary line
22332 with @kbd{M-d} before leaving the group.  This is done automatically
22333 for unread articles in @emph{spam} groups.
22334
22335 @item M s t
22336 @itemx S t
22337 @kindex M s t
22338 @kindex S t
22339 @findex spam-bogofilter-score
22340 @code{spam-bogofilter-score}.
22341
22342 You must have Bogofilter installed for that command to work properly.
22343
22344 @xref{Bogofilter}.
22345
22346 @end table
22347
22348 Also, when you load @file{spam.el}, you will be able to customize its
22349 variables.  Try @code{customize-group} on the @samp{spam} variable
22350 group.
22351
22352 @vindex gnus-spam-process-newsgroups
22353 The concepts of ham processors and spam processors are very important.
22354 Ham processors and spam processors for a group can be set with the
22355 @code{spam-process} group parameter, or the
22356 @code{gnus-spam-process-newsgroups} variable.  Ham processors take
22357 mail known to be non-spam (@emph{ham}) and process it in some way so
22358 that later similar mail will also be considered non-spam.  Spam
22359 processors take mail known to be spam and process it so similar spam
22360 will be detected later.
22361
22362 @vindex gnus-spam-newsgroup-contents
22363 Gnus learns from the spam you get.  You have to collect your spam in
22364 one or more spam groups, and set or customize the variable
22365 @code{spam-junk-mailgroups} as appropriate.  You can also declare
22366 groups to contain spam by setting their group parameter
22367 @code{spam-contents} to @code{gnus-group-spam-classification-spam}, or
22368 by customizing the corresponding variable
22369 @code{gnus-spam-newsgroup-contents}.  The @code{spam-contents} group
22370 parameter and the @code{gnus-spam-newsgroup-contents} variable can
22371 also be used to declare groups as @emph{ham} groups if you set their
22372 classification to @code{gnus-group-spam-classification-ham}.  If
22373 groups are not classified by means of @code{spam-junk-mailgroups},
22374 @code{spam-contents}, or @code{gnus-spam-newsgroup-contents}, they are
22375 considered @emph{unclassified}.  All groups are unclassified by
22376 default.
22377
22378 @vindex gnus-spam-mark
22379 @cindex $
22380 In spam groups, all messages are considered to be spam by default:
22381 they get the @samp{$} mark (@code{gnus-spam-mark}) when you enter the
22382 group.  If you have seen a message, had it marked as spam, then
22383 unmarked it, it won't be marked as spam when you enter the group
22384 thereafter.  You can disable that behavior, so all unread messages
22385 will get the @samp{$} mark, if you set the
22386 @code{spam-mark-only-unseen-as-spam} parameter to @code{nil}.  You
22387 should remove the @samp{$} mark when you are in the group summary
22388 buffer for every message that is not spam after all.  To remove the
22389 @samp{$} mark, you can use @kbd{M-u} to ``unread'' the article, or
22390 @kbd{d} for declaring it read the non-spam way.  When you leave a
22391 group, all spam-marked (@samp{$}) articles are sent to a spam
22392 processor which will study them as spam samples.
22393
22394 Messages may also be deleted in various other ways, and unless
22395 @code{ham-marks} group parameter gets overridden below, marks @samp{R}
22396 and @samp{r} for default read or explicit delete, marks @samp{X} and
22397 @samp{K} for automatic or explicit kills, as well as mark @samp{Y} for
22398 low scores, are all considered to be associated with articles which
22399 are not spam.  This assumption might be false, in particular if you
22400 use kill files or score files as means for detecting genuine spam, you
22401 should then adjust the @code{ham-marks} group parameter.
22402
22403 @defvar ham-marks
22404 You can customize this group or topic parameter to be the list of
22405 marks you want to consider ham.  By default, the list contains the
22406 deleted, read, killed, kill-filed, and low-score marks.
22407 @end defvar
22408
22409 @defvar spam-marks
22410 You can customize this group or topic parameter to be the list of
22411 marks you want to consider spam.  By default, the list contains only
22412 the spam mark.
22413 @end defvar
22414
22415 When you leave @emph{any} group, regardless of its
22416 @code{spam-contents} classification, all spam-marked articles are sent
22417 to a spam processor, which will study these as spam samples.  If you
22418 explicit kill a lot, you might sometimes end up with articles marked
22419 @samp{K} which you never saw, and which might accidentally contain
22420 spam.  Best is to make sure that real spam is marked with @samp{$},
22421 and nothing else.
22422
22423 @vindex gnus-ham-process-destinations
22424 When you leave a @emph{spam} group, all spam-marked articles are
22425 marked as expired after processing with the spam processor.  This is
22426 not done for @emph{unclassified} or @emph{ham} groups.  Also, any
22427 @strong{ham} articles in a spam group will be moved to a location
22428 determined by either the @code{ham-process-destination} group
22429 parameter or a match in the @code{gnus-ham-process-destinations}
22430 variable, which is a list of regular expressions matched with group
22431 names (it's easiest to customize this variable with
22432 @code{customize-variable gnus-ham-process-destinations}).  The ultimate
22433 location is a group name.  If the @code{ham-process-destination}
22434 parameter is not set, ham articles are left in place.  If the
22435 @code{spam-mark-ham-unread-before-move-from-spam-group} parameter is
22436 set, the ham articles are marked as unread before being moved.
22437
22438 When you leave a @emph{ham} group, all ham-marked articles are sent to
22439 a ham processor, which will study these as non-spam samples.
22440
22441 @vindex spam-process-ham-in-spam-groups
22442 By default the variable @code{spam-process-ham-in-spam-groups} is
22443 @code{nil}.  Set it to @code{t} if you want ham found in spam groups
22444 to be processed.  Normally this is not done, you are expected instead
22445 to send your ham to a ham group and process it there.
22446
22447 @vindex spam-process-ham-in-nonham-groups
22448 By default the variable @code{spam-process-ham-in-nonham-groups} is
22449 @code{nil}.  Set it to @code{t} if you want ham found in non-ham (spam
22450 or unclassified) groups to be processed.  Normally this is not done,
22451 you are expected instead to send your ham to a ham group and process
22452 it there.
22453
22454 @vindex gnus-spam-process-destinations
22455 When you leave a @emph{ham} or @emph{unclassified} group, all
22456 @strong{spam} articles are moved to a location determined by either
22457 the @code{spam-process-destination} group parameter or a match in the
22458 @code{gnus-spam-process-destinations} variable, which is a list of
22459 regular expressions matched with group names (it's easiest to
22460 customize this variable with @code{customize-variable
22461 gnus-spam-process-destinations}).  The ultimate location is a group
22462 name.  If the @code{spam-process-destination} parameter is not set,
22463 the spam articles are only expired.
22464
22465 To use the @file{spam.el} facilities for incoming mail filtering, you
22466 must add the following to your fancy split list
22467 @code{nnmail-split-fancy} or @code{nnimap-split-fancy}:
22468
22469 @example
22470 (: spam-split)
22471 @end example
22472
22473 Note that the fancy split may be called @code{nnmail-split-fancy} or
22474 @code{nnimap-split-fancy}, depending on whether you use the nnmail or
22475 nnimap back ends to retrieve your mail.
22476
22477 The @code{spam-split} function will process incoming mail and send the
22478 mail considered to be spam into the group name given by the variable
22479 @code{spam-split-group}.  By default that group name is @samp{spam},
22480 but you can customize @code{spam-split-group}.
22481
22482 You can also give @code{spam-split} a parameter,
22483 e.g. @samp{'spam-use-regex-headers}.  Why is this useful?
22484
22485 Take these split rules (with @code{spam-use-regex-headers} and
22486 @code{spam-use-blackholes} set):
22487
22488 @example
22489  nnimap-split-fancy '(|
22490                       (any "ding" "ding")
22491                       (: spam-split)
22492                       ;; default mailbox
22493                       "mail")
22494 @end example
22495
22496 Now, the problem is that you want all ding messages to make it to the
22497 ding folder.  But that will let obvious spam (for example, spam
22498 detected by SpamAssassin, and @code{spam-use-regex-headers}) through,
22499 when it's sent to the ding list.  On the other hand, some messages to
22500 the ding list are from a mail server in the blackhole list, so the
22501 invocation of @code{spam-split} can't be before the ding rule.
22502
22503 You can let SpamAssassin headers supersede ding rules, but all other
22504 @code{spam-split} rules (including a second invocation of the
22505 regex-headers check) will be after the ding rule:
22506
22507 @example
22508  nnimap-split-fancy '(|
22509                       (: spam-split 'spam-use-regex-headers)
22510                       (any "ding" "ding")
22511                       (: spam-split)
22512                       ;; default mailbox
22513                       "mail")
22514 @end example
22515
22516 Basically, this lets you invoke specific @code{spam-split} checks
22517 depending on your particular needs.  You don't have to throw all mail
22518 into all the spam tests.  Another reason why this is nice is that
22519 messages to mailing lists you have rules for don't have to have
22520 resource-intensive blackhole checks performed on them.  You could also
22521 specify different spam checks for your nnmail split vs. your nnimap
22522 split.  Go crazy.
22523
22524 You still have to have specific checks such as
22525 @code{spam-use-regex-headers} set to @code{t}, even if you specifically
22526 invoke @code{spam-split} with the check.  The reason is that when
22527 loading @file{spam.el}, some conditional loading is done depending on
22528 what @code{spam-use-xyz} variables you have set.
22529
22530 @emph{Note for IMAP users}
22531
22532 The boolean variable @code{nnimap-split-download-body} needs to be
22533 set, if you want to split based on the whole message instead of just
22534 the headers.  By default, the nnimap back end will only retrieve the
22535 message headers.  If you use @code{spam-check-bogofilter},
22536 @code{spam-check-ifile}, or @code{spam-check-stat} (the splitters that
22537 can benefit from the full message body), you should set this variable.
22538 It is not set by default because it will slow @acronym{IMAP} down, and
22539 that is not an appropriate decision to make on behalf of the user.
22540
22541 @xref{Splitting in IMAP}.
22542
22543 @emph{TODO: Currently, spam.el only supports insertion of articles
22544 into a back end.  There is no way to tell spam.el that an article is no
22545 longer spam or ham.}
22546
22547 @emph{TODO: spam.el needs to provide a uniform way of training all the
22548 statistical databases.  Some have that functionality built-in, others
22549 don't.}
22550
22551 The following are the methods you can use to control the behavior of
22552 @code{spam-split} and their corresponding spam and ham processors:
22553
22554 @menu
22555 * Blacklists and Whitelists::
22556 * BBDB Whitelists::
22557 * Gmane Spam Reporting::
22558 * Anti-spam Hashcash Payments::
22559 * Blackholes::
22560 * Regular Expressions Header Matching::
22561 * Bogofilter::
22562 * ifile spam filtering::
22563 * spam-stat spam filtering::
22564 * SpamOracle::
22565 * Extending the spam elisp package::
22566 @end menu
22567
22568 @node Blacklists and Whitelists
22569 @subsubsection Blacklists and Whitelists
22570 @cindex spam filtering
22571 @cindex whitelists, spam filtering
22572 @cindex blacklists, spam filtering
22573 @cindex spam
22574
22575 @defvar spam-use-blacklist
22576
22577 Set this variable to @code{t} if you want to use blacklists when
22578 splitting incoming mail.  Messages whose senders are in the blacklist
22579 will be sent to the @code{spam-split-group}.  This is an explicit
22580 filter, meaning that it acts only on mail senders @emph{declared} to
22581 be spammers.
22582
22583 @end defvar
22584
22585 @defvar spam-use-whitelist
22586
22587 Set this variable to @code{t} if you want to use whitelists when
22588 splitting incoming mail.  Messages whose senders are not in the
22589 whitelist will be sent to the next spam-split rule.  This is an
22590 explicit filter, meaning that unless someone is in the whitelist, their
22591 messages are not assumed to be spam or ham.
22592
22593 @end defvar
22594
22595 @defvar spam-use-whitelist-exclusive
22596
22597 Set this variable to @code{t} if you want to use whitelists as an
22598 implicit filter, meaning that every message will be considered spam
22599 unless the sender is in the whitelist.  Use with care.
22600
22601 @end defvar
22602
22603 @defvar gnus-group-spam-exit-processor-blacklist
22604
22605 Add this symbol to a group's @code{spam-process} parameter by
22606 customizing the group parameters or the
22607 @code{gnus-spam-process-newsgroups} variable.  When this symbol is
22608 added to a group's @code{spam-process} parameter, the senders of
22609 spam-marked articles will be added to the blacklist.
22610
22611 @end defvar
22612
22613 @defvar gnus-group-ham-exit-processor-whitelist
22614
22615 Add this symbol to a group's @code{spam-process} parameter by
22616 customizing the group parameters or the
22617 @code{gnus-spam-process-newsgroups} variable.  When this symbol is
22618 added to a group's @code{spam-process} parameter, the senders of
22619 ham-marked articles in @emph{ham} groups will be added to the
22620 whitelist.  Note that this ham processor has no effect in @emph{spam}
22621 or @emph{unclassified} groups.
22622
22623 @end defvar
22624
22625 Blacklists are lists of regular expressions matching addresses you
22626 consider to be spam senders.  For instance, to block mail from any
22627 sender at @samp{vmadmin.com}, you can put @samp{vmadmin.com} in your
22628 blacklist.  You start out with an empty blacklist.  Blacklist entries
22629 use the Emacs regular expression syntax.
22630
22631 Conversely, whitelists tell Gnus what addresses are considered
22632 legitimate.  All messages from whitelisted addresses are considered
22633 non-spam.  Also see @ref{BBDB Whitelists}.  Whitelist entries use the
22634 Emacs regular expression syntax.
22635
22636 The blacklist and whitelist file locations can be customized with the
22637 @code{spam-directory} variable (@file{~/News/spam} by default), or
22638 the @code{spam-whitelist} and @code{spam-blacklist} variables
22639 directly.  The whitelist and blacklist files will by default be in the
22640 @code{spam-directory} directory, named @file{whitelist} and
22641 @file{blacklist} respectively.
22642
22643 @node BBDB Whitelists
22644 @subsubsection BBDB Whitelists
22645 @cindex spam filtering
22646 @cindex BBDB whitelists, spam filtering
22647 @cindex BBDB, spam filtering
22648 @cindex spam
22649
22650 @defvar spam-use-BBDB
22651
22652 Analogous to @code{spam-use-whitelist} (@pxref{Blacklists and
22653 Whitelists}), but uses the BBDB as the source of whitelisted
22654 addresses, without regular expressions.  You must have the BBDB loaded
22655 for @code{spam-use-BBDB} to work properly.  Messages whose senders are
22656 not in the BBDB will be sent to the next spam-split rule.  This is an
22657 explicit filter, meaning that unless someone is in the BBDB, their
22658 messages are not assumed to be spam or ham.
22659
22660 @end defvar
22661
22662 @defvar spam-use-BBDB-exclusive
22663
22664 Set this variable to @code{t} if you want to use the BBDB as an
22665 implicit filter, meaning that every message will be considered spam
22666 unless the sender is in the BBDB.  Use with care.  Only sender
22667 addresses in the BBDB will be allowed through; all others will be
22668 classified as spammers.
22669
22670 @end defvar
22671
22672 @defvar gnus-group-ham-exit-processor-BBDB
22673
22674 Add this symbol to a group's @code{spam-process} parameter by
22675 customizing the group parameters or the
22676 @code{gnus-spam-process-newsgroups} variable.  When this symbol is
22677 added to a group's @code{spam-process} parameter, the senders of
22678 ham-marked articles in @emph{ham} groups will be added to the
22679 BBDB.  Note that this ham processor has no effect in @emph{spam}
22680 or @emph{unclassified} groups.
22681
22682 @end defvar
22683
22684 @node Gmane Spam Reporting
22685 @subsubsection Gmane Spam Reporting
22686 @cindex spam reporting
22687 @cindex Gmane, spam reporting
22688 @cindex Gmane, spam reporting
22689 @cindex spam
22690
22691 @defvar gnus-group-spam-exit-processor-report-gmane
22692
22693 Add this symbol to a group's @code{spam-process} parameter by
22694 customizing the group parameters or the
22695 @code{gnus-spam-process-newsgroups} variable.  When this symbol is
22696 added to a group's @code{spam-process} parameter, the spam-marked
22697 articles groups will be reported to the Gmane administrators via a
22698 HTTP request.
22699
22700 Gmane can be found at @uref{http://gmane.org}.
22701
22702 @end defvar
22703
22704 @defvar spam-report-gmane-use-article-number
22705
22706 This variable is @code{t} by default.  Set it to @code{nil} if you are
22707 running your own news server, for instance, and the local article
22708 numbers don't correspond to the Gmane article numbers.  When
22709 @code{spam-report-gmane-use-article-number} is @code{nil},
22710 @code{spam-report.el} will use the @code{X-Report-Spam} header that
22711 Gmane provides.
22712
22713 @end defvar
22714
22715 @node Anti-spam Hashcash Payments
22716 @subsubsection Anti-spam Hashcash Payments
22717 @cindex spam filtering
22718 @cindex hashcash, spam filtering
22719 @cindex spam
22720
22721 @defvar spam-use-hashcash
22722
22723 Similar to @code{spam-use-whitelist} (@pxref{Blacklists and
22724 Whitelists}), but uses hashcash tokens for whitelisting messages
22725 instead of the sender address.  You must have the @code{hashcash.el}
22726 package loaded for @code{spam-use-hashcash} to work properly.
22727 Messages without a hashcash payment token will be sent to the next
22728 spam-split rule.  This is an explicit filter, meaning that unless a
22729 hashcash token is found, the messages are not assumed to be spam or
22730 ham.
22731
22732 @end defvar
22733
22734 @node Blackholes
22735 @subsubsection Blackholes
22736 @cindex spam filtering
22737 @cindex blackholes, spam filtering
22738 @cindex spam
22739
22740 @defvar spam-use-blackholes
22741
22742 This option is disabled by default.  You can let Gnus consult the
22743 blackhole-type distributed spam processing systems (DCC, for instance)
22744 when you set this option.  The variable @code{spam-blackhole-servers}
22745 holds the list of blackhole servers Gnus will consult.  The current
22746 list is fairly comprehensive, but make sure to let us know if it
22747 contains outdated servers.
22748
22749 The blackhole check uses the @code{dig.el} package, but you can tell
22750 @file{spam.el} to use @code{dns.el} instead for better performance if
22751 you set @code{spam-use-dig} to @code{nil}.  It is not recommended at
22752 this time to set @code{spam-use-dig} to @code{nil} despite the
22753 possible performance improvements, because some users may be unable to
22754 use it, but you can try it and see if it works for you.
22755
22756 @end defvar
22757
22758 @defvar spam-blackhole-servers
22759
22760 The list of servers to consult for blackhole checks.
22761
22762 @end defvar
22763
22764 @defvar spam-blackhole-good-server-regex
22765
22766 A regular expression for IPs that should not be checked against the
22767 blackhole server list.  When set to @code{nil}, it has no effect.
22768
22769 @end defvar
22770
22771 @defvar spam-use-dig
22772
22773 Use the @code{dig.el} package instead of the @code{dns.el} package.
22774 The default setting of @code{t} is recommended.
22775
22776 @end defvar
22777
22778 Blackhole checks are done only on incoming mail.  There is no spam or
22779 ham processor for blackholes.
22780
22781 @node Regular Expressions Header Matching
22782 @subsubsection Regular Expressions Header Matching
22783 @cindex spam filtering
22784 @cindex regular expressions header matching, spam filtering
22785 @cindex spam
22786
22787 @defvar spam-use-regex-headers
22788
22789 This option is disabled by default.  You can let Gnus check the
22790 message headers against lists of regular expressions when you set this
22791 option.  The variables @code{spam-regex-headers-spam} and
22792 @code{spam-regex-headers-ham} hold the list of regular expressions.
22793 Gnus will check against the message headers to determine if the
22794 message is spam or ham, respectively.
22795
22796 @end defvar
22797
22798 @defvar spam-regex-headers-spam
22799
22800 The list of regular expressions that, when matched in the headers of
22801 the message, positively identify it as spam.
22802
22803 @end defvar
22804
22805 @defvar spam-regex-headers-ham
22806
22807 The list of regular expressions that, when matched in the headers of
22808 the message, positively identify it as ham.
22809
22810 @end defvar
22811
22812 Regular expression header checks are done only on incoming mail.
22813 There is no specific spam or ham processor for regular expressions.
22814
22815 @node Bogofilter
22816 @subsubsection Bogofilter
22817 @cindex spam filtering
22818 @cindex bogofilter, spam filtering
22819 @cindex spam
22820
22821 @defvar spam-use-bogofilter
22822
22823 Set this variable if you want @code{spam-split} to use Eric Raymond's
22824 speedy Bogofilter.
22825
22826 With a minimum of care for associating the @samp{$} mark for spam
22827 articles only, Bogofilter training all gets fairly automatic.  You
22828 should do this until you get a few hundreds of articles in each
22829 category, spam or not.  The command @kbd{S t} in summary mode, either
22830 for debugging or for curiosity, shows the @emph{spamicity} score of
22831 the current article (between 0.0 and 1.0).
22832
22833 Bogofilter determines if a message is spam based on a specific
22834 threshold.  That threshold can be customized, consult the Bogofilter
22835 documentation.
22836
22837 If the @code{bogofilter} executable is not in your path, Bogofilter
22838 processing will be turned off.
22839
22840 You should not enable this if you use @code{spam-use-bogofilter-headers}.
22841
22842 @end defvar
22843
22844 @defvar spam-use-bogofilter-headers
22845
22846 Set this variable if you want @code{spam-split} to use Eric Raymond's
22847 speedy Bogofilter, looking only at the message headers.  It works
22848 similarly to @code{spam-use-bogofilter}, but the @code{X-Bogosity} header
22849 must be in the message already.  Normally you would do this with a
22850 procmail recipe or something similar; consult the Bogofilter
22851 installation documents for details.
22852
22853 You should not enable this if you use @code{spam-use-bogofilter}.
22854
22855 @end defvar
22856
22857 @defvar gnus-group-spam-exit-processor-bogofilter
22858 Add this symbol to a group's @code{spam-process} parameter by
22859 customizing the group parameters or the
22860 @code{gnus-spam-process-newsgroups} variable.  When this symbol is
22861 added to a group's @code{spam-process} parameter, spam-marked articles
22862 will be added to the Bogofilter spam database.
22863 @end defvar
22864
22865 @defvar gnus-group-ham-exit-processor-bogofilter
22866 Add this symbol to a group's @code{spam-process} parameter by
22867 customizing the group parameters or the
22868 @code{gnus-spam-process-newsgroups} variable.  When this symbol is
22869 added to a group's @code{spam-process} parameter, the ham-marked
22870 articles in @emph{ham} groups will be added to the Bogofilter database
22871 of non-spam messages.  Note that this ham processor has no effect in
22872 @emph{spam} or @emph{unclassified} groups.
22873 @end defvar
22874
22875 @defvar spam-bogofilter-database-directory
22876
22877 This is the directory where Bogofilter will store its databases.  It
22878 is not specified by default, so Bogofilter will use its own default
22879 database directory.
22880
22881 @end defvar
22882
22883 The Bogofilter mail classifier is similar to @command{ifile} in intent and
22884 purpose.  A ham and a spam processor are provided, plus the
22885 @code{spam-use-bogofilter} and @code{spam-use-bogofilter-headers}
22886 variables to indicate to spam-split that Bogofilter should either be
22887 used, or has already been used on the article.  The 0.9.2.1 version of
22888 Bogofilter was used to test this functionality.
22889
22890 @node ifile spam filtering
22891 @subsubsection ifile spam filtering
22892 @cindex spam filtering
22893 @cindex ifile, spam filtering
22894 @cindex spam
22895
22896 @defvar spam-use-ifile
22897
22898 Enable this variable if you want @code{spam-split} to use @command{ifile}, a
22899 statistical analyzer similar to Bogofilter.
22900
22901 @end defvar
22902
22903 @defvar spam-ifile-all-categories
22904
22905 Enable this variable if you want @code{spam-use-ifile} to give you all
22906 the ifile categories, not just spam/non-spam.  If you use this, make
22907 sure you train ifile as described in its documentation.
22908
22909 @end defvar
22910
22911 @defvar spam-ifile-spam-category
22912
22913 This is the category of spam messages as far as ifile is concerned.
22914 The actual string used is irrelevant, but you probably want to leave
22915 the default value of @samp{spam}.
22916 @end defvar
22917
22918 @defvar spam-ifile-database-path
22919
22920 This is the filename for the ifile database.  It is not specified by
22921 default, so ifile will use its own default database name.
22922
22923 @end defvar
22924
22925 The ifile mail classifier is similar to Bogofilter in intent and
22926 purpose.  A ham and a spam processor are provided, plus the
22927 @code{spam-use-ifile} variable to indicate to spam-split that ifile
22928 should be used.  The 1.2.1 version of ifile was used to test this
22929 functionality.
22930
22931 @node spam-stat spam filtering
22932 @subsubsection spam-stat spam filtering
22933 @cindex spam filtering
22934 @cindex spam-stat, spam filtering
22935 @cindex spam-stat
22936 @cindex spam
22937
22938 @xref{Filtering Spam Using Statistics with spam-stat}.
22939
22940 @defvar spam-use-stat
22941
22942 Enable this variable if you want @code{spam-split} to use
22943 spam-stat.el, an Emacs Lisp statistical analyzer.
22944
22945 @end defvar
22946
22947 @defvar gnus-group-spam-exit-processor-stat
22948 Add this symbol to a group's @code{spam-process} parameter by
22949 customizing the group parameters or the
22950 @code{gnus-spam-process-newsgroups} variable.  When this symbol is
22951 added to a group's @code{spam-process} parameter, the spam-marked
22952 articles will be added to the spam-stat database of spam messages.
22953 @end defvar
22954
22955 @defvar gnus-group-ham-exit-processor-stat
22956 Add this symbol to a group's @code{spam-process} parameter by
22957 customizing the group parameters or the
22958 @code{gnus-spam-process-newsgroups} variable.  When this symbol is
22959 added to a group's @code{spam-process} parameter, the ham-marked
22960 articles in @emph{ham} groups will be added to the spam-stat database
22961 of non-spam messages.  Note that this ham processor has no effect in
22962 @emph{spam} or @emph{unclassified} groups.
22963 @end defvar
22964
22965 This enables @file{spam.el} to cooperate with @file{spam-stat.el}.
22966 @file{spam-stat.el} provides an internal (Lisp-only) spam database,
22967 which unlike ifile or Bogofilter does not require external programs.
22968 A spam and a ham processor, and the @code{spam-use-stat} variable for
22969 @code{spam-split} are provided.
22970
22971 @node SpamOracle
22972 @subsubsection Using SpamOracle with Gnus
22973 @cindex spam filtering
22974 @cindex SpamOracle
22975 @cindex spam
22976
22977 An easy way to filter out spam is to use SpamOracle.  SpamOracle is an
22978 statistical mail filtering tool written by Xavier Leroy and needs to be
22979 installed separately.
22980
22981 There are several ways to use SpamOracle with Gnus.  In all cases, your
22982 mail is piped through SpamOracle in its @emph{mark} mode.  SpamOracle will
22983 then enter an @samp{X-Spam} header indicating whether it regards the
22984 mail as a spam mail or not.
22985
22986 One possibility is to run SpamOracle as a @code{:prescript} from the
22987 @xref{Mail Source Specifiers}, (@pxref{SpamAssassin}).  This method has
22988 the advantage that the user can see the @emph{X-Spam} headers.
22989
22990 The easiest method is to make @file{spam.el} (@pxref{Filtering Spam
22991 Using The Spam ELisp Package}) call SpamOracle.
22992
22993 @vindex spam-use-spamoracle
22994 To enable SpamOracle usage by @file{spam.el}, set the variable
22995 @code{spam-use-spamoracle} to @code{t} and configure the
22996 @code{nnmail-split-fancy} or @code{nnimap-split-fancy} as described in
22997 the section @xref{Filtering Spam Using The Spam ELisp Package}.  In
22998 this example the @samp{INBOX} of an nnimap server is filtered using
22999 SpamOracle.  Mails recognized as spam mails will be moved to
23000 @code{spam-split-group}, @samp{Junk} in this case.  Ham messages stay
23001 in @samp{INBOX}:
23002
23003 @example
23004 (setq spam-use-spamoracle t
23005       spam-split-group "Junk"
23006       nnimap-split-inbox '("INBOX")
23007       nnimap-split-rule 'nnimap-split-fancy
23008       nnimap-split-fancy '(| (: spam-split) "INBOX"))
23009 @end example
23010
23011 @defvar spam-use-spamoracle
23012 Set to @code{t} if you want Gnus to enable spam filtering using
23013 SpamOracle.
23014 @end defvar
23015
23016 @defvar spam-spamoracle-binary
23017 Gnus uses the SpamOracle binary called @file{spamoracle} found in the
23018 user's PATH.  Using the variable @code{spam-spamoracle-binary}, this
23019 can be customized.
23020 @end defvar
23021
23022 @defvar spam-spamoracle-database
23023 By default, SpamOracle uses the file @file{~/.spamoracle.db} as a database to
23024 store its analyses.  This is controlled by the variable
23025 @code{spam-spamoracle-database} which defaults to @code{nil}.  That means
23026 the default SpamOracle database will be used.  In case you want your
23027 database to live somewhere special, set
23028 @code{spam-spamoracle-database} to this path.
23029 @end defvar
23030
23031 SpamOracle employs a statistical algorithm to determine whether a
23032 message is spam or ham.  In order to get good results, meaning few
23033 false hits or misses, SpamOracle needs training.  SpamOracle learns the
23034 characteristics of your spam mails.  Using the @emph{add} mode
23035 (training mode) one has to feed good (ham) and spam mails to
23036 SpamOracle.  This can be done by pressing @kbd{|} in the Summary buffer
23037 and pipe the mail to a SpamOracle process or using @file{spam.el}'s
23038 spam- and ham-processors, which is much more convenient.  For a
23039 detailed description of spam- and ham-processors, @xref{Filtering Spam
23040 Using The Spam ELisp Package}.
23041
23042 @defvar gnus-group-spam-exit-processor-spamoracle
23043 Add this symbol to a group's @code{spam-process} parameter by
23044 customizing the group parameter or the
23045 @code{gnus-spam-process-newsgroups} variable.  When this symbol is added
23046 to a group's @code{spam-process} parameter, spam-marked articles will be
23047 sent to SpamOracle as spam samples.
23048 @end defvar
23049
23050 @defvar gnus-group-ham-exit-processor-spamoracle
23051 Add this symbol to a group's @code{spam-process} parameter by
23052 customizing the group parameter or the
23053 @code{gnus-spam-process-newsgroups} variable.  When this symbol is added
23054 to a grup's @code{spam-process} parameter, the ham-marked articles in
23055 @emph{ham} groups will be sent to the SpamOracle as samples of ham
23056 messages.  Note that this ham processor has no effect in @emph{spam} or
23057 @emph{unclassified} groups.
23058 @end defvar
23059
23060 @emph{Example:} These are the Group Parameters of an group that has been
23061 classified as a ham group, meaning that it should only contain ham
23062 messages.
23063 @example
23064  ((spam-contents gnus-group-spam-classification-ham)
23065   (spam-process
23066    (gnus-group-spam-exit-processor-spamoracle)))
23067 @end example
23068 For this group the @code{gnus-group-spam-exit-processor-spamoracle} is
23069 installed.  If the group contains spam message (e.g. because SpamOracle
23070 has not had enough sample messages yet) and the user marks some
23071 messages as spam messages, these messages will be processed by
23072 @code{gnus-group-spam-exit-processor-spamoracle}.  This processor sends
23073 the messages to SpamOracle as new samples for spam.
23074
23075 @node Extending the spam elisp package
23076 @subsubsection Extending the spam elisp package
23077 @cindex spam filtering
23078 @cindex spam elisp package, extending
23079 @cindex extending the spam elisp package
23080
23081 Say you want to add a new back end called blackbox.  For filtering
23082 incoming mail, provide the following:
23083
23084 @enumerate
23085
23086 @item
23087 code
23088
23089 @lisp
23090 (defvar spam-use-blackbox nil
23091   "True if blackbox should be used.")
23092 @end lisp
23093
23094 Add
23095 @example
23096     (spam-use-blackbox   . spam-check-blackbox)
23097 @end example
23098 to @code{spam-list-of-checks}.
23099
23100 @item
23101 functionality
23102
23103 Write the @code{spam-check-blackbox} function.  It should return
23104 @samp{nil} or @code{spam-split-group}.  See the existing
23105 @code{spam-check-*} functions for examples of what you can do.
23106
23107 Make sure to add @code{spam-use-blackbox} to
23108 @code{spam-list-of-statistical-checks} if Blackbox is a statistical
23109 mail analyzer that needs the full message body to operate.
23110
23111 @end enumerate
23112
23113 For processing spam and ham messages, provide the following:
23114
23115 @enumerate
23116
23117 @item
23118 code
23119
23120 Note you don't have to provide a spam or a ham processor.  Only
23121 provide them if Blackbox supports spam or ham processing.
23122
23123 @lisp
23124 (defvar gnus-group-spam-exit-processor-blackbox "blackbox"
23125   "The Blackbox summary exit spam processor.
23126 Only applicable to spam groups.")
23127
23128 (defvar gnus-group-ham-exit-processor-blackbox "blackbox"
23129   "The whitelist summary exit ham processor.
23130 Only applicable to non-spam (unclassified and ham) groups.")
23131
23132 @end lisp
23133
23134 @item
23135 functionality
23136
23137 @lisp
23138 (defun spam-blackbox-register-spam-routine ()
23139   (spam-generic-register-routine
23140    ;; @r{the spam function}
23141    (lambda (article)
23142      (let ((from (spam-fetch-field-from-fast article)))
23143        (when (stringp from)
23144            (blackbox-do-something-with-this-spammer from))))
23145    ;; @r{the ham function}
23146    nil))
23147
23148 (defun spam-blackbox-register-ham-routine ()
23149   (spam-generic-register-routine
23150    ;; @r{the spam function}
23151    nil
23152    ;; @r{the ham function}
23153    (lambda (article)
23154      (let ((from (spam-fetch-field-from-fast article)))
23155        (when (stringp from)
23156            (blackbox-do-something-with-this-ham-sender from))))))
23157 @end lisp
23158
23159 Write the @code{blackbox-do-something-with-this-ham-sender} and
23160 @code{blackbox-do-something-with-this-spammer} functions.  You can add
23161 more complex code than fetching the message sender, but keep in mind
23162 that retrieving the whole message takes significantly longer than the
23163 sender through @code{spam-fetch-field-from-fast}, because the message
23164 senders are kept in memory by Gnus.
23165
23166 @end enumerate
23167
23168
23169 @node Filtering Spam Using Statistics with spam-stat
23170 @subsection Filtering Spam Using Statistics with spam-stat
23171 @cindex Paul Graham
23172 @cindex Graham, Paul
23173 @cindex naive Bayesian spam filtering
23174 @cindex Bayesian spam filtering, naive
23175 @cindex spam filtering, naive Bayesian
23176
23177 Paul Graham has written an excellent essay about spam filtering using
23178 statistics: @uref{http://www.paulgraham.com/spam.html,A Plan for
23179 Spam}.  In it he describes the inherent deficiency of rule-based
23180 filtering as used by SpamAssassin, for example: Somebody has to write
23181 the rules, and everybody else has to install these rules.  You are
23182 always late.  It would be much better, he argues, to filter mail based
23183 on whether it somehow resembles spam or non-spam.  One way to measure
23184 this is word distribution.  He then goes on to describe a solution
23185 that checks whether a new mail resembles any of your other spam mails
23186 or not.
23187
23188 The basic idea is this:  Create a two collections of your mail, one
23189 with spam, one with non-spam.  Count how often each word appears in
23190 either collection, weight this by the total number of mails in the
23191 collections, and store this information in a dictionary.  For every
23192 word in a new mail, determine its probability to belong to a spam or a
23193 non-spam mail.  Use the 15 most conspicuous words, compute the total
23194 probability of the mail being spam.  If this probability is higher
23195 than a certain threshold, the mail is considered to be spam.
23196
23197 Gnus supports this kind of filtering.  But it needs some setting up.
23198 First, you need two collections of your mail, one with spam, one with
23199 non-spam.  Then you need to create a dictionary using these two
23200 collections, and save it.  And last but not least, you need to use
23201 this dictionary in your fancy mail splitting rules.
23202
23203 @menu
23204 * Creating a spam-stat dictionary::
23205 * Splitting mail using spam-stat::
23206 * Low-level interface to the spam-stat dictionary::
23207 @end menu
23208
23209 @node Creating a spam-stat dictionary
23210 @subsubsection Creating a spam-stat dictionary
23211
23212 Before you can begin to filter spam based on statistics, you must
23213 create these statistics based on two mail collections, one with spam,
23214 one with non-spam.  These statistics are then stored in a dictionary
23215 for later use.  In order for these statistics to be meaningful, you
23216 need several hundred emails in both collections.
23217
23218 Gnus currently supports only the nnml back end for automated dictionary
23219 creation.  The nnml back end stores all mails in a directory, one file
23220 per mail.  Use the following:
23221
23222 @defun spam-stat-process-spam-directory
23223 Create spam statistics for every file in this directory.  Every file
23224 is treated as one spam mail.
23225 @end defun
23226
23227 @defun spam-stat-process-non-spam-directory
23228 Create non-spam statistics for every file in this directory.  Every
23229 file is treated as one non-spam mail.
23230 @end defun
23231
23232 Usually you would call @code{spam-stat-process-spam-directory} on a
23233 directory such as @file{~/Mail/mail/spam} (this usually corresponds
23234 the the group @samp{nnml:mail.spam}), and you would call
23235 @code{spam-stat-process-non-spam-directory} on a directory such as
23236 @file{~/Mail/mail/misc} (this usually corresponds the the group
23237 @samp{nnml:mail.misc}).
23238
23239 When you are using @acronym{IMAP}, you won't have the mails available
23240 locally, so that will not work.  One solution is to use the Gnus Agent
23241 to cache the articles.  Then you can use directories such as
23242 @file{"~/News/agent/nnimap/mail.yourisp.com/personal_spam"} for
23243 @code{spam-stat-process-spam-directory}.  @xref{Agent as Cache}.
23244
23245 @defvar spam-stat
23246 This variable holds the hash-table with all the statistics---the
23247 dictionary we have been talking about.  For every word in either
23248 collection, this hash-table stores a vector describing how often the
23249 word appeared in spam and often it appeared in non-spam mails.
23250 @end defvar
23251
23252 If you want to regenerate the statistics from scratch, you need to
23253 reset the dictionary.
23254
23255 @defun spam-stat-reset
23256 Reset the @code{spam-stat} hash-table, deleting all the statistics.
23257 @end defun
23258
23259 When you are done, you must save the dictionary.  The dictionary may
23260 be rather large.  If you will not update the dictionary incrementally
23261 (instead, you will recreate it once a month, for example), then you
23262 can reduce the size of the dictionary by deleting all words that did
23263 not appear often enough or that do not clearly belong to only spam or
23264 only non-spam mails.
23265
23266 @defun spam-stat-reduce-size
23267 Reduce the size of the dictionary.  Use this only if you do not want
23268 to update the dictionary incrementally.
23269 @end defun
23270
23271 @defun spam-stat-save
23272 Save the dictionary.
23273 @end defun
23274
23275 @defvar spam-stat-file
23276 The filename used to store the dictionary.  This defaults to
23277 @file{~/.spam-stat.el}.
23278 @end defvar
23279
23280 @node Splitting mail using spam-stat
23281 @subsubsection Splitting mail using spam-stat
23282
23283 In order to use @code{spam-stat} to split your mail, you need to add the
23284 following to your @file{~/.gnus.el} file:
23285
23286 @lisp
23287 (require 'spam-stat)
23288 (spam-stat-load)
23289 @end lisp
23290
23291 This will load the necessary Gnus code, and the dictionary you
23292 created.
23293
23294 Next, you need to adapt your fancy splitting rules:  You need to
23295 determine how to use @code{spam-stat}.  The following examples are for
23296 the nnml back end.  Using the nnimap back end works just as well.  Just
23297 use @code{nnimap-split-fancy} instead of @code{nnmail-split-fancy}.
23298
23299 In the simplest case, you only have two groups, @samp{mail.misc} and
23300 @samp{mail.spam}.  The following expression says that mail is either
23301 spam or it should go into @samp{mail.misc}.  If it is spam, then
23302 @code{spam-stat-split-fancy} will return @samp{mail.spam}.
23303
23304 @lisp
23305 (setq nnmail-split-fancy
23306       `(| (: spam-stat-split-fancy)
23307           "mail.misc"))
23308 @end lisp
23309
23310 @defvar spam-stat-split-fancy-spam-group
23311 The group to use for spam.  Default is @samp{mail.spam}.
23312 @end defvar
23313
23314 If you also filter mail with specific subjects into other groups, use
23315 the following expression.  Only mails not matching the regular
23316 expression are considered potential spam.
23317
23318 @lisp
23319 (setq nnmail-split-fancy
23320       `(| ("Subject" "\\bspam-stat\\b" "mail.emacs")
23321           (: spam-stat-split-fancy)
23322           "mail.misc"))
23323 @end lisp
23324
23325 If you want to filter for spam first, then you must be careful when
23326 creating the dictionary.  Note that @code{spam-stat-split-fancy} must
23327 consider both mails in @samp{mail.emacs} and in @samp{mail.misc} as
23328 non-spam, therefore both should be in your collection of non-spam
23329 mails, when creating the dictionary!
23330
23331 @lisp
23332 (setq nnmail-split-fancy
23333       `(| (: spam-stat-split-fancy)
23334           ("Subject" "\\bspam-stat\\b" "mail.emacs")
23335           "mail.misc"))
23336 @end lisp
23337
23338 You can combine this with traditional filtering.  Here, we move all
23339 HTML-only mails into the @samp{mail.spam.filtered} group.  Note that since
23340 @code{spam-stat-split-fancy} will never see them, the mails in
23341 @samp{mail.spam.filtered} should be neither in your collection of spam mails,
23342 nor in your collection of non-spam mails, when creating the
23343 dictionary!
23344
23345 @lisp
23346 (setq nnmail-split-fancy
23347       `(| ("Content-Type" "text/html" "mail.spam.filtered")
23348           (: spam-stat-split-fancy)
23349           ("Subject" "\\bspam-stat\\b" "mail.emacs")
23350           "mail.misc"))
23351 @end lisp
23352
23353
23354 @node Low-level interface to the spam-stat dictionary
23355 @subsubsection Low-level interface to the spam-stat dictionary
23356
23357 The main interface to using @code{spam-stat}, are the following functions:
23358
23359 @defun spam-stat-buffer-is-spam
23360 Called in a buffer, that buffer is considered to be a new spam mail.
23361 Use this for new mail that has not been processed before.
23362 @end defun
23363
23364 @defun spam-stat-buffer-is-no-spam
23365 Called in a buffer, that buffer is considered to be a new non-spam
23366 mail.  Use this for new mail that has not been processed before.
23367 @end defun
23368
23369 @defun spam-stat-buffer-change-to-spam
23370 Called in a buffer, that buffer is no longer considered to be normal
23371 mail but spam.  Use this to change the status of a mail that has
23372 already been processed as non-spam.
23373 @end defun
23374
23375 @defun spam-stat-buffer-change-to-non-spam
23376 Called in a buffer, that buffer is no longer considered to be spam but
23377 normal mail.  Use this to change the status of a mail that has already
23378 been processed as spam.
23379 @end defun
23380
23381 @defun spam-stat-save
23382 Save the hash table to the file.  The filename used is stored in the
23383 variable @code{spam-stat-file}.
23384 @end defun
23385
23386 @defun spam-stat-load
23387 Load the hash table from a file.  The filename used is stored in the
23388 variable @code{spam-stat-file}.
23389 @end defun
23390
23391 @defun spam-stat-score-word
23392 Return the spam score for a word.
23393 @end defun
23394
23395 @defun spam-stat-score-buffer
23396 Return the spam score for a buffer.
23397 @end defun
23398
23399 @defun spam-stat-split-fancy
23400 Use this function for fancy mail splitting.  Add the rule @samp{(:
23401 spam-stat-split-fancy)} to @code{nnmail-split-fancy}
23402 @end defun
23403
23404 Make sure you load the dictionary before using it.  This requires the
23405 following in your @file{~/.gnus.el} file:
23406
23407 @lisp
23408 (require 'spam-stat)
23409 (spam-stat-load)
23410 @end lisp
23411
23412 Typical test will involve calls to the following functions:
23413
23414 @smallexample
23415 Reset: (setq spam-stat (make-hash-table :test 'equal))
23416 Learn spam: (spam-stat-process-spam-directory "~/Mail/mail/spam")
23417 Learn non-spam: (spam-stat-process-non-spam-directory "~/Mail/mail/misc")
23418 Save table: (spam-stat-save)
23419 File size: (nth 7 (file-attributes spam-stat-file))
23420 Number of words: (hash-table-count spam-stat)
23421 Test spam: (spam-stat-test-directory "~/Mail/mail/spam")
23422 Test non-spam: (spam-stat-test-directory "~/Mail/mail/misc")
23423 Reduce table size: (spam-stat-reduce-size)
23424 Save table: (spam-stat-save)
23425 File size: (nth 7 (file-attributes spam-stat-file))
23426 Number of words: (hash-table-count spam-stat)
23427 Test spam: (spam-stat-test-directory "~/Mail/mail/spam")
23428 Test non-spam: (spam-stat-test-directory "~/Mail/mail/misc")
23429 @end smallexample
23430
23431 Here is how you would create your dictionary:
23432
23433 @smallexample
23434 Reset: (setq spam-stat (make-hash-table :test 'equal))
23435 Learn spam: (spam-stat-process-spam-directory "~/Mail/mail/spam")
23436 Learn non-spam: (spam-stat-process-non-spam-directory "~/Mail/mail/misc")
23437 Repeat for any other non-spam group you need...
23438 Reduce table size: (spam-stat-reduce-size)
23439 Save table: (spam-stat-save)
23440 @end smallexample
23441
23442 @node Various Various
23443 @section Various Various
23444 @cindex mode lines
23445 @cindex highlights
23446
23447 @table @code
23448
23449 @item gnus-home-directory
23450 @vindex gnus-home-directory
23451 All Gnus file and directory variables will be initialized from this
23452 variable, which defaults to @file{~/}.
23453
23454 @item gnus-directory
23455 @vindex gnus-directory
23456 Most Gnus storage file and directory variables will be initialized from
23457 this variable, which defaults to the @env{SAVEDIR} environment
23458 variable, or @file{~/News/} if that variable isn't set.
23459
23460 Note that Gnus is mostly loaded when the @file{~/.gnus.el} file is read.
23461 This means that other directory variables that are initialized from this
23462 variable won't be set properly if you set this variable in
23463 @file{~/.gnus.el}.  Set this variable in @file{.emacs} instead.
23464
23465 @item gnus-default-directory
23466 @vindex gnus-default-directory
23467 Not related to the above variable at all---this variable says what the
23468 default directory of all Gnus buffers should be.  If you issue commands
23469 like @kbd{C-x C-f}, the prompt you'll get starts in the current buffer's
23470 default directory.  If this variable is @code{nil} (which is the
23471 default), the default directory will be the default directory of the
23472 buffer you were in when you started Gnus.
23473
23474 @item gnus-verbose
23475 @vindex gnus-verbose
23476 This variable is an integer between zero and ten.  The higher the value,
23477 the more messages will be displayed.  If this variable is zero, Gnus
23478 will never flash any messages, if it is seven (which is the default),
23479 most important messages will be shown, and if it is ten, Gnus won't ever
23480 shut up, but will flash so many messages it will make your head swim.
23481
23482 @item gnus-verbose-backends
23483 @vindex gnus-verbose-backends
23484 This variable works the same way as @code{gnus-verbose}, but it applies
23485 to the Gnus back ends instead of Gnus proper.
23486
23487 @item nnheader-max-head-length
23488 @vindex nnheader-max-head-length
23489 When the back ends read straight heads of articles, they all try to read
23490 as little as possible.  This variable (default 4096) specifies
23491 the absolute max length the back ends will try to read before giving up
23492 on finding a separator line between the head and the body.  If this
23493 variable is @code{nil}, there is no upper read bound.  If it is
23494 @code{t}, the back ends won't try to read the articles piece by piece,
23495 but read the entire articles.  This makes sense with some versions of
23496 @code{ange-ftp} or @code{efs}.
23497
23498 @item nnheader-head-chop-length
23499 @vindex nnheader-head-chop-length
23500 This variable (default 2048) says how big a piece of each article to
23501 read when doing the operation described above.
23502
23503 @item nnheader-file-name-translation-alist
23504 @vindex nnheader-file-name-translation-alist
23505 @cindex file names
23506 @cindex invalid characters in file names
23507 @cindex characters in file names
23508 This is an alist that says how to translate characters in file names.
23509 For instance, if @samp{:} is invalid as a file character in file names
23510 on your system (you OS/2 user you), you could say something like:
23511
23512 @lisp
23513 @group
23514 (setq nnheader-file-name-translation-alist
23515       '((?: . ?_)))
23516 @end group
23517 @end lisp
23518
23519 In fact, this is the default value for this variable on OS/2 and MS
23520 Windows (phooey) systems.
23521
23522 @item gnus-hidden-properties
23523 @vindex gnus-hidden-properties
23524 This is a list of properties to use to hide ``invisible'' text.  It is
23525 @code{(invisible t intangible t)} by default on most systems, which
23526 makes invisible text invisible and intangible.
23527
23528 @item gnus-parse-headers-hook
23529 @vindex gnus-parse-headers-hook
23530 A hook called before parsing headers.  It can be used, for instance, to
23531 gather statistics on the headers fetched, or perhaps you'd like to prune
23532 some headers.  I don't see why you'd want that, though.
23533
23534 @item gnus-shell-command-separator
23535 @vindex gnus-shell-command-separator
23536 String used to separate two shell commands.  The default is @samp{;}.
23537
23538 @item gnus-invalid-group-regexp
23539 @vindex gnus-invalid-group-regexp
23540
23541 Regexp to match ``invalid'' group names when querying user for a group
23542 name.  The default value catches some @strong{really} invalid group
23543 names who could possibly mess up Gnus internally (like allowing
23544 @samp{:} in a group name, which is normally used to delimit method and
23545 group).
23546
23547 @acronym{IMAP} users might want to allow @samp{/} in group names though.
23548
23549
23550 @end table
23551
23552 @node The End
23553 @chapter The End
23554
23555 Well, that's the manual---you can get on with your life now.  Keep in
23556 touch.  Say hello to your cats from me.
23557
23558 My @strong{ghod}---I just can't stand goodbyes.  Sniffle.
23559
23560 Ol' Charles Reznikoff said it pretty well, so I leave the floor to him:
23561
23562 @quotation
23563 @strong{Te Deum}
23564
23565 @sp 1
23566 Not because of victories @*
23567 I sing,@*
23568 having none,@*
23569 but for the common sunshine,@*
23570 the breeze,@*
23571 the largess of the spring.
23572
23573 @sp 1
23574 Not for victory@*
23575 but for the day's work done@*
23576 as well as I was able;@*
23577 not for a seat upon the dais@*
23578 but at the common table.@*
23579 @end quotation
23580
23581
23582 @node Appendices
23583 @chapter Appendices
23584
23585 @menu
23586 * XEmacs::                      Requirements for installing under XEmacs.
23587 * History::                     How Gnus got where it is today.
23588 * On Writing Manuals::          Why this is not a beginner's guide.
23589 * Terminology::                 We use really difficult, like, words here.
23590 * Customization::               Tailoring Gnus to your needs.
23591 * Troubleshooting::             What you might try if things do not work.
23592 * Gnus Reference Guide::        Rilly, rilly technical stuff.
23593 * Emacs for Heathens::          A short introduction to Emacsian terms.
23594 * Frequently Asked Questions::  The Gnus FAQ
23595 @end menu
23596
23597
23598 @node XEmacs
23599 @section XEmacs
23600 @cindex XEmacs
23601 @cindex installing under XEmacs
23602
23603 XEmacs is distributed as a collection of packages.  You should install
23604 whatever packages the Gnus XEmacs package requires.  The current
23605 requirements are @samp{gnus}, @samp{w3}, @samp{mh-e},
23606 @samp{mailcrypt}, @samp{rmail}, @samp{eterm}, @samp{mail-lib},
23607 @samp{xemacs-base}, @samp{sh-script} and @samp{fsf-compat}.  The
23608 @samp{misc-games} package is required for Morse decoding.
23609
23610
23611 @node History
23612 @section History
23613
23614 @cindex history
23615 @sc{gnus} was written by Masanobu @sc{Umeda}.  When autumn crept up in
23616 '94, Lars Magne Ingebrigtsen grew bored and decided to rewrite Gnus.
23617
23618 If you want to investigate the person responsible for this outrage,
23619 you can point your (feh!) web browser to
23620 @uref{http://quimby.gnus.org/}.  This is also the primary
23621 distribution point for the new and spiffy versions of Gnus, and is
23622 known as The Site That Destroys Newsrcs And Drives People Mad.
23623
23624 During the first extended alpha period of development, the new Gnus was
23625 called ``(ding) Gnus''.  @dfn{(ding)} is, of course, short for
23626 @dfn{ding is not Gnus}, which is a total and utter lie, but who cares?
23627 (Besides, the ``Gnus'' in this abbreviation should probably be
23628 pronounced ``news'' as @sc{Umeda} intended, which makes it a more
23629 appropriate name, don't you think?)
23630
23631 In any case, after spending all that energy on coming up with a new and
23632 spunky name, we decided that the name was @emph{too} spunky, so we
23633 renamed it back again to ``Gnus''.  But in mixed case.  ``Gnus'' vs.
23634 ``@sc{gnus}''.  New vs. old.
23635
23636 @menu
23637 * Gnus Versions::               What Gnus versions have been released.
23638 * Other Gnus Versions::         Other Gnus versions that also have been released.
23639 * Why?::                        What's the point of Gnus?
23640 * Compatibility::               Just how compatible is Gnus with @sc{gnus}?
23641 * Conformity::                  Gnus tries to conform to all standards.
23642 * Emacsen::                     Gnus can be run on a few modern Emacsen.
23643 * Gnus Development::            How Gnus is developed.
23644 * Contributors::                Oodles of people.
23645 * New Features::                Pointers to some of the new stuff in Gnus.
23646 @end menu
23647
23648
23649 @node Gnus Versions
23650 @subsection Gnus Versions
23651 @cindex ding Gnus
23652 @cindex September Gnus
23653 @cindex Red Gnus
23654 @cindex Quassia Gnus
23655 @cindex Pterodactyl Gnus
23656 @cindex Oort Gnus
23657 @cindex No Gnus
23658 @cindex Gnus versions
23659
23660 The first ``proper'' release of Gnus 5 was done in November 1995 when it
23661 was included in the Emacs 19.30 distribution (132 (ding) Gnus releases
23662 plus 15 Gnus 5.0 releases).
23663
23664 In May 1996 the next Gnus generation (aka. ``September Gnus'' (after 99
23665 releases)) was released under the name ``Gnus 5.2'' (40 releases).
23666
23667 On July 28th 1996 work on Red Gnus was begun, and it was released on
23668 January 25th 1997 (after 84 releases) as ``Gnus 5.4'' (67 releases).
23669
23670 On September 13th 1997, Quassia Gnus was started and lasted 37 releases.
23671 If was released as ``Gnus 5.6'' on March 8th 1998 (46 releases).
23672
23673 Gnus 5.6 begat Pterodactyl Gnus on August 29th 1998 and was released as
23674 ``Gnus 5.8'' (after 99 releases and a CVS repository) on December 3rd
23675 1999.
23676
23677 On the 26th of October 2000, Oort Gnus was begun.
23678
23679 If you happen upon a version of Gnus that has a prefixed name --
23680 ``(ding) Gnus'', ``September Gnus'', ``Red Gnus'', ``Quassia Gnus'',
23681 ``Pterodactyl Gnus'', ``Oort Gnus'' -- don't panic.  Don't let it know
23682 that you're frightened.  Back away.  Slowly.  Whatever you do, don't
23683 run.  Walk away, calmly, until you're out of its reach.  Find a proper
23684 released version of Gnus and snuggle up to that instead.
23685
23686
23687 @node Other Gnus Versions
23688 @subsection Other Gnus Versions
23689 @cindex Semi-gnus
23690
23691 In addition to the versions of Gnus which have had their releases
23692 coordinated by Lars, one major development has been Semi-gnus from
23693 Japan.  It's based on a library called @acronym{SEMI}, which provides
23694 @acronym{MIME} capabilities.
23695
23696 These Gnusae are based mainly on Gnus 5.6 and Pterodactyl Gnus.
23697 Collectively, they are called ``Semi-gnus'', and different strains are
23698 called T-gnus, ET-gnus, Nana-gnus and Chaos.  These provide powerful
23699 @acronym{MIME} and multilingualization things, especially important for
23700 Japanese users.
23701
23702
23703 @node Why?
23704 @subsection Why?
23705
23706 What's the point of Gnus?
23707
23708 I want to provide a ``rad'', ``happening'', ``way cool'' and ``hep''
23709 newsreader, that lets you do anything you can think of.  That was my
23710 original motivation, but while working on Gnus, it has become clear to
23711 me that this generation of newsreaders really belong in the stone age.
23712 Newsreaders haven't developed much since the infancy of the net.  If the
23713 volume continues to rise with the current rate of increase, all current
23714 newsreaders will be pretty much useless.  How do you deal with
23715 newsgroups that have thousands of new articles each day?  How do you
23716 keep track of millions of people who post?
23717
23718 Gnus offers no real solutions to these questions, but I would very much
23719 like to see Gnus being used as a testing ground for new methods of
23720 reading and fetching news.  Expanding on @sc{Umeda}-san's wise decision
23721 to separate the newsreader from the back ends, Gnus now offers a simple
23722 interface for anybody who wants to write new back ends for fetching mail
23723 and news from different sources.  I have added hooks for customizations
23724 everywhere I could imagine it being useful.  By doing so, I'm inviting
23725 every one of you to explore and invent.
23726
23727 May Gnus never be complete.  @kbd{C-u 100 M-x all-hail-emacs} and
23728 @kbd{C-u 100 M-x all-hail-xemacs}.
23729
23730
23731 @node Compatibility
23732 @subsection Compatibility
23733
23734 @cindex compatibility
23735 Gnus was designed to be fully compatible with @sc{gnus}.  Almost all key
23736 bindings have been kept.  More key bindings have been added, of course,
23737 but only in one or two obscure cases have old bindings been changed.
23738
23739 Our motto is:
23740 @quotation
23741 @cartouche
23742 @center In a cloud bones of steel.
23743 @end cartouche
23744 @end quotation
23745
23746 All commands have kept their names.  Some internal functions have changed
23747 their names.
23748
23749 The @code{gnus-uu} package has changed drastically.  @xref{Decoding
23750 Articles}.
23751
23752 One major compatibility question is the presence of several summary
23753 buffers.  All variables relevant while reading a group are
23754 buffer-local to the summary buffer they belong in.  Although many
23755 important variables have their values copied into their global
23756 counterparts whenever a command is executed in the summary buffer, this
23757 change might lead to incorrect values being used unless you are careful.
23758
23759 All code that relies on knowledge of @sc{gnus} internals will probably
23760 fail.  To take two examples: Sorting @code{gnus-newsrc-alist} (or
23761 changing it in any way, as a matter of fact) is strictly verboten.  Gnus
23762 maintains a hash table that points to the entries in this alist (which
23763 speeds up many functions), and changing the alist directly will lead to
23764 peculiar results.
23765
23766 @cindex hilit19
23767 @cindex highlighting
23768 Old hilit19 code does not work at all.  In fact, you should probably
23769 remove all hilit code from all Gnus hooks
23770 (@code{gnus-group-prepare-hook} and @code{gnus-summary-prepare-hook}).
23771 Gnus provides various integrated functions for highlighting.  These are
23772 faster and more accurate.  To make life easier for everybody, Gnus will
23773 by default remove all hilit calls from all hilit hooks.  Uncleanliness!
23774 Away!
23775
23776 Packages like @code{expire-kill} will no longer work.  As a matter of
23777 fact, you should probably remove all old @sc{gnus} packages (and other
23778 code) when you start using Gnus.  More likely than not, Gnus already
23779 does what you have written code to make @sc{gnus} do.  (Snicker.)
23780
23781 Even though old methods of doing things are still supported, only the
23782 new methods are documented in this manual.  If you detect a new method of
23783 doing something while reading this manual, that does not mean you have
23784 to stop doing it the old way.
23785
23786 Gnus understands all @sc{gnus} startup files.
23787
23788 @kindex M-x gnus-bug
23789 @findex gnus-bug
23790 @cindex reporting bugs
23791 @cindex bugs
23792 Overall, a casual user who hasn't written much code that depends on
23793 @sc{gnus} internals should suffer no problems.  If problems occur,
23794 please let me know by issuing that magic command @kbd{M-x gnus-bug}.
23795
23796 @vindex gnus-bug-create-help-buffer
23797 If you are in the habit of sending bug reports @emph{very} often, you
23798 may find the helpful help buffer annoying after a while.  If so, set
23799 @code{gnus-bug-create-help-buffer} to @code{nil} to avoid having it pop
23800 up at you.
23801
23802
23803 @node Conformity
23804 @subsection Conformity
23805
23806 No rebels without a clue here, ma'am.  We conform to all standards known
23807 to (wo)man.  Except for those standards and/or conventions we disagree
23808 with, of course.
23809
23810 @table @strong
23811
23812 @item RFC (2)822
23813 @cindex RFC 822
23814 @cindex RFC 2822
23815 There are no known breaches of this standard.
23816
23817 @item RFC 1036
23818 @cindex RFC 1036
23819 There are no known breaches of this standard, either.
23820
23821 @item Son-of-RFC 1036
23822 @cindex Son-of-RFC 1036
23823 We do have some breaches to this one.
23824
23825 @table @emph
23826
23827 @item X-Newsreader
23828 @itemx User-Agent
23829 These are considered to be ``vanity headers'', while I consider them
23830 to be consumer information.  After seeing so many badly formatted
23831 articles coming from @code{tin} and @code{Netscape} I know not to use
23832 either of those for posting articles.  I would not have known that if
23833 it wasn't for the @code{X-Newsreader} header.
23834 @end table
23835
23836 @item USEFOR
23837 @cindex USEFOR
23838 USEFOR is an IETF working group writing a successor to RFC 1036, based
23839 on Son-of-RFC 1036.  They have produced a number of drafts proposing
23840 various changes to the format of news articles.  The Gnus towers will
23841 look into implementing the changes when the draft is accepted as an RFC.
23842
23843 @item MIME - RFC 2045-2049 etc
23844 @cindex @acronym{MIME}
23845 All the various @acronym{MIME} RFCs are supported.
23846
23847 @item Disposition Notifications - RFC 2298
23848 Message Mode is able to request notifications from the receiver.
23849
23850 @item PGP - RFC 1991 and RFC 2440
23851 @cindex RFC 1991
23852 @cindex RFC 2440
23853 RFC 1991 is the original @acronym{PGP} message specification,
23854 published as an informational RFC.  RFC 2440 was the follow-up, now
23855 called Open PGP, and put on the Standards Track.  Both document a
23856 non-@acronym{MIME} aware @acronym{PGP} format.  Gnus supports both
23857 encoding (signing and encryption) and decoding (verification and
23858 decryption).
23859
23860 @item PGP/MIME - RFC 2015/3156
23861 RFC 2015 (superseded by 3156 which references RFC 2440 instead of RFC
23862 1991) describes the @acronym{MIME}-wrapping around the RF 1991/2440 format.
23863 Gnus supports both encoding and decoding.
23864
23865 @item S/MIME - RFC 2633
23866 RFC 2633 describes the @acronym{S/MIME} format.
23867
23868 @item IMAP - RFC 1730/2060, RFC 2195, RFC 2086, RFC 2359, RFC 2595, RFC 1731
23869 RFC 1730 is @acronym{IMAP} version 4, updated somewhat by RFC 2060
23870 (@acronym{IMAP} 4 revision 1).  RFC 2195 describes CRAM-MD5
23871 authentication for @acronym{IMAP}.  RFC 2086 describes access control
23872 lists (ACLs) for @acronym{IMAP}.  RFC 2359 describes a @acronym{IMAP}
23873 protocol enhancement.  RFC 2595 describes the proper @acronym{TLS}
23874 integration (STARTTLS) with @acronym{IMAP}.  RFC 1731 describes the
23875 GSSAPI/Kerberos4 mechanisms for @acronym{IMAP}.
23876
23877 @end table
23878
23879 If you ever notice Gnus acting non-compliant with regards to the texts
23880 mentioned above, don't hesitate to drop a note to Gnus Towers and let us
23881 know.
23882
23883
23884 @node Emacsen
23885 @subsection Emacsen
23886 @cindex Emacsen
23887 @cindex XEmacs
23888 @cindex Mule
23889 @cindex Emacs
23890
23891 Gnus should work on:
23892
23893 @itemize @bullet
23894
23895 @item
23896 Emacs 20.7 and up.
23897
23898 @item
23899 XEmacs 21.1 and up.
23900
23901 @end itemize
23902
23903 This Gnus version will absolutely not work on any Emacsen older than
23904 that.  Not reliably, at least.  Older versions of Gnus may work on older
23905 Emacs versions.
23906
23907 There are some vague differences between Gnus on the various
23908 platforms---XEmacs features more graphics (a logo and a toolbar)---but
23909 other than that, things should look pretty much the same under all
23910 Emacsen.
23911
23912
23913 @node Gnus Development
23914 @subsection Gnus Development
23915
23916 Gnus is developed in a two-phased cycle.  The first phase involves much
23917 discussion on the @samp{ding@@gnus.org} mailing list, where people
23918 propose changes and new features, post patches and new back ends.  This
23919 phase is called the @dfn{alpha} phase, since the Gnusae released in this
23920 phase are @dfn{alpha releases}, or (perhaps more commonly in other
23921 circles) @dfn{snapshots}.  During this phase, Gnus is assumed to be
23922 unstable and should not be used by casual users.  Gnus alpha releases
23923 have names like ``Red Gnus'' and ``Quassia Gnus''.
23924
23925 After futzing around for 50-100 alpha releases, Gnus is declared
23926 @dfn{frozen}, and only bug fixes are applied.  Gnus loses the prefix,
23927 and is called things like ``Gnus 5.6.32'' instead.  Normal people are
23928 supposed to be able to use these, and these are mostly discussed on the
23929 @samp{gnu.emacs.gnus} newsgroup.
23930
23931 @cindex Incoming*
23932 @vindex mail-source-delete-incoming
23933 Some variable defaults differ between alpha Gnusae and released Gnusae.
23934 In particular, @code{mail-source-delete-incoming} defaults to @code{nil} in
23935 alpha Gnusae and @code{t} in released Gnusae.  This is to prevent
23936 lossage of mail if an alpha release hiccups while handling the mail.
23937
23938 The division of discussion between the ding mailing list and the Gnus
23939 newsgroup is not purely based on publicity concerns.  It's true that
23940 having people write about the horrible things that an alpha Gnus release
23941 can do (sometimes) in a public forum may scare people off, but more
23942 importantly, talking about new experimental features that have been
23943 introduced may confuse casual users.  New features are frequently
23944 introduced, fiddled with, and judged to be found wanting, and then
23945 either discarded or totally rewritten.  People reading the mailing list
23946 usually keep up with these rapid changes, while people on the newsgroup
23947 can't be assumed to do so.
23948
23949
23950
23951 @node Contributors
23952 @subsection Contributors
23953 @cindex contributors
23954
23955 The new Gnus version couldn't have been done without the help of all the
23956 people on the (ding) mailing list.  Every day for over a year I have
23957 gotten billions of nice bug reports from them, filling me with joy,
23958 every single one of them.  Smooches.  The people on the list have been
23959 tried beyond endurance, what with my ``oh, that's a neat idea <type
23960 type>, yup, I'll release it right away <ship off> no wait, that doesn't
23961 work at all <type type>, yup, I'll ship that one off right away <ship
23962 off> no, wait, that absolutely does not work'' policy for releases.
23963 Micro$oft---bah.  Amateurs.  I'm @emph{much} worse.  (Or is that
23964 ``worser''? ``much worser''?  ``worsest''?)
23965
23966 I would like to take this opportunity to thank the Academy for@dots{}  oops,
23967 wrong show.
23968
23969 @itemize @bullet
23970
23971 @item
23972 Masanobu @sc{Umeda}---the writer of the original @sc{gnus}.
23973
23974 @item
23975 Shenghuo Zhu---uudecode.el, mm-uu.el, rfc1843.el, webmail.el,
23976 nnwarchive and many, many other things connected with @acronym{MIME} and
23977 other types of en/decoding, as well as general bug fixing, new
23978 functionality and stuff.
23979
23980 @item
23981 Per Abrahamsen---custom, scoring, highlighting and @sc{soup} code (as
23982 well as numerous other things).
23983
23984 @item
23985 Luis Fernandes---design and graphics.
23986
23987 @item
23988 Joe Reiss---creator of the smiley faces.
23989
23990 @item
23991 Justin Sheehy---the @acronym{FAQ} maintainer.
23992
23993 @item
23994 Erik Naggum---help, ideas, support, code and stuff.
23995
23996 @item
23997 Wes Hardaker---@file{gnus-picon.el} and the manual section on
23998 @dfn{picons} (@pxref{Picons}).
23999
24000 @item
24001 Kim-Minh Kaplan---further work on the picon code.
24002
24003 @item
24004 Brad Miller---@file{gnus-gl.el} and the GroupLens manual section
24005 (@pxref{GroupLens}).
24006
24007 @item
24008 Sudish Joseph---innumerable bug fixes.
24009
24010 @item
24011 Ilja Weis---@file{gnus-topic.el}.
24012
24013 @item
24014 Steven L. Baur---lots and lots and lots of bugs detections and fixes.
24015
24016 @item
24017 Vladimir Alexiev---the refcard and reference booklets.
24018
24019 @item
24020 Felix Lee & Jamie Zawinski---I stole some pieces from the XGnus
24021 distribution by Felix Lee and JWZ.
24022
24023 @item
24024 Scott Byer---@file{nnfolder.el} enhancements & rewrite.
24025
24026 @item
24027 Peter Mutsaers---orphan article scoring code.
24028
24029 @item
24030 Ken Raeburn---POP mail support.
24031
24032 @item
24033 Hallvard B Furuseth---various bits and pieces, especially dealing with
24034 .newsrc files.
24035
24036 @item
24037 Brian Edmonds---@file{gnus-bbdb.el}.
24038
24039 @item
24040 David Moore---rewrite of @file{nnvirtual.el} and many other things.
24041
24042 @item
24043 Kevin Davidson---came up with the name @dfn{ding}, so blame him.
24044
24045 @item
24046 François Pinard---many, many interesting and thorough bug reports, as
24047 well as autoconf support.
24048
24049 @end itemize
24050
24051 This manual was proof-read by Adrian Aichner, with Ricardo Nassif, Mark
24052 Borges, and Jost Krieger proof-reading parts of the manual.
24053
24054 The following people have contributed many patches and suggestions:
24055
24056 Christopher Davis,
24057 Andrew Eskilsson,
24058 Kai Grossjohann,
24059 Kevin Greiner,
24060 Jesper Harder,
24061 Paul Jarc,
24062 Simon Josefsson,
24063 David KÃ¥gedal,
24064 Richard Pieri,
24065 Fabrice Popineau,
24066 Daniel Quinlan,
24067 Michael Shields,
24068 Reiner Steib,
24069 Jason L. Tibbitts, III,
24070 Jack Vinson,
24071 Katsumi Yamaoka, @c Yamaoka
24072 and
24073 Teodor Zlatanov.
24074
24075 Also thanks to the following for patches and stuff:
24076
24077 Jari Aalto,
24078 Adrian Aichner,
24079 Vladimir Alexiev,
24080 Russ Allbery,
24081 Peter Arius,
24082 Matt Armstrong,
24083 Marc Auslander,
24084 Miles Bader,
24085 Alexei V. Barantsev,
24086 Frank Bennett,
24087 Robert Bihlmeyer,
24088 Chris Bone,
24089 Mark Borges,
24090 Mark Boyns,
24091 Lance A. Brown,
24092 Rob Browning,
24093 Kees de Bruin,
24094 Martin Buchholz,
24095 Joe Buehler,
24096 Kevin Buhr,
24097 Alastair Burt,
24098 Joao Cachopo,
24099 Zlatko Calusic,
24100 Massimo Campostrini,
24101 Castor,
24102 David Charlap,
24103 Dan Christensen,
24104 Kevin Christian,
24105 Jae-you Chung, @c ?
24106 James H. Cloos, Jr.,
24107 Laura Conrad,
24108 Michael R. Cook,
24109 Glenn Coombs,
24110 Andrew J. Cosgriff,
24111 Neil Crellin,
24112 Frank D. Cringle,
24113 Geoffrey T. Dairiki,
24114 Andre Deparade,
24115 Ulrik Dickow,
24116 Dave Disser,
24117 Rui-Tao Dong, @c ?
24118 Joev Dubach,
24119 Michael Welsh Duggan,
24120 Dave Edmondson,
24121 Paul Eggert,
24122 Mark W. Eichin,
24123 Karl Eichwalder,
24124 Enami Tsugutomo, @c Enami
24125 Michael Ernst,
24126 Luc Van Eycken,
24127 Sam Falkner,
24128 Nelson Jose dos Santos Ferreira,
24129 Sigbjorn Finne,
24130 Sven Fischer,
24131 Paul Fisher,
24132 Decklin Foster,
24133 Gary D. Foster,
24134 Paul Franklin,
24135 Guy Geens,
24136 Arne Georg Gleditsch,
24137 David S. Goldberg,
24138 Michelangelo Grigni,
24139 Dale Hagglund,
24140 D. Hall,
24141 Magnus Hammerin,
24142 Kenichi Handa, @c Handa
24143 Raja R. Harinath,
24144 Yoshiki Hayashi, @c Hayashi
24145 P. E. Jareth Hein,
24146 Hisashige Kenji, @c Hisashige
24147 Scott Hofmann,
24148 Marc Horowitz,
24149 Gunnar Horrigmo,
24150 Richard Hoskins,
24151 Brad Howes,
24152 Miguel de Icaza,
24153 François Felix Ingrand,
24154 Tatsuya Ichikawa, @c Ichikawa
24155 Ishikawa Ichiro, @c Ishikawa
24156 Lee Iverson,
24157 Iwamuro Motonori, @c Iwamuro
24158 Rajappa Iyer,
24159 Andreas Jaeger,
24160 Adam P. Jenkins,
24161 Randell Jesup,
24162 Fred Johansen,
24163 Gareth Jones,
24164 Greg Klanderman,
24165 Karl Kleinpaste,
24166 Michael Klingbeil,
24167 Peter Skov Knudsen,
24168 Shuhei Kobayashi, @c Kobayashi
24169 Petr Konecny,
24170 Koseki Yoshinori, @c Koseki
24171 Thor Kristoffersen,
24172 Jens Lautenbacher,
24173 Martin Larose,
24174 Seokchan Lee, @c Lee
24175 Joerg Lenneis,
24176 Carsten Leonhardt,
24177 James LewisMoss,
24178 Christian Limpach,
24179 Markus Linnala,
24180 Dave Love,
24181 Mike McEwan,
24182 Tonny Madsen,
24183 Shlomo Mahlab,
24184 Nat Makarevitch,
24185 Istvan Marko,
24186 David Martin,
24187 Jason R. Mastaler,
24188 Gordon Matzigkeit,
24189 Timo Metzemakers,
24190 Richard Mlynarik,
24191 Lantz Moore,
24192 Morioka Tomohiko, @c Morioka
24193 Erik Toubro Nielsen,
24194 Hrvoje Niksic,
24195 Andy Norman,
24196 Fred Oberhauser,
24197 C. R. Oldham,
24198 Alexandre Oliva,
24199 Ken Olstad,
24200 Masaharu Onishi, @c Onishi
24201 Hideki Ono, @c Ono
24202 Ettore Perazzoli,
24203 William Perry,
24204 Stephen Peters,
24205 Jens-Ulrik Holger Petersen,
24206 Ulrich Pfeifer,
24207 Matt Pharr,
24208 Andy Piper,
24209 John McClary Prevost,
24210 Bill Pringlemeir,
24211 Mike Pullen,
24212 Jim Radford,
24213 Colin Rafferty,
24214 Lasse Rasinen,
24215 Lars Balker Rasmussen,
24216 Joe Reiss,
24217 Renaud Rioboo,
24218 Roland B. Roberts,
24219 Bart Robinson,
24220 Christian von Roques,
24221 Markus Rost,
24222 Jason Rumney,
24223 Wolfgang Rupprecht,
24224 Jay Sachs,
24225 Dewey M. Sasser,
24226 Conrad Sauerwald,
24227 Loren Schall,
24228 Dan Schmidt,
24229 Ralph Schleicher,
24230 Philippe Schnoebelen,
24231 Andreas Schwab,
24232 Randal L. Schwartz,
24233 Danny Siu,
24234 Matt Simmons,
24235 Paul D. Smith,
24236 Jeff Sparkes,
24237 Toby Speight,
24238 Michael Sperber,
24239 Darren Stalder,
24240 Richard Stallman,
24241 Greg Stark,
24242 Sam Steingold,
24243 Paul Stevenson,
24244 Jonas Steverud,
24245 Paul Stodghill,
24246 Kiyokazu Suto, @c Suto
24247 Kurt Swanson,
24248 Samuel Tardieu,
24249 Teddy,
24250 Chuck Thompson,
24251 Tozawa Akihiko, @c Tozawa
24252 Philippe Troin,
24253 James Troup,
24254 Trung Tran-Duc,
24255 Jack Twilley,
24256 Aaron M. Ucko,
24257 Aki Vehtari,
24258 Didier Verna,
24259 Vladimir Volovich,
24260 Jan Vroonhof,
24261 Stefan Waldherr,
24262 Pete Ware,
24263 Barry A. Warsaw,
24264 Christoph Wedler,
24265 Joe Wells,
24266 Lee Willis,
24267 and
24268 Lloyd Zusman.
24269
24270
24271 For a full overview of what each person has done, the ChangeLogs
24272 included in the Gnus alpha distributions should give ample reading
24273 (550kB and counting).
24274
24275 Apologies to everybody that I've forgotten, of which there are many, I'm
24276 sure.
24277
24278 Gee, that's quite a list of people.  I guess that must mean that there
24279 actually are people who are using Gnus.  Who'd'a thunk it!
24280
24281
24282 @node New Features
24283 @subsection New Features
24284 @cindex new features
24285
24286 @menu
24287 * ding Gnus::                   New things in Gnus 5.0/5.1, the first new Gnus.
24288 * September Gnus::              The Thing Formally Known As Gnus 5.2/5.3.
24289 * Red Gnus::                    Third time best---Gnus 5.4/5.5.
24290 * Quassia Gnus::                Two times two is four, or Gnus 5.6/5.7.
24291 * Pterodactyl Gnus::            Pentad also starts with P, AKA Gnus 5.8/5.9.
24292 * Oort Gnus::                   It's big.  It's far out.  Gnus 5.10.
24293 @end menu
24294
24295 These lists are, of course, just @emph{short} overviews of the
24296 @emph{most} important new features.  No, really.  There are tons more.
24297 Yes, we have feeping creaturism in full effect.
24298
24299 @node ding Gnus
24300 @subsubsection (ding) Gnus
24301
24302 New features in Gnus 5.0/5.1:
24303
24304 @itemize @bullet
24305
24306 @item
24307 The look of all buffers can be changed by setting format-like variables
24308 (@pxref{Group Buffer Format} and @pxref{Summary Buffer Format}).
24309
24310 @item
24311 Local spool and several @acronym{NNTP} servers can be used at once
24312 (@pxref{Select Methods}).
24313
24314 @item
24315 You can combine groups into virtual groups (@pxref{Virtual Groups}).
24316
24317 @item
24318 You can read a number of different mail formats (@pxref{Getting Mail}).
24319 All the mail back ends implement a convenient mail expiry scheme
24320 (@pxref{Expiring Mail}).
24321
24322 @item
24323 Gnus can use various strategies for gathering threads that have lost
24324 their roots (thereby gathering loose sub-threads into one thread) or it
24325 can go back and retrieve enough headers to build a complete thread
24326 (@pxref{Customizing Threading}).
24327
24328 @item
24329 Killed groups can be displayed in the group buffer, and you can read
24330 them as well (@pxref{Listing Groups}).
24331
24332 @item
24333 Gnus can do partial group updates---you do not have to retrieve the
24334 entire active file just to check for new articles in a few groups
24335 (@pxref{The Active File}).
24336
24337 @item
24338 Gnus implements a sliding scale of subscribedness to groups
24339 (@pxref{Group Levels}).
24340
24341 @item
24342 You can score articles according to any number of criteria
24343 (@pxref{Scoring}).  You can even get Gnus to find out how to score
24344 articles for you (@pxref{Adaptive Scoring}).
24345
24346 @item
24347 Gnus maintains a dribble buffer that is auto-saved the normal Emacs
24348 manner, so it should be difficult to lose much data on what you have
24349 read if your machine should go down (@pxref{Auto Save}).
24350
24351 @item
24352 Gnus now has its own startup file (@file{~/.gnus.el}) to avoid
24353 cluttering up the @file{.emacs} file.
24354
24355 @item
24356 You can set the process mark on both groups and articles and perform
24357 operations on all the marked items (@pxref{Process/Prefix}).
24358
24359 @item
24360 You can grep through a subset of groups and create a group from the
24361 results (@pxref{Kibozed Groups}).
24362
24363 @item
24364 You can list subsets of groups according to, well, anything
24365 (@pxref{Listing Groups}).
24366
24367 @item
24368 You can browse foreign servers and subscribe to groups from those
24369 servers (@pxref{Browse Foreign Server}).
24370
24371 @item
24372 Gnus can fetch articles, asynchronously, on a second connection to the
24373 server (@pxref{Asynchronous Fetching}).
24374
24375 @item
24376 You can cache articles locally (@pxref{Article Caching}).
24377
24378 @item
24379 The uudecode functions have been expanded and generalized
24380 (@pxref{Decoding Articles}).
24381
24382 @item
24383 You can still post uuencoded articles, which was a little-known feature
24384 of @sc{gnus}' past (@pxref{Uuencoding and Posting}).
24385
24386 @item
24387 Fetching parents (and other articles) now actually works without
24388 glitches (@pxref{Finding the Parent}).
24389
24390 @item
24391 Gnus can fetch @acronym{FAQ}s and group descriptions (@pxref{Group Information}).
24392
24393 @item
24394 Digests (and other files) can be used as the basis for groups
24395 (@pxref{Document Groups}).
24396
24397 @item
24398 Articles can be highlighted and customized (@pxref{Customizing
24399 Articles}).
24400
24401 @item
24402 URLs and other external references can be buttonized (@pxref{Article
24403 Buttons}).
24404
24405 @item
24406 You can do lots of strange stuff with the Gnus window & frame
24407 configuration (@pxref{Window Layout}).
24408
24409 @item
24410 You can click on buttons instead of using the keyboard
24411 (@pxref{Buttons}).
24412
24413 @end itemize
24414
24415
24416 @node September Gnus
24417 @subsubsection September Gnus
24418
24419 @iftex
24420 @iflatex
24421 \gnusfig{-28cm}{0cm}{\epsfig{figure=ps/september,height=20cm}}
24422 @end iflatex
24423 @end iftex
24424
24425 New features in Gnus 5.2/5.3:
24426
24427 @itemize @bullet
24428
24429 @item
24430 A new message composition mode is used.  All old customization variables
24431 for @code{mail-mode}, @code{rnews-reply-mode} and @code{gnus-msg} are
24432 now obsolete.
24433
24434 @item
24435 Gnus is now able to generate @dfn{sparse} threads---threads where
24436 missing articles are represented by empty nodes (@pxref{Customizing
24437 Threading}).
24438
24439 @lisp
24440 (setq gnus-build-sparse-threads 'some)
24441 @end lisp
24442
24443 @item
24444 Outgoing articles are stored on a special archive server
24445 (@pxref{Archived Messages}).
24446
24447 @item
24448 Partial thread regeneration now happens when articles are
24449 referred.
24450
24451 @item
24452 Gnus can make use of GroupLens predictions (@pxref{GroupLens}).
24453
24454 @item
24455 Picons (personal icons) can be displayed under XEmacs (@pxref{Picons}).
24456
24457 @item
24458 A @code{trn}-like tree buffer can be displayed (@pxref{Tree Display}).
24459
24460 @lisp
24461 (setq gnus-use-trees t)
24462 @end lisp
24463
24464 @item
24465 An @code{nn}-like pick-and-read minor mode is available for the summary
24466 buffers (@pxref{Pick and Read}).
24467
24468 @lisp
24469 (add-hook 'gnus-summary-mode-hook 'gnus-pick-mode)
24470 @end lisp
24471
24472 @item
24473 In binary groups you can use a special binary minor mode (@pxref{Binary
24474 Groups}).
24475
24476 @item
24477 Groups can be grouped in a folding topic hierarchy (@pxref{Group
24478 Topics}).
24479
24480 @lisp
24481 (add-hook 'gnus-group-mode-hook 'gnus-topic-mode)
24482 @end lisp
24483
24484 @item
24485 Gnus can re-send and bounce mail (@pxref{Summary Mail Commands}).
24486
24487 @item
24488 Groups can now have a score, and bubbling based on entry frequency
24489 is possible (@pxref{Group Score}).
24490
24491 @lisp
24492 (add-hook 'gnus-summary-exit-hook 'gnus-summary-bubble-group)
24493 @end lisp
24494
24495 @item
24496 Groups can be process-marked, and commands can be performed on
24497 groups of groups (@pxref{Marking Groups}).
24498
24499 @item
24500 Caching is possible in virtual groups.
24501
24502 @item
24503 @code{nndoc} now understands all kinds of digests, mail boxes, rnews
24504 news batches, ClariNet briefs collections, and just about everything
24505 else (@pxref{Document Groups}).
24506
24507 @item
24508 Gnus has a new back end (@code{nnsoup}) to create/read SOUP packets
24509 (@pxref{SOUP}).
24510
24511 @item
24512 The Gnus cache is much faster.
24513
24514 @item
24515 Groups can be sorted according to many criteria (@pxref{Sorting
24516 Groups}).
24517
24518 @item
24519 New group parameters have been introduced to set list-addresses and
24520 expiry times (@pxref{Group Parameters}).
24521
24522 @item
24523 All formatting specs allow specifying faces to be used
24524 (@pxref{Formatting Fonts}).
24525
24526 @item
24527 There are several more commands for setting/removing/acting on process
24528 marked articles on the @kbd{M P} submap (@pxref{Setting Process Marks}).
24529
24530 @item
24531 The summary buffer can be limited to show parts of the available
24532 articles based on a wide range of criteria.  These commands have been
24533 bound to keys on the @kbd{/} submap (@pxref{Limiting}).
24534
24535 @item
24536 Articles can be made persistent with the @kbd{*} command
24537 (@pxref{Persistent Articles}).
24538
24539 @item
24540 All functions for hiding article elements are now toggles.
24541
24542 @item
24543 Article headers can be buttonized (@pxref{Article Washing}).
24544
24545 @item
24546 All mail back ends support fetching articles by @code{Message-ID}.
24547
24548 @item
24549 Duplicate mail can now be treated properly (@pxref{Duplicates}).
24550
24551 @item
24552 All summary mode commands are available directly from the article
24553 buffer (@pxref{Article Keymap}).
24554
24555 @item
24556 Frames can be part of @code{gnus-buffer-configuration} (@pxref{Window
24557 Layout}).
24558
24559 @item
24560 Mail can be re-scanned by a daemonic process (@pxref{Daemons}).
24561 @iftex
24562 @iflatex
24563 \marginpar[\mbox{}\hfill\epsfig{figure=ps/fseptember,height=5cm}]{\epsfig{figure=ps/fseptember,height=5cm}}
24564 @end iflatex
24565 @end iftex
24566
24567 @item
24568 Gnus can make use of NoCeM files to weed out spam (@pxref{NoCeM}).
24569
24570 @lisp
24571 (setq gnus-use-nocem t)
24572 @end lisp
24573
24574 @item
24575 Groups can be made permanently visible (@pxref{Listing Groups}).
24576
24577 @lisp
24578 (setq gnus-permanently-visible-groups "^nnml:")
24579 @end lisp
24580
24581 @item
24582 Many new hooks have been introduced to make customizing easier.
24583
24584 @item
24585 Gnus respects the @code{Mail-Copies-To} header.
24586
24587 @item
24588 Threads can be gathered by looking at the @code{References} header
24589 (@pxref{Customizing Threading}).
24590
24591 @lisp
24592 (setq gnus-summary-thread-gathering-function
24593       'gnus-gather-threads-by-references)
24594 @end lisp
24595
24596 @item
24597 Read articles can be stored in a special backlog buffer to avoid
24598 refetching (@pxref{Article Backlog}).
24599
24600 @lisp
24601 (setq gnus-keep-backlog 50)
24602 @end lisp
24603
24604 @item
24605 A clean copy of the current article is always stored in a separate
24606 buffer to allow easier treatment.
24607
24608 @item
24609 Gnus can suggest where to save articles (@pxref{Saving Articles}).
24610
24611 @item
24612 Gnus doesn't have to do as much prompting when saving (@pxref{Saving
24613 Articles}).
24614
24615 @lisp
24616 (setq gnus-prompt-before-saving t)
24617 @end lisp
24618
24619 @item
24620 @code{gnus-uu} can view decoded files asynchronously while fetching
24621 articles (@pxref{Other Decode Variables}).
24622
24623 @lisp
24624 (setq gnus-uu-grabbed-file-functions 'gnus-uu-grab-view)
24625 @end lisp
24626
24627 @item
24628 Filling in the article buffer now works properly on cited text
24629 (@pxref{Article Washing}).
24630
24631 @item
24632 Hiding cited text adds buttons to toggle hiding, and how much
24633 cited text to hide is now customizable (@pxref{Article Hiding}).
24634
24635 @lisp
24636 (setq gnus-cited-lines-visible 2)
24637 @end lisp
24638
24639 @item
24640 Boring headers can be hidden (@pxref{Article Hiding}).
24641
24642 @item
24643 Default scoring values can now be set from the menu bar.
24644
24645 @item
24646 Further syntax checking of outgoing articles have been added.
24647
24648 @end itemize
24649
24650
24651 @node Red Gnus
24652 @subsubsection Red Gnus
24653
24654 New features in Gnus 5.4/5.5:
24655
24656 @iftex
24657 @iflatex
24658 \gnusfig{-5.5cm}{-4cm}{\epsfig{figure=ps/red,height=20cm}}
24659 @end iflatex
24660 @end iftex
24661
24662 @itemize @bullet
24663
24664 @item
24665 @file{nntp.el} has been totally rewritten in an asynchronous fashion.
24666
24667 @item
24668 Article prefetching functionality has been moved up into
24669 Gnus (@pxref{Asynchronous Fetching}).
24670
24671 @item
24672 Scoring can now be performed with logical operators like @code{and},
24673 @code{or}, @code{not}, and parent redirection (@pxref{Advanced
24674 Scoring}).
24675
24676 @item
24677 Article washing status can be displayed in the
24678 article mode line (@pxref{Misc Article}).
24679
24680 @item
24681 @file{gnus.el} has been split into many smaller files.
24682
24683 @item
24684 Suppression of duplicate articles based on Message-ID can be done
24685 (@pxref{Duplicate Suppression}).
24686
24687 @lisp
24688 (setq gnus-suppress-duplicates t)
24689 @end lisp
24690
24691 @item
24692 New variables for specifying what score and adapt files are to be
24693 considered home score and adapt files (@pxref{Home Score File}) have
24694 been added.
24695
24696 @item
24697 @code{nndoc} was rewritten to be easily extendable (@pxref{Document
24698 Server Internals}).
24699
24700 @item
24701 Groups can inherit group parameters from parent topics (@pxref{Topic
24702 Parameters}).
24703
24704 @item
24705 Article editing has been revamped and is now actually usable.
24706
24707 @item
24708 Signatures can be recognized in more intelligent fashions
24709 (@pxref{Article Signature}).
24710
24711 @item
24712 Summary pick mode has been made to look more @code{nn}-like.  Line
24713 numbers are displayed and the @kbd{.} command can be used to pick
24714 articles (@code{Pick and Read}).
24715
24716 @item
24717 Commands for moving the @file{.newsrc.eld} from one server to
24718 another have been added (@pxref{Changing Servers}).
24719
24720 @item
24721 There's a way now to specify that ``uninteresting'' fields be suppressed
24722 when generating lines in buffers (@pxref{Advanced Formatting}).
24723
24724 @item
24725 Several commands in the group buffer can be undone with @kbd{C-M-_}
24726 (@pxref{Undo}).
24727
24728 @item
24729 Scoring can be done on words using the new score type @code{w}
24730 (@pxref{Score File Format}).
24731
24732 @item
24733 Adaptive scoring can be done on a Subject word-by-word basis
24734 (@pxref{Adaptive Scoring}).
24735
24736 @lisp
24737 (setq gnus-use-adaptive-scoring '(word))
24738 @end lisp
24739
24740 @item
24741 Scores can be decayed (@pxref{Score Decays}).
24742
24743 @lisp
24744 (setq gnus-decay-scores t)
24745 @end lisp
24746
24747 @item
24748 Scoring can be performed using a regexp on the Date header.  The Date is
24749 normalized to compact ISO 8601 format first (@pxref{Score File Format}).
24750
24751 @item
24752 A new command has been added to remove all data on articles from
24753 the native server (@pxref{Changing Servers}).
24754
24755 @item
24756 A new command for reading collections of documents
24757 (@code{nndoc} with @code{nnvirtual} on top) has been added---@kbd{C-M-d}
24758 (@pxref{Really Various Summary Commands}).
24759
24760 @item
24761 Process mark sets can be pushed and popped (@pxref{Setting Process
24762 Marks}).
24763
24764 @item
24765 A new mail-to-news back end makes it possible to post even when the @acronym{NNTP}
24766 server doesn't allow posting (@pxref{Mail-To-News Gateways}).
24767
24768 @item
24769 A new back end for reading searches from Web search engines
24770 (@dfn{DejaNews}, @dfn{Alta Vista}, @dfn{InReference}) has been added
24771 (@pxref{Web Searches}).
24772
24773 @item
24774 Groups inside topics can now be sorted using the standard sorting
24775 functions, and each topic can be sorted independently (@pxref{Topic
24776 Sorting}).
24777
24778 @item
24779 Subsets of the groups can be sorted independently (@code{Sorting
24780 Groups}).
24781
24782 @item
24783 Cached articles can be pulled into the groups (@pxref{Summary Generation
24784 Commands}).
24785 @iftex
24786 @iflatex
24787 \marginpar[\mbox{}\hfill\epsfig{figure=ps/fred,width=3cm}]{\epsfig{figure=ps/fred,width=3cm}}
24788 @end iflatex
24789 @end iftex
24790
24791 @item
24792 Score files are now applied in a more reliable order (@pxref{Score
24793 Variables}).
24794
24795 @item
24796 Reports on where mail messages end up can be generated (@pxref{Splitting
24797 Mail}).
24798
24799 @item
24800 More hooks and functions have been added to remove junk from incoming
24801 mail before saving the mail (@pxref{Washing Mail}).
24802
24803 @item
24804 Emphasized text can be properly fontisized:
24805
24806 @end itemize
24807
24808
24809 @node Quassia Gnus
24810 @subsubsection Quassia Gnus
24811
24812 New features in Gnus 5.6:
24813
24814 @itemize @bullet
24815
24816 @item
24817 New functionality for using Gnus as an offline newsreader has been
24818 added.  A plethora of new commands and modes have been added.
24819 @xref{Gnus Unplugged}, for the full story.
24820
24821 @item
24822 The @code{nndraft} back end has returned, but works differently than
24823 before.  All Message buffers are now also articles in the @code{nndraft}
24824 group, which is created automatically.
24825
24826 @item
24827 @code{gnus-alter-header-function} can now be used to alter header
24828 values.
24829
24830 @item
24831 @code{gnus-summary-goto-article} now accept Message-ID's.
24832
24833 @item
24834 A new Message command for deleting text in the body of a message
24835 outside the region: @kbd{C-c C-v}.
24836
24837 @item
24838 You can now post to component group in @code{nnvirtual} groups with
24839 @kbd{C-u C-c C-c}.
24840
24841 @item
24842  @code{nntp-rlogin-program}---new variable to ease customization.
24843
24844 @item
24845 @code{C-u C-c C-c} in @code{gnus-article-edit-mode} will now inhibit
24846 re-highlighting of the article buffer.
24847
24848 @item
24849 New element in @code{gnus-boring-article-headers}---@code{long-to}.
24850
24851 @item
24852 @kbd{M-i} symbolic prefix command.  @xref{Symbolic Prefixes}, for
24853 details.
24854
24855 @item
24856 @kbd{L} and @kbd{I} in the summary buffer now take the symbolic prefix
24857 @kbd{a} to add the score rule to the @file{all.SCORE} file.
24858
24859 @item
24860 @code{gnus-simplify-subject-functions} variable to allow greater
24861 control over simplification.
24862
24863 @item
24864 @kbd{A T}---new command for fetching the current thread.
24865
24866 @item
24867 @kbd{/ T}---new command for including the current thread in the
24868 limit.
24869
24870 @item
24871 @kbd{M-RET} is a new Message command for breaking cited text.
24872
24873 @item
24874 @samp{\\1}-expressions are now valid in @code{nnmail-split-methods}.
24875
24876 @item
24877 The @code{custom-face-lookup} function has been removed.
24878 If you used this function in your initialization files, you must
24879 rewrite them to use @code{face-spec-set} instead.
24880
24881 @item
24882 Canceling now uses the current select method.  Symbolic prefix
24883 @kbd{a} forces normal posting method.
24884
24885 @item
24886 New command to translate M******** sm*rtq**t*s into proper
24887 text---@kbd{W d}.
24888
24889 @item
24890 For easier debugging of @code{nntp}, you can set
24891 @code{nntp-record-commands} to a non-@code{nil} value.
24892
24893 @item
24894 @code{nntp} now uses @file{~/.authinfo}, a @file{.netrc}-like file, for
24895 controlling where and how to send @sc{authinfo} to @acronym{NNTP} servers.
24896
24897 @item
24898 A command for editing group parameters from the summary buffer
24899 has been added.
24900
24901 @item
24902 A history of where mails have been split is available.
24903
24904 @item
24905 A new article date command has been added---@code{article-date-iso8601}.
24906
24907 @item
24908 Subjects can be simplified when threading by setting
24909 @code{gnus-score-thread-simplify}.
24910
24911 @item
24912 A new function for citing in Message has been
24913 added---@code{message-cite-original-without-signature}.
24914
24915 @item
24916 @code{article-strip-all-blank-lines}---new article command.
24917
24918 @item
24919 A new Message command to kill to the end of the article has
24920 been added.
24921
24922 @item
24923 A minimum adaptive score can be specified by using the
24924 @code{gnus-adaptive-word-minimum} variable.
24925
24926 @item
24927 The ``lapsed date'' article header can be kept continually
24928 updated by the @code{gnus-start-date-timer} command.
24929
24930 @item
24931 Web listserv archives can be read with the @code{nnlistserv} back end.
24932
24933 @item
24934 Old dejanews archives can now be read by @code{nnweb}.
24935
24936 @end itemize
24937
24938 @node Pterodactyl Gnus
24939 @subsubsection Pterodactyl Gnus
24940
24941 New features in Gnus 5.8:
24942
24943 @itemize @bullet
24944
24945 @item
24946 The mail-fetching functions have changed.  See the manual for the
24947 many details.  In particular, all procmail fetching variables are gone.
24948
24949 If you used procmail like in
24950
24951 @lisp
24952 (setq nnmail-use-procmail t)
24953 (setq nnmail-spool-file 'procmail)
24954 (setq nnmail-procmail-directory "~/mail/incoming/")
24955 (setq nnmail-procmail-suffix "\\.in")
24956 @end lisp
24957
24958 this now has changed to
24959
24960 @lisp
24961 (setq mail-sources
24962       '((directory :path "~/mail/incoming/"
24963                    :suffix ".in")))
24964 @end lisp
24965
24966 @xref{Mail Source Specifiers}.
24967
24968 @item
24969 Gnus is now a @acronym{MIME}-capable reader.  This affects many parts of
24970 Gnus, and adds a slew of new commands.  See the manual for details.
24971
24972 @item
24973 Gnus has also been multilingualized.  This also affects too
24974 many parts of Gnus to summarize here, and adds many new variables.
24975
24976 @item
24977 @code{gnus-auto-select-first} can now be a function to be
24978 called to position point.
24979
24980 @item
24981 The user can now decide which extra headers should be included in
24982 summary buffers and @acronym{NOV} files.
24983
24984 @item
24985 @code{gnus-article-display-hook} has been removed.  Instead, a number
24986 of variables starting with @code{gnus-treat-} have been added.
24987
24988 @item
24989 The Gnus posting styles have been redone again and now works in a
24990 subtly different manner.
24991
24992 @item
24993 New web-based back ends have been added: @code{nnslashdot},
24994 @code{nnwarchive} and @code{nnultimate}.  nnweb has been revamped,
24995 again, to keep up with ever-changing layouts.
24996
24997 @item
24998 Gnus can now read @acronym{IMAP} mail via @code{nnimap}.
24999
25000 @end itemize
25001
25002 @node Oort Gnus
25003 @subsubsection Oort Gnus
25004 @cindex Oort Gnus
25005
25006 New features in Gnus 5.10:
25007
25008 @itemize @bullet
25009
25010 @item
25011 The revised Gnus @acronym{FAQ} is included in the manual,
25012 @xref{Frequently Asked Questions}.
25013
25014 @item
25015 Upgrading from previous (stable) version if you have used Oort.
25016
25017 If you have tried Oort (the unstable Gnus branch leading to this
25018 release) but went back to a stable version, be careful when upgrading to
25019 this version.  In particular, you will probably want to remove all
25020 @file{.marks} (nnml) and @file{.mrk} (nnfolder) files, so that flags are
25021 read from your @file{.newsrc.eld} instead of from the
25022 @file{.marks}/@file{.mrk} file where this release store flags.  See a
25023 later entry for more information about marks.  Note that downgrading
25024 isn't save in general.
25025
25026 @item
25027 Article Buttons
25028
25029 More buttons for URLs, mail addresses, Message-IDs, Info links, man
25030 pages and Emacs or Gnus related references.  @xref{Article Buttons}.  The
25031 variables @code{gnus-button-@var{*}-level} can be used to control the
25032 appearance of all article buttons.  @xref{Article Button Levels}.
25033
25034 @item
25035 Dired integration
25036
25037 @code{gnus-dired-minor-mode} installs key bindings in dired buffers to send
25038 a file as an attachment (@kbd{C-c C-a}), open a file using the appropriate
25039 mailcap entry (@kbd{C-c C-l}), and print a file using the mailcap entry
25040 (@kbd{C-c P}).  It is enabled with
25041 @lisp
25042 (add-hook 'dired-mode-hook 'turn-on-gnus-dired-mode)
25043 @end lisp
25044
25045 @item
25046 Gnus can display RSS newsfeeds as a newsgroup.  @xref{RSS}.
25047
25048 @item
25049 Single-part yenc encoded attachments can be decoded.
25050
25051 @item
25052 Picons
25053
25054 The picons code has been reimplemented to work in GNU Emacs---some of
25055 the previous options have been removed or renamed.
25056
25057 Picons are small ``personal icons'' representing users, domain and
25058 newsgroups, which can be displayed in the Article buffer.
25059 @xref{Picons}.
25060
25061 @item
25062 If the new option @code{gnus-treat-body-boundary} is non-@code{nil}, a
25063 boundary line is drawn at the end of the headers.
25064
25065 @item
25066 Retrieval of charters and control messages
25067
25068 There are new commands for fetching newsgroup charters (@kbd{H c}) and
25069 control messages (@kbd{H C}).
25070
25071 @item
25072 Delayed articles
25073
25074 You can delay the sending of a message with @kbd{C-c C-j} in the Message
25075 buffer.  The messages are delivered at specified time.  This is useful
25076 for sending yourself reminders.  @xref{Delayed Articles}.
25077
25078 @item
25079 If @code{auto-compression-mode} is enabled, attachments are automatically
25080 decompressed when activated.
25081
25082 @item
25083 If the new option @code{nnml-use-compressed-files} is non-@code{nil},
25084 the nnml back end allows compressed message files.
25085
25086 @item
25087 Signed article headers (X-PGP-Sig) can be verified with @kbd{W p}.
25088
25089 @item
25090 The Summary Buffer uses an arrow in the fringe to indicate the current
25091 article.  Use @code{(setq gnus-summary-display-arrow nil)} to disable it.
25092
25093 @item
25094 Warn about email replies to news
25095
25096 Do you often find yourself replying to news by email by mistake?  Then
25097 the new option @code{gnus-confirm-mail-reply-to-news} is just the thing for
25098 you.
25099
25100 @item
25101 If the new option @code{gnus-summary-display-while-building} is
25102 non-@code{nil}, the summary buffer is shown and updated as it's being
25103 built.
25104
25105 @item
25106 The new @code{recent} mark @samp{.} indicates newly arrived messages (as
25107 opposed to old but unread messages).
25108
25109 @item
25110 The new option @code{gnus-gcc-mark-as-read} automatically marks
25111 Gcc articles as read.
25112
25113 @item
25114 The nndoc back end now supports mailman digests and exim bounces.
25115
25116 @item
25117 Gnus supports RFC 2369 mailing list headers, and adds a number of
25118 related commands in mailing list groups.  @xref{Mailing List}.
25119
25120 @item
25121 The Date header can be displayed in a format that can be read aloud
25122 in English.  @xref{Article Date}.
25123
25124 @item
25125 The envelope sender address can be customized when using Sendmail.
25126 @xref{Mail Variables, Mail Variables,, message, Message Manual}.
25127
25128 @item
25129 diffs are automatically highlighted in groups matching
25130 @code{mm-uu-diff-groups-regexp}
25131
25132 @item
25133 @acronym{TLS} wrapper shipped with Gnus
25134
25135 @acronym{TLS}/@acronym{SSL} is now supported in @acronym{IMAP} and
25136 @acronym{NNTP} via @file{tls.el} and GNUTLS.  The old
25137 @acronym{TLS}/@acronym{SSL} support via (external third party)
25138 @file{ssl.el} and OpenSSL still works.
25139
25140 @item
25141 New @file{make.bat} for compiling and installing Gnus under MS Windows
25142
25143 Use @file{make.bat} if you want to install Gnus under MS Windows, the
25144 first argument to the batch-program should be the directory where
25145 @file{xemacs.exe} respectively @file{emacs.exe} is located, iff you want
25146 to install Gnus after compiling it, give @file{make.bat} @code{/copy} as
25147 the second parameter.
25148
25149 @file{make.bat} has been rewritten from scratch, it now features
25150 automatic recognition of XEmacs and GNU Emacs, generates
25151 @file{gnus-load.el}, checks if errors occur while compilation and
25152 generation of info files and reports them at the end of the build
25153 process.  It now uses @code{makeinfo} if it is available and falls
25154 back to @file{infohack.el} otherwise.  @file{make.bat} should now
25155 install all files which are necessary to run Gnus and be generally a
25156 complete replacement for the @code{configure; make; make install}
25157 cycle used under Unix systems.
25158
25159 The new @file{make.bat} makes @file{make-x.bat} superfluous, so it has
25160 been removed.
25161
25162 @item
25163 Support for non-@acronym{ASCII} domain names
25164
25165 Message supports non-@acronym{ASCII} domain names in From:, To: and
25166 Cc: and will query you whether to perform encoding when you try to
25167 send a message.  The variable @code{message-use-idna} controls this.
25168 Gnus will also decode non-@acronym{ASCII} domain names in From:, To:
25169 and Cc: when you view a message.  The variable @code{gnus-use-idna}
25170 controls this.
25171
25172 @item
25173 Better handling of Microsoft citation styles
25174
25175 Gnus now tries to recognize the mangled header block that some Microsoft
25176 mailers use to indicate that the rest of the message is a citation, even
25177 though it is not quoted in any way.  The variable
25178 @code{gnus-cite-unsightly-citation-regexp} matches the start of these
25179 citations.
25180
25181 @item
25182 @code{gnus-article-skip-boring}
25183
25184 If you set @code{gnus-article-skip-boring} to @code{t}, then Gnus will
25185 not scroll down to show you a page that contains only boring text,
25186 which by default means cited text and signature.  You can customize
25187 what is skippable using @code{gnus-article-boring-faces}.
25188
25189 This feature is especially useful if you read many articles that
25190 consist of a little new content at the top with a long, untrimmed
25191 message cited below.
25192
25193 @item
25194 The format spec @code{%C} for positioning point has changed to @code{%*}.
25195
25196 @item
25197 The new variable @code{gnus-parameters} can be used to set group parameters.
25198
25199 Earlier this was done only via @kbd{G p} (or @kbd{G c}), which stored
25200 the parameters in @file{~/.newsrc.eld}, but via this variable you can
25201 enjoy the powers of customize, and simplified backups since you set the
25202 variable in @file{~/.emacs} instead of @file{~/.newsrc.eld}.  The
25203 variable maps regular expressions matching group names to group
25204 parameters, a'la:
25205 @lisp
25206 (setq gnus-parameters
25207       '(("mail\\..*"
25208          (gnus-show-threads nil)
25209          (gnus-use-scoring nil))
25210         ("^nnimap:\\(foo.bar\\)$"
25211          (to-group . "\\1"))))
25212 @end lisp
25213
25214 @item
25215 Smileys (@samp{:-)}, @samp{;-)} etc) are now iconized for Emacs too.
25216
25217 Put @code{(setq gnus-treat-display-smileys nil)} in @file{~/.emacs} to
25218 disable it.
25219
25220 @item
25221 Gnus no longer generate the Sender: header automatically.
25222
25223 Earlier it was generated iff the user configurable email address was
25224 different from the Gnus guessed default user address.  As the guessing
25225 algorithm is rarely correct these days, and (more controversially) the
25226 only use of the Sender: header was to check if you are entitled to
25227 cancel/supersede news (which is now solved by Cancel Locks instead,
25228 see another entry), generation of the header has been disabled by
25229 default.  See the variables @code{message-required-headers},
25230 @code{message-required-news-headers}, and
25231 @code{message-required-mail-headers}.
25232
25233 @item
25234 Features from third party @file{message-utils.el} added to @file{message.el}.
25235
25236 Message now asks if you wish to remove @samp{(was: <old subject>)} from
25237 subject lines (see @code{message-subject-trailing-was-query}).  @kbd{C-c
25238 M-m} and @kbd{C-c M-f} inserts markers indicating included text.
25239 @kbd{C-c C-f a} adds a X-No-Archive: header.  @kbd{C-c C-f x} inserts
25240 appropriate headers and a note in the body for cross-postings and
25241 followups (see the variables @code{message-cross-post-@var{*}}).
25242
25243 @item
25244 References and X-Draft-Headers are no longer generated when you start
25245 composing messages and @code{message-generate-headers-first} is
25246 @code{nil}.
25247
25248 @item
25249 Improved anti-spam features.
25250
25251 Gnus is now able to take out spam from your mail and news streams
25252 using a wide variety of programs and filter rules.  Among the supported
25253 methods are RBL blocklists, bogofilter and white/blacklists.  Hooks
25254 for easy use of external packages such as SpamAssassin and Hashcash
25255 are also new.  @xref{Thwarting Email Spam}.
25256
25257 @item
25258 Easy inclusion of X-Faces headers.
25259
25260 @item
25261 Face headers handling.
25262
25263 @item
25264 In the summary buffer, the new command @kbd{/ N} inserts new messages
25265 and @kbd{/ o} inserts old messages.
25266
25267 @item
25268 Gnus decodes morse encoded messages if you press @kbd{W m}.
25269
25270 @item
25271 Unread count correct in nnimap groups.
25272
25273 The estimated number of unread articles in the group buffer should now
25274 be correct for nnimap groups.  This is achieved by calling
25275 @code{nnimap-fixup-unread-after-getting-new-news} from the
25276 @code{gnus-setup-news-hook} (called on startup) and
25277 @code{gnus-after-getting-new-news-hook}. (called after getting new
25278 mail).  If you have modified those variables from the default, you may
25279 want to add @code{nnimap-fixup-unread-after-getting-new-news} again.  If
25280 you were happy with the estimate and want to save some (minimal) time
25281 when getting new mail, remove the function.
25282
25283 @item
25284 Group Carbon Copy (GCC) quoting
25285
25286 To support groups that contains SPC and other weird characters, groups
25287 are quoted before they are placed in the Gcc: header.  This means
25288 variables such as @code{gnus-message-archive-group} should no longer
25289 contain quote characters to make groups containing SPC work.  Also, if
25290 you are using the string @samp{nnml:foo, nnml:bar} (indicating Gcc
25291 into two groups) you must change it to return the list
25292 @code{("nnml:foo" "nnml:bar")}, otherwise the Gcc: line will be quoted
25293 incorrectly.  Note that returning the string @samp{nnml:foo, nnml:bar}
25294 was incorrect earlier, it just didn't generate any problems since it
25295 was inserted directly.
25296
25297 @item
25298 @file{~/News/overview/} not used.
25299
25300 As a result of the following change, the @file{~/News/overview/}
25301 directory is not used any more.  You can safely delete the entire
25302 hierarchy.
25303
25304 @item
25305 @code{gnus-agent}
25306
25307 The Gnus Agent has seen a major updated and is now enabled by default,
25308 and all nntp and nnimap servers from @code{gnus-select-method} and
25309 @code{gnus-secondary-select-method} are agentized by default.  Earlier
25310 only the server in @code{gnus-select-method} was agentized by the
25311 default, and the agent was disabled by default.  When the agent is
25312 enabled, headers are now also retrieved from the Agent cache instead
25313 of the back ends when possible.  Earlier this only happened in the
25314 unplugged state.  You can enroll or remove servers with @kbd{J a} and
25315 @kbd{J r} in the server buffer.  Gnus will not download articles into
25316 the Agent cache, unless you instruct it to do so, though, by using
25317 @kbd{J u} or @kbd{J s} from the Group buffer.  You revert to the old
25318 behaviour of having the Agent disabled with @code{(setq gnus-agent
25319 nil)}.  Note that putting @code{(gnus-agentize)} in @file{~/.gnus.el}
25320 is not needed any more.
25321
25322 @item
25323 @code{gnus-summary-line-format}
25324
25325 The default value changed to @samp{%U%R%z%I%(%[%4L: %-23,23f%]%)
25326 %s\n}.  Moreover @code{gnus-extra-headers},
25327 @code{nnmail-extra-headers} and @code{gnus-ignored-from-addresses}
25328 changed their default so that the users name will be replaced by the
25329 recipient's name or the group name posting to for @acronym{NNTP}
25330 groups.
25331
25332 @item
25333 @file{deuglify.el} (@code{gnus-article-outlook-deuglify-article})
25334
25335 A new file from Raymond Scholz @email{rscholz@@zonix.de} for deuglifying
25336 broken Outlook (Express) articles.
25337
25338 @item
25339 @code{(require 'gnus-load)}
25340
25341 If you use a stand-alone Gnus distribution, you'd better add
25342 @code{(require 'gnus-load)} into your @file{~/.emacs} after adding the Gnus
25343 lisp directory into load-path.
25344
25345 File @file{gnus-load.el} contains autoload commands, functions and variables,
25346 some of which may not be included in distributions of Emacsen.
25347
25348 @item
25349 @code{gnus-slave-unplugged}
25350
25351 A new command which starts Gnus offline in slave mode.
25352
25353 @item
25354 @code{message-insinuate-rmail}
25355
25356 Adding @code{(message-insinuate-rmail)} and @code{(setq
25357 mail-user-agent 'gnus-user-agent)} in @file{.emacs} convinces Rmail to
25358 compose, reply and forward messages in message-mode, where you can
25359 enjoy the power of @acronym{MML}.
25360
25361 @item
25362 @code{message-minibuffer-local-map}
25363
25364 The line below enables BBDB in resending a message:
25365 @lisp
25366 (define-key message-minibuffer-local-map [(tab)]
25367   'bbdb-complete-name)
25368 @end lisp
25369
25370 @item
25371 Externalizing and deleting of attachments.
25372
25373 If @code{gnus-gcc-externalize-attachments} or
25374 @code{message-fcc-externalize-attachments} is non-@code{nil}, attach
25375 local files as external parts.
25376
25377 The command @code{gnus-mime-save-part-and-strip} (bound to @kbd{C-o}
25378 on @acronym{MIME} buttons) saves a part and replaces the part with an
25379 external one.  @code{gnus-mime-delete-part} (bound to @kbd{d} on
25380 @acronym{MIME} buttons) removes a part.  It works only on back ends
25381 that support editing.
25382
25383 @item
25384 @code{gnus-default-charset}
25385
25386 The default value is determined from the
25387 @code{current-language-environment} variable, instead of
25388 @code{iso-8859-1}.  Also the @samp{.*} item in
25389 @code{gnus-group-charset-alist} is removed.
25390
25391 @item
25392 @code{gnus-posting-styles}
25393
25394 Add a new format of match like
25395 @lisp
25396 ((header "to" "larsi.*org")
25397  (Organization "Somewhere, Inc."))
25398 @end lisp
25399 The old format like the lines below is obsolete, but still accepted.
25400 @lisp
25401 (header "to" "larsi.*org"
25402         (Organization "Somewhere, Inc."))
25403 @end lisp
25404
25405 @item
25406 @code{message-ignored-news-headers} and @code{message-ignored-mail-headers}
25407
25408 @samp{X-Draft-From} and @samp{X-Gnus-Agent-Meta-Information} have been
25409 added into these two variables.  If you customized those, perhaps you
25410 need add those two headers too.
25411
25412 @item
25413 Gnus reads the @acronym{NOV} and articles in the Agent if plugged.
25414
25415 If one reads an article while plugged, and the article already exists
25416 in the Agent, it won't get downloaded once more.  @code{(setq
25417 gnus-agent-cache nil)} reverts to the old behavior.
25418
25419 @item
25420 Gnus supports the ``format=flowed'' (RFC 2646) parameter.  On
25421 composing messages, it is enabled by @code{use-hard-newlines}.
25422 Decoding format=flowed was present but not documented in earlier
25423 versions.
25424
25425 @item
25426 Gnus supports the generation of RFC 2298 Disposition Notification requests.
25427
25428 This is invoked with the @kbd{C-c M-n} key binding from message mode.
25429
25430 @item
25431 Gnus supports Maildir groups.
25432
25433 Gnus includes a new back end @file{nnmaildir.el}.  @xref{Maildir}.
25434
25435 @item
25436 Printing capabilities are enhanced.
25437
25438 Gnus supports Muttprint natively with @kbd{O P} from the Summary and
25439 Article buffers.  Also, each individual @acronym{MIME} part can be
25440 printed using @kbd{p} on the @acronym{MIME} button.
25441
25442 @item
25443 Message supports the Importance: (RFC 2156) header.
25444
25445 In the message buffer, @kbd{C-c C-f C-i} or @kbd{C-c C-u} cycles through
25446 the valid values.
25447
25448 @item
25449 Gnus supports Cancel Locks in News.
25450
25451 This means a header @samp{Cancel-Lock} is inserted in news posting.  It is
25452 used to determine if you wrote an article or not (for canceling and
25453 superseding).  Gnus generates a random password string the first time
25454 you post a message, and saves it in your @file{~/.emacs} using the Custom
25455 system.  While the variable is called @code{canlock-password}, it is not
25456 security sensitive data.  Publishing your canlock string on the web
25457 will not allow anyone to be able to anything she could not already do.
25458 The behaviour can be changed by customizing @code{message-insert-canlock}.
25459
25460 @item
25461 Gnus supports server-side mail filtering using Sieve.
25462
25463 Sieve rules can be added as Group Parameters for groups, and the
25464 complete Sieve script is generated using @kbd{D g} from the Group
25465 buffer, and then uploaded to the server using @kbd{C-c C-l} in the
25466 generated Sieve buffer.  @xref{Sieve Commands}, and the new Sieve
25467 manual @ref{Top, , Top, sieve, Emacs Sieve}.
25468
25469 @item
25470 Extended format specs.
25471
25472 Format spec @samp{%&user-date;} is added into
25473 @code{gnus-summary-line-format-alist}.  Also, user defined extended
25474 format specs are supported.  The extended format specs look like
25475 @samp{%u&foo;}, which invokes function
25476 @code{gnus-user-format-function-@var{foo}}.  Because @samp{&} is used as the
25477 escape character, old user defined format @samp{%u&} is no longer supported.
25478
25479 @item
25480 @kbd{/ *} (@code{gnus-summary-limit-include-cached}) is rewritten.
25481
25482 It was aliased to @kbd{Y c}
25483 (@code{gnus-summary-insert-cached-articles}).  The new function filters
25484 out other articles.
25485
25486 @item Some limiting commands accept a @kbd{C-u} prefix to negate the match.
25487
25488 If @kbd{C-u} is used on subject, author or extra headers, i.e., @kbd{/
25489 s}, @kbd{/ a}, and @kbd{/ x}
25490 (@code{gnus-summary-limit-to-@{subject,author,extra@}}) respectively, the
25491 result will be to display all articles that do not match the expression.
25492
25493 @item
25494 Group names are treated as UTF-8 by default.
25495
25496 This is supposedly what USEFOR wanted to migrate to.  See
25497 @code{gnus-group-name-charset-group-alist} and
25498 @code{gnus-group-name-charset-method-alist} for customization.
25499
25500 @item
25501 The nnml and nnfolder back ends store marks for each groups.
25502
25503 This makes it possible to take backup of nnml/nnfolder servers/groups
25504 separately of @file{~/.newsrc.eld}, while preserving marks.  It also
25505 makes it possible to share articles and marks between users (without
25506 sharing the @file{~/.newsrc.eld} file) within e.g. a department.  It
25507 works by storing the marks stored in @file{~/.newsrc.eld} in a per-group
25508 file @file{.marks} (for nnml) and @file{@var{groupname}.mrk} (for
25509 nnfolder, named @var{groupname}).  If the nnml/nnfolder is moved to
25510 another machine, Gnus will automatically use the @file{.marks} or
25511 @file{.mrk} file instead of the information in @file{~/.newsrc.eld}.
25512 The new server variables @code{nnml-marks-is-evil} and
25513 @code{nnfolder-marks-is-evil} can be used to disable this feature.
25514
25515 @item
25516 The menu bar item (in Group and Summary buffer) named ``Misc'' has
25517 been renamed to ``Gnus''.
25518
25519 @item
25520 The menu bar item (in Message mode) named ``@acronym{MML}'' has been
25521 renamed to ``Attachments''.  Note that this menu also contains security
25522 related stuff, like signing and encryption (@pxref{Security, Security,,
25523 message, Message Manual}).
25524
25525 @item
25526 @code{gnus-group-charset-alist} and
25527 @code{gnus-group-ignored-charsets-alist}.
25528
25529 The regexps in these variables are compared with full group names
25530 instead of real group names in 5.8.  Users who customize these
25531 variables should change those regexps accordingly.  For example:
25532 @lisp
25533 ("^han\\>" euc-kr) -> ("\\(^\\|:\\)han\\>" euc-kr)
25534 @end lisp
25535
25536 @item
25537 Gnus supports @acronym{PGP} (RFC 1991/2440), @acronym{PGP/MIME} (RFC
25538 2015/3156) and @acronym{S/MIME} (RFC 2630-2633).
25539
25540 It needs an external @acronym{S/MIME} and OpenPGP implementation, but no
25541 additional Lisp libraries.  This add several menu items to the
25542 Attachments menu, and @kbd{C-c RET} key bindings, when composing
25543 messages.  This also obsoletes @code{gnus-article-hide-pgp-hook}.
25544
25545 @item
25546 Gnus inlines external parts (message/external).
25547
25548 @item
25549 @acronym{MML} (Mime compose) prefix changed from @kbd{M-m} to @kbd{C-c
25550 C-m}.
25551
25552 This change was made to avoid conflict with the standard binding of
25553 @code{back-to-indentation}, which is also useful in message mode.
25554
25555 @item
25556 The default for message-forward-show-mml changed to symbol @code{best}.
25557
25558 The behaviour for the @code{best} value is to show MML (i.e., convert MIME
25559 to MML) when appropriate.  MML will not be used when forwarding signed
25560 or encrypted messages, as the conversion invalidate the digital
25561 signature.
25562 @end itemize
25563
25564 @iftex
25565
25566 @page
25567 @node The Manual
25568 @section The Manual
25569 @cindex colophon
25570 @cindex manual
25571
25572 This manual was generated from a TeXinfo file and then run through
25573 either @code{texi2dvi}
25574 @iflatex
25575 or my own home-brewed TeXinfo to \LaTeX\ transformer,
25576 and then run through @code{latex} and @code{dvips}
25577 @end iflatex
25578 to get what you hold in your hands now.
25579
25580 The following conventions have been used:
25581
25582 @enumerate
25583
25584 @item
25585 This is a @samp{string}
25586
25587 @item
25588 This is a @kbd{keystroke}
25589
25590 @item
25591 This is a @file{file}
25592
25593 @item
25594 This is a @code{symbol}
25595
25596 @end enumerate
25597
25598 So if I were to say ``set @code{flargnoze} to @samp{yes}'', that would
25599 mean:
25600
25601 @lisp
25602 (setq flargnoze "yes")
25603 @end lisp
25604
25605 If I say ``set @code{flumphel} to @code{yes}'', that would mean:
25606
25607 @lisp
25608 (setq flumphel 'yes)
25609 @end lisp
25610
25611 @samp{yes} and @code{yes} are two @emph{very} different things---don't
25612 ever get them confused.
25613
25614 @iflatex
25615 @c @head
25616 Of course, everything in this manual is of vital interest, so you should
25617 read it all.  Several times.  However, if you feel like skimming the
25618 manual, look for that gnu head you should see in the margin over
25619 there---it means that what's being discussed is of more importance than
25620 the rest of the stuff.  (On the other hand, if everything is infinitely
25621 important, how can anything be more important than that?  Just one more
25622 of the mysteries of this world, I guess.)
25623 @end iflatex
25624
25625 @end iftex
25626
25627
25628 @node On Writing Manuals
25629 @section On Writing Manuals
25630
25631 I guess most manuals are written after-the-fact; documenting a program
25632 that's already there.  This is not how this manual is written.  When
25633 implementing something, I write the manual entry for that something
25634 straight away.  I then see that it's difficult to explain the
25635 functionality, so I write how it's supposed to be, and then I change the
25636 implementation.  Writing the documentation and writing the code goes
25637 hand in hand.
25638
25639 This, of course, means that this manual has no, or little, flow.  It
25640 documents absolutely everything in Gnus, but often not where you're
25641 looking for it.  It is a reference manual, and not a guide to how to get
25642 started with Gnus.
25643
25644 That would be a totally different book, that should be written using the
25645 reference manual as source material.  It would look quite differently.
25646
25647
25648 @page
25649 @node Terminology
25650 @section Terminology
25651
25652 @cindex terminology
25653 @table @dfn
25654
25655 @item news
25656 @cindex news
25657 This is what you are supposed to use this thing for---reading news.
25658 News is generally fetched from a nearby @acronym{NNTP} server, and is
25659 generally publicly available to everybody.  If you post news, the entire
25660 world is likely to read just what you have written, and they'll all
25661 snigger mischievously.  Behind your back.
25662
25663 @item mail
25664 @cindex mail
25665 Everything that's delivered to you personally is mail.  Some news/mail
25666 readers (like Gnus) blur the distinction between mail and news, but
25667 there is a difference.  Mail is private.  News is public.  Mailing is
25668 not posting, and replying is not following up.
25669
25670 @item reply
25671 @cindex reply
25672 Send a mail to the person who has written what you are reading.
25673
25674 @item follow up
25675 @cindex follow up
25676 Post an article to the current newsgroup responding to the article you
25677 are reading.
25678
25679 @item back end
25680 @cindex back end
25681 Gnus considers mail and news to be mostly the same, really.  The only
25682 difference is how to access the actual articles.  News articles are
25683 commonly fetched via the protocol @acronym{NNTP}, whereas mail
25684 messages could be read from a file on the local disk.  The internal
25685 architecture of Gnus thus comprises a ``front end'' and a number of
25686 ``back ends''.  Internally, when you enter a group (by hitting
25687 @key{RET}, say), you thereby invoke a function in the front end in
25688 Gnus.  The front end then ``talks'' to a back end and says things like
25689 ``Give me the list of articles in the foo group'' or ``Show me article
25690 number 4711''.
25691
25692 So a back end mainly defines either a protocol (the @code{nntp} back
25693 end accesses news via @acronym{NNTP}, the @code{nnimap} back end
25694 accesses mail via @acronym{IMAP}) or a file format and directory
25695 layout (the @code{nnspool} back end accesses news via the common
25696 ``spool directory'' format, the @code{nnml} back end access mail via a
25697 file format and directory layout that's quite similar).
25698
25699 Gnus does not handle the underlying media, so to speak---this is all
25700 done by the back ends.  A back end is a collection of functions to
25701 access the articles.
25702
25703 However, sometimes the term ``back end'' is also used where ``server''
25704 would have been more appropriate.  And then there is the term ``select
25705 method'' which can mean either.  The Gnus terminology can be quite
25706 confusing.
25707
25708 @item native
25709 @cindex native
25710 Gnus will always use one method (and back end) as the @dfn{native}, or
25711 default, way of getting news.
25712
25713 @item foreign
25714 @cindex foreign
25715 You can also have any number of foreign groups active at the same time.
25716 These are groups that use non-native non-secondary back ends for getting
25717 news.
25718
25719 @item secondary
25720 @cindex secondary
25721 Secondary back ends are somewhere half-way between being native and being
25722 foreign, but they mostly act like they are native.
25723
25724 @item article
25725 @cindex article
25726 A message that has been posted as news.
25727
25728 @item mail message
25729 @cindex mail message
25730 A message that has been mailed.
25731
25732 @item message
25733 @cindex message
25734 A mail message or news article
25735
25736 @item head
25737 @cindex head
25738 The top part of a message, where administrative information (etc.) is
25739 put.
25740
25741 @item body
25742 @cindex body
25743 The rest of an article.  Everything not in the head is in the
25744 body.
25745
25746 @item header
25747 @cindex header
25748 A line from the head of an article.
25749
25750 @item headers
25751 @cindex headers
25752 A collection of such lines, or a collection of heads.  Or even a
25753 collection of @acronym{NOV} lines.
25754
25755 @item @acronym{NOV}
25756 @cindex @acronym{NOV}
25757 When Gnus enters a group, it asks the back end for the headers of all
25758 unread articles in the group.  Most servers support the News OverView
25759 format, which is more compact and much faster to read and parse than the
25760 normal @sc{head} format.
25761
25762 @item level
25763 @cindex levels
25764 Each group is subscribed at some @dfn{level} or other (1-9).  The ones
25765 that have a lower level are ``more'' subscribed than the groups with a
25766 higher level.  In fact, groups on levels 1-5 are considered
25767 @dfn{subscribed}; 6-7 are @dfn{unsubscribed}; 8 are @dfn{zombies}; and 9
25768 are @dfn{killed}.  Commands for listing groups and scanning for new
25769 articles will all use the numeric prefix as @dfn{working level}.
25770
25771 @item killed groups
25772 @cindex killed groups
25773 No information on killed groups is stored or updated, which makes killed
25774 groups much easier to handle than subscribed groups.
25775
25776 @item zombie groups
25777 @cindex zombie groups
25778 Just like killed groups, only slightly less dead.
25779
25780 @item active file
25781 @cindex active file
25782 The news server has to keep track of what articles it carries, and what
25783 groups exist.  All this information in stored in the active file, which
25784 is rather large, as you might surmise.
25785
25786 @item bogus groups
25787 @cindex bogus groups
25788 A group that exists in the @file{.newsrc} file, but isn't known to the
25789 server (i.e.,  it isn't in the active file), is a @emph{bogus group}.
25790 This means that the group probably doesn't exist (any more).
25791
25792 @item activating
25793 @cindex activating groups
25794 The act of asking the server for info on a group and computing the
25795 number of unread articles is called @dfn{activating the group}.
25796 Un-activated groups are listed with @samp{*} in the group buffer.
25797
25798 @item server
25799 @cindex server
25800 A machine one can connect to and get news (or mail) from.
25801
25802 @item select method
25803 @cindex select method
25804 A structure that specifies the back end, the server and the virtual
25805 server settings.
25806
25807 @item virtual server
25808 @cindex virtual server
25809 A named select method.  Since a select method defines all there is to
25810 know about connecting to a (physical) server, taking the thing as a
25811 whole is a virtual server.
25812
25813 @item washing
25814 @cindex washing
25815 Taking a buffer and running it through a filter of some sort.  The
25816 result will (more often than not) be cleaner and more pleasing than the
25817 original.
25818
25819 @item ephemeral groups
25820 @cindex ephemeral groups
25821 @cindex temporary groups
25822 Most groups store data on what articles you have read.  @dfn{Ephemeral}
25823 groups are groups that will have no data stored---when you exit the
25824 group, it'll disappear into the aether.
25825
25826 @item solid groups
25827 @cindex solid groups
25828 This is the opposite of ephemeral groups.  All groups listed in the
25829 group buffer are solid groups.
25830
25831 @item sparse articles
25832 @cindex sparse articles
25833 These are article placeholders shown in the summary buffer when
25834 @code{gnus-build-sparse-threads} has been switched on.
25835
25836 @item threading
25837 @cindex threading
25838 To put responses to articles directly after the articles they respond
25839 to---in a hierarchical fashion.
25840
25841 @item root
25842 @cindex root
25843 @cindex thread root
25844 The first article in a thread is the root.  It is the ancestor of all
25845 articles in the thread.
25846
25847 @item parent
25848 @cindex parent
25849 An article that has responses.
25850
25851 @item child
25852 @cindex child
25853 An article that responds to a different article---its parent.
25854
25855 @item digest
25856 @cindex digest
25857 A collection of messages in one file.  The most common digest format is
25858 specified by RFC 1153.
25859
25860 @item splitting
25861 @cindex splitting, terminolgy
25862 @cindex mail sorting
25863 @cindex mail filtering (splitting)
25864 The action of sorting your emails according to certain rules. Sometimes
25865 incorrectly called mail filtering.
25866
25867 @end table
25868
25869
25870 @page
25871 @node Customization
25872 @section Customization
25873 @cindex general customization
25874
25875 All variables are properly documented elsewhere in this manual.  This
25876 section is designed to give general pointers on how to customize Gnus
25877 for some quite common situations.
25878
25879 @menu
25880 * Slow/Expensive Connection::   You run a local Emacs and get the news elsewhere.
25881 * Slow Terminal Connection::    You run a remote Emacs.
25882 * Little Disk Space::           You feel that having large setup files is icky.
25883 * Slow Machine::                You feel like buying a faster machine.
25884 @end menu
25885
25886
25887 @node Slow/Expensive Connection
25888 @subsection Slow/Expensive NNTP Connection
25889
25890 If you run Emacs on a machine locally, and get your news from a machine
25891 over some very thin strings, you want to cut down on the amount of data
25892 Gnus has to get from the @acronym{NNTP} server.
25893
25894 @table @code
25895
25896 @item gnus-read-active-file
25897 Set this to @code{nil}, which will inhibit Gnus from requesting the
25898 entire active file from the server.  This file is often v.  large.  You
25899 also have to set @code{gnus-check-new-newsgroups} and
25900 @code{gnus-check-bogus-newsgroups} to @code{nil} to make sure that Gnus
25901 doesn't suddenly decide to fetch the active file anyway.
25902
25903 @item gnus-nov-is-evil
25904 This one has to be @code{nil}.  If not, grabbing article headers from
25905 the @acronym{NNTP} server will not be very fast.  Not all @acronym{NNTP} servers
25906 support @sc{xover}; Gnus will detect this by itself.
25907 @end table
25908
25909
25910 @node Slow Terminal Connection
25911 @subsection Slow Terminal Connection
25912
25913 Let's say you use your home computer for dialing up the system that runs
25914 Emacs and Gnus.  If your modem is slow, you want to reduce (as much as
25915 possible) the amount of data sent over the wires.
25916
25917 @table @code
25918
25919 @item gnus-auto-center-summary
25920 Set this to @code{nil} to inhibit Gnus from re-centering the summary
25921 buffer all the time.  If it is @code{vertical}, do only vertical
25922 re-centering.  If it is neither @code{nil} nor @code{vertical}, do both
25923 horizontal and vertical recentering.
25924
25925 @item gnus-visible-headers
25926 Cut down on the headers included in the articles to the
25927 minimum.  You can, in fact, make do without them altogether---most of the
25928 useful data is in the summary buffer, anyway.  Set this variable to
25929 @samp{^NEVVVVER} or @samp{From:}, or whatever you feel you need.
25930
25931 Set this hook to all the available hiding commands:
25932 @lisp
25933 (setq gnus-treat-hide-headers 'head
25934       gnus-treat-hide-signature t
25935       gnus-treat-hide-citation t)
25936 @end lisp
25937
25938 @item gnus-use-full-window
25939 By setting this to @code{nil}, you can make all the windows smaller.
25940 While this doesn't really cut down much generally, it means that you
25941 have to see smaller portions of articles before deciding that you didn't
25942 want to read them anyway.
25943
25944 @item gnus-thread-hide-subtree
25945 If this is non-@code{nil}, all threads in the summary buffer will be
25946 hidden initially.
25947
25948
25949 @item gnus-updated-mode-lines
25950 If this is @code{nil}, Gnus will not put information in the buffer mode
25951 lines, which might save some time.
25952 @end table
25953
25954
25955 @node Little Disk Space
25956 @subsection Little Disk Space
25957 @cindex disk space
25958
25959 The startup files can get rather large, so you may want to cut their
25960 sizes a bit if you are running out of space.
25961
25962 @table @code
25963
25964 @item gnus-save-newsrc-file
25965 If this is @code{nil}, Gnus will never save @file{.newsrc}---it will
25966 only save @file{.newsrc.eld}.  This means that you will not be able to
25967 use any other newsreaders than Gnus.  This variable is @code{t} by
25968 default.
25969
25970 @item gnus-read-newsrc-file
25971 If this is @code{nil}, Gnus will never read @file{.newsrc}---it will
25972 only read @file{.newsrc.eld}.  This means that you will not be able to
25973 use any other newsreaders than Gnus.  This variable is @code{t} by
25974 default.
25975
25976 @item gnus-save-killed-list
25977 If this is @code{nil}, Gnus will not save the list of dead groups.  You
25978 should also set @code{gnus-check-new-newsgroups} to @code{ask-server}
25979 and @code{gnus-check-bogus-newsgroups} to @code{nil} if you set this
25980 variable to @code{nil}.  This variable is @code{t} by default.
25981
25982 @end table
25983
25984
25985 @node Slow Machine
25986 @subsection Slow Machine
25987 @cindex slow machine
25988
25989 If you have a slow machine, or are just really impatient, there are a
25990 few things you can do to make Gnus run faster.
25991
25992 Set @code{gnus-check-new-newsgroups} and
25993 @code{gnus-check-bogus-newsgroups} to @code{nil} to make startup faster.
25994
25995 Set @code{gnus-show-threads}, @code{gnus-use-cross-reference} and
25996 @code{gnus-nov-is-evil} to @code{nil} to make entering and exiting the
25997 summary buffer faster.
25998
25999
26000 @page
26001 @node Troubleshooting
26002 @section Troubleshooting
26003 @cindex troubleshooting
26004
26005 Gnus works @emph{so} well straight out of the box---I can't imagine any
26006 problems, really.
26007
26008 Ahem.
26009
26010 @enumerate
26011
26012 @item
26013 Make sure your computer is switched on.
26014
26015 @item
26016 Make sure that you really load the current Gnus version.  If you have
26017 been running @sc{gnus}, you need to exit Emacs and start it up again before
26018 Gnus will work.
26019
26020 @item
26021 Try doing an @kbd{M-x gnus-version}.  If you get something that looks
26022 like @samp{Gnus v5.46; nntp 4.0} you have the right files loaded.  If,
26023 on the other hand, you get something like @samp{NNTP 3.x} or @samp{nntp
26024 flee}, you have some old @file{.el} files lying around.  Delete these.
26025
26026 @item
26027 Read the help group (@kbd{G h} in the group buffer) for a
26028 @acronym{FAQ} and a how-to.
26029
26030 @item
26031 @vindex max-lisp-eval-depth
26032 Gnus works on many recursive structures, and in some extreme (and very
26033 rare) cases Gnus may recurse down ``too deeply'' and Emacs will beep at
26034 you.  If this happens to you, set @code{max-lisp-eval-depth} to 500 or
26035 something like that.
26036 @end enumerate
26037
26038 If all else fails, report the problem as a bug.
26039
26040 @cindex bugs
26041 @cindex reporting bugs
26042
26043 @kindex M-x gnus-bug
26044 @findex gnus-bug
26045 If you find a bug in Gnus, you can report it with the @kbd{M-x gnus-bug}
26046 command.  @kbd{M-x set-variable RET debug-on-error RET t RET}, and send
26047 me the backtrace.  I will fix bugs, but I can only fix them if you send
26048 me a precise description as to how to reproduce the bug.
26049
26050 You really can never be too detailed in a bug report.  Always use the
26051 @kbd{M-x gnus-bug} command when you make bug reports, even if it creates
26052 a 10Kb mail each time you use it, and even if you have sent me your
26053 environment 500 times before.  I don't care.  I want the full info each
26054 time.
26055
26056 It is also important to remember that I have no memory whatsoever.  If
26057 you send a bug report, and I send you a reply, and then you just send
26058 back ``No, it's not! Moron!'', I will have no idea what you are
26059 insulting me about.  Always over-explain everything.  It's much easier
26060 for all of us---if I don't have all the information I need, I will just
26061 mail you and ask for more info, and everything takes more time.
26062
26063 If the problem you're seeing is very visual, and you can't quite explain
26064 it, copy the Emacs window to a file (with @code{xwd}, for instance), put
26065 it somewhere it can be reached, and include the URL of the picture in
26066 the bug report.
26067
26068 @cindex patches
26069 If you would like to contribute a patch to fix bugs or make
26070 improvements, please produce the patch using @samp{diff -u}.
26071
26072 @cindex edebug
26073 If you want to debug your problem further before reporting, possibly
26074 in order to solve the problem yourself and send a patch, you can use
26075 edebug.  Debugging Lisp code is documented in the Elisp manual
26076 (@pxref{Debugging, , Debugging Lisp Programs, elisp, The GNU Emacs
26077 Lisp Reference Manual}).  To get you started with edebug, consider if
26078 you discover some weird behaviour when pressing @kbd{c}, the first
26079 step is to do @kbd{C-h k c} and click on the hyperlink (Emacs only) in
26080 the documentation buffer that leads you to the function definition,
26081 then press @kbd{M-x edebug-defun RET} with point inside that function,
26082 return to Gnus and press @kbd{c} to invoke the code.  You will be
26083 placed in the lisp buffer and can single step using @kbd{SPC} and
26084 evaluate expressions using @kbd{M-:} or inspect variables using
26085 @kbd{C-h v}, abort execution with @kbd{q}, and resume execution with
26086 @kbd{c} or @kbd{g}.
26087
26088 @cindex elp
26089 @cindex profile
26090 @cindex slow
26091 Sometimes, a problem do not directly generate an elisp error but
26092 manifests itself by causing Gnus to be very slow.  In these cases, you
26093 can use @kbd{M-x toggle-debug-on-quit} and press @kbd{C-g} when things are
26094 slow, and then try to analyze the backtrace (repeating the procedure
26095 helps isolating the real problem areas).
26096
26097 A fancier approach is to use the elisp profiler, ELP.  The profiler is
26098 (or should be) fully documented elsewhere, but to get you started
26099 there are a few steps that need to be followed.  First, instrument the
26100 part of Gnus you are interested in for profiling, e.g. @kbd{M-x
26101 elp-instrument-package RET gnus} or @kbd{M-x elp-instrument-package
26102 RET message}.  Then perform the operation that is slow and press
26103 @kbd{M-x elp-results}.  You will then see which operations that takes
26104 time, and can debug them further.  If the entire operation takes much
26105 longer than the time spent in the slowest function in the profiler
26106 output, you probably profiled the wrong part of Gnus.  To reset
26107 profiling statistics, use @kbd{M-x elp-reset-all}.  @kbd{M-x
26108 elp-restore-all} is supposed to remove profiling, but given the
26109 complexities and dynamic code generation in Gnus, it might not always
26110 work perfectly.
26111
26112 @cindex gnu.emacs.gnus
26113 @cindex ding mailing list
26114 If you just need help, you are better off asking on
26115 @samp{gnu.emacs.gnus}.  I'm not very helpful.  You can also ask on
26116 @email{ding@@gnus.org, the ding mailing list}.  Write to
26117 @email{ding-request@@gnus.org} to subscribe.
26118
26119
26120 @page
26121 @node Gnus Reference Guide
26122 @section Gnus Reference Guide
26123
26124 It is my hope that other people will figure out smart stuff that Gnus
26125 can do, and that other people will write those smart things as well.  To
26126 facilitate that I thought it would be a good idea to describe the inner
26127 workings of Gnus.  And some of the not-so-inner workings, while I'm at
26128 it.
26129
26130 You can never expect the internals of a program not to change, but I
26131 will be defining (in some details) the interface between Gnus and its
26132 back ends (this is written in stone), the format of the score files
26133 (ditto), data structures (some are less likely to change than others)
26134 and general methods of operation.
26135
26136 @menu
26137 * Gnus Utility Functions::      Common functions and variable to use.
26138 * Back End Interface::          How Gnus communicates with the servers.
26139 * Score File Syntax::           A BNF definition of the score file standard.
26140 * Headers::                     How Gnus stores headers internally.
26141 * Ranges::                      A handy format for storing mucho numbers.
26142 * Group Info::                  The group info format.
26143 * Extended Interactive::        Symbolic prefixes and stuff.
26144 * Emacs/XEmacs Code::           Gnus can be run under all modern Emacsen.
26145 * Various File Formats::        Formats of files that Gnus use.
26146 @end menu
26147
26148
26149 @node Gnus Utility Functions
26150 @subsection Gnus Utility Functions
26151 @cindex Gnus utility functions
26152 @cindex utility functions
26153 @cindex functions
26154 @cindex internal variables
26155
26156 When writing small functions to be run from hooks (and stuff), it's
26157 vital to have access to the Gnus internal functions and variables.
26158 Below is a list of the most common ones.
26159
26160 @table @code
26161
26162 @item gnus-newsgroup-name
26163 @vindex gnus-newsgroup-name
26164 This variable holds the name of the current newsgroup.
26165
26166 @item gnus-find-method-for-group
26167 @findex gnus-find-method-for-group
26168 A function that returns the select method for @var{group}.
26169
26170 @item gnus-group-real-name
26171 @findex gnus-group-real-name
26172 Takes a full (prefixed) Gnus group name, and returns the unprefixed
26173 name.
26174
26175 @item gnus-group-prefixed-name
26176 @findex gnus-group-prefixed-name
26177 Takes an unprefixed group name and a select method, and returns the full
26178 (prefixed) Gnus group name.
26179
26180 @item gnus-get-info
26181 @findex gnus-get-info
26182 Returns the group info list for @var{group}.
26183
26184 @item gnus-group-unread
26185 @findex gnus-group-unread
26186 The number of unread articles in @var{group}, or @code{t} if that is
26187 unknown.
26188
26189 @item gnus-active
26190 @findex gnus-active
26191 The active entry for @var{group}.
26192
26193 @item gnus-set-active
26194 @findex gnus-set-active
26195 Set the active entry for @var{group}.
26196
26197 @item gnus-add-current-to-buffer-list
26198 @findex gnus-add-current-to-buffer-list
26199 Adds the current buffer to the list of buffers to be killed on Gnus
26200 exit.
26201
26202 @item gnus-continuum-version
26203 @findex gnus-continuum-version
26204 Takes a Gnus version string as a parameter and returns a floating point
26205 number.  Earlier versions will always get a lower number than later
26206 versions.
26207
26208 @item gnus-group-read-only-p
26209 @findex gnus-group-read-only-p
26210 Says whether @var{group} is read-only or not.
26211
26212 @item gnus-news-group-p
26213 @findex gnus-news-group-p
26214 Says whether @var{group} came from a news back end.
26215
26216 @item gnus-ephemeral-group-p
26217 @findex gnus-ephemeral-group-p
26218 Says whether @var{group} is ephemeral or not.
26219
26220 @item gnus-server-to-method
26221 @findex gnus-server-to-method
26222 Returns the select method corresponding to @var{server}.
26223
26224 @item gnus-server-equal
26225 @findex gnus-server-equal
26226 Says whether two virtual servers are equal.
26227
26228 @item gnus-group-native-p
26229 @findex gnus-group-native-p
26230 Says whether @var{group} is native or not.
26231
26232 @item gnus-group-secondary-p
26233 @findex gnus-group-secondary-p
26234 Says whether @var{group} is secondary or not.
26235
26236 @item gnus-group-foreign-p
26237 @findex gnus-group-foreign-p
26238 Says whether @var{group} is foreign or not.
26239
26240 @item gnus-group-find-parameter
26241 @findex gnus-group-find-parameter
26242 Returns the parameter list of @var{group}.  If given a second parameter,
26243 returns the value of that parameter for @var{group}.
26244
26245 @item gnus-group-set-parameter
26246 @findex gnus-group-set-parameter
26247 Takes three parameters; @var{group}, @var{parameter} and @var{value}.
26248
26249 @item gnus-narrow-to-body
26250 @findex gnus-narrow-to-body
26251 Narrows the current buffer to the body of the article.
26252
26253 @item gnus-check-backend-function
26254 @findex gnus-check-backend-function
26255 Takes two parameters, @var{function} and @var{group}.  If the back end
26256 @var{group} comes from supports @var{function}, return non-@code{nil}.
26257
26258 @lisp
26259 (gnus-check-backend-function "request-scan" "nnml:misc")
26260 @result{} t
26261 @end lisp
26262
26263 @item gnus-read-method
26264 @findex gnus-read-method
26265 Prompts the user for a select method.
26266
26267 @end table
26268
26269
26270 @node Back End Interface
26271 @subsection Back End Interface
26272
26273 Gnus doesn't know anything about @acronym{NNTP}, spools, mail or virtual
26274 groups.  It only knows how to talk to @dfn{virtual servers}.  A virtual
26275 server is a @dfn{back end} and some @dfn{back end variables}.  As examples
26276 of the first, we have @code{nntp}, @code{nnspool} and @code{nnmbox}.  As
26277 examples of the latter we have @code{nntp-port-number} and
26278 @code{nnmbox-directory}.
26279
26280 When Gnus asks for information from a back end---say @code{nntp}---on
26281 something, it will normally include a virtual server name in the
26282 function parameters.  (If not, the back end should use the ``current''
26283 virtual server.)  For instance, @code{nntp-request-list} takes a virtual
26284 server as its only (optional) parameter.  If this virtual server hasn't
26285 been opened, the function should fail.
26286
26287 Note that a virtual server name has no relation to some physical server
26288 name.  Take this example:
26289
26290 @lisp
26291 (nntp "odd-one"
26292       (nntp-address "ifi.uio.no")
26293       (nntp-port-number 4324))
26294 @end lisp
26295
26296 Here the virtual server name is @samp{odd-one} while the name of
26297 the physical server is @samp{ifi.uio.no}.
26298
26299 The back ends should be able to switch between several virtual servers.
26300 The standard back ends implement this by keeping an alist of virtual
26301 server environments that they pull down/push up when needed.
26302
26303 There are two groups of interface functions: @dfn{required functions},
26304 which must be present, and @dfn{optional functions}, which Gnus will
26305 always check for presence before attempting to call 'em.
26306
26307 All these functions are expected to return data in the buffer
26308 @code{nntp-server-buffer} (@samp{ *nntpd*}), which is somewhat
26309 unfortunately named, but we'll have to live with it.  When I talk about
26310 @dfn{resulting data}, I always refer to the data in that buffer.  When I
26311 talk about @dfn{return value}, I talk about the function value returned by
26312 the function call.  Functions that fail should return @code{nil} as the
26313 return value.
26314
26315 Some back ends could be said to be @dfn{server-forming} back ends, and
26316 some might be said not to be.  The latter are back ends that generally
26317 only operate on one group at a time, and have no concept of ``server''
26318 ---they have a group, and they deliver info on that group and nothing
26319 more.
26320
26321 Gnus identifies each message by way of group name and article number.  A
26322 few remarks about these article numbers might be useful.  First of all,
26323 the numbers are positive integers.  Secondly, it is normally not
26324 possible for later articles to ``re-use'' older article numbers without
26325 confusing Gnus.  That is, if a group has ever contained a message
26326 numbered 42, then no other message may get that number, or Gnus will get
26327 mightily confused.@footnote{See the function
26328 @code{nnchoke-request-update-info}, @ref{Optional Back End Functions}.}
26329 Third, article numbers must be assigned in order of arrival in the
26330 group; this is not necessarily the same as the date of the message.
26331
26332 The previous paragraph already mentions all the ``hard'' restrictions that
26333 article numbers must fulfill.  But it seems that it might be useful to
26334 assign @emph{consecutive} article numbers, for Gnus gets quite confused
26335 if there are holes in the article numbering sequence.  However, due to
26336 the ``no-reuse'' restriction, holes cannot be avoided altogether.  It's
26337 also useful for the article numbers to start at 1 to avoid running out
26338 of numbers as long as possible.
26339
26340 Note that by convention, back ends are named @code{nnsomething}, but
26341 Gnus also comes with some @code{nnnotbackends}, such as
26342 @file{nnheader.el}, @file{nnmail.el} and @file{nnoo.el}.
26343
26344 In the examples and definitions I will refer to the imaginary back end
26345 @code{nnchoke}.
26346
26347 @cindex @code{nnchoke}
26348
26349 @menu
26350 * Required Back End Functions::  Functions that must be implemented.
26351 * Optional Back End Functions::  Functions that need not be implemented.
26352 * Error Messaging::             How to get messages and report errors.
26353 * Writing New Back Ends::       Extending old back ends.
26354 * Hooking New Back Ends Into Gnus::  What has to be done on the Gnus end.
26355 * Mail-like Back Ends::         Some tips on mail back ends.
26356 @end menu
26357
26358
26359 @node Required Back End Functions
26360 @subsubsection Required Back End Functions
26361
26362 @table @code
26363
26364 @item (nnchoke-retrieve-headers ARTICLES &optional GROUP SERVER FETCH-OLD)
26365
26366 @var{articles} is either a range of article numbers or a list of
26367 @code{Message-ID}s.  Current back ends do not fully support either---only
26368 sequences (lists) of article numbers, and most back ends do not support
26369 retrieval of @code{Message-ID}s.  But they should try for both.
26370
26371 The result data should either be HEADs or @acronym{NOV} lines, and the result
26372 value should either be @code{headers} or @code{nov} to reflect this.
26373 This might later be expanded to @code{various}, which will be a mixture
26374 of HEADs and @acronym{NOV} lines, but this is currently not supported by Gnus.
26375
26376 If @var{fetch-old} is non-@code{nil} it says to try fetching ``extra
26377 headers'', in some meaning of the word.  This is generally done by
26378 fetching (at most) @var{fetch-old} extra headers less than the smallest
26379 article number in @code{articles}, and filling the gaps as well.  The
26380 presence of this parameter can be ignored if the back end finds it
26381 cumbersome to follow the request.  If this is non-@code{nil} and not a
26382 number, do maximum fetches.
26383
26384 Here's an example HEAD:
26385
26386 @example
26387 221 1056 Article retrieved.
26388 Path: ifi.uio.no!sturles
26389 From: sturles@@ifi.uio.no (Sturle Sunde)
26390 Newsgroups: ifi.discussion
26391 Subject: Re: Something very droll
26392 Date: 27 Oct 1994 14:02:57 +0100
26393 Organization: Dept. of Informatics, University of Oslo, Norway
26394 Lines: 26
26395 Message-ID: <38o8e1$a0o@@holmenkollen.ifi.uio.no>
26396 References: <38jdmq$4qu@@visbur.ifi.uio.no>
26397 NNTP-Posting-Host: holmenkollen.ifi.uio.no
26398 .
26399 @end example
26400
26401 So a @code{headers} return value would imply that there's a number of
26402 these in the data buffer.
26403
26404 Here's a BNF definition of such a buffer:
26405
26406 @example
26407 headers        = *head
26408 head           = error / valid-head
26409 error-message  = [ "4" / "5" ] 2number " " <error message> eol
26410 valid-head     = valid-message *header "." eol
26411 valid-message  = "221 " <number> " Article retrieved." eol
26412 header         = <text> eol
26413 @end example
26414
26415 @cindex BNF
26416 (The version of BNF used here is the one used in RFC822.)
26417
26418 If the return value is @code{nov}, the data buffer should contain
26419 @dfn{network overview database} lines.  These are basically fields
26420 separated by tabs.
26421
26422 @example
26423 nov-buffer = *nov-line
26424 nov-line   = field 7*8[ <TAB> field ] eol
26425 field      = <text except TAB>
26426 @end example
26427
26428 For a closer look at what should be in those fields,
26429 @pxref{Headers}.
26430
26431
26432 @item (nnchoke-open-server SERVER &optional DEFINITIONS)
26433
26434 @var{server} is here the virtual server name.  @var{definitions} is a
26435 list of @code{(VARIABLE VALUE)} pairs that define this virtual server.
26436
26437 If the server can't be opened, no error should be signaled.  The back end
26438 may then choose to refuse further attempts at connecting to this
26439 server.  In fact, it should do so.
26440
26441 If the server is opened already, this function should return a
26442 non-@code{nil} value.  There should be no data returned.
26443
26444
26445 @item (nnchoke-close-server &optional SERVER)
26446
26447 Close connection to @var{server} and free all resources connected
26448 to it.  Return @code{nil} if the server couldn't be closed for some
26449 reason.
26450
26451 There should be no data returned.
26452
26453
26454 @item (nnchoke-request-close)
26455
26456 Close connection to all servers and free all resources that the back end
26457 have reserved.  All buffers that have been created by that back end
26458 should be killed.  (Not the @code{nntp-server-buffer}, though.)  This
26459 function is generally only called when Gnus is shutting down.
26460
26461 There should be no data returned.
26462
26463
26464 @item (nnchoke-server-opened &optional SERVER)
26465
26466 If @var{server} is the current virtual server, and the connection to the
26467 physical server is alive, then this function should return a
26468 non-@code{nil} value.  This function should under no circumstances
26469 attempt to reconnect to a server we have lost connection to.
26470
26471 There should be no data returned.
26472
26473
26474 @item (nnchoke-status-message &optional SERVER)
26475
26476 This function should return the last error message from @var{server}.
26477
26478 There should be no data returned.
26479
26480
26481 @item (nnchoke-request-article ARTICLE &optional GROUP SERVER TO-BUFFER)
26482
26483 The result data from this function should be the article specified by
26484 @var{article}.  This might either be a @code{Message-ID} or a number.
26485 It is optional whether to implement retrieval by @code{Message-ID}, but
26486 it would be nice if that were possible.
26487
26488 If @var{to-buffer} is non-@code{nil}, the result data should be returned
26489 in this buffer instead of the normal data buffer.  This is to make it
26490 possible to avoid copying large amounts of data from one buffer to
26491 another, while Gnus mainly requests articles to be inserted directly
26492 into its article buffer.
26493
26494 If it is at all possible, this function should return a cons cell where
26495 the @code{car} is the group name the article was fetched from, and the @code{cdr} is
26496 the article number.  This will enable Gnus to find out what the real
26497 group and article numbers are when fetching articles by
26498 @code{Message-ID}.  If this isn't possible, @code{t} should be returned
26499 on successful article retrieval.
26500
26501
26502 @item (nnchoke-request-group GROUP &optional SERVER FAST)
26503
26504 Get data on @var{group}.  This function also has the side effect of
26505 making @var{group} the current group.
26506
26507 If @var{fast}, don't bother to return useful data, just make @var{group}
26508 the current group.
26509
26510 Here's an example of some result data and a definition of the same:
26511
26512 @example
26513 211 56 1000 1059 ifi.discussion
26514 @end example
26515
26516 The first number is the status, which should be 211.  Next is the
26517 total number of articles in the group, the lowest article number, the
26518 highest article number, and finally the group name.  Note that the total
26519 number of articles may be less than one might think while just
26520 considering the highest and lowest article numbers, but some articles
26521 may have been canceled.  Gnus just discards the total-number, so
26522 whether one should take the bother to generate it properly (if that is a
26523 problem) is left as an exercise to the reader.  If the group contains no
26524 articles, the lowest article number should be reported as 1 and the
26525 highest as 0.
26526
26527 @example
26528 group-status = [ error / info ] eol
26529 error        = [ "4" / "5" ] 2<number> " " <Error message>
26530 info         = "211 " 3* [ <number> " " ] <string>
26531 @end example
26532
26533
26534 @item (nnchoke-close-group GROUP &optional SERVER)
26535
26536 Close @var{group} and free any resources connected to it.  This will be
26537 a no-op on most back ends.
26538
26539 There should be no data returned.
26540
26541
26542 @item (nnchoke-request-list &optional SERVER)
26543
26544 Return a list of all groups available on @var{server}.  And that means
26545 @emph{all}.
26546
26547 Here's an example from a server that only carries two groups:
26548
26549 @example
26550 ifi.test 0000002200 0000002000 y
26551 ifi.discussion 3324 3300 n
26552 @end example
26553
26554 On each line we have a group name, then the highest article number in
26555 that group, the lowest article number, and finally a flag.  If the group
26556 contains no articles, the lowest article number should be reported as 1
26557 and the highest as 0.
26558
26559 @example
26560 active-file = *active-line
26561 active-line = name " " <number> " " <number> " " flags eol
26562 name        = <string>
26563 flags       = "n" / "y" / "m" / "x" / "j" / "=" name
26564 @end example
26565
26566 The flag says whether the group is read-only (@samp{n}), is moderated
26567 (@samp{m}), is dead (@samp{x}), is aliased to some other group
26568 (@samp{=other-group}) or none of the above (@samp{y}).
26569
26570
26571 @item (nnchoke-request-post &optional SERVER)
26572
26573 This function should post the current buffer.  It might return whether
26574 the posting was successful or not, but that's not required.  If, for
26575 instance, the posting is done asynchronously, it has generally not been
26576 completed by the time this function concludes.  In that case, this
26577 function should set up some kind of sentinel to beep the user loud and
26578 clear if the posting could not be completed.
26579
26580 There should be no result data from this function.
26581
26582 @end table
26583
26584
26585 @node Optional Back End Functions
26586 @subsubsection Optional Back End Functions
26587
26588 @table @code
26589
26590 @item (nnchoke-retrieve-groups GROUPS &optional SERVER)
26591
26592 @var{groups} is a list of groups, and this function should request data
26593 on all those groups.  How it does it is of no concern to Gnus, but it
26594 should attempt to do this in a speedy fashion.
26595
26596 The return value of this function can be either @code{active} or
26597 @code{group}, which says what the format of the result data is.  The
26598 former is in the same format as the data from
26599 @code{nnchoke-request-list}, while the latter is a buffer full of lines
26600 in the same format as @code{nnchoke-request-group} gives.
26601
26602 @example
26603 group-buffer = *active-line / *group-status
26604 @end example
26605
26606
26607 @item (nnchoke-request-update-info GROUP INFO &optional SERVER)
26608
26609 A Gnus group info (@pxref{Group Info}) is handed to the back end for
26610 alterations.  This comes in handy if the back end really carries all
26611 the information (as is the case with virtual and imap groups).  This
26612 function should destructively alter the info to suit its needs, and
26613 should return a non-@code{nil} value.
26614
26615 There should be no result data from this function.
26616
26617
26618 @item (nnchoke-request-type GROUP &optional ARTICLE)
26619
26620 When the user issues commands for ``sending news'' (@kbd{F} in the
26621 summary buffer, for instance), Gnus has to know whether the article the
26622 user is following up on is news or mail.  This function should return
26623 @code{news} if @var{article} in @var{group} is news, @code{mail} if it
26624 is mail and @code{unknown} if the type can't be decided.  (The
26625 @var{article} parameter is necessary in @code{nnvirtual} groups which
26626 might very well combine mail groups and news groups.)  Both @var{group}
26627 and @var{article} may be @code{nil}.
26628
26629 There should be no result data from this function.
26630
26631
26632 @item (nnchoke-request-set-mark GROUP ACTION &optional SERVER)
26633
26634 Set/remove/add marks on articles.  Normally Gnus handles the article
26635 marks (such as read, ticked, expired etc) internally, and store them in
26636 @file{~/.newsrc.eld}.  Some back ends (such as @acronym{IMAP}) however carry
26637 all information about the articles on the server, so Gnus need to
26638 propagate the mark information to the server.
26639
26640 @var{action} is a list of mark setting requests, having this format:
26641
26642 @example
26643 (RANGE ACTION MARK)
26644 @end example
26645
26646 @var{range} is a range of articles you wish to update marks on.
26647 @var{action} is @code{add} or @code{del}, used to add marks or remove
26648 marks (preserving all marks not mentioned).  @var{mark} is a list of
26649 marks; where each mark is a symbol.  Currently used marks are
26650 @code{read}, @code{tick}, @code{reply}, @code{expire}, @code{killed},
26651 @code{dormant}, @code{save}, @code{download}, @code{unsend},
26652 @code{forward} and @code{recent}, but your back end should, if
26653 possible, not limit itself to these.
26654
26655 Given contradictory actions, the last action in the list should be the
26656 effective one.  That is, if your action contains a request to add the
26657 @code{tick} mark on article 1 and, later in the list, a request to
26658 remove the mark on the same article, the mark should in fact be removed.
26659
26660 An example action list:
26661
26662 @example
26663 (((5 12 30) 'del '(tick))
26664  ((10 . 90) 'add '(read expire))
26665  ((92 94) 'del '(read)))
26666 @end example
26667
26668 The function should return a range of articles it wasn't able to set the
26669 mark on (currently not used for anything).
26670
26671 There should be no result data from this function.
26672
26673 @item (nnchoke-request-update-mark GROUP ARTICLE MARK)
26674
26675 If the user tries to set a mark that the back end doesn't like, this
26676 function may change the mark.  Gnus will use whatever this function
26677 returns as the mark for @var{article} instead of the original
26678 @var{mark}.  If the back end doesn't care, it must return the original
26679 @var{mark}, and not @code{nil} or any other type of garbage.
26680
26681 The only use for this I can see is what @code{nnvirtual} does with
26682 it---if a component group is auto-expirable, marking an article as read
26683 in the virtual group should result in the article being marked as
26684 expirable.
26685
26686 There should be no result data from this function.
26687
26688
26689 @item (nnchoke-request-scan &optional GROUP SERVER)
26690
26691 This function may be called at any time (by Gnus or anything else) to
26692 request that the back end check for incoming articles, in one way or
26693 another.  A mail back end will typically read the spool file or query
26694 the @acronym{POP} server when this function is invoked.  The
26695 @var{group} doesn't have to be heeded---if the back end decides that
26696 it is too much work just scanning for a single group, it may do a
26697 total scan of all groups.  It would be nice, however, to keep things
26698 local if that's practical.
26699
26700 There should be no result data from this function.
26701
26702
26703 @item (nnchoke-request-group-description GROUP &optional SERVER)
26704
26705 The result data from this function should be a description of
26706 @var{group}.
26707
26708 @example
26709 description-line = name <TAB> description eol
26710 name             = <string>
26711 description      = <text>
26712 @end example
26713
26714 @item (nnchoke-request-list-newsgroups &optional SERVER)
26715
26716 The result data from this function should be the description of all
26717 groups available on the server.
26718
26719 @example
26720 description-buffer = *description-line
26721 @end example
26722
26723
26724 @item (nnchoke-request-newgroups DATE &optional SERVER)
26725
26726 The result data from this function should be all groups that were
26727 created after @samp{date}, which is in normal human-readable date format
26728 (i.e., the date format used in mail and news headers, and returned by
26729 the function @code{message-make-date} by default).  The data should be
26730 in the active buffer format.
26731
26732 It is okay for this function to return ``too many'' groups; some back ends
26733 might find it cheaper to return the full list of groups, rather than
26734 just the new groups.  But don't do this for back ends with many groups.
26735 Normally, if the user creates the groups herself, there won't be too
26736 many groups, so @code{nnml} and the like are probably safe.  But for
26737 back ends like @code{nntp}, where the groups have been created by the
26738 server, it is quite likely that there can be many groups.
26739
26740
26741 @item (nnchoke-request-create-group GROUP &optional SERVER)
26742
26743 This function should create an empty group with name @var{group}.
26744
26745 There should be no return data.
26746
26747
26748 @item (nnchoke-request-expire-articles ARTICLES &optional GROUP SERVER FORCE)
26749
26750 This function should run the expiry process on all articles in the
26751 @var{articles} range (which is currently a simple list of article
26752 numbers.)  It is left up to the back end to decide how old articles
26753 should be before they are removed by this function.  If @var{force} is
26754 non-@code{nil}, all @var{articles} should be deleted, no matter how new
26755 they are.
26756
26757 This function should return a list of articles that it did not/was not
26758 able to delete.
26759
26760 There should be no result data returned.
26761
26762
26763 @item (nnchoke-request-move-article ARTICLE GROUP SERVER ACCEPT-FORM &optional LAST)
26764
26765 This function should move @var{article} (which is a number) from
26766 @var{group} by calling @var{accept-form}.
26767
26768 This function should ready the article in question for moving by
26769 removing any header lines it has added to the article, and generally
26770 should ``tidy up'' the article.  Then it should @code{eval}
26771 @var{accept-form} in the buffer where the ``tidy'' article is.  This
26772 will do the actual copying.  If this @code{eval} returns a
26773 non-@code{nil} value, the article should be removed.
26774
26775 If @var{last} is @code{nil}, that means that there is a high likelihood
26776 that there will be more requests issued shortly, so that allows some
26777 optimizations.
26778
26779 The function should return a cons where the @code{car} is the group name and
26780 the @code{cdr} is the article number that the article was entered as.
26781
26782 There should be no data returned.
26783
26784
26785 @item (nnchoke-request-accept-article GROUP &optional SERVER LAST)
26786
26787 This function takes the current buffer and inserts it into @var{group}.
26788 If @var{last} in @code{nil}, that means that there will be more calls to
26789 this function in short order.
26790
26791 The function should return a cons where the @code{car} is the group name and
26792 the @code{cdr} is the article number that the article was entered as.
26793
26794 The group should exist before the back end is asked to accept the
26795 article for that group.
26796
26797 There should be no data returned.
26798
26799
26800 @item (nnchoke-request-replace-article ARTICLE GROUP BUFFER)
26801
26802 This function should remove @var{article} (which is a number) from
26803 @var{group} and insert @var{buffer} there instead.
26804
26805 There should be no data returned.
26806
26807
26808 @item (nnchoke-request-delete-group GROUP FORCE &optional SERVER)
26809
26810 This function should delete @var{group}.  If @var{force}, it should
26811 really delete all the articles in the group, and then delete the group
26812 itself.  (If there is such a thing as ``the group itself''.)
26813
26814 There should be no data returned.
26815
26816
26817 @item (nnchoke-request-rename-group GROUP NEW-NAME &optional SERVER)
26818
26819 This function should rename @var{group} into @var{new-name}.  All
26820 articles in @var{group} should move to @var{new-name}.
26821
26822 There should be no data returned.
26823
26824 @end table
26825
26826
26827 @node Error Messaging
26828 @subsubsection Error Messaging
26829
26830 @findex nnheader-report
26831 @findex nnheader-get-report
26832 The back ends should use the function @code{nnheader-report} to report
26833 error conditions---they should not raise errors when they aren't able to
26834 perform a request.  The first argument to this function is the back end
26835 symbol, and the rest are interpreted as arguments to @code{format} if
26836 there are multiple of them, or just a string if there is one of them.
26837 This function must always returns @code{nil}.
26838
26839 @lisp
26840 (nnheader-report 'nnchoke "You did something totally bogus")
26841
26842 (nnheader-report 'nnchoke "Could not request group %s" group)
26843 @end lisp
26844
26845 Gnus, in turn, will call @code{nnheader-get-report} when it gets a
26846 @code{nil} back from a server, and this function returns the most
26847 recently reported message for the back end in question.  This function
26848 takes one argument---the server symbol.
26849
26850 Internally, these functions access @var{back-end}@code{-status-string},
26851 so the @code{nnchoke} back end will have its error message stored in
26852 @code{nnchoke-status-string}.
26853
26854
26855 @node Writing New Back Ends
26856 @subsubsection Writing New Back Ends
26857
26858 Many back ends are quite similar.  @code{nnml} is just like
26859 @code{nnspool}, but it allows you to edit the articles on the server.
26860 @code{nnmh} is just like @code{nnml}, but it doesn't use an active file,
26861 and it doesn't maintain overview databases.  @code{nndir} is just like
26862 @code{nnml}, but it has no concept of ``groups'', and it doesn't allow
26863 editing articles.
26864
26865 It would make sense if it were possible to ``inherit'' functions from
26866 back ends when writing new back ends.  And, indeed, you can do that if you
26867 want to.  (You don't have to if you don't want to, of course.)
26868
26869 All the back ends declare their public variables and functions by using a
26870 package called @code{nnoo}.
26871
26872 To inherit functions from other back ends (and allow other back ends to
26873 inherit functions from the current back end), you should use the
26874 following macros:
26875
26876 @table @code
26877
26878 @item nnoo-declare
26879 This macro declares the first parameter to be a child of the subsequent
26880 parameters.  For instance:
26881
26882 @lisp
26883 (nnoo-declare nndir
26884   nnml nnmh)
26885 @end lisp
26886
26887 @code{nndir} has declared here that it intends to inherit functions from
26888 both @code{nnml} and @code{nnmh}.
26889
26890 @item defvoo
26891 This macro is equivalent to @code{defvar}, but registers the variable as
26892 a public server variable.  Most state-oriented variables should be
26893 declared with @code{defvoo} instead of @code{defvar}.
26894
26895 In addition to the normal @code{defvar} parameters, it takes a list of
26896 variables in the parent back ends to map the variable to when executing
26897 a function in those back ends.
26898
26899 @lisp
26900 (defvoo nndir-directory nil
26901   "Where nndir will look for groups."
26902   nnml-current-directory nnmh-current-directory)
26903 @end lisp
26904
26905 This means that @code{nnml-current-directory} will be set to
26906 @code{nndir-directory} when an @code{nnml} function is called on behalf
26907 of @code{nndir}.  (The same with @code{nnmh}.)
26908
26909 @item nnoo-define-basics
26910 This macro defines some common functions that almost all back ends should
26911 have.
26912
26913 @lisp
26914 (nnoo-define-basics nndir)
26915 @end lisp
26916
26917 @item deffoo
26918 This macro is just like @code{defun} and takes the same parameters.  In
26919 addition to doing the normal @code{defun} things, it registers the
26920 function as being public so that other back ends can inherit it.
26921
26922 @item nnoo-map-functions
26923 This macro allows mapping of functions from the current back end to
26924 functions from the parent back ends.
26925
26926 @lisp
26927 (nnoo-map-functions nndir
26928   (nnml-retrieve-headers 0 nndir-current-group 0 0)
26929   (nnmh-request-article 0 nndir-current-group 0 0))
26930 @end lisp
26931
26932 This means that when @code{nndir-retrieve-headers} is called, the first,
26933 third, and fourth parameters will be passed on to
26934 @code{nnml-retrieve-headers}, while the second parameter is set to the
26935 value of @code{nndir-current-group}.
26936
26937 @item nnoo-import
26938 This macro allows importing functions from back ends.  It should be the
26939 last thing in the source file, since it will only define functions that
26940 haven't already been defined.
26941
26942 @lisp
26943 (nnoo-import nndir
26944   (nnmh
26945    nnmh-request-list
26946    nnmh-request-newgroups)
26947   (nnml))
26948 @end lisp
26949
26950 This means that calls to @code{nndir-request-list} should just be passed
26951 on to @code{nnmh-request-list}, while all public functions from
26952 @code{nnml} that haven't been defined in @code{nndir} yet should be
26953 defined now.
26954
26955 @end table
26956
26957 Below is a slightly shortened version of the @code{nndir} back end.
26958
26959 @lisp
26960 ;;; @r{nndir.el --- single directory newsgroup access for Gnus}
26961 ;; @r{Copyright (C) 1995,96 Free Software Foundation, Inc.}
26962
26963 ;;; @r{Code:}
26964
26965 (require 'nnheader)
26966 (require 'nnmh)
26967 (require 'nnml)
26968 (require 'nnoo)
26969 (eval-when-compile (require 'cl))
26970
26971 (nnoo-declare nndir
26972   nnml nnmh)
26973
26974 (defvoo nndir-directory nil
26975   "Where nndir will look for groups."
26976   nnml-current-directory nnmh-current-directory)
26977
26978 (defvoo nndir-nov-is-evil nil
26979   "*Non-nil means that nndir will never retrieve NOV headers."
26980   nnml-nov-is-evil)
26981
26982 (defvoo nndir-current-group ""
26983   nil
26984   nnml-current-group nnmh-current-group)
26985 (defvoo nndir-top-directory nil nil nnml-directory nnmh-directory)
26986 (defvoo nndir-get-new-mail nil nil nnml-get-new-mail nnmh-get-new-mail)
26987
26988 (defvoo nndir-status-string "" nil nnmh-status-string)
26989 (defconst nndir-version "nndir 1.0")
26990
26991 ;;; @r{Interface functions.}
26992
26993 (nnoo-define-basics nndir)
26994
26995 (deffoo nndir-open-server (server &optional defs)
26996   (setq nndir-directory
26997         (or (cadr (assq 'nndir-directory defs))
26998             server))
26999   (unless (assq 'nndir-directory defs)
27000     (push `(nndir-directory ,server) defs))
27001   (push `(nndir-current-group
27002           ,(file-name-nondirectory
27003             (directory-file-name nndir-directory)))
27004         defs)
27005   (push `(nndir-top-directory
27006           ,(file-name-directory (directory-file-name nndir-directory)))
27007         defs)
27008   (nnoo-change-server 'nndir server defs))
27009
27010 (nnoo-map-functions nndir
27011   (nnml-retrieve-headers 0 nndir-current-group 0 0)
27012   (nnmh-request-article 0 nndir-current-group 0 0)
27013   (nnmh-request-group nndir-current-group 0 0)
27014   (nnmh-close-group nndir-current-group 0))
27015
27016 (nnoo-import nndir
27017   (nnmh
27018    nnmh-status-message
27019    nnmh-request-list
27020    nnmh-request-newgroups))
27021
27022 (provide 'nndir)
27023 @end lisp
27024
27025
27026 @node Hooking New Back Ends Into Gnus
27027 @subsubsection Hooking New Back Ends Into Gnus
27028
27029 @vindex gnus-valid-select-methods
27030 @findex gnus-declare-backend
27031 Having Gnus start using your new back end is rather easy---you just
27032 declare it with the @code{gnus-declare-backend} functions.  This will
27033 enter the back end into the @code{gnus-valid-select-methods} variable.
27034
27035 @code{gnus-declare-backend} takes two parameters---the back end name and
27036 an arbitrary number of @dfn{abilities}.
27037
27038 Here's an example:
27039
27040 @lisp
27041 (gnus-declare-backend "nnchoke" 'mail 'respool 'address)
27042 @end lisp
27043
27044 The above line would then go in the @file{nnchoke.el} file.
27045
27046 The abilities can be:
27047
27048 @table @code
27049 @item mail
27050 This is a mailish back end---followups should (probably) go via mail.
27051 @item post
27052 This is a newsish back end---followups should (probably) go via news.
27053 @item post-mail
27054 This back end supports both mail and news.
27055 @item none
27056 This is neither a post nor mail back end---it's something completely
27057 different.
27058 @item respool
27059 It supports respooling---or rather, it is able to modify its source
27060 articles and groups.
27061 @item address
27062 The name of the server should be in the virtual server name.  This is
27063 true for almost all back ends.
27064 @item prompt-address
27065 The user should be prompted for an address when doing commands like
27066 @kbd{B} in the group buffer.  This is true for back ends like
27067 @code{nntp}, but not @code{nnmbox}, for instance.
27068 @end table
27069
27070
27071 @node Mail-like Back Ends
27072 @subsubsection Mail-like Back Ends
27073
27074 One of the things that separate the mail back ends from the rest of the
27075 back ends is the heavy dependence by most of the mail back ends on
27076 common functions in @file{nnmail.el}.  For instance, here's the
27077 definition of @code{nnml-request-scan}:
27078
27079 @lisp
27080 (deffoo nnml-request-scan (&optional group server)
27081   (setq nnml-article-file-alist nil)
27082   (nnmail-get-new-mail 'nnml 'nnml-save-nov nnml-directory group))
27083 @end lisp
27084
27085 It simply calls @code{nnmail-get-new-mail} with a few parameters,
27086 and @code{nnmail} takes care of all the moving and splitting of the
27087 mail.
27088
27089 This function takes four parameters.
27090
27091 @table @var
27092 @item method
27093 This should be a symbol to designate which back end is responsible for
27094 the call.
27095
27096 @item exit-function
27097 This function should be called after the splitting has been performed.
27098
27099 @item temp-directory
27100 Where the temporary files should be stored.
27101
27102 @item group
27103 This optional argument should be a group name if the splitting is to be
27104 performed for one group only.
27105 @end table
27106
27107 @code{nnmail-get-new-mail} will call @var{back-end}@code{-save-mail} to
27108 save each article.  @var{back-end}@code{-active-number} will be called to
27109 find the article number assigned to this article.
27110
27111 The function also uses the following variables:
27112 @var{back-end}@code{-get-new-mail} (to see whether to get new mail for
27113 this back end); and @var{back-end}@code{-group-alist} and
27114 @var{back-end}@code{-active-file} to generate the new active file.
27115 @var{back-end}@code{-group-alist} should be a group-active alist, like
27116 this:
27117
27118 @example
27119 (("a-group" (1 . 10))
27120  ("some-group" (34 . 39)))
27121 @end example
27122
27123
27124 @node Score File Syntax
27125 @subsection Score File Syntax
27126
27127 Score files are meant to be easily parseable, but yet extremely
27128 mallable.  It was decided that something that had the same read syntax
27129 as an Emacs Lisp list would fit that spec.
27130
27131 Here's a typical score file:
27132
27133 @lisp
27134 (("summary"
27135   ("win95" -10000 nil s)
27136   ("Gnus"))
27137  ("from"
27138   ("Lars" -1000))
27139  (mark -100))
27140 @end lisp
27141
27142 BNF definition of a score file:
27143
27144 @example
27145 score-file      = "" / "(" *element ")"
27146 element         = rule / atom
27147 rule            = string-rule / number-rule / date-rule
27148 string-rule     = "(" quote string-header quote space *string-match ")"
27149 number-rule     = "(" quote number-header quote space *number-match ")"
27150 date-rule       = "(" quote date-header quote space *date-match ")"
27151 quote           = <ascii 34>
27152 string-header   = "subject" / "from" / "references" / "message-id" /
27153                   "xref" / "body" / "head" / "all" / "followup"
27154 number-header   = "lines" / "chars"
27155 date-header     = "date"
27156 string-match    = "(" quote <string> quote [ "" / [ space score [ "" /
27157                   space date [ "" / [ space string-match-t ] ] ] ] ] ")"
27158 score           = "nil" / <integer>
27159 date            = "nil" / <natural number>
27160 string-match-t  = "nil" / "s" / "substring" / "S" / "Substring" /
27161                   "r" / "regex" / "R" / "Regex" /
27162                   "e" / "exact" / "E" / "Exact" /
27163                   "f" / "fuzzy" / "F" / "Fuzzy"
27164 number-match    = "(" <integer> [ "" / [ space score [ "" /
27165                   space date [ "" / [ space number-match-t ] ] ] ] ] ")"
27166 number-match-t  = "nil" / "=" / "<" / ">" / ">=" / "<="
27167 date-match      = "(" quote <string> quote [ "" / [ space score [ "" /
27168                   space date [ "" / [ space date-match-t ] ] ] ] ")"
27169 date-match-t    = "nil" / "at" / "before" / "after"
27170 atom            = "(" [ required-atom / optional-atom ] ")"
27171 required-atom   = mark / expunge / mark-and-expunge / files /
27172                   exclude-files / read-only / touched
27173 optional-atom   = adapt / local / eval
27174 mark            = "mark" space nil-or-number
27175 nil-or-number   = "nil" / <integer>
27176 expunge         = "expunge" space nil-or-number
27177 mark-and-expunge = "mark-and-expunge" space nil-or-number
27178 files           = "files" *[ space <string> ]
27179 exclude-files   = "exclude-files" *[ space <string> ]
27180 read-only       = "read-only" [ space "nil" / space "t" ]
27181 adapt        = "adapt" [ space "ignore" / space "t" / space adapt-rule ]
27182 adapt-rule      = "(" *[ <string> *[ "(" <string> <integer> ")" ] ")"
27183 local           = "local" *[ space "(" <string> space <form> ")" ]
27184 eval            = "eval" space <form>
27185 space           = *[ " " / <TAB> / <NEWLINE> ]
27186 @end example
27187
27188 Any unrecognized elements in a score file should be ignored, but not
27189 discarded.
27190
27191 As you can see, white space is needed, but the type and amount of white
27192 space is irrelevant.  This means that formatting of the score file is
27193 left up to the programmer---if it's simpler to just spew it all out on
27194 one looong line, then that's ok.
27195
27196 The meaning of the various atoms are explained elsewhere in this
27197 manual (@pxref{Score File Format}).
27198
27199
27200 @node Headers
27201 @subsection Headers
27202
27203 Internally Gnus uses a format for storing article headers that
27204 corresponds to the @acronym{NOV} format in a mysterious fashion.  One could
27205 almost suspect that the author looked at the @acronym{NOV} specification and
27206 just shamelessly @emph{stole} the entire thing, and one would be right.
27207
27208 @dfn{Header} is a severely overloaded term.  ``Header'' is used in
27209 RFC 1036 to talk about lines in the head of an article (e.g.,
27210 @code{From}).  It is used by many people as a synonym for
27211 ``head''---``the header and the body''.  (That should be avoided, in my
27212 opinion.)  And Gnus uses a format internally that it calls ``header'',
27213 which is what I'm talking about here.  This is a 9-element vector,
27214 basically, with each header (ouch) having one slot.
27215
27216 These slots are, in order: @code{number}, @code{subject}, @code{from},
27217 @code{date}, @code{id}, @code{references}, @code{chars}, @code{lines},
27218 @code{xref}, and @code{extra}.  There are macros for accessing and
27219 setting these slots---they all have predictable names beginning with
27220 @code{mail-header-} and @code{mail-header-set-}, respectively.
27221
27222 All these slots contain strings, except the @code{extra} slot, which
27223 contains an alist of header/value pairs (@pxref{To From Newsgroups}).
27224
27225
27226 @node Ranges
27227 @subsection Ranges
27228
27229 @sc{gnus} introduced a concept that I found so useful that I've started
27230 using it a lot and have elaborated on it greatly.
27231
27232 The question is simple: If you have a large amount of objects that are
27233 identified by numbers (say, articles, to take a @emph{wild} example)
27234 that you want to qualify as being ``included'', a normal sequence isn't
27235 very useful.  (A 200,000 length sequence is a bit long-winded.)
27236
27237 The solution is as simple as the question: You just collapse the
27238 sequence.
27239
27240 @example
27241 (1 2 3 4 5 6 10 11 12)
27242 @end example
27243
27244 is transformed into
27245
27246 @example
27247 ((1 . 6) (10 . 12))
27248 @end example
27249
27250 To avoid having those nasty @samp{(13 . 13)} elements to denote a
27251 lonesome object, a @samp{13} is a valid element:
27252
27253 @example
27254 ((1 . 6) 7 (10 . 12))
27255 @end example
27256
27257 This means that comparing two ranges to find out whether they are equal
27258 is slightly tricky:
27259
27260 @example
27261 ((1 . 5) 7 8 (10 . 12))
27262 @end example
27263
27264 and
27265
27266 @example
27267 ((1 . 5) (7 . 8) (10 . 12))
27268 @end example
27269
27270 are equal.  In fact, any non-descending list is a range:
27271
27272 @example
27273 (1 2 3 4 5)
27274 @end example
27275
27276 is a perfectly valid range, although a pretty long-winded one.  This is
27277 also valid:
27278
27279 @example
27280 (1 . 5)
27281 @end example
27282
27283 and is equal to the previous range.
27284
27285 Here's a BNF definition of ranges.  Of course, one must remember the
27286 semantic requirement that the numbers are non-descending.  (Any number
27287 of repetition of the same number is allowed, but apt to disappear in
27288 range handling.)
27289
27290 @example
27291 range           = simple-range / normal-range
27292 simple-range    = "(" number " . " number ")"
27293 normal-range    = "(" start-contents ")"
27294 contents        = "" / simple-range *[ " " contents ] /
27295                   number *[ " " contents ]
27296 @end example
27297
27298 Gnus currently uses ranges to keep track of read articles and article
27299 marks.  I plan on implementing a number of range operators in C if The
27300 Powers That Be are willing to let me.  (I haven't asked yet, because I
27301 need to do some more thinking on what operators I need to make life
27302 totally range-based without ever having to convert back to normal
27303 sequences.)
27304
27305
27306 @node Group Info
27307 @subsection Group Info
27308
27309 Gnus stores all permanent info on groups in a @dfn{group info} list.
27310 This list is from three to six elements (or more) long and exhaustively
27311 describes the group.
27312
27313 Here are two example group infos; one is a very simple group while the
27314 second is a more complex one:
27315
27316 @example
27317 ("no.group" 5 ((1 . 54324)))
27318
27319 ("nnml:my.mail" 3 ((1 . 5) 9 (20 . 55))
27320                 ((tick (15 . 19)) (replied 3 6 (19 . 3)))
27321                 (nnml "")
27322                 ((auto-expire . t) (to-address . "ding@@gnus.org")))
27323 @end example
27324
27325 The first element is the @dfn{group name}---as Gnus knows the group,
27326 anyway.  The second element is the @dfn{subscription level}, which
27327 normally is a small integer.  (It can also be the @dfn{rank}, which is a
27328 cons cell where the @code{car} is the level and the @code{cdr} is the
27329 score.)  The third element is a list of ranges of read articles.  The
27330 fourth element is a list of lists of article marks of various kinds.
27331 The fifth element is the select method (or virtual server, if you like).
27332 The sixth element is a list of @dfn{group parameters}, which is what
27333 this section is about.
27334
27335 Any of the last three elements may be missing if they are not required.
27336 In fact, the vast majority of groups will normally only have the first
27337 three elements, which saves quite a lot of cons cells.
27338
27339 Here's a BNF definition of the group info format:
27340
27341 @example
27342 info          = "(" group space ralevel space read
27343                 [ "" / [ space marks-list [ "" / [ space method [ "" /
27344                 space parameters ] ] ] ] ] ")"
27345 group         = quote <string> quote
27346 ralevel       = rank / level
27347 level         = <integer in the range of 1 to inf>
27348 rank          = "(" level "." score ")"
27349 score         = <integer in the range of 1 to inf>
27350 read          = range
27351 marks-lists   = nil / "(" *marks ")"
27352 marks         = "(" <string> range ")"
27353 method        = "(" <string> *elisp-forms ")"
27354 parameters    = "(" *elisp-forms ")"
27355 @end example
27356
27357 Actually that @samp{marks} rule is a fib.  A @samp{marks} is a
27358 @samp{<string>} consed on to a @samp{range}, but that's a bitch to say
27359 in pseudo-BNF.
27360
27361 If you have a Gnus info and want to access the elements, Gnus offers a
27362 series of macros for getting/setting these elements.
27363
27364 @table @code
27365 @item gnus-info-group
27366 @itemx gnus-info-set-group
27367 @findex gnus-info-group
27368 @findex gnus-info-set-group
27369 Get/set the group name.
27370
27371 @item gnus-info-rank
27372 @itemx gnus-info-set-rank
27373 @findex gnus-info-rank
27374 @findex gnus-info-set-rank
27375 Get/set the group rank (@pxref{Group Score}).
27376
27377 @item gnus-info-level
27378 @itemx gnus-info-set-level
27379 @findex gnus-info-level
27380 @findex gnus-info-set-level
27381 Get/set the group level.
27382
27383 @item gnus-info-score
27384 @itemx gnus-info-set-score
27385 @findex gnus-info-score
27386 @findex gnus-info-set-score
27387 Get/set the group score (@pxref{Group Score}).
27388
27389 @item gnus-info-read
27390 @itemx gnus-info-set-read
27391 @findex gnus-info-read
27392 @findex gnus-info-set-read
27393 Get/set the ranges of read articles.
27394
27395 @item gnus-info-marks
27396 @itemx gnus-info-set-marks
27397 @findex gnus-info-marks
27398 @findex gnus-info-set-marks
27399 Get/set the lists of ranges of marked articles.
27400
27401 @item gnus-info-method
27402 @itemx gnus-info-set-method
27403 @findex gnus-info-method
27404 @findex gnus-info-set-method
27405 Get/set the group select method.
27406
27407 @item gnus-info-params
27408 @itemx gnus-info-set-params
27409 @findex gnus-info-params
27410 @findex gnus-info-set-params
27411 Get/set the group parameters.
27412 @end table
27413
27414 All the getter functions take one parameter---the info list.  The setter
27415 functions take two parameters---the info list and the new value.
27416
27417 The last three elements in the group info aren't mandatory, so it may be
27418 necessary to extend the group info before setting the element.  If this
27419 is necessary, you can just pass on a non-@code{nil} third parameter to
27420 the three final setter functions to have this happen automatically.
27421
27422
27423 @node Extended Interactive
27424 @subsection Extended Interactive
27425 @cindex interactive
27426 @findex gnus-interactive
27427
27428 Gnus extends the standard Emacs @code{interactive} specification
27429 slightly to allow easy use of the symbolic prefix (@pxref{Symbolic
27430 Prefixes}).  Here's an example of how this is used:
27431
27432 @lisp
27433 (defun gnus-summary-increase-score (&optional score symp)
27434   (interactive (gnus-interactive "P\ny"))
27435   ...
27436   )
27437 @end lisp
27438
27439 The best thing to do would have been to implement
27440 @code{gnus-interactive} as a macro which would have returned an
27441 @code{interactive} form, but this isn't possible since Emacs checks
27442 whether a function is interactive or not by simply doing an @code{assq}
27443 on the lambda form.  So, instead we have @code{gnus-interactive}
27444 function that takes a string and returns values that are usable to
27445 @code{interactive}.
27446
27447 This function accepts (almost) all normal @code{interactive} specs, but
27448 adds a few more.
27449
27450 @table @samp
27451 @item y
27452 @vindex gnus-current-prefix-symbol
27453 The current symbolic prefix---the @code{gnus-current-prefix-symbol}
27454 variable.
27455
27456 @item Y
27457 @vindex gnus-current-prefix-symbols
27458 A list of the current symbolic prefixes---the
27459 @code{gnus-current-prefix-symbol} variable.
27460
27461 @item A
27462 The current article number---the @code{gnus-summary-article-number}
27463 function.
27464
27465 @item H
27466 The current article header---the @code{gnus-summary-article-header}
27467 function.
27468
27469 @item g
27470 The current group name---the @code{gnus-group-group-name}
27471 function.
27472
27473 @end table
27474
27475
27476 @node Emacs/XEmacs Code
27477 @subsection Emacs/XEmacs Code
27478 @cindex XEmacs
27479 @cindex Emacsen
27480
27481 While Gnus runs under Emacs, XEmacs and Mule, I decided that one of the
27482 platforms must be the primary one.  I chose Emacs.  Not because I don't
27483 like XEmacs or Mule, but because it comes first alphabetically.
27484
27485 This means that Gnus will byte-compile under Emacs with nary a warning,
27486 while XEmacs will pump out gigabytes of warnings while byte-compiling.
27487 As I use byte-compilation warnings to help me root out trivial errors in
27488 Gnus, that's very useful.
27489
27490 I've also consistently used Emacs function interfaces, but have used
27491 Gnusey aliases for the functions.  To take an example:  Emacs defines a
27492 @code{run-at-time} function while XEmacs defines a @code{start-itimer}
27493 function.  I then define a function called @code{gnus-run-at-time} that
27494 takes the same parameters as the Emacs @code{run-at-time}.  When running
27495 Gnus under Emacs, the former function is just an alias for the latter.
27496 However, when running under XEmacs, the former is an alias for the
27497 following function:
27498
27499 @lisp
27500 (defun gnus-xmas-run-at-time (time repeat function &rest args)
27501   (start-itimer
27502    "gnus-run-at-time"
27503    `(lambda ()
27504       (,function ,@@args))
27505    time repeat))
27506 @end lisp
27507
27508 This sort of thing has been done for bunches of functions.  Gnus does
27509 not redefine any native Emacs functions while running under XEmacs---it
27510 does this @code{defalias} thing with Gnus equivalents instead.  Cleaner
27511 all over.
27512
27513 In the cases where the XEmacs function interface was obviously cleaner,
27514 I used it instead.  For example @code{gnus-region-active-p} is an alias
27515 for @code{region-active-p} in XEmacs, whereas in Emacs it is a function.
27516
27517 Of course, I could have chosen XEmacs as my native platform and done
27518 mapping functions the other way around.  But I didn't.  The performance
27519 hit these indirections impose on Gnus under XEmacs should be slight.
27520
27521
27522 @node Various File Formats
27523 @subsection Various File Formats
27524
27525 @menu
27526 * Active File Format::          Information on articles and groups available.
27527 * Newsgroups File Format::      Group descriptions.
27528 @end menu
27529
27530
27531 @node Active File Format
27532 @subsubsection Active File Format
27533
27534 The active file lists all groups available on the server in
27535 question.  It also lists the highest and lowest current article numbers
27536 in each group.
27537
27538 Here's an excerpt from a typical active file:
27539
27540 @example
27541 soc.motss 296030 293865 y
27542 alt.binaries.pictures.fractals 3922 3913 n
27543 comp.sources.unix 1605 1593 m
27544 comp.binaries.ibm.pc 5097 5089 y
27545 no.general 1000 900 y
27546 @end example
27547
27548 Here's a pseudo-BNF definition of this file:
27549
27550 @example
27551 active      = *group-line
27552 group-line  = group spc high-number spc low-number spc flag <NEWLINE>
27553 group       = <non-white-space string>
27554 spc         = " "
27555 high-number = <non-negative integer>
27556 low-number  = <positive integer>
27557 flag        = "y" / "n" / "m" / "j" / "x" / "=" group
27558 @end example
27559
27560 For a full description of this file, see the manual pages for
27561 @samp{innd}, in particular @samp{active(5)}.
27562
27563
27564 @node Newsgroups File Format
27565 @subsubsection Newsgroups File Format
27566
27567 The newsgroups file lists groups along with their descriptions.  Not all
27568 groups on the server have to be listed,  and not all groups in the file
27569 have to exist on the server.  The file is meant purely as information to
27570 the user.
27571
27572 The format is quite simple; a group name, a tab, and the description.
27573 Here's the definition:
27574
27575 @example
27576 newsgroups    = *line
27577 line          = group tab description <NEWLINE>
27578 group         = <non-white-space string>
27579 tab           = <TAB>
27580 description   = <string>
27581 @end example
27582
27583
27584 @page
27585 @node Emacs for Heathens
27586 @section Emacs for Heathens
27587
27588 Believe it or not, but some people who use Gnus haven't really used
27589 Emacs much before they embarked on their journey on the Gnus Love Boat.
27590 If you are one of those unfortunates whom ``@kbd{C-M-a}'', ``kill the
27591 region'', and ``set @code{gnus-flargblossen} to an alist where the key
27592 is a regexp that is used for matching on the group name'' are magical
27593 phrases with little or no meaning, then this appendix is for you.  If
27594 you are already familiar with Emacs, just ignore this and go fondle your
27595 cat instead.
27596
27597 @menu
27598 * Keystrokes::                  Entering text and executing commands.
27599 * Emacs Lisp::                  The built-in Emacs programming language.
27600 @end menu
27601
27602
27603 @node Keystrokes
27604 @subsection Keystrokes
27605
27606 @itemize @bullet
27607 @item
27608 Q: What is an experienced Emacs user?
27609
27610 @item
27611 A: A person who wishes that the terminal had pedals.
27612 @end itemize
27613
27614 Yes, when you use Emacs, you are apt to use the control key, the shift
27615 key and the meta key a lot.  This is very annoying to some people
27616 (notably @code{vi}le users), and the rest of us just love the hell out
27617 of it.  Just give up and submit.  Emacs really does stand for
27618 ``Escape-Meta-Alt-Control-Shift'', and not ``Editing Macros'', as you
27619 may have heard from other disreputable sources (like the Emacs author).
27620
27621 The shift keys are normally located near your pinky fingers, and are
27622 normally used to get capital letters and stuff.  You probably use it all
27623 the time.  The control key is normally marked ``CTRL'' or something like
27624 that.  The meta key is, funnily enough, never marked as such on any
27625 keyboard.  The one I'm currently at has a key that's marked ``Alt'',
27626 which is the meta key on this keyboard.  It's usually located somewhere
27627 to the left hand side of the keyboard, usually on the bottom row.
27628
27629 Now, us Emacs people don't say ``press the meta-control-m key'',
27630 because that's just too inconvenient.  We say ``press the @kbd{C-M-m}
27631 key''.  @kbd{M-} is the prefix that means ``meta'' and ``C-'' is the
27632 prefix that means ``control''.  So ``press @kbd{C-k}'' means ``press
27633 down the control key, and hold it down while you press @kbd{k}''.
27634 ``Press @kbd{C-M-k}'' means ``press down and hold down the meta key and
27635 the control key and then press @kbd{k}''.  Simple, ay?
27636
27637 This is somewhat complicated by the fact that not all keyboards have a
27638 meta key.  In that case you can use the ``escape'' key.  Then @kbd{M-k}
27639 means ``press escape, release escape, press @kbd{k}''.  That's much more
27640 work than if you have a meta key, so if that's the case, I respectfully
27641 suggest you get a real keyboard with a meta key.  You can't live without
27642 it.
27643
27644
27645
27646 @node Emacs Lisp
27647 @subsection Emacs Lisp
27648
27649 Emacs is the King of Editors because it's really a Lisp interpreter.
27650 Each and every key you tap runs some Emacs Lisp code snippet, and since
27651 Emacs Lisp is an interpreted language, that means that you can configure
27652 any key to run any arbitrary code.  You just, like, do it.
27653
27654 Gnus is written in Emacs Lisp, and is run as a bunch of interpreted
27655 functions.  (These are byte-compiled for speed, but it's still
27656 interpreted.)  If you decide that you don't like the way Gnus does
27657 certain things, it's trivial to have it do something a different way.
27658 (Well, at least if you know how to write Lisp code.)  However, that's
27659 beyond the scope of this manual, so we are simply going to talk about
27660 some common constructs that you normally use in your @file{.emacs} file
27661 to customize Gnus.
27662
27663 If you want to set the variable @code{gnus-florgbnize} to four (4), you
27664 write the following:
27665
27666 @lisp
27667 (setq gnus-florgbnize 4)
27668 @end lisp
27669
27670 This function (really ``special form'') @code{setq} is the one that can
27671 set a variable to some value.  This is really all you need to know.  Now
27672 you can go and fill your @file{.emacs} file with lots of these to change
27673 how Gnus works.
27674
27675 If you have put that thing in your @file{.emacs} file, it will be read
27676 and @code{eval}ed (which is lisp-ese for ``run'') the next time you
27677 start Emacs.  If you want to change the variable right away, simply say
27678 @kbd{C-x C-e} after the closing parenthesis.  That will @code{eval} the
27679 previous ``form'', which is a simple @code{setq} statement here.
27680
27681 Go ahead---just try it, if you're located at your Emacs.  After you
27682 @kbd{C-x C-e}, you will see @samp{4} appear in the echo area, which
27683 is the return value of the form you @code{eval}ed.
27684
27685 Some pitfalls:
27686
27687 If the manual says ``set @code{gnus-read-active-file} to @code{some}'',
27688 that means:
27689
27690 @lisp
27691 (setq gnus-read-active-file 'some)
27692 @end lisp
27693
27694 On the other hand, if the manual says ``set @code{gnus-nntp-server} to
27695 @samp{nntp.ifi.uio.no}'', that means:
27696
27697 @lisp
27698 (setq gnus-nntp-server "nntp.ifi.uio.no")
27699 @end lisp
27700
27701 So be careful not to mix up strings (the latter) with symbols (the
27702 former).  The manual is unambiguous, but it can be confusing.
27703
27704 @page
27705 @include gnus-faq.texi
27706
27707 @node Index
27708 @chapter Index
27709 @printindex cp
27710
27711 @node Key Index
27712 @chapter Key Index
27713 @printindex ky
27714
27715 @summarycontents
27716 @contents
27717 @bye
27718
27719 @iftex
27720 @iflatex
27721 \end{document}
27722 @end iflatex
27723 @end iftex
27724
27725 @c Local Variables:
27726 @c mode: texinfo
27727 @c coding: iso-8859-1
27728 @c End: