(Group Parameters): Mention new varable gnus-parameters-case-fold-search.
[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
9 @documentencoding ISO-8859-1
10
11 @copying
12 Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001,
13    2002, 2003, 2004, 2005 Free Software Foundation, Inc.
14
15 @quotation
16 Permission is granted to copy, distribute and/or modify this document
17 under the terms of the GNU Free Documentation License, Version 1.2 or
18 any later version published by the Free Software Foundation; with no
19 Invariant Sections, with the Front-Cover texts being ``A GNU
20 Manual'', and with the Back-Cover Texts as in (a) below.  A copy of the
21 license is included in the section entitled ``GNU Free Documentation
22 License'' in the Emacs manual.
23
24 (a) The FSF's Back-Cover Text is: ``You have freedom to copy and modify
25 this GNU Manual, like GNU software.  Copies published by the Free
26 Software Foundation raise funds for GNU development.''
27
28 This document is part of a collection distributed under the GNU Free
29 Documentation License.  If you want to distribute this document
30 separately from the collection, you can do so by adding a copy of the
31 license to the document, as described in section 6 of the license.
32 @end quotation
33 @end copying
34
35 @iftex
36 @iflatex
37 \documentclass[twoside,a4paper,openright,11pt]{book}
38 \usepackage[latin1]{inputenc}
39 \usepackage{pagestyle}
40 \usepackage{epsfig}
41 \usepackage{pixidx}
42 \input{gnusconfig.tex}
43
44 \ifx\pdfoutput\undefined
45 \else
46 \usepackage[pdftex,bookmarks,colorlinks=true]{hyperref}
47 \usepackage{thumbpdf}
48 \pdfcompresslevel=9
49 \fi
50
51 \makeindex
52 \begin{document}
53
54 \newcommand{\gnusversionname}{No Gnus v0.3}
55 \newcommand{\gnuschaptername}{}
56 \newcommand{\gnussectionname}{}
57
58 \newcommand{\gnusbackslash}{/}
59
60 \newcommand{\gnusref}[1]{``#1'' on page \pageref{#1}}
61 \ifx\pdfoutput\undefined
62 \newcommand{\gnusuref}[1]{\gnustt{#1}}
63 \else
64 \newcommand{\gnusuref}[1]{\href{#1}{\gnustt{#1}}}
65 \fi
66 \newcommand{\gnusxref}[1]{See ``#1'' on page \pageref{#1}}
67 \newcommand{\gnuspxref}[1]{see ``#1'' on page \pageref{#1}}
68
69 \newcommand{\gnuskindex}[1]{\index{#1}}
70 \newcommand{\gnusindex}[1]{\index{#1}}
71
72 \newcommand{\gnustt}[1]{{\gnusselectttfont{}#1}}
73 \newcommand{\gnuscode}[1]{\gnustt{#1}}
74 \newcommand{\gnusasis}[1]{\gnustt{#1}}
75 \newcommand{\gnusurl}[1]{\gnustt{#1}}
76 \newcommand{\gnuscommand}[1]{\gnustt{#1}}
77 \newcommand{\gnusenv}[1]{\gnustt{#1}}
78 \newcommand{\gnussamp}[1]{``{\fontencoding{OT1}\gnusselectttfont{}#1}''}
79 \newcommand{\gnuslisp}[1]{\gnustt{#1}}
80 \newcommand{\gnuskbd}[1]{`\gnustt{#1}'}
81 \newcommand{\gnuskey}[1]{`\gnustt{#1}'}
82 \newcommand{\gnusfile}[1]{`\gnustt{#1}'}
83 \newcommand{\gnusdfn}[1]{\textit{#1}}
84 \newcommand{\gnusi}[1]{\textit{#1}}
85 \newcommand{\gnusr}[1]{\textrm{#1}}
86 \newcommand{\gnusstrong}[1]{\textbf{#1}}
87 \newcommand{\gnusemph}[1]{\textit{#1}}
88 \newcommand{\gnusvar}[1]{{\fontsize{10pt}{10}\selectfont\textsl{\textsf{#1}}}}
89 \newcommand{\gnussc}[1]{\textsc{#1}}
90 \newcommand{\gnustitle}[1]{{\huge\textbf{#1}}}
91 \newcommand{\gnusversion}[1]{{\small\textit{#1}}}
92 \newcommand{\gnusauthor}[1]{{\large\textbf{#1}}}
93 \newcommand{\gnusresult}[1]{\gnustt{=> #1}}
94 \newcommand{\gnusacronym}[1]{\textsc{#1}}
95 \newcommand{\gnusemail}[1]{\textit{#1}}
96
97 \newcommand{\gnusbullet}{{${\bullet}$}}
98 \newcommand{\gnusdollar}{\$}
99 \newcommand{\gnusampersand}{\&}
100 \newcommand{\gnuspercent}{\%}
101 \newcommand{\gnushash}{\#}
102 \newcommand{\gnushat}{\symbol{"5E}}
103 \newcommand{\gnusunderline}{\symbol{"5F}}
104 \newcommand{\gnusnot}{$\neg$}
105 \newcommand{\gnustilde}{\symbol{"7E}}
106 \newcommand{\gnusless}{{$<$}}
107 \newcommand{\gnusgreater}{{$>$}}
108 \newcommand{\gnusbraceleft}{{$>$}}
109 \newcommand{\gnusbraceright}{{$>$}}
110
111 \newcommand{\gnushead}{\raisebox{-1cm}{\epsfig{figure=ps/gnus-head,height=1cm}}}
112 \newcommand{\gnusinteresting}{
113 \marginpar[\mbox{}\hfill\gnushead]{\gnushead}
114 }
115
116 \newcommand{\gnuscleardoublepage}{\ifodd\count0\mbox{}\clearpage\thispagestyle{empty}\mbox{}\clearpage\else\clearpage\fi}
117
118 \newcommand{\gnuspagechapter}[1]{
119 {\mbox{}}
120 }
121
122 \newdimen{\gnusdimen}
123 \gnusdimen 0pt
124
125 \newcommand{\gnuschapter}[2]{
126 \gnuscleardoublepage
127 \ifdim \gnusdimen = 0pt\setcounter{page}{1}\pagestyle{gnus}\pagenumbering{arabic} \gnusdimen 1pt\fi
128 \chapter{#2}
129 \renewcommand{\gnussectionname}{}
130 \renewcommand{\gnuschaptername}{#2}
131 \thispagestyle{empty}
132 \hspace*{-2cm}
133 \begin{picture}(500,500)(0,0)
134 \put(480,350){\makebox(0,0)[tr]{#1}}
135 \put(40,300){\makebox(500,50)[bl]{{\Huge\bf{#2}}}}
136 \end{picture}
137 \clearpage
138 }
139
140 \newcommand{\gnusfigure}[3]{
141 \begin{figure}
142 \mbox{}\ifodd\count0\hspace*{-0.8cm}\else\hspace*{-3cm}\fi\begin{picture}(440,#2)
143 #3
144 \end{picture}
145 \caption{#1}
146 \end{figure}
147 }
148
149 \newcommand{\gnusicon}[1]{
150 \marginpar[\mbox{}\hfill\raisebox{-1.5cm}{\epsfig{figure=ps/#1-up,height=1.5cm}}]{\raisebox{-1cm}{\epsfig{figure=ps/#1-up,height=1cm}}}
151 }
152
153 \newcommand{\gnuspicon}[1]{
154 \margindex{\epsfig{figure=#1,width=2cm}}
155 }
156
157 \newcommand{\gnusxface}[2]{
158 \margindex{\epsfig{figure=#1,width=1cm}\epsfig{figure=#2,width=1cm}}
159 }
160
161 \newcommand{\gnussmiley}[2]{
162 \margindex{\makebox[2cm]{\hfill\epsfig{figure=#1,width=0.5cm}\hfill\epsfig{figure=#2,width=0.5cm}\hfill}}
163 }
164
165 \newcommand{\gnusitemx}[1]{\mbox{}\vspace*{-\itemsep}\vspace*{-\parsep}\item#1}
166
167 \newcommand{\gnussection}[1]{
168 \renewcommand{\gnussectionname}{#1}
169 \section{#1}
170 }
171
172 \newenvironment{codelist}%
173 {\begin{list}{}{
174 }
175 }{\end{list}}
176
177 \newenvironment{asislist}%
178 {\begin{list}{}{
179 }
180 }{\end{list}}
181
182 \newenvironment{kbdlist}%
183 {\begin{list}{}{
184 \labelwidth=0cm
185 }
186 }{\end{list}}
187
188 \newenvironment{dfnlist}%
189 {\begin{list}{}{
190 }
191 }{\end{list}}
192
193 \newenvironment{stronglist}%
194 {\begin{list}{}{
195 }
196 }{\end{list}}
197
198 \newenvironment{samplist}%
199 {\begin{list}{}{
200 }
201 }{\end{list}}
202
203 \newenvironment{varlist}%
204 {\begin{list}{}{
205 }
206 }{\end{list}}
207
208 \newenvironment{emphlist}%
209 {\begin{list}{}{
210 }
211 }{\end{list}}
212
213 \newlength\gnusheadtextwidth
214 \setlength{\gnusheadtextwidth}{\headtextwidth}
215 \addtolength{\gnusheadtextwidth}{1cm}
216
217 \newpagestyle{gnuspreamble}%
218 {
219 {
220 \ifodd\count0
221 {
222 \hspace*{-0.23cm}\underline{\makebox[\gnusheadtextwidth]{\mbox{}}\textbf{\hfill\roman{page}}}
223 }
224 \else
225 {
226 \hspace*{-3.25cm}\underline{\makebox[\gnusheadtextwidth]{\textbf{\roman{page}\hfill\mbox{}}}
227 }
228 }
229 \fi
230 }
231 }
232 {
233 \ifodd\count0
234 \mbox{} \hfill
235 \raisebox{-0.5cm}{\epsfig{figure=ps/gnus-big-logo,height=1cm}}
236 \else
237 \raisebox{-0.5cm}{\epsfig{figure=ps/gnus-big-logo,height=1cm}}
238 \hfill \mbox{}
239 \fi
240 }
241
242 \newpagestyle{gnusindex}%
243 {
244 {
245 \ifodd\count0
246 {
247 \hspace*{-0.23cm}\underline{\makebox[\gnusheadtextwidth]{\textbf{\gnuschaptername\hfill\arabic{page}}}}
248 }
249 \else
250 {
251 \hspace*{-3.25cm}\underline{\makebox[\gnusheadtextwidth]{\textbf{\arabic{page}\hfill\gnuschaptername}}}
252 }
253 \fi
254 }
255 }
256 {
257 \ifodd\count0
258 \mbox{} \hfill
259 \raisebox{-0.5cm}{\epsfig{figure=ps/gnus-big-logo,height=1cm}}
260 \else
261 \raisebox{-0.5cm}{\epsfig{figure=ps/gnus-big-logo,height=1cm}}
262 \hfill \mbox{}
263 \fi
264 }
265
266 \newpagestyle{gnus}%
267 {
268 {
269 \ifodd\count0
270 {
271 \makebox[12cm]{\hspace*{3.1cm}\underline{\makebox[\gnusheadtextwidth]{\textbf{\arabic{chapter}.\arabic{section}} \textbf{\gnussectionname\hfill\arabic{page}}}}}
272 }
273 \else
274 {
275 \makebox[12cm]{\hspace*{-2.95cm}\underline{\makebox[\gnusheadtextwidth]{\textbf{\arabic{page}\hfill\gnuschaptername}}}}
276 }
277 \fi
278 }
279 }
280 {
281 \ifodd\count0
282 \mbox{} \hfill
283 \raisebox{-0.5cm}{\epsfig{figure=ps/gnus-big-logo,height=1cm}}
284 \else
285 \raisebox{-0.5cm}{\epsfig{figure=ps/gnus-big-logo,height=1cm}}
286 \hfill \mbox{}
287 \fi
288 }
289
290 \pagenumbering{roman}
291 \pagestyle{gnuspreamble}
292
293 @end iflatex
294 @end iftex
295
296 @iftex
297 @iflatex
298
299 \begin{titlepage}
300 {
301
302 %\addtolength{\oddsidemargin}{-5cm}
303 %\addtolength{\evensidemargin}{-5cm}
304 \parindent=0cm
305 \addtolength{\textheight}{2cm}
306
307 \gnustitle{\gnustitlename}\hfill\gnusversion{\gnusversionname}\\
308 \rule{15cm}{1mm}\\
309 \vfill
310 \hspace*{0cm}\epsfig{figure=ps/gnus-big-logo,height=15cm}
311 \vfill
312 \rule{15cm}{1mm}\\
313 \gnusauthor{by Lars Magne Ingebrigtsen}
314 \newpage
315 }
316
317 \mbox{}
318 \vfill
319
320 \thispagestyle{empty}
321
322 @c @insertcopying
323 \newpage
324 \end{titlepage}
325 @end iflatex
326 @end iftex
327
328 @ifnottex
329 @insertcopying
330 @end ifnottex
331
332 @dircategory Emacs
333 @direntry
334 * Gnus: (gnus).         The newsreader Gnus.
335 @end direntry
336 @iftex
337 @finalout
338 @end iftex
339 @setchapternewpage odd
340
341
342
343 @titlepage
344 @title Gnus Manual
345
346 @author by Lars Magne Ingebrigtsen
347 @page
348 @vskip 0pt plus 1filll
349 @insertcopying
350 @end titlepage
351
352
353 @node Top
354 @top The Gnus Newsreader
355
356 @ifinfo
357
358 You can read news (and mail) from within Emacs by using Gnus.  The news
359 can be gotten by any nefarious means you can think of---@acronym{NNTP}, local
360 spool or your mbox file.  All at the same time, if you want to push your
361 luck.
362
363 This manual corresponds to No Gnus v0.3.
364
365 @end ifinfo
366
367 @iftex
368
369 @iflatex
370 \tableofcontents
371 \gnuscleardoublepage
372 @end iflatex
373
374 Gnus is the advanced, self-documenting, customizable, extensible
375 unreal-time newsreader for GNU Emacs.
376
377 Oops.  That sounds oddly familiar, so let's start over again to avoid
378 being accused of plagiarism:
379
380 Gnus is a message-reading laboratory.  It will let you look at just
381 about anything as if it were a newsgroup.  You can read mail with it,
382 you can browse directories with it, you can @code{ftp} with it---you
383 can even read news with it!
384
385 Gnus tries to empower people who read news the same way Emacs empowers
386 people who edit text.  Gnus sets no limits to what the user should be
387 allowed to do.  Users are encouraged to extend Gnus to make it behave
388 like they want it to behave.  A program should not control people;
389 people should be empowered to do what they want by using (or abusing)
390 the program.
391
392 @end iftex
393
394 @menu
395 * Starting Up::              Finding news can be a pain.
396 * Group Buffer::             Selecting, subscribing and killing groups.
397 * Summary Buffer::           Reading, saving and posting articles.
398 * Article Buffer::           Displaying and handling articles.
399 * Composing Messages::       Information on sending mail and news.
400 * Select Methods::           Gnus reads all messages from various select methods.
401 * Scoring::                  Assigning values to articles.
402 * Various::                  General purpose settings.
403 * The End::                  Farewell and goodbye.
404 * Appendices::               Terminology, Emacs intro, @acronym{FAQ}, History, Internals.
405 * Index::                    Variable, function and concept index.
406 * Key Index::                Key Index.
407
408 Other related manuals
409
410 * Message:(message).         Composing messages.
411 * Emacs-MIME:(emacs-mime).   Composing messages; @acronym{MIME}-specific parts.
412 * Sieve:(sieve).             Managing Sieve scripts in Emacs.
413 * PGG:(pgg).                 @acronym{PGP/MIME} with Gnus.
414 * SASL:(sasl).               @acronym{SASL} authentication in Emacs.
415
416 @detailmenu
417  --- The Detailed Node Listing ---
418
419 Starting Gnus
420
421 * Finding the News::            Choosing a method for getting news.
422 * The First Time::              What does Gnus do the first time you start it?
423 * The Server is Down::          How can I read my mail then?
424 * Slave Gnusae::                You can have more than one Gnus active at a time.
425 * Fetching a Group::            Starting Gnus just to read a group.
426 * New Groups::                  What is Gnus supposed to do with new groups?
427 * Changing Servers::            You may want to move from one server to another.
428 * Startup Files::               Those pesky startup files---@file{.newsrc}.
429 * Auto Save::                   Recovering from a crash.
430 * The Active File::             Reading the active file over a slow line Takes Time.
431 * Startup Variables::           Other variables you might change.
432
433 New Groups
434
435 * Checking New Groups::         Determining what groups are new.
436 * Subscription Methods::        What Gnus should do with new groups.
437 * Filtering New Groups::        Making Gnus ignore certain new groups.
438
439 Group Buffer
440
441 * Group Buffer Format::         Information listed and how you can change it.
442 * Group Maneuvering::           Commands for moving in the group buffer.
443 * Selecting a Group::           Actually reading news.
444 * Subscription Commands::       Unsubscribing, killing, subscribing.
445 * Group Data::                  Changing the info for a group.
446 * Group Levels::                Levels? What are those, then?
447 * Group Score::                 A mechanism for finding out what groups you like.
448 * Marking Groups::              You can mark groups for later processing.
449 * Foreign Groups::              Creating and editing groups.
450 * Group Parameters::            Each group may have different parameters set.
451 * Listing Groups::              Gnus can list various subsets of the groups.
452 * Sorting Groups::              Re-arrange the group order.
453 * Group Maintenance::           Maintaining a tidy @file{.newsrc} file.
454 * Browse Foreign Server::       You can browse a server.  See what it has to offer.
455 * Exiting Gnus::                Stop reading news and get some work done.
456 * Group Topics::                A folding group mode divided into topics.
457 * Misc Group Stuff::            Other stuff that you can to do.
458
459 Group Buffer Format
460
461 * Group Line Specification::    Deciding how the group buffer is to look.
462 * Group Mode Line Specification::  The group buffer mode line.
463 * Group Highlighting::          Having nice colors in the group buffer.
464
465 Group Topics
466
467 * Topic Commands::              Interactive E-Z commands.
468 * Topic Variables::             How to customize the topics the Lisp Way.
469 * Topic Sorting::               Sorting each topic individually.
470 * Topic Topology::              A map of the world.
471 * Topic Parameters::            Parameters that apply to all groups in a topic.
472
473 Misc Group Stuff
474
475 * Scanning New Messages::       Asking Gnus to see whether new messages have arrived.
476 * Group Information::           Information and help on groups and Gnus.
477 * Group Timestamp::             Making Gnus keep track of when you last read a group.
478 * File Commands::               Reading and writing the Gnus files.
479 * Sieve Commands::              Managing Sieve scripts.
480
481 Summary Buffer
482
483 * Summary Buffer Format::       Deciding how the summary buffer is to look.
484 * Summary Maneuvering::         Moving around the summary buffer.
485 * Choosing Articles::           Reading articles.
486 * Paging the Article::          Scrolling the current article.
487 * Reply Followup and Post::     Posting articles.
488 * Delayed Articles::            Send articles at a later time.
489 * Marking Articles::            Marking articles as read, expirable, etc.
490 * Limiting::                    You can limit the summary buffer.
491 * Threading::                   How threads are made.
492 * Sorting the Summary Buffer::  How articles and threads are sorted.
493 * Asynchronous Fetching::       Gnus might be able to pre-fetch articles.
494 * Article Caching::             You may store articles in a cache.
495 * Persistent Articles::         Making articles expiry-resistant.
496 * Article Backlog::             Having already read articles hang around.
497 * Saving Articles::             Ways of customizing article saving.
498 * Decoding Articles::           Gnus can treat series of (uu)encoded articles.
499 * Article Treatment::           The article buffer can be mangled at will.
500 * MIME Commands::               Doing MIMEy things with the articles.
501 * Charsets::                    Character set issues.
502 * Article Commands::            Doing various things with the article buffer.
503 * Summary Sorting::             Sorting the summary buffer in various ways.
504 * Finding the Parent::          No child support? Get the parent.
505 * Alternative Approaches::      Reading using non-default summaries.
506 * Tree Display::                A more visual display of threads.
507 * Mail Group Commands::         Some commands can only be used in mail groups.
508 * Various Summary Stuff::       What didn't fit anywhere else.
509 * Exiting the Summary Buffer::  Returning to the Group buffer,
510                                 or reselecting the current group.
511 * Crosspost Handling::          How crossposted articles are dealt with.
512 * Duplicate Suppression::       An alternative when crosspost handling fails.
513 * Security::                    Decrypt and Verify.
514 * Mailing List::                Mailing list minor mode.
515
516 Summary Buffer Format
517
518 * Summary Buffer Lines::        You can specify how summary lines should look.
519 * To From Newsgroups::          How to not display your own name.
520 * Summary Buffer Mode Line::    You can say how the mode line should look.
521 * Summary Highlighting::        Making the summary buffer all pretty and nice.
522
523 Choosing Articles
524
525 * Choosing Commands::           Commands for choosing articles.
526 * Choosing Variables::          Variables that influence these commands.
527
528 Reply, Followup and Post
529
530 * Summary Mail Commands::       Sending mail.
531 * Summary Post Commands::       Sending news.
532 * Summary Message Commands::    Other Message-related commands.
533 * Canceling and Superseding::
534
535 Marking Articles
536
537 * Unread Articles::             Marks for unread articles.
538 * Read Articles::               Marks for read articles.
539 * Other Marks::                 Marks that do not affect readedness.
540 * Setting Marks::               How to set and remove marks.
541 * Generic Marking Commands::    How to customize the marking.
542 * Setting Process Marks::       How to mark articles for later processing.
543
544 Threading
545
546 * Customizing Threading::       Variables you can change to affect the threading.
547 * Thread Commands::             Thread based commands in the summary buffer.
548
549 Customizing Threading
550
551 * Loose Threads::               How Gnus gathers loose threads into bigger threads.
552 * Filling In Threads::          Making the threads displayed look fuller.
553 * More Threading::              Even more variables for fiddling with threads.
554 * Low-Level Threading::         You thought it was over@dots{} but you were wrong!
555
556 Decoding Articles
557
558 * Uuencoded Articles::          Uudecode articles.
559 * Shell Archives::              Unshar articles.
560 * PostScript Files::            Split PostScript.
561 * Other Files::                 Plain save and binhex.
562 * Decoding Variables::          Variables for a happy decoding.
563 * Viewing Files::               You want to look at the result of the decoding?
564
565 Decoding Variables
566
567 * Rule Variables::              Variables that say how a file is to be viewed.
568 * Other Decode Variables::      Other decode variables.
569 * Uuencoding and Posting::      Variables for customizing uuencoding.
570
571 Article Treatment
572
573 * Article Highlighting::        You want to make the article look like fruit salad.
574 * Article Fontisizing::         Making emphasized text look nice.
575 * Article Hiding::              You also want to make certain info go away.
576 * Article Washing::             Lots of way-neat functions to make life better.
577 * Article Header::              Doing various header transformations.
578 * Article Buttons::             Click on URLs, Message-IDs, addresses and the like.
579 * Article Button Levels::       Controlling appearance of buttons.
580 * Article Date::                Grumble, UT!
581 * Article Display::             Display various stuff---X-Face, Picons, Smileys
582 * Article Signature::           What is a signature?
583 * Article Miscellanea::         Various other stuff.
584
585 Alternative Approaches
586
587 * Pick and Read::               First mark articles and then read them.
588 * Binary Groups::               Auto-decode all articles.
589
590 Various Summary Stuff
591
592 * Summary Group Information::   Information oriented commands.
593 * Searching for Articles::      Multiple article commands.
594 * Summary Generation Commands::
595 * Really Various Summary Commands::  Those pesky non-conformant commands.
596
597 Article Buffer
598
599 * Hiding Headers::              Deciding what headers should be displayed.
600 * Using MIME::                  Pushing articles through @acronym{MIME} before reading them.
601 * Customizing Articles::        Tailoring the look of the articles.
602 * Article Keymap::              Keystrokes available in the article buffer.
603 * Misc Article::                Other stuff.
604
605 Composing Messages
606
607 * Mail::                        Mailing and replying.
608 * Posting Server::              What server should you post and mail via?
609 * POP before SMTP::             You cannot send a mail unless you read a mail.
610 * Mail and Post::               Mailing and posting at the same time.
611 * Archived Messages::           Where Gnus stores the messages you've sent.
612 * Posting Styles::              An easier way to specify who you are.
613 * Drafts::                      Postponing messages and rejected messages.
614 * Rejected Articles::           What happens if the server doesn't like your article?
615 * Signing and encrypting::      How to compose secure messages.
616
617 Select Methods
618
619 * Server Buffer::               Making and editing virtual servers.
620 * Getting News::                Reading USENET news with Gnus.
621 * Getting Mail::                Reading your personal mail with Gnus.
622 * Browsing the Web::            Getting messages from a plethora of Web sources.
623 * IMAP::                        Using Gnus as a @acronym{IMAP} client.
624 * Other Sources::               Reading directories, files, SOUP packets.
625 * Combined Groups::             Combining groups into one group.
626 * Email Based Diary::           Using mails to manage diary events in Gnus.
627 * Gnus Unplugged::              Reading news and mail offline.
628
629 Server Buffer
630
631 * Server Buffer Format::        You can customize the look of this buffer.
632 * Server Commands::             Commands to manipulate servers.
633 * Example Methods::             Examples server specifications.
634 * Creating a Virtual Server::   An example session.
635 * Server Variables::            Which variables to set.
636 * Servers and Methods::         You can use server names as select methods.
637 * Unavailable Servers::         Some servers you try to contact may be down.
638
639 Getting News
640
641 * NNTP::                        Reading news from an @acronym{NNTP} server.
642 * News Spool::                  Reading news from the local spool.
643
644 @acronym{NNTP}
645
646 * Direct Functions::            Connecting directly to the server.
647 * Indirect Functions::          Connecting indirectly to the server.
648 * Common Variables::            Understood by several connection functions.
649 * NNTP marks::                  Storing marks for @acronym{NNTP} servers.
650
651 Getting Mail
652
653 * Mail in a Newsreader::        Important introductory notes.
654 * Getting Started Reading Mail::  A simple cookbook example.
655 * Splitting Mail::              How to create mail groups.
656 * Mail Sources::                How to tell Gnus where to get mail from.
657 * Mail Back End Variables::     Variables for customizing mail handling.
658 * Fancy Mail Splitting::        Gnus can do hairy splitting of incoming mail.
659 * Group Mail Splitting::        Use group customize to drive mail splitting.
660 * Incorporating Old Mail::      What about the old mail you have?
661 * Expiring Mail::               Getting rid of unwanted mail.
662 * Washing Mail::                Removing cruft from the mail you get.
663 * Duplicates::                  Dealing with duplicated mail.
664 * Not Reading Mail::            Using mail back ends for reading other files.
665 * Choosing a Mail Back End::    Gnus can read a variety of mail formats.
666
667 Mail Sources
668
669 * Mail Source Specifiers::      How to specify what a mail source is.
670 * Mail Source Customization::   Some variables that influence things.
671 * Fetching Mail::               Using the mail source specifiers.
672
673 Choosing a Mail Back End
674
675 * Unix Mail Box::               Using the (quite) standard Un*x mbox.
676 * Rmail Babyl::                 Emacs programs use the Rmail Babyl format.
677 * Mail Spool::                  Store your mail in a private spool?
678 * MH Spool::                    An mhspool-like back end.
679 * Maildir::                     Another one-file-per-message format.
680 * Mail Folders::                Having one file for each group.
681 * Comparing Mail Back Ends::    An in-depth looks at pros and cons.
682
683 Browsing the Web
684
685 * Archiving Mail::
686 * Web Searches::                Creating groups from articles that match a string.
687 * Slashdot::                    Reading the Slashdot comments.
688 * Ultimate::                    The Ultimate Bulletin Board systems.
689 * Web Archive::                 Reading mailing list archived on web.
690 * RSS::                         Reading RDF site summary.
691 * Customizing W3::              Doing stuff to Emacs/W3 from Gnus.
692
693 @acronym{IMAP}
694
695 * Splitting in IMAP::           Splitting mail with nnimap.
696 * Expiring in IMAP::            Expiring mail with nnimap.
697 * Editing IMAP ACLs::           Limiting/enabling other users access to a mailbox.
698 * Expunging mailboxes::         Equivalent of a ``compress mailbox'' button.
699 * A note on namespaces::        How to (not) use @acronym{IMAP} namespace in Gnus.
700 * Debugging IMAP::              What to do when things don't work.
701
702 Other Sources
703
704 * Directory Groups::            You can read a directory as if it was a newsgroup.
705 * Anything Groups::             Dired?  Who needs dired?
706 * Document Groups::             Single files can be the basis of a group.
707 * SOUP::                        Reading @sc{soup} packets ``offline''.
708 * Mail-To-News Gateways::       Posting articles via mail-to-news gateways.
709
710 Document Groups
711
712 * Document Server Internals::   How to add your own document types.
713
714 SOUP
715
716 * SOUP Commands::               Commands for creating and sending @sc{soup} packets
717 * SOUP Groups::                 A back end for reading @sc{soup} packets.
718 * SOUP Replies::                How to enable @code{nnsoup} to take over mail and news.
719
720 Combined Groups
721
722 * Virtual Groups::              Combining articles from many groups.
723 * Kibozed Groups::              Looking through parts of the newsfeed for articles.
724
725 Email Based Diary
726
727 * The NNDiary Back End::        Basic setup and usage.
728 * The Gnus Diary Library::      Utility toolkit on top of nndiary.
729 * Sending or Not Sending::      A final note on sending diary messages.
730
731 The NNDiary Back End
732
733 * Diary Messages::              What makes a message valid for nndiary.
734 * Running NNDiary::             NNDiary has two modes of operation.
735 * Customizing NNDiary::         Bells and whistles.
736
737 The Gnus Diary Library
738
739 * Diary Summary Line Format::           A nicer summary buffer line format.
740 * Diary Articles Sorting::              A nicer way to sort messages.
741 * Diary Headers Generation::            Not doing it manually.
742 * Diary Group Parameters::              Not handling them manually.
743
744 Gnus Unplugged
745
746 * Agent Basics::                How it all is supposed to work.
747 * Agent Categories::            How to tell the Gnus Agent what to download.
748 * Agent Commands::              New commands for all the buffers.
749 * Agent Visuals::               Ways that the agent may effect your summary buffer.
750 * Agent as Cache::              The Agent is a big cache too.
751 * Agent Expiry::                How to make old articles go away.
752 * Agent Regeneration::          How to recover from lost connections and other accidents.
753 * Agent and IMAP::              How to use the Agent with @acronym{IMAP}.
754 * Outgoing Messages::           What happens when you post/mail something?
755 * Agent Variables::             Customizing is fun.
756 * Example Setup::               An example @file{~/.gnus.el} file for offline people.
757 * Batching Agents::             How to fetch news from a @code{cron} job.
758 * Agent Caveats::               What you think it'll do and what it does.
759
760 Agent Categories
761
762 * Category Syntax::             What a category looks like.
763 * Category Buffer::             A buffer for maintaining categories.
764 * Category Variables::          Customize'r'Us.
765
766 Agent Commands
767
768 * Group Agent Commands::        Configure groups and fetch their contents.
769 * Summary Agent Commands::      Manually select then fetch specific articles.
770 * Server Agent Commands::       Select the servers that are supported by the agent.
771
772 Scoring
773
774 * Summary Score Commands::      Adding score entries for the current group.
775 * Group Score Commands::        General score commands.
776 * Score Variables::             Customize your scoring.  (My, what terminology).
777 * Score File Format::           What a score file may contain.
778 * Score File Editing::          You can edit score files by hand as well.
779 * Adaptive Scoring::            Big Sister Gnus knows what you read.
780 * Home Score File::             How to say where new score entries are to go.
781 * Followups To Yourself::       Having Gnus notice when people answer you.
782 * Scoring On Other Headers::    Scoring on non-standard headers.
783 * Scoring Tips::                How to score effectively.
784 * Reverse Scoring::             That problem child of old is not problem.
785 * Global Score Files::          Earth-spanning, ear-splitting score files.
786 * Kill Files::                  They are still here, but they can be ignored.
787 * Converting Kill Files::       Translating kill files to score files.
788 * Advanced Scoring::            Using logical expressions to build score rules.
789 * Score Decays::                It can be useful to let scores wither away.
790
791 Advanced Scoring
792
793 * Advanced Scoring Syntax::     A definition.
794 * Advanced Scoring Examples::   What they look like.
795 * Advanced Scoring Tips::       Getting the most out of it.
796
797 Various
798
799 * Process/Prefix::              A convention used by many treatment commands.
800 * Interactive::                 Making Gnus ask you many questions.
801 * Symbolic Prefixes::           How to supply some Gnus functions with options.
802 * Formatting Variables::        You can specify what buffers should look like.
803 * Window Layout::               Configuring the Gnus buffer windows.
804 * Faces and Fonts::             How to change how faces look.
805 * Compilation::                 How to speed Gnus up.
806 * Mode Lines::                  Displaying information in the mode lines.
807 * Highlighting and Menus::      Making buffers look all nice and cozy.
808 * Buttons::                     Get tendinitis in ten easy steps!
809 * Daemons::                     Gnus can do things behind your back.
810 * NoCeM::                       How to avoid spam and other fatty foods.
811 * Undo::                        Some actions can be undone.
812 * Predicate Specifiers::        Specifying predicates.
813 * Moderation::                  What to do if you're a moderator.
814 * Image Enhancements::          Modern versions of Emacs/XEmacs can display images.
815 * Fuzzy Matching::              What's the big fuzz?
816 * Thwarting Email Spam::        A how-to on avoiding unsolicited commercial email.
817 * Other modes::                 Interaction with other modes.
818 * Various Various::             Things that are really various.
819
820 Formatting Variables
821
822 * Formatting Basics::           A formatting variable is basically a format string.
823 * Mode Line Formatting::        Some rules about mode line formatting variables.
824 * Advanced Formatting::         Modifying output in various ways.
825 * User-Defined Specs::          Having Gnus call your own functions.
826 * Formatting Fonts::            Making the formatting look colorful and nice.
827 * Positioning Point::           Moving point to a position after an operation.
828 * Tabulation::                  Tabulating your output.
829 * Wide Characters::             Dealing with wide characters.
830
831 Image Enhancements
832
833 * X-Face::                      Display a funky, teensy black-and-white image.
834 * Face::                        Display a funkier, teensier colored image.
835 * Smileys::                     Show all those happy faces the way they were meant to be shown.
836 * Picons::                      How to display pictures of what you're reading.
837 * XVarious::                    Other XEmacsy Gnusey variables.
838
839 Thwarting Email Spam
840
841 * The problem of spam::         Some background, and some solutions
842 * Anti-Spam Basics::            Simple steps to reduce the amount of spam.
843 * SpamAssassin::                How to use external anti-spam tools.
844 * Hashcash::                    Reduce spam by burning CPU time.
845 * Filtering Spam Using The Spam ELisp Package::
846 * Filtering Spam Using Statistics with spam-stat::
847
848 Filtering Spam Using The Spam ELisp Package
849
850 * Spam ELisp Package Sequence of Events::
851 * Spam ELisp Package Filtering of Incoming Mail::
852 * Spam ELisp Package Global Variables::
853 * Spam ELisp Package Configuration Examples::
854 * Blacklists and Whitelists::
855 * BBDB Whitelists::
856 * Gmane Spam Reporting::
857 * Anti-spam Hashcash Payments::
858 * Blackholes::
859 * Regular Expressions Header Matching::
860 * Bogofilter::
861 * SpamAssassin back end::
862 * ifile spam filtering::
863 * spam-stat spam filtering::
864 * SpamOracle::
865 * Extending the Spam ELisp package::
866
867 Filtering Spam Using Statistics with spam-stat
868
869 * Creating a spam-stat dictionary::
870 * Splitting mail using spam-stat::
871 * Low-level interface to the spam-stat dictionary::
872
873 Appendices
874
875 * XEmacs::                      Requirements for installing under XEmacs.
876 * History::                     How Gnus got where it is today.
877 * On Writing Manuals::          Why this is not a beginner's guide.
878 * Terminology::                 We use really difficult, like, words here.
879 * Customization::               Tailoring Gnus to your needs.
880 * Troubleshooting::             What you might try if things do not work.
881 * Gnus Reference Guide::        Rilly, rilly technical stuff.
882 * Emacs for Heathens::          A short introduction to Emacsian terms.
883 * Frequently Asked Questions::  The Gnus FAQ
884
885 History
886
887 * Gnus Versions::               What Gnus versions have been released.
888 * Other Gnus Versions::         Other Gnus versions that also have been released.
889 * Why?::                        What's the point of Gnus?
890 * Compatibility::               Just how compatible is Gnus with @sc{gnus}?
891 * Conformity::                  Gnus tries to conform to all standards.
892 * Emacsen::                     Gnus can be run on a few modern Emacsen.
893 * Gnus Development::            How Gnus is developed.
894 * Contributors::                Oodles of people.
895 * New Features::                Pointers to some of the new stuff in Gnus.
896
897 New Features
898
899 * ding Gnus::                   New things in Gnus 5.0/5.1, the first new Gnus.
900 * September Gnus::              The Thing Formally Known As Gnus 5.2/5.3.
901 * Red Gnus::                    Third time best---Gnus 5.4/5.5.
902 * Quassia Gnus::                Two times two is four, or Gnus 5.6/5.7.
903 * Pterodactyl Gnus::            Pentad also starts with P, AKA Gnus 5.8/5.9.
904 * Oort Gnus::                   It's big.  It's far out.  Gnus 5.10/5.11.
905 * No Gnus::                     Lars, FIXME!
906
907 Customization
908
909 * Slow/Expensive Connection::   You run a local Emacs and get the news elsewhere.
910 * Slow Terminal Connection::    You run a remote Emacs.
911 * Little Disk Space::           You feel that having large setup files is icky.
912 * Slow Machine::                You feel like buying a faster machine.
913
914 Gnus Reference Guide
915
916 * Gnus Utility Functions::      Common functions and variable to use.
917 * Back End Interface::          How Gnus communicates with the servers.
918 * Score File Syntax::           A BNF definition of the score file standard.
919 * Headers::                     How Gnus stores headers internally.
920 * Ranges::                      A handy format for storing mucho numbers.
921 * Group Info::                  The group info format.
922 * Extended Interactive::        Symbolic prefixes and stuff.
923 * Emacs/XEmacs Code::           Gnus can be run under all modern Emacsen.
924 * Various File Formats::        Formats of files that Gnus use.
925
926 Back End Interface
927
928 * Required Back End Functions::  Functions that must be implemented.
929 * Optional Back End Functions::  Functions that need not be implemented.
930 * Error Messaging::             How to get messages and report errors.
931 * Writing New Back Ends::       Extending old back ends.
932 * Hooking New Back Ends Into Gnus::  What has to be done on the Gnus end.
933 * Mail-like Back Ends::         Some tips on mail back ends.
934
935 Various File Formats
936
937 * Active File Format::          Information on articles and groups available.
938 * Newsgroups File Format::      Group descriptions.
939
940 Emacs for Heathens
941
942 * Keystrokes::                  Entering text and executing commands.
943 * Emacs Lisp::                  The built-in Emacs programming language.
944
945 @end detailmenu
946 @end menu
947
948 @node Starting Up
949 @chapter Starting Gnus
950 @cindex starting up
951
952 @kindex M-x gnus
953 @findex gnus
954 If your system administrator has set things up properly, starting Gnus
955 and reading news is extremely easy---you just type @kbd{M-x gnus} in
956 your Emacs.
957
958 @findex gnus-other-frame
959 @kindex M-x gnus-other-frame
960 If you want to start Gnus in a different frame, you can use the command
961 @kbd{M-x gnus-other-frame} instead.
962
963 If things do not go smoothly at startup, you have to twiddle some
964 variables in your @file{~/.gnus.el} file.  This file is similar to
965 @file{~/.emacs}, but is read when Gnus starts.
966
967 If you puzzle at any terms used in this manual, please refer to the
968 terminology section (@pxref{Terminology}).
969
970 @menu
971 * Finding the News::      Choosing a method for getting news.
972 * The First Time::        What does Gnus do the first time you start it?
973 * The Server is Down::    How can I read my mail then?
974 * Slave Gnusae::          You can have more than one Gnus active at a time.
975 * New Groups::            What is Gnus supposed to do with new groups?
976 * Changing Servers::      You may want to move from one server to another.
977 * Startup Files::         Those pesky startup files---@file{.newsrc}.
978 * Auto Save::             Recovering from a crash.
979 * The Active File::       Reading the active file over a slow line Takes Time.
980 * Startup Variables::     Other variables you might change.
981 @end menu
982
983
984 @node Finding the News
985 @section Finding the News
986 @cindex finding news
987
988 @vindex gnus-select-method
989 @c @head
990 The @code{gnus-select-method} variable says where Gnus should look for
991 news.  This variable should be a list where the first element says
992 @dfn{how} and the second element says @dfn{where}.  This method is your
993 native method.  All groups not fetched with this method are
994 foreign groups.
995
996 For instance, if the @samp{news.somewhere.edu} @acronym{NNTP} server is where
997 you want to get your daily dosage of news from, you'd say:
998
999 @lisp
1000 (setq gnus-select-method '(nntp "news.somewhere.edu"))
1001 @end lisp
1002
1003 If you want to read directly from the local spool, say:
1004
1005 @lisp
1006 (setq gnus-select-method '(nnspool ""))
1007 @end lisp
1008
1009 If you can use a local spool, you probably should, as it will almost
1010 certainly be much faster.  But do not use the local spool if your
1011 server is running Leafnode (which is a simple, standalone private news
1012 server); in this case, use @code{(nntp "localhost")}.
1013
1014 @vindex gnus-nntpserver-file
1015 @cindex NNTPSERVER
1016 @cindex @acronym{NNTP} server
1017 If this variable is not set, Gnus will take a look at the
1018 @env{NNTPSERVER} environment variable.  If that variable isn't set,
1019 Gnus will see whether @code{gnus-nntpserver-file}
1020 (@file{/etc/nntpserver} by default) has any opinions on the matter.
1021 If that fails as well, Gnus will try to use the machine running Emacs
1022 as an @acronym{NNTP} server.  That's a long shot, though.
1023
1024 @vindex gnus-nntp-server
1025 If @code{gnus-nntp-server} is set, this variable will override
1026 @code{gnus-select-method}.  You should therefore set
1027 @code{gnus-nntp-server} to @code{nil}, which is what it is by default.
1028
1029 @vindex gnus-secondary-servers
1030 @vindex gnus-nntp-server
1031 You can also make Gnus prompt you interactively for the name of an
1032 @acronym{NNTP} server.  If you give a non-numerical prefix to @code{gnus}
1033 (i.e., @kbd{C-u M-x gnus}), Gnus will let you choose between the servers
1034 in the @code{gnus-secondary-servers} list (if any).  You can also just
1035 type in the name of any server you feel like visiting.  (Note that this
1036 will set @code{gnus-nntp-server}, which means that if you then @kbd{M-x
1037 gnus} later in the same Emacs session, Gnus will contact the same
1038 server.)
1039
1040 @findex gnus-group-browse-foreign-server
1041 @kindex B (Group)
1042 However, if you use one @acronym{NNTP} server regularly and are just
1043 interested in a couple of groups from a different server, you would be
1044 better served by using the @kbd{B} command in the group buffer.  It will
1045 let you have a look at what groups are available, and you can subscribe
1046 to any of the groups you want to.  This also makes @file{.newsrc}
1047 maintenance much tidier.  @xref{Foreign Groups}.
1048
1049 @vindex gnus-secondary-select-methods
1050 @c @head
1051 A slightly different approach to foreign groups is to set the
1052 @code{gnus-secondary-select-methods} variable.  The select methods
1053 listed in this variable are in many ways just as native as the
1054 @code{gnus-select-method} server.  They will also be queried for active
1055 files during startup (if that's required), and new newsgroups that
1056 appear on these servers will be subscribed (or not) just as native
1057 groups are.
1058
1059 For instance, if you use the @code{nnmbox} back end to read your mail,
1060 you would typically set this variable to
1061
1062 @lisp
1063 (setq gnus-secondary-select-methods '((nnmbox "")))
1064 @end lisp
1065
1066 Note: the @acronym{NNTP} back end stores marks in marks files
1067 (@pxref{NNTP marks}).  This feature makes it easy to share marks between
1068 several Gnus installations, but may slow down things a bit when fetching
1069 new articles.  @xref{NNTP marks}, for more information.
1070
1071
1072 @node The First Time
1073 @section The First Time
1074 @cindex first time usage
1075
1076 If no startup files exist (@pxref{Startup Files}), Gnus will try to
1077 determine what groups should be subscribed by default.
1078
1079 @vindex gnus-default-subscribed-newsgroups
1080 If the variable @code{gnus-default-subscribed-newsgroups} is set, Gnus
1081 will subscribe you to just those groups in that list, leaving the rest
1082 killed.  Your system administrator should have set this variable to
1083 something useful.
1084
1085 Since she hasn't, Gnus will just subscribe you to a few arbitrarily
1086 picked groups (i.e., @samp{*.newusers}).  (@dfn{Arbitrary} is defined
1087 here as @dfn{whatever Lars thinks you should read}.)
1088
1089 You'll also be subscribed to the Gnus documentation group, which should
1090 help you with most common problems.
1091
1092 If @code{gnus-default-subscribed-newsgroups} is @code{t}, Gnus will just
1093 use the normal functions for handling new groups, and not do anything
1094 special.
1095
1096
1097 @node The Server is Down
1098 @section The Server is Down
1099 @cindex server errors
1100
1101 If the default server is down, Gnus will understandably have some
1102 problems starting.  However, if you have some mail groups in addition to
1103 the news groups, you may want to start Gnus anyway.
1104
1105 Gnus, being the trusting sort of program, will ask whether to proceed
1106 without a native select method if that server can't be contacted.  This
1107 will happen whether the server doesn't actually exist (i.e., you have
1108 given the wrong address) or the server has just momentarily taken ill
1109 for some reason or other.  If you decide to continue and have no foreign
1110 groups, you'll find it difficult to actually do anything in the group
1111 buffer.  But, hey, that's your problem.  Blllrph!
1112
1113 @findex gnus-no-server
1114 @kindex M-x gnus-no-server
1115 @c @head
1116 If you know that the server is definitely down, or you just want to read
1117 your mail without bothering with the server at all, you can use the
1118 @code{gnus-no-server} command to start Gnus.  That might come in handy
1119 if you're in a hurry as well.  This command will not attempt to contact
1120 your primary server---instead, it will just activate all groups on level
1121 1 and 2.  (You should preferably keep no native groups on those two
1122 levels.) Also @pxref{Group Levels}.
1123
1124
1125 @node Slave Gnusae
1126 @section Slave Gnusae
1127 @cindex slave
1128
1129 You might want to run more than one Emacs with more than one Gnus at the
1130 same time.  If you are using different @file{.newsrc} files (e.g., if you
1131 are using the two different Gnusae to read from two different servers),
1132 that is no problem whatsoever.  You just do it.
1133
1134 The problem appears when you want to run two Gnusae that use the same
1135 @file{.newsrc} file.
1136
1137 To work around that problem some, we here at the Think-Tank at the Gnus
1138 Towers have come up with a new concept: @dfn{Masters} and
1139 @dfn{slaves}.  (We have applied for a patent on this concept, and have
1140 taken out a copyright on those words.  If you wish to use those words in
1141 conjunction with each other, you have to send $1 per usage instance to
1142 me.  Usage of the patent (@dfn{Master/Slave Relationships In Computer
1143 Applications}) will be much more expensive, of course.)
1144
1145 @findex gnus-slave
1146 Anyway, you start one Gnus up the normal way with @kbd{M-x gnus} (or
1147 however you do it).  Each subsequent slave Gnusae should be started with
1148 @kbd{M-x gnus-slave}.  These slaves won't save normal @file{.newsrc}
1149 files, but instead save @dfn{slave files} that contain information only
1150 on what groups have been read in the slave session.  When a master Gnus
1151 starts, it will read (and delete) these slave files, incorporating all
1152 information from them.  (The slave files will be read in the sequence
1153 they were created, so the latest changes will have precedence.)
1154
1155 Information from the slave files has, of course, precedence over the
1156 information in the normal (i.e., master) @file{.newsrc} file.
1157
1158 If the @file{.newsrc*} files have not been saved in the master when the
1159 slave starts, you may be prompted as to whether to read an auto-save
1160 file.  If you answer ``yes'', the unsaved changes to the master will be
1161 incorporated into the slave.  If you answer ``no'', the slave may see some
1162 messages as unread that have been read in the master.
1163
1164
1165
1166 @node New Groups
1167 @section New Groups
1168 @cindex new groups
1169 @cindex subscription
1170
1171 @vindex gnus-check-new-newsgroups
1172 If you are satisfied that you really never want to see any new groups,
1173 you can set @code{gnus-check-new-newsgroups} to @code{nil}.  This will
1174 also save you some time at startup.  Even if this variable is
1175 @code{nil}, you can always subscribe to the new groups just by pressing
1176 @kbd{U} in the group buffer (@pxref{Group Maintenance}).  This variable
1177 is @code{ask-server} by default.  If you set this variable to
1178 @code{always}, then Gnus will query the back ends for new groups even
1179 when you do the @kbd{g} command (@pxref{Scanning New Messages}).
1180
1181 @menu
1182 * Checking New Groups::         Determining what groups are new.
1183 * Subscription Methods::        What Gnus should do with new groups.
1184 * Filtering New Groups::        Making Gnus ignore certain new groups.
1185 @end menu
1186
1187
1188 @node Checking New Groups
1189 @subsection Checking New Groups
1190
1191 Gnus normally determines whether a group is new or not by comparing the
1192 list of groups from the active file(s) with the lists of subscribed and
1193 dead groups.  This isn't a particularly fast method.  If
1194 @code{gnus-check-new-newsgroups} is @code{ask-server}, Gnus will ask the
1195 server for new groups since the last time.  This is both faster and
1196 cheaper.  This also means that you can get rid of the list of killed
1197 groups altogether, so you may set @code{gnus-save-killed-list} to
1198 @code{nil}, which will save time both at startup, at exit, and all over.
1199 Saves disk space, too.  Why isn't this the default, then?
1200 Unfortunately, not all servers support this command.
1201
1202 I bet I know what you're thinking now: How do I find out whether my
1203 server supports @code{ask-server}?  No?  Good, because I don't have a
1204 fail-safe answer.  I would suggest just setting this variable to
1205 @code{ask-server} and see whether any new groups appear within the next
1206 few days.  If any do, then it works.  If none do, then it doesn't
1207 work.  I could write a function to make Gnus guess whether the server
1208 supports @code{ask-server}, but it would just be a guess.  So I won't.
1209 You could @code{telnet} to the server and say @code{HELP} and see
1210 whether it lists @samp{NEWGROUPS} among the commands it understands.  If
1211 it does, then it might work.  (But there are servers that lists
1212 @samp{NEWGROUPS} without supporting the function properly.)
1213
1214 This variable can also be a list of select methods.  If so, Gnus will
1215 issue an @code{ask-server} command to each of the select methods, and
1216 subscribe them (or not) using the normal methods.  This might be handy
1217 if you are monitoring a few servers for new groups.  A side effect is
1218 that startup will take much longer, so you can meditate while waiting.
1219 Use the mantra ``dingnusdingnusdingnus'' to achieve permanent bliss.
1220
1221
1222 @node Subscription Methods
1223 @subsection Subscription Methods
1224
1225 @vindex gnus-subscribe-newsgroup-method
1226 What Gnus does when it encounters a new group is determined by the
1227 @code{gnus-subscribe-newsgroup-method} variable.
1228
1229 This variable should contain a function.  This function will be called
1230 with the name of the new group as the only parameter.
1231
1232 Some handy pre-fab functions are:
1233
1234 @table @code
1235
1236 @item gnus-subscribe-zombies
1237 @vindex gnus-subscribe-zombies
1238 Make all new groups zombies.  This is the default.  You can browse the
1239 zombies later (with @kbd{A z}) and either kill them all off properly
1240 (with @kbd{S z}), or subscribe to them (with @kbd{u}).
1241
1242 @item gnus-subscribe-randomly
1243 @vindex gnus-subscribe-randomly
1244 Subscribe all new groups in arbitrary order.  This really means that all
1245 new groups will be added at ``the top'' of the group buffer.
1246
1247 @item gnus-subscribe-alphabetically
1248 @vindex gnus-subscribe-alphabetically
1249 Subscribe all new groups in alphabetical order.
1250
1251 @item gnus-subscribe-hierarchically
1252 @vindex gnus-subscribe-hierarchically
1253 Subscribe all new groups hierarchically.  The difference between this
1254 function and @code{gnus-subscribe-alphabetically} is slight.
1255 @code{gnus-subscribe-alphabetically} will subscribe new groups in a strictly
1256 alphabetical fashion, while this function will enter groups into its
1257 hierarchy.  So if you want to have the @samp{rec} hierarchy before the
1258 @samp{comp} hierarchy, this function will not mess that configuration
1259 up.  Or something like that.
1260
1261 @item gnus-subscribe-interactively
1262 @vindex gnus-subscribe-interactively
1263 Subscribe new groups interactively.  This means that Gnus will ask
1264 you about @strong{all} new groups.  The groups you choose to subscribe
1265 to will be subscribed hierarchically.
1266
1267 @item gnus-subscribe-killed
1268 @vindex gnus-subscribe-killed
1269 Kill all new groups.
1270
1271 @item gnus-subscribe-topics
1272 @vindex gnus-subscribe-topics
1273 Put the groups into the topic that has a matching @code{subscribe} topic
1274 parameter (@pxref{Topic Parameters}).  For instance, a @code{subscribe}
1275 topic parameter that looks like
1276
1277 @example
1278 "nnslashdot"
1279 @end example
1280
1281 will mean that all groups that match that regex will be subscribed under
1282 that topic.
1283
1284 If no topics match the groups, the groups will be subscribed in the
1285 top-level topic.
1286
1287 @end table
1288
1289 @vindex gnus-subscribe-hierarchical-interactive
1290 A closely related variable is
1291 @code{gnus-subscribe-hierarchical-interactive}.  (That's quite a
1292 mouthful.)  If this variable is non-@code{nil}, Gnus will ask you in a
1293 hierarchical fashion whether to subscribe to new groups or not.  Gnus
1294 will ask you for each sub-hierarchy whether you want to descend the
1295 hierarchy or not.
1296
1297 One common mistake is to set the variable a few paragraphs above
1298 (@code{gnus-subscribe-newsgroup-method}) to
1299 @code{gnus-subscribe-hierarchical-interactive}.  This is an error.  This
1300 will not work.  This is ga-ga.  So don't do it.
1301
1302
1303 @node Filtering New Groups
1304 @subsection Filtering New Groups
1305
1306 A nice and portable way to control which new newsgroups should be
1307 subscribed (or ignored) is to put an @dfn{options} line at the start of
1308 the @file{.newsrc} file.  Here's an example:
1309
1310 @example
1311 options -n !alt.all !rec.all sci.all
1312 @end example
1313
1314 @vindex gnus-subscribe-options-newsgroup-method
1315 This line obviously belongs to a serious-minded intellectual scientific
1316 person (or she may just be plain old boring), because it says that all
1317 groups that have names beginning with @samp{alt} and @samp{rec} should
1318 be ignored, and all groups with names beginning with @samp{sci} should
1319 be subscribed.  Gnus will not use the normal subscription method for
1320 subscribing these groups.
1321 @code{gnus-subscribe-options-newsgroup-method} is used instead.  This
1322 variable defaults to @code{gnus-subscribe-alphabetically}.
1323
1324 @vindex gnus-options-not-subscribe
1325 @vindex gnus-options-subscribe
1326 If you don't want to mess with your @file{.newsrc} file, you can just
1327 set the two variables @code{gnus-options-subscribe} and
1328 @code{gnus-options-not-subscribe}.  These two variables do exactly the
1329 same as the @file{.newsrc} @samp{options -n} trick.  Both are regexps,
1330 and if the new group matches the former, it will be unconditionally
1331 subscribed, and if it matches the latter, it will be ignored.
1332
1333 @vindex gnus-auto-subscribed-groups
1334 Yet another variable that meddles here is
1335 @code{gnus-auto-subscribed-groups}.  It works exactly like
1336 @code{gnus-options-subscribe}, and is therefore really superfluous,
1337 but I thought it would be nice to have two of these.  This variable is
1338 more meant for setting some ground rules, while the other variable is
1339 used more for user fiddling.  By default this variable makes all new
1340 groups that come from mail back ends (@code{nnml}, @code{nnbabyl},
1341 @code{nnfolder}, @code{nnmbox}, @code{nnmh}, and @code{nnmaildir})
1342 subscribed.  If you don't like that, just set this variable to
1343 @code{nil}.
1344
1345 New groups that match this regexp are subscribed using
1346 @code{gnus-subscribe-options-newsgroup-method}.
1347
1348
1349 @node Changing Servers
1350 @section Changing Servers
1351 @cindex changing servers
1352
1353 Sometimes it is necessary to move from one @acronym{NNTP} server to another.
1354 This happens very rarely, but perhaps you change jobs, or one server is
1355 very flaky and you want to use another.
1356
1357 Changing the server is pretty easy, right?  You just change
1358 @code{gnus-select-method} to point to the new server?
1359
1360 @emph{Wrong!}
1361
1362 Article numbers are not (in any way) kept synchronized between different
1363 @acronym{NNTP} servers, and the only way Gnus keeps track of what articles
1364 you have read is by keeping track of article numbers.  So when you
1365 change @code{gnus-select-method}, your @file{.newsrc} file becomes
1366 worthless.
1367
1368 Gnus provides a few functions to attempt to translate a @file{.newsrc}
1369 file from one server to another.  They all have one thing in
1370 common---they take a looong time to run.  You don't want to use these
1371 functions more than absolutely necessary.
1372
1373 @kindex M-x gnus-change-server
1374 @findex gnus-change-server
1375 If you have access to both servers, Gnus can request the headers for all
1376 the articles you have read and compare @code{Message-ID}s and map the
1377 article numbers of the read articles and article marks.  The @kbd{M-x
1378 gnus-change-server} command will do this for all your native groups.  It
1379 will prompt for the method you want to move to.
1380
1381 @kindex M-x gnus-group-move-group-to-server
1382 @findex gnus-group-move-group-to-server
1383 You can also move individual groups with the @kbd{M-x
1384 gnus-group-move-group-to-server} command.  This is useful if you want to
1385 move a (foreign) group from one server to another.
1386
1387 @kindex M-x gnus-group-clear-data-on-native-groups
1388 @findex gnus-group-clear-data-on-native-groups
1389 If you don't have access to both the old and new server, all your marks
1390 and read ranges have become worthless.  You can use the @kbd{M-x
1391 gnus-group-clear-data-on-native-groups} command to clear out all data
1392 that you have on your native groups.  Use with caution.
1393
1394 @kindex M-x gnus-group-clear-data
1395 @findex gnus-group-clear-data
1396 Clear the data from the current group only---nix out marks and the
1397 list of read articles (@code{gnus-group-clear-data}).
1398
1399 After changing servers, you @strong{must} move the cache hierarchy away,
1400 since the cached articles will have wrong article numbers, which will
1401 affect which articles Gnus thinks are read.
1402 @code{gnus-group-clear-data-on-native-groups} will ask you if you want
1403 to have it done automatically; for @code{gnus-group-clear-data}, you
1404 can use @kbd{M-x gnus-cache-move-cache} (but beware, it will move the
1405 cache for all groups).
1406
1407
1408 @node Startup Files
1409 @section Startup Files
1410 @cindex startup files
1411 @cindex .newsrc
1412 @cindex .newsrc.el
1413 @cindex .newsrc.eld
1414
1415 Most common Unix news readers use a shared startup file called
1416 @file{.newsrc}.  This file contains all the information about what
1417 groups are subscribed, and which articles in these groups have been
1418 read.
1419
1420 Things got a bit more complicated with @sc{gnus}.  In addition to
1421 keeping the @file{.newsrc} file updated, it also used a file called
1422 @file{.newsrc.el} for storing all the information that didn't fit into
1423 the @file{.newsrc} file.  (Actually, it also duplicated everything in
1424 the @file{.newsrc} file.)  @sc{gnus} would read whichever one of these
1425 files was the most recently saved, which enabled people to swap between
1426 @sc{gnus} and other newsreaders.
1427
1428 That was kinda silly, so Gnus went one better: In addition to the
1429 @file{.newsrc} and @file{.newsrc.el} files, Gnus also has a file called
1430 @file{.newsrc.eld}.  It will read whichever of these files that are most
1431 recent, but it will never write a @file{.newsrc.el} file.  You should
1432 never delete the @file{.newsrc.eld} file---it contains much information
1433 not stored in the @file{.newsrc} file.
1434
1435 @vindex gnus-save-newsrc-file
1436 @vindex gnus-read-newsrc-file
1437 You can turn off writing the @file{.newsrc} file by setting
1438 @code{gnus-save-newsrc-file} to @code{nil}, which means you can delete
1439 the file and save some space, as well as exiting from Gnus faster.
1440 However, this will make it impossible to use other newsreaders than
1441 Gnus.  But hey, who would want to, right?  Similarly, setting
1442 @code{gnus-read-newsrc-file} to @code{nil} makes Gnus ignore the
1443 @file{.newsrc} file and any @file{.newsrc-SERVER} files, which can be
1444 convenient if you use a different news reader occasionally, and you
1445 want to read a different subset of the available groups with that
1446 news reader.
1447
1448 @vindex gnus-save-killed-list
1449 If @code{gnus-save-killed-list} (default @code{t}) is @code{nil}, Gnus
1450 will not save the list of killed groups to the startup file.  This will
1451 save both time (when starting and quitting) and space (on disk).  It
1452 will also mean that Gnus has no record of what groups are new or old,
1453 so the automatic new groups subscription methods become meaningless.
1454 You should always set @code{gnus-check-new-newsgroups} to @code{nil} or
1455 @code{ask-server} if you set this variable to @code{nil} (@pxref{New
1456 Groups}).  This variable can also be a regular expression.  If that's
1457 the case, remove all groups that do not match this regexp before
1458 saving.  This can be useful in certain obscure situations that involve
1459 several servers where not all servers support @code{ask-server}.
1460
1461 @vindex gnus-startup-file
1462 @vindex gnus-backup-startup-file
1463 @vindex version-control
1464 The @code{gnus-startup-file} variable says where the startup files are.
1465 The default value is @file{~/.newsrc}, with the Gnus (El Dingo) startup
1466 file being whatever that one is, with a @samp{.eld} appended.
1467 If you want version control for this file, set
1468 @code{gnus-backup-startup-file}.  It respects the same values as the
1469 @code{version-control} variable.
1470
1471 @vindex gnus-save-newsrc-hook
1472 @vindex gnus-save-quick-newsrc-hook
1473 @vindex gnus-save-standard-newsrc-hook
1474 @code{gnus-save-newsrc-hook} is called before saving any of the newsrc
1475 files, while @code{gnus-save-quick-newsrc-hook} is called just before
1476 saving the @file{.newsrc.eld} file, and
1477 @code{gnus-save-standard-newsrc-hook} is called just before saving the
1478 @file{.newsrc} file.  The latter two are commonly used to turn version
1479 control on or off.  Version control is on by default when saving the
1480 startup files.  If you want to turn backup creation off, say something like:
1481
1482 @lisp
1483 (defun turn-off-backup ()
1484   (set (make-local-variable 'backup-inhibited) t))
1485
1486 (add-hook 'gnus-save-quick-newsrc-hook 'turn-off-backup)
1487 (add-hook 'gnus-save-standard-newsrc-hook 'turn-off-backup)
1488 @end lisp
1489
1490 @vindex gnus-init-file
1491 @vindex gnus-site-init-file
1492 When Gnus starts, it will read the @code{gnus-site-init-file}
1493 (@file{.../site-lisp/gnus-init} by default) and @code{gnus-init-file}
1494 (@file{~/.gnus} by default) files.  These are normal Emacs Lisp files
1495 and can be used to avoid cluttering your @file{~/.emacs} and
1496 @file{site-init} files with Gnus stuff.  Gnus will also check for files
1497 with the same names as these, but with @file{.elc} and @file{.el}
1498 suffixes.  In other words, if you have set @code{gnus-init-file} to
1499 @file{~/.gnus}, it will look for @file{~/.gnus.elc}, @file{~/.gnus.el},
1500 and finally @file{~/.gnus} (in this order).  If Emacs was invoked with
1501 the @option{-q} or @option{--no-init-file} options (@pxref{Initial
1502 Options, ,Initial Options, emacs, The Emacs Manual}), Gnus doesn't read
1503 @code{gnus-init-file}.
1504
1505
1506 @node Auto Save
1507 @section Auto Save
1508 @cindex dribble file
1509 @cindex auto-save
1510
1511 Whenever you do something that changes the Gnus data (reading articles,
1512 catching up, killing/subscribing groups), the change is added to a
1513 special @dfn{dribble buffer}.  This buffer is auto-saved the normal
1514 Emacs way.  If your Emacs should crash before you have saved the
1515 @file{.newsrc} files, all changes you have made can be recovered from
1516 this file.
1517
1518 If Gnus detects this file at startup, it will ask the user whether to
1519 read it.  The auto save file is deleted whenever the real startup file is
1520 saved.
1521
1522 @vindex gnus-use-dribble-file
1523 If @code{gnus-use-dribble-file} is @code{nil}, Gnus won't create and
1524 maintain a dribble buffer.  The default is @code{t}.
1525
1526 @vindex gnus-dribble-directory
1527 Gnus will put the dribble file(s) in @code{gnus-dribble-directory}.  If
1528 this variable is @code{nil}, which it is by default, Gnus will dribble
1529 into the directory where the @file{.newsrc} file is located.  (This is
1530 normally the user's home directory.)  The dribble file will get the same
1531 file permissions as the @file{.newsrc} file.
1532
1533 @vindex gnus-always-read-dribble-file
1534 If @code{gnus-always-read-dribble-file} is non-@code{nil}, Gnus will
1535 read the dribble file on startup without querying the user.
1536
1537
1538 @node The Active File
1539 @section The Active File
1540 @cindex active file
1541 @cindex ignored groups
1542
1543 When Gnus starts, or indeed whenever it tries to determine whether new
1544 articles have arrived, it reads the active file.  This is a very large
1545 file that lists all the active groups and articles on the server.
1546
1547 @vindex gnus-ignored-newsgroups
1548 Before examining the active file, Gnus deletes all lines that match the
1549 regexp @code{gnus-ignored-newsgroups}.  This is done primarily to reject
1550 any groups with bogus names, but you can use this variable to make Gnus
1551 ignore hierarchies you aren't ever interested in.  However, this is not
1552 recommended.  In fact, it's highly discouraged.  Instead, @pxref{New
1553 Groups} for an overview of other variables that can be used instead.
1554
1555 @c This variable is
1556 @c @code{nil} by default, and will slow down active file handling somewhat
1557 @c if you set it to anything else.
1558
1559 @vindex gnus-read-active-file
1560 @c @head
1561 The active file can be rather Huge, so if you have a slow network, you
1562 can set @code{gnus-read-active-file} to @code{nil} to prevent Gnus from
1563 reading the active file.  This variable is @code{some} by default.
1564
1565 Gnus will try to make do by getting information just on the groups that
1566 you actually subscribe to.
1567
1568 Note that if you subscribe to lots and lots of groups, setting this
1569 variable to @code{nil} will probably make Gnus slower, not faster.  At
1570 present, having this variable @code{nil} will slow Gnus down
1571 considerably, unless you read news over a 2400 baud modem.
1572
1573 This variable can also have the value @code{some}.  Gnus will then
1574 attempt to read active info only on the subscribed groups.  On some
1575 servers this is quite fast (on sparkling, brand new INN servers that
1576 support the @code{LIST ACTIVE group} command), on others this isn't fast
1577 at all.  In any case, @code{some} should be faster than @code{nil}, and
1578 is certainly faster than @code{t} over slow lines.
1579
1580 Some news servers (old versions of Leafnode and old versions of INN, for
1581 instance) do not support the @code{LIST ACTIVE group}.  For these
1582 servers, @code{nil} is probably the most efficient value for this
1583 variable.
1584
1585 If this variable is @code{nil}, Gnus will ask for group info in total
1586 lock-step, which isn't very fast.  If it is @code{some} and you use an
1587 @acronym{NNTP} server, Gnus will pump out commands as fast as it can, and
1588 read all the replies in one swoop.  This will normally result in better
1589 performance, but if the server does not support the aforementioned
1590 @code{LIST ACTIVE group} command, this isn't very nice to the server.
1591
1592 If you think that starting up Gnus takes too long, try all the three
1593 different values for this variable and see what works best for you.
1594
1595 In any case, if you use @code{some} or @code{nil}, you should definitely
1596 kill all groups that you aren't interested in to speed things up.
1597
1598 Note that this variable also affects active file retrieval from
1599 secondary select methods.
1600
1601
1602 @node Startup Variables
1603 @section Startup Variables
1604
1605 @table @code
1606
1607 @item gnus-load-hook
1608 @vindex gnus-load-hook
1609 A hook run while Gnus is being loaded.  Note that this hook will
1610 normally be run just once in each Emacs session, no matter how many
1611 times you start Gnus.
1612
1613 @item gnus-before-startup-hook
1614 @vindex gnus-before-startup-hook
1615 A hook run after starting up Gnus successfully.
1616
1617 @item gnus-startup-hook
1618 @vindex gnus-startup-hook
1619 A hook run as the very last thing after starting up Gnus
1620
1621 @item gnus-started-hook
1622 @vindex gnus-started-hook
1623 A hook that is run as the very last thing after starting up Gnus
1624 successfully.
1625
1626 @item gnus-setup-news-hook
1627 @vindex gnus-setup-news-hook
1628 A hook that is run after reading the @file{.newsrc} file(s), but before
1629 generating the group buffer.
1630
1631 @item gnus-check-bogus-newsgroups
1632 @vindex gnus-check-bogus-newsgroups
1633 If non-@code{nil}, Gnus will check for and delete all bogus groups at
1634 startup.  A @dfn{bogus group} is a group that you have in your
1635 @file{.newsrc} file, but doesn't exist on the news server.  Checking for
1636 bogus groups can take quite a while, so to save time and resources it's
1637 best to leave this option off, and do the checking for bogus groups once
1638 in a while from the group buffer instead (@pxref{Group Maintenance}).
1639
1640 @item gnus-inhibit-startup-message
1641 @vindex gnus-inhibit-startup-message
1642 If non-@code{nil}, the startup message won't be displayed.  That way,
1643 your boss might not notice as easily that you are reading news instead
1644 of doing your job.  Note that this variable is used before
1645 @file{~/.gnus.el} is loaded, so it should be set in @file{.emacs} instead.
1646
1647 @item gnus-no-groups-message
1648 @vindex gnus-no-groups-message
1649 Message displayed by Gnus when no groups are available.
1650
1651 @item gnus-play-startup-jingle
1652 @vindex gnus-play-startup-jingle
1653 If non-@code{nil}, play the Gnus jingle at startup.
1654
1655 @item gnus-startup-jingle
1656 @vindex gnus-startup-jingle
1657 Jingle to be played if the above variable is non-@code{nil}.  The
1658 default is @samp{Tuxedomoon.Jingle4.au}.
1659
1660 @end table
1661
1662
1663 @node Group Buffer
1664 @chapter Group Buffer
1665 @cindex group buffer
1666
1667 @c Alex Schroeder suggests to rearrange this as follows:
1668 @c
1669 @c <kensanata> ok, just save it for reference.  I'll go to bed in a minute.
1670 @c   1. Selecting a Group, 2. (new) Finding a Group, 3. Group Levels,
1671 @c   4. Subscription Commands, 5. Group Maneuvering, 6. Group Data,
1672 @c   7. Group Score, 8. Group Buffer Format
1673 @c <kensanata> Group Levels should have more information on levels 5 to 9.  I
1674 @c   suggest to split the 4th paragraph ("Gnus considers groups...") as follows:
1675 @c <kensanata> First, "Gnus considers groups... (default 9)."
1676 @c <kensanata> New, a table summarizing what levels 1 to 9 mean.
1677 @c <kensanata> Third, "Gnus treats subscribed ... reasons of efficiency"
1678 @c <kensanata> Then expand the next paragraph or add some more to it.
1679 @c    This short one sentence explains levels 1 and 2, therefore I understand
1680 @c    that I should keep important news at 3 and boring news at 4.
1681 @c    Say so!  Then go on to explain why I should bother with levels 6 to 9.
1682 @c    Maybe keep those that you don't want to read temporarily at 6,
1683 @c    those that you never want to read at 8, those that offend your
1684 @c    human rights at 9...
1685
1686
1687 The @dfn{group buffer} lists all (or parts) of the available groups.  It
1688 is the first buffer shown when Gnus starts, and will never be killed as
1689 long as Gnus is active.
1690
1691 @iftex
1692 @iflatex
1693 \gnusfigure{The Group Buffer}{320}{
1694 \put(75,50){\epsfig{figure=ps/group,height=9cm}}
1695 \put(120,37){\makebox(0,0)[t]{Buffer name}}
1696 \put(120,38){\vector(1,2){10}}
1697 \put(40,60){\makebox(0,0)[r]{Mode line}}
1698 \put(40,58){\vector(1,0){30}}
1699 \put(200,28){\makebox(0,0)[t]{Native select method}}
1700 \put(200,26){\vector(-1,2){15}}
1701 }
1702 @end iflatex
1703 @end iftex
1704
1705 @menu
1706 * Group Buffer Format::         Information listed and how you can change it.
1707 * Group Maneuvering::           Commands for moving in the group buffer.
1708 * Selecting a Group::           Actually reading news.
1709 * Subscription Commands::       Unsubscribing, killing, subscribing.
1710 * Group Data::                  Changing the info for a group.
1711 * Group Levels::                Levels? What are those, then?
1712 * Group Score::                 A mechanism for finding out what groups you like.
1713 * Marking Groups::              You can mark groups for later processing.
1714 * Foreign Groups::              Creating and editing groups.
1715 * Group Parameters::            Each group may have different parameters set.
1716 * Listing Groups::              Gnus can list various subsets of the groups.
1717 * Sorting Groups::              Re-arrange the group order.
1718 * Group Maintenance::           Maintaining a tidy @file{.newsrc} file.
1719 * Browse Foreign Server::       You can browse a server.  See what it has to offer.
1720 * Exiting Gnus::                Stop reading news and get some work done.
1721 * Group Topics::                A folding group mode divided into topics.
1722 * Misc Group Stuff::            Other stuff that you can to do.
1723 @end menu
1724
1725
1726 @node Group Buffer Format
1727 @section Group Buffer Format
1728
1729 @menu
1730 * Group Line Specification::    Deciding how the group buffer is to look.
1731 * Group Mode Line Specification::  The group buffer mode line.
1732 * Group Highlighting::          Having nice colors in the group buffer.
1733 @end menu
1734
1735
1736 @node Group Line Specification
1737 @subsection Group Line Specification
1738 @cindex group buffer format
1739
1740 The default format of the group buffer is nice and dull, but you can
1741 make it as exciting and ugly as you feel like.
1742
1743 Here's a couple of example group lines:
1744
1745 @example
1746      25: news.announce.newusers
1747  *    0: alt.fan.andrea-dworkin
1748 @end example
1749
1750 Quite simple, huh?
1751
1752 You can see that there are 25 unread articles in
1753 @samp{news.announce.newusers}.  There are no unread articles, but some
1754 ticked articles, in @samp{alt.fan.andrea-dworkin} (see that little
1755 asterisk at the beginning of the line?).
1756
1757 @vindex gnus-group-line-format
1758 You can change that format to whatever you want by fiddling with the
1759 @code{gnus-group-line-format} variable.  This variable works along the
1760 lines of a @code{format} specification, which is pretty much the same as
1761 a @code{printf} specifications, for those of you who use (feh!) C.
1762 @xref{Formatting Variables}.
1763
1764 @samp{%M%S%5y:%B%(%g%)\n} is the value that produced those lines above.
1765
1766 There should always be a colon on the line; the cursor always moves to
1767 the colon after performing an operation.  @xref{Positioning
1768 Point}.  Nothing else is required---not even the group name.  All
1769 displayed text is just window dressing, and is never examined by Gnus.
1770 Gnus stores all real information it needs using text properties.
1771
1772 (Note that if you make a really strange, wonderful, spreadsheet-like
1773 layout, everybody will believe you are hard at work with the accounting
1774 instead of wasting time reading news.)
1775
1776 Here's a list of all available format characters:
1777
1778 @table @samp
1779
1780 @item M
1781 An asterisk if the group only has marked articles.
1782
1783 @item S
1784 Whether the group is subscribed.
1785
1786 @item L
1787 Level of subscribedness.
1788
1789 @item N
1790 Number of unread articles.
1791
1792 @item I
1793 Number of dormant articles.
1794
1795 @item T
1796 Number of ticked articles.
1797
1798 @item R
1799 Number of read articles.
1800
1801 @item U
1802 Number of unseen articles.
1803
1804 @item t
1805 Estimated total number of articles.  (This is really @var{max-number}
1806 minus @var{min-number} plus 1.)
1807
1808 Gnus uses this estimation because the @acronym{NNTP} protocol provides
1809 efficient access to @var{max-number} and @var{min-number} but getting
1810 the true unread message count is not possible efficiently.  For
1811 hysterical raisins, even the mail back ends, where the true number of
1812 unread messages might be available efficiently, use the same limited
1813 interface.  To remove this restriction from Gnus means that the back
1814 end interface has to be changed, which is not an easy job.  If you
1815 want to work on this, please contact the Gnus mailing list.
1816
1817 @item y
1818 Number of unread, unticked, non-dormant articles.
1819
1820 @item i
1821 Number of ticked and dormant articles.
1822
1823 @item g
1824 Full group name.
1825
1826 @item G
1827 Group name.
1828
1829 @item C
1830 Group comment (@pxref{Group Parameters}) or group name if there is no
1831 comment element in the group parameters.
1832
1833 @item D
1834 Newsgroup description.  You need to read the group descriptions
1835 before these will appear, and to do that, you either have to set
1836 @code{gnus-read-active-file} or use the group buffer @kbd{M-d}
1837 command.
1838
1839 @item o
1840 @samp{m} if moderated.
1841
1842 @item O
1843 @samp{(m)} if moderated.
1844
1845 @item s
1846 Select method.
1847
1848 @item B
1849 If the summary buffer for the group is open or not.
1850
1851 @item n
1852 Select from where.
1853
1854 @item z
1855 A string that looks like @samp{<%s:%n>} if a foreign select method is
1856 used.
1857
1858 @item P
1859 Indentation based on the level of the topic (@pxref{Group Topics}).
1860
1861 @item c
1862 @vindex gnus-group-uncollapsed-levels
1863 Short (collapsed) group name.  The @code{gnus-group-uncollapsed-levels}
1864 variable says how many levels to leave at the end of the group name.
1865 The default is 1---this will mean that group names like
1866 @samp{gnu.emacs.gnus} will be shortened to @samp{g.e.gnus}.
1867
1868 @item m
1869 @vindex gnus-new-mail-mark
1870 @cindex %
1871 @samp{%} (@code{gnus-new-mail-mark}) if there has arrived new mail to
1872 the group lately.
1873
1874 @item p
1875 @samp{#} (@code{gnus-process-mark}) if the group is process marked.
1876
1877 @item d
1878 A string that says when you last read the group (@pxref{Group
1879 Timestamp}).
1880
1881 @item F
1882 The disk space used by the articles fetched by both the cache and
1883 agent.  The value is automatically scaled to bytes(B), kilobytes(K),
1884 megabytes(M), or gigabytes(G) to minimize the column width.  A format
1885 of %7F is sufficient for a fixed-width column.
1886
1887 @item u
1888 User defined specifier.  The next character in the format string should
1889 be a letter.  Gnus will call the function
1890 @code{gnus-user-format-function-}@samp{X}, where @samp{X} is the letter
1891 following @samp{%u}.  The function will be passed a single dummy
1892 parameter as argument.  The function should return a string, which will
1893 be inserted into the buffer just like information from any other
1894 specifier.
1895 @end table
1896
1897 @cindex *
1898 All the ``number-of'' specs will be filled with an asterisk (@samp{*})
1899 if no info is available---for instance, if it is a non-activated foreign
1900 group, or a bogus native group.
1901
1902
1903 @node Group Mode Line Specification
1904 @subsection Group Mode Line Specification
1905 @cindex group mode line
1906
1907 @vindex gnus-group-mode-line-format
1908 The mode line can be changed by setting
1909 @code{gnus-group-mode-line-format} (@pxref{Mode Line Formatting}).  It
1910 doesn't understand that many format specifiers:
1911
1912 @table @samp
1913 @item S
1914 The native news server.
1915 @item M
1916 The native select method.
1917 @end table
1918
1919
1920 @node Group Highlighting
1921 @subsection Group Highlighting
1922 @cindex highlighting
1923 @cindex group highlighting
1924
1925 @vindex gnus-group-highlight
1926 Highlighting in the group buffer is controlled by the
1927 @code{gnus-group-highlight} variable.  This is an alist with elements
1928 that look like @code{(@var{form} . @var{face})}.  If @var{form} evaluates to
1929 something non-@code{nil}, the @var{face} will be used on the line.
1930
1931 Here's an example value for this variable that might look nice if the
1932 background is dark:
1933
1934 @lisp
1935 (cond (window-system
1936        (setq custom-background-mode 'light)
1937        (defface my-group-face-1
1938          '((t (:foreground "Red" :bold t))) "First group face")
1939        (defface my-group-face-2
1940          '((t (:foreground "DarkSeaGreen4" :bold t)))
1941          "Second group face")
1942        (defface my-group-face-3
1943          '((t (:foreground "Green4" :bold t))) "Third group face")
1944        (defface my-group-face-4
1945          '((t (:foreground "SteelBlue" :bold t))) "Fourth group face")
1946        (defface my-group-face-5
1947          '((t (:foreground "Blue" :bold t))) "Fifth group face")))
1948
1949 (setq gnus-group-highlight
1950       '(((> unread 200) . my-group-face-1)
1951         ((and (< level 3) (zerop unread)) . my-group-face-2)
1952         ((< level 3) . my-group-face-3)
1953         ((zerop unread) . my-group-face-4)
1954         (t . my-group-face-5)))
1955 @end lisp
1956
1957 Also @pxref{Faces and Fonts}.
1958
1959 Variables that are dynamically bound when the forms are evaluated
1960 include:
1961
1962 @table @code
1963 @item group
1964 The group name.
1965 @item unread
1966 The number of unread articles in the group.
1967 @item method
1968 The select method.
1969 @item mailp
1970 Whether the group is a mail group.
1971 @item level
1972 The level of the group.
1973 @item score
1974 The score of the group.
1975 @item ticked
1976 The number of ticked articles in the group.
1977 @item total
1978 The total number of articles in the group.  Or rather,
1979 @var{max-number} minus @var{min-number} plus one.
1980 @item topic
1981 When using the topic minor mode, this variable is bound to the current
1982 topic being inserted.
1983 @end table
1984
1985 When the forms are @code{eval}ed, point is at the beginning of the line
1986 of the group in question, so you can use many of the normal Gnus
1987 functions for snarfing info on the group.
1988
1989 @vindex gnus-group-update-hook
1990 @findex gnus-group-highlight-line
1991 @code{gnus-group-update-hook} is called when a group line is changed.
1992 It will not be called when @code{gnus-visual} is @code{nil}.  This hook
1993 calls @code{gnus-group-highlight-line} by default.
1994
1995
1996 @node Group Maneuvering
1997 @section Group Maneuvering
1998 @cindex group movement
1999
2000 All movement commands understand the numeric prefix and will behave as
2001 expected, hopefully.
2002
2003 @table @kbd
2004
2005 @item n
2006 @kindex n (Group)
2007 @findex gnus-group-next-unread-group
2008 Go to the next group that has unread articles
2009 (@code{gnus-group-next-unread-group}).
2010
2011 @item p
2012 @itemx DEL
2013 @kindex DEL (Group)
2014 @kindex p (Group)
2015 @findex gnus-group-prev-unread-group
2016 Go to the previous group that has unread articles
2017 (@code{gnus-group-prev-unread-group}).
2018
2019 @item N
2020 @kindex N (Group)
2021 @findex gnus-group-next-group
2022 Go to the next group (@code{gnus-group-next-group}).
2023
2024 @item P
2025 @kindex P (Group)
2026 @findex gnus-group-prev-group
2027 Go to the previous group (@code{gnus-group-prev-group}).
2028
2029 @item M-n
2030 @kindex M-n (Group)
2031 @findex gnus-group-next-unread-group-same-level
2032 Go to the next unread group on the same (or lower) level
2033 (@code{gnus-group-next-unread-group-same-level}).
2034
2035 @item M-p
2036 @kindex M-p (Group)
2037 @findex gnus-group-prev-unread-group-same-level
2038 Go to the previous unread group on the same (or lower) level
2039 (@code{gnus-group-prev-unread-group-same-level}).
2040 @end table
2041
2042 Three commands for jumping to groups:
2043
2044 @table @kbd
2045
2046 @item j
2047 @kindex j (Group)
2048 @findex gnus-group-jump-to-group
2049 Jump to a group (and make it visible if it isn't already)
2050 (@code{gnus-group-jump-to-group}).  Killed groups can be jumped to, just
2051 like living groups.
2052
2053 @item ,
2054 @kindex , (Group)
2055 @findex gnus-group-best-unread-group
2056 Jump to the unread group with the lowest level
2057 (@code{gnus-group-best-unread-group}).
2058
2059 @item .
2060 @kindex . (Group)
2061 @findex gnus-group-first-unread-group
2062 Jump to the first group with unread articles
2063 (@code{gnus-group-first-unread-group}).
2064 @end table
2065
2066 @vindex gnus-group-goto-unread
2067 If @code{gnus-group-goto-unread} is @code{nil}, all the movement
2068 commands will move to the next group, not the next unread group.  Even
2069 the commands that say they move to the next unread group.  The default
2070 is @code{t}.
2071
2072
2073 @node Selecting a Group
2074 @section Selecting a Group
2075 @cindex group selection
2076
2077 @table @kbd
2078
2079 @item SPACE
2080 @kindex SPACE (Group)
2081 @findex gnus-group-read-group
2082 Select the current group, switch to the summary buffer and display the
2083 first unread article (@code{gnus-group-read-group}).  If there are no
2084 unread articles in the group, or if you give a non-numerical prefix to
2085 this command, Gnus will offer to fetch all the old articles in this
2086 group from the server.  If you give a numerical prefix @var{n}, @var{n}
2087 determines the number of articles Gnus will fetch.  If @var{n} is
2088 positive, Gnus fetches the @var{n} newest articles, if @var{n} is
2089 negative, Gnus fetches the @code{abs(@var{n})} oldest articles.
2090
2091 Thus, @kbd{SPC} enters the group normally, @kbd{C-u SPC} offers old
2092 articles, @kbd{C-u 4 2 SPC} fetches the 42 newest articles, and @kbd{C-u
2093 - 4 2 SPC} fetches the 42 oldest ones.
2094
2095 When you are in the group (in the Summary buffer), you can type
2096 @kbd{M-g} to fetch new articles, or @kbd{C-u M-g} to also show the old
2097 ones.
2098
2099 @item RET
2100 @kindex RET (Group)
2101 @findex gnus-group-select-group
2102 Select the current group and switch to the summary buffer
2103 (@code{gnus-group-select-group}).  Takes the same arguments as
2104 @code{gnus-group-read-group}---the only difference is that this command
2105 does not display the first unread article automatically upon group
2106 entry.
2107
2108 @item M-RET
2109 @kindex M-RET (Group)
2110 @findex gnus-group-quick-select-group
2111 This does the same as the command above, but tries to do it with the
2112 minimum amount of fuzz (@code{gnus-group-quick-select-group}).  No
2113 scoring/killing will be performed, there will be no highlights and no
2114 expunging.  This might be useful if you're in a real hurry and have to
2115 enter some humongous group.  If you give a 0 prefix to this command
2116 (i.e., @kbd{0 M-RET}), Gnus won't even generate the summary buffer,
2117 which is useful if you want to toggle threading before generating the
2118 summary buffer (@pxref{Summary Generation Commands}).
2119
2120 @item M-SPACE
2121 @kindex M-SPACE (Group)
2122 @findex gnus-group-visible-select-group
2123 This is yet one more command that does the same as the @kbd{RET}
2124 command, but this one does it without expunging and hiding dormants
2125 (@code{gnus-group-visible-select-group}).
2126
2127 @item C-M-RET
2128 @kindex C-M-RET (Group)
2129 @findex gnus-group-select-group-ephemerally
2130 Finally, this command selects the current group ephemerally without
2131 doing any processing of its contents
2132 (@code{gnus-group-select-group-ephemerally}).  Even threading has been
2133 turned off.  Everything you do in the group after selecting it in this
2134 manner will have no permanent effects.
2135
2136 @end table
2137
2138 @vindex gnus-large-newsgroup
2139 The @code{gnus-large-newsgroup} variable says what Gnus should
2140 consider to be a big group.  If it is @code{nil}, no groups are
2141 considered big.  The default value is 200.  If the group has more
2142 (unread and/or ticked) articles than this, Gnus will query the user
2143 before entering the group.  The user can then specify how many
2144 articles should be fetched from the server.  If the user specifies a
2145 negative number (@var{-n}), the @var{n} oldest articles will be
2146 fetched.  If it is positive, the @var{n} articles that have arrived
2147 most recently will be fetched.
2148
2149 @vindex gnus-large-ephemeral-newsgroup
2150 @code{gnus-large-ephemeral-newsgroup} is the same as
2151 @code{gnus-large-newsgroup}, but is only used for ephemeral
2152 newsgroups.
2153
2154 @vindex gnus-select-group-hook
2155 @vindex gnus-auto-select-first
2156 @vindex gnus-auto-select-subject
2157 If @code{gnus-auto-select-first} is non-@code{nil}, select an article
2158 automatically when entering a group with the @kbd{SPACE} command.
2159 Which article this is is controlled by the
2160 @code{gnus-auto-select-subject} variable.  Valid values for this
2161 variable is:
2162
2163 @table @code
2164
2165 @item unread
2166 Place point on the subject line of the first unread article.
2167
2168 @item first
2169 Place point on the subject line of the first article.
2170
2171 @item unseen
2172 Place point on the subject line of the first unseen article.
2173
2174 @item unseen-or-unread
2175 Place point on the subject line of the first unseen article, and if
2176 there is no such article, place point on the subject line of the first
2177 unread article.
2178
2179 @item best
2180 Place point on the subject line of the highest-scored unread article.
2181
2182 @end table
2183
2184 This variable can also be a function.  In that case, that function
2185 will be called to place point on a subject line.
2186
2187 If you want to prevent automatic selection in some group (say, in a
2188 binary group with Huge articles) you can set the
2189 @code{gnus-auto-select-first} variable to @code{nil} in
2190 @code{gnus-select-group-hook}, which is called when a group is
2191 selected.
2192
2193
2194 @node Subscription Commands
2195 @section Subscription Commands
2196 @cindex subscription
2197
2198 @table @kbd
2199
2200 @item S t
2201 @itemx u
2202 @kindex S t (Group)
2203 @kindex u (Group)
2204 @findex gnus-group-unsubscribe-current-group
2205 @c @icon{gnus-group-unsubscribe}
2206 Toggle subscription to the current group
2207 (@code{gnus-group-unsubscribe-current-group}).
2208
2209 @item S s
2210 @itemx U
2211 @kindex S s (Group)
2212 @kindex U (Group)
2213 @findex gnus-group-unsubscribe-group
2214 Prompt for a group to subscribe, and then subscribe it.  If it was
2215 subscribed already, unsubscribe it instead
2216 (@code{gnus-group-unsubscribe-group}).
2217
2218 @item S k
2219 @itemx C-k
2220 @kindex S k (Group)
2221 @kindex C-k (Group)
2222 @findex gnus-group-kill-group
2223 @c @icon{gnus-group-kill-group}
2224 Kill the current group (@code{gnus-group-kill-group}).
2225
2226 @item S y
2227 @itemx C-y
2228 @kindex S y (Group)
2229 @kindex C-y (Group)
2230 @findex gnus-group-yank-group
2231 Yank the last killed group (@code{gnus-group-yank-group}).
2232
2233 @item C-x C-t
2234 @kindex C-x C-t (Group)
2235 @findex gnus-group-transpose-groups
2236 Transpose two groups (@code{gnus-group-transpose-groups}).  This isn't
2237 really a subscription command, but you can use it instead of a
2238 kill-and-yank sequence sometimes.
2239
2240 @item S w
2241 @itemx C-w
2242 @kindex S w (Group)
2243 @kindex C-w (Group)
2244 @findex gnus-group-kill-region
2245 Kill all groups in the region (@code{gnus-group-kill-region}).
2246
2247 @item S z
2248 @kindex S z (Group)
2249 @findex gnus-group-kill-all-zombies
2250 Kill all zombie groups (@code{gnus-group-kill-all-zombies}).
2251
2252 @item S C-k
2253 @kindex S C-k (Group)
2254 @findex gnus-group-kill-level
2255 Kill all groups on a certain level (@code{gnus-group-kill-level}).
2256 These groups can't be yanked back after killing, so this command should
2257 be used with some caution.  The only time where this command comes in
2258 really handy is when you have a @file{.newsrc} with lots of unsubscribed
2259 groups that you want to get rid off.  @kbd{S C-k} on level 7 will
2260 kill off all unsubscribed groups that do not have message numbers in the
2261 @file{.newsrc} file.
2262
2263 @end table
2264
2265 Also @pxref{Group Levels}.
2266
2267
2268 @node Group Data
2269 @section Group Data
2270
2271 @table @kbd
2272
2273 @item c
2274 @kindex c (Group)
2275 @findex gnus-group-catchup-current
2276 @vindex gnus-group-catchup-group-hook
2277 @c @icon{gnus-group-catchup-current}
2278 Mark all unticked articles in this group as read
2279 (@code{gnus-group-catchup-current}).
2280 @code{gnus-group-catchup-group-hook} is called when catching up a group from
2281 the group buffer.
2282
2283 @item C
2284 @kindex C (Group)
2285 @findex gnus-group-catchup-current-all
2286 Mark all articles in this group, even the ticked ones, as read
2287 (@code{gnus-group-catchup-current-all}).
2288
2289 @item M-c
2290 @kindex M-c (Group)
2291 @findex gnus-group-clear-data
2292 Clear the data from the current group---nix out marks and the list of
2293 read articles (@code{gnus-group-clear-data}).
2294
2295 @item M-x gnus-group-clear-data-on-native-groups
2296 @kindex M-x gnus-group-clear-data-on-native-groups
2297 @findex gnus-group-clear-data-on-native-groups
2298 If you have switched from one @acronym{NNTP} server to another, all your marks
2299 and read ranges have become worthless.  You can use this command to
2300 clear out all data that you have on your native groups.  Use with
2301 caution.
2302
2303 @end table
2304
2305
2306 @node Group Levels
2307 @section Group Levels
2308 @cindex group level
2309 @cindex level
2310
2311 All groups have a level of @dfn{subscribedness}.  For instance, if a
2312 group is on level 2, it is more subscribed than a group on level 5.  You
2313 can ask Gnus to just list groups on a given level or lower
2314 (@pxref{Listing Groups}), or to just check for new articles in groups on
2315 a given level or lower (@pxref{Scanning New Messages}).
2316
2317 Remember:  The higher the level of the group, the less important it is.
2318
2319 @table @kbd
2320
2321 @item S l
2322 @kindex S l (Group)
2323 @findex gnus-group-set-current-level
2324 Set the level of the current group.  If a numeric prefix is given, the
2325 next @var{n} groups will have their levels set.  The user will be
2326 prompted for a level.
2327 @end table
2328
2329 @vindex gnus-level-killed
2330 @vindex gnus-level-zombie
2331 @vindex gnus-level-unsubscribed
2332 @vindex gnus-level-subscribed
2333 Gnus considers groups from levels 1 to
2334 @code{gnus-level-subscribed} (inclusive) (default 5) to be subscribed,
2335 @code{gnus-level-subscribed} (exclusive) and
2336 @code{gnus-level-unsubscribed} (inclusive) (default 7) to be
2337 unsubscribed, @code{gnus-level-zombie} to be zombies (walking dead)
2338 (default 8) and @code{gnus-level-killed} to be killed (completely dead)
2339 (default 9).  Gnus treats subscribed and unsubscribed groups exactly the
2340 same, but zombie and killed groups have no information on what articles
2341 you have read, etc, stored.  This distinction between dead and living
2342 groups isn't done because it is nice or clever, it is done purely for
2343 reasons of efficiency.
2344
2345 It is recommended that you keep all your mail groups (if any) on quite
2346 low levels (e.g. 1 or 2).
2347
2348 Maybe the following description of the default behavior of Gnus helps to
2349 understand what these levels are all about.  By default, Gnus shows you
2350 subscribed nonempty groups, but by hitting @kbd{L} you can have it show
2351 empty subscribed groups and unsubscribed groups, too.  Type @kbd{l} to
2352 go back to showing nonempty subscribed groups again.  Thus, unsubscribed
2353 groups are hidden, in a way.
2354
2355 Zombie and killed groups are similar to unsubscribed groups in that they
2356 are hidden by default.  But they are different from subscribed and
2357 unsubscribed groups in that Gnus doesn't ask the news server for
2358 information (number of messages, number of unread messages) on zombie
2359 and killed groups.  Normally, you use @kbd{C-k} to kill the groups you
2360 aren't interested in.  If most groups are killed, Gnus is faster.
2361
2362 Why does Gnus distinguish between zombie and killed groups?  Well, when
2363 a new group arrives on the server, Gnus by default makes it a zombie
2364 group.  This means that you are normally not bothered with new groups,
2365 but you can type @kbd{A z} to get a list of all new groups.  Subscribe
2366 the ones you like and kill the ones you don't want.  (@kbd{A k} shows a
2367 list of killed groups.)
2368
2369 If you want to play with the level variables, you should show some care.
2370 Set them once, and don't touch them ever again.  Better yet, don't touch
2371 them at all unless you know exactly what you're doing.
2372
2373 @vindex gnus-level-default-unsubscribed
2374 @vindex gnus-level-default-subscribed
2375 Two closely related variables are @code{gnus-level-default-subscribed}
2376 (default 3) and @code{gnus-level-default-unsubscribed} (default 6),
2377 which are the levels that new groups will be put on if they are
2378 (un)subscribed.  These two variables should, of course, be inside the
2379 relevant valid ranges.
2380
2381 @vindex gnus-keep-same-level
2382 If @code{gnus-keep-same-level} is non-@code{nil}, some movement commands
2383 will only move to groups of the same level (or lower).  In
2384 particular, going from the last article in one group to the next group
2385 will go to the next group of the same level (or lower).  This might be
2386 handy if you want to read the most important groups before you read the
2387 rest.
2388
2389 If this variable is @code{best}, Gnus will make the next newsgroup the
2390 one with the best level.
2391
2392 @vindex gnus-group-default-list-level
2393 All groups with a level less than or equal to
2394 @code{gnus-group-default-list-level} will be listed in the group buffer
2395 by default.
2396
2397 @vindex gnus-group-list-inactive-groups
2398 If @code{gnus-group-list-inactive-groups} is non-@code{nil}, non-active
2399 groups will be listed along with the unread groups.  This variable is
2400 @code{t} by default.  If it is @code{nil}, inactive groups won't be
2401 listed.
2402
2403 @vindex gnus-group-use-permanent-levels
2404 If @code{gnus-group-use-permanent-levels} is non-@code{nil}, once you
2405 give a level prefix to @kbd{g} or @kbd{l}, all subsequent commands will
2406 use this level as the ``work'' level.
2407
2408 @vindex gnus-activate-level
2409 Gnus will normally just activate (i. e., query the server about) groups
2410 on level @code{gnus-activate-level} or less.  If you don't want to
2411 activate unsubscribed groups, for instance, you might set this variable
2412 to 5.  The default is 6.
2413
2414
2415 @node Group Score
2416 @section Group Score
2417 @cindex group score
2418 @cindex group rank
2419 @cindex rank
2420
2421 You would normally keep important groups on high levels, but that scheme
2422 is somewhat restrictive.  Don't you wish you could have Gnus sort the
2423 group buffer according to how often you read groups, perhaps?  Within
2424 reason?
2425
2426 This is what @dfn{group score} is for.  You can have Gnus assign a score
2427 to each group through the mechanism described below.  You can then sort
2428 the group buffer based on this score.  Alternatively, you can sort on
2429 score and then level.  (Taken together, the level and the score is
2430 called the @dfn{rank} of the group.  A group that is on level 4 and has
2431 a score of 1 has a higher rank than a group on level 5 that has a score
2432 of 300.  (The level is the most significant part and the score is the
2433 least significant part.))
2434
2435 @findex gnus-summary-bubble-group
2436 If you want groups you read often to get higher scores than groups you
2437 read seldom you can add the @code{gnus-summary-bubble-group} function to
2438 the @code{gnus-summary-exit-hook} hook.  This will result (after
2439 sorting) in a bubbling sort of action.  If you want to see that in
2440 action after each summary exit, you can add
2441 @code{gnus-group-sort-groups-by-rank} or
2442 @code{gnus-group-sort-groups-by-score} to the same hook, but that will
2443 slow things down somewhat.
2444
2445
2446 @node Marking Groups
2447 @section Marking Groups
2448 @cindex marking groups
2449
2450 If you want to perform some command on several groups, and they appear
2451 subsequently in the group buffer, you would normally just give a
2452 numerical prefix to the command.  Most group commands will then do your
2453 bidding on those groups.
2454
2455 However, if the groups are not in sequential order, you can still
2456 perform a command on several groups.  You simply mark the groups first
2457 with the process mark and then execute the command.
2458
2459 @table @kbd
2460
2461 @item #
2462 @kindex # (Group)
2463 @itemx M m
2464 @kindex M m (Group)
2465 @findex gnus-group-mark-group
2466 Set the mark on the current group (@code{gnus-group-mark-group}).
2467
2468 @item M-#
2469 @kindex M-# (Group)
2470 @itemx M u
2471 @kindex M u (Group)
2472 @findex gnus-group-unmark-group
2473 Remove the mark from the current group
2474 (@code{gnus-group-unmark-group}).
2475
2476 @item M U
2477 @kindex M U (Group)
2478 @findex gnus-group-unmark-all-groups
2479 Remove the mark from all groups (@code{gnus-group-unmark-all-groups}).
2480
2481 @item M w
2482 @kindex M w (Group)
2483 @findex gnus-group-mark-region
2484 Mark all groups between point and mark (@code{gnus-group-mark-region}).
2485
2486 @item M b
2487 @kindex M b (Group)
2488 @findex gnus-group-mark-buffer
2489 Mark all groups in the buffer (@code{gnus-group-mark-buffer}).
2490
2491 @item M r
2492 @kindex M r (Group)
2493 @findex gnus-group-mark-regexp
2494 Mark all groups that match some regular expression
2495 (@code{gnus-group-mark-regexp}).
2496 @end table
2497
2498 Also @pxref{Process/Prefix}.
2499
2500 @findex gnus-group-universal-argument
2501 If you want to execute some command on all groups that have been marked
2502 with the process mark, you can use the @kbd{M-&}
2503 (@code{gnus-group-universal-argument}) command.  It will prompt you for
2504 the command to be executed.
2505
2506
2507 @node Foreign Groups
2508 @section Foreign Groups
2509 @cindex foreign groups
2510
2511 Below are some group mode commands for making and editing general foreign
2512 groups, as well as commands to ease the creation of a few
2513 special-purpose groups.  All these commands insert the newly created
2514 groups under point---@code{gnus-subscribe-newsgroup-method} is not
2515 consulted.
2516
2517 @table @kbd
2518
2519 @item G m
2520 @kindex G m (Group)
2521 @findex gnus-group-make-group
2522 @cindex making groups
2523 Make a new group (@code{gnus-group-make-group}).  Gnus will prompt you
2524 for a name, a method and possibly an @dfn{address}.  For an easier way
2525 to subscribe to @acronym{NNTP} groups (@pxref{Browse Foreign Server}).
2526
2527 @item G M
2528 @kindex G M (Group)
2529 @findex gnus-group-read-ephemeral-group
2530 Make an ephemeral group (@code{gnus-group-read-ephemeral-group}).  Gnus
2531 will prompt you for a name, a method and an @dfn{address}.
2532
2533 @item G r
2534 @kindex G r (Group)
2535 @findex gnus-group-rename-group
2536 @cindex renaming groups
2537 Rename the current group to something else
2538 (@code{gnus-group-rename-group}).  This is valid only on some
2539 groups---mail groups mostly.  This command might very well be quite slow
2540 on some back ends.
2541
2542 @item G c
2543 @kindex G c (Group)
2544 @cindex customizing
2545 @findex gnus-group-customize
2546 Customize the group parameters (@code{gnus-group-customize}).
2547
2548 @item G e
2549 @kindex G e (Group)
2550 @findex gnus-group-edit-group-method
2551 @cindex renaming groups
2552 Enter a buffer where you can edit the select method of the current
2553 group (@code{gnus-group-edit-group-method}).
2554
2555 @item G p
2556 @kindex G p (Group)
2557 @findex gnus-group-edit-group-parameters
2558 Enter a buffer where you can edit the group parameters
2559 (@code{gnus-group-edit-group-parameters}).
2560
2561 @item G E
2562 @kindex G E (Group)
2563 @findex gnus-group-edit-group
2564 Enter a buffer where you can edit the group info
2565 (@code{gnus-group-edit-group}).
2566
2567 @item G d
2568 @kindex G d (Group)
2569 @findex gnus-group-make-directory-group
2570 @cindex nndir
2571 Make a directory group (@pxref{Directory Groups}).  You will be prompted
2572 for a directory name (@code{gnus-group-make-directory-group}).
2573
2574 @item G h
2575 @kindex G h (Group)
2576 @cindex help group
2577 @findex gnus-group-make-help-group
2578 Make the Gnus help group (@code{gnus-group-make-help-group}).
2579
2580 @item G a
2581 @kindex G a (Group)
2582 @cindex (ding) archive
2583 @cindex archive group
2584 @findex gnus-group-make-archive-group
2585 @vindex gnus-group-archive-directory
2586 @vindex gnus-group-recent-archive-directory
2587 Make a Gnus archive group (@code{gnus-group-make-archive-group}).  By
2588 default a group pointing to the most recent articles will be created
2589 (@code{gnus-group-recent-archive-directory}), but given a prefix, a full
2590 group will be created from @code{gnus-group-archive-directory}.
2591
2592 @item G k
2593 @kindex G k (Group)
2594 @findex gnus-group-make-kiboze-group
2595 @cindex nnkiboze
2596 Make a kiboze group.  You will be prompted for a name, for a regexp to
2597 match groups to be ``included'' in the kiboze group, and a series of
2598 strings to match on headers (@code{gnus-group-make-kiboze-group}).
2599 @xref{Kibozed Groups}.
2600
2601 @item G D
2602 @kindex G D (Group)
2603 @findex gnus-group-enter-directory
2604 @cindex nneething
2605 Read an arbitrary directory as if it were a newsgroup with the
2606 @code{nneething} back end (@code{gnus-group-enter-directory}).
2607 @xref{Anything Groups}.
2608
2609 @item G f
2610 @kindex G f (Group)
2611 @findex gnus-group-make-doc-group
2612 @cindex ClariNet Briefs
2613 @cindex nndoc
2614 Make a group based on some file or other
2615 (@code{gnus-group-make-doc-group}).  If you give a prefix to this
2616 command, you will be prompted for a file name and a file type.
2617 Currently supported types are @code{mbox}, @code{babyl},
2618 @code{digest}, @code{news}, @code{rnews}, @code{mmdf}, @code{forward},
2619 @code{rfc934}, @code{rfc822-forward}, @code{mime-parts},
2620 @code{standard-digest}, @code{slack-digest}, @code{clari-briefs},
2621 @code{nsmail}, @code{outlook}, @code{oe-dbx}, and @code{mailman}.  If
2622 you run this command without a prefix, Gnus will guess at the file
2623 type.  @xref{Document Groups}.
2624
2625 @item G u
2626 @kindex G u (Group)
2627 @vindex gnus-useful-groups
2628 @findex gnus-group-make-useful-group
2629 Create one of the groups mentioned in @code{gnus-useful-groups}
2630 (@code{gnus-group-make-useful-group}).
2631
2632 @item G w
2633 @kindex G w (Group)
2634 @findex gnus-group-make-web-group
2635 @cindex Google
2636 @cindex nnweb
2637 @cindex gmane
2638 Make an ephemeral group based on a web search
2639 (@code{gnus-group-make-web-group}).  If you give a prefix to this
2640 command, make a solid group instead.  You will be prompted for the
2641 search engine type and the search string.  Valid search engine types
2642 include @code{google}, @code{dejanews}, and @code{gmane}.
2643 @xref{Web Searches}.
2644
2645 If you use the @code{google} search engine, you can limit the search
2646 to a particular group by using a match string like
2647 @samp{shaving group:alt.sysadmin.recovery}.
2648
2649 @item G R
2650 @kindex G R (Group)
2651 @findex gnus-group-make-rss-group
2652 Make a group based on an @acronym{RSS} feed
2653 (@code{gnus-group-make-rss-group}).  You will be prompted for an URL.
2654 @xref{RSS}.
2655
2656 @item G DEL
2657 @kindex G DEL (Group)
2658 @findex gnus-group-delete-group
2659 This function will delete the current group
2660 (@code{gnus-group-delete-group}).  If given a prefix, this function will
2661 actually delete all the articles in the group, and forcibly remove the
2662 group itself from the face of the Earth.  Use a prefix only if you are
2663 absolutely sure of what you are doing.  This command can't be used on
2664 read-only groups (like @code{nntp} groups), though.
2665
2666 @item G V
2667 @kindex G V (Group)
2668 @findex gnus-group-make-empty-virtual
2669 Make a new, fresh, empty @code{nnvirtual} group
2670 (@code{gnus-group-make-empty-virtual}).  @xref{Virtual Groups}.
2671
2672 @item G v
2673 @kindex G v (Group)
2674 @findex gnus-group-add-to-virtual
2675 Add the current group to an @code{nnvirtual} group
2676 (@code{gnus-group-add-to-virtual}).  Uses the process/prefix convention.
2677 @end table
2678
2679 @xref{Select Methods}, for more information on the various select
2680 methods.
2681
2682 @vindex gnus-activate-foreign-newsgroups
2683 If @code{gnus-activate-foreign-newsgroups} is a positive number,
2684 Gnus will check all foreign groups with this level or lower at startup.
2685 This might take quite a while, especially if you subscribe to lots of
2686 groups from different @acronym{NNTP} servers.  Also @pxref{Group Levels};
2687 @code{gnus-activate-level} also affects activation of foreign
2688 newsgroups.
2689
2690
2691 @node Group Parameters
2692 @section Group Parameters
2693 @cindex group parameters
2694
2695 The group parameters store information local to a particular group.
2696 Here's an example group parameter list:
2697
2698 @example
2699 ((to-address . "ding@@gnus.org")
2700  (auto-expire . t))
2701 @end example
2702
2703 We see that each element consists of a ``dotted pair''---the thing before
2704 the dot is the key, while the thing after the dot is the value.  All the
2705 parameters have this form @emph{except} local variable specs, which are
2706 not dotted pairs, but proper lists.
2707
2708 Some parameters have correspondent customizable variables, each of which
2709 is an alist of regexps and values.
2710
2711 The following group parameters can be used:
2712
2713 @table @code
2714 @item to-address
2715 @cindex to-address
2716 Address used by when doing followups and new posts.
2717
2718 @example
2719 (to-address . "some@@where.com")
2720 @end example
2721
2722 This is primarily useful in mail groups that represent closed mailing
2723 lists---mailing lists where it's expected that everybody that writes to
2724 the mailing list is subscribed to it.  Since using this parameter
2725 ensures that the mail only goes to the mailing list itself, it means
2726 that members won't receive two copies of your followups.
2727
2728 Using @code{to-address} will actually work whether the group is foreign
2729 or not.  Let's say there's a group on the server that is called
2730 @samp{fa.4ad-l}.  This is a real newsgroup, but the server has gotten
2731 the articles from a mail-to-news gateway.  Posting directly to this
2732 group is therefore impossible---you have to send mail to the mailing
2733 list address instead.
2734
2735 See also @code{gnus-parameter-to-address-alist}.
2736
2737 @item to-list
2738 @cindex to-list
2739 Address used when doing @kbd{a} in that group.
2740
2741 @example
2742 (to-list . "some@@where.com")
2743 @end example
2744
2745 It is totally ignored
2746 when doing a followup---except that if it is present in a news group,
2747 you'll get mail group semantics when doing @kbd{f}.
2748
2749 If you do an @kbd{a} command in a mail group and you have neither a
2750 @code{to-list} group parameter nor a @code{to-address} group parameter,
2751 then a @code{to-list} group parameter will be added automatically upon
2752 sending the message if @code{gnus-add-to-list} is set to @code{t}.
2753 @vindex gnus-add-to-list
2754
2755 @findex gnus-mailing-list-mode
2756 @cindex mail list groups
2757 If this variable is set, @code{gnus-mailing-list-mode} is turned on when
2758 entering summary buffer.
2759
2760 See also @code{gnus-parameter-to-list-alist}.
2761
2762 @anchor{subscribed}
2763 @item subscribed
2764 @cindex subscribed
2765 @cindex Mail-Followup-To
2766 @findex gnus-find-subscribed-addresses
2767 If this parameter is set to @code{t}, Gnus will consider the
2768 to-address and to-list parameters for this group as addresses of
2769 mailing lists you are subscribed to.  Giving Gnus this information is
2770 (only) a first step in getting it to generate correct Mail-Followup-To
2771 headers for your posts to these lists.  The second step is to put the
2772 following in your @file{.gnus.el}
2773
2774 @lisp
2775 (setq message-subscribed-address-functions
2776       '(gnus-find-subscribed-addresses))
2777 @end lisp
2778
2779 @xref{Mailing Lists, ,Mailing Lists, message, The Message Manual}, for
2780 a complete treatment of available MFT support.
2781
2782 @item visible
2783 @cindex visible
2784 If the group parameter list has the element @code{(visible . t)},
2785 that group will always be visible in the Group buffer, regardless
2786 of whether it has any unread articles.
2787
2788 @item broken-reply-to
2789 @cindex broken-reply-to
2790 Elements like @code{(broken-reply-to . t)} signals that @code{Reply-To}
2791 headers in this group are to be ignored, and for the header to be hidden
2792 if @code{reply-to} is part of @code{gnus-boring-article-headers}.  This
2793 can be useful if you're reading a mailing list group where the listserv
2794 has inserted @code{Reply-To} headers that point back to the listserv
2795 itself.  That is broken behavior.  So there!
2796
2797 @item to-group
2798 @cindex to-group
2799 Elements like @code{(to-group . "some.group.name")} means that all
2800 posts in that group will be sent to @code{some.group.name}.
2801
2802 @item newsgroup
2803 @cindex newsgroup
2804 If you have @code{(newsgroup . t)} in the group parameter list, Gnus
2805 will treat all responses as if they were responses to news articles.
2806 This can be useful if you have a mail group that's really a mirror of a
2807 news group.
2808
2809 @item gcc-self
2810 @cindex gcc-self
2811 If @code{(gcc-self . t)} is present in the group parameter list, newly
2812 composed messages will be @code{Gcc}'d to the current group.  If
2813 @code{(gcc-self . none)} is present, no @code{Gcc:} header will be
2814 generated, if @code{(gcc-self . "string")} is present, this string will
2815 be inserted literally as a @code{gcc} header.  This parameter takes
2816 precedence over any default @code{Gcc} rules as described later
2817 (@pxref{Archived Messages}).
2818
2819 @strong{Caveat}: Adding @code{(gcc-self . t)} to the parameter list of
2820 @code{nntp} groups (or the like) isn't valid.  An @code{nntp} server
2821 doesn't accept articles.
2822
2823 @item auto-expire
2824 @cindex auto-expire
2825 If the group parameter has an element that looks like @code{(auto-expire
2826 . t)}, all articles read will be marked as expirable.  For an
2827 alternative approach, @pxref{Expiring Mail}.
2828
2829 See also @code{gnus-auto-expirable-newsgroups}.
2830
2831 @item total-expire
2832 @cindex total-expire
2833 If the group parameter has an element that looks like
2834 @code{(total-expire . t)}, all read articles will be put through the
2835 expiry process, even if they are not marked as expirable.  Use with
2836 caution.  Unread, ticked and dormant articles are not eligible for
2837 expiry.
2838
2839 See also @code{gnus-total-expirable-newsgroups}.
2840
2841 @item expiry-wait
2842 @cindex expiry-wait
2843 @vindex nnmail-expiry-wait-function
2844 If the group parameter has an element that looks like
2845 @code{(expiry-wait . 10)}, this value will override any
2846 @code{nnmail-expiry-wait} and @code{nnmail-expiry-wait-function}
2847 (@pxref{Expiring Mail}) when expiring expirable messages.  The value
2848 can either be a number of days (not necessarily an integer) or the
2849 symbols @code{never} or @code{immediate}.
2850
2851 @item expiry-target
2852 @cindex expiry-target
2853 Where expired messages end up.  This parameter overrides
2854 @code{nnmail-expiry-target}.
2855
2856 @item score-file
2857 @cindex score file group parameter
2858 Elements that look like @code{(score-file . "file")} will make
2859 @file{file} into the current score file for the group in question.  All
2860 interactive score entries will be put into this file.
2861
2862 @item adapt-file
2863 @cindex adapt file group parameter
2864 Elements that look like @code{(adapt-file . "file")} will make
2865 @file{file} into the current adaptive file for the group in question.
2866 All adaptive score entries will be put into this file.
2867
2868 @item admin-address
2869 @cindex admin-address
2870 When unsubscribing from a mailing list you should never send the
2871 unsubscription notice to the mailing list itself.  Instead, you'd send
2872 messages to the administrative address.  This parameter allows you to
2873 put the admin address somewhere convenient.
2874
2875 @item display
2876 @cindex display
2877 Elements that look like @code{(display . MODE)} say which articles to
2878 display on entering the group.  Valid values are:
2879
2880 @table @code
2881 @item all
2882 Display all articles, both read and unread.
2883
2884 @item an integer
2885 Display the last @var{integer} articles in the group.  This is the same as
2886 entering the group with @kbd{C-u @var{integer}}.
2887
2888 @item default
2889 Display the default visible articles, which normally includes unread and
2890 ticked articles.
2891
2892 @item an array
2893 Display articles that satisfy a predicate.
2894
2895 Here are some examples:
2896
2897 @table @code
2898 @item [unread]
2899 Display only unread articles.
2900
2901 @item [not expire]
2902 Display everything except expirable articles.
2903
2904 @item [and (not reply) (not expire)]
2905 Display everything except expirable and articles you've already
2906 responded to.
2907 @end table
2908
2909 The available operators are @code{not}, @code{and} and @code{or}.
2910 Predicates include @code{tick}, @code{unsend}, @code{undownload},
2911 @code{unread}, @code{dormant}, @code{expire}, @code{reply},
2912 @code{killed}, @code{bookmark}, @code{score}, @code{save},
2913 @code{cache}, @code{forward}, @code{unseen} and @code{recent}.
2914
2915 @end table
2916
2917 The @code{display} parameter works by limiting the summary buffer to
2918 the subset specified.  You can pop the limit by using the @kbd{/ w}
2919 command (@pxref{Limiting}).
2920
2921 @item comment
2922 @cindex comment
2923 Elements that look like @code{(comment . "This is a comment")} are
2924 arbitrary comments on the group.  You can display comments in the
2925 group line (@pxref{Group Line Specification}).
2926
2927 @item charset
2928 @cindex charset
2929 Elements that look like @code{(charset . iso-8859-1)} will make
2930 @code{iso-8859-1} the default charset; that is, the charset that will be
2931 used for all articles that do not specify a charset.
2932
2933 See also @code{gnus-group-charset-alist}.
2934
2935 @item ignored-charsets
2936 @cindex ignored-charset
2937 Elements that look like @code{(ignored-charsets x-unknown iso-8859-1)}
2938 will make @code{iso-8859-1} and @code{x-unknown} ignored; that is, the
2939 default charset will be used for decoding articles.
2940
2941 See also @code{gnus-group-ignored-charsets-alist}.
2942
2943 @item posting-style
2944 @cindex posting-style
2945 You can store additional posting style information for this group
2946 here (@pxref{Posting Styles}).  The format is that of an entry in the
2947 @code{gnus-posting-styles} alist, except that there's no regexp matching
2948 the group name (of course).  Style elements in this group parameter will
2949 take precedence over the ones found in @code{gnus-posting-styles}.
2950
2951 For instance, if you want a funky name and signature in this group only,
2952 instead of hacking @code{gnus-posting-styles}, you could put something
2953 like this in the group parameters:
2954
2955 @example
2956 (posting-style
2957   (name "Funky Name")
2958   ("X-My-Header" "Funky Value")
2959   (signature "Funky Signature"))
2960 @end example
2961
2962 @item post-method
2963 @cindex post-method
2964 If it is set, the value is used as the method for posting message
2965 instead of @code{gnus-post-method}.
2966
2967 @item banner
2968 @cindex banner
2969 An item like @code{(banner . @var{regexp})} causes any part of an article
2970 that matches the regular expression @var{regexp} to be stripped.  Instead of
2971 @var{regexp}, you can also use the symbol @code{signature} which strips the
2972 last signature or any of the elements of the alist
2973 @code{gnus-article-banner-alist}.
2974
2975 @item sieve
2976 @cindex sieve
2977 This parameter contains a Sieve test that should match incoming mail
2978 that should be placed in this group.  From this group parameter, a
2979 Sieve @samp{IF} control structure is generated, having the test as the
2980 condition and @samp{fileinto "group.name";} as the body.
2981
2982 For example, if the @samp{INBOX.list.sieve} group has the @code{(sieve
2983 address "sender" "sieve-admin@@extundo.com")} group parameter, when
2984 translating the group parameter into a Sieve script (@pxref{Sieve
2985 Commands}) the following Sieve code is generated:
2986
2987 @example
2988 if address "sender" "sieve-admin@@extundo.com" @{
2989         fileinto "INBOX.list.sieve";
2990 @}
2991 @end example
2992
2993 To generate tests for multiple email-addresses use a group parameter
2994 like @code{(sieve address "sender" ("name@@one.org" else@@two.org"))}.
2995 When generating a sieve script (@pxref{Sieve Commands}) Sieve code
2996 like the following is generated:
2997
2998 @example
2999 if address "sender" ["name@@one.org", "else@@two.org"] @{
3000         fileinto "INBOX.list.sieve";
3001 @}
3002 @end example
3003
3004 See @pxref{Sieve Commands} for commands and variables that might be of
3005 interest in relation to the sieve parameter.
3006
3007 The Sieve language is described in RFC 3028.  @xref{Top, Emacs Sieve,
3008 Top, sieve, Emacs Sieve}.
3009
3010 @item (agent parameters)
3011 If the agent has been enabled, you can set any of the its parameters
3012 to control the behavior of the agent in individual groups. See Agent
3013 Parameters in @ref{Category Syntax}.  Most users will choose to set
3014 agent parameters in either an agent category or group topic to
3015 minimize the configuration effort.
3016
3017 @item (@var{variable} @var{form})
3018 You can use the group parameters to set variables local to the group you
3019 are entering.  If you want to turn threading off in @samp{news.answers},
3020 you could put @code{(gnus-show-threads nil)} in the group parameters of
3021 that group.  @code{gnus-show-threads} will be made into a local variable
3022 in the summary buffer you enter, and the form @code{nil} will be
3023 @code{eval}ed there.
3024
3025 Note that this feature sets the variable locally to the summary buffer.
3026 But some variables are evaluated in the article buffer, or in the
3027 message buffer (of a reply or followup or otherwise newly created
3028 message).  As a workaround, it might help to add the variable in
3029 question to @code{gnus-newsgroup-variables}.  @xref{Various Summary
3030 Stuff}.  So if you want to set @code{message-from-style} via the group
3031 parameters, then you may need the following statement elsewhere in your
3032 @file{~/.gnus} file:
3033
3034 @lisp
3035 (add-to-list 'gnus-newsgroup-variables 'message-from-style)
3036 @end lisp
3037
3038 @vindex gnus-list-identifiers
3039 A use for this feature is to remove a mailing list identifier tag in
3040 the subject fields of articles.  E.g. if the news group
3041
3042 @example
3043 nntp+news.gnus.org:gmane.text.docbook.apps
3044 @end example
3045
3046 has the tag @samp{DOC-BOOK-APPS:} in the subject of all articles, this
3047 tag can be removed from the article subjects in the summary buffer for
3048 the group by putting @code{(gnus-list-identifiers "DOCBOOK-APPS:")}
3049 into the group parameters for the group.
3050
3051 This can also be used as a group-specific hook function.  If you want to
3052 hear a beep when you enter a group, you could put something like
3053 @code{(dummy-variable (ding))} in the parameters of that group.
3054 @code{dummy-variable} will be set to the (meaningless) result of the
3055 @code{(ding)} form.
3056
3057 Alternatively, since the VARIABLE becomes local to the group, this
3058 pattern can be used to temporarily change a hook.  For example, if the
3059 following is added to a group parameter
3060
3061 @lisp
3062 (gnus-summary-prepared-hook
3063   '(lambda nil (local-set-key "d" (local-key-binding "n"))))
3064 @end lisp
3065
3066 when the group is entered, the 'd' key will not mark the article as
3067 expired.
3068
3069 @end table
3070
3071 Use the @kbd{G p} or the @kbd{G c} command to edit group parameters of a
3072 group.  (@kbd{G p} presents you with a Lisp-based interface, @kbd{G c}
3073 presents you with a Customize-like interface.  The latter helps avoid
3074 silly Lisp errors.)  You might also be interested in reading about topic
3075 parameters (@pxref{Topic Parameters}).
3076
3077 @vindex gnus-parameters
3078 Group parameters can be set via the @code{gnus-parameters} variable too.
3079 But some variables, such as @code{visible}, have no effect.  For
3080 example:
3081
3082 @lisp
3083 (setq gnus-parameters
3084       '(("mail\\..*"
3085          (gnus-show-threads nil)
3086          (gnus-use-scoring nil)
3087          (gnus-summary-line-format
3088           "%U%R%z%I%(%[%d:%ub%-23,23f%]%) %s\n")
3089          (gcc-self . t)
3090          (display . all))
3091
3092         ("^nnimap:\\(foo.bar\\)$"
3093          (to-group . "\\1"))
3094
3095         ("mail\\.me"
3096          (gnus-use-scoring  t))
3097
3098         ("list\\..*"
3099          (total-expire . t)
3100          (broken-reply-to . t))))
3101 @end lisp
3102
3103 String value of parameters will be subjected to regexp substitution, as
3104 the @code{to-group} example shows.
3105
3106 @vindex gnus-parameters-case-fold-search
3107 By default, whether comparing the group name and one of those regexps
3108 specified in @code{gnus-parameters} is done in a case-sensitive manner
3109 or a case-insensitive manner depends on the value of
3110 @code{case-fold-search} at the time when the comparison is done.  The
3111 value of @code{case-fold-search} is typically @code{t}; it means, for
3112 example, the element @code{("INBOX\\.FOO" (total-expire . t))} might be
3113 applied to both the @samp{INBOX.FOO} group and the @samp{INBOX.foo}
3114 group.  If you want to make those regexps always case-sensitive, set the
3115 value of the @code{gnus-parameters-case-fold-search} variable to
3116 @code{nil}.  Otherwise, set it to @code{t} if you want to compare them
3117 always in a case-insensitive manner.
3118
3119
3120 @node Listing Groups
3121 @section Listing Groups
3122 @cindex group listing
3123
3124 These commands all list various slices of the groups available.
3125
3126 @table @kbd
3127
3128 @item l
3129 @itemx A s
3130 @kindex A s (Group)
3131 @kindex l (Group)
3132 @findex gnus-group-list-groups
3133 List all groups that have unread articles
3134 (@code{gnus-group-list-groups}).  If the numeric prefix is used, this
3135 command will list only groups of level ARG and lower.  By default, it
3136 only lists groups of level five (i.e.,
3137 @code{gnus-group-default-list-level}) or lower (i.e., just subscribed
3138 groups).
3139
3140 @item L
3141 @itemx A u
3142 @kindex A u (Group)
3143 @kindex L (Group)
3144 @findex gnus-group-list-all-groups
3145 List all groups, whether they have unread articles or not
3146 (@code{gnus-group-list-all-groups}).  If the numeric prefix is used,
3147 this command will list only groups of level ARG and lower.  By default,
3148 it lists groups of level seven or lower (i.e., just subscribed and
3149 unsubscribed groups).
3150
3151 @item A l
3152 @kindex A l (Group)
3153 @findex gnus-group-list-level
3154 List all unread groups on a specific level
3155 (@code{gnus-group-list-level}).  If given a prefix, also list the groups
3156 with no unread articles.
3157
3158 @item A k
3159 @kindex A k (Group)
3160 @findex gnus-group-list-killed
3161 List all killed groups (@code{gnus-group-list-killed}).  If given a
3162 prefix argument, really list all groups that are available, but aren't
3163 currently (un)subscribed.  This could entail reading the active file
3164 from the server.
3165
3166 @item A z
3167 @kindex A z (Group)
3168 @findex gnus-group-list-zombies
3169 List all zombie groups (@code{gnus-group-list-zombies}).
3170
3171 @item A m
3172 @kindex A m (Group)
3173 @findex gnus-group-list-matching
3174 List all unread, subscribed groups with names that match a regexp
3175 (@code{gnus-group-list-matching}).
3176
3177 @item A M
3178 @kindex A M (Group)
3179 @findex gnus-group-list-all-matching
3180 List groups that match a regexp (@code{gnus-group-list-all-matching}).
3181
3182 @item A A
3183 @kindex A A (Group)
3184 @findex gnus-group-list-active
3185 List absolutely all groups in the active file(s) of the
3186 server(s) you are connected to (@code{gnus-group-list-active}).  This
3187 might very well take quite a while.  It might actually be a better idea
3188 to do a @kbd{A M} to list all matching, and just give @samp{.} as the
3189 thing to match on.  Also note that this command may list groups that
3190 don't exist (yet)---these will be listed as if they were killed groups.
3191 Take the output with some grains of salt.
3192
3193 @item A a
3194 @kindex A a (Group)
3195 @findex gnus-group-apropos
3196 List all groups that have names that match a regexp
3197 (@code{gnus-group-apropos}).
3198
3199 @item A d
3200 @kindex A d (Group)
3201 @findex gnus-group-description-apropos
3202 List all groups that have names or descriptions that match a regexp
3203 (@code{gnus-group-description-apropos}).
3204
3205 @item A c
3206 @kindex A c (Group)
3207 @findex gnus-group-list-cached
3208 List all groups with cached articles (@code{gnus-group-list-cached}).
3209
3210 @item A ?
3211 @kindex A ? (Group)
3212 @findex gnus-group-list-dormant
3213 List all groups with dormant articles (@code{gnus-group-list-dormant}).
3214
3215 @item A /
3216 @kindex A / (Group)
3217 @findex gnus-group-list-limit
3218 List groups limited within the current selection
3219 (@code{gnus-group-list-limit}).
3220
3221 @item A f
3222 @kindex A f (Group)
3223 @findex gnus-group-list-flush
3224 Flush groups from the current selection (@code{gnus-group-list-flush}).
3225
3226 @item A p
3227 @kindex A p (Group)
3228 @findex gnus-group-list-plus
3229 List groups plus the current selection (@code{gnus-group-list-plus}).
3230
3231 @end table
3232
3233 @vindex gnus-permanently-visible-groups
3234 @cindex visible group parameter
3235 Groups that match the @code{gnus-permanently-visible-groups} regexp will
3236 always be shown, whether they have unread articles or not.  You can also
3237 add the @code{visible} element to the group parameters in question to
3238 get the same effect.
3239
3240 @vindex gnus-list-groups-with-ticked-articles
3241 Groups that have just ticked articles in it are normally listed in the
3242 group buffer.  If @code{gnus-list-groups-with-ticked-articles} is
3243 @code{nil}, these groups will be treated just like totally empty
3244 groups.  It is @code{t} by default.
3245
3246
3247 @node Sorting Groups
3248 @section Sorting Groups
3249 @cindex sorting groups
3250
3251 @kindex C-c C-s (Group)
3252 @findex gnus-group-sort-groups
3253 @vindex gnus-group-sort-function
3254 The @kbd{C-c C-s} (@code{gnus-group-sort-groups}) command sorts the
3255 group buffer according to the function(s) given by the
3256 @code{gnus-group-sort-function} variable.  Available sorting functions
3257 include:
3258
3259 @table @code
3260
3261 @item gnus-group-sort-by-alphabet
3262 @findex gnus-group-sort-by-alphabet
3263 Sort the group names alphabetically.  This is the default.
3264
3265 @item gnus-group-sort-by-real-name
3266 @findex gnus-group-sort-by-real-name
3267 Sort the group alphabetically on the real (unprefixed) group names.
3268
3269 @item gnus-group-sort-by-level
3270 @findex gnus-group-sort-by-level
3271 Sort by group level.
3272
3273 @item gnus-group-sort-by-score
3274 @findex gnus-group-sort-by-score
3275 Sort by group score.  @xref{Group Score}.
3276
3277 @item gnus-group-sort-by-rank
3278 @findex gnus-group-sort-by-rank
3279 Sort by group score and then the group level.  The level and the score
3280 are, when taken together, the group's @dfn{rank}.  @xref{Group Score}.
3281
3282 @item gnus-group-sort-by-unread
3283 @findex gnus-group-sort-by-unread
3284 Sort by number of unread articles.
3285
3286 @item gnus-group-sort-by-method
3287 @findex gnus-group-sort-by-method
3288 Sort alphabetically on the select method.
3289
3290 @item gnus-group-sort-by-server
3291 @findex gnus-group-sort-by-server
3292 Sort alphabetically on the Gnus server name.
3293
3294
3295 @end table
3296
3297 @code{gnus-group-sort-function} can also be a list of sorting
3298 functions.  In that case, the most significant sort key function must be
3299 the last one.
3300
3301
3302 There are also a number of commands for sorting directly according to
3303 some sorting criteria:
3304
3305 @table @kbd
3306 @item G S a
3307 @kindex G S a (Group)
3308 @findex gnus-group-sort-groups-by-alphabet
3309 Sort the group buffer alphabetically by group name
3310 (@code{gnus-group-sort-groups-by-alphabet}).
3311
3312 @item G S u
3313 @kindex G S u (Group)
3314 @findex gnus-group-sort-groups-by-unread
3315 Sort the group buffer by the number of unread articles
3316 (@code{gnus-group-sort-groups-by-unread}).
3317
3318 @item G S l
3319 @kindex G S l (Group)
3320 @findex gnus-group-sort-groups-by-level
3321 Sort the group buffer by group level
3322 (@code{gnus-group-sort-groups-by-level}).
3323
3324 @item G S v
3325 @kindex G S v (Group)
3326 @findex gnus-group-sort-groups-by-score
3327 Sort the group buffer by group score
3328 (@code{gnus-group-sort-groups-by-score}).  @xref{Group Score}.
3329
3330 @item G S r
3331 @kindex G S r (Group)
3332 @findex gnus-group-sort-groups-by-rank
3333 Sort the group buffer by group rank
3334 (@code{gnus-group-sort-groups-by-rank}).  @xref{Group Score}.
3335
3336 @item G S m
3337 @kindex G S m (Group)
3338 @findex gnus-group-sort-groups-by-method
3339 Sort the group buffer alphabetically by back end name@*
3340 (@code{gnus-group-sort-groups-by-method}).
3341
3342 @item G S n
3343 @kindex G S n (Group)
3344 @findex gnus-group-sort-groups-by-real-name
3345 Sort the group buffer alphabetically by real (unprefixed) group name
3346 (@code{gnus-group-sort-groups-by-real-name}).
3347
3348 @end table
3349
3350 All the commands below obey the process/prefix convention
3351 (@pxref{Process/Prefix}).
3352
3353 When given a symbolic prefix (@pxref{Symbolic Prefixes}), all these
3354 commands will sort in reverse order.
3355
3356 You can also sort a subset of the groups:
3357
3358 @table @kbd
3359 @item G P a
3360 @kindex G P a (Group)
3361 @findex gnus-group-sort-selected-groups-by-alphabet
3362 Sort the groups alphabetically by group name
3363 (@code{gnus-group-sort-selected-groups-by-alphabet}).
3364
3365 @item G P u
3366 @kindex G P u (Group)
3367 @findex gnus-group-sort-selected-groups-by-unread
3368 Sort the groups by the number of unread articles
3369 (@code{gnus-group-sort-selected-groups-by-unread}).
3370
3371 @item G P l
3372 @kindex G P l (Group)
3373 @findex gnus-group-sort-selected-groups-by-level
3374 Sort the groups by group level
3375 (@code{gnus-group-sort-selected-groups-by-level}).
3376
3377 @item G P v
3378 @kindex G P v (Group)
3379 @findex gnus-group-sort-selected-groups-by-score
3380 Sort the groups by group score
3381 (@code{gnus-group-sort-selected-groups-by-score}).  @xref{Group Score}.
3382
3383 @item G P r
3384 @kindex G P r (Group)
3385 @findex gnus-group-sort-selected-groups-by-rank
3386 Sort the groups by group rank
3387 (@code{gnus-group-sort-selected-groups-by-rank}).  @xref{Group Score}.
3388
3389 @item G P m
3390 @kindex G P m (Group)
3391 @findex gnus-group-sort-selected-groups-by-method
3392 Sort the groups alphabetically by back end name@*
3393 (@code{gnus-group-sort-selected-groups-by-method}).
3394
3395 @item G P n
3396 @kindex G P n (Group)
3397 @findex gnus-group-sort-selected-groups-by-real-name
3398 Sort the groups alphabetically by real (unprefixed) group name
3399 (@code{gnus-group-sort-selected-groups-by-real-name}).
3400
3401 @item G P s
3402 @kindex G P s (Group)
3403 @findex gnus-group-sort-selected-groups
3404 Sort the groups according to @code{gnus-group-sort-function}.
3405
3406 @end table
3407
3408 And finally, note that you can use @kbd{C-k} and @kbd{C-y} to manually
3409 move groups around.
3410
3411
3412 @node Group Maintenance
3413 @section Group Maintenance
3414 @cindex bogus groups
3415
3416 @table @kbd
3417 @item b
3418 @kindex b (Group)
3419 @findex gnus-group-check-bogus-groups
3420 Find bogus groups and delete them
3421 (@code{gnus-group-check-bogus-groups}).
3422
3423 @item F
3424 @kindex F (Group)
3425 @findex gnus-group-find-new-groups
3426 Find new groups and process them (@code{gnus-group-find-new-groups}).
3427 With 1 @kbd{C-u}, use the @code{ask-server} method to query the server
3428 for new groups.  With 2 @kbd{C-u}'s, use most complete method possible
3429 to query the server for new groups, and subscribe the new groups as
3430 zombies.
3431
3432 @item C-c C-x
3433 @kindex C-c C-x (Group)
3434 @findex gnus-group-expire-articles
3435 Run all expirable articles in the current group through the expiry
3436 process (if any) (@code{gnus-group-expire-articles}).  That is, delete
3437 all expirable articles in the group that have been around for a while.
3438 (@pxref{Expiring Mail}).
3439
3440 @item C-c C-M-x
3441 @kindex C-c C-M-x (Group)
3442 @findex gnus-group-expire-all-groups
3443 Run all expirable articles in all groups through the expiry process
3444 (@code{gnus-group-expire-all-groups}).
3445
3446 @end table
3447
3448
3449 @node Browse Foreign Server
3450 @section Browse Foreign Server
3451 @cindex foreign servers
3452 @cindex browsing servers
3453
3454 @table @kbd
3455 @item B
3456 @kindex B (Group)
3457 @findex gnus-group-browse-foreign-server
3458 You will be queried for a select method and a server name.  Gnus will
3459 then attempt to contact this server and let you browse the groups there
3460 (@code{gnus-group-browse-foreign-server}).
3461 @end table
3462
3463 @findex gnus-browse-mode
3464 A new buffer with a list of available groups will appear.  This buffer
3465 will use the @code{gnus-browse-mode}.  This buffer looks a bit (well,
3466 a lot) like a normal group buffer.
3467
3468 Here's a list of keystrokes available in the browse mode:
3469
3470 @table @kbd
3471 @item n
3472 @kindex n (Browse)
3473 @findex gnus-group-next-group
3474 Go to the next group (@code{gnus-group-next-group}).
3475
3476 @item p
3477 @kindex p (Browse)
3478 @findex gnus-group-prev-group
3479 Go to the previous group (@code{gnus-group-prev-group}).
3480
3481 @item SPACE
3482 @kindex SPACE (Browse)
3483 @findex gnus-browse-read-group
3484 Enter the current group and display the first article
3485 (@code{gnus-browse-read-group}).
3486
3487 @item RET
3488 @kindex RET (Browse)
3489 @findex gnus-browse-select-group
3490 Enter the current group (@code{gnus-browse-select-group}).
3491
3492 @item u
3493 @kindex u (Browse)
3494 @findex gnus-browse-unsubscribe-current-group
3495 Unsubscribe to the current group, or, as will be the case here,
3496 subscribe to it (@code{gnus-browse-unsubscribe-current-group}).
3497
3498 @item l
3499 @itemx q
3500 @kindex q (Browse)
3501 @kindex l (Browse)
3502 @findex gnus-browse-exit
3503 Exit browse mode (@code{gnus-browse-exit}).
3504
3505 @item d
3506 @kindex d (Browse)
3507 @findex gnus-browse-describe-group
3508 Describe the current group (@code{gnus-browse-describe-group}).
3509
3510 @item ?
3511 @kindex ? (Browse)
3512 @findex gnus-browse-describe-briefly
3513 Describe browse mode briefly (well, there's not much to describe, is
3514 there) (@code{gnus-browse-describe-briefly}).
3515 @end table
3516
3517
3518 @node Exiting Gnus
3519 @section Exiting Gnus
3520 @cindex exiting Gnus
3521
3522 Yes, Gnus is ex(c)iting.
3523
3524 @table @kbd
3525 @item z
3526 @kindex z (Group)
3527 @findex gnus-group-suspend
3528 Suspend Gnus (@code{gnus-group-suspend}).  This doesn't really exit Gnus,
3529 but it kills all buffers except the Group buffer.  I'm not sure why this
3530 is a gain, but then who am I to judge?
3531
3532 @item q
3533 @kindex q (Group)
3534 @findex gnus-group-exit
3535 @c @icon{gnus-group-exit}
3536 Quit Gnus (@code{gnus-group-exit}).
3537
3538 @item Q
3539 @kindex Q (Group)
3540 @findex gnus-group-quit
3541 Quit Gnus without saving the @file{.newsrc} files (@code{gnus-group-quit}).
3542 The dribble file will be saved, though (@pxref{Auto Save}).
3543 @end table
3544
3545 @vindex gnus-exit-gnus-hook
3546 @vindex gnus-suspend-gnus-hook
3547 @vindex gnus-after-exiting-gnus-hook
3548 @code{gnus-suspend-gnus-hook} is called when you suspend Gnus and
3549 @code{gnus-exit-gnus-hook} is called when you quit Gnus, while
3550 @code{gnus-after-exiting-gnus-hook} is called as the final item when
3551 exiting Gnus.
3552
3553 Note:
3554
3555 @quotation
3556 Miss Lisa Cannifax, while sitting in English class, felt her feet go
3557 numbly heavy and herself fall into a hazy trance as the boy sitting
3558 behind her drew repeated lines with his pencil across the back of her
3559 plastic chair.
3560 @end quotation
3561
3562
3563 @node Group Topics
3564 @section Group Topics
3565 @cindex topics
3566
3567 If you read lots and lots of groups, it might be convenient to group
3568 them hierarchically according to topics.  You put your Emacs groups over
3569 here, your sex groups over there, and the rest (what, two groups or so?)
3570 you put in some misc section that you never bother with anyway.  You can
3571 even group the Emacs sex groups as a sub-topic to either the Emacs
3572 groups or the sex groups---or both!  Go wild!
3573
3574 @iftex
3575 @iflatex
3576 \gnusfigure{Group Topics}{400}{
3577 \put(75,50){\epsfig{figure=ps/group-topic,height=9cm}}
3578 }
3579 @end iflatex
3580 @end iftex
3581
3582 Here's an example:
3583
3584 @example
3585 Gnus
3586   Emacs -- I wuw it!
3587      3: comp.emacs
3588      2: alt.religion.emacs
3589     Naughty Emacs
3590      452: alt.sex.emacs
3591        0: comp.talk.emacs.recovery
3592   Misc
3593      8: comp.binaries.fractals
3594     13: comp.sources.unix
3595 @end example
3596
3597 @findex gnus-topic-mode
3598 @kindex t (Group)
3599 To get this @emph{fab} functionality you simply turn on (ooh!) the
3600 @code{gnus-topic} minor mode---type @kbd{t} in the group buffer.  (This
3601 is a toggling command.)
3602
3603 Go ahead, just try it.  I'll still be here when you get back.  La de
3604 dum@dots{} Nice tune, that@dots{} la la la@dots{} What, you're back?
3605 Yes, and now press @kbd{l}.  There.  All your groups are now listed
3606 under @samp{misc}.  Doesn't that make you feel all warm and fuzzy?
3607 Hot and bothered?
3608
3609 If you want this permanently enabled, you should add that minor mode to
3610 the hook for the group mode.  Put the following line in your
3611 @file{~/.gnus.el} file:
3612
3613 @lisp
3614 (add-hook 'gnus-group-mode-hook 'gnus-topic-mode)
3615 @end lisp
3616
3617 @menu
3618 * Topic Commands::              Interactive E-Z commands.
3619 * Topic Variables::             How to customize the topics the Lisp Way.
3620 * Topic Sorting::               Sorting each topic individually.
3621 * Topic Topology::              A map of the world.
3622 * Topic Parameters::            Parameters that apply to all groups in a topic.
3623 @end menu
3624
3625
3626 @node Topic Commands
3627 @subsection Topic Commands
3628 @cindex topic commands
3629
3630 When the topic minor mode is turned on, a new @kbd{T} submap will be
3631 available.  In addition, a few of the standard keys change their
3632 definitions slightly.
3633
3634 In general, the following kinds of operations are possible on topics.
3635 First of all, you want to create topics.  Secondly, you want to put
3636 groups in topics and to move them around until you have an order you
3637 like.  The third kind of operation is to show/hide parts of the whole
3638 shebang.  You might want to hide a topic including its subtopics and
3639 groups, to get a better overview of the other groups.
3640
3641 Here is a list of the basic keys that you might need to set up topics
3642 the way you like.
3643
3644 @table @kbd
3645
3646 @item T n
3647 @kindex T n (Topic)
3648 @findex gnus-topic-create-topic
3649 Prompt for a new topic name and create it
3650 (@code{gnus-topic-create-topic}).
3651
3652 @item T TAB
3653 @itemx TAB
3654 @kindex T TAB (Topic)
3655 @kindex TAB (Topic)
3656 @findex gnus-topic-indent
3657 ``Indent'' the current topic so that it becomes a sub-topic of the
3658 previous topic (@code{gnus-topic-indent}).  If given a prefix,
3659 ``un-indent'' the topic instead.
3660
3661 @item M-TAB
3662 @kindex M-TAB (Topic)
3663 @findex gnus-topic-unindent
3664 ``Un-indent'' the current topic so that it becomes a sub-topic of the
3665 parent of its current parent (@code{gnus-topic-unindent}).
3666
3667 @end table
3668
3669 The following two keys can be used to move groups and topics around.
3670 They work like the well-known cut and paste.  @kbd{C-k} is like cut and
3671 @kbd{C-y} is like paste.  Of course, this being Emacs, we use the terms
3672 kill and yank rather than cut and paste.
3673
3674 @table @kbd
3675
3676 @item C-k
3677 @kindex C-k (Topic)
3678 @findex gnus-topic-kill-group
3679 Kill a group or topic (@code{gnus-topic-kill-group}).  All groups in the
3680 topic will be removed along with the topic.
3681
3682 @item C-y
3683 @kindex C-y (Topic)
3684 @findex gnus-topic-yank-group
3685 Yank the previously killed group or topic
3686 (@code{gnus-topic-yank-group}).  Note that all topics will be yanked
3687 before all groups.
3688
3689 So, to move a topic to the beginning of the list of topics, just hit
3690 @kbd{C-k} on it.  This is like the ``cut'' part of cut and paste.  Then,
3691 move the cursor to the beginning of the buffer (just below the ``Gnus''
3692 topic) and hit @kbd{C-y}.  This is like the ``paste'' part of cut and
3693 paste.  Like I said -- E-Z.
3694
3695 You can use @kbd{C-k} and @kbd{C-y} on groups as well as on topics.  So
3696 you can move topics around as well as groups.
3697
3698 @end table
3699
3700 After setting up the topics the way you like them, you might wish to
3701 hide a topic, or to show it again.  That's why we have the following
3702 key.
3703
3704 @table @kbd
3705
3706 @item RET
3707 @kindex RET (Topic)
3708 @findex gnus-topic-select-group
3709 @itemx SPACE
3710 Either select a group or fold a topic (@code{gnus-topic-select-group}).
3711 When you perform this command on a group, you'll enter the group, as
3712 usual.  When done on a topic line, the topic will be folded (if it was
3713 visible) or unfolded (if it was folded already).  So it's basically a
3714 toggling command on topics.  In addition, if you give a numerical
3715 prefix, group on that level (and lower) will be displayed.
3716
3717 @end table
3718
3719 Now for a list of other commands, in no particular order.
3720
3721 @table @kbd
3722
3723 @item T m
3724 @kindex T m (Topic)
3725 @findex gnus-topic-move-group
3726 Move the current group to some other topic
3727 (@code{gnus-topic-move-group}).  This command uses the process/prefix
3728 convention (@pxref{Process/Prefix}).
3729
3730 @item T j
3731 @kindex T j (Topic)
3732 @findex gnus-topic-jump-to-topic
3733 Go to a topic (@code{gnus-topic-jump-to-topic}).
3734
3735 @item T c
3736 @kindex T c (Topic)
3737 @findex gnus-topic-copy-group
3738 Copy the current group to some other topic
3739 (@code{gnus-topic-copy-group}).  This command uses the process/prefix
3740 convention (@pxref{Process/Prefix}).
3741
3742 @item T h
3743 @kindex T h (Topic)
3744 @findex gnus-topic-hide-topic
3745 Hide the current topic (@code{gnus-topic-hide-topic}).  If given
3746 a prefix, hide the topic permanently.
3747
3748 @item T s
3749 @kindex T s (Topic)
3750 @findex gnus-topic-show-topic
3751 Show the current topic (@code{gnus-topic-show-topic}).  If given
3752 a prefix, show the topic permanently.
3753
3754 @item T D
3755 @kindex T D (Topic)
3756 @findex gnus-topic-remove-group
3757 Remove a group from the current topic (@code{gnus-topic-remove-group}).
3758 This command is mainly useful if you have the same group in several
3759 topics and wish to remove it from one of the topics.  You may also
3760 remove a group from all topics, but in that case, Gnus will add it to
3761 the root topic the next time you start Gnus.  In fact, all new groups
3762 (which, naturally, don't belong to any topic) will show up in the root
3763 topic.
3764
3765 This command uses the process/prefix convention
3766 (@pxref{Process/Prefix}).
3767
3768 @item T M
3769 @kindex T M (Topic)
3770 @findex gnus-topic-move-matching
3771 Move all groups that match some regular expression to a topic
3772 (@code{gnus-topic-move-matching}).
3773
3774 @item T C
3775 @kindex T C (Topic)
3776 @findex gnus-topic-copy-matching
3777 Copy all groups that match some regular expression to a topic
3778 (@code{gnus-topic-copy-matching}).
3779
3780 @item T H
3781 @kindex T H (Topic)
3782 @findex gnus-topic-toggle-display-empty-topics
3783 Toggle hiding empty topics
3784 (@code{gnus-topic-toggle-display-empty-topics}).
3785
3786 @item T #
3787 @kindex T # (Topic)
3788 @findex gnus-topic-mark-topic
3789 Mark all groups in the current topic with the process mark
3790 (@code{gnus-topic-mark-topic}).  This command works recursively on
3791 sub-topics unless given a prefix.
3792
3793 @item T M-#
3794 @kindex T M-# (Topic)
3795 @findex gnus-topic-unmark-topic
3796 Remove the process mark from all groups in the current topic
3797 (@code{gnus-topic-unmark-topic}).  This command works recursively on
3798 sub-topics unless given a prefix.
3799
3800 @item C-c C-x
3801 @kindex C-c C-x (Topic)
3802 @findex gnus-topic-expire-articles
3803 Run all expirable articles in the current group or topic through the
3804 expiry process (if any)
3805 (@code{gnus-topic-expire-articles}).  (@pxref{Expiring Mail}).
3806
3807 @item T r
3808 @kindex T r (Topic)
3809 @findex gnus-topic-rename
3810 Rename a topic (@code{gnus-topic-rename}).
3811
3812 @item T DEL
3813 @kindex T DEL (Topic)
3814 @findex gnus-topic-delete
3815 Delete an empty topic (@code{gnus-topic-delete}).
3816
3817 @item A T
3818 @kindex A T (Topic)
3819 @findex gnus-topic-list-active
3820 List all groups that Gnus knows about in a topics-ified way
3821 (@code{gnus-topic-list-active}).
3822
3823 @item T M-n
3824 @kindex T M-n (Topic)
3825 @findex gnus-topic-goto-next-topic
3826 Go to the next topic (@code{gnus-topic-goto-next-topic}).
3827
3828 @item T M-p
3829 @kindex T M-p (Topic)
3830 @findex gnus-topic-goto-previous-topic
3831 Go to the previous topic (@code{gnus-topic-goto-previous-topic}).
3832
3833 @item G p
3834 @kindex G p (Topic)
3835 @findex gnus-topic-edit-parameters
3836 @cindex group parameters
3837 @cindex topic parameters
3838 @cindex parameters
3839 Edit the topic parameters (@code{gnus-topic-edit-parameters}).
3840 @xref{Topic Parameters}.
3841
3842 @end table
3843
3844
3845 @node Topic Variables
3846 @subsection Topic Variables
3847 @cindex topic variables
3848
3849 The previous section told you how to tell Gnus which topics to display.
3850 This section explains how to tell Gnus what to display about each topic.
3851
3852 @vindex gnus-topic-line-format
3853 The topic lines themselves are created according to the
3854 @code{gnus-topic-line-format} variable (@pxref{Formatting Variables}).
3855 Valid elements are:
3856
3857 @table @samp
3858 @item i
3859 Indentation.
3860 @item n
3861 Topic name.
3862 @item v
3863 Visibility.
3864 @item l
3865 Level.
3866 @item g
3867 Number of groups in the topic.
3868 @item a
3869 Number of unread articles in the topic.
3870 @item A
3871 Number of unread articles in the topic and all its subtopics.
3872 @end table
3873
3874 @vindex gnus-topic-indent-level
3875 Each sub-topic (and the groups in the sub-topics) will be indented with
3876 @code{gnus-topic-indent-level} times the topic level number of spaces.
3877 The default is 2.
3878
3879 @vindex gnus-topic-mode-hook
3880 @code{gnus-topic-mode-hook} is called in topic minor mode buffers.
3881
3882 @vindex gnus-topic-display-empty-topics
3883 The @code{gnus-topic-display-empty-topics} says whether to display even
3884 topics that have no unread articles in them.  The default is @code{t}.
3885
3886
3887 @node Topic Sorting
3888 @subsection Topic Sorting
3889 @cindex topic sorting
3890
3891 You can sort the groups in each topic individually with the following
3892 commands:
3893
3894
3895 @table @kbd
3896 @item T S a
3897 @kindex T S a (Topic)
3898 @findex gnus-topic-sort-groups-by-alphabet
3899 Sort the current topic alphabetically by group name
3900 (@code{gnus-topic-sort-groups-by-alphabet}).
3901
3902 @item T S u
3903 @kindex T S u (Topic)
3904 @findex gnus-topic-sort-groups-by-unread
3905 Sort the current topic by the number of unread articles
3906 (@code{gnus-topic-sort-groups-by-unread}).
3907
3908 @item T S l
3909 @kindex T S l (Topic)
3910 @findex gnus-topic-sort-groups-by-level
3911 Sort the current topic by group level
3912 (@code{gnus-topic-sort-groups-by-level}).
3913
3914 @item T S v
3915 @kindex T S v (Topic)
3916 @findex gnus-topic-sort-groups-by-score
3917 Sort the current topic by group score
3918 (@code{gnus-topic-sort-groups-by-score}).  @xref{Group Score}.
3919
3920 @item T S r
3921 @kindex T S r (Topic)
3922 @findex gnus-topic-sort-groups-by-rank
3923 Sort the current topic by group rank
3924 (@code{gnus-topic-sort-groups-by-rank}).  @xref{Group Score}.
3925
3926 @item T S m
3927 @kindex T S m (Topic)
3928 @findex gnus-topic-sort-groups-by-method
3929 Sort the current topic alphabetically by back end name
3930 (@code{gnus-topic-sort-groups-by-method}).
3931
3932 @item T S e
3933 @kindex T S e (Topic)
3934 @findex gnus-topic-sort-groups-by-server
3935 Sort the current topic alphabetically by server name
3936 (@code{gnus-topic-sort-groups-by-server}).
3937
3938 @item T S s
3939 @kindex T S s (Topic)
3940 @findex gnus-topic-sort-groups
3941 Sort the current topic according to the function(s) given by the
3942 @code{gnus-group-sort-function} variable
3943 (@code{gnus-topic-sort-groups}).
3944
3945 @end table
3946
3947 When given a prefix argument, all these commands will sort in reverse
3948 order.  @xref{Sorting Groups}, for more information about group
3949 sorting.
3950
3951
3952 @node Topic Topology
3953 @subsection Topic Topology
3954 @cindex topic topology
3955 @cindex topology
3956
3957 So, let's have a look at an example group buffer:
3958
3959 @example
3960 @group
3961 Gnus
3962   Emacs -- I wuw it!
3963      3: comp.emacs
3964      2: alt.religion.emacs
3965     Naughty Emacs
3966      452: alt.sex.emacs
3967        0: comp.talk.emacs.recovery
3968   Misc
3969      8: comp.binaries.fractals
3970     13: comp.sources.unix
3971 @end group
3972 @end example
3973
3974 So, here we have one top-level topic (@samp{Gnus}), two topics under
3975 that, and one sub-topic under one of the sub-topics.  (There is always
3976 just one (1) top-level topic).  This topology can be expressed as
3977 follows:
3978
3979 @lisp
3980 (("Gnus" visible)
3981  (("Emacs -- I wuw it!" visible)
3982   (("Naughty Emacs" visible)))
3983  (("Misc" visible)))
3984 @end lisp
3985
3986 @vindex gnus-topic-topology
3987 This is in fact how the variable @code{gnus-topic-topology} would look
3988 for the display above.  That variable is saved in the @file{.newsrc.eld}
3989 file, and shouldn't be messed with manually---unless you really want
3990 to.  Since this variable is read from the @file{.newsrc.eld} file,
3991 setting it in any other startup files will have no effect.
3992
3993 This topology shows what topics are sub-topics of what topics (right),
3994 and which topics are visible.  Two settings are currently
3995 allowed---@code{visible} and @code{invisible}.
3996
3997
3998 @node Topic Parameters
3999 @subsection Topic Parameters
4000 @cindex topic parameters
4001
4002 All groups in a topic will inherit group parameters from the parent
4003 (and ancestor) topic parameters.  All valid group parameters are valid
4004 topic parameters (@pxref{Group Parameters}).  When the agent is
4005 enabled, all agent parameters (See Agent Parameters in @ref{Category
4006 Syntax}) are also valid topic parameters.
4007
4008 In addition, the following parameters are only valid as topic
4009 parameters:
4010
4011 @table @code
4012 @item subscribe
4013 When subscribing new groups by topic (@pxref{Subscription Methods}), the
4014 @code{subscribe} topic parameter says what groups go in what topic.  Its
4015 value should be a regexp to match the groups that should go in that
4016 topic.
4017
4018 @item subscribe-level
4019 When subscribing new groups by topic (see the @code{subscribe} parameter),
4020 the group will be subscribed with the level specified in the
4021 @code{subscribe-level} instead of @code{gnus-level-default-subscribed}.
4022
4023 @end table
4024
4025 Group parameters (of course) override topic parameters, and topic
4026 parameters in sub-topics override topic parameters in super-topics.  You
4027 know.  Normal inheritance rules.  (@dfn{Rules} is here a noun, not a
4028 verb, although you may feel free to disagree with me here.)
4029
4030 @example
4031 @group
4032 Gnus
4033   Emacs
4034      3: comp.emacs
4035      2: alt.religion.emacs
4036    452: alt.sex.emacs
4037     Relief
4038      452: alt.sex.emacs
4039        0: comp.talk.emacs.recovery
4040   Misc
4041      8: comp.binaries.fractals
4042     13: comp.sources.unix
4043    452: alt.sex.emacs
4044 @end group
4045 @end example
4046
4047 The @samp{Emacs} topic has the topic parameter @code{(score-file
4048 . "emacs.SCORE")}; the @samp{Relief} topic has the topic parameter
4049 @code{(score-file . "relief.SCORE")}; and the @samp{Misc} topic has the
4050 topic parameter @code{(score-file . "emacs.SCORE")}.  In addition,
4051 @* @samp{alt.religion.emacs} has the group parameter @code{(score-file
4052 . "religion.SCORE")}.
4053
4054 Now, when you enter @samp{alt.sex.emacs} in the @samp{Relief} topic, you
4055 will get the @file{relief.SCORE} home score file.  If you enter the same
4056 group in the @samp{Emacs} topic, you'll get the @file{emacs.SCORE} home
4057 score file.  If you enter the group @samp{alt.religion.emacs}, you'll
4058 get the @file{religion.SCORE} home score file.
4059
4060 This seems rather simple and self-evident, doesn't it?  Well, yes.  But
4061 there are some problems, especially with the @code{total-expiry}
4062 parameter.  Say you have a mail group in two topics; one with
4063 @code{total-expiry} and one without.  What happens when you do @kbd{M-x
4064 gnus-expire-all-expirable-groups}?  Gnus has no way of telling which one
4065 of these topics you mean to expire articles from, so anything may
4066 happen.  In fact, I hereby declare that it is @dfn{undefined} what
4067 happens.  You just have to be careful if you do stuff like that.
4068
4069
4070 @node Misc Group Stuff
4071 @section Misc Group Stuff
4072
4073 @menu
4074 * Scanning New Messages::       Asking Gnus to see whether new messages have arrived.
4075 * Group Information::           Information and help on groups and Gnus.
4076 * Group Timestamp::             Making Gnus keep track of when you last read a group.
4077 * File Commands::               Reading and writing the Gnus files.
4078 * Sieve Commands::              Managing Sieve scripts.
4079 @end menu
4080
4081 @table @kbd
4082
4083 @item ^
4084 @kindex ^ (Group)
4085 @findex gnus-group-enter-server-mode
4086 Enter the server buffer (@code{gnus-group-enter-server-mode}).
4087 @xref{Server Buffer}.
4088
4089 @item a
4090 @kindex a (Group)
4091 @findex gnus-group-post-news
4092 Start composing a message (a news by default)
4093 (@code{gnus-group-post-news}).  If given a prefix, post to the group
4094 under the point.  If the prefix is 1, prompt for a group to post to.
4095 Contrary to what the name of this function suggests, the prepared
4096 article might be a mail instead of a news, if a mail group is specified
4097 with the prefix argument.  @xref{Composing Messages}.
4098
4099 @item m
4100 @kindex m (Group)
4101 @findex gnus-group-mail
4102 Mail a message somewhere (@code{gnus-group-mail}).  If given a prefix,
4103 use the posting style of the group under the point.  If the prefix is 1,
4104 prompt for a group name to find the posting style.
4105 @xref{Composing Messages}.
4106
4107 @item i
4108 @kindex i (Group)
4109 @findex gnus-group-news
4110 Start composing a news (@code{gnus-group-news}).  If given a prefix,
4111 post to the group under the point.  If the prefix is 1, prompt
4112 for group to post to.  @xref{Composing Messages}.
4113
4114 This function actually prepares a news even when using mail groups.
4115 This is useful for ``posting'' messages to mail groups without actually
4116 sending them over the network: they're just saved directly to the group
4117 in question.  The corresponding back end must have a request-post method
4118 for this to work though.
4119
4120 @end table
4121
4122 Variables for the group buffer:
4123
4124 @table @code
4125
4126 @item gnus-group-mode-hook
4127 @vindex gnus-group-mode-hook
4128 is called after the group buffer has been
4129 created.
4130
4131 @item gnus-group-prepare-hook
4132 @vindex gnus-group-prepare-hook
4133 is called after the group buffer is
4134 generated.  It may be used to modify the buffer in some strange,
4135 unnatural way.
4136
4137 @item gnus-group-prepared-hook
4138 @vindex gnus-group-prepare-hook
4139 is called as the very last thing after the group buffer has been
4140 generated.  It may be used to move point around, for instance.
4141
4142 @item gnus-permanently-visible-groups
4143 @vindex gnus-permanently-visible-groups
4144 Groups matching this regexp will always be listed in the group buffer,
4145 whether they are empty or not.
4146
4147 @item gnus-group-name-charset-method-alist
4148 @vindex gnus-group-name-charset-method-alist
4149 An alist of method and the charset for group names.  It is used to show
4150 non-@acronym{ASCII} group names.
4151
4152 For example:
4153 @lisp
4154 (setq gnus-group-name-charset-method-alist
4155     '(((nntp "news.com.cn") . cn-gb-2312)))
4156 @end lisp
4157
4158 @item gnus-group-name-charset-group-alist
4159 @cindex UTF-8 group names
4160 @vindex gnus-group-name-charset-group-alist
4161 An alist of regexp of group name and the charset for group names.  It
4162 is used to show non-@acronym{ASCII} group names.  @code{((".*"
4163 utf-8))} is the default value if UTF-8 is supported, otherwise the
4164 default is @code{nil}.
4165
4166 For example:
4167 @lisp
4168 (setq gnus-group-name-charset-group-alist
4169     '(("\\.com\\.cn:" . cn-gb-2312)))
4170 @end lisp
4171
4172 @end table
4173
4174 @node Scanning New Messages
4175 @subsection Scanning New Messages
4176 @cindex new messages
4177 @cindex scanning new news
4178
4179 @table @kbd
4180
4181 @item g
4182 @kindex g (Group)
4183 @findex gnus-group-get-new-news
4184 @c @icon{gnus-group-get-new-news}
4185 Check the server(s) for new articles.  If the numerical prefix is used,
4186 this command will check only groups of level @var{arg} and lower
4187 (@code{gnus-group-get-new-news}).  If given a non-numerical prefix, this
4188 command will force a total re-reading of the active file(s) from the
4189 back end(s).
4190
4191 @item M-g
4192 @kindex M-g (Group)
4193 @findex gnus-group-get-new-news-this-group
4194 @vindex gnus-goto-next-group-when-activating
4195 @c @icon{gnus-group-get-new-news-this-group}
4196 Check whether new articles have arrived in the current group
4197 (@code{gnus-group-get-new-news-this-group}).
4198 @code{gnus-goto-next-group-when-activating} says whether this command is
4199 to move point to the next group or not.  It is @code{t} by default.
4200
4201 @findex gnus-activate-all-groups
4202 @cindex activating groups
4203 @item C-c M-g
4204 @kindex C-c M-g (Group)
4205 Activate absolutely all groups (@code{gnus-activate-all-groups}).
4206
4207 @item R
4208 @kindex R (Group)
4209 @cindex restarting
4210 @findex gnus-group-restart
4211 Restart Gnus (@code{gnus-group-restart}).  This saves the @file{.newsrc}
4212 file(s), closes the connection to all servers, clears up all run-time
4213 Gnus variables, and then starts Gnus all over again.
4214
4215 @end table
4216
4217 @vindex gnus-get-new-news-hook
4218 @code{gnus-get-new-news-hook} is run just before checking for new news.
4219
4220 @vindex gnus-after-getting-new-news-hook
4221 @code{gnus-after-getting-new-news-hook} is run after checking for new
4222 news.
4223
4224
4225 @node Group Information
4226 @subsection Group Information
4227 @cindex group information
4228 @cindex information on groups
4229
4230 @table @kbd
4231
4232
4233 @item H f
4234 @kindex H f (Group)
4235 @findex gnus-group-fetch-faq
4236 @vindex gnus-group-faq-directory
4237 @cindex FAQ
4238 @cindex ange-ftp
4239 Try to fetch the @acronym{FAQ} for the current group
4240 (@code{gnus-group-fetch-faq}).  Gnus will try to get the @acronym{FAQ}
4241 from @code{gnus-group-faq-directory}, which is usually a directory on
4242 a remote machine.  This variable can also be a list of directories.
4243 In that case, giving a prefix to this command will allow you to choose
4244 between the various sites.  @code{ange-ftp} (or @code{efs}) will be
4245 used for fetching the file.
4246
4247 If fetching from the first site is unsuccessful, Gnus will attempt to go
4248 through @code{gnus-group-faq-directory} and try to open them one by one.
4249
4250 @item H c
4251 @kindex H c (Group)
4252 @findex gnus-group-fetch-charter
4253 @vindex gnus-group-charter-alist
4254 @cindex charter
4255 Try to open the charter for the current group in a web browser
4256 (@code{gnus-group-fetch-charter}).  Query for a group if given a
4257 prefix argument.
4258
4259 Gnus will use @code{gnus-group-charter-alist} to find the location of
4260 the charter.  If no location is known, Gnus will fetch the control
4261 messages for the group, which in some cases includes the charter.
4262
4263 @item H C
4264 @kindex H C (Group)
4265 @findex gnus-group-fetch-control
4266 @vindex gnus-group-fetch-control-use-browse-url
4267 @cindex control message
4268 Fetch the control messages for the group from the archive at
4269 @code{ftp.isc.org} (@code{gnus-group-fetch-control}).  Query for a
4270 group if given a prefix argument.
4271
4272 If @code{gnus-group-fetch-control-use-browse-url} is non-@code{nil},
4273 Gnus will open the control messages in a browser using
4274 @code{browse-url}.  Otherwise they are fetched using @code{ange-ftp}
4275 and displayed in an ephemeral group.
4276
4277 Note that the control messages are compressed.  To use this command
4278 you need to turn on @code{auto-compression-mode} (@pxref{Compressed
4279 Files, ,Compressed Files, emacs, The Emacs Manual}).
4280
4281 @item H d
4282 @itemx C-c C-d
4283 @c @icon{gnus-group-describe-group}
4284 @kindex H d (Group)
4285 @kindex C-c C-d (Group)
4286 @cindex describing groups
4287 @cindex group description
4288 @findex gnus-group-describe-group
4289 Describe the current group (@code{gnus-group-describe-group}).  If given
4290 a prefix, force Gnus to re-read the description from the server.
4291
4292 @item M-d
4293 @kindex M-d (Group)
4294 @findex gnus-group-describe-all-groups
4295 Describe all groups (@code{gnus-group-describe-all-groups}).  If given a
4296 prefix, force Gnus to re-read the description file from the server.
4297
4298 @item H v
4299 @itemx V
4300 @kindex V (Group)
4301 @kindex H v (Group)
4302 @cindex version
4303 @findex gnus-version
4304 Display current Gnus version numbers (@code{gnus-version}).
4305
4306 @item ?
4307 @kindex ? (Group)
4308 @findex gnus-group-describe-briefly
4309 Give a very short help message (@code{gnus-group-describe-briefly}).
4310
4311 @item C-c C-i
4312 @kindex C-c C-i (Group)
4313 @cindex info
4314 @cindex manual
4315 @findex gnus-info-find-node
4316 Go to the Gnus info node (@code{gnus-info-find-node}).
4317 @end table
4318
4319
4320 @node Group Timestamp
4321 @subsection Group Timestamp
4322 @cindex timestamps
4323 @cindex group timestamps
4324
4325 It can be convenient to let Gnus keep track of when you last read a
4326 group.  To set the ball rolling, you should add
4327 @code{gnus-group-set-timestamp} to @code{gnus-select-group-hook}:
4328
4329 @lisp
4330 (add-hook 'gnus-select-group-hook 'gnus-group-set-timestamp)
4331 @end lisp
4332
4333 After doing this, each time you enter a group, it'll be recorded.
4334
4335 This information can be displayed in various ways---the easiest is to
4336 use the @samp{%d} spec in the group line format:
4337
4338 @lisp
4339 (setq gnus-group-line-format
4340       "%M\%S\%p\%P\%5y: %(%-40,40g%) %d\n")
4341 @end lisp
4342
4343 This will result in lines looking like:
4344
4345 @example
4346 *        0: mail.ding                                19961002T012943
4347          0: custom                                   19961002T012713
4348 @end example
4349
4350 As you can see, the date is displayed in compact ISO 8601 format.  This
4351 may be a bit too much, so to just display the date, you could say
4352 something like:
4353
4354 @lisp
4355 (setq gnus-group-line-format
4356       "%M\%S\%p\%P\%5y: %(%-40,40g%) %6,6~(cut 2)d\n")
4357 @end lisp
4358
4359 If you would like greater control of the time format, you can use a
4360 user-defined format spec.  Something like the following should do the
4361 trick:
4362
4363 @lisp
4364 (setq gnus-group-line-format
4365       "%M\%S\%p\%P\%5y: %(%-40,40g%) %ud\n")
4366 (defun gnus-user-format-function-d (headers)
4367   (let ((time (gnus-group-timestamp gnus-tmp-group)))
4368     (if time
4369         (format-time-string "%b %d  %H:%M" time)
4370       "")))
4371 @end lisp
4372
4373
4374 @node File Commands
4375 @subsection File Commands
4376 @cindex file commands
4377
4378 @table @kbd
4379
4380 @item r
4381 @kindex r (Group)
4382 @findex gnus-group-read-init-file
4383 @vindex gnus-init-file
4384 @cindex reading init file
4385 Re-read the init file (@code{gnus-init-file}, which defaults to
4386 @file{~/.gnus.el}) (@code{gnus-group-read-init-file}).
4387
4388 @item s
4389 @kindex s (Group)
4390 @findex gnus-group-save-newsrc
4391 @cindex saving .newsrc
4392 Save the @file{.newsrc.eld} file (and @file{.newsrc} if wanted)
4393 (@code{gnus-group-save-newsrc}).  If given a prefix, force saving the
4394 file(s) whether Gnus thinks it is necessary or not.
4395
4396 @c @item Z
4397 @c @kindex Z (Group)
4398 @c @findex gnus-group-clear-dribble
4399 @c Clear the dribble buffer (@code{gnus-group-clear-dribble}).
4400
4401 @end table
4402
4403
4404 @node Sieve Commands
4405 @subsection Sieve Commands
4406 @cindex group sieve commands
4407
4408 Sieve is a server-side mail filtering language.  In Gnus you can use
4409 the @code{sieve} group parameter (@pxref{Group Parameters}) to specify
4410 sieve rules that should apply to each group.  Gnus provides two
4411 commands to translate all these group parameters into a proper Sieve
4412 script that can be transfered to the server somehow.
4413
4414 @vindex gnus-sieve-file
4415 @vindex gnus-sieve-region-start
4416 @vindex gnus-sieve-region-end
4417 The generated Sieve script is placed in @code{gnus-sieve-file} (by
4418 default @file{~/.sieve}).  The Sieve code that Gnus generate is placed
4419 between two delimiters, @code{gnus-sieve-region-start} and
4420 @code{gnus-sieve-region-end}, so you may write additional Sieve code
4421 outside these delimiters that will not be removed the next time you
4422 regenerate the Sieve script.
4423
4424 @vindex gnus-sieve-crosspost
4425 The variable @code{gnus-sieve-crosspost} controls how the Sieve script
4426 is generated.  If it is non-@code{nil} (the default) articles is
4427 placed in all groups that have matching rules, otherwise the article
4428 is only placed in the group with the first matching rule.  For
4429 example, the group parameter @samp{(sieve address "sender"
4430 "owner-ding@@hpc.uh.edu")} will generate the following piece of Sieve
4431 code if @code{gnus-sieve-crosspost} is @code{nil}.  (When
4432 @code{gnus-sieve-crosspost} is non-@code{nil}, it looks the same
4433 except that the line containing the call to @code{stop} is removed.)
4434
4435 @example
4436 if address "sender" "owner-ding@@hpc.uh.edu" @{
4437         fileinto "INBOX.ding";
4438         stop;
4439 @}
4440 @end example
4441
4442 @xref{Top, Emacs Sieve, Top, sieve, Emacs Sieve}.
4443
4444 @table @kbd
4445
4446 @item D g
4447 @kindex D g (Group)
4448 @findex gnus-sieve-generate
4449 @vindex gnus-sieve-file
4450 @cindex generating sieve script
4451 Regenerate a Sieve script from the @code{sieve} group parameters and
4452 put you into the @code{gnus-sieve-file} without saving it.
4453
4454 @item D u
4455 @kindex D u (Group)
4456 @findex gnus-sieve-update
4457 @vindex gnus-sieve-file
4458 @cindex updating sieve script
4459 Regenerates the Gnus managed part of @code{gnus-sieve-file} using the
4460 @code{sieve} group parameters, save the file and upload it to the
4461 server using the @code{sieveshell} program.
4462
4463 @end table
4464
4465
4466 @node Summary Buffer
4467 @chapter Summary Buffer
4468 @cindex summary buffer
4469
4470 A line for each article is displayed in the summary buffer.  You can
4471 move around, read articles, post articles and reply to articles.
4472
4473 The most common way to a summary buffer is to select a group from the
4474 group buffer (@pxref{Selecting a Group}).
4475
4476 You can have as many summary buffers open as you wish.
4477
4478 @menu
4479 * Summary Buffer Format::       Deciding how the summary buffer is to look.
4480 * Summary Maneuvering::         Moving around the summary buffer.
4481 * Choosing Articles::           Reading articles.
4482 * Paging the Article::          Scrolling the current article.
4483 * Reply Followup and Post::     Posting articles.
4484 * Delayed Articles::            Send articles at a later time.
4485 * Marking Articles::            Marking articles as read, expirable, etc.
4486 * Limiting::                    You can limit the summary buffer.
4487 * Threading::                   How threads are made.
4488 * Sorting the Summary Buffer::  How articles and threads are sorted.
4489 * Asynchronous Fetching::       Gnus might be able to pre-fetch articles.
4490 * Article Caching::             You may store articles in a cache.
4491 * Persistent Articles::         Making articles expiry-resistant.
4492 * Article Backlog::             Having already read articles hang around.
4493 * Saving Articles::             Ways of customizing article saving.
4494 * Decoding Articles::           Gnus can treat series of (uu)encoded articles.
4495 * Article Treatment::           The article buffer can be mangled at will.
4496 * MIME Commands::               Doing MIMEy things with the articles.
4497 * Charsets::                    Character set issues.
4498 * Article Commands::            Doing various things with the article buffer.
4499 * Summary Sorting::             Sorting the summary buffer in various ways.
4500 * Finding the Parent::          No child support? Get the parent.
4501 * Alternative Approaches::      Reading using non-default summaries.
4502 * Tree Display::                A more visual display of threads.
4503 * Mail Group Commands::         Some commands can only be used in mail groups.
4504 * Various Summary Stuff::       What didn't fit anywhere else.
4505 * Exiting the Summary Buffer::  Returning to the Group buffer,
4506                                 or reselecting the current group.
4507 * Crosspost Handling::          How crossposted articles are dealt with.
4508 * Duplicate Suppression::       An alternative when crosspost handling fails.
4509 * Security::                    Decrypt and Verify.
4510 * Mailing List::                Mailing list minor mode.
4511 @end menu
4512
4513
4514 @node Summary Buffer Format
4515 @section Summary Buffer Format
4516 @cindex summary buffer format
4517
4518 @iftex
4519 @iflatex
4520 \gnusfigure{The Summary Buffer}{180}{
4521 \put(0,0){\epsfig{figure=ps/summary,width=7.5cm}}
4522 \put(445,0){\makebox(0,0)[br]{\epsfig{figure=ps/summary-article,width=7.5cm}}}
4523 }
4524 @end iflatex
4525 @end iftex
4526
4527 @menu
4528 * Summary Buffer Lines::        You can specify how summary lines should look.
4529 * To From Newsgroups::          How to not display your own name.
4530 * Summary Buffer Mode Line::    You can say how the mode line should look.
4531 * Summary Highlighting::        Making the summary buffer all pretty and nice.
4532 @end menu
4533
4534 @findex mail-extract-address-components
4535 @findex gnus-extract-address-components
4536 @vindex gnus-extract-address-components
4537 Gnus will use the value of the @code{gnus-extract-address-components}
4538 variable as a function for getting the name and address parts of a
4539 @code{From} header.  Two pre-defined functions exist:
4540 @code{gnus-extract-address-components}, which is the default, quite
4541 fast, and too simplistic solution; and
4542 @code{mail-extract-address-components}, which works very nicely, but is
4543 slower.  The default function will return the wrong answer in 5% of the
4544 cases.  If this is unacceptable to you, use the other function instead:
4545
4546 @lisp
4547 (setq gnus-extract-address-components
4548       'mail-extract-address-components)
4549 @end lisp
4550
4551 @vindex gnus-summary-same-subject
4552 @code{gnus-summary-same-subject} is a string indicating that the current
4553 article has the same subject as the previous.  This string will be used
4554 with those specs that require it.  The default is @code{""}.
4555
4556
4557 @node Summary Buffer Lines
4558 @subsection Summary Buffer Lines
4559
4560 @vindex gnus-summary-line-format
4561 You can change the format of the lines in the summary buffer by changing
4562 the @code{gnus-summary-line-format} variable.  It works along the same
4563 lines as a normal @code{format} string, with some extensions
4564 (@pxref{Formatting Variables}).
4565
4566 There should always be a colon or a point position marker on the line;
4567 the cursor always moves to the point position marker or the colon after
4568 performing an operation.  (Of course, Gnus wouldn't be Gnus if it wasn't
4569 possible to change this.  Just write a new function
4570 @code{gnus-goto-colon} which does whatever you like with the cursor.)
4571 @xref{Positioning Point}.
4572
4573 The default string is @samp{%U%R%z%I%(%[%4L: %-23,23f%]%) %s\n}.
4574
4575 The following format specification characters and extended format
4576 specification(s) are understood:
4577
4578 @table @samp
4579 @item N
4580 Article number.
4581 @item S
4582 Subject string.  List identifiers stripped,
4583 @code{gnus-list-identifies}.  @xref{Article Hiding}.
4584 @item s
4585 Subject if the article is the root of the thread or the previous article
4586 had a different subject, @code{gnus-summary-same-subject} otherwise.
4587 (@code{gnus-summary-same-subject} defaults to @code{""}.)
4588 @item F
4589 Full @code{From} header.
4590 @item n
4591 The name (from the @code{From} header).
4592 @item f
4593 The name, @code{To} header or the @code{Newsgroups} header (@pxref{To
4594 From Newsgroups}).
4595 @item a
4596 The name (from the @code{From} header).  This differs from the @code{n}
4597 spec in that it uses the function designated by the
4598 @code{gnus-extract-address-components} variable, which is slower, but
4599 may be more thorough.
4600 @item A
4601 The address (from the @code{From} header).  This works the same way as
4602 the @code{a} spec.
4603 @item L
4604 Number of lines in the article.
4605 @item c
4606 Number of characters in the article.  This specifier is not supported
4607 in some methods (like nnfolder).
4608 @item k
4609 Pretty-printed version of the number of characters in the article;
4610 for example, @samp{1.2k} or @samp{0.4M}.
4611 @item I
4612 Indentation based on thread level (@pxref{Customizing Threading}).
4613 @item B
4614 A complex trn-style thread tree, showing response-connecting trace
4615 lines.  A thread could be drawn like this:
4616
4617 @example
4618 >
4619 +->
4620 | +->
4621 | | \->
4622 | |   \->
4623 | \->
4624 +->
4625 \->
4626 @end example
4627
4628 You can customize the appearance with the following options.  Note
4629 that it is possible to make the thread display look really neat by
4630 replacing the default @acronym{ASCII} characters with graphic
4631 line-drawing glyphs.
4632 @table @code
4633 @item gnus-sum-thread-tree-root
4634 @vindex gnus-sum-thread-tree-root
4635 Used for the root of a thread.  If @code{nil}, use subject
4636 instead.  The default is @samp{> }.
4637
4638 @item gnus-sum-thread-tree-false-root
4639 @vindex gnus-sum-thread-tree-false-root
4640 Used for the false root of a thread (@pxref{Loose Threads}).  If
4641 @code{nil}, use subject instead.  The default is @samp{> }.
4642
4643 @item gnus-sum-thread-tree-single-indent
4644 @vindex gnus-sum-thread-tree-single-indent
4645 Used for a thread with just one message.  If @code{nil}, use subject
4646 instead.  The default is @samp{}.
4647
4648 @item gnus-sum-thread-tree-vertical
4649 @vindex gnus-sum-thread-tree-vertical
4650 Used for drawing a vertical line.  The default is @samp{| }.
4651
4652 @item gnus-sum-thread-tree-indent
4653 @vindex gnus-sum-thread-tree-indent
4654 Used for indenting.  The default is @samp{  }.
4655
4656 @item gnus-sum-thread-tree-leaf-with-other
4657 @vindex gnus-sum-thread-tree-leaf-with-other
4658 Used for a leaf with brothers.  The default is @samp{+-> }.
4659
4660 @item gnus-sum-thread-tree-single-leaf
4661 @vindex gnus-sum-thread-tree-single-leaf
4662 Used for a leaf without brothers.  The default is @samp{\-> }
4663
4664 @end table
4665
4666 @item T
4667 Nothing if the article is a root and lots of spaces if it isn't (it
4668 pushes everything after it off the screen).
4669 @item [
4670 Opening bracket, which is normally @samp{[}, but can also be @samp{<}
4671 for adopted articles (@pxref{Customizing Threading}).
4672 @item ]
4673 Closing bracket, which is normally @samp{]}, but can also be @samp{>}
4674 for adopted articles.
4675 @item >
4676 One space for each thread level.
4677 @item <
4678 Twenty minus thread level spaces.
4679 @item U
4680 Unread.  @xref{Read Articles}.
4681
4682 @item R
4683 This misleadingly named specifier is the @dfn{secondary mark}.  This
4684 mark will say whether the article has been replied to, has been cached,
4685 or has been saved.  @xref{Other Marks}.
4686
4687 @item i
4688 Score as a number (@pxref{Scoring}).
4689 @item z
4690 @vindex gnus-summary-zcore-fuzz
4691 Zcore, @samp{+} if above the default level and @samp{-} if below the
4692 default level.  If the difference between
4693 @code{gnus-summary-default-score} and the score is less than
4694 @code{gnus-summary-zcore-fuzz}, this spec will not be used.
4695 @item V
4696 Total thread score.
4697 @item x
4698 @code{Xref}.
4699 @item D
4700 @code{Date}.
4701 @item d
4702 The @code{Date} in @code{DD-MMM} format.
4703 @item o
4704 The @code{Date} in @var{YYYYMMDD}@code{T}@var{HHMMSS} format.
4705 @item M
4706 @code{Message-ID}.
4707 @item r
4708 @code{References}.
4709 @item t
4710 Number of articles in the current sub-thread.  Using this spec will slow
4711 down summary buffer generation somewhat.
4712 @item e
4713 An @samp{=} (@code{gnus-not-empty-thread-mark}) will be displayed if the
4714 article has any children.
4715 @item P
4716 The line number.
4717 @item O
4718 Download mark.
4719 @item &user-date;
4720 Age sensitive date format.  Various date format is defined in
4721 @code{gnus-user-date-format-alist}.
4722 @item u
4723 User defined specifier.  The next character in the format string should
4724 be a letter.  Gnus will call the function
4725 @code{gnus-user-format-function-@var{x}}, where @var{x} is the letter
4726 following @samp{%u}.  The function will be passed the current header as
4727 argument.  The function should return a string, which will be inserted
4728 into the summary just like information from any other summary specifier.
4729 @end table
4730
4731 Text between @samp{%(} and @samp{%)} will be highlighted with
4732 @code{gnus-mouse-face} when the mouse point is placed inside the area.
4733 There can only be one such area.
4734
4735 The @samp{%U} (status), @samp{%R} (replied) and @samp{%z} (zcore) specs
4736 have to be handled with care.  For reasons of efficiency, Gnus will
4737 compute what column these characters will end up in, and ``hard-code''
4738 that.  This means that it is invalid to have these specs after a
4739 variable-length spec.  Well, you might not be arrested, but your summary
4740 buffer will look strange, which is bad enough.
4741
4742 The smart choice is to have these specs as far to the left as possible.
4743 (Isn't that the case with everything, though?  But I digress.)
4744
4745 This restriction may disappear in later versions of Gnus.
4746
4747
4748 @node To From Newsgroups
4749 @subsection To From Newsgroups
4750 @cindex To
4751 @cindex Newsgroups
4752
4753 In some groups (particularly in archive groups), the @code{From} header
4754 isn't very interesting, since all the articles there are written by
4755 you.  To display the information in the @code{To} or @code{Newsgroups}
4756 headers instead, you need to decide three things: What information to
4757 gather; where to display it; and when to display it.
4758
4759 @enumerate
4760 @item
4761 @vindex gnus-extra-headers
4762 The reading of extra header information is controlled by the
4763 @code{gnus-extra-headers}.  This is a list of header symbols.  For
4764 instance:
4765
4766 @lisp
4767 (setq gnus-extra-headers
4768       '(To Newsgroups X-Newsreader))
4769 @end lisp
4770
4771 This will result in Gnus trying to obtain these three headers, and
4772 storing it in header structures for later easy retrieval.
4773
4774 @item
4775 @findex gnus-extra-header
4776 The value of these extra headers can be accessed via the
4777 @code{gnus-extra-header} function.  Here's a format line spec that will
4778 access the @code{X-Newsreader} header:
4779
4780 @example
4781 "%~(form (gnus-extra-header 'X-Newsreader))@@"
4782 @end example
4783
4784 @item
4785 @vindex gnus-ignored-from-addresses
4786 The @code{gnus-ignored-from-addresses} variable says when the @samp{%f}
4787 summary line spec returns the @code{To}, @code{Newsreader} or
4788 @code{From} header.  If this regexp matches the contents of the
4789 @code{From} header, the value of the @code{To} or @code{Newsreader}
4790 headers are used instead.
4791
4792 To distinguish regular articles from those where the @code{From} field
4793 has been swapped, a string is prefixed to the @code{To} or
4794 @code{Newsgroups} header in the summary line.  By default the string is
4795 @samp{-> } for @code{To} and @samp{=> } for @code{Newsgroups}, you can
4796 customize these strings with @code{gnus-summary-to-prefix} and
4797 @code{gnus-summary-newsgroup-prefix}.
4798
4799 @end enumerate
4800
4801 @vindex nnmail-extra-headers
4802 A related variable is @code{nnmail-extra-headers}, which controls when
4803 to include extra headers when generating overview (@acronym{NOV}) files.
4804 If you have old overview files, you should regenerate them after
4805 changing this variable, by entering the server buffer using @kbd{^},
4806 and then @kbd{g} on the appropriate mail server (e.g. nnml) to cause
4807 regeneration.
4808
4809 @vindex gnus-summary-line-format
4810 You also have to instruct Gnus to display the data by changing the
4811 @code{%n} spec to the @code{%f} spec in the
4812 @code{gnus-summary-line-format} variable.
4813
4814 In summary, you'd typically put something like the following in
4815 @file{~/.gnus.el}:
4816
4817 @lisp
4818 (setq gnus-extra-headers
4819       '(To Newsgroups))
4820 (setq nnmail-extra-headers gnus-extra-headers)
4821 (setq gnus-summary-line-format
4822       "%U%R%z%I%(%[%4L: %-23,23f%]%) %s\n")
4823 (setq gnus-ignored-from-addresses
4824       "Your Name Here")
4825 @end lisp
4826
4827 (The values listed above are the default values in Gnus.  Alter them
4828 to fit your needs.)
4829
4830 A note for news server administrators, or for users who wish to try to
4831 convince their news server administrator to provide some additional
4832 support:
4833
4834 The above is mostly useful for mail groups, where you have control over
4835 the @acronym{NOV} files that are created.  However, if you can persuade your
4836 nntp admin to add (in the usual implementation, notably INN):
4837
4838 @example
4839 Newsgroups:full
4840 @end example
4841
4842 to the end of her @file{overview.fmt} file, then you can use that just
4843 as you would the extra headers from the mail groups.
4844
4845
4846 @node Summary Buffer Mode Line
4847 @subsection Summary Buffer Mode Line
4848
4849 @vindex gnus-summary-mode-line-format
4850 You can also change the format of the summary mode bar (@pxref{Mode Line
4851 Formatting}).  Set @code{gnus-summary-mode-line-format} to whatever you
4852 like.  The default is @samp{Gnus: %%b [%A] %Z}.
4853
4854 Here are the elements you can play with:
4855
4856 @table @samp
4857 @item G
4858 Group name.
4859 @item p
4860 Unprefixed group name.
4861 @item A
4862 Current article number.
4863 @item z
4864 Current article score.
4865 @item V
4866 Gnus version.
4867 @item U
4868 Number of unread articles in this group.
4869 @item e
4870 Number of unread articles in this group that aren't displayed in the
4871 summary buffer.
4872 @item Z
4873 A string with the number of unread and unselected articles represented
4874 either as @samp{<%U(+%e) more>} if there are both unread and unselected
4875 articles, and just as @samp{<%U more>} if there are just unread articles
4876 and no unselected ones.
4877 @item g
4878 Shortish group name.  For instance, @samp{rec.arts.anime} will be
4879 shortened to @samp{r.a.anime}.
4880 @item S
4881 Subject of the current article.
4882 @item u
4883 User-defined spec (@pxref{User-Defined Specs}).
4884 @item s
4885 Name of the current score file (@pxref{Scoring}).
4886 @item d
4887 Number of dormant articles (@pxref{Unread Articles}).
4888 @item t
4889 Number of ticked articles (@pxref{Unread Articles}).
4890 @item r
4891 Number of articles that have been marked as read in this session.
4892 @item E
4893 Number of articles expunged by the score files.
4894 @end table
4895
4896
4897 @node Summary Highlighting
4898 @subsection Summary Highlighting
4899
4900 @table @code
4901
4902 @item gnus-visual-mark-article-hook
4903 @vindex gnus-visual-mark-article-hook
4904 This hook is run after selecting an article.  It is meant to be used for
4905 highlighting the article in some way.  It is not run if
4906 @code{gnus-visual} is @code{nil}.
4907
4908 @item gnus-summary-update-hook
4909 @vindex gnus-summary-update-hook
4910 This hook is called when a summary line is changed.  It is not run if
4911 @code{gnus-visual} is @code{nil}.
4912
4913 @item gnus-summary-selected-face
4914 @vindex gnus-summary-selected-face
4915 This is the face (or @dfn{font} as some people call it) used to
4916 highlight the current article in the summary buffer.
4917
4918 @item gnus-summary-highlight
4919 @vindex gnus-summary-highlight
4920 Summary lines are highlighted according to this variable, which is a
4921 list where the elements are of the format @code{(@var{form}
4922 . @var{face})}.  If you would, for instance, like ticked articles to be
4923 italic and high-scored articles to be bold, you could set this variable
4924 to something like
4925 @lisp
4926 (((eq mark gnus-ticked-mark) . italic)
4927  ((> score default) . bold))
4928 @end lisp
4929 As you may have guessed, if @var{form} returns a non-@code{nil} value,
4930 @var{face} will be applied to the line.
4931 @end table
4932
4933
4934 @node Summary Maneuvering
4935 @section Summary Maneuvering
4936 @cindex summary movement
4937
4938 All the straight movement commands understand the numeric prefix and
4939 behave pretty much as you'd expect.
4940
4941 None of these commands select articles.
4942
4943 @table @kbd
4944 @item G M-n
4945 @itemx M-n
4946 @kindex M-n (Summary)
4947 @kindex G M-n (Summary)
4948 @findex gnus-summary-next-unread-subject
4949 Go to the next summary line of an unread article
4950 (@code{gnus-summary-next-unread-subject}).
4951
4952 @item G M-p
4953 @itemx M-p
4954 @kindex M-p (Summary)
4955 @kindex G M-p (Summary)
4956 @findex gnus-summary-prev-unread-subject
4957 Go to the previous summary line of an unread article
4958 (@code{gnus-summary-prev-unread-subject}).
4959
4960 @item G g
4961 @kindex G g (Summary)
4962 @findex gnus-summary-goto-subject
4963 Ask for an article number and then go to the summary line of that article
4964 without displaying the article (@code{gnus-summary-goto-subject}).
4965 @end table
4966
4967 If Gnus asks you to press a key to confirm going to the next group, you
4968 can use the @kbd{C-n} and @kbd{C-p} keys to move around the group
4969 buffer, searching for the next group to read without actually returning
4970 to the group buffer.
4971
4972 Variables related to summary movement:
4973
4974 @table @code
4975
4976 @vindex gnus-auto-select-next
4977 @item gnus-auto-select-next
4978 If you issue one of the movement commands (like @kbd{n}) and there are
4979 no more unread articles after the current one, Gnus will offer to go to
4980 the next group.  If this variable is @code{t} and the next group is
4981 empty, Gnus will exit summary mode and return to the group buffer.  If
4982 this variable is neither @code{t} nor @code{nil}, Gnus will select the
4983 next group with unread articles.  As a special case, if this variable
4984 is @code{quietly}, Gnus will select the next group without asking for
4985 confirmation.  If this variable is @code{almost-quietly}, the same
4986 will happen only if you are located on the last article in the group.
4987 Finally, if this variable is @code{slightly-quietly}, the @kbd{Z n}
4988 command will go to the next group without confirmation.  Also
4989 @pxref{Group Levels}.
4990
4991 @item gnus-auto-select-same
4992 @vindex gnus-auto-select-same
4993 If non-@code{nil}, all the movement commands will try to go to the next
4994 article with the same subject as the current.  (@dfn{Same} here might
4995 mean @dfn{roughly equal}.  See @code{gnus-summary-gather-subject-limit}
4996 for details (@pxref{Customizing Threading}).)  If there are no more
4997 articles with the same subject, go to the first unread article.
4998
4999 This variable is not particularly useful if you use a threaded display.
5000
5001 @item gnus-summary-check-current
5002 @vindex gnus-summary-check-current
5003 If non-@code{nil}, all the ``unread'' movement commands will not proceed
5004 to the next (or previous) article if the current article is unread.
5005 Instead, they will choose the current article.
5006
5007 @item gnus-auto-center-summary
5008 @vindex gnus-auto-center-summary
5009 If non-@code{nil}, Gnus will keep the point in the summary buffer
5010 centered at all times.  This makes things quite tidy, but if you have a
5011 slow network connection, or simply do not like this un-Emacsism, you can
5012 set this variable to @code{nil} to get the normal Emacs scrolling
5013 action.  This will also inhibit horizontal re-centering of the summary
5014 buffer, which might make it more inconvenient to read extremely long
5015 threads.
5016
5017 This variable can also be a number.  In that case, center the window at
5018 the given number of lines from the top.
5019
5020 @end table
5021
5022
5023 @node Choosing Articles
5024 @section Choosing Articles
5025 @cindex selecting articles
5026
5027 @menu
5028 * Choosing Commands::           Commands for choosing articles.
5029 * Choosing Variables::          Variables that influence these commands.
5030 @end menu
5031
5032
5033 @node Choosing Commands
5034 @subsection Choosing Commands
5035
5036 None of the following movement commands understand the numeric prefix,
5037 and they all select and display an article.
5038
5039 If you want to fetch new articles or redisplay the group, see
5040 @ref{Exiting the Summary Buffer}.
5041
5042 @table @kbd
5043 @item SPACE
5044 @kindex SPACE (Summary)
5045 @findex gnus-summary-next-page
5046 Select the current article, or, if that one's read already, the next
5047 unread article (@code{gnus-summary-next-page}).
5048
5049 If you have an article window open already and you press @kbd{SPACE}
5050 again, the article will be scrolled.  This lets you conveniently
5051 @kbd{SPACE} through an entire newsgroup.  @xref{Paging the Article}.
5052
5053 @item G n
5054 @itemx n
5055 @kindex n (Summary)
5056 @kindex G n (Summary)
5057 @findex gnus-summary-next-unread-article
5058 @c @icon{gnus-summary-next-unread}
5059 Go to next unread article (@code{gnus-summary-next-unread-article}).
5060
5061 @item G p
5062 @itemx p
5063 @kindex p (Summary)
5064 @findex gnus-summary-prev-unread-article
5065 @c @icon{gnus-summary-prev-unread}
5066 Go to previous unread article (@code{gnus-summary-prev-unread-article}).
5067
5068 @item G N
5069 @itemx N
5070 @kindex N (Summary)
5071 @kindex G N (Summary)
5072 @findex gnus-summary-next-article
5073 Go to the next article (@code{gnus-summary-next-article}).
5074
5075 @item G P
5076 @itemx P
5077 @kindex P (Summary)
5078 @kindex G P (Summary)
5079 @findex gnus-summary-prev-article
5080 Go to the previous article (@code{gnus-summary-prev-article}).
5081
5082 @item G C-n
5083 @kindex G C-n (Summary)
5084 @findex gnus-summary-next-same-subject
5085 Go to the next article with the same subject
5086 (@code{gnus-summary-next-same-subject}).
5087
5088 @item G C-p
5089 @kindex G C-p (Summary)
5090 @findex gnus-summary-prev-same-subject
5091 Go to the previous article with the same subject
5092 (@code{gnus-summary-prev-same-subject}).
5093
5094 @item G f
5095 @itemx .
5096 @kindex G f  (Summary)
5097 @kindex .  (Summary)
5098 @findex gnus-summary-first-unread-article
5099 Go to the first unread article
5100 (@code{gnus-summary-first-unread-article}).
5101
5102 @item G b
5103 @itemx ,
5104 @kindex G b (Summary)
5105 @kindex , (Summary)
5106 @findex gnus-summary-best-unread-article
5107 Go to the unread article with the highest score
5108 (@code{gnus-summary-best-unread-article}).  If given a prefix argument,
5109 go to the first unread article that has a score over the default score.
5110
5111 @item G l
5112 @itemx l
5113 @kindex l (Summary)
5114 @kindex G l (Summary)
5115 @findex gnus-summary-goto-last-article
5116 Go to the previous article read (@code{gnus-summary-goto-last-article}).
5117
5118 @item G o
5119 @kindex G o (Summary)
5120 @findex gnus-summary-pop-article
5121 @cindex history
5122 @cindex article history
5123 Pop an article off the summary history and go to this article
5124 (@code{gnus-summary-pop-article}).  This command differs from the
5125 command above in that you can pop as many previous articles off the
5126 history as you like, while @kbd{l} toggles the two last read articles.
5127 For a somewhat related issue (if you use these commands a lot),
5128 @pxref{Article Backlog}.
5129
5130 @item G j
5131 @itemx j
5132 @kindex j (Summary)
5133 @kindex G j (Summary)
5134 @findex gnus-summary-goto-article
5135 Ask for an article number or @code{Message-ID}, and then go to that
5136 article (@code{gnus-summary-goto-article}).
5137
5138 @end table
5139
5140
5141 @node Choosing Variables
5142 @subsection Choosing Variables
5143
5144 Some variables relevant for moving and selecting articles:
5145
5146 @table @code
5147 @item gnus-auto-extend-newsgroup
5148 @vindex gnus-auto-extend-newsgroup
5149 All the movement commands will try to go to the previous (or next)
5150 article, even if that article isn't displayed in the Summary buffer if
5151 this variable is non-@code{nil}.  Gnus will then fetch the article from
5152 the server and display it in the article buffer.
5153
5154 @item gnus-select-article-hook
5155 @vindex gnus-select-article-hook
5156 This hook is called whenever an article is selected.  The default is
5157 @code{nil}.  If you would like each article to be saved in the Agent as
5158 you read it, putting @code{gnus-agent-fetch-selected-article} on this
5159 hook will do so.
5160
5161 @item gnus-mark-article-hook
5162 @vindex gnus-mark-article-hook
5163 @findex gnus-summary-mark-unread-as-read
5164 @findex gnus-summary-mark-read-and-unread-as-read
5165 @findex gnus-unread-mark
5166 This hook is called whenever an article is selected.  It is intended to
5167 be used for marking articles as read.  The default value is
5168 @code{gnus-summary-mark-read-and-unread-as-read}, and will change the
5169 mark of almost any article you read to @code{gnus-read-mark}.  The only
5170 articles not affected by this function are ticked, dormant, and
5171 expirable articles.  If you'd instead like to just have unread articles
5172 marked as read, you can use @code{gnus-summary-mark-unread-as-read}
5173 instead.  It will leave marks like @code{gnus-low-score-mark},
5174 @code{gnus-del-mark} (and so on) alone.
5175
5176 @end table
5177
5178
5179 @node Paging the Article
5180 @section Scrolling the Article
5181 @cindex article scrolling
5182
5183 @table @kbd
5184
5185 @item SPACE
5186 @kindex SPACE (Summary)
5187 @findex gnus-summary-next-page
5188 Pressing @kbd{SPACE} will scroll the current article forward one page,
5189 or, if you have come to the end of the current article, will choose the
5190 next article (@code{gnus-summary-next-page}).
5191
5192 @vindex gnus-article-boring-faces
5193 @vindex gnus-article-skip-boring
5194 If @code{gnus-article-skip-boring} is non-@code{nil} and the rest of
5195 the article consists only of citations and signature, then it will be
5196 skipped; the next article will be shown instead.  You can customize
5197 what is considered uninteresting with
5198 @code{gnus-article-boring-faces}.  You can manually view the article's
5199 pages, no matter how boring, using @kbd{C-M-v}.
5200
5201 @item DEL
5202 @kindex DEL (Summary)
5203 @findex gnus-summary-prev-page
5204 Scroll the current article back one page (@code{gnus-summary-prev-page}).
5205
5206 @item RET
5207 @kindex RET (Summary)
5208 @findex gnus-summary-scroll-up
5209 Scroll the current article one line forward
5210 (@code{gnus-summary-scroll-up}).
5211
5212 @item M-RET
5213 @kindex M-RET (Summary)
5214 @findex gnus-summary-scroll-down
5215 Scroll the current article one line backward
5216 (@code{gnus-summary-scroll-down}).
5217
5218 @item A g
5219 @itemx g
5220 @kindex A g (Summary)
5221 @kindex g (Summary)
5222 @findex gnus-summary-show-article
5223 @vindex gnus-summary-show-article-charset-alist
5224 (Re)fetch the current article (@code{gnus-summary-show-article}).  If
5225 given a prefix, fetch the current article, but don't run any of the
5226 article treatment functions.  This will give you a ``raw'' article, just
5227 the way it came from the server.
5228
5229 If given a numerical prefix, you can do semi-manual charset stuff.
5230 @kbd{C-u 0 g cn-gb-2312 RET} will decode the message as if it were
5231 encoded in the @code{cn-gb-2312} charset.  If you have
5232
5233 @lisp
5234 (setq gnus-summary-show-article-charset-alist
5235       '((1 . cn-gb-2312)
5236         (2 . big5)))
5237 @end lisp
5238
5239 then you can say @kbd{C-u 1 g} to get the same effect.
5240
5241 @item A <
5242 @itemx <
5243 @kindex < (Summary)
5244 @kindex A < (Summary)
5245 @findex gnus-summary-beginning-of-article
5246 Scroll to the beginning of the article
5247 (@code{gnus-summary-beginning-of-article}).
5248
5249 @item A >
5250 @itemx >
5251 @kindex > (Summary)
5252 @kindex A > (Summary)
5253 @findex gnus-summary-end-of-article
5254 Scroll to the end of the article (@code{gnus-summary-end-of-article}).
5255
5256 @item A s
5257 @itemx s
5258 @kindex A s (Summary)
5259 @kindex s (Summary)
5260 @findex gnus-summary-isearch-article
5261 Perform an isearch in the article buffer
5262 (@code{gnus-summary-isearch-article}).
5263
5264 @item h
5265 @kindex h (Summary)
5266 @findex gnus-summary-select-article-buffer
5267 Select the article buffer (@code{gnus-summary-select-article-buffer}).
5268
5269 @end table
5270
5271
5272 @node Reply Followup and Post
5273 @section Reply, Followup and Post
5274
5275 @menu
5276 * Summary Mail Commands::       Sending mail.
5277 * Summary Post Commands::       Sending news.
5278 * Summary Message Commands::    Other Message-related commands.
5279 * Canceling and Superseding::
5280 @end menu
5281
5282
5283 @node Summary Mail Commands
5284 @subsection Summary Mail Commands
5285 @cindex mail
5286 @cindex composing mail
5287
5288 Commands for composing a mail message:
5289
5290 @table @kbd
5291
5292 @item S r
5293 @itemx r
5294 @kindex S r (Summary)
5295 @kindex r (Summary)
5296 @findex gnus-summary-reply
5297 @c @icon{gnus-summary-mail-reply}
5298 @c @icon{gnus-summary-reply}
5299 Mail a reply to the author of the current article
5300 (@code{gnus-summary-reply}).
5301
5302 @item S R
5303 @itemx R
5304 @kindex R (Summary)
5305 @kindex S R (Summary)
5306 @findex gnus-summary-reply-with-original
5307 @c @icon{gnus-summary-reply-with-original}
5308 Mail a reply to the author of the current article and include the
5309 original message (@code{gnus-summary-reply-with-original}).  This
5310 command uses the process/prefix convention.
5311
5312 @item S w
5313 @kindex S w (Summary)
5314 @findex gnus-summary-wide-reply
5315 Mail a wide reply to the author of the current article
5316 (@code{gnus-summary-wide-reply}).  A @dfn{wide reply} is a reply that
5317 goes out to all people listed in the @code{To}, @code{From} (or
5318 @code{Reply-to}) and @code{Cc} headers.  If @code{Mail-Followup-To} is
5319 present, that's used instead.
5320
5321 @item S W
5322 @kindex S W (Summary)
5323 @findex gnus-summary-wide-reply-with-original
5324 Mail a wide reply to the current article and include the original
5325 message (@code{gnus-summary-wide-reply-with-original}).  This command uses
5326 the process/prefix convention.
5327
5328 @item S v
5329 @kindex S v (Summary)
5330 @findex gnus-summary-very-wide-reply
5331 Mail a very wide reply to the author of the current article
5332 (@code{gnus-summary-wide-reply}).  A @dfn{very wide reply} is a reply
5333 that goes out to all people listed in the @code{To}, @code{From} (or
5334 @code{Reply-to}) and @code{Cc} headers in all the process/prefixed
5335 articles.  This command uses the process/prefix convention.
5336
5337 @item S V
5338 @kindex S V (Summary)
5339 @findex gnus-summary-very-wide-reply-with-original
5340 Mail a very wide reply to the author of the current article and include the
5341 original message (@code{gnus-summary-very-wide-reply-with-original}).  This
5342 command uses the process/prefix convention.
5343
5344 @item S B r
5345 @kindex S B r (Summary)
5346 @findex gnus-summary-reply-broken-reply-to
5347 Mail a reply to the author of the current article but ignore the
5348 @code{Reply-To} field (@code{gnus-summary-reply-broken-reply-to}).
5349 If you need this because a mailing list incorrectly sets a
5350 @code{Reply-To} header pointing to the list, you probably want to set
5351 the @code{broken-reply-to} group parameter instead, so things will work
5352 correctly.  @xref{Group Parameters}.
5353
5354 @item S B R
5355 @kindex S B R (Summary)
5356 @findex gnus-summary-reply-broken-reply-to-with-original
5357 Mail a reply to the author of the current article and include the
5358 original message but ignore the @code{Reply-To} field
5359 (@code{gnus-summary-reply-broken-reply-to-with-original}).
5360
5361 @item S o m
5362 @itemx C-c C-f
5363 @kindex S o m (Summary)
5364 @kindex C-c C-f (Summary)
5365 @findex gnus-summary-mail-forward
5366 @c @icon{gnus-summary-mail-forward}
5367 Forward the current article to some other person
5368 (@code{gnus-summary-mail-forward}).  If no prefix is given, the message
5369 is forwarded according to the value of (@code{message-forward-as-mime})
5370 and (@code{message-forward-show-mml}); if the prefix is 1, decode the
5371 message and forward directly inline; if the prefix is 2, forward message
5372 as an rfc822 @acronym{MIME} section; if the prefix is 3, decode message and
5373 forward as an rfc822 @acronym{MIME} section; if the prefix is 4, forward message
5374 directly inline; otherwise, the message is forwarded as no prefix given
5375 but use the flipped value of (@code{message-forward-as-mime}).  By
5376 default, the message is decoded and forwarded as an rfc822 @acronym{MIME}
5377 section.
5378
5379 @item S m
5380 @itemx m
5381 @kindex m (Summary)
5382 @kindex S m (Summary)
5383 @findex gnus-summary-mail-other-window
5384 @c @icon{gnus-summary-mail-originate}
5385 Prepare a mail (@code{gnus-summary-mail-other-window}).  By default, use
5386 the posting style of the current group.  If given a prefix, disable that.
5387 If the prefix is 1, prompt for a group name to find the posting style.
5388
5389 @item S i
5390 @itemx i
5391 @kindex i (Summary)
5392 @kindex S i (Summary)
5393 @findex gnus-summary-news-other-window
5394 Prepare a news (@code{gnus-summary-news-other-window}).  By default,
5395 post to the current group.  If given a prefix, disable that.  If the
5396 prefix is 1, prompt for a group to post to.
5397
5398 This function actually prepares a news even when using mail groups.
5399 This is useful for ``posting'' messages to mail groups without actually
5400 sending them over the network: they're just saved directly to the group
5401 in question.  The corresponding back end must have a request-post method
5402 for this to work though.
5403
5404 @item S D b
5405 @kindex S D b (Summary)
5406 @findex gnus-summary-resend-bounced-mail
5407 @cindex bouncing mail
5408 If you have sent a mail, but the mail was bounced back to you for some
5409 reason (wrong address, transient failure), you can use this command to
5410 resend that bounced mail (@code{gnus-summary-resend-bounced-mail}).  You
5411 will be popped into a mail buffer where you can edit the headers before
5412 sending the mail off again.  If you give a prefix to this command, and
5413 the bounced mail is a reply to some other mail, Gnus will try to fetch
5414 that mail and display it for easy perusal of its headers.  This might
5415 very well fail, though.
5416
5417 @item S D r
5418 @kindex S D r (Summary)
5419 @findex gnus-summary-resend-message
5420 Not to be confused with the previous command,
5421 @code{gnus-summary-resend-message} will prompt you for an address to
5422 send the current message off to, and then send it to that place.  The
5423 headers of the message won't be altered---but lots of headers that say
5424 @code{Resent-To}, @code{Resent-From} and so on will be added.  This
5425 means that you actually send a mail to someone that has a @code{To}
5426 header that (probably) points to yourself.  This will confuse people.
5427 So, natcherly you'll only do that if you're really eVIl.
5428
5429 This command is mainly used if you have several accounts and want to
5430 ship a mail to a different account of yours.  (If you're both
5431 @code{root} and @code{postmaster} and get a mail for @code{postmaster}
5432 to the @code{root} account, you may want to resend it to
5433 @code{postmaster}.  Ordnung muss sein!
5434
5435 This command understands the process/prefix convention
5436 (@pxref{Process/Prefix}).
5437
5438 @item S D e
5439 @kindex S D e (Summary)
5440 @findex gnus-summary-resend-message-edit
5441
5442 Like the previous command, but will allow you to edit the message as
5443 if it were a new message before resending.
5444
5445 @item S O m
5446 @kindex S O m (Summary)
5447 @findex gnus-uu-digest-mail-forward
5448 Digest the current series (@pxref{Decoding Articles}) and forward the
5449 result using mail (@code{gnus-uu-digest-mail-forward}).  This command
5450 uses the process/prefix convention (@pxref{Process/Prefix}).
5451
5452 @item S M-c
5453 @kindex S M-c (Summary)
5454 @findex gnus-summary-mail-crosspost-complaint
5455 @cindex crossposting
5456 @cindex excessive crossposting
5457 Send a complaint about excessive crossposting to the author of the
5458 current article (@code{gnus-summary-mail-crosspost-complaint}).
5459
5460 @findex gnus-crosspost-complaint
5461 This command is provided as a way to fight back against the current
5462 crossposting pandemic that's sweeping Usenet.  It will compose a reply
5463 using the @code{gnus-crosspost-complaint} variable as a preamble.  This
5464 command understands the process/prefix convention
5465 (@pxref{Process/Prefix}) and will prompt you before sending each mail.
5466
5467 @end table
5468
5469 Also @xref{Header Commands, ,Header Commands, message, The Message
5470 Manual}, for more information.
5471
5472
5473 @node Summary Post Commands
5474 @subsection Summary Post Commands
5475 @cindex post
5476 @cindex composing news
5477
5478 Commands for posting a news article:
5479
5480 @table @kbd
5481 @item S p
5482 @itemx a
5483 @kindex a (Summary)
5484 @kindex S p (Summary)
5485 @findex gnus-summary-post-news
5486 @c @icon{gnus-summary-post-news}
5487 Prepare for posting an article (@code{gnus-summary-post-news}).  By
5488 default, post to the current group.  If given a prefix, disable that.
5489 If the prefix is 1, prompt for another group instead.
5490
5491 @item S f
5492 @itemx f
5493 @kindex f (Summary)
5494 @kindex S f (Summary)
5495 @findex gnus-summary-followup
5496 @c @icon{gnus-summary-followup}
5497 Post a followup to the current article (@code{gnus-summary-followup}).
5498
5499 @item S F
5500 @itemx F
5501 @kindex S F (Summary)
5502 @kindex F (Summary)
5503 @c @icon{gnus-summary-followup-with-original}
5504 @findex gnus-summary-followup-with-original
5505 Post a followup to the current article and include the original message
5506 (@code{gnus-summary-followup-with-original}).  This command uses the
5507 process/prefix convention.
5508
5509 @item S n
5510 @kindex S n (Summary)
5511 @findex gnus-summary-followup-to-mail
5512 Post a followup to the current article via news, even if you got the
5513 message through mail (@code{gnus-summary-followup-to-mail}).
5514
5515 @item S N
5516 @kindex S N (Summary)
5517 @findex gnus-summary-followup-to-mail-with-original
5518 Post a followup to the current article via news, even if you got the
5519 message through mail and include the original message
5520 (@code{gnus-summary-followup-to-mail-with-original}).  This command uses
5521 the process/prefix convention.
5522
5523 @item S o p
5524 @kindex S o p (Summary)
5525 @findex gnus-summary-post-forward
5526 Forward the current article to a newsgroup
5527 (@code{gnus-summary-post-forward}).
5528  If no prefix is given, the message is forwarded according to the value
5529 of (@code{message-forward-as-mime}) and
5530 (@code{message-forward-show-mml}); if the prefix is 1, decode the
5531 message and forward directly inline; if the prefix is 2, forward message
5532 as an rfc822 @acronym{MIME} section; if the prefix is 3, decode message and
5533 forward as an rfc822 @acronym{MIME} section; if the prefix is 4, forward message
5534 directly inline; otherwise, the message is forwarded as no prefix given
5535 but use the flipped value of (@code{message-forward-as-mime}).  By
5536 default, the message is decoded and forwarded as an rfc822 @acronym{MIME} section.
5537
5538 @item S O p
5539 @kindex S O p (Summary)
5540 @findex gnus-uu-digest-post-forward
5541 @cindex digests
5542 @cindex making digests
5543 Digest the current series and forward the result to a newsgroup
5544 (@code{gnus-uu-digest-mail-forward}).  This command uses the
5545 process/prefix convention.
5546
5547 @item S u
5548 @kindex S u (Summary)
5549 @findex gnus-uu-post-news
5550 @c @icon{gnus-uu-post-news}
5551 Uuencode a file, split it into parts, and post it as a series
5552 (@code{gnus-uu-post-news}).  (@pxref{Uuencoding and Posting}).
5553 @end table
5554
5555 Also @xref{Header Commands, ,Header Commands, message, The Message
5556 Manual}, for more information.
5557
5558
5559 @node Summary Message Commands
5560 @subsection Summary Message Commands
5561
5562 @table @kbd
5563 @item S y
5564 @kindex S y (Summary)
5565 @findex gnus-summary-yank-message
5566 Yank the current article into an already existing Message composition
5567 buffer (@code{gnus-summary-yank-message}).  This command prompts for
5568 what message buffer you want to yank into, and understands the
5569 process/prefix convention (@pxref{Process/Prefix}).
5570
5571 @end table
5572
5573
5574 @node Canceling and Superseding
5575 @subsection Canceling Articles
5576 @cindex canceling articles
5577 @cindex superseding articles
5578
5579 Have you ever written something, and then decided that you really,
5580 really, really wish you hadn't posted that?
5581
5582 Well, you can't cancel mail, but you can cancel posts.
5583
5584 @findex gnus-summary-cancel-article
5585 @kindex C (Summary)
5586 @c @icon{gnus-summary-cancel-article}
5587 Find the article you wish to cancel (you can only cancel your own
5588 articles, so don't try any funny stuff).  Then press @kbd{C} or @kbd{S
5589 c} (@code{gnus-summary-cancel-article}).  Your article will be
5590 canceled---machines all over the world will be deleting your article.
5591 This command uses the process/prefix convention (@pxref{Process/Prefix}).
5592
5593 Be aware, however, that not all sites honor cancels, so your article may
5594 live on here and there, while most sites will delete the article in
5595 question.
5596
5597 Gnus will use the ``current'' select method when canceling.  If you
5598 want to use the standard posting method, use the @samp{a} symbolic
5599 prefix (@pxref{Symbolic Prefixes}).
5600
5601 Gnus ensures that only you can cancel your own messages using a
5602 @code{Cancel-Lock} header (@pxref{Canceling News, Canceling News, ,
5603 message, Message Manual}).
5604
5605 If you discover that you have made some mistakes and want to do some
5606 corrections, you can post a @dfn{superseding} article that will replace
5607 your original article.
5608
5609 @findex gnus-summary-supersede-article
5610 @kindex S (Summary)
5611 Go to the original article and press @kbd{S s}
5612 (@code{gnus-summary-supersede-article}).  You will be put in a buffer
5613 where you can edit the article all you want before sending it off the
5614 usual way.
5615
5616 The same goes for superseding as for canceling, only more so: Some
5617 sites do not honor superseding.  On those sites, it will appear that you
5618 have posted almost the same article twice.
5619
5620 If you have just posted the article, and change your mind right away,
5621 there is a trick you can use to cancel/supersede the article without
5622 waiting for the article to appear on your site first.  You simply return
5623 to the post buffer (which is called @code{*sent ...*}).  There you will
5624 find the article you just posted, with all the headers intact.  Change
5625 the @code{Message-ID} header to a @code{Cancel} or @code{Supersedes}
5626 header by substituting one of those words for the word
5627 @code{Message-ID}.  Then just press @kbd{C-c C-c} to send the article as
5628 you would do normally.  The previous article will be
5629 canceled/superseded.
5630
5631 Just remember, kids: There is no 'c' in 'supersede'.
5632
5633 @node Delayed Articles
5634 @section Delayed Articles
5635 @cindex delayed sending
5636 @cindex send delayed
5637
5638 Sometimes, you might wish to delay the sending of a message.  For
5639 example, you might wish to arrange for a message to turn up just in time
5640 to remind your about the birthday of your Significant Other.  For this,
5641 there is the @code{gnus-delay} package.  Setup is simple:
5642
5643 @lisp
5644 (gnus-delay-initialize)
5645 @end lisp
5646
5647 @findex gnus-delay-article
5648 Normally, to send a message you use the @kbd{C-c C-c} command from
5649 Message mode.  To delay a message, use @kbd{C-c C-j}
5650 (@code{gnus-delay-article}) instead.  This will ask you for how long the
5651 message should be delayed.  Possible answers are:
5652
5653 @itemize @bullet
5654 @item
5655 A time span.  Consists of an integer and a letter.  For example,
5656 @code{42d} means to delay for 42 days.  Available letters are @code{m}
5657 (minutes), @code{h} (hours), @code{d} (days), @code{w} (weeks), @code{M}
5658 (months) and @code{Y} (years).
5659
5660 @item
5661 A specific date.  Looks like @code{YYYY-MM-DD}.  The message will be
5662 delayed until that day, at a specific time (eight o'clock by default).
5663 See also @code{gnus-delay-default-hour}.
5664
5665 @item
5666 A specific time of day.  Given in @code{hh:mm} format, 24h, no am/pm
5667 stuff.  The deadline will be at that time today, except if that time has
5668 already passed, then it's at the given time tomorrow.  So if it's ten
5669 o'clock in the morning and you specify @code{11:15}, then the deadline
5670 is one hour and fifteen minutes hence.  But if you specify @code{9:20},
5671 that means a time tomorrow.
5672 @end itemize
5673
5674 The action of the @code{gnus-delay-article} command is influenced by a
5675 couple of variables:
5676
5677 @table @code
5678 @item gnus-delay-default-hour
5679 @vindex gnus-delay-default-hour
5680 When you specify a specific date, the message will be due on that hour
5681 on the given date.  Possible values are integers 0 through 23.
5682
5683 @item gnus-delay-default-delay
5684 @vindex gnus-delay-default-delay
5685 This is a string and gives the default delay.  It can be of any of the
5686 formats described above.
5687
5688 @item gnus-delay-group
5689 @vindex gnus-delay-group
5690 Delayed articles will be kept in this group on the drafts server until
5691 they are due.  You probably don't need to change this.  The default
5692 value is @code{"delayed"}.
5693
5694 @item gnus-delay-header
5695 @vindex gnus-delay-header
5696 The deadline for each article will be stored in a header.  This variable
5697 is a string and gives the header name.  You probably don't need to
5698 change this.  The default value is @code{"X-Gnus-Delayed"}.
5699 @end table
5700
5701 The way delaying works is like this: when you use the
5702 @code{gnus-delay-article} command, you give a certain delay.  Gnus
5703 calculates the deadline of the message and stores it in the
5704 @code{X-Gnus-Delayed} header and puts the message in the
5705 @code{nndraft:delayed} group.
5706
5707 @findex gnus-delay-send-queue
5708 And whenever you get new news, Gnus looks through the group for articles
5709 which are due and sends them.  It uses the @code{gnus-delay-send-queue}
5710 function for this.  By default, this function is added to the hook
5711 @code{gnus-get-new-news-hook}.  But of course, you can change this.
5712 Maybe you want to use the demon to send drafts?  Just tell the demon to
5713 execute the @code{gnus-delay-send-queue} function.
5714
5715 @table @code
5716 @item gnus-delay-initialize
5717 @findex gnus-delay-initialize
5718 By default, this function installs @code{gnus-delay-send-queue} in
5719 @code{gnus-get-new-news-hook}.  But it accepts the optional second
5720 argument @code{no-check}.  If it is non-@code{nil},
5721 @code{gnus-get-new-news-hook} is not changed.  The optional first
5722 argument is ignored.
5723
5724 For example, @code{(gnus-delay-initialize nil t)} means to do nothing.
5725 Presumably, you want to use the demon for sending due delayed articles.
5726 Just don't forget to set that up :-)
5727 @end table
5728
5729
5730 @node Marking Articles
5731 @section Marking Articles
5732 @cindex article marking
5733 @cindex article ticking
5734 @cindex marks
5735
5736 There are several marks you can set on an article.
5737
5738 You have marks that decide the @dfn{readedness} (whoo, neato-keano
5739 neologism ohoy!) of the article.  Alphabetic marks generally mean
5740 @dfn{read}, while non-alphabetic characters generally mean @dfn{unread}.
5741
5742 In addition, you also have marks that do not affect readedness.
5743
5744 @ifinfo
5745 There's a plethora of commands for manipulating these marks.
5746 @end ifinfo
5747
5748 @menu
5749 * Unread Articles::             Marks for unread articles.
5750 * Read Articles::               Marks for read articles.
5751 * Other Marks::                 Marks that do not affect readedness.
5752 * Setting Marks::               How to set and remove marks.
5753 * Generic Marking Commands::    How to customize the marking.
5754 * Setting Process Marks::       How to mark articles for later processing.
5755 @end menu
5756
5757
5758 @node Unread Articles
5759 @subsection Unread Articles
5760
5761 The following marks mark articles as (kinda) unread, in one form or
5762 other.
5763
5764 @table @samp
5765 @item !
5766 @vindex gnus-ticked-mark
5767 Marked as ticked (@code{gnus-ticked-mark}).
5768
5769 @dfn{Ticked articles} are articles that will remain visible always.  If
5770 you see an article that you find interesting, or you want to put off
5771 reading it, or replying to it, until sometime later, you'd typically
5772 tick it.  However, articles can be expired (from news servers by the
5773 news server software, Gnus itself never expires ticked messages), so if
5774 you want to keep an article forever, you'll have to make it persistent
5775 (@pxref{Persistent Articles}).
5776
5777 @item ?
5778 @vindex gnus-dormant-mark
5779 Marked as dormant (@code{gnus-dormant-mark}).
5780
5781 @dfn{Dormant articles} will only appear in the summary buffer if there
5782 are followups to it.  If you want to see them even if they don't have
5783 followups, you can use the @kbd{/ D} command (@pxref{Limiting}).
5784 Otherwise (except for the visibility issue), they are just like ticked
5785 messages.
5786
5787 @item SPACE
5788 @vindex gnus-unread-mark
5789 Marked as unread (@code{gnus-unread-mark}).
5790
5791 @dfn{Unread articles} are articles that haven't been read at all yet.
5792 @end table
5793
5794
5795 @node Read Articles
5796 @subsection Read Articles
5797 @cindex expirable mark
5798
5799 All the following marks mark articles as read.
5800
5801 @table @samp
5802
5803 @item r
5804 @vindex gnus-del-mark
5805 These are articles that the user has marked as read with the @kbd{d}
5806 command manually, more or less (@code{gnus-del-mark}).
5807
5808 @item R
5809 @vindex gnus-read-mark
5810 Articles that have actually been read (@code{gnus-read-mark}).
5811
5812 @item O
5813 @vindex gnus-ancient-mark
5814 Articles that were marked as read in previous sessions and are now
5815 @dfn{old} (@code{gnus-ancient-mark}).
5816
5817 @item K
5818 @vindex gnus-killed-mark
5819 Marked as killed (@code{gnus-killed-mark}).
5820
5821 @item X
5822 @vindex gnus-kill-file-mark
5823 Marked as killed by kill files (@code{gnus-kill-file-mark}).
5824
5825 @item Y
5826 @vindex gnus-low-score-mark
5827 Marked as read by having too low a score (@code{gnus-low-score-mark}).
5828
5829 @item C
5830 @vindex gnus-catchup-mark
5831 Marked as read by a catchup (@code{gnus-catchup-mark}).
5832
5833 @item G
5834 @vindex gnus-canceled-mark
5835 Canceled article (@code{gnus-canceled-mark})
5836
5837 @item F
5838 @vindex gnus-souped-mark
5839 @sc{soup}ed article (@code{gnus-souped-mark}).  @xref{SOUP}.
5840
5841 @item Q
5842 @vindex gnus-sparse-mark
5843 Sparsely reffed article (@code{gnus-sparse-mark}).  @xref{Customizing
5844 Threading}.
5845
5846 @item M
5847 @vindex gnus-duplicate-mark
5848 Article marked as read by duplicate suppression
5849 (@code{gnus-duplicate-mark}).  @xref{Duplicate Suppression}.
5850
5851 @end table
5852
5853 All these marks just mean that the article is marked as read, really.
5854 They are interpreted differently when doing adaptive scoring, though.
5855
5856 One more special mark, though:
5857
5858 @table @samp
5859 @item E
5860 @vindex gnus-expirable-mark
5861 Marked as expirable (@code{gnus-expirable-mark}).
5862
5863 Marking articles as @dfn{expirable} (or have them marked as such
5864 automatically) doesn't make much sense in normal groups---a user doesn't
5865 control expiring of news articles, but in mail groups, for instance,
5866 articles marked as @dfn{expirable} can be deleted by Gnus at
5867 any time.
5868 @end table
5869
5870
5871 @node Other Marks
5872 @subsection Other Marks
5873 @cindex process mark
5874 @cindex bookmarks
5875
5876 There are some marks that have nothing to do with whether the article is
5877 read or not.
5878
5879 @itemize @bullet
5880
5881 @item
5882 You can set a bookmark in the current article.  Say you are reading a
5883 long thesis on cats' urinary tracts, and have to go home for dinner
5884 before you've finished reading the thesis.  You can then set a bookmark
5885 in the article, and Gnus will jump to this bookmark the next time it
5886 encounters the article.  @xref{Setting Marks}.
5887
5888 @item
5889 @vindex gnus-replied-mark
5890 All articles that you have replied to or made a followup to (i.e., have
5891 answered) will be marked with an @samp{A} in the second column
5892 (@code{gnus-replied-mark}).
5893
5894 @item
5895 @vindex gnus-forwarded-mark
5896 All articles that you have forwarded will be marked with an @samp{F} in
5897 the second column (@code{gnus-forwarded-mark}).
5898
5899 @item
5900 @vindex gnus-cached-mark
5901 Articles stored in the article cache will be marked with an @samp{*} in
5902 the second column (@code{gnus-cached-mark}).  @xref{Article Caching}.
5903
5904 @item
5905 @vindex gnus-saved-mark
5906 Articles ``saved'' (in some manner or other; not necessarily
5907 religiously) are marked with an @samp{S} in the second column
5908 (@code{gnus-saved-mark}).
5909
5910 @item
5911 @vindex gnus-recent-mark
5912 Articles that according to the server haven't been shown to the user
5913 before are marked with a @samp{N} in the second column
5914 (@code{gnus-recent-mark}).  Note that not all servers support this
5915 mark, in which case it simply never appears.  Compare with
5916 @code{gnus-unseen-mark}.
5917
5918 @item
5919 @vindex gnus-unseen-mark
5920 Articles that haven't been seen before in Gnus by the user are marked
5921 with a @samp{.} in the second column (@code{gnus-unseen-mark}).
5922 Compare with @code{gnus-recent-mark}.
5923
5924 @item
5925 @vindex gnus-downloaded-mark
5926 When using the Gnus agent (@pxref{Agent Basics}), articles may be
5927 downloaded for unplugged (offline) viewing.  If you are using the
5928 @samp{%O} spec, these articles get the @samp{+} mark in that spec.
5929 (The variable @code{gnus-downloaded-mark} controls which character to
5930 use.)
5931
5932 @item
5933 @vindex gnus-undownloaded-mark
5934 When using the Gnus agent (@pxref{Agent Basics}), some articles might
5935 not have been downloaded.  Such articles cannot be viewed while you
5936 are unplugged (offline).  If you are using the @samp{%O} spec, these
5937 articles get the @samp{-} mark in that spec.  (The variable
5938 @code{gnus-undownloaded-mark} controls which character to use.)
5939
5940 @item
5941 @vindex gnus-downloadable-mark
5942 The Gnus agent (@pxref{Agent Basics}) downloads some articles
5943 automatically, but it is also possible to explicitly mark articles for
5944 download, even if they would not be downloaded automatically.  Such
5945 explicitly-marked articles get the @samp{%} mark in the first column.
5946 (The variable @code{gnus-downloadable-mark} controls which character to
5947 use.)
5948
5949 @item
5950 @vindex gnus-not-empty-thread-mark
5951 @vindex gnus-empty-thread-mark
5952 If the @samp{%e} spec is used, the presence of threads or not will be
5953 marked with @code{gnus-not-empty-thread-mark} and
5954 @code{gnus-empty-thread-mark} in the third column, respectively.
5955
5956 @item
5957 @vindex gnus-process-mark
5958 Finally we have the @dfn{process mark} (@code{gnus-process-mark}).  A
5959 variety of commands react to the presence of the process mark.  For
5960 instance, @kbd{X u} (@code{gnus-uu-decode-uu}) will uudecode and view
5961 all articles that have been marked with the process mark.  Articles
5962 marked with the process mark have a @samp{#} in the second column.
5963
5964 @end itemize
5965
5966 You might have noticed that most of these ``non-readedness'' marks
5967 appear in the second column by default.  So if you have a cached, saved,
5968 replied article that you have process-marked, what will that look like?
5969
5970 Nothing much.  The precedence rules go as follows: process -> cache ->
5971 replied -> saved.  So if the article is in the cache and is replied,
5972 you'll only see the cache mark and not the replied mark.
5973
5974
5975 @node Setting Marks
5976 @subsection Setting Marks
5977 @cindex setting marks
5978
5979 All the marking commands understand the numeric prefix.
5980
5981 @table @kbd
5982 @item M c
5983 @itemx M-u
5984 @kindex M c (Summary)
5985 @kindex M-u (Summary)
5986 @findex gnus-summary-clear-mark-forward
5987 @cindex mark as unread
5988 Clear all readedness-marks from the current article
5989 (@code{gnus-summary-clear-mark-forward}).  In other words, mark the
5990 article as unread.
5991
5992 @item M t
5993 @itemx !
5994 @kindex ! (Summary)
5995 @kindex M t (Summary)
5996 @findex gnus-summary-tick-article-forward
5997 Tick the current article (@code{gnus-summary-tick-article-forward}).
5998 @xref{Article Caching}.
5999
6000 @item M ?
6001 @itemx ?
6002 @kindex ? (Summary)
6003 @kindex M ? (Summary)
6004 @findex gnus-summary-mark-as-dormant
6005 Mark the current article as dormant
6006 (@code{gnus-summary-mark-as-dormant}).  @xref{Article Caching}.
6007
6008 @item M d
6009 @itemx d
6010 @kindex M d (Summary)
6011 @kindex d (Summary)
6012 @findex gnus-summary-mark-as-read-forward
6013 Mark the current article as read
6014 (@code{gnus-summary-mark-as-read-forward}).
6015
6016 @item D
6017 @kindex D (Summary)
6018 @findex gnus-summary-mark-as-read-backward
6019 Mark the current article as read and move point to the previous line
6020 (@code{gnus-summary-mark-as-read-backward}).
6021
6022 @item M k
6023 @itemx k
6024 @kindex k (Summary)
6025 @kindex M k (Summary)
6026 @findex gnus-summary-kill-same-subject-and-select
6027 Mark all articles that have the same subject as the current one as read,
6028 and then select the next unread article
6029 (@code{gnus-summary-kill-same-subject-and-select}).
6030
6031 @item M K
6032 @itemx C-k
6033 @kindex M K (Summary)
6034 @kindex C-k (Summary)
6035 @findex gnus-summary-kill-same-subject
6036 Mark all articles that have the same subject as the current one as read
6037 (@code{gnus-summary-kill-same-subject}).
6038
6039 @item M C
6040 @kindex M C (Summary)
6041 @findex gnus-summary-catchup
6042 @c @icon{gnus-summary-catchup}
6043 Mark all unread articles as read (@code{gnus-summary-catchup}).
6044
6045 @item M C-c
6046 @kindex M C-c (Summary)
6047 @findex gnus-summary-catchup-all
6048 Mark all articles in the group as read---even the ticked and dormant
6049 articles (@code{gnus-summary-catchup-all}).
6050
6051 @item M H
6052 @kindex M H (Summary)
6053 @findex gnus-summary-catchup-to-here
6054 Catchup the current group to point (before the point)
6055 (@code{gnus-summary-catchup-to-here}).
6056
6057 @item M h
6058 @kindex M h (Summary)
6059 @findex gnus-summary-catchup-from-here
6060 Catchup the current group from point (after the point)
6061 (@code{gnus-summary-catchup-from-here}).
6062
6063 @item C-w
6064 @kindex C-w (Summary)
6065 @findex gnus-summary-mark-region-as-read
6066 Mark all articles between point and mark as read
6067 (@code{gnus-summary-mark-region-as-read}).
6068
6069 @item M V k
6070 @kindex M V k (Summary)
6071 @findex gnus-summary-kill-below
6072 Kill all articles with scores below the default score (or below the
6073 numeric prefix) (@code{gnus-summary-kill-below}).
6074
6075 @item M e
6076 @itemx E
6077 @kindex M e (Summary)
6078 @kindex E (Summary)
6079 @findex gnus-summary-mark-as-expirable
6080 Mark the current article as expirable
6081 (@code{gnus-summary-mark-as-expirable}).
6082
6083 @item M b
6084 @kindex M b (Summary)
6085 @findex gnus-summary-set-bookmark
6086 Set a bookmark in the current article
6087 (@code{gnus-summary-set-bookmark}).
6088
6089 @item M B
6090 @kindex M B (Summary)
6091 @findex gnus-summary-remove-bookmark
6092 Remove the bookmark from the current article
6093 (@code{gnus-summary-remove-bookmark}).
6094
6095 @item M V c
6096 @kindex M V c (Summary)
6097 @findex gnus-summary-clear-above
6098 Clear all marks from articles with scores over the default score (or
6099 over the numeric prefix) (@code{gnus-summary-clear-above}).
6100
6101 @item M V u
6102 @kindex M V u (Summary)
6103 @findex gnus-summary-tick-above
6104 Tick all articles with scores over the default score (or over the
6105 numeric prefix) (@code{gnus-summary-tick-above}).
6106
6107 @item M V m
6108 @kindex M V m (Summary)
6109 @findex gnus-summary-mark-above
6110 Prompt for a mark, and mark all articles with scores over the default
6111 score (or over the numeric prefix) with this mark
6112 (@code{gnus-summary-clear-above}).
6113 @end table
6114
6115 @vindex gnus-summary-goto-unread
6116 The @code{gnus-summary-goto-unread} variable controls what action should
6117 be taken after setting a mark.  If non-@code{nil}, point will move to
6118 the next/previous unread article.  If @code{nil}, point will just move
6119 one line up or down.  As a special case, if this variable is
6120 @code{never}, all the marking commands as well as other commands (like
6121 @kbd{SPACE}) will move to the next article, whether it is unread or not.
6122 The default is @code{t}.
6123
6124
6125 @node Generic Marking Commands
6126 @subsection Generic Marking Commands
6127
6128 Some people would like the command that ticks an article (@kbd{!}) go to
6129 the next article.  Others would like it to go to the next unread
6130 article.  Yet others would like it to stay on the current article.  And
6131 even though I haven't heard of anybody wanting it to go to the
6132 previous (unread) article, I'm sure there are people that want that as
6133 well.
6134
6135 Multiply these five behaviors with five different marking commands, and
6136 you get a potentially complex set of variable to control what each
6137 command should do.
6138
6139 To sidestep that mess, Gnus provides commands that do all these
6140 different things.  They can be found on the @kbd{M M} map in the summary
6141 buffer.  Type @kbd{M M C-h} to see them all---there are too many of them
6142 to list in this manual.
6143
6144 While you can use these commands directly, most users would prefer
6145 altering the summary mode keymap.  For instance, if you would like the
6146 @kbd{!} command to go to the next article instead of the next unread
6147 article, you could say something like:
6148
6149 @lisp
6150 @group
6151 (add-hook 'gnus-summary-mode-hook 'my-alter-summary-map)
6152 (defun my-alter-summary-map ()
6153   (local-set-key "!" 'gnus-summary-put-mark-as-ticked-next))
6154 @end group
6155 @end lisp
6156
6157 @noindent
6158 or
6159
6160 @lisp
6161 (defun my-alter-summary-map ()
6162   (local-set-key "!" "MM!n"))
6163 @end lisp
6164
6165
6166 @node Setting Process Marks
6167 @subsection Setting Process Marks
6168 @cindex setting process marks
6169
6170 Process marks are displayed as @code{#} in the summary buffer, and are
6171 used for marking articles in such a way that other commands will
6172 process these articles.  For instance, if you process mark four
6173 articles and then use the @kbd{*} command, Gnus will enter these four
6174 commands into the cache.  For more information,
6175 @pxref{Process/Prefix}.
6176
6177 @table @kbd
6178
6179 @item M P p
6180 @itemx #
6181 @kindex # (Summary)
6182 @kindex M P p (Summary)
6183 @findex gnus-summary-mark-as-processable
6184 Mark the current article with the process mark
6185 (@code{gnus-summary-mark-as-processable}).
6186 @findex gnus-summary-unmark-as-processable
6187
6188 @item M P u
6189 @itemx M-#
6190 @kindex M P u (Summary)
6191 @kindex M-# (Summary)
6192 Remove the process mark, if any, from the current article
6193 (@code{gnus-summary-unmark-as-processable}).
6194
6195 @item M P U
6196 @kindex M P U (Summary)
6197 @findex gnus-summary-unmark-all-processable
6198 Remove the process mark from all articles
6199 (@code{gnus-summary-unmark-all-processable}).
6200
6201 @item M P i
6202 @kindex M P i (Summary)
6203 @findex gnus-uu-invert-processable
6204 Invert the list of process marked articles
6205 (@code{gnus-uu-invert-processable}).
6206
6207 @item M P R
6208 @kindex M P R (Summary)
6209 @findex gnus-uu-mark-by-regexp
6210 Mark articles that have a @code{Subject} header that matches a regular
6211 expression (@code{gnus-uu-mark-by-regexp}).
6212
6213 @item M P G
6214 @kindex M P G (Summary)
6215 @findex gnus-uu-unmark-by-regexp
6216 Unmark articles that have a @code{Subject} header that matches a regular
6217 expression (@code{gnus-uu-unmark-by-regexp}).
6218
6219 @item M P r
6220 @kindex M P r (Summary)
6221 @findex gnus-uu-mark-region
6222 Mark articles in region (@code{gnus-uu-mark-region}).
6223
6224 @item M P g
6225 @kindex M P g (Summary)
6226 @findex gnus-uu-unmark-region
6227 Unmark articles in region (@code{gnus-uu-unmark-region}).
6228
6229 @item M P t
6230 @kindex M P t (Summary)
6231 @findex gnus-uu-mark-thread
6232 Mark all articles in the current (sub)thread
6233 (@code{gnus-uu-mark-thread}).
6234
6235 @item M P T
6236 @kindex M P T (Summary)
6237 @findex gnus-uu-unmark-thread
6238 Unmark all articles in the current (sub)thread
6239 (@code{gnus-uu-unmark-thread}).
6240
6241 @item M P v
6242 @kindex M P v (Summary)
6243 @findex gnus-uu-mark-over
6244 Mark all articles that have a score above the prefix argument
6245 (@code{gnus-uu-mark-over}).
6246
6247 @item M P s
6248 @kindex M P s (Summary)
6249 @findex gnus-uu-mark-series
6250 Mark all articles in the current series (@code{gnus-uu-mark-series}).
6251
6252 @item M P S
6253 @kindex M P S (Summary)
6254 @findex gnus-uu-mark-sparse
6255 Mark all series that have already had some articles marked
6256 (@code{gnus-uu-mark-sparse}).
6257
6258 @item M P a
6259 @kindex M P a (Summary)
6260 @findex gnus-uu-mark-all
6261 Mark all articles in series order (@code{gnus-uu-mark-all}).
6262
6263 @item M P b
6264 @kindex M P b (Summary)
6265 @findex gnus-uu-mark-buffer
6266 Mark all articles in the buffer in the order they appear
6267 (@code{gnus-uu-mark-buffer}).
6268
6269 @item M P k
6270 @kindex M P k (Summary)
6271 @findex gnus-summary-kill-process-mark
6272 Push the current process mark set onto the stack and unmark all articles
6273 (@code{gnus-summary-kill-process-mark}).
6274
6275 @item M P y
6276 @kindex M P y (Summary)
6277 @findex gnus-summary-yank-process-mark
6278 Pop the previous process mark set from the stack and restore it
6279 (@code{gnus-summary-yank-process-mark}).
6280
6281 @item M P w
6282 @kindex M P w (Summary)
6283 @findex gnus-summary-save-process-mark
6284 Push the current process mark set onto the stack
6285 (@code{gnus-summary-save-process-mark}).
6286
6287 @end table
6288
6289 Also see the @kbd{&} command in @ref{Searching for Articles}, for how to
6290 set process marks based on article body contents.
6291
6292
6293 @node Limiting
6294 @section Limiting
6295 @cindex limiting
6296
6297 It can be convenient to limit the summary buffer to just show some
6298 subset of the articles currently in the group.  The effect most limit
6299 commands have is to remove a few (or many) articles from the summary
6300 buffer.
6301
6302 All limiting commands work on subsets of the articles already fetched
6303 from the servers.  None of these commands query the server for
6304 additional articles.
6305
6306 @table @kbd
6307
6308 @item / /
6309 @itemx / s
6310 @kindex / / (Summary)
6311 @findex gnus-summary-limit-to-subject
6312 Limit the summary buffer to articles that match some subject
6313 (@code{gnus-summary-limit-to-subject}).  If given a prefix, exclude
6314 matching articles.
6315
6316 @item / a
6317 @kindex / a (Summary)
6318 @findex gnus-summary-limit-to-author
6319 Limit the summary buffer to articles that match some author
6320 (@code{gnus-summary-limit-to-author}).  If given a prefix, exclude
6321 matching articles.
6322
6323 @item / R
6324 @kindex / R (Summary)
6325 @findex gnus-summary-limit-to-recipient
6326 Limit the summary buffer to articles that match some recipient
6327 (@code{gnus-summary-limit-to-recipient}).  If given a prefix, exclude
6328 matching articles.
6329
6330 @item / x
6331 @kindex / x (Summary)
6332 @findex gnus-summary-limit-to-extra
6333 Limit the summary buffer to articles that match one of the ``extra''
6334 headers (@pxref{To From Newsgroups})
6335 (@code{gnus-summary-limit-to-extra}).  If given a prefix, exclude
6336 matching articles.
6337
6338 @item / u
6339 @itemx x
6340 @kindex / u (Summary)
6341 @kindex x (Summary)
6342 @findex gnus-summary-limit-to-unread
6343 Limit the summary buffer to articles not marked as read
6344 (@code{gnus-summary-limit-to-unread}).  If given a prefix, limit the
6345 buffer to articles strictly unread.  This means that ticked and
6346 dormant articles will also be excluded.
6347
6348 @item / m
6349 @kindex / m (Summary)
6350 @findex gnus-summary-limit-to-marks
6351 Ask for a mark and then limit to all articles that have been marked
6352 with that mark (@code{gnus-summary-limit-to-marks}).
6353
6354 @item / t
6355 @kindex / t (Summary)
6356 @findex gnus-summary-limit-to-age
6357 Ask for a number and then limit the summary buffer to articles older than (or equal to) that number of days
6358 (@code{gnus-summary-limit-to-age}).  If given a prefix, limit to
6359 articles younger than that number of days.
6360
6361 @item / n
6362 @kindex / n (Summary)
6363 @findex gnus-summary-limit-to-articles
6364 Limit the summary buffer to the current article
6365 (@code{gnus-summary-limit-to-articles}).  Uses the process/prefix
6366 convention (@pxref{Process/Prefix}).
6367
6368 @item / w
6369 @kindex / w (Summary)
6370 @findex gnus-summary-pop-limit
6371 Pop the previous limit off the stack and restore it
6372 (@code{gnus-summary-pop-limit}).  If given a prefix, pop all limits off
6373 the stack.
6374
6375 @item / .
6376 @kindex / . (Summary)
6377 @findex gnus-summary-limit-to-unseen
6378 Limit the summary buffer to the unseen articles
6379 (@code{gnus-summary-limit-to-unseen}).
6380
6381 @item / v
6382 @kindex / v (Summary)
6383 @findex gnus-summary-limit-to-score
6384 Limit the summary buffer to articles that have a score at or above some
6385 score (@code{gnus-summary-limit-to-score}).
6386
6387 @item / p
6388 @kindex / p (Summary)
6389 @findex gnus-summary-limit-to-display-predicate
6390 Limit the summary buffer to articles that satisfy the @code{display}
6391 group parameter predicate
6392 (@code{gnus-summary-limit-to-display-predicate}).  @xref{Group
6393 Parameters}, for more on this predicate.
6394
6395 @item / r
6396 @kindex / r (Summary)
6397 @findex gnus-summary-limit-to-replied
6398 Limit the summary buffer to replied articles
6399 (@code{gnus-summary-limit-to-replied}).  If given a prefix, exclude
6400 replied articles.
6401
6402 @item / E
6403 @itemx M S
6404 @kindex M S (Summary)
6405 @kindex / E (Summary)
6406 @findex gnus-summary-limit-include-expunged
6407 Include all expunged articles in the limit
6408 (@code{gnus-summary-limit-include-expunged}).
6409
6410 @item / D
6411 @kindex / D (Summary)
6412 @findex gnus-summary-limit-include-dormant
6413 Include all dormant articles in the limit
6414 (@code{gnus-summary-limit-include-dormant}).
6415
6416 @item / *
6417 @kindex / * (Summary)
6418 @findex gnus-summary-limit-include-cached
6419 Include all cached articles in the limit
6420 (@code{gnus-summary-limit-include-cached}).
6421
6422 @item / d
6423 @kindex / d (Summary)
6424 @findex gnus-summary-limit-exclude-dormant
6425 Exclude all dormant articles from the limit
6426 (@code{gnus-summary-limit-exclude-dormant}).
6427
6428 @item / M
6429 @kindex / M (Summary)
6430 @findex gnus-summary-limit-exclude-marks
6431 Exclude all marked articles (@code{gnus-summary-limit-exclude-marks}).
6432
6433 @item / T
6434 @kindex / T (Summary)
6435 @findex gnus-summary-limit-include-thread
6436 Include all the articles in the current thread in the limit.
6437
6438 @item / c
6439 @kindex / c (Summary)
6440 @findex gnus-summary-limit-exclude-childless-dormant
6441 Exclude all dormant articles that have no children from the limit@*
6442 (@code{gnus-summary-limit-exclude-childless-dormant}).
6443
6444 @item / C
6445 @kindex / C (Summary)
6446 @findex gnus-summary-limit-mark-excluded-as-read
6447 Mark all excluded unread articles as read
6448 (@code{gnus-summary-limit-mark-excluded-as-read}).  If given a prefix,
6449 also mark excluded ticked and dormant articles as read.
6450
6451 @item / N
6452 @kindex / N (Summary)
6453 @findex gnus-summary-insert-new-articles
6454 Insert all new articles in the summary buffer.  It scans for new emails
6455 if @var{back-end}@code{-get-new-mail} is non-@code{nil}.
6456
6457 @item / o
6458 @kindex / o (Summary)
6459 @findex gnus-summary-insert-old-articles
6460 Insert all old articles in the summary buffer.  If given a numbered
6461 prefix, fetch this number of articles.
6462
6463 @end table
6464
6465
6466 @node Threading
6467 @section Threading
6468 @cindex threading
6469 @cindex article threading
6470
6471 Gnus threads articles by default.  @dfn{To thread} is to put responses
6472 to articles directly after the articles they respond to---in a
6473 hierarchical fashion.
6474
6475 Threading is done by looking at the @code{References} headers of the
6476 articles.  In a perfect world, this would be enough to build pretty
6477 trees, but unfortunately, the @code{References} header is often broken
6478 or simply missing.  Weird news propagation exacerbates the problem,
6479 so one has to employ other heuristics to get pleasing results.  A
6480 plethora of approaches exists, as detailed in horrible detail in
6481 @ref{Customizing Threading}.
6482
6483 First, a quick overview of the concepts:
6484
6485 @table @dfn
6486 @item root
6487 The top-most article in a thread; the first article in the thread.
6488
6489 @item thread
6490 A tree-like article structure.
6491
6492 @item sub-thread
6493 A small(er) section of this tree-like structure.
6494
6495 @item loose threads
6496 Threads often lose their roots due to article expiry, or due to the root
6497 already having been read in a previous session, and not displayed in the
6498 summary buffer.  We then typically have many sub-threads that really
6499 belong to one thread, but are without connecting roots.  These are
6500 called loose threads.
6501
6502 @item thread gathering
6503 An attempt to gather loose threads into bigger threads.
6504
6505 @item sparse threads
6506 A thread where the missing articles have been ``guessed'' at, and are
6507 displayed as empty lines in the summary buffer.
6508
6509 @end table
6510
6511
6512 @menu
6513 * Customizing Threading::       Variables you can change to affect the threading.
6514 * Thread Commands::             Thread based commands in the summary buffer.
6515 @end menu
6516
6517
6518 @node Customizing Threading
6519 @subsection Customizing Threading
6520 @cindex customizing threading
6521
6522 @menu
6523 * Loose Threads::               How Gnus gathers loose threads into bigger threads.
6524 * Filling In Threads::          Making the threads displayed look fuller.
6525 * More Threading::              Even more variables for fiddling with threads.
6526 * Low-Level Threading::         You thought it was over@dots{} but you were wrong!
6527 @end menu
6528
6529
6530 @node Loose Threads
6531 @subsubsection Loose Threads
6532 @cindex <
6533 @cindex >
6534 @cindex loose threads
6535
6536 @table @code
6537 @item gnus-summary-make-false-root
6538 @vindex gnus-summary-make-false-root
6539 If non-@code{nil}, Gnus will gather all loose subtrees into one big tree
6540 and create a dummy root at the top.  (Wait a minute.  Root at the top?
6541 Yup.)  Loose subtrees occur when the real root has expired, or you've
6542 read or killed the root in a previous session.
6543
6544 When there is no real root of a thread, Gnus will have to fudge
6545 something.  This variable says what fudging method Gnus should use.
6546 There are four possible values:
6547
6548 @iftex
6549 @iflatex
6550 \gnusfigure{The Summary Buffer}{390}{
6551 \put(0,0){\epsfig{figure=ps/summary-adopt,width=7.5cm}}
6552 \put(445,0){\makebox(0,0)[br]{\epsfig{figure=ps/summary-empty,width=7.5cm}}}
6553 \put(0,400){\makebox(0,0)[tl]{\epsfig{figure=ps/summary-none,width=7.5cm}}}
6554 \put(445,400){\makebox(0,0)[tr]{\epsfig{figure=ps/summary-dummy,width=7.5cm}}}
6555 }
6556 @end iflatex
6557 @end iftex
6558
6559 @cindex adopting articles
6560
6561 @table @code
6562
6563 @item adopt
6564 Gnus will make the first of the orphaned articles the parent.  This
6565 parent will adopt all the other articles.  The adopted articles will be
6566 marked as such by pointy brackets (@samp{<>}) instead of the standard
6567 square brackets (@samp{[]}).  This is the default method.
6568
6569 @item dummy
6570 @vindex gnus-summary-dummy-line-format
6571 @vindex gnus-summary-make-false-root-always
6572 Gnus will create a dummy summary line that will pretend to be the
6573 parent.  This dummy line does not correspond to any real article, so
6574 selecting it will just select the first real article after the dummy
6575 article.  @code{gnus-summary-dummy-line-format} is used to specify the
6576 format of the dummy roots.  It accepts only one format spec:  @samp{S},
6577 which is the subject of the article.  @xref{Formatting Variables}.
6578 If you want all threads to have a dummy root, even the non-gathered
6579 ones, set @code{gnus-summary-make-false-root-always} to @code{t}.
6580
6581 @item empty
6582 Gnus won't actually make any article the parent, but simply leave the
6583 subject field of all orphans except the first empty.  (Actually, it will
6584 use @code{gnus-summary-same-subject} as the subject (@pxref{Summary
6585 Buffer Format}).)
6586
6587 @item none
6588 Don't make any article parent at all.  Just gather the threads and
6589 display them after one another.
6590
6591 @item nil
6592 Don't gather loose threads.
6593 @end table
6594
6595 @item gnus-summary-gather-subject-limit
6596 @vindex gnus-summary-gather-subject-limit
6597 Loose threads are gathered by comparing subjects of articles.  If this
6598 variable is @code{nil}, Gnus requires an exact match between the
6599 subjects of the loose threads before gathering them into one big
6600 super-thread.  This might be too strict a requirement, what with the
6601 presence of stupid newsreaders that chop off long subject lines.  If
6602 you think so, set this variable to, say, 20 to require that only the
6603 first 20 characters of the subjects have to match.  If you set this
6604 variable to a really low number, you'll find that Gnus will gather
6605 everything in sight into one thread, which isn't very helpful.
6606
6607 @cindex fuzzy article gathering
6608 If you set this variable to the special value @code{fuzzy}, Gnus will
6609 use a fuzzy string comparison algorithm on the subjects (@pxref{Fuzzy
6610 Matching}).
6611
6612 @item gnus-simplify-subject-fuzzy-regexp
6613 @vindex gnus-simplify-subject-fuzzy-regexp
6614 This can either be a regular expression or list of regular expressions
6615 that match strings that will be removed from subjects if fuzzy subject
6616 simplification is used.
6617
6618 @item gnus-simplify-ignored-prefixes
6619 @vindex gnus-simplify-ignored-prefixes
6620 If you set @code{gnus-summary-gather-subject-limit} to something as low
6621 as 10, you might consider setting this variable to something sensible:
6622
6623 @c Written by Michael Ernst <mernst@cs.rice.edu>
6624 @lisp
6625 (setq gnus-simplify-ignored-prefixes
6626       (concat
6627        "\\`\\[?\\("
6628        (mapconcat
6629         'identity
6630         '("looking"
6631           "wanted" "followup" "summary\\( of\\)?"
6632           "help" "query" "problem" "question"
6633           "answer" "reference" "announce"
6634           "How can I" "How to" "Comparison of"
6635           ;; ...
6636           )
6637         "\\|")
6638        "\\)\\s *\\("
6639        (mapconcat 'identity
6640                   '("for" "for reference" "with" "about")
6641                   "\\|")
6642        "\\)?\\]?:?[ \t]*"))
6643 @end lisp
6644
6645 All words that match this regexp will be removed before comparing two
6646 subjects.
6647
6648 @item gnus-simplify-subject-functions
6649 @vindex gnus-simplify-subject-functions
6650 If non-@code{nil}, this variable overrides
6651 @code{gnus-summary-gather-subject-limit}.  This variable should be a
6652 list of functions to apply to the @code{Subject} string iteratively to
6653 arrive at the simplified version of the string.
6654
6655 Useful functions to put in this list include:
6656
6657 @table @code
6658 @item gnus-simplify-subject-re
6659 @findex gnus-simplify-subject-re
6660 Strip the leading @samp{Re:}.
6661
6662 @item gnus-simplify-subject-fuzzy
6663 @findex gnus-simplify-subject-fuzzy
6664 Simplify fuzzily.
6665
6666 @item gnus-simplify-whitespace
6667 @findex gnus-simplify-whitespace
6668 Remove excessive whitespace.
6669
6670 @item gnus-simplify-all-whitespace
6671 @findex gnus-simplify-all-whitespace
6672 Remove all whitespace.
6673 @end table
6674
6675 You may also write your own functions, of course.
6676
6677
6678 @item gnus-summary-gather-exclude-subject
6679 @vindex gnus-summary-gather-exclude-subject
6680 Since loose thread gathering is done on subjects only, that might lead
6681 to many false hits, especially with certain common subjects like
6682 @samp{} and @samp{(none)}.  To make the situation slightly better,
6683 you can use the regexp @code{gnus-summary-gather-exclude-subject} to say
6684 what subjects should be excluded from the gathering process.@*
6685 The default is @samp{^ *$\\|^(none)$}.
6686
6687 @item gnus-summary-thread-gathering-function
6688 @vindex gnus-summary-thread-gathering-function
6689 Gnus gathers threads by looking at @code{Subject} headers.  This means
6690 that totally unrelated articles may end up in the same ``thread'', which
6691 is confusing.  An alternate approach is to look at all the
6692 @code{Message-ID}s in all the @code{References} headers to find matches.
6693 This will ensure that no gathered threads ever include unrelated
6694 articles, but it also means that people who have posted with broken
6695 newsreaders won't be gathered properly.  The choice is yours---plague or
6696 cholera:
6697
6698 @table @code
6699 @item gnus-gather-threads-by-subject
6700 @findex gnus-gather-threads-by-subject
6701 This function is the default gathering function and looks at
6702 @code{Subject}s exclusively.
6703
6704 @item gnus-gather-threads-by-references
6705 @findex gnus-gather-threads-by-references
6706 This function looks at @code{References} headers exclusively.
6707 @end table
6708
6709 If you want to test gathering by @code{References}, you could say
6710 something like:
6711
6712 @lisp
6713 (setq gnus-summary-thread-gathering-function
6714       'gnus-gather-threads-by-references)
6715 @end lisp
6716
6717 @end table
6718
6719
6720 @node Filling In Threads
6721 @subsubsection Filling In Threads
6722
6723 @table @code
6724 @item gnus-fetch-old-headers
6725 @vindex gnus-fetch-old-headers
6726 If non-@code{nil}, Gnus will attempt to build old threads by fetching
6727 more old headers---headers to articles marked as read.  If you would
6728 like to display as few summary lines as possible, but still connect as
6729 many loose threads as possible, you should set this variable to
6730 @code{some} or a number.  If you set it to a number, no more than that
6731 number of extra old headers will be fetched.  In either case, fetching
6732 old headers only works if the back end you are using carries overview
6733 files---this would normally be @code{nntp}, @code{nnspool},
6734 @code{nnml}, and @code{nnmaildir}.  Also remember that if the root of
6735 the thread has been expired by the server, there's not much Gnus can
6736 do about that.
6737
6738 This variable can also be set to @code{invisible}.  This won't have any
6739 visible effects, but is useful if you use the @kbd{A T} command a lot
6740 (@pxref{Finding the Parent}).
6741
6742 @item gnus-fetch-old-ephemeral-headers
6743 @vindex gnus-fetch-old-ephemeral-headers
6744 Same as @code{gnus-fetch-old-headers}, but only used for ephemeral
6745 newsgroups.
6746
6747 @item gnus-build-sparse-threads
6748 @vindex gnus-build-sparse-threads
6749 Fetching old headers can be slow.  A low-rent similar effect can be
6750 gotten by setting this variable to @code{some}.  Gnus will then look at
6751 the complete @code{References} headers of all articles and try to string
6752 together articles that belong in the same thread.  This will leave
6753 @dfn{gaps} in the threading display where Gnus guesses that an article
6754 is missing from the thread.  (These gaps appear like normal summary
6755 lines.  If you select a gap, Gnus will try to fetch the article in
6756 question.)  If this variable is @code{t}, Gnus will display all these
6757 ``gaps'' without regard for whether they are useful for completing the
6758 thread or not.  Finally, if this variable is @code{more}, Gnus won't cut
6759 off sparse leaf nodes that don't lead anywhere.  This variable is
6760 @code{nil} by default.
6761
6762 @item gnus-read-all-available-headers
6763 @vindex gnus-read-all-available-headers
6764 This is a rather obscure variable that few will find useful.  It's
6765 intended for those non-news newsgroups where the back end has to fetch
6766 quite a lot to present the summary buffer, and where it's impossible to
6767 go back to parents of articles.  This is mostly the case in the
6768 web-based groups, like the @code{nnultimate} groups.
6769
6770 If you don't use those, then it's safe to leave this as the default
6771 @code{nil}.  If you want to use this variable, it should be a regexp
6772 that matches the group name, or @code{t} for all groups.
6773
6774 @end table
6775
6776
6777 @node More Threading
6778 @subsubsection More Threading
6779
6780 @table @code
6781 @item gnus-show-threads
6782 @vindex gnus-show-threads
6783 If this variable is @code{nil}, no threading will be done, and all of
6784 the rest of the variables here will have no effect.  Turning threading
6785 off will speed group selection up a bit, but it is sure to make reading
6786 slower and more awkward.
6787
6788 @item gnus-thread-hide-subtree
6789 @vindex gnus-thread-hide-subtree
6790 If non-@code{nil}, all threads will be hidden when the summary buffer is
6791 generated.
6792
6793 This can also be a predicate specifier (@pxref{Predicate Specifiers}).
6794 Available predicates are @code{gnus-article-unread-p} and
6795 @code{gnus-article-unseen-p}.
6796
6797 Here's an example:
6798
6799 @lisp
6800 (setq gnus-thread-hide-subtree
6801       '(or gnus-article-unread-p
6802            gnus-article-unseen-p))
6803 @end lisp
6804
6805 (It's a pretty nonsensical example, since all unseen articles are also
6806 unread, but you get my drift.)
6807
6808
6809 @item gnus-thread-expunge-below
6810 @vindex gnus-thread-expunge-below
6811 All threads that have a total score (as defined by
6812 @code{gnus-thread-score-function}) less than this number will be
6813 expunged.  This variable is @code{nil} by default, which means that no
6814 threads are expunged.
6815
6816 @item gnus-thread-hide-killed
6817 @vindex gnus-thread-hide-killed
6818 if you kill a thread and this variable is non-@code{nil}, the subtree
6819 will be hidden.
6820
6821 @item gnus-thread-ignore-subject
6822 @vindex gnus-thread-ignore-subject
6823 Sometimes somebody changes the subject in the middle of a thread.  If
6824 this variable is non-@code{nil}, which is the default, the subject
6825 change is ignored.  If it is @code{nil}, a change in the subject will
6826 result in a new thread.
6827
6828 @item gnus-thread-indent-level
6829 @vindex gnus-thread-indent-level
6830 This is a number that says how much each sub-thread should be indented.
6831 The default is 4.
6832
6833 @item gnus-sort-gathered-threads-function
6834 @vindex gnus-sort-gathered-threads-function
6835 Sometimes, particularly with mailing lists, the order in which mails
6836 arrive locally is not necessarily the same as the order in which they
6837 arrived on the mailing list.  Consequently, when sorting sub-threads
6838 using the default @code{gnus-thread-sort-by-number}, responses can end
6839 up appearing before the article to which they are responding to.
6840 Setting this variable to an alternate value
6841 (e.g. @code{gnus-thread-sort-by-date}), in a group's parameters or in an
6842 appropriate hook (e.g. @code{gnus-summary-generate-hook}) can produce a
6843 more logical sub-thread ordering in such instances.
6844
6845 @end table
6846
6847
6848 @node Low-Level Threading
6849 @subsubsection Low-Level Threading
6850
6851 @table @code
6852
6853 @item gnus-parse-headers-hook
6854 @vindex gnus-parse-headers-hook
6855 Hook run before parsing any headers.
6856
6857 @item gnus-alter-header-function
6858 @vindex gnus-alter-header-function
6859 If non-@code{nil}, this function will be called to allow alteration of
6860 article header structures.  The function is called with one parameter,
6861 the article header vector, which it may alter in any way.  For instance,
6862 if you have a mail-to-news gateway which alters the @code{Message-ID}s
6863 in systematic ways (by adding prefixes and such), you can use this
6864 variable to un-scramble the @code{Message-ID}s so that they are more
6865 meaningful.  Here's one example:
6866
6867 @lisp
6868 (setq gnus-alter-header-function 'my-alter-message-id)
6869
6870 (defun my-alter-message-id (header)
6871   (let ((id (mail-header-id header)))
6872     (when (string-match
6873            "\\(<[^<>@@]*\\)\\.?cygnus\\..*@@\\([^<>@@]*>\\)" id)
6874       (mail-header-set-id
6875        (concat (match-string 1 id) "@@" (match-string 2 id))
6876        header))))
6877 @end lisp
6878
6879 @end table
6880
6881
6882 @node Thread Commands
6883 @subsection Thread Commands
6884 @cindex thread commands
6885
6886 @table @kbd
6887
6888 @item T k
6889 @itemx C-M-k
6890 @kindex T k (Summary)
6891 @kindex C-M-k (Summary)
6892 @findex gnus-summary-kill-thread
6893 Mark all articles in the current (sub-)thread as read
6894 (@code{gnus-summary-kill-thread}).  If the prefix argument is positive,
6895 remove all marks instead.  If the prefix argument is negative, tick
6896 articles instead.
6897
6898 @item T l
6899 @itemx C-M-l
6900 @kindex T l (Summary)
6901 @kindex C-M-l (Summary)
6902 @findex gnus-summary-lower-thread
6903 Lower the score of the current (sub-)thread
6904 (@code{gnus-summary-lower-thread}).
6905
6906 @item T i
6907 @kindex T i (Summary)
6908 @findex gnus-summary-raise-thread
6909 Increase the score of the current (sub-)thread
6910 (@code{gnus-summary-raise-thread}).
6911
6912 @item T #
6913 @kindex T # (Summary)
6914 @findex gnus-uu-mark-thread
6915 Set the process mark on the current (sub-)thread
6916 (@code{gnus-uu-mark-thread}).
6917
6918 @item T M-#
6919 @kindex T M-# (Summary)
6920 @findex gnus-uu-unmark-thread
6921 Remove the process mark from the current (sub-)thread
6922 (@code{gnus-uu-unmark-thread}).
6923
6924 @item T T
6925 @kindex T T (Summary)
6926 @findex gnus-summary-toggle-threads
6927 Toggle threading (@code{gnus-summary-toggle-threads}).
6928
6929 @item T s
6930 @kindex T s (Summary)
6931 @findex gnus-summary-show-thread
6932 Expose the (sub-)thread hidden under the current article, if any@*
6933 (@code{gnus-summary-show-thread}).
6934
6935 @item T h
6936 @kindex T h (Summary)
6937 @findex gnus-summary-hide-thread
6938 Hide the current (sub-)thread (@code{gnus-summary-hide-thread}).
6939
6940 @item T S
6941 @kindex T S (Summary)
6942 @findex gnus-summary-show-all-threads
6943 Expose all hidden threads (@code{gnus-summary-show-all-threads}).
6944
6945 @item T H
6946 @kindex T H (Summary)
6947 @findex gnus-summary-hide-all-threads
6948 Hide all threads (@code{gnus-summary-hide-all-threads}).
6949
6950 @item T t
6951 @kindex T t (Summary)
6952 @findex gnus-summary-rethread-current
6953 Re-thread the current article's thread
6954 (@code{gnus-summary-rethread-current}).  This works even when the
6955 summary buffer is otherwise unthreaded.
6956
6957 @item T ^
6958 @kindex T ^ (Summary)
6959 @findex gnus-summary-reparent-thread
6960 Make the current article the child of the marked (or previous) article
6961 (@code{gnus-summary-reparent-thread}).
6962
6963 @end table
6964
6965 The following commands are thread movement commands.  They all
6966 understand the numeric prefix.
6967
6968 @table @kbd
6969
6970 @item T n
6971 @kindex T n (Summary)
6972 @itemx C-M-f
6973 @kindex C-M-n (Summary)
6974 @itemx M-down
6975 @kindex M-down (Summary)
6976 @findex gnus-summary-next-thread
6977 Go to the next thread (@code{gnus-summary-next-thread}).
6978
6979 @item T p
6980 @kindex T p (Summary)
6981 @itemx C-M-b
6982 @kindex C-M-p (Summary)
6983 @itemx M-up
6984 @kindex M-up (Summary)
6985 @findex gnus-summary-prev-thread
6986 Go to the previous thread (@code{gnus-summary-prev-thread}).
6987
6988 @item T d
6989 @kindex T d (Summary)
6990 @findex gnus-summary-down-thread
6991 Descend the thread (@code{gnus-summary-down-thread}).
6992
6993 @item T u
6994 @kindex T u (Summary)
6995 @findex gnus-summary-up-thread
6996 Ascend the thread (@code{gnus-summary-up-thread}).
6997
6998 @item T o
6999 @kindex T o (Summary)
7000 @findex gnus-summary-top-thread
7001 Go to the top of the thread (@code{gnus-summary-top-thread}).
7002 @end table
7003
7004 @vindex gnus-thread-operation-ignore-subject
7005 If you ignore subject while threading, you'll naturally end up with
7006 threads that have several different subjects in them.  If you then issue
7007 a command like @kbd{T k} (@code{gnus-summary-kill-thread}) you might not
7008 wish to kill the entire thread, but just those parts of the thread that
7009 have the same subject as the current article.  If you like this idea,
7010 you can fiddle with @code{gnus-thread-operation-ignore-subject}.  If it
7011 is non-@code{nil} (which it is by default), subjects will be ignored
7012 when doing thread commands.  If this variable is @code{nil}, articles in
7013 the same thread with different subjects will not be included in the
7014 operation in question.  If this variable is @code{fuzzy}, only articles
7015 that have subjects fuzzily equal will be included (@pxref{Fuzzy
7016 Matching}).
7017
7018
7019 @node Sorting the Summary Buffer
7020 @section Sorting the Summary Buffer
7021
7022 @findex gnus-thread-sort-by-total-score
7023 @findex gnus-thread-sort-by-date
7024 @findex gnus-thread-sort-by-date-reverse
7025 @findex gnus-thread-sort-by-score
7026 @findex gnus-thread-sort-by-subject
7027 @findex gnus-thread-sort-by-author
7028 @findex gnus-thread-sort-by-recipient
7029 @findex gnus-thread-sort-by-number
7030 @findex gnus-thread-sort-by-random
7031 @vindex gnus-thread-sort-functions
7032 @findex gnus-thread-sort-by-most-recent-number
7033 @findex gnus-thread-sort-by-most-recent-date
7034 If you are using a threaded summary display, you can sort the threads by
7035 setting @code{gnus-thread-sort-functions}, which can be either a single
7036 function, a list of functions, or a list containing functions and
7037 @code{(not some-function)} elements.
7038
7039 By default, sorting is done on article numbers.  Ready-made sorting
7040 predicate functions include @code{gnus-thread-sort-by-number},
7041 @code{gnus-thread-sort-by-author}, @code{gnus-thread-sort-by-recipient},
7042 @code{gnus-thread-sort-by-subject},
7043 @code{gnus-thread-sort-by-date}, @code{gnus-thread-sort-by-date-reverse},
7044 @code{gnus-thread-sort-by-score},
7045 @code{gnus-thread-sort-by-most-recent-number},
7046 @code{gnus-thread-sort-by-most-recent-date},
7047 @code{gnus-thread-sort-by-random} and
7048 @code{gnus-thread-sort-by-total-score}.
7049
7050 Each function takes two threads and returns non-@code{nil} if the first
7051 thread should be sorted before the other.  Note that sorting really is
7052 normally done by looking only at the roots of each thread.
7053
7054 If you use more than one function, the primary sort key should be the
7055 last function in the list.  You should probably always include
7056 @code{gnus-thread-sort-by-number} in the list of sorting
7057 functions---preferably first.  This will ensure that threads that are
7058 equal with respect to the other sort criteria will be displayed in
7059 ascending article order.
7060
7061 If you would like to sort by reverse score, then by subject, and finally
7062 by number, you could do something like:
7063
7064 @lisp
7065 (setq gnus-thread-sort-functions
7066       '(gnus-thread-sort-by-number
7067         gnus-thread-sort-by-subject
7068         (not gnus-thread-sort-by-total-score)))
7069 @end lisp
7070
7071 The threads that have highest score will be displayed first in the
7072 summary buffer.  When threads have the same score, they will be sorted
7073 alphabetically.  The threads that have the same score and the same
7074 subject will be sorted by number, which is (normally) the sequence in
7075 which the articles arrived.
7076
7077 If you want to sort by score and then reverse arrival order, you could
7078 say something like:
7079
7080 @lisp
7081 (setq gnus-thread-sort-functions
7082       '((lambda (t1 t2)
7083           (not (gnus-thread-sort-by-number t1 t2)))
7084         gnus-thread-sort-by-score))
7085 @end lisp
7086
7087 Yet more examples. You can define different sorting to different
7088 groups. Here is an example for where one @acronym{NNTP} group is
7089 sorted by subject and the @acronym{RSS} group is sorted by date to see
7090 the latest news at the top.
7091
7092 @lisp
7093 (require 'cl)
7094
7095 (defun my-gnus-summary-mode-hook-group-select ()
7096   (flet ((lsetq (x val) ;; Local setq
7097                 (set (make-local-variable x) val)))
7098     (cond
7099      ;;  In Group buffer to make Debian daily news group press: G m
7100      ;;  and point it to nntp server news.gmane.org and
7101      ;;  group gmane.linux.debian.user.news
7102      ((string-match "nntp.*debian.user.news" gnus-newsgroup-name)
7103       (lsetq 'gnus-show-threads nil)
7104       (lsetq 'gnus-article-sort-functions 'gnus-article-sort-by-date-reverse)
7105       (lsetq 'gnus-use-adaptive-scoring nil)
7106       (lsetq 'gnus-use-scoring nil))
7107      ;;  In Group buffer to read Debian weekly news RSS feed press: G R
7108      ;;  and point it to url:
7109      ;;  http://packages.debian.org/unstable/newpkg_main.en.rdf
7110      ((string-match "nnrss.*debian" gnus-newsgroup-name)
7111       (lsetq 'gnus-show-threads nil)
7112       (lsetq 'gnus-article-sort-functions 'gnus-article-sort-by-subject)
7113       (lsetq 'gnus-use-adaptive-scoring nil)
7114       (lsetq 'gnus-use-scoring t)
7115       (lsetq 'gnus-score-find-score-files-function 'gnus-score-find-single)
7116       (lsetq 'gnus-summary-line-format "%U%R%z%d %I%(%[ %s %]%)\n")))))
7117
7118 (defun my-gnus-summary-mode-hook  ()
7119   (my-gnus-summary-mode-hook-group-select))
7120 @end lisp
7121
7122 @vindex gnus-thread-score-function
7123 The function in the @code{gnus-thread-score-function} variable (default
7124 @code{+}) is used for calculating the total score of a thread.  Useful
7125 functions might be @code{max}, @code{min}, or squared means, or whatever
7126 tickles your fancy.
7127
7128 @findex gnus-article-sort-functions
7129 @findex gnus-article-sort-by-date
7130 @findex gnus-article-sort-by-score
7131 @findex gnus-article-sort-by-subject
7132 @findex gnus-article-sort-by-author
7133 @findex gnus-article-sort-by-random
7134 @findex gnus-article-sort-by-number
7135 If you are using an unthreaded display for some strange reason or
7136 other, you have to fiddle with the @code{gnus-article-sort-functions}
7137 variable.  It is very similar to the
7138 @code{gnus-thread-sort-functions}, except that it uses slightly
7139 different functions for article comparison.  Available sorting
7140 predicate functions are @code{gnus-article-sort-by-number},
7141 @code{gnus-article-sort-by-author},
7142 @code{gnus-article-sort-by-subject}, @code{gnus-article-sort-by-date},
7143 @code{gnus-article-sort-by-random}, and
7144 @code{gnus-article-sort-by-score}.
7145
7146 If you want to sort an unthreaded summary display by subject, you could
7147 say something like:
7148
7149 @lisp
7150 (setq gnus-article-sort-functions
7151       '(gnus-article-sort-by-number
7152         gnus-article-sort-by-subject))
7153 @end lisp
7154
7155
7156
7157 @node Asynchronous Fetching
7158 @section Asynchronous Article Fetching
7159 @cindex asynchronous article fetching
7160 @cindex article pre-fetch
7161 @cindex pre-fetch
7162
7163 If you read your news from an @acronym{NNTP} server that's far away, the
7164 network latencies may make reading articles a chore.  You have to wait
7165 for a while after pressing @kbd{n} to go to the next article before the
7166 article appears.  Why can't Gnus just go ahead and fetch the article
7167 while you are reading the previous one?  Why not, indeed.
7168
7169 First, some caveats.  There are some pitfalls to using asynchronous
7170 article fetching, especially the way Gnus does it.
7171
7172 Let's say you are reading article 1, which is short, and article 2 is
7173 quite long, and you are not interested in reading that.  Gnus does not
7174 know this, so it goes ahead and fetches article 2.  You decide to read
7175 article 3, but since Gnus is in the process of fetching article 2, the
7176 connection is blocked.
7177
7178 To avoid these situations, Gnus will open two (count 'em two)
7179 connections to the server.  Some people may think this isn't a very nice
7180 thing to do, but I don't see any real alternatives.  Setting up that
7181 extra connection takes some time, so Gnus startup will be slower.
7182
7183 Gnus will fetch more articles than you will read.  This will mean that
7184 the link between your machine and the @acronym{NNTP} server will become more
7185 loaded than if you didn't use article pre-fetch.  The server itself will
7186 also become more loaded---both with the extra article requests, and the
7187 extra connection.
7188
7189 Ok, so now you know that you shouldn't really use this thing@dots{} unless
7190 you really want to.
7191
7192 @vindex gnus-asynchronous
7193 Here's how:  Set @code{gnus-asynchronous} to @code{t}.  The rest should
7194 happen automatically.
7195
7196 @vindex gnus-use-article-prefetch
7197 You can control how many articles are to be pre-fetched by setting
7198 @code{gnus-use-article-prefetch}.  This is 30 by default, which means
7199 that when you read an article in the group, the back end will pre-fetch
7200 the next 30 articles.  If this variable is @code{t}, the back end will
7201 pre-fetch all the articles it can without bound.  If it is
7202 @code{nil}, no pre-fetching will be done.
7203
7204 @vindex gnus-async-prefetch-article-p
7205 @findex gnus-async-read-p
7206 There are probably some articles that you don't want to pre-fetch---read
7207 articles, for instance.  The @code{gnus-async-prefetch-article-p}
7208 variable controls whether an article is to be pre-fetched.  This
7209 function should return non-@code{nil} when the article in question is
7210 to be pre-fetched.  The default is @code{gnus-async-read-p}, which
7211 returns @code{nil} on read articles.  The function is called with an
7212 article data structure as the only parameter.
7213
7214 If, for instance, you wish to pre-fetch only unread articles shorter
7215 than 100 lines, you could say something like:
7216
7217 @lisp
7218 (defun my-async-short-unread-p (data)
7219   "Return non-nil for short, unread articles."
7220   (and (gnus-data-unread-p data)
7221        (< (mail-header-lines (gnus-data-header data))
7222           100)))
7223
7224 (setq gnus-async-prefetch-article-p 'my-async-short-unread-p)
7225 @end lisp
7226
7227 These functions will be called many, many times, so they should
7228 preferably be short and sweet to avoid slowing down Gnus too much.
7229 It's probably a good idea to byte-compile things like this.
7230
7231 @vindex gnus-prefetched-article-deletion-strategy
7232 Articles have to be removed from the asynch buffer sooner or later.  The
7233 @code{gnus-prefetched-article-deletion-strategy} says when to remove
7234 articles.  This is a list that may contain the following elements:
7235
7236 @table @code
7237 @item read
7238 Remove articles when they are read.
7239
7240 @item exit
7241 Remove articles when exiting the group.
7242 @end table
7243
7244 The default value is @code{(read exit)}.
7245
7246 @c @vindex gnus-use-header-prefetch
7247 @c If @code{gnus-use-header-prefetch} is non-@code{nil}, prefetch articles
7248 @c from the next group.
7249
7250
7251 @node Article Caching
7252 @section Article Caching
7253 @cindex article caching
7254 @cindex caching
7255
7256 If you have an @emph{extremely} slow @acronym{NNTP} connection, you may
7257 consider turning article caching on.  Each article will then be stored
7258 locally under your home directory.  As you may surmise, this could
7259 potentially use @emph{huge} amounts of disk space, as well as eat up all
7260 your inodes so fast it will make your head swim.  In vodka.
7261
7262 Used carefully, though, it could be just an easier way to save articles.
7263
7264 @vindex gnus-use-long-file-name
7265 @vindex gnus-cache-directory
7266 @vindex gnus-use-cache
7267 To turn caching on, set @code{gnus-use-cache} to @code{t}.  By default,
7268 all articles ticked or marked as dormant will then be copied
7269 over to your local cache (@code{gnus-cache-directory}).  Whether this
7270 cache is flat or hierarchical is controlled by the
7271 @code{gnus-use-long-file-name} variable, as usual.
7272
7273 When re-selecting a ticked or dormant article, it will be fetched from the
7274 cache instead of from the server.  As articles in your cache will never
7275 expire, this might serve as a method of saving articles while still
7276 keeping them where they belong.  Just mark all articles you want to save
7277 as dormant, and don't worry.
7278
7279 When an article is marked as read, is it removed from the cache.
7280
7281 @vindex gnus-cache-remove-articles
7282 @vindex gnus-cache-enter-articles
7283 The entering/removal of articles from the cache is controlled by the
7284 @code{gnus-cache-enter-articles} and @code{gnus-cache-remove-articles}
7285 variables.  Both are lists of symbols.  The first is @code{(ticked
7286 dormant)} by default, meaning that ticked and dormant articles will be
7287 put in the cache.  The latter is @code{(read)} by default, meaning that
7288 articles marked as read are removed from the cache.  Possibly
7289 symbols in these two lists are @code{ticked}, @code{dormant},
7290 @code{unread} and @code{read}.
7291
7292 @findex gnus-jog-cache
7293 So where does the massive article-fetching and storing come into the
7294 picture?  The @code{gnus-jog-cache} command will go through all
7295 subscribed newsgroups, request all unread articles, score them, and
7296 store them in the cache.  You should only ever, ever ever ever, use this
7297 command if 1) your connection to the @acronym{NNTP} server is really, really,
7298 really slow and 2) you have a really, really, really huge disk.
7299 Seriously.  One way to cut down on the number of articles downloaded is
7300 to score unwanted articles down and have them marked as read.  They will
7301 not then be downloaded by this command.
7302
7303 @vindex gnus-uncacheable-groups
7304 @vindex gnus-cacheable-groups
7305 It is likely that you do not want caching on all groups.  For instance,
7306 if your @code{nnml} mail is located under your home directory, it makes no
7307 sense to cache it somewhere else under your home directory.  Unless you
7308 feel that it's neat to use twice as much space.
7309
7310 To limit the caching, you could set @code{gnus-cacheable-groups} to a
7311 regexp of groups to cache, @samp{^nntp} for instance, or set the
7312 @code{gnus-uncacheable-groups} regexp to @samp{^nnml}, for instance.
7313 Both variables are @code{nil} by default.  If a group matches both
7314 variables, the group is not cached.
7315
7316 @findex gnus-cache-generate-nov-databases
7317 @findex gnus-cache-generate-active
7318 @vindex gnus-cache-active-file
7319 The cache stores information on what articles it contains in its active
7320 file (@code{gnus-cache-active-file}).  If this file (or any other parts
7321 of the cache) becomes all messed up for some reason or other, Gnus
7322 offers two functions that will try to set things right.  @kbd{M-x
7323 gnus-cache-generate-nov-databases} will (re)build all the @acronym{NOV}
7324 files, and @kbd{gnus-cache-generate-active} will (re)generate the active
7325 file.
7326
7327 @findex gnus-cache-move-cache
7328 @code{gnus-cache-move-cache} will move your whole
7329 @code{gnus-cache-directory} to some other location.  You get asked to
7330 where, isn't that cool?
7331
7332 @node Persistent Articles
7333 @section Persistent Articles
7334 @cindex persistent articles
7335
7336 Closely related to article caching, we have @dfn{persistent articles}.
7337 In fact, it's just a different way of looking at caching, and much more
7338 useful in my opinion.
7339
7340 Say you're reading a newsgroup, and you happen on to some valuable gem
7341 that you want to keep and treasure forever.  You'd normally just save it
7342 (using one of the many saving commands) in some file.  The problem with
7343 that is that it's just, well, yucky.  Ideally you'd prefer just having
7344 the article remain in the group where you found it forever; untouched by
7345 the expiry going on at the news server.
7346
7347 This is what a @dfn{persistent article} is---an article that just won't
7348 be deleted.  It's implemented using the normal cache functions, but
7349 you use two explicit commands for managing persistent articles:
7350
7351 @table @kbd
7352
7353 @item *
7354 @kindex * (Summary)
7355 @findex gnus-cache-enter-article
7356 Make the current article persistent (@code{gnus-cache-enter-article}).
7357
7358 @item M-*
7359 @kindex M-* (Summary)
7360 @findex gnus-cache-remove-article
7361 Remove the current article from the persistent articles
7362 (@code{gnus-cache-remove-article}).  This will normally delete the
7363 article.
7364 @end table
7365
7366 Both these commands understand the process/prefix convention.
7367
7368 To avoid having all ticked articles (and stuff) entered into the cache,
7369 you should set @code{gnus-use-cache} to @code{passive} if you're just
7370 interested in persistent articles:
7371
7372 @lisp
7373 (setq gnus-use-cache 'passive)
7374 @end lisp
7375
7376
7377 @node Article Backlog
7378 @section Article Backlog
7379 @cindex backlog
7380 @cindex article backlog
7381
7382 If you have a slow connection, but the idea of using caching seems
7383 unappealing to you (and it is, really), you can help the situation some
7384 by switching on the @dfn{backlog}.  This is where Gnus will buffer
7385 already read articles so that it doesn't have to re-fetch articles
7386 you've already read.  This only helps if you are in the habit of
7387 re-selecting articles you've recently read, of course.  If you never do
7388 that, turning the backlog on will slow Gnus down a little bit, and
7389 increase memory usage some.
7390
7391 @vindex gnus-keep-backlog
7392 If you set @code{gnus-keep-backlog} to a number @var{n}, Gnus will store
7393 at most @var{n} old articles in a buffer for later re-fetching.  If this
7394 variable is non-@code{nil} and is not a number, Gnus will store
7395 @emph{all} read articles, which means that your Emacs will grow without
7396 bound before exploding and taking your machine down with you.  I put
7397 that in there just to keep y'all on your toes.
7398
7399 The default value is 20.
7400
7401
7402 @node Saving Articles
7403 @section Saving Articles
7404 @cindex saving articles
7405
7406 Gnus can save articles in a number of ways.  Below is the documentation
7407 for saving articles in a fairly straight-forward fashion (i.e., little
7408 processing of the article is done before it is saved).  For a different
7409 approach (uudecoding, unsharing) you should use @code{gnus-uu}
7410 (@pxref{Decoding Articles}).
7411
7412 For the commands listed here, the target is a file.  If you want to
7413 save to a group, see the @kbd{B c} (@code{gnus-summary-copy-article})
7414 command (@pxref{Mail Group Commands}).
7415
7416 @vindex gnus-save-all-headers
7417 If @code{gnus-save-all-headers} is non-@code{nil}, Gnus will not delete
7418 unwanted headers before saving the article.
7419
7420 @vindex gnus-saved-headers
7421 If the preceding variable is @code{nil}, all headers that match the
7422 @code{gnus-saved-headers} regexp will be kept, while the rest will be
7423 deleted before saving.
7424
7425 @table @kbd
7426
7427 @item O o
7428 @itemx o
7429 @kindex O o (Summary)
7430 @kindex o (Summary)
7431 @findex gnus-summary-save-article
7432 @c @icon{gnus-summary-save-article}
7433 Save the current article using the default article saver
7434 (@code{gnus-summary-save-article}).
7435
7436 @item O m
7437 @kindex O m (Summary)
7438 @findex gnus-summary-save-article-mail
7439 Save the current article in mail format
7440 (@code{gnus-summary-save-article-mail}).
7441
7442 @item O r
7443 @kindex O r (Summary)
7444 @findex gnus-summary-save-article-rmail
7445 Save the current article in Rmail format
7446 (@code{gnus-summary-save-article-rmail}).
7447
7448 @item O f
7449 @kindex O f (Summary)
7450 @findex gnus-summary-save-article-file
7451 @c @icon{gnus-summary-save-article-file}
7452 Save the current article in plain file format
7453 (@code{gnus-summary-save-article-file}).
7454
7455 @item O F
7456 @kindex O F (Summary)
7457 @findex gnus-summary-write-article-file
7458 Write the current article in plain file format, overwriting any previous
7459 file contents (@code{gnus-summary-write-article-file}).
7460
7461 @item O b
7462 @kindex O b (Summary)
7463 @findex gnus-summary-save-article-body-file
7464 Save the current article body in plain file format
7465 (@code{gnus-summary-save-article-body-file}).
7466
7467 @item O h
7468 @kindex O h (Summary)
7469 @findex gnus-summary-save-article-folder
7470 Save the current article in mh folder format
7471 (@code{gnus-summary-save-article-folder}).
7472
7473 @item O v
7474 @kindex O v (Summary)
7475 @findex gnus-summary-save-article-vm
7476 Save the current article in a VM folder
7477 (@code{gnus-summary-save-article-vm}).
7478
7479 @item O p
7480 @itemx |
7481 @kindex O p (Summary)
7482 @kindex | (Summary)
7483 @findex gnus-summary-pipe-output
7484 Save the current article in a pipe.  Uhm, like, what I mean is---Pipe
7485 the current article to a process (@code{gnus-summary-pipe-output}).
7486 If given a symbolic prefix (@pxref{Symbolic Prefixes}), include the
7487 complete headers in the piped output.
7488
7489 @item O P
7490 @kindex O P (Summary)
7491 @findex gnus-summary-muttprint
7492 @vindex gnus-summary-muttprint-program
7493 Save the current article into muttprint.  That is, print it using the
7494 external program @uref{http://muttprint.sourceforge.net/,
7495 Muttprint}.  The program name and options to use is controlled by the
7496 variable @code{gnus-summary-muttprint-program}.
7497 (@code{gnus-summary-muttprint}).
7498
7499 @end table
7500
7501 @vindex gnus-prompt-before-saving
7502 All these commands use the process/prefix convention
7503 (@pxref{Process/Prefix}).  If you save bunches of articles using these
7504 functions, you might get tired of being prompted for files to save each
7505 and every article in.  The prompting action is controlled by
7506 the @code{gnus-prompt-before-saving} variable, which is @code{always} by
7507 default, giving you that excessive prompting action you know and
7508 loathe.  If you set this variable to @code{t} instead, you'll be prompted
7509 just once for each series of articles you save.  If you like to really
7510 have Gnus do all your thinking for you, you can even set this variable
7511 to @code{nil}, which means that you will never be prompted for files to
7512 save articles in.  Gnus will simply save all the articles in the default
7513 files.
7514
7515
7516 @vindex gnus-default-article-saver
7517 You can customize the @code{gnus-default-article-saver} variable to make
7518 Gnus do what you want it to.  You can use any of the six ready-made
7519 functions below, or you can create your own.
7520
7521 @table @code
7522
7523 @item gnus-summary-save-in-rmail
7524 @findex gnus-summary-save-in-rmail
7525 @vindex gnus-rmail-save-name
7526 @findex gnus-plain-save-name
7527 This is the default format, @dfn{Babyl}.  Uses the function in the
7528 @code{gnus-rmail-save-name} variable to get a file name to save the
7529 article in.  The default is @code{gnus-plain-save-name}.
7530
7531 @item gnus-summary-save-in-mail
7532 @findex gnus-summary-save-in-mail
7533 @vindex gnus-mail-save-name
7534 Save in a Unix mail (mbox) file.  Uses the function in the
7535 @code{gnus-mail-save-name} variable to get a file name to save the
7536 article in.  The default is @code{gnus-plain-save-name}.
7537
7538 @item gnus-summary-save-in-file
7539 @findex gnus-summary-save-in-file
7540 @vindex gnus-file-save-name
7541 @findex gnus-numeric-save-name
7542 Append the article straight to an ordinary file.  Uses the function in
7543 the @code{gnus-file-save-name} variable to get a file name to save the
7544 article in.  The default is @code{gnus-numeric-save-name}.
7545
7546 @item gnus-summary-write-to-file
7547 @findex gnus-summary-write-to-file
7548 Write the article straight to an ordinary file.  The file is
7549 overwritten if it exists.  Uses the function in the
7550 @code{gnus-file-save-name} variable to get a file name to save the
7551 article in.  The default is @code{gnus-numeric-save-name}.
7552
7553 @item gnus-summary-save-body-in-file
7554 @findex gnus-summary-save-body-in-file
7555 Append the article body to an ordinary file.  Uses the function in the
7556 @code{gnus-file-save-name} variable to get a file name to save the
7557 article in.  The default is @code{gnus-numeric-save-name}.
7558
7559 @item gnus-summary-save-in-folder
7560 @findex gnus-summary-save-in-folder
7561 @findex gnus-folder-save-name
7562 @findex gnus-Folder-save-name
7563 @vindex gnus-folder-save-name
7564 @cindex rcvstore
7565 @cindex MH folders
7566 Save the article to an MH folder using @code{rcvstore} from the MH
7567 library.  Uses the function in the @code{gnus-folder-save-name} variable
7568 to get a file name to save the article in.  The default is
7569 @code{gnus-folder-save-name}, but you can also use
7570 @code{gnus-Folder-save-name}, which creates capitalized names.
7571
7572 @item gnus-summary-save-in-vm
7573 @findex gnus-summary-save-in-vm
7574 Save the article in a VM folder.  You have to have the VM mail
7575 reader to use this setting.
7576 @end table
7577
7578 @vindex gnus-article-save-directory
7579 All of these functions, except for the last one, will save the article
7580 in the @code{gnus-article-save-directory}, which is initialized from the
7581 @env{SAVEDIR} environment variable.  This is @file{~/News/} by
7582 default.
7583
7584 As you can see above, the functions use different functions to find a
7585 suitable name of a file to save the article in.  Below is a list of
7586 available functions that generate names:
7587
7588 @table @code
7589
7590 @item gnus-Numeric-save-name
7591 @findex gnus-Numeric-save-name
7592 File names like @file{~/News/Alt.andrea-dworkin/45}.
7593
7594 @item gnus-numeric-save-name
7595 @findex gnus-numeric-save-name
7596 File names like @file{~/News/alt.andrea-dworkin/45}.
7597
7598 @item gnus-Plain-save-name
7599 @findex gnus-Plain-save-name
7600 File names like @file{~/News/Alt.andrea-dworkin}.
7601
7602 @item gnus-plain-save-name
7603 @findex gnus-plain-save-name
7604 File names like @file{~/News/alt.andrea-dworkin}.
7605
7606 @item gnus-sender-save-name
7607 @findex gnus-sender-save-name
7608 File names like @file{~/News/larsi}.
7609 @end table
7610
7611 @vindex gnus-split-methods
7612 You can have Gnus suggest where to save articles by plonking a regexp into
7613 the @code{gnus-split-methods} alist.  For instance, if you would like to
7614 save articles related to Gnus in the file @file{gnus-stuff}, and articles
7615 related to VM in @file{vm-stuff}, you could set this variable to something
7616 like:
7617
7618 @lisp
7619 (("^Subject:.*gnus\\|^Newsgroups:.*gnus" "gnus-stuff")
7620  ("^Subject:.*vm\\|^Xref:.*vm" "vm-stuff")
7621  (my-choosing-function "../other-dir/my-stuff")
7622  ((equal gnus-newsgroup-name "mail.misc") "mail-stuff"))
7623 @end lisp
7624
7625 We see that this is a list where each element is a list that has two
7626 elements---the @dfn{match} and the @dfn{file}.  The match can either be
7627 a string (in which case it is used as a regexp to match on the article
7628 head); it can be a symbol (which will be called as a function with the
7629 group name as a parameter); or it can be a list (which will be
7630 @code{eval}ed).  If any of these actions have a non-@code{nil} result,
7631 the @dfn{file} will be used as a default prompt.  In addition, the
7632 result of the operation itself will be used if the function or form
7633 called returns a string or a list of strings.
7634
7635 You basically end up with a list of file names that might be used when
7636 saving the current article.  (All ``matches'' will be used.)  You will
7637 then be prompted for what you really want to use as a name, with file
7638 name completion over the results from applying this variable.
7639
7640 This variable is @code{((gnus-article-archive-name))} by default, which
7641 means that Gnus will look at the articles it saves for an
7642 @code{Archive-name} line and use that as a suggestion for the file
7643 name.
7644
7645 Here's an example function to clean up file names somewhat.  If you have
7646 lots of mail groups called things like
7647 @samp{nnml:mail.whatever}, you may want to chop off the beginning of
7648 these group names before creating the file name to save to.  The
7649 following will do just that:
7650
7651 @lisp
7652 (defun my-save-name (group)
7653   (when (string-match "^nnml:mail." group)
7654     (substring group (match-end 0))))
7655
7656 (setq gnus-split-methods
7657       '((gnus-article-archive-name)
7658         (my-save-name)))
7659 @end lisp
7660
7661
7662 @vindex gnus-use-long-file-name
7663 Finally, you have the @code{gnus-use-long-file-name} variable.  If it is
7664 @code{nil}, all the preceding functions will replace all periods
7665 (@samp{.}) in the group names with slashes (@samp{/})---which means that
7666 the functions will generate hierarchies of directories instead of having
7667 all the files in the top level directory
7668 (@file{~/News/alt/andrea-dworkin} instead of
7669 @file{~/News/alt.andrea-dworkin}.)  This variable is @code{t} by default
7670 on most systems.  However, for historical reasons, this is @code{nil} on
7671 Xenix and usg-unix-v machines by default.
7672
7673 This function also affects kill and score file names.  If this variable
7674 is a list, and the list contains the element @code{not-score}, long file
7675 names will not be used for score files, if it contains the element
7676 @code{not-save}, long file names will not be used for saving, and if it
7677 contains the element @code{not-kill}, long file names will not be used
7678 for kill files.
7679
7680 If you'd like to save articles in a hierarchy that looks something like
7681 a spool, you could
7682
7683 @lisp
7684 (setq gnus-use-long-file-name '(not-save)) ; @r{to get a hierarchy}
7685 (setq gnus-default-article-saver
7686       'gnus-summary-save-in-file)          ; @r{no encoding}
7687 @end lisp
7688
7689 Then just save with @kbd{o}.  You'd then read this hierarchy with
7690 ephemeral @code{nneething} groups---@kbd{G D} in the group buffer, and
7691 the top level directory as the argument (@file{~/News/}).  Then just walk
7692 around to the groups/directories with @code{nneething}.
7693
7694
7695 @node Decoding Articles
7696 @section Decoding Articles
7697 @cindex decoding articles
7698
7699 Sometime users post articles (or series of articles) that have been
7700 encoded in some way or other.  Gnus can decode them for you.
7701
7702 @menu
7703 * Uuencoded Articles::          Uudecode articles.
7704 * Shell Archives::              Unshar articles.
7705 * PostScript Files::            Split PostScript.
7706 * Other Files::                 Plain save and binhex.
7707 * Decoding Variables::          Variables for a happy decoding.
7708 * Viewing Files::               You want to look at the result of the decoding?
7709 @end menu
7710
7711 @cindex series
7712 @cindex article series
7713 All these functions use the process/prefix convention
7714 (@pxref{Process/Prefix}) for finding out what articles to work on, with
7715 the extension that a ``single article'' means ``a single series''.  Gnus
7716 can find out by itself what articles belong to a series, decode all the
7717 articles and unpack/view/save the resulting file(s).
7718
7719 Gnus guesses what articles are in the series according to the following
7720 simplish rule: The subjects must be (nearly) identical, except for the
7721 last two numbers of the line.  (Spaces are largely ignored, however.)
7722
7723 For example: If you choose a subject called @samp{cat.gif (2/3)}, Gnus
7724 will find all the articles that match the regexp @samp{^cat.gif
7725 ([0-9]+/[0-9]+).*$}.
7726
7727 Subjects that are non-standard, like @samp{cat.gif (2/3) Part 6 of a
7728 series}, will not be properly recognized by any of the automatic viewing
7729 commands, and you have to mark the articles manually with @kbd{#}.
7730
7731
7732 @node Uuencoded Articles
7733 @subsection Uuencoded Articles
7734 @cindex uudecode
7735 @cindex uuencoded articles
7736
7737 @table @kbd
7738
7739 @item X u
7740 @kindex X u (Summary)
7741 @findex gnus-uu-decode-uu
7742 @c @icon{gnus-uu-decode-uu}
7743 Uudecodes the current series (@code{gnus-uu-decode-uu}).
7744
7745 @item X U
7746 @kindex X U (Summary)
7747 @findex gnus-uu-decode-uu-and-save
7748 Uudecodes and saves the current series
7749 (@code{gnus-uu-decode-uu-and-save}).
7750
7751 @item X v u
7752 @kindex X v u (Summary)
7753 @findex gnus-uu-decode-uu-view
7754 Uudecodes and views the current series (@code{gnus-uu-decode-uu-view}).
7755
7756 @item X v U
7757 @kindex X v U (Summary)
7758 @findex gnus-uu-decode-uu-and-save-view
7759 Uudecodes, views and saves the current series
7760 (@code{gnus-uu-decode-uu-and-save-view}).
7761
7762 @end table
7763
7764 Remember that these all react to the presence of articles marked with
7765 the process mark.  If, for instance, you'd like to decode and save an
7766 entire newsgroup, you'd typically do @kbd{M P a}
7767 (@code{gnus-uu-mark-all}) and then @kbd{X U}
7768 (@code{gnus-uu-decode-uu-and-save}).
7769
7770 All this is very much different from how @code{gnus-uu} worked with
7771 @sc{gnus 4.1}, where you had explicit keystrokes for everything under
7772 the sun.  This version of @code{gnus-uu} generally assumes that you mark
7773 articles in some way (@pxref{Setting Process Marks}) and then press
7774 @kbd{X u}.
7775
7776 @vindex gnus-uu-notify-files
7777 Note: When trying to decode articles that have names matching
7778 @code{gnus-uu-notify-files}, which is hard-coded to
7779 @samp{[Cc][Ii][Nn][Dd][Yy][0-9]+.\\(gif\\|jpg\\)}, @code{gnus-uu} will
7780 automatically post an article on @samp{comp.unix.wizards} saying that
7781 you have just viewed the file in question.  This feature can't be turned
7782 off.
7783
7784
7785 @node Shell Archives
7786 @subsection Shell Archives
7787 @cindex unshar
7788 @cindex shell archives
7789 @cindex shared articles
7790
7791 Shell archives (``shar files'') used to be a popular way to distribute
7792 sources, but it isn't used all that much today.  In any case, we have
7793 some commands to deal with these:
7794
7795 @table @kbd
7796
7797 @item X s
7798 @kindex X s (Summary)
7799 @findex gnus-uu-decode-unshar
7800 Unshars the current series (@code{gnus-uu-decode-unshar}).
7801
7802 @item X S
7803 @kindex X S (Summary)
7804 @findex gnus-uu-decode-unshar-and-save
7805 Unshars and saves the current series (@code{gnus-uu-decode-unshar-and-save}).
7806
7807 @item X v s
7808 @kindex X v s (Summary)
7809 @findex gnus-uu-decode-unshar-view
7810 Unshars and views the current series (@code{gnus-uu-decode-unshar-view}).
7811
7812 @item X v S
7813 @kindex X v S (Summary)
7814 @findex gnus-uu-decode-unshar-and-save-view
7815 Unshars, views and saves the current series
7816 (@code{gnus-uu-decode-unshar-and-save-view}).
7817 @end table
7818
7819
7820 @node PostScript Files
7821 @subsection PostScript Files
7822 @cindex PostScript
7823
7824 @table @kbd
7825
7826 @item X p
7827 @kindex X p (Summary)
7828 @findex gnus-uu-decode-postscript
7829 Unpack the current PostScript series (@code{gnus-uu-decode-postscript}).
7830
7831 @item X P
7832 @kindex X P (Summary)
7833 @findex gnus-uu-decode-postscript-and-save
7834 Unpack and save the current PostScript series
7835 (@code{gnus-uu-decode-postscript-and-save}).
7836
7837 @item X v p
7838 @kindex X v p (Summary)
7839 @findex gnus-uu-decode-postscript-view
7840 View the current PostScript series
7841 (@code{gnus-uu-decode-postscript-view}).
7842
7843 @item X v P
7844 @kindex X v P (Summary)
7845 @findex gnus-uu-decode-postscript-and-save-view
7846 View and save the current PostScript series
7847 (@code{gnus-uu-decode-postscript-and-save-view}).
7848 @end table
7849
7850
7851 @node Other Files
7852 @subsection Other Files
7853
7854 @table @kbd
7855 @item X o
7856 @kindex X o (Summary)
7857 @findex gnus-uu-decode-save
7858 Save the current series
7859 (@code{gnus-uu-decode-save}).
7860
7861 @item X b
7862 @kindex X b (Summary)
7863 @findex gnus-uu-decode-binhex
7864 Unbinhex the current series (@code{gnus-uu-decode-binhex}).  This
7865 doesn't really work yet.
7866 @end table
7867
7868
7869 @node Decoding Variables
7870 @subsection Decoding Variables
7871
7872 Adjective, not verb.
7873
7874 @menu
7875 * Rule Variables::              Variables that say how a file is to be viewed.
7876 * Other Decode Variables::      Other decode variables.
7877 * Uuencoding and Posting::      Variables for customizing uuencoding.
7878 @end menu
7879
7880
7881 @node Rule Variables
7882 @subsubsection Rule Variables
7883 @cindex rule variables
7884
7885 Gnus uses @dfn{rule variables} to decide how to view a file.  All these
7886 variables are of the form
7887
7888 @lisp
7889       (list '(regexp1 command2)
7890             '(regexp2 command2)
7891             ...)
7892 @end lisp
7893
7894 @table @code
7895
7896 @item gnus-uu-user-view-rules
7897 @vindex gnus-uu-user-view-rules
7898 @cindex sox
7899 This variable is consulted first when viewing files.  If you wish to use,
7900 for instance, @code{sox} to convert an @file{.au} sound file, you could
7901 say something like:
7902 @lisp
7903 (setq gnus-uu-user-view-rules
7904       (list '("\\\\.au$" "sox %s -t .aiff > /dev/audio")))
7905 @end lisp
7906
7907 @item gnus-uu-user-view-rules-end
7908 @vindex gnus-uu-user-view-rules-end
7909 This variable is consulted if Gnus couldn't make any matches from the
7910 user and default view rules.
7911
7912 @item gnus-uu-user-archive-rules
7913 @vindex gnus-uu-user-archive-rules
7914 This variable can be used to say what commands should be used to unpack
7915 archives.
7916 @end table
7917
7918
7919 @node Other Decode Variables
7920 @subsubsection Other Decode Variables
7921
7922 @table @code
7923 @vindex gnus-uu-grabbed-file-functions
7924
7925 @item gnus-uu-grabbed-file-functions
7926 All functions in this list will be called right after each file has been
7927 successfully decoded---so that you can move or view files right away,
7928 and don't have to wait for all files to be decoded before you can do
7929 anything.  Ready-made functions you can put in this list are:
7930
7931 @table @code
7932
7933 @item gnus-uu-grab-view
7934 @findex gnus-uu-grab-view
7935 View the file.
7936
7937 @item gnus-uu-grab-move
7938 @findex gnus-uu-grab-move
7939 Move the file (if you're using a saving function.)
7940 @end table
7941
7942 @item gnus-uu-be-dangerous
7943 @vindex gnus-uu-be-dangerous
7944 Specifies what to do if unusual situations arise during decoding.  If
7945 @code{nil}, be as conservative as possible.  If @code{t}, ignore things
7946 that didn't work, and overwrite existing files.  Otherwise, ask each
7947 time.
7948
7949 @item gnus-uu-ignore-files-by-name
7950 @vindex gnus-uu-ignore-files-by-name
7951 Files with name matching this regular expression won't be viewed.
7952
7953 @item gnus-uu-ignore-files-by-type
7954 @vindex gnus-uu-ignore-files-by-type
7955 Files with a @acronym{MIME} type matching this variable won't be viewed.
7956 Note that Gnus tries to guess what type the file is based on the name.
7957 @code{gnus-uu} is not a @acronym{MIME} package (yet), so this is slightly
7958 kludgey.
7959
7960 @item gnus-uu-tmp-dir
7961 @vindex gnus-uu-tmp-dir
7962 Where @code{gnus-uu} does its work.
7963
7964 @item gnus-uu-do-not-unpack-archives
7965 @vindex gnus-uu-do-not-unpack-archives
7966 Non-@code{nil} means that @code{gnus-uu} won't peek inside archives
7967 looking for files to display.
7968
7969 @item gnus-uu-view-and-save
7970 @vindex gnus-uu-view-and-save
7971 Non-@code{nil} means that the user will always be asked to save a file
7972 after viewing it.
7973
7974 @item gnus-uu-ignore-default-view-rules
7975 @vindex gnus-uu-ignore-default-view-rules
7976 Non-@code{nil} means that @code{gnus-uu} will ignore the default viewing
7977 rules.
7978
7979 @item gnus-uu-ignore-default-archive-rules
7980 @vindex gnus-uu-ignore-default-archive-rules
7981 Non-@code{nil} means that @code{gnus-uu} will ignore the default archive
7982 unpacking commands.
7983
7984 @item gnus-uu-kill-carriage-return
7985 @vindex gnus-uu-kill-carriage-return
7986 Non-@code{nil} means that @code{gnus-uu} will strip all carriage returns
7987 from articles.
7988
7989 @item gnus-uu-unmark-articles-not-decoded
7990 @vindex gnus-uu-unmark-articles-not-decoded
7991 Non-@code{nil} means that @code{gnus-uu} will mark unsuccessfully
7992 decoded articles as unread.
7993
7994 @item gnus-uu-correct-stripped-uucode
7995 @vindex gnus-uu-correct-stripped-uucode
7996 Non-@code{nil} means that @code{gnus-uu} will @emph{try} to fix
7997 uuencoded files that have had trailing spaces deleted.
7998
7999 @item gnus-uu-pre-uudecode-hook
8000 @vindex gnus-uu-pre-uudecode-hook
8001 Hook run before sending a message to @code{uudecode}.
8002
8003 @item gnus-uu-view-with-metamail
8004 @vindex gnus-uu-view-with-metamail
8005 @cindex metamail
8006 Non-@code{nil} means that @code{gnus-uu} will ignore the viewing
8007 commands defined by the rule variables and just fudge a @acronym{MIME}
8008 content type based on the file name.  The result will be fed to
8009 @code{metamail} for viewing.
8010
8011 @item gnus-uu-save-in-digest
8012 @vindex gnus-uu-save-in-digest
8013 Non-@code{nil} means that @code{gnus-uu}, when asked to save without
8014 decoding, will save in digests.  If this variable is @code{nil},
8015 @code{gnus-uu} will just save everything in a file without any
8016 embellishments.  The digesting almost conforms to RFC 1153---no easy way
8017 to specify any meaningful volume and issue numbers were found, so I
8018 simply dropped them.
8019
8020 @end table
8021
8022
8023 @node Uuencoding and Posting
8024 @subsubsection Uuencoding and Posting
8025
8026 @table @code
8027
8028 @item gnus-uu-post-include-before-composing
8029 @vindex gnus-uu-post-include-before-composing
8030 Non-@code{nil} means that @code{gnus-uu} will ask for a file to encode
8031 before you compose the article.  If this variable is @code{t}, you can
8032 either include an encoded file with @kbd{C-c C-i} or have one included
8033 for you when you post the article.
8034
8035 @item gnus-uu-post-length
8036 @vindex gnus-uu-post-length
8037 Maximum length of an article.  The encoded file will be split into how
8038 many articles it takes to post the entire file.
8039
8040 @item gnus-uu-post-threaded
8041 @vindex gnus-uu-post-threaded
8042 Non-@code{nil} means that @code{gnus-uu} will post the encoded file in a
8043 thread.  This may not be smart, as no other decoder I have seen is able
8044 to follow threads when collecting uuencoded articles.  (Well, I have
8045 seen one package that does that---@code{gnus-uu}, but somehow, I don't
8046 think that counts@dots{}) Default is @code{nil}.
8047
8048 @item gnus-uu-post-separate-description
8049 @vindex gnus-uu-post-separate-description
8050 Non-@code{nil} means that the description will be posted in a separate
8051 article.  The first article will typically be numbered (0/x).  If this
8052 variable is @code{nil}, the description the user enters will be included
8053 at the beginning of the first article, which will be numbered (1/x).
8054 Default is @code{t}.
8055
8056 @end table
8057
8058
8059 @node Viewing Files
8060 @subsection Viewing Files
8061 @cindex viewing files
8062 @cindex pseudo-articles
8063
8064 After decoding, if the file is some sort of archive, Gnus will attempt
8065 to unpack the archive and see if any of the files in the archive can be
8066 viewed.  For instance, if you have a gzipped tar file @file{pics.tar.gz}
8067 containing the files @file{pic1.jpg} and @file{pic2.gif}, Gnus will
8068 uncompress and de-tar the main file, and then view the two pictures.
8069 This unpacking process is recursive, so if the archive contains archives
8070 of archives, it'll all be unpacked.
8071
8072 Finally, Gnus will normally insert a @dfn{pseudo-article} for each
8073 extracted file into the summary buffer.  If you go to these
8074 ``articles'', you will be prompted for a command to run (usually Gnus
8075 will make a suggestion), and then the command will be run.
8076
8077 @vindex gnus-view-pseudo-asynchronously
8078 If @code{gnus-view-pseudo-asynchronously} is @code{nil}, Emacs will wait
8079 until the viewing is done before proceeding.
8080
8081 @vindex gnus-view-pseudos
8082 If @code{gnus-view-pseudos} is @code{automatic}, Gnus will not insert
8083 the pseudo-articles into the summary buffer, but view them
8084 immediately.  If this variable is @code{not-confirm}, the user won't even
8085 be asked for a confirmation before viewing is done.
8086
8087 @vindex gnus-view-pseudos-separately
8088 If @code{gnus-view-pseudos-separately} is non-@code{nil}, one
8089 pseudo-article will be created for each file to be viewed.  If
8090 @code{nil}, all files that use the same viewing command will be given as
8091 a list of parameters to that command.
8092
8093 @vindex gnus-insert-pseudo-articles
8094 If @code{gnus-insert-pseudo-articles} is non-@code{nil}, insert
8095 pseudo-articles when decoding.  It is @code{t} by default.
8096
8097 So; there you are, reading your @emph{pseudo-articles} in your
8098 @emph{virtual newsgroup} from the @emph{virtual server}; and you think:
8099 Why isn't anything real anymore? How did we get here?
8100
8101
8102 @node Article Treatment
8103 @section Article Treatment
8104
8105 Reading through this huge manual, you may have quite forgotten that the
8106 object of newsreaders is to actually, like, read what people have
8107 written.  Reading articles.  Unfortunately, people are quite bad at
8108 writing, so there are tons of functions and variables to make reading
8109 these articles easier.
8110
8111 @menu
8112 * Article Highlighting::        You want to make the article look like fruit salad.
8113 * Article Fontisizing::         Making emphasized text look nice.
8114 * Article Hiding::              You also want to make certain info go away.
8115 * Article Washing::             Lots of way-neat functions to make life better.
8116 * Article Header::              Doing various header transformations.
8117 * Article Buttons::             Click on URLs, Message-IDs, addresses and the like.
8118 * Article Button Levels::       Controlling appearance of buttons.
8119 * Article Date::                Grumble, UT!
8120 * Article Display::             Display various stuff---X-Face, Picons, Smileys
8121 * Article Signature::           What is a signature?
8122 * Article Miscellanea::         Various other stuff.
8123 @end menu
8124
8125
8126 @node Article Highlighting
8127 @subsection Article Highlighting
8128 @cindex highlighting
8129
8130 Not only do you want your article buffer to look like fruit salad, but
8131 you want it to look like technicolor fruit salad.
8132
8133 @table @kbd
8134
8135 @item W H a
8136 @kindex W H a (Summary)
8137 @findex gnus-article-highlight
8138 @findex gnus-article-maybe-highlight
8139 Do much highlighting of the current article
8140 (@code{gnus-article-highlight}).  This function highlights header, cited
8141 text, the signature, and adds buttons to the body and the head.
8142
8143 @item W H h
8144 @kindex W H h (Summary)
8145 @findex gnus-article-highlight-headers
8146 @vindex gnus-header-face-alist
8147 Highlight the headers (@code{gnus-article-highlight-headers}).  The
8148 highlighting will be done according to the @code{gnus-header-face-alist}
8149 variable, which is a list where each element has the form
8150 @code{(@var{regexp} @var{name} @var{content})}.
8151 @var{regexp} is a regular expression for matching the
8152 header, @var{name} is the face used for highlighting the header name
8153 (@pxref{Faces and Fonts}) and @var{content} is the face for highlighting
8154 the header value.  The first match made will be used.  Note that
8155 @var{regexp} shouldn't have @samp{^} prepended---Gnus will add one.
8156
8157 @item W H c
8158 @kindex W H c (Summary)
8159 @findex gnus-article-highlight-citation
8160 Highlight cited text (@code{gnus-article-highlight-citation}).
8161
8162 Some variables to customize the citation highlights:
8163
8164 @table @code
8165 @vindex gnus-cite-parse-max-size
8166
8167 @item gnus-cite-parse-max-size
8168 If the article size if bigger than this variable (which is 25000 by
8169 default), no citation highlighting will be performed.
8170
8171 @item gnus-cite-max-prefix
8172 @vindex gnus-cite-max-prefix
8173 Maximum possible length for a citation prefix (default 20).
8174
8175 @item gnus-cite-face-list
8176 @vindex gnus-cite-face-list
8177 List of faces used for highlighting citations (@pxref{Faces and Fonts}).
8178 When there are citations from multiple articles in the same message,
8179 Gnus will try to give each citation from each article its own face.
8180 This should make it easier to see who wrote what.
8181
8182 @item gnus-supercite-regexp
8183 @vindex gnus-supercite-regexp
8184 Regexp matching normal Supercite attribution lines.
8185
8186 @item gnus-supercite-secondary-regexp
8187 @vindex gnus-supercite-secondary-regexp
8188 Regexp matching mangled Supercite attribution lines.
8189
8190 @item gnus-cite-minimum-match-count
8191 @vindex gnus-cite-minimum-match-count
8192 Minimum number of identical prefixes we have to see before we believe
8193 that it's a citation.
8194
8195 @item gnus-cite-attribution-prefix
8196 @vindex gnus-cite-attribution-prefix
8197 Regexp matching the beginning of an attribution line.
8198
8199 @item gnus-cite-attribution-suffix
8200 @vindex gnus-cite-attribution-suffix
8201 Regexp matching the end of an attribution line.
8202
8203 @item gnus-cite-attribution-face
8204 @vindex gnus-cite-attribution-face
8205 Face used for attribution lines.  It is merged with the face for the
8206 cited text belonging to the attribution.
8207
8208 @item gnus-cite-ignore-quoted-from
8209 @vindex gnus-cite-ignore-quoted-from
8210 If non-@code{nil}, no citation highlighting will be performed on lines
8211 beginning with @samp{>From }.  Those lines may have been quoted by MTAs
8212 in order not to mix up with the envelope From line.  The default value
8213 is @code{t}.
8214
8215 @end table
8216
8217
8218 @item W H s
8219 @kindex W H s (Summary)
8220 @vindex gnus-signature-separator
8221 @vindex gnus-signature-face
8222 @findex gnus-article-highlight-signature
8223 Highlight the signature (@code{gnus-article-highlight-signature}).
8224 Everything after @code{gnus-signature-separator} (@pxref{Article
8225 Signature}) in an article will be considered a signature and will be
8226 highlighted with @code{gnus-signature-face}, which is @code{italic} by
8227 default.
8228
8229 @end table
8230
8231 @xref{Customizing Articles}, for how to highlight articles automatically.
8232
8233
8234 @node Article Fontisizing
8235 @subsection Article Fontisizing
8236 @cindex emphasis
8237 @cindex article emphasis
8238
8239 @findex gnus-article-emphasize
8240 @kindex W e (Summary)
8241 People commonly add emphasis to words in news articles by writing things
8242 like @samp{_this_} or @samp{*this*} or @samp{/this/}.  Gnus can make
8243 this look nicer by running the article through the @kbd{W e}
8244 (@code{gnus-article-emphasize}) command.
8245
8246 @vindex gnus-emphasis-alist
8247 How the emphasis is computed is controlled by the
8248 @code{gnus-emphasis-alist} variable.  This is an alist where the first
8249 element is a regular expression to be matched.  The second is a number
8250 that says what regular expression grouping is used to find the entire
8251 emphasized word.  The third is a number that says what regexp grouping
8252 should be displayed and highlighted.  (The text between these two
8253 groupings will be hidden.)  The fourth is the face used for
8254 highlighting.
8255
8256 @lisp
8257 (setq gnus-emphasis-alist
8258       '(("_\\(\\w+\\)_" 0 1 gnus-emphasis-underline)
8259         ("\\*\\(\\w+\\)\\*" 0 1 gnus-emphasis-bold)))
8260 @end lisp
8261
8262 @cindex slash
8263 @cindex asterisk
8264 @cindex underline
8265 @cindex /
8266 @cindex *
8267
8268 @vindex gnus-emphasis-underline
8269 @vindex gnus-emphasis-bold
8270 @vindex gnus-emphasis-italic
8271 @vindex gnus-emphasis-underline-bold
8272 @vindex gnus-emphasis-underline-italic
8273 @vindex gnus-emphasis-bold-italic
8274 @vindex gnus-emphasis-underline-bold-italic
8275 By default, there are seven rules, and they use the following faces:
8276 @code{gnus-emphasis-bold}, @code{gnus-emphasis-italic},
8277 @code{gnus-emphasis-underline}, @code{gnus-emphasis-bold-italic},
8278 @code{gnus-emphasis-underline-italic},
8279 @code{gnus-emphasis-underline-bold}, and
8280 @code{gnus-emphasis-underline-bold-italic}.
8281
8282 If you want to change these faces, you can either use @kbd{M-x
8283 customize}, or you can use @code{copy-face}.  For instance, if you want
8284 to make @code{gnus-emphasis-italic} use a red face instead, you could
8285 say something like:
8286
8287 @lisp
8288 (copy-face 'red 'gnus-emphasis-italic)
8289 @end lisp
8290
8291 @vindex gnus-group-highlight-words-alist
8292
8293 If you want to highlight arbitrary words, you can use the
8294 @code{gnus-group-highlight-words-alist} variable, which uses the same
8295 syntax as @code{gnus-emphasis-alist}.  The @code{highlight-words} group
8296 parameter (@pxref{Group Parameters}) can also be used.
8297
8298 @xref{Customizing Articles}, for how to fontize articles automatically.
8299
8300
8301 @node Article Hiding
8302 @subsection Article Hiding
8303 @cindex article hiding
8304
8305 Or rather, hiding certain things in each article.  There usually is much
8306 too much cruft in most articles.
8307
8308 @table @kbd
8309
8310 @item W W a
8311 @kindex W W a (Summary)
8312 @findex gnus-article-hide
8313 Do quite a lot of hiding on the article buffer
8314 (@kbd{gnus-article-hide}).  In particular, this function will hide
8315 headers, @acronym{PGP}, cited text and the signature.
8316
8317 @item W W h
8318 @kindex W W h (Summary)
8319 @findex gnus-article-hide-headers
8320 Hide headers (@code{gnus-article-hide-headers}).  @xref{Hiding
8321 Headers}.
8322
8323 @item W W b
8324 @kindex W W b (Summary)
8325 @findex gnus-article-hide-boring-headers
8326 Hide headers that aren't particularly interesting
8327 (@code{gnus-article-hide-boring-headers}).  @xref{Hiding Headers}.
8328
8329 @item W W s
8330 @kindex W W s (Summary)
8331 @findex gnus-article-hide-signature
8332 Hide signature (@code{gnus-article-hide-signature}).  @xref{Article
8333 Signature}.
8334
8335 @item W W l
8336 @kindex W W l (Summary)
8337 @findex gnus-article-hide-list-identifiers
8338 @vindex gnus-list-identifiers
8339 Strip list identifiers specified in @code{gnus-list-identifiers}.  These
8340 are strings some mailing list servers add to the beginning of all
8341 @code{Subject} headers---for example, @samp{[zebra 4711]}.  Any leading
8342 @samp{Re: } is skipped before stripping.  @code{gnus-list-identifiers}
8343 may not contain @code{\\(..\\)}.
8344
8345 @table @code
8346
8347 @item gnus-list-identifiers
8348 @vindex gnus-list-identifiers
8349 A regular expression that matches list identifiers to be removed from
8350 subject.  This can also be a list of regular expressions.
8351
8352 @end table
8353
8354 @item W W P
8355 @kindex W W P (Summary)
8356 @findex gnus-article-hide-pem
8357 Hide @acronym{PEM} (privacy enhanced messages) cruft
8358 (@code{gnus-article-hide-pem}).
8359
8360 @item W W B
8361 @kindex W W B (Summary)
8362 @findex gnus-article-strip-banner
8363 @vindex gnus-article-banner-alist
8364 @vindex gnus-article-address-banner-alist
8365 @cindex banner
8366 @cindex OneList
8367 @cindex stripping advertisements
8368 @cindex advertisements
8369 Strip the banner specified by the @code{banner} group parameter
8370 (@code{gnus-article-strip-banner}).  This is mainly used to hide those
8371 annoying banners and/or signatures that some mailing lists and moderated
8372 groups adds to all the messages.  The way to use this function is to add
8373 the @code{banner} group parameter (@pxref{Group Parameters}) to the
8374 group you want banners stripped from.  The parameter either be a string,
8375 which will be interpreted as a regular expression matching text to be
8376 removed, or the symbol @code{signature}, meaning that the (last)
8377 signature should be removed, or other symbol, meaning that the
8378 corresponding regular expression in @code{gnus-article-banner-alist} is
8379 used.
8380
8381 Regardless of a group, you can hide things like advertisements only when
8382 the sender of an article has a certain mail address specified in
8383 @code{gnus-article-address-banner-alist}.
8384
8385 @table @code
8386
8387 @item gnus-article-address-banner-alist
8388 @vindex gnus-article-address-banner-alist
8389 Alist of mail addresses and banners.  Each element has the form
8390 @code{(@var{address} . @var{banner})}, where @var{address} is a regexp
8391 matching a mail address in the From header, @var{banner} is one of a
8392 symbol @code{signature}, an item in @code{gnus-article-banner-alist},
8393 a regexp and @code{nil}.  If @var{address} matches author's mail
8394 address, it will remove things like advertisements.  For example, if a
8395 sender has the mail address @samp{hail@@yoo-hoo.co.jp} and there is a
8396 banner something like @samp{Do You Yoo-hoo!?} in all articles he
8397 sends, you can use the following element to remove them:
8398
8399 @lisp
8400 ("@@yoo-hoo\\.co\\.jp\\'" .
8401  "\n_+\nDo You Yoo-hoo!\\?\n.*\n.*\n")
8402 @end lisp
8403
8404 @end table
8405
8406 @item W W c
8407 @kindex W W c (Summary)
8408 @findex gnus-article-hide-citation
8409 Hide citation (@code{gnus-article-hide-citation}).  Some variables for
8410 customizing the hiding:
8411
8412 @table @code
8413
8414 @item gnus-cited-opened-text-button-line-format
8415 @itemx gnus-cited-closed-text-button-line-format
8416 @vindex gnus-cited-closed-text-button-line-format
8417 @vindex gnus-cited-opened-text-button-line-format
8418 Gnus adds buttons to show where the cited text has been hidden, and to
8419 allow toggle hiding the text.  The format of the variable is specified
8420 by these format-like variable (@pxref{Formatting Variables}).  These
8421 specs are valid:
8422
8423 @table @samp
8424 @item b
8425 Starting point of the hidden text.
8426 @item e
8427 Ending point of the hidden text.
8428 @item l
8429 Number of characters in the hidden region.
8430 @item n
8431 Number of lines of hidden text.
8432 @end table
8433
8434 @item gnus-cited-lines-visible
8435 @vindex gnus-cited-lines-visible
8436 The number of lines at the beginning of the cited text to leave
8437 shown.  This can also be a cons cell with the number of lines at the top
8438 and bottom of the text, respectively, to remain visible.
8439
8440 @end table
8441
8442 @item W W C-c
8443 @kindex W W C-c (Summary)
8444 @findex gnus-article-hide-citation-maybe
8445
8446 Hide citation (@code{gnus-article-hide-citation-maybe}) depending on the
8447 following two variables:
8448
8449 @table @code
8450 @item gnus-cite-hide-percentage
8451 @vindex gnus-cite-hide-percentage
8452 If the cited text is of a bigger percentage than this variable (default
8453 50), hide the cited text.
8454
8455 @item gnus-cite-hide-absolute
8456 @vindex gnus-cite-hide-absolute
8457 The cited text must have at least this length (default 10) before it
8458 is hidden.
8459 @end table
8460
8461 @item W W C
8462 @kindex W W C (Summary)
8463 @findex gnus-article-hide-citation-in-followups
8464 Hide cited text in articles that aren't roots
8465 (@code{gnus-article-hide-citation-in-followups}).  This isn't very
8466 useful as an interactive command, but might be a handy function to stick
8467 have happen automatically (@pxref{Customizing Articles}).
8468
8469 @end table
8470
8471 All these ``hiding'' commands are toggles, but if you give a negative
8472 prefix to these commands, they will show what they have previously
8473 hidden.  If you give a positive prefix, they will always hide.
8474
8475 Also @pxref{Article Highlighting} for further variables for
8476 citation customization.
8477
8478 @xref{Customizing Articles}, for how to hide article elements
8479 automatically.
8480
8481
8482 @node Article Washing
8483 @subsection Article Washing
8484 @cindex washing
8485 @cindex article washing
8486
8487 We call this ``article washing'' for a really good reason.  Namely, the
8488 @kbd{A} key was taken, so we had to use the @kbd{W} key instead.
8489
8490 @dfn{Washing} is defined by us as ``changing something from something to
8491 something else'', but normally results in something looking better.
8492 Cleaner, perhaps.
8493
8494 @xref{Customizing Articles}, if you want to change how Gnus displays
8495 articles by default.
8496
8497 @table @kbd
8498
8499 @item C-u g
8500 This is not really washing, it's sort of the opposite of washing.  If
8501 you type this, you see the article exactly as it exists on disk or on
8502 the server.
8503
8504 @item g
8505 Force redisplaying of the current article
8506 (@code{gnus-summary-show-article}).  This is also not really washing.
8507 If you type this, you see the article without any previously applied
8508 interactive Washing functions but with all default treatments
8509 (@pxref{Customizing Articles}).
8510
8511 @item W l
8512 @kindex W l (Summary)
8513 @findex gnus-summary-stop-page-breaking
8514 Remove page breaks from the current article
8515 (@code{gnus-summary-stop-page-breaking}).  @xref{Misc Article}, for page
8516 delimiters.
8517
8518 @item W r
8519 @kindex W r (Summary)
8520 @findex gnus-summary-caesar-message
8521 @c @icon{gnus-summary-caesar-message}
8522 Do a Caesar rotate (rot13) on the article buffer
8523 (@code{gnus-summary-caesar-message}).
8524 Unreadable articles that tell you to read them with Caesar rotate or rot13.
8525 (Typically offensive jokes and such.)
8526
8527 It's commonly called ``rot13'' because each letter is rotated 13
8528 positions in the alphabet, e. g. @samp{B} (letter #2) -> @samp{O} (letter
8529 #15).  It is sometimes referred to as ``Caesar rotate'' because Caesar
8530 is rumored to have employed this form of, uh, somewhat weak encryption.
8531
8532 @item W m
8533 @kindex W m (Summary)
8534 @findex gnus-summary-morse-message
8535 Morse decode the article buffer (@code{gnus-summary-morse-message}).
8536
8537 @item W i
8538 @kindex W i (Summary)
8539 @findex gnus-summary-idna-message
8540 Decode IDNA encoded domain names in the current articles.  IDNA
8541 encoded domain names looks like @samp{xn--bar}.  If a string remain
8542 unencoded after running invoking this, it is likely an invalid IDNA
8543 string (@samp{xn--bar} is invalid).  You must have GNU Libidn
8544 (@url{http://www.gnu.org/software/libidn/}) installed for this command
8545 to work.
8546
8547 @item W t
8548 @item t
8549 @kindex W t (Summary)
8550 @kindex t (Summary)
8551 @findex gnus-summary-toggle-header
8552 Toggle whether to display all headers in the article buffer
8553 (@code{gnus-summary-toggle-header}).
8554
8555 @item W v
8556 @kindex W v (Summary)
8557 @findex gnus-summary-verbose-headers
8558 Toggle whether to display all headers in the article buffer permanently
8559 (@code{gnus-summary-verbose-headers}).
8560
8561 @item W o
8562 @kindex W o (Summary)
8563 @findex gnus-article-treat-overstrike
8564 Treat overstrike (@code{gnus-article-treat-overstrike}).
8565
8566 @item W d
8567 @kindex W d (Summary)
8568 @findex gnus-article-treat-dumbquotes
8569 @vindex gnus-article-dumbquotes-map
8570 @cindex Smartquotes
8571 @cindex M****s*** sm*rtq**t*s
8572 @cindex Latin 1
8573 Treat M****s*** sm*rtq**t*s according to
8574 @code{gnus-article-dumbquotes-map}
8575 (@code{gnus-article-treat-dumbquotes}).  Note that this function guesses
8576 whether a character is a sm*rtq**t* or not, so it should only be used
8577 interactively.
8578
8579 Sm*rtq**t*s are M****s***'s unilateral extension to the character map in
8580 an attempt to provide more quoting characters.  If you see something
8581 like @code{\222} or @code{\264} where you're expecting some kind of
8582 apostrophe or quotation mark, then try this wash.
8583
8584 @item W Y f
8585 @kindex W Y f (Summary)
8586 @findex gnus-article-outlook-deuglify-article
8587 @cindex Outlook Express
8588 Full deuglify of broken Outlook (Express) articles: Treat dumbquotes,
8589 unwrap lines, repair attribution and rearrange citation.
8590 (@code{gnus-article-outlook-deuglify-article}).
8591
8592 @item W Y u
8593 @kindex W Y u (Summary)
8594 @findex gnus-article-outlook-unwrap-lines
8595 @vindex gnus-outlook-deuglify-unwrap-min
8596 @vindex gnus-outlook-deuglify-unwrap-max
8597 Unwrap lines that appear to be wrapped citation lines.  You can control
8598 what lines will be unwrapped by frobbing
8599 @code{gnus-outlook-deuglify-unwrap-min} and
8600 @code{gnus-outlook-deuglify-unwrap-max}, indicating the minimum and
8601 maximum length of an unwrapped citation line.
8602 (@code{gnus-article-outlook-unwrap-lines}).
8603
8604 @item W Y a
8605 @kindex W Y a (Summary)
8606 @findex gnus-article-outlook-repair-attribution
8607 Repair a broken attribution line.@*
8608 (@code{gnus-article-outlook-repair-attribution}).
8609
8610 @item W Y c
8611 @kindex W Y c (Summary)
8612 @findex gnus-article-outlook-rearrange-citation
8613 Repair broken citations by rearranging the text.
8614 (@code{gnus-article-outlook-rearrange-citation}).
8615
8616 @item W w
8617 @kindex W w (Summary)
8618 @findex gnus-article-fill-cited-article
8619 Do word wrap (@code{gnus-article-fill-cited-article}).
8620
8621 You can give the command a numerical prefix to specify the width to use
8622 when filling.
8623
8624 @item W Q
8625 @kindex W Q (Summary)
8626 @findex gnus-article-fill-long-lines
8627 Fill long lines (@code{gnus-article-fill-long-lines}).
8628
8629 @item W C
8630 @kindex W C (Summary)
8631 @findex gnus-article-capitalize-sentences
8632 Capitalize the first word in each sentence
8633 (@code{gnus-article-capitalize-sentences}).
8634
8635 @item W c
8636 @kindex W c (Summary)
8637 @findex gnus-article-remove-cr
8638 Translate CRLF pairs (i. e., @samp{^M}s on the end of the lines) into LF
8639 (this takes care of DOS line endings), and then translate any remaining
8640 CRs into LF (this takes care of Mac line endings)
8641 (@code{gnus-article-remove-cr}).
8642
8643 @item W q
8644 @kindex W q (Summary)
8645 @findex gnus-article-de-quoted-unreadable
8646 Treat quoted-printable (@code{gnus-article-de-quoted-unreadable}).
8647 Quoted-Printable is one common @acronym{MIME} encoding employed when
8648 sending non-@acronym{ASCII} (i.e., 8-bit) articles.  It typically
8649 makes strings like @samp{d@'ej@`a vu} look like @samp{d=E9j=E0 vu},
8650 which doesn't look very readable to me.  Note that this is usually
8651 done automatically by Gnus if the message in question has a
8652 @code{Content-Transfer-Encoding} header that says that this encoding
8653 has been done.  If a prefix is given, a charset will be asked for.
8654
8655 @item W 6
8656 @kindex W 6 (Summary)
8657 @findex gnus-article-de-base64-unreadable
8658 Treat base64 (@code{gnus-article-de-base64-unreadable}).  Base64 is
8659 one common @acronym{MIME} encoding employed when sending
8660 non-@acronym{ASCII} (i.e., 8-bit) articles.  Note that this is
8661 usually done automatically by Gnus if the message in question has a
8662 @code{Content-Transfer-Encoding} header that says that this encoding
8663 has been done.  If a prefix is given, a charset will be asked for.
8664
8665 @item W Z
8666 @kindex W Z (Summary)
8667 @findex gnus-article-decode-HZ
8668 Treat HZ or HZP (@code{gnus-article-decode-HZ}).  HZ (or HZP) is one
8669 common encoding employed when sending Chinese articles.  It typically
8670 makes strings look like @samp{~@{<:Ky2;S@{#,NpJ)l6HK!#~@}}.
8671
8672 @item W A
8673 @kindex W A (Summary)
8674 @findex gnus-article-treat-ansi-sequences
8675 @cindex @acronym{ANSI} control sequences
8676 Translate @acronym{ANSI} SGR control sequences into overlays or
8677 extents (@code{gnus-article-treat-ansi-sequences}).  @acronym{ANSI}
8678 sequences are used in some Chinese hierarchies for highlighting.
8679
8680 @item W u
8681 @kindex W u (Summary)
8682 @findex gnus-article-unsplit-urls
8683 Remove newlines from within URLs.  Some mailers insert newlines into
8684 outgoing email messages to keep lines short.  This reformatting can
8685 split long URLs onto multiple lines.  Repair those URLs by removing
8686 the newlines (@code{gnus-article-unsplit-urls}).
8687
8688 @item W h
8689 @kindex W h (Summary)
8690 @findex gnus-article-wash-html
8691 Treat @acronym{HTML} (@code{gnus-article-wash-html}).  Note that this is
8692 usually done automatically by Gnus if the message in question has a
8693 @code{Content-Type} header that says that the message is @acronym{HTML}.
8694
8695 If a prefix is given, a charset will be asked for.
8696
8697 @vindex gnus-article-wash-function
8698 The default is to use the function specified by
8699 @code{mm-text-html-renderer} (@pxref{Display Customization, ,Display
8700 Customization, emacs-mime, The Emacs MIME Manual}) to convert the
8701 @acronym{HTML}, but this is controlled by the
8702 @code{gnus-article-wash-function} variable.  Pre-defined functions you
8703 can use include:
8704
8705 @table @code
8706 @item W3
8707 Use Emacs/W3.
8708
8709 @item w3m
8710 Use @uref{http://emacs-w3m.namazu.org/, emacs-w3m}.
8711
8712 @item links
8713 Use @uref{http://links.sf.net/, Links}.
8714
8715 @item lynx
8716 Use @uref{http://lynx.isc.org/, Lynx}.
8717
8718 @item html2text
8719 Use html2text---a simple @acronym{HTML} converter included with Gnus.
8720
8721 @end table
8722
8723 @item W b
8724 @kindex W b (Summary)
8725 @findex gnus-article-add-buttons
8726 Add clickable buttons to the article (@code{gnus-article-add-buttons}).
8727 @xref{Article Buttons}.
8728
8729 @item W B
8730 @kindex W B (Summary)
8731 @findex gnus-article-add-buttons-to-head
8732 Add clickable buttons to the article headers
8733 (@code{gnus-article-add-buttons-to-head}).
8734
8735 @item W p
8736 @kindex W p (Summary)
8737 @findex gnus-article-verify-x-pgp-sig
8738 Verify a signed control message
8739 (@code{gnus-article-verify-x-pgp-sig}).  Control messages such as
8740 @code{newgroup} and @code{checkgroups} are usually signed by the
8741 hierarchy maintainer.  You need to add the @acronym{PGP} public key of
8742 the maintainer to your keyring to verify the
8743 message.@footnote{@acronym{PGP} keys for many hierarchies are
8744 available at @uref{ftp://ftp.isc.org/pub/pgpcontrol/README.html}}
8745
8746 @item W s
8747 @kindex W s (Summary)
8748 @findex gnus-summary-force-verify-and-decrypt
8749 Verify a signed (@acronym{PGP}, @acronym{PGP/MIME} or
8750 @acronym{S/MIME}) message
8751 (@code{gnus-summary-force-verify-and-decrypt}). @xref{Security}.
8752
8753 @item W a
8754 @kindex W a (Summary)
8755 @findex gnus-article-strip-headers-in-body
8756 Strip headers like the @code{X-No-Archive} header from the beginning of
8757 article bodies (@code{gnus-article-strip-headers-in-body}).
8758
8759 @item W E l
8760 @kindex W E l (Summary)
8761 @findex gnus-article-strip-leading-blank-lines
8762 Remove all blank lines from the beginning of the article
8763 (@code{gnus-article-strip-leading-blank-lines}).
8764
8765 @item W E m
8766 @kindex W E m (Summary)
8767 @findex gnus-article-strip-multiple-blank-lines
8768 Replace all blank lines with empty lines and then all multiple empty
8769 lines with a single empty line.
8770 (@code{gnus-article-strip-multiple-blank-lines}).
8771
8772 @item W E t
8773 @kindex W E t (Summary)
8774 @findex gnus-article-remove-trailing-blank-lines
8775 Remove all blank lines at the end of the article
8776 (@code{gnus-article-remove-trailing-blank-lines}).
8777
8778 @item W E a
8779 @kindex W E a (Summary)
8780 @findex gnus-article-strip-blank-lines
8781 Do all the three commands above
8782 (@code{gnus-article-strip-blank-lines}).
8783
8784 @item W E A
8785 @kindex W E A (Summary)
8786 @findex gnus-article-strip-all-blank-lines
8787 Remove all blank lines
8788 (@code{gnus-article-strip-all-blank-lines}).
8789
8790 @item W E s
8791 @kindex W E s (Summary)
8792 @findex gnus-article-strip-leading-space
8793 Remove all white space from the beginning of all lines of the article
8794 body (@code{gnus-article-strip-leading-space}).
8795
8796 @item W E e
8797 @kindex W E e (Summary)
8798 @findex gnus-article-strip-trailing-space
8799 Remove all white space from the end of all lines of the article
8800 body (@code{gnus-article-strip-trailing-space}).
8801
8802 @end table
8803
8804 @xref{Customizing Articles}, for how to wash articles automatically.
8805
8806
8807 @node Article Header
8808 @subsection Article Header
8809
8810 These commands perform various transformations of article header.
8811
8812 @table @kbd
8813
8814 @item W G u
8815 @kindex W G u (Summary)
8816 @findex gnus-article-treat-unfold-headers
8817 Unfold folded header lines (@code{gnus-article-treat-unfold-headers}).
8818
8819 @item W G n
8820 @kindex W G n (Summary)
8821 @findex gnus-article-treat-fold-newsgroups
8822 Fold the @code{Newsgroups} and @code{Followup-To} headers
8823 (@code{gnus-article-treat-fold-newsgroups}).
8824
8825 @item W G f
8826 @kindex W G f (Summary)
8827 @findex gnus-article-treat-fold-headers
8828 Fold all the message headers
8829 (@code{gnus-article-treat-fold-headers}).
8830
8831 @item W E w
8832 @kindex W E w (Summary)
8833 @findex gnus-article-remove-leading-whitespace
8834 Remove excessive whitespace from all headers
8835 (@code{gnus-article-remove-leading-whitespace}).
8836
8837 @end table
8838
8839
8840 @node Article Buttons
8841 @subsection Article Buttons
8842 @cindex buttons
8843
8844 People often include references to other stuff in articles, and it would
8845 be nice if Gnus could just fetch whatever it is that people talk about
8846 with the minimum of fuzz when you hit @kbd{RET} or use the middle mouse
8847 button on these references.
8848
8849 @vindex gnus-button-man-handler
8850 Gnus adds @dfn{buttons} to certain standard references by default:
8851 Well-formed URLs, mail addresses, Message-IDs, Info links, man pages and
8852 Emacs or Gnus related references.  This is controlled by two variables,
8853 one that handles article bodies and one that handles article heads:
8854
8855 @table @code
8856
8857 @item gnus-button-alist
8858 @vindex gnus-button-alist
8859 This is an alist where each entry has this form:
8860
8861 @lisp
8862 (@var{regexp} @var{button-par} @var{use-p} @var{function} @var{data-par})
8863 @end lisp
8864
8865 @table @var
8866
8867 @item regexp
8868 All text that match this regular expression (case insensitive) will be
8869 considered an external reference.  Here's a typical regexp that matches
8870 embedded URLs: @samp{<URL:\\([^\n\r>]*\\)>}.  This can also be a
8871 variable containing a regexp, useful variables to use include
8872 @code{gnus-button-url-regexp} and @code{gnus-button-mid-or-mail-regexp}.
8873
8874 @item button-par
8875 Gnus has to know which parts of the matches is to be highlighted.  This
8876 is a number that says what sub-expression of the regexp is to be
8877 highlighted.  If you want it all highlighted, you use 0 here.
8878
8879 @item use-p
8880 This form will be @code{eval}ed, and if the result is non-@code{nil},
8881 this is considered a match.  This is useful if you want extra sifting to
8882 avoid false matches.  Often variables named
8883 @code{gnus-button-@var{*}-level} are used here, @xref{Article Button
8884 Levels}, but any other form may be used too.
8885
8886 @c @code{use-p} is @code{eval}ed only if @code{regexp} matches.
8887
8888 @item function
8889 This function will be called when you click on this button.
8890
8891 @item data-par
8892 As with @var{button-par}, this is a sub-expression number, but this one
8893 says which part of the match is to be sent as data to @var{function}.
8894
8895 @end table
8896
8897 So the full entry for buttonizing URLs is then
8898
8899 @lisp
8900 ("<URL:\\([^\n\r>]*\\)>" 0 t gnus-button-url 1)
8901 @end lisp
8902
8903 @item gnus-header-button-alist
8904 @vindex gnus-header-button-alist
8905 This is just like the other alist, except that it is applied to the
8906 article head only, and that each entry has an additional element that is
8907 used to say what headers to apply the buttonize coding to:
8908
8909 @lisp
8910 (@var{header} @var{regexp} @var{button-par} @var{use-p} @var{function} @var{data-par})
8911 @end lisp
8912
8913 @var{header} is a regular expression.
8914 @end table
8915
8916 @subsubsection Related variables and functions
8917
8918 @table @code
8919 @item gnus-button-@var{*}-level
8920 @xref{Article Button Levels}.
8921
8922 @c Stuff related to gnus-button-browse-level
8923
8924 @item gnus-button-url-regexp
8925 @vindex gnus-button-url-regexp
8926 A regular expression that matches embedded URLs.  It is used in the
8927 default values of the variables above.
8928
8929 @c Stuff related to gnus-button-man-level
8930
8931 @item gnus-button-man-handler
8932 @vindex gnus-button-man-handler
8933 The function to use for displaying man pages.  It must take at least one
8934 argument with a string naming the man page.
8935
8936 @c Stuff related to gnus-button-message-level
8937
8938 @item gnus-button-mid-or-mail-regexp
8939 @vindex gnus-button-mid-or-mail-regexp
8940 Regular expression that matches a message ID or a mail address.
8941
8942 @item gnus-button-prefer-mid-or-mail
8943 @vindex gnus-button-prefer-mid-or-mail
8944 This variable determines what to do when the button on a string as
8945 @samp{foo123@@bar.invalid} is pushed.  Strings like this can be either a
8946 message ID or a mail address.  If it is one of the symbols @code{mid} or
8947 @code{mail}, Gnus will always assume that the string is a message ID or
8948 a mail address, respectively.  If this variable is set to the symbol
8949 @code{ask}, always query the user what do do.  If it is a function, this
8950 function will be called with the string as its only argument.  The
8951 function must return @code{mid}, @code{mail}, @code{invalid} or
8952 @code{ask}.  The default value is the function
8953 @code{gnus-button-mid-or-mail-heuristic}.
8954
8955 @item gnus-button-mid-or-mail-heuristic
8956 @findex gnus-button-mid-or-mail-heuristic
8957 Function that guesses whether its argument is a message ID or a mail
8958 address.  Returns @code{mid} if it's a message IDs, @code{mail} if
8959 it's a mail address, @code{ask} if unsure and @code{invalid} if the
8960 string is invalid.
8961
8962 @item gnus-button-mid-or-mail-heuristic-alist
8963 @vindex gnus-button-mid-or-mail-heuristic-alist
8964 An alist of @code{(RATE . REGEXP)} pairs used by the function
8965 @code{gnus-button-mid-or-mail-heuristic}.
8966
8967 @c Stuff related to gnus-button-tex-level
8968
8969 @item gnus-button-ctan-handler
8970 @findex gnus-button-ctan-handler
8971 The function to use for displaying CTAN links.  It must take one
8972 argument, the string naming the URL.
8973
8974 @item gnus-ctan-url
8975 @vindex gnus-ctan-url
8976 Top directory of a CTAN (Comprehensive TeX Archive Network) archive used
8977 by @code{gnus-button-ctan-handler}.
8978
8979 @c Misc stuff
8980
8981 @item gnus-article-button-face
8982 @vindex gnus-article-button-face
8983 Face used on buttons.
8984
8985 @item gnus-article-mouse-face
8986 @vindex gnus-article-mouse-face
8987 Face used when the mouse cursor is over a button.
8988
8989 @end table
8990
8991 @xref{Customizing Articles}, for how to buttonize articles automatically.
8992
8993
8994 @node Article Button Levels
8995 @subsection Article button levels
8996 @cindex button levels
8997 The higher the value of the variables @code{gnus-button-@var{*}-level},
8998 the more buttons will appear.  If the level is zero, no corresponding
8999 buttons are displayed.  With the default value (which is 5) you should
9000 already see quite a lot of buttons.  With higher levels, you will see
9001 more buttons, but you may also get more false positives.  To avoid them,
9002 you can set the variables @code{gnus-button-@var{*}-level} local to
9003 specific groups (@pxref{Group Parameters}).  Here's an example for the
9004 variable @code{gnus-parameters}:
9005
9006 @lisp
9007 ;; @r{increase @code{gnus-button-*-level} in some groups:}
9008 (setq gnus-parameters
9009       '(("\\<\\(emacs\\|gnus\\)\\>" (gnus-button-emacs-level 10))
9010         ("\\<unix\\>"               (gnus-button-man-level 10))
9011         ("\\<tex\\>"                (gnus-button-tex-level 10))))
9012 @end lisp
9013
9014 @table @code
9015
9016 @item gnus-button-browse-level
9017 @vindex gnus-button-browse-level
9018 Controls the display of references to message IDs, mail addresses and
9019 news URLs.  Related variables and functions include
9020 @code{gnus-button-url-regexp}, @code{browse-url}, and
9021 @code{browse-url-browser-function}.
9022
9023 @item gnus-button-emacs-level
9024 @vindex gnus-button-emacs-level
9025 Controls the display of Emacs or Gnus references.  Related functions are
9026 @code{gnus-button-handle-custom},
9027 @code{gnus-button-handle-describe-function},
9028 @code{gnus-button-handle-describe-variable},
9029 @code{gnus-button-handle-symbol},
9030 @code{gnus-button-handle-describe-key},
9031 @code{gnus-button-handle-apropos},
9032 @code{gnus-button-handle-apropos-command},
9033 @code{gnus-button-handle-apropos-variable},
9034 @code{gnus-button-handle-apropos-documentation}, and
9035 @code{gnus-button-handle-library}.
9036
9037 @item gnus-button-man-level
9038 @vindex gnus-button-man-level
9039 Controls the display of references to (Unix) man pages.
9040 See @code{gnus-button-man-handler}.
9041
9042 @item gnus-button-message-level
9043 @vindex gnus-button-message-level
9044 Controls the display of message IDs, mail addresses and news URLs.
9045 Related variables and functions include
9046 @code{gnus-button-mid-or-mail-regexp},
9047 @code{gnus-button-prefer-mid-or-mail},
9048 @code{gnus-button-mid-or-mail-heuristic}, and
9049 @code{gnus-button-mid-or-mail-heuristic-alist}.
9050
9051 @item gnus-button-tex-level
9052 @vindex gnus-button-tex-level
9053 Controls the display of references to @TeX{} or LaTeX stuff, e.g. for CTAN
9054 URLs.  See the variables @code{gnus-ctan-url},
9055 @code{gnus-button-ctan-handler},
9056 @code{gnus-button-ctan-directory-regexp}, and
9057 @code{gnus-button-handle-ctan-bogus-regexp}.
9058
9059 @end table
9060
9061
9062 @node Article Date
9063 @subsection Article Date
9064
9065 The date is most likely generated in some obscure timezone you've never
9066 heard of, so it's quite nice to be able to find out what the time was
9067 when the article was sent.
9068
9069 @table @kbd
9070
9071 @item W T u
9072 @kindex W T u (Summary)
9073 @findex gnus-article-date-ut
9074 Display the date in UT (aka. GMT, aka ZULU)
9075 (@code{gnus-article-date-ut}).
9076
9077 @item W T i
9078 @kindex W T i (Summary)
9079 @findex gnus-article-date-iso8601
9080 @cindex ISO 8601
9081 Display the date in international format, aka. ISO 8601
9082 (@code{gnus-article-date-iso8601}).
9083
9084 @item W T l
9085 @kindex W T l (Summary)
9086 @findex gnus-article-date-local
9087 Display the date in the local timezone (@code{gnus-article-date-local}).
9088
9089 @item W T p
9090 @kindex W T p (Summary)
9091 @findex gnus-article-date-english
9092 Display the date in a format that's easily pronounceable in English
9093 (@code{gnus-article-date-english}).
9094
9095 @item W T s
9096 @kindex W T s (Summary)
9097 @vindex gnus-article-time-format
9098 @findex gnus-article-date-user
9099 @findex format-time-string
9100 Display the date using a user-defined format
9101 (@code{gnus-article-date-user}).  The format is specified by the
9102 @code{gnus-article-time-format} variable, and is a string that's passed
9103 to @code{format-time-string}.  See the documentation of that variable
9104 for a list of possible format specs.
9105
9106 @item W T e
9107 @kindex W T e (Summary)
9108 @findex gnus-article-date-lapsed
9109 @findex gnus-start-date-timer
9110 @findex gnus-stop-date-timer
9111 Say how much time has elapsed between the article was posted and now
9112 (@code{gnus-article-date-lapsed}).  It looks something like:
9113
9114 @example
9115 X-Sent: 6 weeks, 4 days, 1 hour, 3 minutes, 8 seconds ago
9116 @end example
9117
9118 @vindex gnus-article-date-lapsed-new-header
9119 The value of @code{gnus-article-date-lapsed-new-header} determines
9120 whether this header will just be added below the old Date one, or will
9121 replace it.
9122
9123 An advantage of using Gnus to read mail is that it converts simple bugs
9124 into wonderful absurdities.
9125
9126 If you want to have this line updated continually, you can put
9127
9128 @lisp
9129 (gnus-start-date-timer)
9130 @end lisp
9131
9132 in your @file{~/.gnus.el} file, or you can run it off of some hook.  If
9133 you want to stop the timer, you can use the @code{gnus-stop-date-timer}
9134 command.
9135
9136 @item W T o
9137 @kindex W T o (Summary)
9138 @findex gnus-article-date-original
9139 Display the original date (@code{gnus-article-date-original}).  This can
9140 be useful if you normally use some other conversion function and are
9141 worried that it might be doing something totally wrong.  Say, claiming
9142 that the article was posted in 1854.  Although something like that is
9143 @emph{totally} impossible.  Don't you trust me? *titter*
9144
9145 @end table
9146
9147 @xref{Customizing Articles}, for how to display the date in your
9148 preferred format automatically.
9149
9150
9151 @node Article Display
9152 @subsection Article Display
9153 @cindex picons
9154 @cindex x-face
9155 @cindex smileys
9156
9157 These commands add various frivolous display gimmicks to the article
9158 buffer in Emacs versions that support them.
9159
9160 @code{X-Face} headers are small black-and-white images supplied by the
9161 message headers (@pxref{X-Face}).
9162
9163 @code{Face} headers are small colored images supplied by the message
9164 headers (@pxref{Face}).
9165
9166 Smileys are those little @samp{:-)} symbols that people like to litter
9167 their messages with (@pxref{Smileys}).
9168
9169 Picons, on the other hand, reside on your own system, and Gnus will
9170 try to match the headers to what you have (@pxref{Picons}).
9171
9172 All these functions are toggles---if the elements already exist,
9173 they'll be removed.
9174
9175 @table @kbd
9176 @item W D x
9177 @kindex W D x (Summary)
9178 @findex gnus-article-display-x-face
9179 Display an @code{X-Face} in the @code{From} header.
9180 (@code{gnus-article-display-x-face}).
9181
9182 @item W D d
9183 @kindex W D d (Summary)
9184 @findex gnus-article-display-face
9185 Display a @code{Face} in the @code{From} header.
9186 (@code{gnus-article-display-face}).
9187
9188 @item W D s
9189 @kindex W D s (Summary)
9190 @findex gnus-treat-smiley
9191 Display smileys (@code{gnus-treat-smiley}).
9192
9193 @item W D f
9194 @kindex W D f (Summary)
9195 @findex gnus-treat-from-picon
9196 Piconify the @code{From} header (@code{gnus-treat-from-picon}).
9197
9198 @item W D m
9199 @kindex W D m (Summary)
9200 @findex gnus-treat-mail-picon
9201 Piconify all mail headers (i. e., @code{Cc}, @code{To})
9202 (@code{gnus-treat-mail-picon}).
9203
9204 @item W D n
9205 @kindex W D n (Summary)
9206 @findex gnus-treat-newsgroups-picon
9207 Piconify all news headers (i. e., @code{Newsgroups} and
9208 @code{Followup-To}) (@code{gnus-treat-newsgroups-picon}).
9209
9210 @item W D D
9211 @kindex W D D (Summary)
9212 @findex gnus-article-remove-images
9213 Remove all images from the article buffer
9214 (@code{gnus-article-remove-images}).
9215
9216 @end table
9217
9218
9219
9220 @node Article Signature
9221 @subsection Article Signature
9222 @cindex signatures
9223 @cindex article signature
9224
9225 @vindex gnus-signature-separator
9226 Each article is divided into two parts---the head and the body.  The
9227 body can be divided into a signature part and a text part.  The variable
9228 that says what is to be considered a signature is
9229 @code{gnus-signature-separator}.  This is normally the standard
9230 @samp{^-- $} as mandated by son-of-RFC 1036.  However, many people use
9231 non-standard signature separators, so this variable can also be a list
9232 of regular expressions to be tested, one by one.  (Searches are done
9233 from the end of the body towards the beginning.)  One likely value is:
9234
9235 @lisp
9236 (setq gnus-signature-separator
9237       '("^-- $"         ; @r{The standard}
9238         "^-- *$"        ; @r{A common mangling}
9239         "^-------*$"    ; @r{Many people just use a looong}
9240                         ; @r{line of dashes.  Shame!}
9241         "^ *--------*$" ; @r{Double-shame!}
9242         "^________*$"   ; @r{Underscores are also popular}
9243         "^========*$")) ; @r{Pervert!}
9244 @end lisp
9245
9246 The more permissive you are, the more likely it is that you'll get false
9247 positives.
9248
9249 @vindex gnus-signature-limit
9250 @code{gnus-signature-limit} provides a limit to what is considered a
9251 signature when displaying articles.
9252
9253 @enumerate
9254 @item
9255 If it is an integer, no signature may be longer (in characters) than
9256 that integer.
9257 @item
9258 If it is a floating point number, no signature may be longer (in lines)
9259 than that number.
9260 @item
9261 If it is a function, the function will be called without any parameters,
9262 and if it returns @code{nil}, there is no signature in the buffer.
9263 @item
9264 If it is a string, it will be used as a regexp.  If it matches, the text
9265 in question is not a signature.
9266 @end enumerate
9267
9268 This variable can also be a list where the elements may be of the types
9269 listed above.  Here's an example:
9270
9271 @lisp
9272 (setq gnus-signature-limit
9273       '(200.0 "^---*Forwarded article"))
9274 @end lisp
9275
9276 This means that if there are more than 200 lines after the signature
9277 separator, or the text after the signature separator is matched by
9278 the regular expression @samp{^---*Forwarded article}, then it isn't a
9279 signature after all.
9280
9281
9282 @node Article Miscellanea
9283 @subsection Article Miscellanea
9284
9285 @table @kbd
9286 @item A t
9287 @kindex A t (Summary)
9288 @findex gnus-article-babel
9289 Translate the article from one language to another
9290 (@code{gnus-article-babel}).
9291
9292 @end table
9293
9294
9295 @node MIME Commands
9296 @section MIME Commands
9297 @cindex MIME decoding
9298 @cindex attachments
9299 @cindex viewing attachments
9300
9301 The following commands all understand the numerical prefix.  For
9302 instance, @kbd{3 K v} means ``view the third @acronym{MIME} part''.
9303
9304 @table @kbd
9305 @item b
9306 @itemx K v
9307 @kindex b (Summary)
9308 @kindex K v (Summary)
9309 View the @acronym{MIME} part.
9310
9311 @item K o
9312 @kindex K o (Summary)
9313 Save the @acronym{MIME} part.
9314
9315 @item K O
9316 @kindex K O (Summary)
9317 Prompt for a file name, then save the @acronym{MIME} part and strip it
9318 from the article.  The stripped @acronym{MIME} object will be referred
9319 via the message/external-body @acronym{MIME} type.
9320
9321 @item K r
9322 @kindex K r (Summary)
9323 Replace the @acronym{MIME} part with an external body.
9324
9325 @item K d
9326 @kindex K d (Summary)
9327 Delete the @acronym{MIME} part and add some information about the
9328 removed part.
9329
9330 @item K c
9331 @kindex K c (Summary)
9332 Copy the @acronym{MIME} part.
9333
9334 @item K e
9335 @kindex K e (Summary)
9336 View the @acronym{MIME} part externally.
9337
9338 @item K i
9339 @kindex K i (Summary)
9340 View the @acronym{MIME} part internally.
9341
9342 @item K |
9343 @kindex K | (Summary)
9344 Pipe the @acronym{MIME} part to an external command.
9345 @end table
9346
9347 The rest of these @acronym{MIME} commands do not use the numerical prefix in
9348 the same manner:
9349
9350 @table @kbd
9351 @item K b
9352 @kindex K b (Summary)
9353 Make all the @acronym{MIME} parts have buttons in front of them.  This is
9354 mostly useful if you wish to save (or perform other actions) on inlined
9355 parts.
9356
9357 @item K m
9358 @kindex K m (Summary)
9359 @findex gnus-summary-repair-multipart
9360 Some multipart messages are transmitted with missing or faulty headers.
9361 This command will attempt to ``repair'' these messages so that they can
9362 be viewed in a more pleasant manner
9363 (@code{gnus-summary-repair-multipart}).
9364
9365 @item X m
9366 @kindex X m (Summary)
9367 @findex gnus-summary-save-parts
9368 Save all parts matching a @acronym{MIME} type to a directory
9369 (@code{gnus-summary-save-parts}).  Understands the process/prefix
9370 convention (@pxref{Process/Prefix}).
9371
9372 @item M-t
9373 @kindex M-t (Summary)
9374 @findex gnus-summary-toggle-display-buttonized
9375 Toggle the buttonized display of the article buffer
9376 (@code{gnus-summary-toggle-display-buttonized}).
9377
9378 @item W M w
9379 @kindex W M w (Summary)
9380 @findex gnus-article-decode-mime-words
9381 Decode RFC 2047-encoded words in the article headers
9382 (@code{gnus-article-decode-mime-words}).
9383
9384 @item W M c
9385 @kindex W M c (Summary)
9386 @findex gnus-article-decode-charset
9387 Decode encoded article bodies as well as charsets
9388 (@code{gnus-article-decode-charset}).
9389
9390 This command looks in the @code{Content-Type} header to determine the
9391 charset.  If there is no such header in the article, you can give it a
9392 prefix, which will prompt for the charset to decode as.  In regional
9393 groups where people post using some common encoding (but do not
9394 include @acronym{MIME} headers), you can set the @code{charset} group/topic
9395 parameter to the required charset (@pxref{Group Parameters}).
9396
9397 @item W M v
9398 @kindex W M v (Summary)
9399 @findex gnus-mime-view-all-parts
9400 View all the @acronym{MIME} parts in the current article
9401 (@code{gnus-mime-view-all-parts}).
9402
9403 @end table
9404
9405 Relevant variables:
9406
9407 @table @code
9408 @item gnus-ignored-mime-types
9409 @vindex gnus-ignored-mime-types
9410 This is a list of regexps.  @acronym{MIME} types that match a regexp from
9411 this list will be completely ignored by Gnus.  The default value is
9412 @code{nil}.
9413
9414 To have all Vcards be ignored, you'd say something like this:
9415
9416 @lisp
9417 (setq gnus-ignored-mime-types
9418       '("text/x-vcard"))
9419 @end lisp
9420
9421 @item gnus-article-loose-mime
9422 @vindex gnus-article-loose-mime
9423 If non-@code{nil}, Gnus won't require the @samp{MIME-Version} header
9424 before interpreting the message as a @acronym{MIME} message.  This helps
9425 when reading messages from certain broken mail user agents.  The
9426 default is @code{nil}.
9427
9428 @item gnus-article-emulate-mime
9429 @vindex gnus-article-emulate-mime
9430 There are other, non-@acronym{MIME} encoding methods used.  The most common
9431 is @samp{uuencode}, but yEncode is also getting to be popular.  If
9432 this variable is non-@code{nil}, Gnus will look in message bodies to
9433 see if it finds these encodings, and if so, it'll run them through the
9434 Gnus @acronym{MIME} machinery.  The default is @code{t}.
9435
9436 @item gnus-unbuttonized-mime-types
9437 @vindex gnus-unbuttonized-mime-types
9438 This is a list of regexps.  @acronym{MIME} types that match a regexp from
9439 this list won't have @acronym{MIME} buttons inserted unless they aren't
9440 displayed or this variable is overridden by
9441 @code{gnus-buttonized-mime-types}.  The default value is
9442 @code{(".*/.*")}.  This variable is only used when
9443 @code{gnus-inhibit-mime-unbuttonizing} is @code{nil}.
9444
9445 @item gnus-buttonized-mime-types
9446 @vindex gnus-buttonized-mime-types
9447 This is a list of regexps.  @acronym{MIME} types that match a regexp from
9448 this list will have @acronym{MIME} buttons inserted unless they aren't
9449 displayed.  This variable overrides
9450 @code{gnus-unbuttonized-mime-types}.  The default value is @code{nil}.
9451 This variable is only used when @code{gnus-inhibit-mime-unbuttonizing}
9452 is @code{nil}.
9453
9454 To see e.g. security buttons but no other buttons, you could set this
9455 variable to @code{("multipart/signed")} and leave
9456 @code{gnus-unbuttonized-mime-types} at the default value.
9457
9458 @item gnus-inhibit-mime-unbuttonizing
9459 @vindex gnus-inhibit-mime-unbuttonizing
9460 If this is non-@code{nil}, then all @acronym{MIME} parts get buttons.  The
9461 default value is @code{nil}.
9462
9463 @item gnus-article-mime-part-function
9464 @vindex gnus-article-mime-part-function
9465 For each @acronym{MIME} part, this function will be called with the @acronym{MIME}
9466 handle as the parameter.  The function is meant to be used to allow
9467 users to gather information from the article (e. g., add Vcard info to
9468 the bbdb database) or to do actions based on parts (e. g., automatically
9469 save all jpegs into some directory).
9470
9471 Here's an example function the does the latter:
9472
9473 @lisp
9474 (defun my-save-all-jpeg-parts (handle)
9475   (when (equal (car (mm-handle-type handle)) "image/jpeg")
9476     (with-temp-buffer
9477       (insert (mm-get-part handle))
9478       (write-region (point-min) (point-max)
9479                     (read-file-name "Save jpeg to: ")))))
9480 (setq gnus-article-mime-part-function
9481       'my-save-all-jpeg-parts)
9482 @end lisp
9483
9484 @vindex gnus-mime-multipart-functions
9485 @item gnus-mime-multipart-functions
9486 Alist of @acronym{MIME} multipart types and functions to handle them.
9487
9488 @vindex gnus-mime-display-multipart-alternative-as-mixed
9489 @item gnus-mime-display-multipart-alternative-as-mixed
9490 Display "multipart/alternative" parts as "multipart/mixed".
9491
9492 @vindex gnus-mime-display-multipart-related-as-mixed
9493 @item gnus-mime-display-multipart-related-as-mixed
9494 Display "multipart/related" parts as "multipart/mixed".
9495
9496 If displaying "text/html" is discouraged, see
9497 @code{mm-discouraged-alternatives} in @ref{Display Customization,
9498 Display Customization, , emacs-mime, Emacs-Mime Manual}.  Images or
9499 other material inside a "multipart/related" part might be overlooked
9500 when this variable is @code{nil}.
9501
9502 @vindex gnus-mime-display-multipart-as-mixed
9503 @item gnus-mime-display-multipart-as-mixed
9504 Display "multipart" parts as "multipart/mixed".  If @code{t}, it
9505 overrides @code{nil} values of
9506 @code{gnus-mime-display-multipart-alternative-as-mixed} and
9507 @code{gnus-mime-display-multipart-related-as-mixed}.
9508
9509 @vindex mm-file-name-rewrite-functions
9510 @item mm-file-name-rewrite-functions
9511 List of functions used for rewriting file names of @acronym{MIME} parts.
9512 Each function takes a file name as input and returns a file name.
9513
9514 Ready-made functions include@*
9515 @code{mm-file-name-delete-whitespace},
9516 @code{mm-file-name-trim-whitespace},
9517 @code{mm-file-name-collapse-whitespace}, and
9518 @code{mm-file-name-replace-whitespace}.  The later uses the value of
9519 the variable @code{mm-file-name-replace-whitespace} to replace each
9520 whitespace character in a file name with that string; default value
9521 is @code{"_"} (a single underscore).
9522 @findex mm-file-name-delete-whitespace
9523 @findex mm-file-name-trim-whitespace
9524 @findex mm-file-name-collapse-whitespace
9525 @findex mm-file-name-replace-whitespace
9526 @vindex mm-file-name-replace-whitespace
9527
9528 The standard functions @code{capitalize}, @code{downcase},
9529 @code{upcase}, and @code{upcase-initials} may be useful, too.
9530
9531 Everybody knows that whitespace characters in file names are evil,
9532 except those who don't know.  If you receive lots of attachments from
9533 such unenlightened users, you can make live easier by adding
9534
9535 @lisp
9536 (setq mm-file-name-rewrite-functions
9537       '(mm-file-name-trim-whitespace
9538         mm-file-name-collapse-whitespace
9539         mm-file-name-replace-whitespace))
9540 @end lisp
9541
9542 @noindent
9543 to your @file{~/.gnus.el} file.
9544
9545 @end table
9546
9547
9548 @node Charsets
9549 @section Charsets
9550 @cindex charsets
9551
9552 People use different charsets, and we have @acronym{MIME} to let us know what
9553 charsets they use.  Or rather, we wish we had.  Many people use
9554 newsreaders and mailers that do not understand or use @acronym{MIME}, and
9555 just send out messages without saying what character sets they use.  To
9556 help a bit with this, some local news hierarchies have policies that say
9557 what character set is the default.  For instance, the @samp{fj}
9558 hierarchy uses @code{iso-2022-jp}.
9559
9560 @vindex gnus-group-charset-alist
9561 This knowledge is encoded in the @code{gnus-group-charset-alist}
9562 variable, which is an alist of regexps (use the first item to match full
9563 group names) and default charsets to be used when reading these groups.
9564
9565 @vindex gnus-newsgroup-ignored-charsets
9566 In addition, some people do use soi-disant @acronym{MIME}-aware agents that
9567 aren't.  These blithely mark messages as being in @code{iso-8859-1}
9568 even if they really are in @code{koi-8}.  To help here, the
9569 @code{gnus-newsgroup-ignored-charsets} variable can be used.  The
9570 charsets that are listed here will be ignored.  The variable can be
9571 set on a group-by-group basis using the group parameters (@pxref{Group
9572 Parameters}).  The default value is @code{(unknown-8bit x-unknown)},
9573 which includes values some agents insist on having in there.
9574
9575 @vindex gnus-group-posting-charset-alist
9576 When posting, @code{gnus-group-posting-charset-alist} is used to
9577 determine which charsets should not be encoded using the @acronym{MIME}
9578 encodings.  For instance, some hierarchies discourage using
9579 quoted-printable header encoding.
9580
9581 This variable is an alist of regexps and permitted unencoded charsets
9582 for posting.  Each element of the alist has the form @code{(}@var{test
9583 header body-list}@code{)}, where:
9584
9585 @table @var
9586 @item test
9587 is either a regular expression matching the newsgroup header or a
9588 variable to query,
9589 @item header
9590 is the charset which may be left unencoded in the header (@code{nil}
9591 means encode all charsets),
9592 @item body-list
9593 is a list of charsets which may be encoded using 8bit content-transfer
9594 encoding in the body, or one of the special values @code{nil} (always
9595 encode using quoted-printable) or @code{t} (always use 8bit).
9596 @end table
9597
9598 @cindex Russian
9599 @cindex koi8-r
9600 @cindex koi8-u
9601 @cindex iso-8859-5
9602 @cindex coding system aliases
9603 @cindex preferred charset
9604
9605 @xref{Encoding Customization, , Encoding Customization, emacs-mime,
9606 The Emacs MIME Manual}, for additional variables that control which
9607 MIME charsets are used when sending messages.
9608
9609 Other charset tricks that may be useful, although not Gnus-specific:
9610
9611 If there are several @acronym{MIME} charsets that encode the same Emacs
9612 charset, you can choose what charset to use by saying the following:
9613
9614 @lisp
9615 (put-charset-property 'cyrillic-iso8859-5
9616                       'preferred-coding-system 'koi8-r)
9617 @end lisp
9618
9619 This means that Russian will be encoded using @code{koi8-r} instead of
9620 the default @code{iso-8859-5} @acronym{MIME} charset.
9621
9622 If you want to read messages in @code{koi8-u}, you can cheat and say
9623
9624 @lisp
9625 (define-coding-system-alias 'koi8-u 'koi8-r)
9626 @end lisp
9627
9628 This will almost do the right thing.
9629
9630 And finally, to read charsets like @code{windows-1251}, you can say
9631 something like
9632
9633 @lisp
9634 (codepage-setup 1251)
9635 (define-coding-system-alias 'windows-1251 'cp1251)
9636 @end lisp
9637
9638
9639 @node Article Commands
9640 @section Article Commands
9641
9642 @table @kbd
9643
9644 @item A P
9645 @cindex PostScript
9646 @cindex printing
9647 @kindex A P (Summary)
9648 @vindex gnus-ps-print-hook
9649 @findex gnus-summary-print-article
9650 Generate and print a PostScript image of the article buffer
9651 (@code{gnus-summary-print-article}).  @code{gnus-ps-print-hook} will
9652 be run just before printing the buffer.  An alternative way to print
9653 article is to use Muttprint (@pxref{Saving Articles}).
9654
9655 @end table
9656
9657
9658 @node Summary Sorting
9659 @section Summary Sorting
9660 @cindex summary sorting
9661
9662 You can have the summary buffer sorted in various ways, even though I
9663 can't really see why you'd want that.
9664
9665 @table @kbd
9666
9667 @item C-c C-s C-n
9668 @kindex C-c C-s C-n (Summary)
9669 @findex gnus-summary-sort-by-number
9670 Sort by article number (@code{gnus-summary-sort-by-number}).
9671
9672 @item C-c C-s C-a
9673 @kindex C-c C-s C-a (Summary)
9674 @findex gnus-summary-sort-by-author
9675 Sort by author (@code{gnus-summary-sort-by-author}).
9676
9677 @item C-c C-s C-t
9678 @kindex C-c C-s C-t (Summary)
9679 @findex gnus-summary-sort-by-recipient
9680 Sort by recipient (@code{gnus-summary-sort-by-recipient}).
9681
9682 @item C-c C-s C-s
9683 @kindex C-c C-s C-s (Summary)
9684 @findex gnus-summary-sort-by-subject
9685 Sort by subject (@code{gnus-summary-sort-by-subject}).
9686
9687 @item C-c C-s C-d
9688 @kindex C-c C-s C-d (Summary)
9689 @findex gnus-summary-sort-by-date
9690 Sort by date (@code{gnus-summary-sort-by-date}).
9691
9692 @item C-c C-s C-l
9693 @kindex C-c C-s C-l (Summary)
9694 @findex gnus-summary-sort-by-lines
9695 Sort by lines (@code{gnus-summary-sort-by-lines}).
9696
9697 @item C-c C-s C-c
9698 @kindex C-c C-s C-c (Summary)
9699 @findex gnus-summary-sort-by-chars
9700 Sort by article length (@code{gnus-summary-sort-by-chars}).
9701
9702 @item C-c C-s C-i
9703 @kindex C-c C-s C-i (Summary)
9704 @findex gnus-summary-sort-by-score
9705 Sort by score (@code{gnus-summary-sort-by-score}).
9706
9707 @item C-c C-s C-r
9708 @kindex C-c C-s C-r (Summary)
9709 @findex gnus-summary-sort-by-random
9710 Randomize (@code{gnus-summary-sort-by-random}).
9711
9712 @item C-c C-s C-o
9713 @kindex C-c C-s C-o (Summary)
9714 @findex gnus-summary-sort-by-original
9715 Sort using the default sorting method
9716 (@code{gnus-summary-sort-by-original}).
9717 @end table
9718
9719 These functions will work both when you use threading and when you don't
9720 use threading.  In the latter case, all summary lines will be sorted,
9721 line by line.  In the former case, sorting will be done on a
9722 root-by-root basis, which might not be what you were looking for.  To
9723 toggle whether to use threading, type @kbd{T T} (@pxref{Thread
9724 Commands}).
9725
9726
9727 @node Finding the Parent
9728 @section Finding the Parent
9729 @cindex parent articles
9730 @cindex referring articles
9731
9732 @table @kbd
9733 @item ^
9734 @kindex ^ (Summary)
9735 @findex gnus-summary-refer-parent-article
9736 If you'd like to read the parent of the current article, and it is not
9737 displayed in the summary buffer, you might still be able to.  That is,
9738 if the current group is fetched by @acronym{NNTP}, the parent hasn't expired
9739 and the @code{References} in the current article are not mangled, you
9740 can just press @kbd{^} or @kbd{A r}
9741 (@code{gnus-summary-refer-parent-article}).  If everything goes well,
9742 you'll get the parent.  If the parent is already displayed in the
9743 summary buffer, point will just move to this article.
9744
9745 If given a positive numerical prefix, fetch that many articles back into
9746 the ancestry.  If given a negative numerical prefix, fetch just that
9747 ancestor.  So if you say @kbd{3 ^}, Gnus will fetch the parent, the
9748 grandparent and the grandgrandparent of the current article.  If you say
9749 @kbd{-3 ^}, Gnus will only fetch the grandgrandparent of the current
9750 article.
9751
9752 @item A R (Summary)
9753 @findex gnus-summary-refer-references
9754 @kindex A R (Summary)
9755 Fetch all articles mentioned in the @code{References} header of the
9756 article (@code{gnus-summary-refer-references}).
9757
9758 @item A T (Summary)
9759 @findex gnus-summary-refer-thread
9760 @kindex A T (Summary)
9761 Display the full thread where the current article appears
9762 (@code{gnus-summary-refer-thread}).  This command has to fetch all the
9763 headers in the current group to work, so it usually takes a while.  If
9764 you do it often, you may consider setting @code{gnus-fetch-old-headers}
9765 to @code{invisible} (@pxref{Filling In Threads}).  This won't have any
9766 visible effects normally, but it'll make this command work a whole lot
9767 faster.  Of course, it'll make group entry somewhat slow.
9768
9769 @vindex gnus-refer-thread-limit
9770 The @code{gnus-refer-thread-limit} variable says how many old (i. e.,
9771 articles before the first displayed in the current group) headers to
9772 fetch when doing this command.  The default is 200.  If @code{t}, all
9773 the available headers will be fetched.  This variable can be overridden
9774 by giving the @kbd{A T} command a numerical prefix.
9775
9776 @item M-^ (Summary)
9777 @findex gnus-summary-refer-article
9778 @kindex M-^ (Summary)
9779 @cindex Message-ID
9780 @cindex fetching by Message-ID
9781 You can also ask Gnus for an arbitrary article, no matter what group it
9782 belongs to.  @kbd{M-^} (@code{gnus-summary-refer-article}) will ask you
9783 for a @code{Message-ID}, which is one of those long, hard-to-read
9784 thingies that look something like @samp{<38o6up$6f2@@hymir.ifi.uio.no>}.
9785 You have to get it all exactly right.  No fuzzy searches, I'm afraid.
9786
9787 Gnus looks for the @code{Message-ID} in the headers that have already
9788 been fetched, but also tries all the select methods specified by
9789 @code{gnus-refer-article-method} if it is not found.
9790 @end table
9791
9792 @vindex gnus-refer-article-method
9793 If the group you are reading is located on a back end that does not
9794 support fetching by @code{Message-ID} very well (like @code{nnspool}),
9795 you can set @code{gnus-refer-article-method} to an @acronym{NNTP} method.  It
9796 would, perhaps, be best if the @acronym{NNTP} server you consult is the one
9797 updating the spool you are reading from, but that's not really
9798 necessary.
9799
9800 It can also be a list of select methods, as well as the special symbol
9801 @code{current}, which means to use the current select method.  If it
9802 is a list, Gnus will try all the methods in the list until it finds a
9803 match.
9804
9805 Here's an example setting that will first try the current method, and
9806 then ask Google if that fails:
9807
9808 @lisp
9809 (setq gnus-refer-article-method
9810       '(current
9811         (nnweb "google" (nnweb-type google))))
9812 @end lisp
9813
9814 Most of the mail back ends support fetching by @code{Message-ID}, but
9815 do not do a particularly excellent job at it.  That is, @code{nnmbox},
9816 @code{nnbabyl}, @code{nnmaildir}, @code{nnml}, are able to locate
9817 articles from any groups, while @code{nnfolder}, and @code{nnimap} are
9818 only able to locate articles that have been posted to the current
9819 group.  (Anything else would be too time consuming.)  @code{nnmh} does
9820 not support this at all.
9821
9822
9823 @node Alternative Approaches
9824 @section Alternative Approaches
9825
9826 Different people like to read news using different methods.  This being
9827 Gnus, we offer a small selection of minor modes for the summary buffers.
9828
9829 @menu
9830 * Pick and Read::               First mark articles and then read them.
9831 * Binary Groups::               Auto-decode all articles.
9832 @end menu
9833
9834
9835 @node Pick and Read
9836 @subsection Pick and Read
9837 @cindex pick and read
9838
9839 Some newsreaders (like @code{nn} and, uhm, @code{Netnews} on VM/CMS) use
9840 a two-phased reading interface.  The user first marks in a summary
9841 buffer the articles she wants to read.  Then she starts reading the
9842 articles with just an article buffer displayed.
9843
9844 @findex gnus-pick-mode
9845 @kindex M-x gnus-pick-mode
9846 Gnus provides a summary buffer minor mode that allows
9847 this---@code{gnus-pick-mode}.  This basically means that a few process
9848 mark commands become one-keystroke commands to allow easy marking, and
9849 it provides one additional command for switching to the summary buffer.
9850
9851 Here are the available keystrokes when using pick mode:
9852
9853 @table @kbd
9854 @item .
9855 @kindex . (Pick)
9856 @findex gnus-pick-article-or-thread
9857 Pick the article or thread on the current line
9858 (@code{gnus-pick-article-or-thread}).  If the variable
9859 @code{gnus-thread-hide-subtree} is true, then this key selects the
9860 entire thread when used at the first article of the thread.  Otherwise,
9861 it selects just the article.  If given a numerical prefix, go to that
9862 thread or article and pick it.  (The line number is normally displayed
9863 at the beginning of the summary pick lines.)
9864
9865 @item SPACE
9866 @kindex SPACE (Pick)
9867 @findex gnus-pick-next-page
9868 Scroll the summary buffer up one page (@code{gnus-pick-next-page}).  If
9869 at the end of the buffer, start reading the picked articles.
9870
9871 @item u
9872 @kindex u (Pick)
9873 @findex gnus-pick-unmark-article-or-thread.
9874 Unpick the thread or article
9875 (@code{gnus-pick-unmark-article-or-thread}).  If the variable
9876 @code{gnus-thread-hide-subtree} is true, then this key unpicks the
9877 thread if used at the first article of the thread.  Otherwise it unpicks
9878 just the article.  You can give this key a numerical prefix to unpick
9879 the thread or article at that line.
9880
9881 @item RET
9882 @kindex RET (Pick)
9883 @findex gnus-pick-start-reading
9884 @vindex gnus-pick-display-summary
9885 Start reading the picked articles (@code{gnus-pick-start-reading}).  If
9886 given a prefix, mark all unpicked articles as read first.  If
9887 @code{gnus-pick-display-summary} is non-@code{nil}, the summary buffer
9888 will still be visible when you are reading.
9889
9890 @end table
9891
9892 All the normal summary mode commands are still available in the
9893 pick-mode, with the exception of @kbd{u}.  However @kbd{!} is available
9894 which is mapped to the same function
9895 @code{gnus-summary-tick-article-forward}.
9896
9897 If this sounds like a good idea to you, you could say:
9898
9899 @lisp
9900 (add-hook 'gnus-summary-mode-hook 'gnus-pick-mode)
9901 @end lisp
9902
9903 @vindex gnus-pick-mode-hook
9904 @code{gnus-pick-mode-hook} is run in pick minor mode buffers.
9905
9906 @vindex gnus-mark-unpicked-articles-as-read
9907 If @code{gnus-mark-unpicked-articles-as-read} is non-@code{nil}, mark
9908 all unpicked articles as read.  The default is @code{nil}.
9909
9910 @vindex gnus-summary-pick-line-format
9911 The summary line format in pick mode is slightly different from the
9912 standard format.  At the beginning of each line the line number is
9913 displayed.  The pick mode line format is controlled by the
9914 @code{gnus-summary-pick-line-format} variable (@pxref{Formatting
9915 Variables}).  It accepts the same format specs that
9916 @code{gnus-summary-line-format} does (@pxref{Summary Buffer Lines}).
9917
9918
9919 @node Binary Groups
9920 @subsection Binary Groups
9921 @cindex binary groups
9922
9923 @findex gnus-binary-mode
9924 @kindex M-x gnus-binary-mode
9925 If you spend much time in binary groups, you may grow tired of hitting
9926 @kbd{X u}, @kbd{n}, @kbd{RET} all the time.  @kbd{M-x gnus-binary-mode}
9927 is a minor mode for summary buffers that makes all ordinary Gnus article
9928 selection functions uudecode series of articles and display the result
9929 instead of just displaying the articles the normal way.
9930
9931 @kindex g (Binary)
9932 @findex gnus-binary-show-article
9933 The only way, in fact, to see the actual articles is the @kbd{g}
9934 command, when you have turned on this mode
9935 (@code{gnus-binary-show-article}).
9936
9937 @vindex gnus-binary-mode-hook
9938 @code{gnus-binary-mode-hook} is called in binary minor mode buffers.
9939
9940
9941 @node Tree Display
9942 @section Tree Display
9943 @cindex trees
9944
9945 @vindex gnus-use-trees
9946 If you don't like the normal Gnus summary display, you might try setting
9947 @code{gnus-use-trees} to @code{t}.  This will create (by default) an
9948 additional @dfn{tree buffer}.  You can execute all summary mode commands
9949 in the tree buffer.
9950
9951 There are a few variables to customize the tree display, of course:
9952
9953 @table @code
9954 @item gnus-tree-mode-hook
9955 @vindex gnus-tree-mode-hook
9956 A hook called in all tree mode buffers.
9957
9958 @item gnus-tree-mode-line-format
9959 @vindex gnus-tree-mode-line-format
9960 A format string for the mode bar in the tree mode buffers (@pxref{Mode
9961 Line Formatting}).  The default is @samp{Gnus: %%b %S %Z}.  For a list
9962 of valid specs, @pxref{Summary Buffer Mode Line}.
9963
9964 @item gnus-selected-tree-face
9965 @vindex gnus-selected-tree-face
9966 Face used for highlighting the selected article in the tree buffer.  The
9967 default is @code{modeline}.
9968
9969 @item gnus-tree-line-format
9970 @vindex gnus-tree-line-format
9971 A format string for the tree nodes.  The name is a bit of a misnomer,
9972 though---it doesn't define a line, but just the node.  The default value
9973 is @samp{%(%[%3,3n%]%)}, which displays the first three characters of
9974 the name of the poster.  It is vital that all nodes are of the same
9975 length, so you @emph{must} use @samp{%4,4n}-like specifiers.
9976
9977 Valid specs are:
9978
9979 @table @samp
9980 @item n
9981 The name of the poster.
9982 @item f
9983 The @code{From} header.
9984 @item N
9985 The number of the article.
9986 @item [
9987 The opening bracket.
9988 @item ]
9989 The closing bracket.
9990 @item s
9991 The subject.
9992 @end table
9993
9994 @xref{Formatting Variables}.
9995
9996 Variables related to the display are:
9997
9998 @table @code
9999 @item gnus-tree-brackets
10000 @vindex gnus-tree-brackets
10001 This is used for differentiating between ``real'' articles and
10002 ``sparse'' articles.  The format is
10003 @example
10004 ((@var{real-open} . @var{real-close})
10005  (@var{sparse-open} . @var{sparse-close})
10006  (@var{dummy-open} . @var{dummy-close}))
10007 @end example
10008 and the default is @code{((?[ . ?]) (?( . ?)) (?@{ . ?@}) (?< . ?>))}.
10009
10010 @item gnus-tree-parent-child-edges
10011 @vindex gnus-tree-parent-child-edges
10012 This is a list that contains the characters used for connecting parent
10013 nodes to their children.  The default is @code{(?- ?\\ ?|)}.
10014
10015 @end table
10016
10017 @item gnus-tree-minimize-window
10018 @vindex gnus-tree-minimize-window
10019 If this variable is non-@code{nil}, Gnus will try to keep the tree
10020 buffer as small as possible to allow more room for the other Gnus
10021 windows.  If this variable is a number, the tree buffer will never be
10022 higher than that number.  The default is @code{t}.  Note that if you
10023 have several windows displayed side-by-side in a frame and the tree
10024 buffer is one of these, minimizing the tree window will also resize all
10025 other windows displayed next to it.
10026
10027 You may also wish to add the following hook to keep the window minimized
10028 at all times:
10029
10030 @lisp
10031 (add-hook 'gnus-configure-windows-hook
10032           'gnus-tree-perhaps-minimize)
10033 @end lisp
10034
10035 @item gnus-generate-tree-function
10036 @vindex gnus-generate-tree-function
10037 @findex gnus-generate-horizontal-tree
10038 @findex gnus-generate-vertical-tree
10039 The function that actually generates the thread tree.  Two predefined
10040 functions are available: @code{gnus-generate-horizontal-tree} and
10041 @code{gnus-generate-vertical-tree} (which is the default).
10042
10043 @end table
10044
10045 Here's an example from a horizontal tree buffer:
10046
10047 @example
10048 @{***@}-(***)-[odd]-[Gun]
10049      |      \[Jan]
10050      |      \[odd]-[Eri]
10051      |      \(***)-[Eri]
10052      |            \[odd]-[Paa]
10053      \[Bjo]
10054      \[Gun]
10055      \[Gun]-[Jor]
10056 @end example
10057
10058 Here's the same thread displayed in a vertical tree buffer:
10059
10060 @example
10061 @group
10062 @{***@}
10063   |--------------------------\-----\-----\
10064 (***)                         [Bjo] [Gun] [Gun]
10065   |--\-----\-----\                          |
10066 [odd] [Jan] [odd] (***)                   [Jor]
10067   |           |     |--\
10068 [Gun]       [Eri] [Eri] [odd]
10069                           |
10070                         [Paa]
10071 @end group
10072 @end example
10073
10074 If you're using horizontal trees, it might be nice to display the trees
10075 side-by-side with the summary buffer.  You could add something like the
10076 following to your @file{~/.gnus.el} file:
10077
10078 @lisp
10079 (setq gnus-use-trees t
10080       gnus-generate-tree-function 'gnus-generate-horizontal-tree
10081       gnus-tree-minimize-window nil)
10082 (gnus-add-configuration
10083  '(article
10084    (vertical 1.0
10085              (horizontal 0.25
10086                          (summary 0.75 point)
10087                          (tree 1.0))
10088              (article 1.0))))
10089 @end lisp
10090
10091 @xref{Window Layout}.
10092
10093
10094 @node Mail Group Commands
10095 @section Mail Group Commands
10096 @cindex mail group commands
10097
10098 Some commands only make sense in mail groups.  If these commands are
10099 invalid in the current group, they will raise a hell and let you know.
10100
10101 All these commands (except the expiry and edit commands) use the
10102 process/prefix convention (@pxref{Process/Prefix}).
10103
10104 @table @kbd
10105
10106 @item B e
10107 @kindex B e (Summary)
10108 @findex gnus-summary-expire-articles
10109 Run all expirable articles in the current group through the expiry
10110 process (@code{gnus-summary-expire-articles}).  That is, delete all
10111 expirable articles in the group that have been around for a while.
10112 (@pxref{Expiring Mail}).
10113
10114 @item B C-M-e
10115 @kindex B C-M-e (Summary)
10116 @findex gnus-summary-expire-articles-now
10117 Delete all the expirable articles in the group
10118 (@code{gnus-summary-expire-articles-now}).  This means that @strong{all}
10119 articles eligible for expiry in the current group will
10120 disappear forever into that big @file{/dev/null} in the sky.
10121
10122 @item B DEL
10123 @kindex B DEL (Summary)
10124 @findex gnus-summary-delete-article
10125 @c @icon{gnus-summary-mail-delete}
10126 Delete the mail article.  This is ``delete'' as in ``delete it from your
10127 disk forever and ever, never to return again.'' Use with caution.
10128 (@code{gnus-summary-delete-article}).
10129
10130 @item B m
10131 @kindex B m (Summary)
10132 @cindex move mail
10133 @findex gnus-summary-move-article
10134 @vindex gnus-preserve-marks
10135 Move the article from one mail group to another
10136 (@code{gnus-summary-move-article}).  Marks will be preserved if
10137 @code{gnus-preserve-marks} is non-@code{nil} (which is the default).
10138
10139 @item B c
10140 @kindex B c (Summary)
10141 @cindex copy mail
10142 @findex gnus-summary-copy-article
10143 @c @icon{gnus-summary-mail-copy}
10144 Copy the article from one group (mail group or not) to a mail group
10145 (@code{gnus-summary-copy-article}).  Marks will be preserved if
10146 @code{gnus-preserve-marks} is non-@code{nil} (which is the default).
10147
10148 @item B B
10149 @kindex B B (Summary)
10150 @cindex crosspost mail
10151 @findex gnus-summary-crosspost-article
10152 Crosspost the current article to some other group
10153 (@code{gnus-summary-crosspost-article}).  This will create a new copy of
10154 the article in the other group, and the Xref headers of the article will
10155 be properly updated.
10156
10157 @item B i
10158 @kindex B i (Summary)
10159 @findex gnus-summary-import-article
10160 Import an arbitrary file into the current mail newsgroup
10161 (@code{gnus-summary-import-article}).  You will be prompted for a file
10162 name, a @code{From} header and a @code{Subject} header.
10163
10164 @item B I
10165 @kindex B I (Summary)
10166 @findex gnus-summary-create-article
10167 Create an empty article in the current mail newsgroups
10168 (@code{gnus-summary-create-article}).  You will be prompted for a
10169 @code{From} header and a @code{Subject} header.
10170
10171 @item B r
10172 @kindex B r (Summary)
10173 @findex gnus-summary-respool-article
10174 @vindex gnus-summary-respool-default-method
10175 Respool the mail article (@code{gnus-summary-respool-article}).
10176 @code{gnus-summary-respool-default-method} will be used as the default
10177 select method when respooling.  This variable is @code{nil} by default,
10178 which means that the current group select method will be used instead.
10179 Marks will be preserved if @code{gnus-preserve-marks} is non-@code{nil}
10180 (which is the default).
10181
10182 @item B w
10183 @itemx e
10184 @kindex B w (Summary)
10185 @kindex e (Summary)
10186 @findex gnus-summary-edit-article
10187 @kindex C-c C-c (Article)
10188 @findex gnus-summary-edit-article-done
10189 Edit the current article (@code{gnus-summary-edit-article}).  To finish
10190 editing and make the changes permanent, type @kbd{C-c C-c}
10191 (@code{gnus-summary-edit-article-done}).  If you give a prefix to the
10192 @kbd{C-c C-c} command, Gnus won't re-highlight the article.
10193
10194 @item B q
10195 @kindex B q (Summary)
10196 @findex gnus-summary-respool-query
10197 If you want to re-spool an article, you might be curious as to what group
10198 the article will end up in before you do the re-spooling.  This command
10199 will tell you (@code{gnus-summary-respool-query}).
10200
10201 @item B t
10202 @kindex B t (Summary)
10203 @findex gnus-summary-respool-trace
10204 Similarly, this command will display all fancy splitting patterns used
10205 when respooling, if any (@code{gnus-summary-respool-trace}).
10206
10207 @item B p
10208 @kindex B p (Summary)
10209 @findex gnus-summary-article-posted-p
10210 Some people have a tendency to send you ``courtesy'' copies when they
10211 follow up to articles you have posted.  These usually have a
10212 @code{Newsgroups} header in them, but not always.  This command
10213 (@code{gnus-summary-article-posted-p}) will try to fetch the current
10214 article from your news server (or rather, from
10215 @code{gnus-refer-article-method} or @code{gnus-select-method}) and will
10216 report back whether it found the article or not.  Even if it says that
10217 it didn't find the article, it may have been posted anyway---mail
10218 propagation is much faster than news propagation, and the news copy may
10219 just not have arrived yet.
10220
10221 @item K E
10222 @kindex K E (Summary)
10223 @findex gnus-article-encrypt-body
10224 @vindex gnus-article-encrypt-protocol
10225 Encrypt the body of an article (@code{gnus-article-encrypt-body}).
10226 The body is encrypted with the encryption protocol specified by the
10227 variable @code{gnus-article-encrypt-protocol}.
10228
10229 @end table
10230
10231 @vindex gnus-move-split-methods
10232 @cindex moving articles
10233 If you move (or copy) articles regularly, you might wish to have Gnus
10234 suggest where to put the articles.  @code{gnus-move-split-methods} is a
10235 variable that uses the same syntax as @code{gnus-split-methods}
10236 (@pxref{Saving Articles}).  You may customize that variable to create
10237 suggestions you find reasonable.  (Note that
10238 @code{gnus-move-split-methods} uses group names where
10239 @code{gnus-split-methods} uses file names.)
10240
10241 @lisp
10242 (setq gnus-move-split-methods
10243       '(("^From:.*Lars Magne" "nnml:junk")
10244         ("^Subject:.*gnus" "nnfolder:important")
10245         (".*" "nnml:misc")))
10246 @end lisp
10247
10248
10249 @node Various Summary Stuff
10250 @section Various Summary Stuff
10251
10252 @menu
10253 * Summary Group Information::   Information oriented commands.
10254 * Searching for Articles::      Multiple article commands.
10255 * Summary Generation Commands::
10256 * Really Various Summary Commands::  Those pesky non-conformant commands.
10257 @end menu
10258
10259 @table @code
10260 @vindex gnus-summary-display-while-building
10261 @item gnus-summary-display-while-building
10262 If non-@code{nil}, show and update the summary buffer as it's being
10263 built.  If @code{t}, update the buffer after every line is inserted.
10264 If the value is an integer, @var{n}, update the display every @var{n}
10265 lines.  The default is @code{nil}.
10266
10267 @vindex gnus-summary-display-arrow
10268 @item gnus-summary-display-arrow
10269 If non-@code{nil}, display an arrow in the fringe to indicate the
10270 current article.
10271
10272 @vindex gnus-summary-mode-hook
10273 @item gnus-summary-mode-hook
10274 This hook is called when creating a summary mode buffer.
10275
10276 @vindex gnus-summary-generate-hook
10277 @item gnus-summary-generate-hook
10278 This is called as the last thing before doing the threading and the
10279 generation of the summary buffer.  It's quite convenient for customizing
10280 the threading variables based on what data the newsgroup has.  This hook
10281 is called from the summary buffer after most summary buffer variables
10282 have been set.
10283
10284 @vindex gnus-summary-prepare-hook
10285 @item gnus-summary-prepare-hook
10286 It is called after the summary buffer has been generated.  You might use
10287 it to, for instance, highlight lines or modify the look of the buffer in
10288 some other ungodly manner.  I don't care.
10289
10290 @vindex gnus-summary-prepared-hook
10291 @item gnus-summary-prepared-hook
10292 A hook called as the very last thing after the summary buffer has been
10293 generated.
10294
10295 @vindex gnus-summary-ignore-duplicates
10296 @item gnus-summary-ignore-duplicates
10297 When Gnus discovers two articles that have the same @code{Message-ID},
10298 it has to do something drastic.  No articles are allowed to have the
10299 same @code{Message-ID}, but this may happen when reading mail from some
10300 sources.  Gnus allows you to customize what happens with this variable.
10301 If it is @code{nil} (which is the default), Gnus will rename the
10302 @code{Message-ID} (for display purposes only) and display the article as
10303 any other article.  If this variable is @code{t}, it won't display the
10304 article---it'll be as if it never existed.
10305
10306 @vindex gnus-alter-articles-to-read-function
10307 @item gnus-alter-articles-to-read-function
10308 This function, which takes two parameters (the group name and the list
10309 of articles to be selected), is called to allow the user to alter the
10310 list of articles to be selected.
10311
10312 For instance, the following function adds the list of cached articles to
10313 the list in one particular group:
10314
10315 @lisp
10316 (defun my-add-cached-articles (group articles)
10317   (if (string= group "some.group")
10318       (append gnus-newsgroup-cached articles)
10319     articles))
10320 @end lisp
10321
10322 @vindex gnus-newsgroup-variables
10323 @item gnus-newsgroup-variables
10324 A list of newsgroup (summary buffer) local variables, or cons of
10325 variables and their default expressions to be evalled (when the default
10326 values are not @code{nil}), that should be made global while the summary
10327 buffer is active.
10328
10329 Note: The default expressions will be evaluated (using function
10330 @code{eval}) before assignment to the local variable rather than just
10331 assigned to it.  If the default expression is the symbol @code{global},
10332 that symbol will not be evaluated but the global value of the local
10333 variable will be used instead.
10334
10335 These variables can be used to set variables in the group parameters
10336 while still allowing them to affect operations done in other
10337 buffers.  For example:
10338
10339 @lisp
10340 (setq gnus-newsgroup-variables
10341       '(message-use-followup-to
10342         (gnus-visible-headers .
10343  "^From:\\|^Newsgroups:\\|^Subject:\\|^Date:\\|^To:")))
10344 @end lisp
10345
10346 Also @pxref{Group Parameters}.
10347 @end table
10348
10349
10350 @node Summary Group Information
10351 @subsection Summary Group Information
10352
10353 @table @kbd
10354
10355 @item H f
10356 @kindex H f (Summary)
10357 @findex gnus-summary-fetch-faq
10358 @vindex gnus-group-faq-directory
10359 Try to fetch the @acronym{FAQ} (list of frequently asked questions)
10360 for the current group (@code{gnus-summary-fetch-faq}).  Gnus will try
10361 to get the @acronym{FAQ} from @code{gnus-group-faq-directory}, which
10362 is usually a directory on a remote machine.  This variable can also be
10363 a list of directories.  In that case, giving a prefix to this command
10364 will allow you to choose between the various sites.  @code{ange-ftp}
10365 or @code{efs} will probably be used for fetching the file.
10366
10367 @item H d
10368 @kindex H d (Summary)
10369 @findex gnus-summary-describe-group
10370 Give a brief description of the current group
10371 (@code{gnus-summary-describe-group}).  If given a prefix, force
10372 rereading the description from the server.
10373
10374 @item H h
10375 @kindex H h (Summary)
10376 @findex gnus-summary-describe-briefly
10377 Give an extremely brief description of the most important summary
10378 keystrokes (@code{gnus-summary-describe-briefly}).
10379
10380 @item H i
10381 @kindex H i (Summary)
10382 @findex gnus-info-find-node
10383 Go to the Gnus info node (@code{gnus-info-find-node}).
10384 @end table
10385
10386
10387 @node Searching for Articles
10388 @subsection Searching for Articles
10389
10390 @table @kbd
10391
10392 @item M-s
10393 @kindex M-s (Summary)
10394 @findex gnus-summary-search-article-forward
10395 Search through all subsequent (raw) articles for a regexp
10396 (@code{gnus-summary-search-article-forward}).
10397
10398 @item M-r
10399 @kindex M-r (Summary)
10400 @findex gnus-summary-search-article-backward
10401 Search through all previous (raw) articles for a regexp
10402 (@code{gnus-summary-search-article-backward}).
10403
10404 @item &
10405 @kindex & (Summary)
10406 @findex gnus-summary-execute-command
10407 This command will prompt you for a header, a regular expression to match
10408 on this field, and a command to be executed if the match is made
10409 (@code{gnus-summary-execute-command}).  If the header is an empty
10410 string, the match is done on the entire article.  If given a prefix,
10411 search backward instead.
10412
10413 For instance, @kbd{& RET some.*string RET #} will put the process mark on
10414 all articles that have heads or bodies that match @samp{some.*string}.
10415
10416 @item M-&
10417 @kindex M-& (Summary)
10418 @findex gnus-summary-universal-argument
10419 Perform any operation on all articles that have been marked with
10420 the process mark (@code{gnus-summary-universal-argument}).
10421 @end table
10422
10423 @node Summary Generation Commands
10424 @subsection Summary Generation Commands
10425
10426 @table @kbd
10427
10428 @item Y g
10429 @kindex Y g (Summary)
10430 @findex gnus-summary-prepare
10431 Regenerate the current summary buffer (@code{gnus-summary-prepare}).
10432
10433 @item Y c
10434 @kindex Y c (Summary)
10435 @findex gnus-summary-insert-cached-articles
10436 Pull all cached articles (for the current group) into the summary buffer
10437 (@code{gnus-summary-insert-cached-articles}).
10438
10439 @item Y d
10440 @kindex Y d (Summary)
10441 @findex gnus-summary-insert-dormant-articles
10442 Pull all dormant articles (for the current group) into the summary buffer
10443 (@code{gnus-summary-insert-dormant-articles}).
10444
10445 @end table
10446
10447
10448 @node Really Various Summary Commands
10449 @subsection Really Various Summary Commands
10450
10451 @table @kbd
10452
10453 @item A D
10454 @itemx C-d
10455 @kindex C-d (Summary)
10456 @kindex A D (Summary)
10457 @findex gnus-summary-enter-digest-group
10458 If the current article is a collection of other articles (for instance,
10459 a digest), you might use this command to enter a group based on the that
10460 article (@code{gnus-summary-enter-digest-group}).  Gnus will try to
10461 guess what article type is currently displayed unless you give a prefix
10462 to this command, which forces a ``digest'' interpretation.  Basically,
10463 whenever you see a message that is a collection of other messages of
10464 some format, you @kbd{C-d} and read these messages in a more convenient
10465 fashion.
10466
10467 @item C-M-d
10468 @kindex C-M-d (Summary)
10469 @findex gnus-summary-read-document
10470 This command is very similar to the one above, but lets you gather
10471 several documents into one biiig group
10472 (@code{gnus-summary-read-document}).  It does this by opening several
10473 @code{nndoc} groups for each document, and then opening an
10474 @code{nnvirtual} group on top of these @code{nndoc} groups.  This
10475 command understands the process/prefix convention
10476 (@pxref{Process/Prefix}).
10477
10478 @item C-t
10479 @kindex C-t (Summary)
10480 @findex gnus-summary-toggle-truncation
10481 Toggle truncation of summary lines
10482 (@code{gnus-summary-toggle-truncation}).  This will probably confuse the
10483 line centering function in the summary buffer, so it's not a good idea
10484 to have truncation switched off while reading articles.
10485
10486 @item =
10487 @kindex = (Summary)
10488 @findex gnus-summary-expand-window
10489 Expand the summary buffer window (@code{gnus-summary-expand-window}).
10490 If given a prefix, force an @code{article} window configuration.
10491
10492 @item C-M-e
10493 @kindex C-M-e (Summary)
10494 @findex gnus-summary-edit-parameters
10495 Edit the group parameters (@pxref{Group Parameters}) of the current
10496 group (@code{gnus-summary-edit-parameters}).
10497
10498 @item C-M-a
10499 @kindex C-M-a (Summary)
10500 @findex gnus-summary-customize-parameters
10501 Customize the group parameters (@pxref{Group Parameters}) of the current
10502 group (@code{gnus-summary-customize-parameters}).
10503
10504 @end table
10505
10506
10507 @node Exiting the Summary Buffer
10508 @section Exiting the Summary Buffer
10509 @cindex summary exit
10510 @cindex exiting groups
10511
10512 Exiting from the summary buffer will normally update all info on the
10513 group and return you to the group buffer.
10514
10515 @table @kbd
10516
10517 @item Z Z
10518 @itemx Z Q
10519 @itemx q
10520 @kindex Z Z (Summary)
10521 @kindex Z Q (Summary)
10522 @kindex q (Summary)
10523 @findex gnus-summary-exit
10524 @vindex gnus-summary-exit-hook
10525 @vindex gnus-summary-prepare-exit-hook
10526 @vindex gnus-group-no-more-groups-hook
10527 @c @icon{gnus-summary-exit}
10528 Exit the current group and update all information on the group
10529 (@code{gnus-summary-exit}).  @code{gnus-summary-prepare-exit-hook} is
10530 called before doing much of the exiting, which calls
10531 @code{gnus-summary-expire-articles} by default.
10532 @code{gnus-summary-exit-hook} is called after finishing the exit
10533 process.  @code{gnus-group-no-more-groups-hook} is run when returning to
10534 group mode having no more (unread) groups.
10535
10536 @item Z E
10537 @itemx Q
10538 @kindex Z E (Summary)
10539 @kindex Q (Summary)
10540 @findex gnus-summary-exit-no-update
10541 Exit the current group without updating any information on the group
10542 (@code{gnus-summary-exit-no-update}).
10543
10544 @item Z c
10545 @itemx c
10546 @kindex Z c (Summary)
10547 @kindex c (Summary)
10548 @findex gnus-summary-catchup-and-exit
10549 @c @icon{gnus-summary-catchup-and-exit}
10550 Mark all unticked articles in the group as read and then exit
10551 (@code{gnus-summary-catchup-and-exit}).
10552
10553 @item Z C
10554 @kindex Z C (Summary)
10555 @findex gnus-summary-catchup-all-and-exit
10556 Mark all articles, even the ticked ones, as read and then exit
10557 (@code{gnus-summary-catchup-all-and-exit}).
10558
10559 @item Z n
10560 @kindex Z n (Summary)
10561 @findex gnus-summary-catchup-and-goto-next-group
10562 Mark all articles as read and go to the next group
10563 (@code{gnus-summary-catchup-and-goto-next-group}).
10564
10565 @item Z R
10566 @itemx C-x C-s
10567 @kindex Z R (Summary)
10568 @kindex C-x C-s (Summary)
10569 @findex gnus-summary-reselect-current-group
10570 Exit this group, and then enter it again
10571 (@code{gnus-summary-reselect-current-group}).  If given a prefix, select
10572 all articles, both read and unread.
10573
10574 @item Z G
10575 @itemx M-g
10576 @kindex Z G (Summary)
10577 @kindex M-g (Summary)
10578 @findex gnus-summary-rescan-group
10579 @c @icon{gnus-summary-mail-get}
10580 Exit the group, check for new articles in the group, and select the
10581 group (@code{gnus-summary-rescan-group}).  If given a prefix, select all
10582 articles, both read and unread.
10583
10584 @item Z N
10585 @kindex Z N (Summary)
10586 @findex gnus-summary-next-group
10587 Exit the group and go to the next group
10588 (@code{gnus-summary-next-group}).
10589
10590 @item Z P
10591 @kindex Z P (Summary)
10592 @findex gnus-summary-prev-group
10593 Exit the group and go to the previous group
10594 (@code{gnus-summary-prev-group}).
10595
10596 @item Z s
10597 @kindex Z s (Summary)
10598 @findex gnus-summary-save-newsrc
10599 Save the current number of read/marked articles in the dribble buffer
10600 and then save the dribble buffer (@code{gnus-summary-save-newsrc}).  If
10601 given a prefix, also save the @file{.newsrc} file(s).  Using this
10602 command will make exit without updating (the @kbd{Q} command) worthless.
10603 @end table
10604
10605 @vindex gnus-exit-group-hook
10606 @code{gnus-exit-group-hook} is called when you exit the current group
10607 with an ``updating'' exit.  For instance @kbd{Q}
10608 (@code{gnus-summary-exit-no-update}) does not call this hook.
10609
10610 @findex gnus-summary-wake-up-the-dead
10611 @findex gnus-dead-summary-mode
10612 @vindex gnus-kill-summary-on-exit
10613 If you're in the habit of exiting groups, and then changing your mind
10614 about it, you might set @code{gnus-kill-summary-on-exit} to @code{nil}.
10615 If you do that, Gnus won't kill the summary buffer when you exit it.
10616 (Quelle surprise!)  Instead it will change the name of the buffer to
10617 something like @samp{*Dead Summary ... *} and install a minor mode
10618 called @code{gnus-dead-summary-mode}.  Now, if you switch back to this
10619 buffer, you'll find that all keys are mapped to a function called
10620 @code{gnus-summary-wake-up-the-dead}.  So tapping any keys in a dead
10621 summary buffer will result in a live, normal summary buffer.
10622
10623 There will never be more than one dead summary buffer at any one time.
10624
10625 @vindex gnus-use-cross-reference
10626 The data on the current group will be updated (which articles you have
10627 read, which articles you have replied to, etc.) when you exit the
10628 summary buffer.  If the @code{gnus-use-cross-reference} variable is
10629 @code{t} (which is the default), articles that are cross-referenced to
10630 this group and are marked as read, will also be marked as read in the
10631 other subscribed groups they were cross-posted to.  If this variable is
10632 neither @code{nil} nor @code{t}, the article will be marked as read in
10633 both subscribed and unsubscribed groups (@pxref{Crosspost Handling}).
10634
10635
10636 @node Crosspost Handling
10637 @section Crosspost Handling
10638
10639 @cindex velveeta
10640 @cindex spamming
10641 Marking cross-posted articles as read ensures that you'll never have to
10642 read the same article more than once.  Unless, of course, somebody has
10643 posted it to several groups separately.  Posting the same article to
10644 several groups (not cross-posting) is called @dfn{spamming}, and you are
10645 by law required to send nasty-grams to anyone who perpetrates such a
10646 heinous crime.  You may want to try NoCeM handling to filter out spam
10647 (@pxref{NoCeM}).
10648
10649 Remember: Cross-posting is kinda ok, but posting the same article
10650 separately to several groups is not.  Massive cross-posting (aka.
10651 @dfn{velveeta}) is to be avoided at all costs, and you can even use the
10652 @code{gnus-summary-mail-crosspost-complaint} command to complain about
10653 excessive crossposting (@pxref{Summary Mail Commands}).
10654
10655 @cindex cross-posting
10656 @cindex Xref
10657 @cindex @acronym{NOV}
10658 One thing that may cause Gnus to not do the cross-posting thing
10659 correctly is if you use an @acronym{NNTP} server that supports @sc{xover}
10660 (which is very nice, because it speeds things up considerably) which
10661 does not include the @code{Xref} header in its @acronym{NOV} lines.  This is
10662 Evil, but all too common, alas, alack.  Gnus tries to Do The Right Thing
10663 even with @sc{xover} by registering the @code{Xref} lines of all
10664 articles you actually read, but if you kill the articles, or just mark
10665 them as read without reading them, Gnus will not get a chance to snoop
10666 the @code{Xref} lines out of these articles, and will be unable to use
10667 the cross reference mechanism.
10668
10669 @cindex LIST overview.fmt
10670 @cindex overview.fmt
10671 To check whether your @acronym{NNTP} server includes the @code{Xref} header
10672 in its overview files, try @samp{telnet your.nntp.server nntp},
10673 @samp{MODE READER} on @code{inn} servers, and then say @samp{LIST
10674 overview.fmt}.  This may not work, but if it does, and the last line you
10675 get does not read @samp{Xref:full}, then you should shout and whine at
10676 your news admin until she includes the @code{Xref} header in the
10677 overview files.
10678
10679 @vindex gnus-nov-is-evil
10680 If you want Gnus to get the @code{Xref}s right all the time, you have to
10681 set @code{gnus-nov-is-evil} to @code{t}, which slows things down
10682 considerably.
10683
10684 C'est la vie.
10685
10686 For an alternative approach, @pxref{Duplicate Suppression}.
10687
10688
10689 @node Duplicate Suppression
10690 @section Duplicate Suppression
10691
10692 By default, Gnus tries to make sure that you don't have to read the same
10693 article more than once by utilizing the crossposting mechanism
10694 (@pxref{Crosspost Handling}).  However, that simple and efficient
10695 approach may not work satisfactory for some users for various
10696 reasons.
10697
10698 @enumerate
10699 @item
10700 The @acronym{NNTP} server may fail to generate the @code{Xref} header.  This
10701 is evil and not very common.
10702
10703 @item
10704 The @acronym{NNTP} server may fail to include the @code{Xref} header in the
10705 @file{.overview} data bases.  This is evil and all too common, alas.
10706
10707 @item
10708 You may be reading the same group (or several related groups) from
10709 different @acronym{NNTP} servers.
10710
10711 @item
10712 You may be getting mail that duplicates articles posted to groups.
10713 @end enumerate
10714
10715 I'm sure there are other situations where @code{Xref} handling fails as
10716 well, but these four are the most common situations.
10717
10718 If, and only if, @code{Xref} handling fails for you, then you may
10719 consider switching on @dfn{duplicate suppression}.  If you do so, Gnus
10720 will remember the @code{Message-ID}s of all articles you have read or
10721 otherwise marked as read, and then, as if by magic, mark them as read
10722 all subsequent times you see them---in @emph{all} groups.  Using this
10723 mechanism is quite likely to be somewhat inefficient, but not overly
10724 so.  It's certainly preferable to reading the same articles more than
10725 once.
10726
10727 Duplicate suppression is not a very subtle instrument.  It's more like a
10728 sledge hammer than anything else.  It works in a very simple
10729 fashion---if you have marked an article as read, it adds this Message-ID
10730 to a cache.  The next time it sees this Message-ID, it will mark the
10731 article as read with the @samp{M} mark.  It doesn't care what group it
10732 saw the article in.
10733
10734 @table @code
10735 @item gnus-suppress-duplicates
10736 @vindex gnus-suppress-duplicates
10737 If non-@code{nil}, suppress duplicates.
10738
10739 @item gnus-save-duplicate-list
10740 @vindex gnus-save-duplicate-list
10741 If non-@code{nil}, save the list of duplicates to a file.  This will
10742 make startup and shutdown take longer, so the default is @code{nil}.
10743 However, this means that only duplicate articles read in a single Gnus
10744 session are suppressed.
10745
10746 @item gnus-duplicate-list-length
10747 @vindex gnus-duplicate-list-length
10748 This variable says how many @code{Message-ID}s to keep in the duplicate
10749 suppression list.  The default is 10000.
10750
10751 @item gnus-duplicate-file
10752 @vindex gnus-duplicate-file
10753 The name of the file to store the duplicate suppression list in.  The
10754 default is @file{~/News/suppression}.
10755 @end table
10756
10757 If you have a tendency to stop and start Gnus often, setting
10758 @code{gnus-save-duplicate-list} to @code{t} is probably a good idea.  If
10759 you leave Gnus running for weeks on end, you may have it @code{nil}.  On
10760 the other hand, saving the list makes startup and shutdown much slower,
10761 so that means that if you stop and start Gnus often, you should set
10762 @code{gnus-save-duplicate-list} to @code{nil}.  Uhm.  I'll leave this up
10763 to you to figure out, I think.
10764
10765 @node Security
10766 @section Security
10767
10768 Gnus is able to verify signed messages or decrypt encrypted messages.
10769 The formats that are supported are @acronym{PGP}, @acronym{PGP/MIME}
10770 and @acronym{S/MIME}, however you need some external programs to get
10771 things to work:
10772
10773 @enumerate
10774 @item
10775 To handle @acronym{PGP} and @acronym{PGP/MIME} messages, you have to
10776 install an OpenPGP implementation such as GnuPG.  The Lisp interface
10777 to GnuPG included with Gnus is called PGG (@pxref{Top, ,PGG, pgg, PGG
10778 Manual}), but Mailcrypt and gpg.el are also supported.
10779
10780 @item
10781 To handle @acronym{S/MIME} message, you need to install OpenSSL.  OpenSSL 0.9.6
10782 or newer is recommended.
10783
10784 @end enumerate
10785
10786 More information on how to set things up can be found in the message
10787 manual (@pxref{Security, ,Security, message, Message Manual}).
10788
10789 @table @code
10790 @item mm-verify-option
10791 @vindex mm-verify-option
10792 Option of verifying signed parts.  @code{never}, not verify;
10793 @code{always}, always verify; @code{known}, only verify known
10794 protocols.  Otherwise, ask user.
10795
10796 @item mm-decrypt-option
10797 @vindex mm-decrypt-option
10798 Option of decrypting encrypted parts.  @code{never}, no decryption;
10799 @code{always}, always decrypt; @code{known}, only decrypt known
10800 protocols.  Otherwise, ask user.
10801
10802 @item mml1991-use
10803 @vindex mml1991-use
10804 Symbol indicating elisp interface to OpenPGP implementation for
10805 @acronym{PGP} messages.  The default is @code{pgg}, but
10806 @code{mailcrypt} and @code{gpg} are also supported although
10807 deprecated.
10808
10809 @item mml2015-use
10810 @vindex mml2015-use
10811 Symbol indicating elisp interface to OpenPGP implementation for
10812 @acronym{PGP/MIME} messages.  The default is @code{pgg}, but
10813 @code{mailcrypt} and @code{gpg} are also supported although
10814 deprecated.
10815
10816 @end table
10817
10818 @cindex snarfing keys
10819 @cindex importing PGP keys
10820 @cindex PGP key ring import
10821 Snarfing OpenPGP keys (i.e., importing keys from articles into your
10822 key ring) is not supported explicitly through a menu item or command,
10823 rather Gnus do detect and label keys as @samp{application/pgp-keys},
10824 allowing you to specify whatever action you think is appropriate
10825 through the usual @acronym{MIME} infrastructure.  You can use a
10826 @file{~/.mailcap} entry (@pxref{mailcap, , mailcap, emacs-mime, The
10827 Emacs MIME Manual}) such as the following to import keys using GNU
10828 Privacy Guard when you click on the @acronym{MIME} button
10829 (@pxref{Using MIME}).
10830
10831 @example
10832 application/pgp-keys; gpg --import --interactive --verbose; needsterminal
10833 @end example
10834 @noindent
10835 This happens to also be the default action defined in
10836 @code{mailcap-mime-data}.
10837
10838 @node Mailing List
10839 @section Mailing List
10840 @cindex mailing list
10841 @cindex RFC 2396
10842
10843 @kindex A M (summary)
10844 @findex gnus-mailing-list-insinuate
10845 Gnus understands some mailing list fields of RFC 2369.  To enable it,
10846 add a @code{to-list} group parameter (@pxref{Group Parameters}),
10847 possibly using @kbd{A M} (@code{gnus-mailing-list-insinuate}) in the
10848 summary buffer.
10849
10850 That enables the following commands to the summary buffer:
10851
10852 @table @kbd
10853
10854 @item C-c C-n h
10855 @kindex C-c C-n h (Summary)
10856 @findex gnus-mailing-list-help
10857 Send a message to fetch mailing list help, if List-Help field exists.
10858
10859 @item C-c C-n s
10860 @kindex C-c C-n s (Summary)
10861 @findex gnus-mailing-list-subscribe
10862 Send a message to subscribe the mailing list, if List-Subscribe field exists.
10863
10864 @item C-c C-n u
10865 @kindex C-c C-n u (Summary)
10866 @findex gnus-mailing-list-unsubscribe
10867 Send a message to unsubscribe the mailing list, if List-Unsubscribe
10868 field exists.
10869
10870 @item C-c C-n p
10871 @kindex C-c C-n p (Summary)
10872 @findex gnus-mailing-list-post
10873 Post to the mailing list, if List-Post field exists.
10874
10875 @item C-c C-n o
10876 @kindex C-c C-n o (Summary)
10877 @findex gnus-mailing-list-owner
10878 Send a message to the mailing list owner, if List-Owner field exists.
10879
10880 @item C-c C-n a
10881 @kindex C-c C-n a (Summary)
10882 @findex gnus-mailing-list-archive
10883 Browse the mailing list archive, if List-Archive field exists.
10884
10885 @end table
10886
10887
10888 @node Article Buffer
10889 @chapter Article Buffer
10890 @cindex article buffer
10891
10892 The articles are displayed in the article buffer, of which there is only
10893 one.  All the summary buffers share the same article buffer unless you
10894 tell Gnus otherwise.
10895
10896 @menu
10897 * Hiding Headers::              Deciding what headers should be displayed.
10898 * Using MIME::                  Pushing articles through @acronym{MIME} before reading them.
10899 * Customizing Articles::        Tailoring the look of the articles.
10900 * Article Keymap::              Keystrokes available in the article buffer.
10901 * Misc Article::                Other stuff.
10902 @end menu
10903
10904
10905 @node Hiding Headers
10906 @section Hiding Headers
10907 @cindex hiding headers
10908 @cindex deleting headers
10909
10910 The top section of each article is the @dfn{head}.  (The rest is the
10911 @dfn{body}, but you may have guessed that already.)
10912
10913 @vindex gnus-show-all-headers
10914 There is a lot of useful information in the head: the name of the person
10915 who wrote the article, the date it was written and the subject of the
10916 article.  That's well and nice, but there's also lots of information
10917 most people do not want to see---what systems the article has passed
10918 through before reaching you, the @code{Message-ID}, the
10919 @code{References}, etc. ad nauseam---and you'll probably want to get rid
10920 of some of those lines.  If you want to keep all those lines in the
10921 article buffer, you can set @code{gnus-show-all-headers} to @code{t}.
10922
10923 Gnus provides you with two variables for sifting headers:
10924
10925 @table @code
10926
10927 @item gnus-visible-headers
10928 @vindex gnus-visible-headers
10929 If this variable is non-@code{nil}, it should be a regular expression
10930 that says what headers you wish to keep in the article buffer.  All
10931 headers that do not match this variable will be hidden.
10932
10933 For instance, if you only want to see the name of the person who wrote
10934 the article and the subject, you'd say:
10935
10936 @lisp
10937 (setq gnus-visible-headers "^From:\\|^Subject:")
10938 @end lisp
10939
10940 This variable can also be a list of regexps to match headers to
10941 remain visible.
10942
10943 @item gnus-ignored-headers
10944 @vindex gnus-ignored-headers
10945 This variable is the reverse of @code{gnus-visible-headers}.  If this
10946 variable is set (and @code{gnus-visible-headers} is @code{nil}), it
10947 should be a regular expression that matches all lines that you want to
10948 hide.  All lines that do not match this variable will remain visible.
10949
10950 For instance, if you just want to get rid of the @code{References} line
10951 and the @code{Xref} line, you might say:
10952
10953 @lisp
10954 (setq gnus-ignored-headers "^References:\\|^Xref:")
10955 @end lisp
10956
10957 This variable can also be a list of regexps to match headers to
10958 be removed.
10959
10960 Note that if @code{gnus-visible-headers} is non-@code{nil}, this
10961 variable will have no effect.
10962
10963 @end table
10964
10965 @vindex gnus-sorted-header-list
10966 Gnus can also sort the headers for you.  (It does this by default.)  You
10967 can control the sorting by setting the @code{gnus-sorted-header-list}
10968 variable.  It is a list of regular expressions that says in what order
10969 the headers are to be displayed.
10970
10971 For instance, if you want the name of the author of the article first,
10972 and then the subject, you might say something like:
10973
10974 @lisp
10975 (setq gnus-sorted-header-list '("^From:" "^Subject:"))
10976 @end lisp
10977
10978 Any headers that are to remain visible, but are not listed in this
10979 variable, will be displayed in random order after all the headers listed in this variable.
10980
10981 @findex gnus-article-hide-boring-headers
10982 @vindex gnus-boring-article-headers
10983 You can hide further boring headers by setting
10984 @code{gnus-treat-hide-boring-headers} to @code{head}.  What this function
10985 does depends on the @code{gnus-boring-article-headers} variable.  It's a
10986 list, but this list doesn't actually contain header names.  Instead it
10987 lists various @dfn{boring conditions} that Gnus can check and remove
10988 from sight.
10989
10990 These conditions are:
10991 @table @code
10992 @item empty
10993 Remove all empty headers.
10994 @item followup-to
10995 Remove the @code{Followup-To} header if it is identical to the
10996 @code{Newsgroups} header.
10997 @item reply-to
10998 Remove the @code{Reply-To} header if it lists the same addresses as
10999 the @code{From} header, or if the @code{broken-reply-to} group
11000 parameter is set.
11001 @item newsgroups
11002 Remove the @code{Newsgroups} header if it only contains the current group
11003 name.
11004 @item to-address
11005 Remove the @code{To} header if it only contains the address identical to
11006 the current group's @code{to-address} parameter.
11007 @item to-list
11008 Remove the @code{To} header if it only contains the address identical to
11009 the current group's @code{to-list} parameter.
11010 @item cc-list
11011 Remove the @code{CC} header if it only contains the address identical to
11012 the current group's @code{to-list} parameter.
11013 @item date
11014 Remove the @code{Date} header if the article is less than three days
11015 old.
11016 @item long-to
11017 Remove the @code{To} header if it is very long.
11018 @item many-to
11019 Remove all @code{To} headers if there are more than one.
11020 @end table
11021
11022 To include these three elements, you could say something like:
11023
11024 @lisp
11025 (setq gnus-boring-article-headers
11026       '(empty followup-to reply-to))
11027 @end lisp
11028
11029 This is also the default value for this variable.
11030
11031
11032 @node Using MIME
11033 @section Using MIME
11034 @cindex @acronym{MIME}
11035
11036 Mime is a standard for waving your hands through the air, aimlessly,
11037 while people stand around yawning.
11038
11039 @acronym{MIME}, however, is a standard for encoding your articles, aimlessly,
11040 while all newsreaders die of fear.
11041
11042 @acronym{MIME} may specify what character set the article uses, the encoding
11043 of the characters, and it also makes it possible to embed pictures and
11044 other naughty stuff in innocent-looking articles.
11045
11046 @vindex gnus-display-mime-function
11047 @findex gnus-display-mime
11048 Gnus pushes @acronym{MIME} articles through @code{gnus-display-mime-function}
11049 to display the @acronym{MIME} parts.  This is @code{gnus-display-mime} by
11050 default, which creates a bundle of clickable buttons that can be used to
11051 display, save and manipulate the @acronym{MIME} objects.
11052
11053 The following commands are available when you have placed point over a
11054 @acronym{MIME} button:
11055
11056 @table @kbd
11057 @findex gnus-article-press-button
11058 @item RET (Article)
11059 @kindex RET (Article)
11060 @itemx BUTTON-2 (Article)
11061 Toggle displaying of the @acronym{MIME} object
11062 (@code{gnus-article-press-button}).  If built-in viewers can not display
11063 the object, Gnus resorts to external viewers in the @file{mailcap}
11064 files.  If a viewer has the @samp{copiousoutput} specification, the
11065 object is displayed inline.
11066
11067 @findex gnus-mime-view-part
11068 @item M-RET (Article)
11069 @kindex M-RET (Article)
11070 @itemx v (Article)
11071 Prompt for a method, and then view the @acronym{MIME} object using this
11072 method (@code{gnus-mime-view-part}).
11073
11074 @findex gnus-mime-view-part-as-type
11075 @item t (Article)
11076 @kindex t (Article)
11077 View the @acronym{MIME} object as if it were a different @acronym{MIME} media type
11078 (@code{gnus-mime-view-part-as-type}).
11079
11080 @findex gnus-mime-view-part-as-charset
11081 @item C (Article)
11082 @kindex C (Article)
11083 Prompt for a charset, and then view the @acronym{MIME} object using this
11084 charset (@code{gnus-mime-view-part-as-charset}).
11085
11086 @findex gnus-mime-save-part
11087 @item o (Article)
11088 @kindex o (Article)
11089 Prompt for a file name, and then save the @acronym{MIME} object
11090 (@code{gnus-mime-save-part}).
11091
11092 @findex gnus-mime-save-part-and-strip
11093 @item C-o (Article)
11094 @kindex C-o (Article)
11095 Prompt for a file name, then save the @acronym{MIME} object and strip it from
11096 the article.  Then proceed to article editing, where a reasonable
11097 suggestion is being made on how the altered article should look
11098 like.  The stripped @acronym{MIME} object will be referred via the
11099 message/external-body @acronym{MIME} type.
11100 (@code{gnus-mime-save-part-and-strip}).
11101
11102 @findex gnus-mime-replace-part
11103 @item r (Article)
11104 @kindex r (Article)
11105 Prompt for a file name, replace the @acronym{MIME} object with an
11106 external body refering to the file via the message/external-body
11107 @acronym{MIME} type.  (@code{gnus-mime-replace-part}).
11108
11109 @findex gnus-mime-delete-part
11110 @item d (Article)
11111 @kindex d (Article)
11112 Delete the @acronym{MIME} object from the article and replace it with some
11113 information about the removed @acronym{MIME} object
11114 (@code{gnus-mime-delete-part}).
11115
11116 @c FIXME: gnus-auto-select-part should be documented here
11117
11118 @findex gnus-mime-copy-part
11119 @item c (Article)
11120 @kindex c (Article)
11121 Copy the @acronym{MIME} object to a fresh buffer and display this buffer
11122 (@code{gnus-mime-copy-part}).  If given a prefix, copy the raw contents
11123 without decoding.  If given a numerical prefix, you can do semi-manual
11124 charset stuff (see @code{gnus-summary-show-article-charset-alist} in
11125 @ref{Paging the Article}).  Compressed files like @file{.gz} and
11126 @file{.bz2} are automatically decompressed if
11127 @code{auto-compression-mode} is enabled (@pxref{Compressed Files,,
11128 Accessing Compressed Files, emacs, The Emacs Editor}).
11129
11130 @findex gnus-mime-print-part
11131 @item p (Article)
11132 @kindex p (Article)
11133 Print the @acronym{MIME} object (@code{gnus-mime-print-part}).  This
11134 command respects the @samp{print=} specifications in the
11135 @file{.mailcap} file.
11136
11137 @findex gnus-mime-inline-part
11138 @item i (Article)
11139 @kindex i (Article)
11140 Insert the contents of the @acronym{MIME} object into the buffer
11141 (@code{gnus-mime-inline-part}) as text/plain.  If given a prefix, insert
11142 the raw contents without decoding.  If given a numerical prefix, you can
11143 do semi-manual charset stuff (see
11144 @code{gnus-summary-show-article-charset-alist} in @ref{Paging the
11145 Article}).  Compressed files like @file{.gz} and @file{.bz2} are
11146 automatically decompressed depending on @code{jka-compr} regardless of
11147 @code{auto-compression-mode} (@pxref{Compressed Files,, Accessing
11148 Compressed Files, emacs, The Emacs Editor}).
11149
11150 @findex gnus-mime-view-part-internally
11151 @item E (Article)
11152 @kindex E (Article)
11153 View the @acronym{MIME} object with an internal viewer.  If no internal
11154 viewer is available, use an external viewer
11155 (@code{gnus-mime-view-part-internally}).
11156
11157 @findex gnus-mime-view-part-externally
11158 @item e (Article)
11159 @kindex e (Article)
11160 View the @acronym{MIME} object with an external viewer.
11161 (@code{gnus-mime-view-part-externally}).
11162
11163 @findex gnus-mime-pipe-part
11164 @item | (Article)
11165 @kindex | (Article)
11166 Output the @acronym{MIME} object to a process (@code{gnus-mime-pipe-part}).
11167
11168 @findex gnus-mime-action-on-part
11169 @item . (Article)
11170 @kindex . (Article)
11171 Interactively run an action on the @acronym{MIME} object
11172 (@code{gnus-mime-action-on-part}).
11173
11174 @end table
11175
11176 Gnus will display some @acronym{MIME} objects automatically.  The way Gnus
11177 determines which parts to do this with is described in the Emacs
11178 @acronym{MIME} manual.
11179
11180 It might be best to just use the toggling functions from the article
11181 buffer to avoid getting nasty surprises.  (For instance, you enter the
11182 group @samp{alt.sing-a-long} and, before you know it, @acronym{MIME} has
11183 decoded the sound file in the article and some horrible sing-a-long song
11184 comes screaming out your speakers, and you can't find the volume button,
11185 because there isn't one, and people are starting to look at you, and you
11186 try to stop the program, but you can't, and you can't find the program
11187 to control the volume, and everybody else in the room suddenly decides
11188 to look at you disdainfully, and you'll feel rather stupid.)
11189
11190 Any similarity to real events and people is purely coincidental.  Ahem.
11191
11192 Also @pxref{MIME Commands}.
11193
11194
11195 @node Customizing Articles
11196 @section Customizing Articles
11197 @cindex article customization
11198
11199 A slew of functions for customizing how the articles are to look like
11200 exist.  You can call these functions interactively
11201 (@pxref{Article Washing}), or you can have them
11202 called automatically when you select the articles.
11203
11204 To have them called automatically, you should set the corresponding
11205 ``treatment'' variable.  For instance, to have headers hidden, you'd set
11206 @code{gnus-treat-hide-headers}.  Below is a list of variables that can
11207 be set, but first we discuss the values these variables can have.
11208
11209 Note: Some values, while valid, make little sense.  Check the list below
11210 for sensible values.
11211
11212 @enumerate
11213 @item
11214 @code{nil}: Don't do this treatment.
11215
11216 @item
11217 @code{t}: Do this treatment on all body parts.
11218
11219 @item
11220 @code{head}: Do the treatment on the headers.
11221
11222 @item
11223 @code{last}: Do this treatment on the last part.
11224
11225 @item
11226 An integer: Do this treatment on all body parts that have a length less
11227 than this number.
11228
11229 @item
11230 A list of strings: Do this treatment on all body parts that are in
11231 articles that are read in groups that have names that match one of the
11232 regexps in the list.
11233
11234 @item
11235 A list where the first element is not a string:
11236
11237 The list is evaluated recursively.  The first element of the list is a
11238 predicate.  The following predicates are recognized: @code{or},
11239 @code{and}, @code{not} and @code{typep}.  Here's an example:
11240
11241 @lisp
11242 (or last
11243     (typep "text/x-vcard"))
11244 @end lisp
11245
11246 @end enumerate
11247
11248 You may have noticed that the word @dfn{part} is used here.  This refers
11249 to the fact that some messages are @acronym{MIME} multipart articles that may
11250 be divided into several parts.  Articles that are not multiparts are
11251 considered to contain just a single part.
11252
11253 @vindex gnus-article-treat-types
11254 Are the treatments applied to all sorts of multipart parts?  Yes, if you
11255 want to, but by default, only @samp{text/plain} parts are given the
11256 treatment.  This is controlled by the @code{gnus-article-treat-types}
11257 variable, which is a list of regular expressions that are matched to the
11258 type of the part.  This variable is ignored if the value of the
11259 controlling variable is a predicate list, as described above.
11260
11261 The following treatment options are available.  The easiest way to
11262 customize this is to examine the @code{gnus-article-treat} customization
11263 group.  Values in parenthesis are suggested sensible values.  Others are
11264 possible but those listed are probably sufficient for most people.
11265
11266 @table @code
11267 @item gnus-treat-buttonize (t, integer)
11268 @item gnus-treat-buttonize-head (head)
11269
11270 @xref{Article Buttons}.
11271
11272 @item gnus-treat-capitalize-sentences (t, integer)
11273 @item gnus-treat-overstrike (t, integer)
11274 @item gnus-treat-strip-cr (t, integer)
11275 @item gnus-treat-strip-headers-in-body (t, integer)
11276 @item gnus-treat-strip-leading-blank-lines (t, integer)
11277 @item gnus-treat-strip-multiple-blank-lines (t, integer)
11278 @item gnus-treat-strip-pem (t, last, integer)
11279 @item gnus-treat-strip-trailing-blank-lines (t, last, integer)
11280 @item gnus-treat-unsplit-urls (t, integer)
11281 @item gnus-treat-wash-html (t, integer)
11282
11283 @xref{Article Washing}.
11284
11285 @item gnus-treat-date-english (head)
11286 @item gnus-treat-date-iso8601 (head)
11287 @item gnus-treat-date-lapsed (head)
11288 @item gnus-treat-date-local (head)
11289 @item gnus-treat-date-original (head)
11290 @item gnus-treat-date-user-defined (head)
11291 @item gnus-treat-date-ut (head)
11292
11293 @xref{Article Date}.
11294
11295 @item gnus-treat-from-picon (head)
11296 @item gnus-treat-mail-picon (head)
11297 @item gnus-treat-newsgroups-picon (head)
11298
11299 @xref{Picons}.
11300
11301 @item gnus-treat-display-smileys (t, integer)
11302
11303 @item gnus-treat-body-boundary (head)
11304
11305 @vindex gnus-body-boundary-delimiter
11306 Adds a delimiter between header and body, the string used as delimiter
11307 is controlled by @code{gnus-body-boundary-delimiter}.
11308
11309 @xref{Smileys}.
11310
11311 @item gnus-treat-display-x-face (head)
11312
11313 @xref{X-Face}.
11314
11315 @item gnus-treat-display-face (head)
11316
11317 @xref{Face}.
11318
11319 @item gnus-treat-emphasize (t, head, integer)
11320 @item gnus-treat-fill-article (t, integer)
11321 @item gnus-treat-fill-long-lines (t, integer)
11322 @item gnus-treat-hide-boring-headers (head)
11323 @item gnus-treat-hide-citation (t, integer)
11324 @item gnus-treat-hide-citation-maybe (t, integer)
11325 @item gnus-treat-hide-headers (head)
11326 @item gnus-treat-hide-signature (t, last)
11327 @item gnus-treat-strip-banner (t, last)
11328 @item gnus-treat-strip-list-identifiers (head)
11329
11330 @xref{Article Hiding}.
11331
11332 @item gnus-treat-highlight-citation (t, integer)
11333 @item gnus-treat-highlight-headers (head)
11334 @item gnus-treat-highlight-signature (t, last, integer)
11335
11336 @xref{Article Highlighting}.
11337
11338 @item gnus-treat-play-sounds
11339 @item gnus-treat-translate
11340 @item gnus-treat-ansi-sequences (t)
11341 @item gnus-treat-x-pgp-sig (head)
11342
11343 @item gnus-treat-unfold-headers (head)
11344 @item gnus-treat-fold-headers (head)
11345 @item gnus-treat-fold-newsgroups (head)
11346 @item gnus-treat-leading-whitespace (head)
11347
11348 @xref{Article Header}.
11349
11350
11351 @end table
11352
11353 @vindex gnus-part-display-hook
11354 You can, of course, write your own functions to be called from
11355 @code{gnus-part-display-hook}.  The functions are called narrowed to the
11356 part, and you can do anything you like, pretty much.  There is no
11357 information that you have to keep in the buffer---you can change
11358 everything.
11359
11360
11361 @node Article Keymap
11362 @section Article Keymap
11363
11364 Most of the keystrokes in the summary buffer can also be used in the
11365 article buffer.  They should behave as if you typed them in the summary
11366 buffer, which means that you don't actually have to have a summary
11367 buffer displayed while reading.  You can do it all from the article
11368 buffer.
11369
11370 A few additional keystrokes are available:
11371
11372 @table @kbd
11373
11374 @item SPACE
11375 @kindex SPACE (Article)
11376 @findex gnus-article-next-page
11377 Scroll forwards one page (@code{gnus-article-next-page}).
11378 This is exactly the same as @kbd{h SPACE h}.
11379
11380 @item DEL
11381 @kindex DEL (Article)
11382 @findex gnus-article-prev-page
11383 Scroll backwards one page (@code{gnus-article-prev-page}).
11384 This is exactly the same as @kbd{h DEL h}.
11385
11386 @item C-c ^
11387 @kindex C-c ^ (Article)
11388 @findex gnus-article-refer-article
11389 If point is in the neighborhood of a @code{Message-ID} and you press
11390 @kbd{C-c ^}, Gnus will try to get that article from the server
11391 (@code{gnus-article-refer-article}).
11392
11393 @item C-c C-m
11394 @kindex C-c C-m (Article)
11395 @findex gnus-article-mail
11396 Send a reply to the address near point (@code{gnus-article-mail}).  If
11397 given a prefix, include the mail.
11398
11399 @item s
11400 @kindex s (Article)
11401 @findex gnus-article-show-summary
11402 Reconfigure the buffers so that the summary buffer becomes visible
11403 (@code{gnus-article-show-summary}).
11404
11405 @item ?
11406 @kindex ? (Article)
11407 @findex gnus-article-describe-briefly
11408 Give a very brief description of the available keystrokes
11409 (@code{gnus-article-describe-briefly}).
11410
11411 @item TAB
11412 @kindex TAB (Article)
11413 @findex gnus-article-next-button
11414 Go to the next button, if any (@code{gnus-article-next-button}).  This
11415 only makes sense if you have buttonizing turned on.
11416
11417 @item M-TAB
11418 @kindex M-TAB (Article)
11419 @findex gnus-article-prev-button
11420 Go to the previous button, if any (@code{gnus-article-prev-button}).
11421
11422 @item R
11423 @kindex R (Article)
11424 @findex gnus-article-reply-with-original
11425 Send a reply to the current article and yank the current article
11426 (@code{gnus-article-reply-with-original}).  If given a prefix, make a
11427 wide reply.  If the region is active, only yank the text in the
11428 region.
11429
11430 @item F
11431 @kindex F (Article)
11432 @findex gnus-article-followup-with-original
11433 Send a followup to the current article and yank the current article
11434 (@code{gnus-article-followup-with-original}).  If given a prefix, make
11435 a wide reply.  If the region is active, only yank the text in the
11436 region.
11437
11438
11439 @end table
11440
11441
11442 @node Misc Article
11443 @section Misc Article
11444
11445 @table @code
11446
11447 @item gnus-single-article-buffer
11448 @vindex gnus-single-article-buffer
11449 If non-@code{nil}, use the same article buffer for all the groups.
11450 (This is the default.)  If @code{nil}, each group will have its own
11451 article buffer.
11452
11453 @vindex gnus-article-decode-hook
11454 @item gnus-article-decode-hook
11455 @cindex @acronym{MIME}
11456 Hook used to decode @acronym{MIME} articles.  The default value is
11457 @code{(article-decode-charset article-decode-encoded-words)}
11458
11459 @vindex gnus-article-prepare-hook
11460 @item gnus-article-prepare-hook
11461 This hook is called right after the article has been inserted into the
11462 article buffer.  It is mainly intended for functions that do something
11463 depending on the contents; it should probably not be used for changing
11464 the contents of the article buffer.
11465
11466 @item gnus-article-mode-hook
11467 @vindex gnus-article-mode-hook
11468 Hook called in article mode buffers.
11469
11470 @item gnus-article-mode-syntax-table
11471 @vindex gnus-article-mode-syntax-table
11472 Syntax table used in article buffers.  It is initialized from
11473 @code{text-mode-syntax-table}.
11474
11475 @vindex gnus-article-over-scroll
11476 @item gnus-article-over-scroll
11477 If non-@code{nil}, allow scrolling the article buffer even when there
11478 no more new text to scroll in.  The default is @code{nil}.
11479
11480 @vindex gnus-article-mode-line-format
11481 @item gnus-article-mode-line-format
11482 This variable is a format string along the same lines as
11483 @code{gnus-summary-mode-line-format} (@pxref{Summary Buffer Mode
11484 Line}).  It accepts the same format specifications as that variable,
11485 with two extensions:
11486
11487 @table @samp
11488
11489 @item w
11490 The @dfn{wash status} of the article.  This is a short string with one
11491 character for each possible article wash operation that may have been
11492 performed.  The characters and their meaning:
11493
11494 @table @samp
11495
11496 @item c
11497 Displayed when cited text may be hidden in the article buffer.
11498
11499 @item h
11500 Displayed when headers are hidden in the article buffer.
11501
11502 @item p
11503 Displayed when article is digitally signed or encrypted, and Gnus has
11504 hidden the security headers.  (N.B. does not tell anything about
11505 security status, i.e. good or bad signature.)
11506
11507 @item s
11508 Displayed when the signature has been hidden in the Article buffer.
11509
11510 @item o
11511 Displayed when Gnus has treated overstrike characters in the article buffer.
11512
11513 @item e
11514 Displayed when Gnus has treated emphasised strings in the article buffer.
11515
11516 @end table
11517
11518 @item m
11519 The number of @acronym{MIME} parts in the article.
11520
11521 @end table
11522
11523 @vindex gnus-break-pages
11524
11525 @item gnus-break-pages
11526 Controls whether @dfn{page breaking} is to take place.  If this variable
11527 is non-@code{nil}, the articles will be divided into pages whenever a
11528 page delimiter appears in the article.  If this variable is @code{nil},
11529 paging will not be done.
11530
11531 @item gnus-page-delimiter
11532 @vindex gnus-page-delimiter
11533 This is the delimiter mentioned above.  By default, it is @samp{^L}
11534 (formfeed).
11535
11536 @cindex IDNA
11537 @cindex internationalized domain names
11538 @vindex gnus-use-idna
11539 @item gnus-use-idna
11540 This variable controls whether Gnus performs IDNA decoding of
11541 internationalized domain names inside @samp{From}, @samp{To} and
11542 @samp{Cc} headers.  @xref{IDNA, ,IDNA,message, The Message Manual},
11543 for how to compose such messages.  This requires
11544 @uref{http://www.gnu.org/software/libidn/, GNU Libidn}, and this
11545 variable is only enabled if you have installed it.
11546
11547 @end table
11548
11549
11550 @node Composing Messages
11551 @chapter Composing Messages
11552 @cindex composing messages
11553 @cindex messages
11554 @cindex mail
11555 @cindex sending mail
11556 @cindex reply
11557 @cindex followup
11558 @cindex post
11559 @cindex using gpg
11560 @cindex using s/mime
11561 @cindex using smime
11562
11563 @kindex C-c C-c (Post)
11564 All commands for posting and mailing will put you in a message buffer
11565 where you can edit the article all you like, before you send the
11566 article by pressing @kbd{C-c C-c}.  @xref{Top, , Overview, message,
11567 Message Manual}.  Where the message will be posted/mailed to depends
11568 on your setup (@pxref{Posting Server}).
11569
11570 @menu
11571 * Mail::                        Mailing and replying.
11572 * Posting Server::              What server should you post and mail via?
11573 * POP before SMTP::             You cannot send a mail unless you read a mail.
11574 * Mail and Post::               Mailing and posting at the same time.
11575 * Archived Messages::           Where Gnus stores the messages you've sent.
11576 * Posting Styles::              An easier way to specify who you are.
11577 * Drafts::                      Postponing messages and rejected messages.
11578 * Rejected Articles::           What happens if the server doesn't like your article?
11579 * Signing and encrypting::      How to compose secure messages.
11580 @end menu
11581
11582 Also @pxref{Canceling and Superseding} for information on how to
11583 remove articles you shouldn't have posted.
11584
11585
11586 @node Mail
11587 @section Mail
11588
11589 Variables for customizing outgoing mail:
11590
11591 @table @code
11592 @item gnus-uu-digest-headers
11593 @vindex gnus-uu-digest-headers
11594 List of regexps to match headers included in digested messages.  The
11595 headers will be included in the sequence they are matched.  If
11596 @code{nil} include all headers.
11597
11598 @item gnus-add-to-list
11599 @vindex gnus-add-to-list
11600 If non-@code{nil}, add a @code{to-list} group parameter to mail groups
11601 that have none when you do a @kbd{a}.
11602
11603 @item gnus-confirm-mail-reply-to-news
11604 @vindex gnus-confirm-mail-reply-to-news
11605 If non-@code{nil}, Gnus will ask you for a confirmation when you are
11606 about to reply to news articles by mail.  If it is @code{nil}, nothing
11607 interferes in what you want to do.  This can also be a function
11608 receiving the group name as the only parameter which should return
11609 non-@code{nil} if a confirmation is needed, or a regular expression
11610 matching group names, where confirmation should be asked for.
11611
11612 If you find yourself never wanting to reply to mail, but occasionally
11613 press @kbd{R} anyway, this variable might be for you.
11614
11615 @item gnus-confirm-treat-mail-like-news
11616 @vindex gnus-confirm-treat-mail-like-news
11617 If non-@code{nil}, Gnus also requests confirmation according to
11618 @code{gnus-confirm-mail-reply-to-news} when replying to mail.  This is
11619 useful for treating mailing lists like newsgroups.
11620
11621 @end table
11622
11623
11624 @node Posting Server
11625 @section Posting Server
11626
11627 When you press those magical @kbd{C-c C-c} keys to ship off your latest
11628 (extremely intelligent, of course) article, where does it go?
11629
11630 Thank you for asking.  I hate you.
11631
11632 It can be quite complicated.
11633
11634 @vindex gnus-post-method
11635 When posting news, Message usually invokes @code{message-send-news}
11636 (@pxref{News Variables, , News Variables, message, Message Manual}).
11637 Normally, Gnus will post using the same select method as you're
11638 reading from (which might be convenient if you're reading lots of
11639 groups from different private servers).  However.  If the server
11640 you're reading from doesn't allow posting, just reading, you probably
11641 want to use some other server to post your (extremely intelligent and
11642 fabulously interesting) articles.  You can then set the
11643 @code{gnus-post-method} to some other method:
11644
11645 @lisp
11646 (setq gnus-post-method '(nnspool ""))
11647 @end lisp
11648
11649 Now, if you've done this, and then this server rejects your article, or
11650 this server is down, what do you do then?  To override this variable you
11651 can use a non-zero prefix to the @kbd{C-c C-c} command to force using
11652 the ``current'' server, to get back the default behavior, for posting.
11653
11654 If you give a zero prefix (i.e., @kbd{C-u 0 C-c C-c}) to that command,
11655 Gnus will prompt you for what method to use for posting.
11656
11657 You can also set @code{gnus-post-method} to a list of select methods.
11658 If that's the case, Gnus will always prompt you for what method to use
11659 for posting.
11660
11661 Finally, if you want to always post using the native select method,
11662 you can set this variable to @code{native}.
11663
11664 When sending mail, Message invokes @code{message-send-mail-function}.
11665 The default function, @code{message-send-mail-with-sendmail}, pipes
11666 your article to the @code{sendmail} binary for further queuing and
11667 sending.  When your local system is not configured for sending mail
11668 using @code{sendmail}, and you have access to a remote @acronym{SMTP}
11669 server, you can set @code{message-send-mail-function} to
11670 @code{smtpmail-send-it} and make sure to setup the @code{smtpmail}
11671 package correctly.  An example:
11672
11673 @lisp
11674 (setq message-send-mail-function 'smtpmail-send-it
11675       smtpmail-default-smtp-server "YOUR SMTP HOST")
11676 @end lisp
11677
11678 To the thing similar to this, there is
11679 @code{message-smtpmail-send-it}.  It is useful if your @acronym{ISP}
11680 requires the @acronym{POP}-before-@acronym{SMTP} authentication.
11681 @xref{POP before SMTP}.
11682
11683 Other possible choices for @code{message-send-mail-function} includes
11684 @code{message-send-mail-with-mh}, @code{message-send-mail-with-qmail},
11685 and @code{feedmail-send-it}.
11686
11687 @node POP before SMTP
11688 @section POP before SMTP
11689 @cindex pop before smtp
11690 @findex message-smtpmail-send-it
11691 @findex mail-source-touch-pop
11692
11693 Does your @acronym{ISP} require the @acronym{POP}-before-@acronym{SMTP}
11694 authentication?  It is whether you need to connect to the @acronym{POP}
11695 mail server within a certain time before sending mails.  If so, there is
11696 a convenient way.  To do that, put the following lines in your
11697 @file{~/.gnus.el} file:
11698
11699 @lisp
11700 (setq message-send-mail-function 'message-smtpmail-send-it)
11701 (add-hook 'message-send-mail-hook 'mail-source-touch-pop)
11702 @end lisp
11703
11704 @noindent
11705 It means to let Gnus connect to the @acronym{POP} mail server in advance
11706 whenever you send a mail.  The @code{mail-source-touch-pop} function
11707 does only a @acronym{POP} authentication according to the value of
11708 @code{mail-sources} without fetching mails, just before sending a mail.
11709 Note that you have to use @code{message-smtpmail-send-it} which runs
11710 @code{message-send-mail-hook} rather than @code{smtpmail-send-it} and
11711 set the value of @code{mail-sources} for a @acronym{POP} connection
11712 correctly.  @xref{Mail Sources}.
11713
11714 If you have two or more @acronym{POP} mail servers set in
11715 @code{mail-sources}, you may want to specify one of them to
11716 @code{mail-source-primary-source} as the @acronym{POP} mail server to be
11717 used for the @acronym{POP}-before-@acronym{SMTP} authentication.  If it
11718 is your primary @acronym{POP} mail server (i.e., you are fetching mails
11719 mainly from that server), you can set it permanently as follows:
11720
11721 @lisp
11722 (setq mail-source-primary-source
11723       '(pop :server "pop3.mail.server"
11724             :password "secret"))
11725 @end lisp
11726
11727 @noindent
11728 Otherwise, bind it dynamically only when performing the
11729 @acronym{POP}-before-@acronym{SMTP} authentication as follows:
11730
11731 @lisp
11732 (add-hook 'message-send-mail-hook
11733           (lambda ()
11734             (let ((mail-source-primary-source
11735                    '(pop :server "pop3.mail.server"
11736                          :password "secret")))
11737               (mail-source-touch-pop))))
11738 @end lisp
11739
11740 @node Mail and Post
11741 @section Mail and Post
11742
11743 Here's a list of variables relevant to both mailing and
11744 posting:
11745
11746 @table @code
11747 @item gnus-mailing-list-groups
11748 @findex gnus-mailing-list-groups
11749 @cindex mailing lists
11750
11751 If your news server offers groups that are really mailing lists
11752 gatewayed to the @acronym{NNTP} server, you can read those groups without
11753 problems, but you can't post/followup to them without some difficulty.
11754 One solution is to add a @code{to-address} to the group parameters
11755 (@pxref{Group Parameters}).  An easier thing to do is set the
11756 @code{gnus-mailing-list-groups} to a regexp that matches the groups that
11757 really are mailing lists.  Then, at least, followups to the mailing
11758 lists will work most of the time.  Posting to these groups (@kbd{a}) is
11759 still a pain, though.
11760
11761 @item gnus-user-agent
11762 @vindex gnus-user-agent
11763 @cindex User-Agent
11764
11765 This variable controls which information should be exposed in the
11766 User-Agent header.  It can be one of the symbols @code{gnus} (show only
11767 Gnus version), @code{emacs-gnus} (show only Emacs and Gnus versions),
11768 @code{emacs-gnus-config} (same as @code{emacs-gnus} plus system
11769 configuration), @code{emacs-gnus-type} (same as @code{emacs-gnus} plus
11770 system type) or a custom string.  If you set it to a string, be sure to
11771 use a valid format, see RFC 2616.
11772
11773 @end table
11774
11775 You may want to do spell-checking on messages that you send out.  Or, if
11776 you don't want to spell-check by hand, you could add automatic
11777 spell-checking via the @code{ispell} package:
11778
11779 @cindex ispell
11780 @findex ispell-message
11781 @lisp
11782 (add-hook 'message-send-hook 'ispell-message)
11783 @end lisp
11784
11785 If you want to change the @code{ispell} dictionary based on what group
11786 you're in, you could say something like the following:
11787
11788 @lisp
11789 (add-hook 'gnus-select-group-hook
11790           (lambda ()
11791             (cond
11792              ((string-match
11793                "^de\\." (gnus-group-real-name gnus-newsgroup-name))
11794               (ispell-change-dictionary "deutsch"))
11795              (t
11796               (ispell-change-dictionary "english")))))
11797 @end lisp
11798
11799 Modify to suit your needs.
11800
11801
11802 @node Archived Messages
11803 @section Archived Messages
11804 @cindex archived messages
11805 @cindex sent messages
11806
11807 Gnus provides a few different methods for storing the mail and news you
11808 send.  The default method is to use the @dfn{archive virtual server} to
11809 store the messages.  If you want to disable this completely, the
11810 @code{gnus-message-archive-group} variable should be @code{nil}, which
11811 is the default.
11812
11813 For archiving interesting messages in a group you read, see the
11814 @kbd{B c} (@code{gnus-summary-copy-article}) command (@pxref{Mail
11815 Group Commands}).
11816
11817 @vindex gnus-message-archive-method
11818 @code{gnus-message-archive-method} says what virtual server Gnus is to
11819 use to store sent messages.  The default is:
11820
11821 @lisp
11822 (nnfolder "archive"
11823           (nnfolder-directory   "~/Mail/archive")
11824           (nnfolder-active-file "~/Mail/archive/active")
11825           (nnfolder-get-new-mail nil)
11826           (nnfolder-inhibit-expiry t))
11827 @end lisp
11828
11829 You can, however, use any mail select method (@code{nnml},
11830 @code{nnmbox}, etc.).  @code{nnfolder} is a quite likable select method
11831 for doing this sort of thing, though.  If you don't like the default
11832 directory chosen, you could say something like:
11833
11834 @lisp
11835 (setq gnus-message-archive-method
11836       '(nnfolder "archive"
11837                  (nnfolder-inhibit-expiry t)
11838                  (nnfolder-active-file "~/News/sent-mail/active")
11839                  (nnfolder-directory "~/News/sent-mail/")))
11840 @end lisp
11841
11842 @vindex gnus-message-archive-group
11843 @cindex Gcc
11844 Gnus will insert @code{Gcc} headers in all outgoing messages that point
11845 to one or more group(s) on that server.  Which group to use is
11846 determined by the @code{gnus-message-archive-group} variable.
11847
11848 This variable can be used to do the following:
11849
11850 @table @asis
11851 @item a string
11852 Messages will be saved in that group.
11853
11854 Note that you can include a select method in the group name, then the
11855 message will not be stored in the select method given by
11856 @code{gnus-message-archive-method}, but in the select method specified
11857 by the group name, instead.  Suppose @code{gnus-message-archive-method}
11858 has the default value shown above.  Then setting
11859 @code{gnus-message-archive-group} to @code{"foo"} means that outgoing
11860 messages are stored in @samp{nnfolder+archive:foo}, but if you use the
11861 value @code{"nnml:foo"}, then outgoing messages will be stored in
11862 @samp{nnml:foo}.
11863
11864 @item a list of strings
11865 Messages will be saved in all those groups.
11866
11867 @item an alist of regexps, functions and forms
11868 When a key ``matches'', the result is used.
11869
11870 @item @code{nil}
11871 No message archiving will take place.  This is the default.
11872 @end table
11873
11874 Let's illustrate:
11875
11876 Just saving to a single group called @samp{MisK}:
11877 @lisp
11878 (setq gnus-message-archive-group "MisK")
11879 @end lisp
11880
11881 Saving to two groups, @samp{MisK} and @samp{safe}:
11882 @lisp
11883 (setq gnus-message-archive-group '("MisK" "safe"))
11884 @end lisp
11885
11886 Save to different groups based on what group you are in:
11887 @lisp
11888 (setq gnus-message-archive-group
11889       '(("^alt" "sent-to-alt")
11890         ("mail" "sent-to-mail")
11891         (".*" "sent-to-misc")))
11892 @end lisp
11893
11894 More complex stuff:
11895 @lisp
11896 (setq gnus-message-archive-group
11897       '((if (message-news-p)
11898             "misc-news"
11899           "misc-mail")))
11900 @end lisp
11901
11902 How about storing all news messages in one file, but storing all mail
11903 messages in one file per month:
11904
11905 @lisp
11906 (setq gnus-message-archive-group
11907       '((if (message-news-p)
11908             "misc-news"
11909           (concat "mail." (format-time-string "%Y-%m")))))
11910 @end lisp
11911
11912 @c (XEmacs 19.13 doesn't have @code{format-time-string}, so you'll have to
11913 @c use a different value for @code{gnus-message-archive-group} there.)
11914
11915 Now, when you send a message off, it will be stored in the appropriate
11916 group.  (If you want to disable storing for just one particular message,
11917 you can just remove the @code{Gcc} header that has been inserted.)  The
11918 archive group will appear in the group buffer the next time you start
11919 Gnus, or the next time you press @kbd{F} in the group buffer.  You can
11920 enter it and read the articles in it just like you'd read any other
11921 group.  If the group gets really big and annoying, you can simply rename
11922 if (using @kbd{G r} in the group buffer) to something
11923 nice---@samp{misc-mail-september-1995}, or whatever.  New messages will
11924 continue to be stored in the old (now empty) group.
11925
11926 That's the default method of archiving sent messages.  Gnus offers a
11927 different way for the people who don't like the default method.  In that
11928 case you should set @code{gnus-message-archive-group} to @code{nil};
11929 this will disable archiving.
11930
11931 @table @code
11932 @item gnus-outgoing-message-group
11933 @vindex gnus-outgoing-message-group
11934 All outgoing messages will be put in this group.  If you want to store
11935 all your outgoing mail and articles in the group @samp{nnml:archive},
11936 you set this variable to that value.  This variable can also be a list of
11937 group names.
11938
11939 If you want to have greater control over what group to put each
11940 message in, you can set this variable to a function that checks the
11941 current newsgroup name and then returns a suitable group name (or list
11942 of names).
11943
11944 This variable can be used instead of @code{gnus-message-archive-group},
11945 but the latter is the preferred method.
11946
11947 @item gnus-gcc-mark-as-read
11948 @vindex gnus-gcc-mark-as-read
11949 If non-@code{nil}, automatically mark @code{Gcc} articles as read.
11950
11951 @item gnus-gcc-externalize-attachments
11952 @vindex gnus-gcc-externalize-attachments
11953 If @code{nil}, attach files as normal parts in Gcc copies; if a regexp
11954 and matches the Gcc group name, attach files as external parts; if it is
11955 @code{all}, attach local files as external parts; if it is other
11956 non-@code{nil}, the behavior is the same as @code{all}, but it may be
11957 changed in the future.
11958
11959 @end table
11960
11961
11962 @node Posting Styles
11963 @section Posting Styles
11964 @cindex posting styles
11965 @cindex styles
11966
11967 All them variables, they make my head swim.
11968
11969 So what if you want a different @code{Organization} and signature based
11970 on what groups you post to?  And you post both from your home machine
11971 and your work machine, and you want different @code{From} lines, and so
11972 on?
11973
11974 @vindex gnus-posting-styles
11975 One way to do stuff like that is to write clever hooks that change the
11976 variables you need to have changed.  That's a bit boring, so somebody
11977 came up with the bright idea of letting the user specify these things in
11978 a handy alist.  Here's an example of a @code{gnus-posting-styles}
11979 variable:
11980
11981 @lisp
11982 ((".*"
11983   (signature "Peace and happiness")
11984   (organization "What me?"))
11985  ("^comp"
11986   (signature "Death to everybody"))
11987  ("comp.emacs.i-love-it"
11988   (organization "Emacs is it")))
11989 @end lisp
11990
11991 As you might surmise from this example, this alist consists of several
11992 @dfn{styles}.  Each style will be applicable if the first element
11993 ``matches'', in some form or other.  The entire alist will be iterated
11994 over, from the beginning towards the end, and each match will be
11995 applied, which means that attributes in later styles that match override
11996 the same attributes in earlier matching styles.  So
11997 @samp{comp.programming.literate} will have the @samp{Death to everybody}
11998 signature and the @samp{What me?} @code{Organization} header.
11999
12000 The first element in each style is called the @code{match}.  If it's a
12001 string, then Gnus will try to regexp match it against the group name.
12002 If it is the form @code{(header @var{match} @var{regexp})}, then Gnus
12003 will look in the original article for a header whose name is
12004 @var{match} and compare that @var{regexp}.  @var{match} and
12005 @var{regexp} are strings.  (The original article is the one you are
12006 replying or following up to.  If you are not composing a reply or a
12007 followup, then there is nothing to match against.)  If the
12008 @code{match} is a function symbol, that function will be called with
12009 no arguments.  If it's a variable symbol, then the variable will be
12010 referenced.  If it's a list, then that list will be @code{eval}ed.  In
12011 any case, if this returns a non-@code{nil} value, then the style is
12012 said to @dfn{match}.
12013
12014 Each style may contain an arbitrary amount of @dfn{attributes}.  Each
12015 attribute consists of a @code{(@var{name} @var{value})} pair.  In
12016 addition, you can also use the @code{(@var{name} :file @var{value})}
12017 form or the @code{(@var{name} :value @var{value})} form.  Where
12018 @code{:file} signifies @var{value} represents a file name and its
12019 contents should be used as the attribute value, @code{:value} signifies
12020 @var{value} does not represent a file name explicitly.  The attribute
12021 name can be one of:
12022
12023 @itemize @bullet
12024 @item @code{signature}
12025 @item @code{signature-file}
12026 @item @code{x-face-file}
12027 @item @code{address}, overriding @code{user-mail-address}
12028 @item @code{name}, overriding @code{(user-full-name)}
12029 @item @code{body}
12030 @end itemize
12031
12032 The attribute name can also be a string or a symbol.  In that case,
12033 this will be used as a header name, and the value will be inserted in
12034 the headers of the article; if the value is @code{nil}, the header
12035 name will be removed.  If the attribute name is @code{eval}, the form
12036 is evaluated, and the result is thrown away.
12037
12038 The attribute value can be a string (used verbatim), a function with
12039 zero arguments (the return value will be used), a variable (its value
12040 will be used) or a list (it will be @code{eval}ed and the return value
12041 will be used).  The functions and sexps are called/@code{eval}ed in the
12042 message buffer that is being set up.  The headers of the current article
12043 are available through the @code{message-reply-headers} variable, which
12044 is a vector of the following headers: number subject from date id
12045 references chars lines xref extra.
12046
12047 @vindex message-reply-headers
12048
12049 If you wish to check whether the message you are about to compose is
12050 meant to be a news article or a mail message, you can check the values
12051 of the @code{message-news-p} and @code{message-mail-p} functions.
12052
12053 @findex message-mail-p
12054 @findex message-news-p
12055
12056 So here's a new example:
12057
12058 @lisp
12059 (setq gnus-posting-styles
12060       '((".*"
12061          (signature-file "~/.signature")
12062          (name "User Name")
12063          ("X-Home-Page" (getenv "WWW_HOME"))
12064          (organization "People's Front Against MWM"))
12065         ("^rec.humor"
12066          (signature my-funny-signature-randomizer))
12067         ((equal (system-name) "gnarly")  ;; @r{A form}
12068          (signature my-quote-randomizer))
12069         (message-news-p        ;; @r{A function symbol}
12070          (signature my-news-signature))
12071         (window-system         ;; @r{A value symbol}
12072          ("X-Window-System" (format "%s" window-system)))
12073         ;; @r{If I'm replying to Larsi, set the Organization header.}
12074         ((header "from" "larsi.*org")
12075          (Organization "Somewhere, Inc."))
12076         ((posting-from-work-p) ;; @r{A user defined function}
12077          (signature-file "~/.work-signature")
12078          (address "user@@bar.foo")
12079          (body "You are fired.\n\nSincerely, your boss.")
12080          (organization "Important Work, Inc"))
12081         ("nnml:.*"
12082          (From (save-excursion
12083                  (set-buffer gnus-article-buffer)
12084                  (message-fetch-field "to"))))
12085         ("^nn.+:"
12086          (signature-file "~/.mail-signature"))))
12087 @end lisp
12088
12089 The @samp{nnml:.*} rule means that you use the @code{To} address as the
12090 @code{From} address in all your outgoing replies, which might be handy
12091 if you fill many roles.
12092
12093
12094 @node Drafts
12095 @section Drafts
12096 @cindex drafts
12097
12098 If you are writing a message (mail or news) and suddenly remember that
12099 you have a steak in the oven (or some pesto in the food processor, you
12100 craaazy vegetarians), you'll probably wish there was a method to save
12101 the message you are writing so that you can continue editing it some
12102 other day, and send it when you feel its finished.
12103
12104 Well, don't worry about it.  Whenever you start composing a message of
12105 some sort using the Gnus mail and post commands, the buffer you get will
12106 automatically associate to an article in a special @dfn{draft} group.
12107 If you save the buffer the normal way (@kbd{C-x C-s}, for instance), the
12108 article will be saved there.  (Auto-save files also go to the draft
12109 group.)
12110
12111 @cindex nndraft
12112 @vindex nndraft-directory
12113 The draft group is a special group (which is implemented as an
12114 @code{nndraft} group, if you absolutely have to know) called
12115 @samp{nndraft:drafts}.  The variable @code{nndraft-directory} says where
12116 @code{nndraft} is to store its files.  What makes this group special is
12117 that you can't tick any articles in it or mark any articles as
12118 read---all articles in the group are permanently unread.
12119
12120 If the group doesn't exist, it will be created and you'll be subscribed
12121 to it.  The only way to make it disappear from the Group buffer is to
12122 unsubscribe it.  The special properties of the draft group comes from
12123 a group property (@pxref{Group Parameters}), and if lost the group
12124 behaves like any other group.  This means the commands below will not
12125 be available.  To restore the special properties of the group, the
12126 simplest way is to kill the group, using @kbd{C-k}, and restart
12127 Gnus.  The group is automatically created again with the
12128 correct parameters.  The content of the group is not lost.
12129
12130 @c @findex gnus-dissociate-buffer-from-draft
12131 @c @kindex C-c M-d (Mail)
12132 @c @kindex C-c M-d (Post)
12133 @c @findex gnus-associate-buffer-with-draft
12134 @c @kindex C-c C-d (Mail)
12135 @c @kindex C-c C-d (Post)
12136 @c If you're writing some super-secret message that you later want to
12137 @c encode with PGP before sending, you may wish to turn the auto-saving
12138 @c (and association with the draft group) off.  You never know who might be
12139 @c interested in reading all your extremely valuable and terribly horrible
12140 @c and interesting secrets.  The @kbd{C-c M-d}
12141 @c (@code{gnus-dissociate-buffer-from-draft}) command does that for you.
12142 @c If you change your mind and want to turn the auto-saving back on again,
12143 @c @kbd{C-c C-d} (@code{gnus-associate-buffer-with-draft} does that.
12144 @c
12145 @c @vindex gnus-use-draft
12146 @c To leave association with the draft group off by default, set
12147 @c @code{gnus-use-draft} to @code{nil}.  It is @code{t} by default.
12148
12149 @findex gnus-draft-edit-message
12150 @kindex D e (Draft)
12151 When you want to continue editing the article, you simply enter the
12152 draft group and push @kbd{D e} (@code{gnus-draft-edit-message}) to do
12153 that.  You will be placed in a buffer where you left off.
12154
12155 Rejected articles will also be put in this draft group (@pxref{Rejected
12156 Articles}).
12157
12158 @findex gnus-draft-send-all-messages
12159 @kindex D s (Draft)
12160 @findex gnus-draft-send-message
12161 @kindex D S (Draft)
12162 If you have lots of rejected messages you want to post (or mail) without
12163 doing further editing, you can use the @kbd{D s} command
12164 (@code{gnus-draft-send-message}).  This command understands the
12165 process/prefix convention (@pxref{Process/Prefix}).  The @kbd{D S}
12166 command (@code{gnus-draft-send-all-messages}) will ship off all messages
12167 in the buffer.
12168
12169 @findex gnus-draft-toggle-sending
12170 @kindex D t (Draft)
12171 If you have some messages that you wish not to send, you can use the
12172 @kbd{D t} (@code{gnus-draft-toggle-sending}) command to mark the message
12173 as unsendable.  This is a toggling command.
12174
12175
12176 @node Rejected Articles
12177 @section Rejected Articles
12178 @cindex rejected articles
12179
12180 Sometimes a news server will reject an article.  Perhaps the server
12181 doesn't like your face.  Perhaps it just feels miserable.  Perhaps
12182 @emph{there be demons}.  Perhaps you have included too much cited text.
12183 Perhaps the disk is full.  Perhaps the server is down.
12184
12185 These situations are, of course, totally beyond the control of Gnus.
12186 (Gnus, of course, loves the way you look, always feels great, has angels
12187 fluttering around inside of it, doesn't care about how much cited text
12188 you include, never runs full and never goes down.)  So Gnus saves these
12189 articles until some later time when the server feels better.
12190
12191 The rejected articles will automatically be put in a special draft group
12192 (@pxref{Drafts}).  When the server comes back up again, you'd then
12193 typically enter that group and send all the articles off.
12194
12195 @node Signing and encrypting
12196 @section Signing and encrypting
12197 @cindex using gpg
12198 @cindex using s/mime
12199 @cindex using smime
12200
12201 Gnus can digitally sign and encrypt your messages, using vanilla
12202 @acronym{PGP} format or @acronym{PGP/MIME} or @acronym{S/MIME}.  For
12203 decoding such messages, see the @code{mm-verify-option} and
12204 @code{mm-decrypt-option} options (@pxref{Security}).
12205
12206 @vindex gnus-message-replysign
12207 @vindex gnus-message-replyencrypt
12208 @vindex gnus-message-replysignencrypted
12209 Often, you would like to sign replies to people who send you signed
12210 messages.  Even more often, you might want to encrypt messages which
12211 are in reply to encrypted messages.  Gnus offers
12212 @code{gnus-message-replysign} to enable the former, and
12213 @code{gnus-message-replyencrypt} for the latter.  In addition, setting
12214 @code{gnus-message-replysignencrypted} (on by default) will sign
12215 automatically encrypted messages.
12216
12217 Instructing @acronym{MML} to perform security operations on a
12218 @acronym{MIME} part is done using the @kbd{C-c C-m s} key map for
12219 signing and the @kbd{C-c C-m c} key map for encryption, as follows.
12220
12221 @table @kbd
12222
12223 @item C-c C-m s s
12224 @kindex C-c C-m s s (Message)
12225 @findex mml-secure-message-sign-smime
12226
12227 Digitally sign current message using @acronym{S/MIME}.
12228
12229 @item C-c C-m s o
12230 @kindex C-c C-m s o (Message)
12231 @findex mml-secure-message-sign-pgp
12232
12233 Digitally sign current message using @acronym{PGP}.
12234
12235 @item C-c C-m s p
12236 @kindex C-c C-m s p (Message)
12237 @findex mml-secure-message-sign-pgp
12238
12239 Digitally sign current message using @acronym{PGP/MIME}.
12240
12241 @item C-c C-m c s
12242 @kindex C-c C-m c s (Message)
12243 @findex mml-secure-message-encrypt-smime
12244
12245 Digitally encrypt current message using @acronym{S/MIME}.
12246
12247 @item C-c C-m c o
12248 @kindex C-c C-m c o (Message)
12249 @findex mml-secure-message-encrypt-pgp
12250
12251 Digitally encrypt current message using @acronym{PGP}.
12252
12253 @item C-c C-m c p
12254 @kindex C-c C-m c p (Message)
12255 @findex mml-secure-message-encrypt-pgpmime
12256
12257 Digitally encrypt current message using @acronym{PGP/MIME}.
12258
12259 @item C-c C-m C-n
12260 @kindex C-c C-m C-n (Message)
12261 @findex mml-unsecure-message
12262 Remove security related @acronym{MML} tags from message.
12263
12264 @end table
12265
12266 @xref{Security, ,Security, message, Message Manual}, for more information.
12267
12268 @node Select Methods
12269 @chapter Select Methods
12270 @cindex foreign groups
12271 @cindex select methods
12272
12273 A @dfn{foreign group} is a group not read by the usual (or
12274 default) means.  It could be, for instance, a group from a different
12275 @acronym{NNTP} server, it could be a virtual group, or it could be your own
12276 personal mail group.
12277
12278 A foreign group (or any group, really) is specified by a @dfn{name} and
12279 a @dfn{select method}.  To take the latter first, a select method is a
12280 list where the first element says what back end to use (e.g. @code{nntp},
12281 @code{nnspool}, @code{nnml}) and the second element is the @dfn{server
12282 name}.  There may be additional elements in the select method, where the
12283 value may have special meaning for the back end in question.
12284
12285 One could say that a select method defines a @dfn{virtual server}---so
12286 we do just that (@pxref{Server Buffer}).
12287
12288 The @dfn{name} of the group is the name the back end will recognize the
12289 group as.
12290
12291 For instance, the group @samp{soc.motss} on the @acronym{NNTP} server
12292 @samp{some.where.edu} will have the name @samp{soc.motss} and select
12293 method @code{(nntp "some.where.edu")}.  Gnus will call this group
12294 @samp{nntp+some.where.edu:soc.motss}, even though the @code{nntp}
12295 back end just knows this group as @samp{soc.motss}.
12296
12297 The different methods all have their peculiarities, of course.
12298
12299 @menu
12300 * Server Buffer::               Making and editing virtual servers.
12301 * Getting News::                Reading USENET news with Gnus.
12302 * Getting Mail::                Reading your personal mail with Gnus.
12303 * Browsing the Web::            Getting messages from a plethora of Web sources.
12304 * IMAP::                        Using Gnus as a @acronym{IMAP} client.
12305 * Other Sources::               Reading directories, files, SOUP packets.
12306 * Combined Groups::             Combining groups into one group.
12307 * Email Based Diary::           Using mails to manage diary events in Gnus.
12308 * Gnus Unplugged::              Reading news and mail offline.
12309 @end menu
12310
12311
12312 @node Server Buffer
12313 @section Server Buffer
12314
12315 Traditionally, a @dfn{server} is a machine or a piece of software that
12316 one connects to, and then requests information from.  Gnus does not
12317 connect directly to any real servers, but does all transactions through
12318 one back end or other.  But that's just putting one layer more between
12319 the actual media and Gnus, so we might just as well say that each
12320 back end represents a virtual server.
12321
12322 For instance, the @code{nntp} back end may be used to connect to several
12323 different actual @acronym{NNTP} servers, or, perhaps, to many different ports
12324 on the same actual @acronym{NNTP} server.  You tell Gnus which back end to
12325 use, and what parameters to set by specifying a @dfn{select method}.
12326
12327 These select method specifications can sometimes become quite
12328 complicated---say, for instance, that you want to read from the
12329 @acronym{NNTP} server @samp{news.funet.fi} on port number 13, which
12330 hangs if queried for @acronym{NOV} headers and has a buggy select.  Ahem.
12331 Anyway, if you had to specify that for each group that used this
12332 server, that would be too much work, so Gnus offers a way of naming
12333 select methods, which is what you do in the server buffer.
12334
12335 To enter the server buffer, use the @kbd{^}
12336 (@code{gnus-group-enter-server-mode}) command in the group buffer.
12337
12338 @menu
12339 * Server Buffer Format::        You can customize the look of this buffer.
12340 * Server Commands::             Commands to manipulate servers.
12341 * Example Methods::             Examples server specifications.
12342 * Creating a Virtual Server::   An example session.
12343 * Server Variables::            Which variables to set.
12344 * Servers and Methods::         You can use server names as select methods.
12345 * Unavailable Servers::         Some servers you try to contact may be down.
12346 @end menu
12347
12348 @vindex gnus-server-mode-hook
12349 @code{gnus-server-mode-hook} is run when creating the server buffer.
12350
12351
12352 @node Server Buffer Format
12353 @subsection Server Buffer Format
12354 @cindex server buffer format
12355
12356 @vindex gnus-server-line-format
12357 You can change the look of the server buffer lines by changing the
12358 @code{gnus-server-line-format} variable.  This is a @code{format}-like
12359 variable, with some simple extensions:
12360
12361 @table @samp
12362
12363 @item h
12364 How the news is fetched---the back end name.
12365
12366 @item n
12367 The name of this server.
12368
12369 @item w
12370 Where the news is to be fetched from---the address.
12371
12372 @item s
12373 The opened/closed/denied status of the server.
12374
12375 @item a
12376 Whether this server is agentized.
12377 @end table
12378
12379 @vindex gnus-server-mode-line-format
12380 The mode line can also be customized by using the
12381 @code{gnus-server-mode-line-format} variable (@pxref{Mode Line
12382 Formatting}).  The following specs are understood:
12383
12384 @table @samp
12385 @item S
12386 Server name.
12387
12388 @item M
12389 Server method.
12390 @end table
12391
12392 Also @pxref{Formatting Variables}.
12393
12394
12395 @node Server Commands
12396 @subsection Server Commands
12397 @cindex server commands
12398
12399 @table @kbd
12400
12401 @item a
12402 @kindex a (Server)
12403 @findex gnus-server-add-server
12404 Add a new server (@code{gnus-server-add-server}).
12405
12406 @item e
12407 @kindex e (Server)
12408 @findex gnus-server-edit-server
12409 Edit a server (@code{gnus-server-edit-server}).
12410
12411 @item SPACE
12412 @kindex SPACE (Server)
12413 @findex gnus-server-read-server
12414 Browse the current server (@code{gnus-server-read-server}).
12415
12416 @item q
12417 @kindex q (Server)
12418 @findex gnus-server-exit
12419 Return to the group buffer (@code{gnus-server-exit}).
12420
12421 @item k
12422 @kindex k (Server)
12423 @findex gnus-server-kill-server
12424 Kill the current server (@code{gnus-server-kill-server}).
12425
12426 @item y
12427 @kindex y (Server)
12428 @findex gnus-server-yank-server
12429 Yank the previously killed server (@code{gnus-server-yank-server}).
12430
12431 @item c
12432 @kindex c (Server)
12433 @findex gnus-server-copy-server
12434 Copy the current server (@code{gnus-server-copy-server}).
12435
12436 @item l
12437 @kindex l (Server)
12438 @findex gnus-server-list-servers
12439 List all servers (@code{gnus-server-list-servers}).
12440
12441 @item s
12442 @kindex s (Server)
12443 @findex gnus-server-scan-server
12444 Request that the server scan its sources for new articles
12445 (@code{gnus-server-scan-server}).  This is mainly sensible with mail
12446 servers.
12447
12448 @item g
12449 @kindex g (Server)
12450 @findex gnus-server-regenerate-server
12451 Request that the server regenerate all its data structures
12452 (@code{gnus-server-regenerate-server}).  This can be useful if you have
12453 a mail back end that has gotten out of sync.
12454
12455 @end table
12456
12457
12458 @node Example Methods
12459 @subsection Example Methods
12460
12461 Most select methods are pretty simple and self-explanatory:
12462
12463 @lisp
12464 (nntp "news.funet.fi")
12465 @end lisp
12466
12467 Reading directly from the spool is even simpler:
12468
12469 @lisp
12470 (nnspool "")
12471 @end lisp
12472
12473 As you can see, the first element in a select method is the name of the
12474 back end, and the second is the @dfn{address}, or @dfn{name}, if you
12475 will.
12476
12477 After these two elements, there may be an arbitrary number of
12478 @code{(@var{variable} @var{form})} pairs.
12479
12480 To go back to the first example---imagine that you want to read from
12481 port 15 on that machine.  This is what the select method should
12482 look like then:
12483
12484 @lisp
12485 (nntp "news.funet.fi" (nntp-port-number 15))
12486 @end lisp
12487
12488 You should read the documentation to each back end to find out what
12489 variables are relevant, but here's an @code{nnmh} example:
12490
12491 @code{nnmh} is a mail back end that reads a spool-like structure.  Say
12492 you have two structures that you wish to access: One is your private
12493 mail spool, and the other is a public one.  Here's the possible spec for
12494 your private mail:
12495
12496 @lisp
12497 (nnmh "private" (nnmh-directory "~/private/mail/"))
12498 @end lisp
12499
12500 (This server is then called @samp{private}, but you may have guessed
12501 that.)
12502
12503 Here's the method for a public spool:
12504
12505 @lisp
12506 (nnmh "public"
12507       (nnmh-directory "/usr/information/spool/")
12508       (nnmh-get-new-mail nil))
12509 @end lisp
12510
12511 @cindex proxy
12512 @cindex firewall
12513
12514 If you are behind a firewall and only have access to the @acronym{NNTP}
12515 server from the firewall machine, you can instruct Gnus to @code{rlogin}
12516 on the firewall machine and telnet from there to the @acronym{NNTP} server.
12517 Doing this can be rather fiddly, but your virtual server definition
12518 should probably look something like this:
12519
12520 @lisp
12521 (nntp "firewall"
12522       (nntp-open-connection-function nntp-open-via-rlogin-and-telnet)
12523       (nntp-via-address "the.firewall.machine")
12524       (nntp-address "the.real.nntp.host")
12525       (nntp-end-of-line "\n"))
12526 @end lisp
12527
12528 If you want to use the wonderful @code{ssh} program to provide a
12529 compressed connection over the modem line, you could add the following
12530 configuration to the example above:
12531
12532 @lisp
12533       (nntp-via-rlogin-command "ssh")
12534 @end lisp
12535
12536 See also @code{nntp-via-rlogin-command-switches}.
12537
12538 If you're behind a firewall, but have direct access to the outside world
12539 through a wrapper command like "runsocks", you could open a socksified
12540 telnet connection to the news server as follows:
12541
12542 @lisp
12543 (nntp "outside"
12544       (nntp-pre-command "runsocks")
12545       (nntp-open-connection-function nntp-open-via-telnet)
12546       (nntp-address "the.news.server")
12547       (nntp-end-of-line "\n"))
12548 @end lisp
12549
12550 This means that you have to have set up @code{ssh-agent} correctly to
12551 provide automatic authorization, of course.  And to get a compressed
12552 connection, you have to have the @samp{Compression} option in the
12553 @code{ssh} @file{config} file.
12554
12555
12556 @node Creating a Virtual Server
12557 @subsection Creating a Virtual Server
12558
12559 If you're saving lots of articles in the cache by using persistent
12560 articles, you may want to create a virtual server to read the cache.
12561
12562 First you need to add a new server.  The @kbd{a} command does that.  It
12563 would probably be best to use @code{nnml} to read the cache.  You
12564 could also use @code{nnspool} or @code{nnmh}, though.
12565
12566 Type @kbd{a nnml RET cache RET}.
12567
12568 You should now have a brand new @code{nnml} virtual server called
12569 @samp{cache}.  You now need to edit it to have the right definitions.
12570 Type @kbd{e} to edit the server.  You'll be entered into a buffer that
12571 will contain the following:
12572
12573 @lisp
12574 (nnml "cache")
12575 @end lisp
12576
12577 Change that to:
12578
12579 @lisp
12580 (nnml "cache"
12581          (nnml-directory "~/News/cache/")
12582          (nnml-active-file "~/News/cache/active"))
12583 @end lisp
12584
12585 Type @kbd{C-c C-c} to return to the server buffer.  If you now press
12586 @kbd{RET} over this virtual server, you should be entered into a browse
12587 buffer, and you should be able to enter any of the groups displayed.
12588
12589
12590 @node Server Variables
12591 @subsection Server Variables
12592 @cindex server variables
12593 @cindex server parameters
12594
12595 One sticky point when defining variables (both on back ends and in Emacs
12596 in general) is that some variables are typically initialized from other
12597 variables when the definition of the variables is being loaded.  If you
12598 change the ``base'' variable after the variables have been loaded, you
12599 won't change the ``derived'' variables.
12600
12601 This typically affects directory and file variables.  For instance,
12602 @code{nnml-directory} is @file{~/Mail/} by default, and all @code{nnml}
12603 directory variables are initialized from that variable, so
12604 @code{nnml-active-file} will be @file{~/Mail/active}.  If you define a
12605 new virtual @code{nnml} server, it will @emph{not} suffice to set just
12606 @code{nnml-directory}---you have to explicitly set all the file
12607 variables to be what you want them to be.  For a complete list of
12608 variables for each back end, see each back end's section later in this
12609 manual, but here's an example @code{nnml} definition:
12610
12611 @lisp
12612 (nnml "public"
12613       (nnml-directory "~/my-mail/")
12614       (nnml-active-file "~/my-mail/active")
12615       (nnml-newsgroups-file "~/my-mail/newsgroups"))
12616 @end lisp
12617
12618 Server variables are often called @dfn{server parameters}.
12619
12620 @node Servers and Methods
12621 @subsection Servers and Methods
12622
12623 Wherever you would normally use a select method
12624 (e.g. @code{gnus-secondary-select-method}, in the group select method,
12625 when browsing a foreign server) you can use a virtual server name
12626 instead.  This could potentially save lots of typing.  And it's nice all
12627 over.
12628
12629
12630 @node Unavailable Servers
12631 @subsection Unavailable Servers
12632
12633 If a server seems to be unreachable, Gnus will mark that server as
12634 @code{denied}.  That means that any subsequent attempt to make contact
12635 with that server will just be ignored.  ``It can't be opened,'' Gnus
12636 will tell you, without making the least effort to see whether that is
12637 actually the case or not.
12638
12639 That might seem quite naughty, but it does make sense most of the time.
12640 Let's say you have 10 groups subscribed to on server
12641 @samp{nephelococcygia.com}.  This server is located somewhere quite far
12642 away from you and the machine is quite slow, so it takes 1 minute just
12643 to find out that it refuses connection to you today.  If Gnus were to
12644 attempt to do that 10 times, you'd be quite annoyed, so Gnus won't
12645 attempt to do that.  Once it has gotten a single ``connection refused'',
12646 it will regard that server as ``down''.
12647
12648 So, what happens if the machine was only feeling unwell temporarily?
12649 How do you test to see whether the machine has come up again?
12650
12651 You jump to the server buffer (@pxref{Server Buffer}) and poke it
12652 with the following commands:
12653
12654 @table @kbd
12655
12656 @item O
12657 @kindex O (Server)
12658 @findex gnus-server-open-server
12659 Try to establish connection to the server on the current line
12660 (@code{gnus-server-open-server}).
12661
12662 @item C
12663 @kindex C (Server)
12664 @findex gnus-server-close-server
12665 Close the connection (if any) to the server
12666 (@code{gnus-server-close-server}).
12667
12668 @item D
12669 @kindex D (Server)
12670 @findex gnus-server-deny-server
12671 Mark the current server as unreachable
12672 (@code{gnus-server-deny-server}).
12673
12674 @item M-o
12675 @kindex M-o (Server)
12676 @findex gnus-server-open-all-servers
12677 Open the connections to all servers in the buffer
12678 (@code{gnus-server-open-all-servers}).
12679
12680 @item M-c
12681 @kindex M-c (Server)
12682 @findex gnus-server-close-all-servers
12683 Close the connections to all servers in the buffer
12684 (@code{gnus-server-close-all-servers}).
12685
12686 @item R
12687 @kindex R (Server)
12688 @findex gnus-server-remove-denials
12689 Remove all marks to whether Gnus was denied connection from any servers
12690 (@code{gnus-server-remove-denials}).
12691
12692 @item L
12693 @kindex L (Server)
12694 @findex gnus-server-offline-server
12695 Set server status to offline (@code{gnus-server-offline-server}).
12696
12697 @end table
12698
12699
12700 @node Getting News
12701 @section Getting News
12702 @cindex reading news
12703 @cindex news back ends
12704
12705 A newsreader is normally used for reading news.  Gnus currently provides
12706 only two methods of getting news---it can read from an @acronym{NNTP} server,
12707 or it can read from a local spool.
12708
12709 @menu
12710 * NNTP::                        Reading news from an @acronym{NNTP} server.
12711 * News Spool::                  Reading news from the local spool.
12712 @end menu
12713
12714
12715 @node NNTP
12716 @subsection NNTP
12717 @cindex nntp
12718
12719 Subscribing to a foreign group from an @acronym{NNTP} server is rather easy.
12720 You just specify @code{nntp} as method and the address of the @acronym{NNTP}
12721 server as the, uhm, address.
12722
12723 If the @acronym{NNTP} server is located at a non-standard port, setting the
12724 third element of the select method to this port number should allow you
12725 to connect to the right port.  You'll have to edit the group info for
12726 that (@pxref{Foreign Groups}).
12727
12728 The name of the foreign group can be the same as a native group.  In
12729 fact, you can subscribe to the same group from as many different servers
12730 you feel like.  There will be no name collisions.
12731
12732 The following variables can be used to create a virtual @code{nntp}
12733 server:
12734
12735 @table @code
12736
12737 @item nntp-server-opened-hook
12738 @vindex nntp-server-opened-hook
12739 @cindex @sc{mode reader}
12740 @cindex authinfo
12741 @cindex authentification
12742 @cindex nntp authentification
12743 @findex nntp-send-authinfo
12744 @findex nntp-send-mode-reader
12745 is run after a connection has been made.  It can be used to send
12746 commands to the @acronym{NNTP} server after it has been contacted.  By
12747 default it sends the command @code{MODE READER} to the server with the
12748 @code{nntp-send-mode-reader} function.  This function should always be
12749 present in this hook.
12750
12751 @item nntp-authinfo-function
12752 @vindex nntp-authinfo-function
12753 @findex nntp-send-authinfo
12754 @vindex nntp-authinfo-file
12755 This function will be used to send @samp{AUTHINFO} to the @acronym{NNTP}
12756 server.  The default function is @code{nntp-send-authinfo}, which looks
12757 through your @file{~/.authinfo} (or whatever you've set the
12758 @code{nntp-authinfo-file} variable to) for applicable entries.  If none
12759 are found, it will prompt you for a login name and a password.  The
12760 format of the @file{~/.authinfo} file is (almost) the same as the
12761 @code{ftp} @file{~/.netrc} file, which is defined in the @code{ftp}
12762 manual page, but here are the salient facts:
12763
12764 @enumerate
12765 @item
12766 The file contains one or more line, each of which define one server.
12767
12768 @item
12769 Each line may contain an arbitrary number of token/value pairs.
12770
12771 The valid tokens include @samp{machine}, @samp{login}, @samp{password},
12772 @samp{default}.  In addition Gnus introduces two new tokens, not present
12773 in the original @file{.netrc}/@code{ftp} syntax, namely @samp{port} and
12774 @samp{force}.  (This is the only way the @file{.authinfo} file format
12775 deviates from the @file{.netrc} file format.)  @samp{port} is used to
12776 indicate what port on the server the credentials apply to and
12777 @samp{force} is explained below.
12778
12779 @end enumerate
12780
12781 Here's an example file:
12782
12783 @example
12784 machine news.uio.no login larsi password geheimnis
12785 machine nntp.ifi.uio.no login larsi force yes
12786 @end example
12787
12788 The token/value pairs may appear in any order; @samp{machine} doesn't
12789 have to be first, for instance.
12790
12791 In this example, both login name and password have been supplied for the
12792 former server, while the latter has only the login name listed, and the
12793 user will be prompted for the password.  The latter also has the
12794 @samp{force} tag, which means that the authinfo will be sent to the
12795 @var{nntp} server upon connection; the default (i.e., when there is not
12796 @samp{force} tag) is to not send authinfo to the @var{nntp} server
12797 until the @var{nntp} server asks for it.
12798
12799 You can also add @samp{default} lines that will apply to all servers
12800 that don't have matching @samp{machine} lines.
12801
12802 @example
12803 default force yes
12804 @end example
12805
12806 This will force sending @samp{AUTHINFO} commands to all servers not
12807 previously mentioned.
12808
12809 Remember to not leave the @file{~/.authinfo} file world-readable.
12810
12811 @item nntp-server-action-alist
12812 @vindex nntp-server-action-alist
12813 This is a list of regexps to match on server types and actions to be
12814 taken when matches are made.  For instance, if you want Gnus to beep
12815 every time you connect to innd, you could say something like:
12816
12817 @lisp
12818 (setq nntp-server-action-alist
12819       '(("innd" (ding))))
12820 @end lisp
12821
12822 You probably don't want to do that, though.
12823
12824 The default value is
12825
12826 @lisp
12827 '(("nntpd 1\\.5\\.11t"
12828    (remove-hook 'nntp-server-opened-hook
12829                 'nntp-send-mode-reader)))
12830 @end lisp
12831
12832 This ensures that Gnus doesn't send the @code{MODE READER} command to
12833 nntpd 1.5.11t, since that command chokes that server, I've been told.
12834
12835 @item nntp-maximum-request
12836 @vindex nntp-maximum-request
12837 If the @acronym{NNTP} server doesn't support @acronym{NOV} headers, this back end
12838 will collect headers by sending a series of @code{head} commands.  To
12839 speed things up, the back end sends lots of these commands without
12840 waiting for reply, and then reads all the replies.  This is controlled
12841 by the @code{nntp-maximum-request} variable, and is 400 by default.  If
12842 your network is buggy, you should set this to 1.
12843
12844 @item nntp-connection-timeout
12845 @vindex nntp-connection-timeout
12846 If you have lots of foreign @code{nntp} groups that you connect to
12847 regularly, you're sure to have problems with @acronym{NNTP} servers not
12848 responding properly, or being too loaded to reply within reasonable
12849 time.  This is can lead to awkward problems, which can be helped
12850 somewhat by setting @code{nntp-connection-timeout}.  This is an integer
12851 that says how many seconds the @code{nntp} back end should wait for a
12852 connection before giving up.  If it is @code{nil}, which is the default,
12853 no timeouts are done.
12854
12855 @item nntp-nov-is-evil
12856 @vindex nntp-nov-is-evil
12857 If the @acronym{NNTP} server does not support @acronym{NOV}, you could set this
12858 variable to @code{t}, but @code{nntp} usually checks automatically whether @acronym{NOV}
12859 can be used.
12860
12861 @item nntp-xover-commands
12862 @vindex nntp-xover-commands
12863 @cindex @acronym{NOV}
12864 @cindex XOVER
12865 List of strings used as commands to fetch @acronym{NOV} lines from a
12866 server.  The default value of this variable is @code{("XOVER"
12867 "XOVERVIEW")}.
12868
12869 @item nntp-nov-gap
12870 @vindex nntp-nov-gap
12871 @code{nntp} normally sends just one big request for @acronym{NOV} lines to
12872 the server.  The server responds with one huge list of lines.  However,
12873 if you have read articles 2-5000 in the group, and only want to read
12874 article 1 and 5001, that means that @code{nntp} will fetch 4999 @acronym{NOV}
12875 lines that you will not need.  This variable says how
12876 big a gap between two consecutive articles is allowed to be before the
12877 @code{XOVER} request is split into several request.  Note that if your
12878 network is fast, setting this variable to a really small number means
12879 that fetching will probably be slower.  If this variable is @code{nil},
12880 @code{nntp} will never split requests.  The default is 5.
12881
12882 @item nntp-prepare-server-hook
12883 @vindex nntp-prepare-server-hook
12884 A hook run before attempting to connect to an @acronym{NNTP} server.
12885
12886 @item nntp-record-commands
12887 @vindex nntp-record-commands
12888 If non-@code{nil}, @code{nntp} will log all commands it sends to the
12889 @acronym{NNTP} server (along with a timestamp) in the @samp{*nntp-log*}
12890 buffer.  This is useful if you are debugging a Gnus/@acronym{NNTP} connection
12891 that doesn't seem to work.
12892
12893 @item nntp-open-connection-function
12894 @vindex nntp-open-connection-function
12895 It is possible to customize how the connection to the nntp server will
12896 be opened.  If you specify an @code{nntp-open-connection-function}
12897 parameter, Gnus will use that function to establish the connection.
12898 Seven pre-made functions are supplied.  These functions can be grouped
12899 in two categories: direct connection functions (four pre-made), and
12900 indirect ones (three pre-made).
12901
12902 @item nntp-prepare-post-hook
12903 @vindex nntp-prepare-post-hook
12904 A hook run just before posting an article.  If there is no
12905 @code{Message-ID} header in the article and the news server provides the
12906 recommended ID, it will be added to the article before running this
12907 hook.  It is useful to make @code{Cancel-Lock} headers even if you
12908 inhibit Gnus to add a @code{Message-ID} header, you could say:
12909
12910 @lisp
12911 (add-hook 'nntp-prepare-post-hook 'canlock-insert-header)
12912 @end lisp
12913
12914 Note that not all servers support the recommended ID.  This works for
12915 INN versions 2.3.0 and later, for instance.
12916
12917 @end table
12918
12919 @menu
12920 * Direct Functions::            Connecting directly to the server.
12921 * Indirect Functions::          Connecting indirectly to the server.
12922 * Common Variables::            Understood by several connection functions.
12923 * NNTP marks::                  Storing marks for @acronym{NNTP} servers.
12924 @end menu
12925
12926
12927 @node Direct Functions
12928 @subsubsection Direct Functions
12929 @cindex direct connection functions
12930
12931 These functions are called direct because they open a direct connection
12932 between your machine and the @acronym{NNTP} server.  The behavior of these
12933 functions is also affected by commonly understood variables
12934 (@pxref{Common Variables}).
12935
12936 @table @code
12937 @findex nntp-open-network-stream
12938 @item nntp-open-network-stream
12939 This is the default, and simply connects to some port or other on the
12940 remote system.
12941
12942 @findex nntp-open-tls-stream
12943 @item nntp-open-tls-stream
12944 Opens a connection to a server over a @dfn{secure} channel.  To use
12945 this you must have @uref{http://www.gnu.org/software/gnutls/, GNUTLS}
12946 installed.  You then define a server as follows:
12947
12948 @lisp
12949 ;; @r{"nntps" is port 563 and is predefined in our @file{/etc/services}}
12950 ;; @r{however, @samp{gnutls-cli -p} doesn't like named ports.}
12951 ;;
12952 (nntp "snews.bar.com"
12953       (nntp-open-connection-function nntp-open-tls-stream)
12954       (nntp-port-number )
12955       (nntp-address "snews.bar.com"))
12956 @end lisp
12957
12958 @findex nntp-open-ssl-stream
12959 @item nntp-open-ssl-stream
12960 Opens a connection to a server over a @dfn{secure} channel.  To use
12961 this you must have @uref{http://www.openssl.org, OpenSSL} or
12962 @uref{ftp://ftp.psy.uq.oz.au/pub/Crypto/SSL, SSLeay} installed.  You
12963 then define a server as follows:
12964
12965 @lisp
12966 ;; @r{"snews" is port 563 and is predefined in our @file{/etc/services}}
12967 ;; @r{however, @samp{openssl s_client -port} doesn't like named ports.}
12968 ;;
12969 (nntp "snews.bar.com"
12970       (nntp-open-connection-function nntp-open-ssl-stream)
12971       (nntp-port-number 563)
12972       (nntp-address "snews.bar.com"))
12973 @end lisp
12974
12975 @findex nntp-open-telnet-stream
12976 @item nntp-open-telnet-stream
12977 Opens a connection to an @acronym{NNTP} server by simply @samp{telnet}'ing
12978 it.  You might wonder why this function exists, since we have the
12979 default @code{nntp-open-network-stream} which would do the job.  (One
12980 of) the reason(s) is that if you are behind a firewall but have direct
12981 connections to the outside world thanks to a command wrapper like
12982 @code{runsocks}, you can use it like this:
12983
12984 @lisp
12985 (nntp "socksified"
12986       (nntp-pre-command "runsocks")
12987       (nntp-open-connection-function nntp-open-telnet-stream)
12988       (nntp-address "the.news.server"))
12989 @end lisp
12990
12991 With the default method, you would need to wrap your whole Emacs
12992 session, which is not a good idea.
12993 @end table
12994
12995
12996 @node Indirect Functions
12997 @subsubsection Indirect Functions
12998 @cindex indirect connection functions
12999
13000 These functions are called indirect because they connect to an
13001 intermediate host before actually connecting to the @acronym{NNTP} server.
13002 All of these functions and related variables are also said to belong to
13003 the ``via'' family of connection: they're all prefixed with ``via'' to make
13004 things cleaner.  The behavior of these functions is also affected by
13005 commonly understood variables (@pxref{Common Variables}).
13006
13007 @table @code
13008 @item nntp-open-via-rlogin-and-telnet
13009 @findex nntp-open-via-rlogin-and-telnet
13010 Does an @samp{rlogin} on a remote system, and then does a @samp{telnet}
13011 to the real @acronym{NNTP} server from there.  This is useful for instance if
13012 you need to connect to a firewall machine first.
13013
13014 @code{nntp-open-via-rlogin-and-telnet}-specific variables:
13015
13016 @table @code
13017 @item nntp-via-rlogin-command
13018 @vindex nntp-via-rlogin-command
13019 Command used to log in on the intermediate host.  The default is
13020 @samp{rsh}, but @samp{ssh} is a popular alternative.
13021
13022 @item nntp-via-rlogin-command-switches
13023 @vindex nntp-via-rlogin-command-switches
13024 List of strings to be used as the switches to
13025 @code{nntp-via-rlogin-command}.  The default is @code{nil}.  If you use
13026 @samp{ssh} for @code{nntp-via-rlogin-command}, you may set this to
13027 @samp{("-C")} in order to compress all data connections, otherwise set
13028 this to @samp{("-t" "-e" "none")} or @samp{("-C" "-t" "-e" "none")} if
13029 the telnet command requires a pseudo-tty allocation on an intermediate
13030 host.
13031 @end table
13032
13033 Note that you may want to change the value for @code{nntp-end-of-line}
13034 to @samp{\n} (@pxref{Common Variables}).
13035
13036 @item nntp-open-via-rlogin-and-netcat
13037 @findex nntp-open-via-rlogin-and-netcat
13038 Does essentially the same, but uses
13039 @uref{http://netcat.sourceforge.net/, netcat} instead of @samp{telnet}
13040 to connect to the real @acronym{NNTP} server from the intermediate host.
13041
13042 @code{nntp-open-via-rlogin-and-netcat}-specific variables:
13043
13044 @table @code
13045 @item nntp-via-netcat-command
13046 @vindex nntp-via-netcat-command
13047 Command used to connect to the real @acronym{NNTP} server from the
13048 intermediate host.  The default is @samp{nc}.  You can also use other
13049 programs like @uref{http://www.imasy.or.jp/~gotoh/ssh/connect.html,
13050 connect} instead.
13051
13052 @item nntp-via-netcat-switches
13053 @vindex nntp-via-netcat-switches
13054 List of strings to be used as the switches to the
13055 @code{nntp-via-telnet-command} command.  The default is @code{nil}.
13056
13057 @item nntp-via-rlogin-command
13058 @vindex nntp-via-rlogin-command
13059 Command used to log in on the intermediate host.  The default is
13060 @samp{rsh}, but @samp{ssh} is a popular alternative.
13061
13062 @item nntp-via-rlogin-command-switches
13063 @vindex nntp-via-rlogin-command-switches
13064 List of strings to be used as the switches to
13065 @code{nntp-via-rlogin-command}.  The default is @code{nil}.
13066 @end table
13067
13068 @item nntp-open-via-telnet-and-telnet
13069 @findex nntp-open-via-telnet-and-telnet
13070 Does essentially also the same, but uses @samp{telnet} instead of
13071 @samp{rlogin} to connect to the intermediate host.
13072
13073 @code{nntp-open-via-telnet-and-telnet}-specific variables:
13074
13075 @table @code
13076 @item nntp-via-telnet-command
13077 @vindex nntp-via-telnet-command
13078 Command used to @code{telnet} the intermediate host.  The default is
13079 @samp{telnet}.
13080
13081 @item nntp-via-telnet-switches
13082 @vindex nntp-via-telnet-switches
13083 List of strings to be used as the switches to the
13084 @code{nntp-via-telnet-command} command.  The default is @samp{("-8")}.
13085
13086 @item nntp-via-user-password
13087 @vindex nntp-via-user-password
13088 Password to use when logging in on the intermediate host.
13089
13090 @item nntp-via-envuser
13091 @vindex nntp-via-envuser
13092 If non-@code{nil}, the intermediate @code{telnet} session (client and
13093 server both) will support the @code{ENVIRON} option and not prompt for
13094 login name.  This works for Solaris @code{telnet}, for instance.
13095
13096 @item nntp-via-shell-prompt
13097 @vindex nntp-via-shell-prompt
13098 Regexp matching the shell prompt on the intermediate host.  The default
13099 is @samp{bash\\|\$ *\r?$\\|> *\r?}.
13100
13101 @end table
13102
13103 Note that you may want to change the value for @code{nntp-end-of-line}
13104 to @samp{\n} (@pxref{Common Variables}).
13105 @end table
13106
13107
13108 Here are some additional variables that are understood by all the above
13109 functions:
13110
13111 @table @code
13112
13113 @item nntp-via-user-name
13114 @vindex nntp-via-user-name
13115 User name to use when connecting to the intermediate host.
13116
13117 @item nntp-via-address
13118 @vindex nntp-via-address
13119 Address of the intermediate host to connect to.
13120
13121 @end table
13122
13123
13124 @node Common Variables
13125 @subsubsection Common Variables
13126
13127 The following variables affect the behavior of all, or several of the
13128 pre-made connection functions.  When not specified, all functions are
13129 affected (the values of the following variables will be used as the
13130 default if each virtual @code{nntp} server doesn't specify those server
13131 variables individually).
13132
13133 @table @code
13134
13135 @item nntp-pre-command
13136 @vindex nntp-pre-command
13137 A command wrapper to use when connecting through a non native
13138 connection function (all except @code{nntp-open-network-stream},
13139 @code{nntp-open-tls-stream}, and @code{nntp-open-ssl-stream}).  This is
13140 where you would put a @samp{SOCKS} wrapper for instance.
13141
13142 @item nntp-address
13143 @vindex nntp-address
13144 The address of the @acronym{NNTP} server.
13145
13146 @item nntp-port-number
13147 @vindex nntp-port-number
13148 Port number to connect to the @acronym{NNTP} server.  The default is
13149 @samp{nntp}.  If you use @acronym{NNTP} over
13150 @acronym{TLS}/@acronym{SSL}, you may want to use integer ports rather
13151 than named ports (i.e, use @samp{563} instead of @samp{snews} or
13152 @samp{nntps}), because external @acronym{TLS}/@acronym{SSL} tools may
13153 not work with named ports.
13154
13155 @item nntp-end-of-line
13156 @vindex nntp-end-of-line
13157 String to use as end-of-line marker when talking to the @acronym{NNTP}
13158 server.  This is @samp{\r\n} by default, but should be @samp{\n} when
13159 using a non native telnet connection function.
13160
13161 @item nntp-telnet-command
13162 @vindex nntp-telnet-command
13163 Command to use when connecting to the @acronym{NNTP} server through
13164 @samp{telnet}.  This is @emph{not} for an intermediate host.  This is
13165 just for the real @acronym{NNTP} server.  The default is
13166 @samp{telnet}.
13167
13168 @item nntp-telnet-switches
13169 @vindex nntp-telnet-switches
13170 A list of switches to pass to @code{nntp-telnet-command}.  The default
13171 is @samp{("-8")}.
13172
13173 @end table
13174
13175 @node NNTP marks
13176 @subsubsection NNTP marks
13177 @cindex storing NNTP marks
13178
13179 Gnus stores marks (@pxref{Marking Articles}) for @acronym{NNTP}
13180 servers in marks files.  A marks file records what marks you have set
13181 in a group and each file is specific to the corresponding server.
13182 Marks files are stored in @file{~/News/marks}
13183 (@code{nntp-marks-directory}) under a classic hierarchy resembling
13184 that of a news server, for example marks for the group
13185 @samp{gmane.discuss} on the news.gmane.org server will be stored in
13186 the file @file{~/News/marks/news.gmane.org/gmane/discuss/.marks}.
13187
13188 Marks files are useful because you can copy the @file{~/News/marks}
13189 directory (using rsync, scp or whatever) to another Gnus installation,
13190 and it will realize what articles you have read and marked.  The data
13191 in @file{~/News/marks} has priority over the same data in
13192 @file{~/.newsrc.eld}.
13193
13194 Note that marks files are very much server-specific: Gnus remembers
13195 the article numbers so if you don't use the same servers on both
13196 installations things are most likely to break (most @acronym{NNTP}
13197 servers do not use the same article numbers as any other server).
13198 However, if you use servers A, B, C on one installation and servers A,
13199 D, E on the other, you can sync the marks files for A and then you'll
13200 get synchronization for that server between the two installations.
13201
13202 Using @acronym{NNTP} marks can possibly incur a performance penalty so
13203 if Gnus feels sluggish, try setting the @code{nntp-marks-is-evil}
13204 variable to @code{t}.  Marks will then be stored in @file{~/.newsrc.eld}.
13205
13206 Related variables:
13207
13208 @table @code
13209
13210 @item nntp-marks-is-evil
13211 @vindex nntp-marks-is-evil
13212 If non-@code{nil}, this back end will ignore any marks files.  The
13213 default is @code{nil}.
13214
13215 @item nntp-marks-directory
13216 @vindex nntp-marks-directory
13217 The directory where marks for nntp groups will be stored.
13218
13219 @end table
13220
13221
13222 @node News Spool
13223 @subsection News Spool
13224 @cindex nnspool
13225 @cindex news spool
13226
13227 Subscribing to a foreign group from the local spool is extremely easy,
13228 and might be useful, for instance, to speed up reading groups that
13229 contain very big articles---@samp{alt.binaries.pictures.furniture}, for
13230 instance.
13231
13232 Anyway, you just specify @code{nnspool} as the method and @code{""} (or
13233 anything else) as the address.
13234
13235 If you have access to a local spool, you should probably use that as the
13236 native select method (@pxref{Finding the News}).  It is normally faster
13237 than using an @code{nntp} select method, but might not be.  It depends.
13238 You just have to try to find out what's best at your site.
13239
13240 @table @code
13241
13242 @item nnspool-inews-program
13243 @vindex nnspool-inews-program
13244 Program used to post an article.
13245
13246 @item nnspool-inews-switches
13247 @vindex nnspool-inews-switches
13248 Parameters given to the inews program when posting an article.
13249
13250 @item nnspool-spool-directory
13251 @vindex nnspool-spool-directory
13252 Where @code{nnspool} looks for the articles.  This is normally
13253 @file{/usr/spool/news/}.
13254
13255 @item nnspool-nov-directory
13256 @vindex nnspool-nov-directory
13257 Where @code{nnspool} will look for @acronym{NOV} files.  This is normally@*
13258 @file{/usr/spool/news/over.view/}.
13259
13260 @item nnspool-lib-dir
13261 @vindex nnspool-lib-dir
13262 Where the news lib dir is (@file{/usr/lib/news/} by default).
13263
13264 @item nnspool-active-file
13265 @vindex nnspool-active-file
13266 The name of the active file.
13267
13268 @item nnspool-newsgroups-file
13269 @vindex nnspool-newsgroups-file
13270 The name of the group descriptions file.
13271
13272 @item nnspool-history-file
13273 @vindex nnspool-history-file
13274 The name of the news history file.
13275
13276 @item nnspool-active-times-file
13277 @vindex nnspool-active-times-file
13278 The name of the active date file.
13279
13280 @item nnspool-nov-is-evil
13281 @vindex nnspool-nov-is-evil
13282 If non-@code{nil}, @code{nnspool} won't try to use any @acronym{NOV} files
13283 that it finds.
13284
13285 @item nnspool-sift-nov-with-sed
13286 @vindex nnspool-sift-nov-with-sed
13287 @cindex sed
13288 If non-@code{nil}, which is the default, use @code{sed} to get the
13289 relevant portion from the overview file.  If @code{nil},
13290 @code{nnspool} will load the entire file into a buffer and process it
13291 there.
13292
13293 @end table
13294
13295
13296 @node Getting Mail
13297 @section Getting Mail
13298 @cindex reading mail
13299 @cindex mail
13300
13301 Reading mail with a newsreader---isn't that just plain WeIrD? But of
13302 course.
13303
13304 @menu
13305 * Mail in a Newsreader::        Important introductory notes.
13306 * Getting Started Reading Mail::  A simple cookbook example.
13307 * Splitting Mail::              How to create mail groups.
13308 * Mail Sources::                How to tell Gnus where to get mail from.
13309 * Mail Back End Variables::     Variables for customizing mail handling.
13310 * Fancy Mail Splitting::        Gnus can do hairy splitting of incoming mail.
13311 * Group Mail Splitting::        Use group customize to drive mail splitting.
13312 * Incorporating Old Mail::      What about the old mail you have?
13313 * Expiring Mail::               Getting rid of unwanted mail.
13314 * Washing Mail::                Removing cruft from the mail you get.
13315 * Duplicates::                  Dealing with duplicated mail.
13316 * Not Reading Mail::            Using mail back ends for reading other files.
13317 * Choosing a Mail Back End::    Gnus can read a variety of mail formats.
13318 @end menu
13319
13320
13321 @node Mail in a Newsreader
13322 @subsection Mail in a Newsreader
13323
13324 If you are used to traditional mail readers, but have decided to switch
13325 to reading mail with Gnus, you may find yourself experiencing something
13326 of a culture shock.
13327
13328 Gnus does not behave like traditional mail readers.  If you want to make
13329 it behave that way, you can, but it's an uphill battle.
13330
13331 Gnus, by default, handles all its groups using the same approach.  This
13332 approach is very newsreaderly---you enter a group, see the new/unread
13333 messages, and when you read the messages, they get marked as read, and
13334 you don't see them any more.  (Unless you explicitly ask for them.)
13335
13336 In particular, you do not do anything explicitly to delete messages.
13337
13338 Does this mean that all the messages that have been marked as read are
13339 deleted?  How awful!
13340
13341 But, no, it means that old messages are @dfn{expired} according to some
13342 scheme or other.  For news messages, the expire process is controlled by
13343 the news administrator; for mail, the expire process is controlled by
13344 you.  The expire process for mail is covered in depth in @ref{Expiring
13345 Mail}.
13346
13347 What many Gnus users find, after using it a while for both news and
13348 mail, is that the transport mechanism has very little to do with how
13349 they want to treat a message.
13350
13351 Many people subscribe to several mailing lists.  These are transported
13352 via @acronym{SMTP}, and are therefore mail.  But we might go for weeks without
13353 answering, or even reading these messages very carefully.  We may not
13354 need to save them because if we should need to read one again, they are
13355 archived somewhere else.
13356
13357 Some people have local news groups which have only a handful of readers.
13358 These are transported via @acronym{NNTP}, and are therefore news.  But we may need
13359 to read and answer a large fraction of the messages very carefully in
13360 order to do our work.  And there may not be an archive, so we may need
13361 to save the interesting messages the same way we would personal mail.
13362
13363 The important distinction turns out to be not the transport mechanism,
13364 but other factors such as how interested we are in the subject matter,
13365 or how easy it is to retrieve the message if we need to read it again.
13366
13367 Gnus provides many options for sorting mail into ``groups'' which behave
13368 like newsgroups, and for treating each group (whether mail or news)
13369 differently.
13370
13371 Some users never get comfortable using the Gnus (ahem) paradigm and wish
13372 that Gnus should grow up and be a male, er, mail reader.  It is possible
13373 to whip Gnus into a more mailreaderly being, but, as said before, it's
13374 not easy.  People who prefer proper mail readers should try @sc{vm}
13375 instead, which is an excellent, and proper, mail reader.
13376
13377 I don't mean to scare anybody off, but I want to make it clear that you
13378 may be required to learn a new way of thinking about messages.  After
13379 you've been subjected to The Gnus Way, you will come to love it.  I can
13380 guarantee it.  (At least the guy who sold me the Emacs Subliminal
13381 Brain-Washing Functions that I've put into Gnus did guarantee it.  You
13382 Will Be Assimilated.  You Love Gnus.  You Love The Gnus Mail Way.
13383 You Do.)
13384
13385
13386 @node Getting Started Reading Mail
13387 @subsection Getting Started Reading Mail
13388
13389 It's quite easy to use Gnus to read your new mail.  You just plonk the
13390 mail back end of your choice into @code{gnus-secondary-select-methods},
13391 and things will happen automatically.
13392
13393 For instance, if you want to use @code{nnml} (which is a ``one file per
13394 mail'' back end), you could put the following in your @file{~/.gnus.el} file:
13395
13396 @lisp
13397 (setq gnus-secondary-select-methods '((nnml "")))
13398 @end lisp
13399
13400 Now, the next time you start Gnus, this back end will be queried for new
13401 articles, and it will move all the messages in your spool file to its
13402 directory, which is @file{~/Mail/} by default.  The new group that will
13403 be created (@samp{mail.misc}) will be subscribed, and you can read it
13404 like any other group.
13405
13406 You will probably want to split the mail into several groups, though:
13407
13408 @lisp
13409 (setq nnmail-split-methods
13410       '(("junk" "^From:.*Lars Ingebrigtsen")
13411         ("crazy" "^Subject:.*die\\|^Organization:.*flabby")
13412         ("other" "")))
13413 @end lisp
13414
13415 This will result in three new @code{nnml} mail groups being created:
13416 @samp{nnml:junk}, @samp{nnml:crazy}, and @samp{nnml:other}.  All the
13417 mail that doesn't fit into the first two groups will be placed in the
13418 last group.
13419
13420 This should be sufficient for reading mail with Gnus.  You might want to
13421 give the other sections in this part of the manual a perusal, though.
13422 Especially @pxref{Choosing a Mail Back End} and @pxref{Expiring Mail}.
13423
13424
13425 @node Splitting Mail
13426 @subsection Splitting Mail
13427 @cindex splitting mail
13428 @cindex mail splitting
13429 @cindex mail filtering (splitting)
13430
13431 @vindex nnmail-split-methods
13432 The @code{nnmail-split-methods} variable says how the incoming mail is
13433 to be split into groups.
13434
13435 @lisp
13436 (setq nnmail-split-methods
13437   '(("mail.junk" "^From:.*Lars Ingebrigtsen")
13438     ("mail.crazy" "^Subject:.*die\\|^Organization:.*flabby")
13439     ("mail.other" "")))
13440 @end lisp
13441
13442 This variable is a list of lists, where the first element of each of
13443 these lists is the name of the mail group (they do not have to be called
13444 something beginning with @samp{mail}, by the way), and the second
13445 element is a regular expression used on the header of each mail to
13446 determine if it belongs in this mail group.  The first string may
13447 contain @samp{\\1} forms, like the ones used by @code{replace-match} to
13448 insert sub-expressions from the matched text.  For instance:
13449
13450 @lisp
13451 ("list.\\1" "From:.* \\(.*\\)-list@@majordomo.com")
13452 @end lisp
13453
13454 @noindent
13455 In that case, @code{nnmail-split-lowercase-expanded} controls whether
13456 the inserted text should be made lowercase.  @xref{Fancy Mail Splitting}.
13457
13458 The second element can also be a function.  In that case, it will be
13459 called narrowed to the headers with the first element of the rule as the
13460 argument.  It should return a non-@code{nil} value if it thinks that the
13461 mail belongs in that group.
13462
13463 @cindex @samp{bogus} group
13464 The last of these groups should always be a general one, and the regular
13465 expression should @emph{always} be @samp{""} so that it matches any mails
13466 that haven't been matched by any of the other regexps.  (These rules are
13467 processed from the beginning of the alist toward the end.  The first rule
13468 to make a match will ``win'', unless you have crossposting enabled.  In
13469 that case, all matching rules will ``win''.)  If no rule matched, the mail
13470 will end up in the @samp{bogus} group.  When new groups are created by
13471 splitting mail, you may want to run @code{gnus-group-find-new-groups} to
13472 see the new groups.  This also applies to the @samp{bogus} group.
13473
13474 If you like to tinker with this yourself, you can set this variable to a
13475 function of your choice.  This function will be called without any
13476 arguments in a buffer narrowed to the headers of an incoming mail
13477 message.  The function should return a list of group names that it
13478 thinks should carry this mail message.
13479
13480 Note that the mail back ends are free to maul the poor, innocent,
13481 incoming headers all they want to.  They all add @code{Lines} headers;
13482 some add @code{X-Gnus-Group} headers; most rename the Unix mbox
13483 @code{From<SPACE>} line to something else.
13484
13485 @vindex nnmail-crosspost
13486 The mail back ends all support cross-posting.  If several regexps match,
13487 the mail will be ``cross-posted'' to all those groups.
13488 @code{nnmail-crosspost} says whether to use this mechanism or not.  Note
13489 that no articles are crossposted to the general (@samp{""}) group.
13490
13491 @vindex nnmail-crosspost-link-function
13492 @cindex crosspost
13493 @cindex links
13494 @code{nnmh} and @code{nnml} makes crossposts by creating hard links to
13495 the crossposted articles.  However, not all file systems support hard
13496 links.  If that's the case for you, set
13497 @code{nnmail-crosspost-link-function} to @code{copy-file}.  (This
13498 variable is @code{add-name-to-file} by default.)
13499
13500 @kindex M-x nnmail-split-history
13501 @findex nnmail-split-history
13502 If you wish to see where the previous mail split put the messages, you
13503 can use the @kbd{M-x nnmail-split-history} command.  If you wish to see
13504 where re-spooling messages would put the messages, you can use
13505 @code{gnus-summary-respool-trace} and related commands (@pxref{Mail
13506 Group Commands}).
13507
13508 @vindex nnmail-split-header-length-limit
13509 Header lines longer than the value of
13510 @code{nnmail-split-header-length-limit} are excluded from the split
13511 function.
13512
13513 @vindex nnmail-mail-splitting-charset
13514 @vindex nnmail-mail-splitting-decodes
13515 By default the splitting codes @acronym{MIME} decodes headers so you
13516 can match on non-@acronym{ASCII} strings.  The
13517 @code{nnmail-mail-splitting-charset} variable specifies the default
13518 charset for decoding.  The behavior can be turned off completely by
13519 binding @code{nnmail-mail-splitting-decodes} to @code{nil}, which is
13520 useful if you want to match articles based on the raw header data.
13521
13522 @vindex nnmail-resplit-incoming
13523 By default, splitting is performed on all incoming messages.  If you
13524 specify a @code{directory} entry for the variable @code{mail-sources}
13525 (@pxref{Mail Source Specifiers}), however, then splitting does
13526 @emph{not} happen by default.  You can set the variable
13527 @code{nnmail-resplit-incoming} to a non-@code{nil} value to make
13528 splitting happen even in this case.  (This variable has no effect on
13529 other kinds of entries.)
13530
13531 Gnus gives you all the opportunity you could possibly want for shooting
13532 yourself in the foot.  Let's say you create a group that will contain
13533 all the mail you get from your boss.  And then you accidentally
13534 unsubscribe from the group.  Gnus will still put all the mail from your
13535 boss in the unsubscribed group, and so, when your boss mails you ``Have
13536 that report ready by Monday or you're fired!'', you'll never see it and,
13537 come Tuesday, you'll still believe that you're gainfully employed while
13538 you really should be out collecting empty bottles to save up for next
13539 month's rent money.
13540
13541
13542 @node Mail Sources
13543 @subsection Mail Sources
13544
13545 Mail can be gotten from many different sources---the mail spool, from
13546 a @acronym{POP} mail server, from a procmail directory, or from a
13547 maildir, for instance.
13548
13549 @menu
13550 * Mail Source Specifiers::      How to specify what a mail source is.
13551 * Mail Source Customization::   Some variables that influence things.
13552 * Fetching Mail::               Using the mail source specifiers.
13553 @end menu
13554
13555
13556 @node Mail Source Specifiers
13557 @subsubsection Mail Source Specifiers
13558 @cindex POP
13559 @cindex mail server
13560 @cindex procmail
13561 @cindex mail spool
13562 @cindex mail source
13563
13564 You tell Gnus how to fetch mail by setting @code{mail-sources}
13565 (@pxref{Fetching Mail}) to a @dfn{mail source specifier}.
13566
13567 Here's an example:
13568
13569 @lisp
13570 (pop :server "pop3.mailserver.com" :user "myname")
13571 @end lisp
13572
13573 As can be observed, a mail source specifier is a list where the first
13574 element is a @dfn{mail source type}, followed by an arbitrary number of
13575 @dfn{keywords}.  Keywords that are not explicitly specified are given
13576 default values.
13577
13578 The following mail source types are available:
13579
13580 @table @code
13581 @item file
13582 Get mail from a single file; typically from the mail spool.
13583
13584 Keywords:
13585
13586 @table @code
13587 @item :path
13588 The file name.  Defaults to the value of the @env{MAIL}
13589 environment variable or the value of @code{rmail-spool-directory}
13590 (usually something like @file{/usr/mail/spool/user-name}).
13591
13592 @item :prescript
13593 @itemx :postscript
13594 Script run before/after fetching mail.
13595 @end table
13596
13597 An example file mail source:
13598
13599 @lisp
13600 (file :path "/usr/spool/mail/user-name")
13601 @end lisp
13602
13603 Or using the default file name:
13604
13605 @lisp
13606 (file)
13607 @end lisp
13608
13609 If the mail spool file is not located on the local machine, it's best
13610 to use @acronym{POP} or @acronym{IMAP} or the like to fetch the mail.
13611 You can not use ange-ftp file names here---it has no way to lock the
13612 mail spool while moving the mail.
13613
13614 If it's impossible to set up a proper server, you can use ssh instead.
13615
13616 @lisp
13617 (setq mail-sources
13618       '((file :prescript "ssh host bin/getmail >%t")))
13619 @end lisp
13620
13621 The @samp{getmail} script would look something like the following:
13622
13623 @example
13624 #!/bin/sh
13625 #  getmail - move mail from spool to stdout
13626 #  flu@@iki.fi
13627
13628 MOVEMAIL=/usr/lib/emacs/20.3/i386-redhat-linux/movemail
13629 TMP=$HOME/Mail/tmp
13630 rm -f $TMP; $MOVEMAIL $MAIL $TMP >/dev/null && cat $TMP
13631 @end example
13632
13633 Alter this script to fit find the @samp{movemail} you want to use.
13634
13635
13636 @item directory
13637 @vindex nnmail-scan-directory-mail-source-once
13638 Get mail from several files in a directory.  This is typically used
13639 when you have procmail split the incoming mail into several files.
13640 That is, there is a one-to-one correspondence between files in that
13641 directory and groups, so that mail from the file @file{foo.bar.spool}
13642 will be put in the group @code{foo.bar}.  (You can change the suffix
13643 to be used instead of @code{.spool}.)  Setting
13644 @code{nnmail-scan-directory-mail-source-once} to non-@code{nil} forces
13645 Gnus to scan the mail source only once.  This is particularly useful
13646 if you want to scan mail groups at a specified level.
13647
13648 @vindex nnmail-resplit-incoming
13649 There is also the variable @code{nnmail-resplit-incoming}, if you set
13650 that to a non-@code{nil} value, then the normal splitting process is
13651 applied to all the files from the directory, @ref{Splitting Mail}.
13652
13653 Keywords:
13654
13655 @table @code
13656 @item :path
13657 The name of the directory where the files are.  There is no default
13658 value.
13659
13660 @item :suffix
13661 Only files ending with this suffix are used.  The default is
13662 @samp{.spool}.
13663
13664 @item :predicate
13665 Only files that have this predicate return non-@code{nil} are returned.
13666 The default is @code{identity}.  This is used as an additional
13667 filter---only files that have the right suffix @emph{and} satisfy this
13668 predicate are considered.
13669
13670 @item :prescript
13671 @itemx :postscript
13672 Script run before/after fetching mail.
13673
13674 @end table
13675
13676 An example directory mail source:
13677
13678 @lisp
13679 (directory :path "/home/user-name/procmail-dir/"
13680            :suffix ".prcml")
13681 @end lisp
13682
13683 @item pop
13684 Get mail from a @acronym{POP} server.
13685
13686 Keywords:
13687
13688 @table @code
13689 @item :server
13690 The name of the @acronym{POP} server.  The default is taken from the
13691 @env{MAILHOST} environment variable.
13692
13693 @item :port
13694 The port number of the @acronym{POP} server.  This can be a number (eg,
13695 @samp{:port 1234}) or a string (eg, @samp{:port "pop3"}).  If it is a
13696 string, it should be a service name as listed in @file{/etc/services} on
13697 Unix systems.  The default is @samp{"pop3"}.  On some systems you might
13698 need to specify it as @samp{"pop-3"} instead.
13699
13700 @item :user
13701 The user name to give to the @acronym{POP} server.  The default is the login
13702 name.
13703
13704 @item :password
13705 The password to give to the @acronym{POP} server.  If not specified,
13706 the user is prompted.
13707
13708 @item :program
13709 The program to use to fetch mail from the @acronym{POP} server.  This
13710 should be a @code{format}-like string.  Here's an example:
13711
13712 @example
13713 fetchmail %u@@%s -P %p %t
13714 @end example
13715
13716 The valid format specifier characters are:
13717
13718 @table @samp
13719 @item t
13720 The name of the file the mail is to be moved to.  This must always be
13721 included in this string.
13722
13723 @item s
13724 The name of the server.
13725
13726 @item P
13727 The port number of the server.
13728
13729 @item u
13730 The user name to use.
13731
13732 @item p
13733 The password to use.
13734 @end table
13735
13736 The values used for these specs are taken from the values you give the
13737 corresponding keywords.
13738
13739 @item :prescript
13740 A script to be run before fetching the mail.  The syntax is the same as
13741 the @code{:program} keyword.  This can also be a function to be run.
13742
13743 @item :postscript
13744 A script to be run after fetching the mail.  The syntax is the same as
13745 the @code{:program} keyword.  This can also be a function to be run.
13746
13747 @item :function
13748 The function to use to fetch mail from the @acronym{POP} server.  The
13749 function is called with one parameter---the name of the file where the
13750 mail should be moved to.
13751
13752 @item :authentication
13753 This can be either the symbol @code{password} or the symbol @code{apop}
13754 and says what authentication scheme to use.  The default is
13755 @code{password}.
13756
13757 @end table
13758
13759 @vindex pop3-movemail
13760 @vindex pop3-leave-mail-on-server
13761 If the @code{:program} and @code{:function} keywords aren't specified,
13762 @code{pop3-movemail} will be used.  If the
13763 @code{pop3-leave-mail-on-server} is non-@code{nil} the mail is to be
13764 left on the @acronym{POP} server after fetching when using
13765 @code{pop3-movemail}.  Note that POP servers maintain no state
13766 information between sessions, so what the client believes is there and
13767 what is actually there may not match up.  If they do not, then the whole
13768 thing can fall apart and leave you with a corrupt mailbox.
13769
13770 Here are some examples.  Fetch from the default @acronym{POP} server,
13771 using the default user name, and default fetcher:
13772
13773 @lisp
13774 (pop)
13775 @end lisp
13776
13777 Fetch from a named server with a named user and password:
13778
13779 @lisp
13780 (pop :server "my.pop.server"
13781      :user "user-name" :password "secret")
13782 @end lisp
13783
13784 Use @samp{movemail} to move the mail:
13785
13786 @lisp
13787 (pop :program "movemail po:%u %t %p")
13788 @end lisp
13789
13790 @item maildir
13791 Get mail from a maildir.  This is a type of mailbox that is supported by
13792 at least qmail and postfix, where each file in a special directory
13793 contains exactly one mail.
13794
13795 Keywords:
13796
13797 @table @code
13798 @item :path
13799 The name of the directory where the mails are stored.  The default is
13800 taken from the @env{MAILDIR} environment variable or
13801 @file{~/Maildir/}.
13802 @item :subdirs
13803 The subdirectories of the Maildir.  The default is
13804 @samp{("new" "cur")}.
13805
13806 @c If you sometimes look at your mail through a pop3 daemon before fetching
13807 @c them with Gnus, you may also have to fetch your mails from the
13808 @c @code{cur} directory inside the maildir, like in the first example
13809 @c below.
13810
13811 You can also get mails from remote hosts (because maildirs don't suffer
13812 from locking problems).
13813
13814 @end table
13815
13816 Two example maildir mail sources:
13817
13818 @lisp
13819 (maildir :path "/home/user-name/Maildir/"
13820          :subdirs ("cur" "new"))
13821 @end lisp
13822
13823 @lisp
13824 (maildir :path "/user@@remotehost.org:~/Maildir/"
13825          :subdirs ("new"))
13826 @end lisp
13827
13828 @item imap
13829 Get mail from a @acronym{IMAP} server.  If you don't want to use
13830 @acronym{IMAP} as intended, as a network mail reading protocol (ie
13831 with nnimap), for some reason or other, Gnus let you treat it similar
13832 to a @acronym{POP} server and fetches articles from a given
13833 @acronym{IMAP} mailbox.  @xref{IMAP}, for more information.
13834
13835 Note that for the Kerberos, GSSAPI, @acronym{TLS}/@acronym{SSL} and STARTTLS support you
13836 may need external programs and libraries, @xref{IMAP}.
13837
13838 Keywords:
13839
13840 @table @code
13841 @item :server
13842 The name of the @acronym{IMAP} server.  The default is taken from the
13843 @env{MAILHOST} environment variable.
13844
13845 @item :port
13846 The port number of the @acronym{IMAP} server.  The default is @samp{143}, or
13847 @samp{993} for @acronym{TLS}/@acronym{SSL} connections.
13848
13849 @item :user
13850 The user name to give to the @acronym{IMAP} server.  The default is the login
13851 name.
13852
13853 @item :password
13854 The password to give to the @acronym{IMAP} server.  If not specified, the user is
13855 prompted.
13856
13857 @item :stream
13858 What stream to use for connecting to the server, this is one of the
13859 symbols in @code{imap-stream-alist}.  Right now, this means
13860 @samp{gssapi}, @samp{kerberos4}, @samp{starttls}, @samp{tls},
13861 @samp{ssl}, @samp{shell} or the default @samp{network}.
13862
13863 @item :authentication
13864 Which authenticator to use for authenticating to the server, this is
13865 one of the symbols in @code{imap-authenticator-alist}.  Right now,
13866 this means @samp{gssapi}, @samp{kerberos4}, @samp{digest-md5},
13867 @samp{cram-md5}, @samp{anonymous} or the default @samp{login}.
13868
13869 @item :program
13870 When using the `shell' :stream, the contents of this variable is
13871 mapped into the @code{imap-shell-program} variable.  This should be a
13872 @code{format}-like string (or list of strings).  Here's an example:
13873
13874 @example
13875 ssh %s imapd
13876 @end example
13877
13878 The valid format specifier characters are:
13879
13880 @table @samp
13881 @item s
13882 The name of the server.
13883
13884 @item l
13885 User name from @code{imap-default-user}.
13886
13887 @item p
13888 The port number of the server.
13889 @end table
13890
13891 The values used for these specs are taken from the values you give the
13892 corresponding keywords.
13893
13894 @item :mailbox
13895 The name of the mailbox to get mail from.  The default is @samp{INBOX}
13896 which normally is the mailbox which receive incoming mail.
13897
13898 @item :predicate
13899 The predicate used to find articles to fetch.  The default, @samp{UNSEEN
13900 UNDELETED}, is probably the best choice for most people, but if you
13901 sometimes peek in your mailbox with a @acronym{IMAP} client and mark some
13902 articles as read (or; SEEN) you might want to set this to @samp{1:*}.
13903 Then all articles in the mailbox is fetched, no matter what.  For a
13904 complete list of predicates, see RFC 2060 section 6.4.4.
13905
13906 @item :fetchflag
13907 How to flag fetched articles on the server, the default @samp{\Deleted}
13908 will mark them as deleted, an alternative would be @samp{\Seen} which
13909 would simply mark them as read.  These are the two most likely choices,
13910 but more flags are defined in RFC 2060 section 2.3.2.
13911
13912 @item :dontexpunge
13913 If non-@code{nil}, don't remove all articles marked as deleted in the
13914 mailbox after finishing the fetch.
13915
13916 @end table
13917
13918 An example @acronym{IMAP} mail source:
13919
13920 @lisp
13921 (imap :server "mail.mycorp.com"
13922       :stream kerberos4
13923       :fetchflag "\\Seen")
13924 @end lisp
13925
13926 @item webmail
13927 Get mail from a webmail server, such as @uref{http://www.hotmail.com/},
13928 @uref{http://webmail.netscape.com/}, @uref{http://www.netaddress.com/},
13929 @uref{http://mail.yahoo.com/}.
13930
13931 NOTE: Webmail largely depends on cookies.  A "one-line-cookie" patch is
13932 required for url "4.0pre.46".
13933
13934 WARNING: Mails may be lost.  NO WARRANTY.
13935
13936 Keywords:
13937
13938 @table @code
13939 @item :subtype
13940 The type of the webmail server.  The default is @code{hotmail}.  The
13941 alternatives are @code{netscape}, @code{netaddress}, @code{my-deja}.
13942
13943 @item :user
13944 The user name to give to the webmail server.  The default is the login
13945 name.
13946
13947 @item :password
13948 The password to give to the webmail server.  If not specified, the user is
13949 prompted.
13950
13951 @item :dontexpunge
13952 If non-@code{nil}, only fetch unread articles and don't move them to
13953 trash folder after finishing the fetch.
13954
13955 @end table
13956
13957 An example webmail source:
13958
13959 @lisp
13960 (webmail :subtype 'hotmail
13961          :user "user-name"
13962          :password "secret")
13963 @end lisp
13964 @end table
13965
13966 @table @dfn
13967 @item Common Keywords
13968 Common keywords can be used in any type of mail source.
13969
13970 Keywords:
13971
13972 @table @code
13973 @item :plugged
13974 If non-@code{nil}, fetch the mail even when Gnus is unplugged.  If you
13975 use directory source to get mail, you can specify it as in this
13976 example:
13977
13978 @lisp
13979 (setq mail-sources
13980       '((directory :path "/home/pavel/.Spool/"
13981                    :suffix ""
13982                    :plugged t)))
13983 @end lisp
13984
13985 Gnus will then fetch your mail even when you are unplugged.  This is
13986 useful when you use local mail and news.
13987
13988 @end table
13989 @end table
13990
13991 @subsubsection Function Interface
13992
13993 Some of the above keywords specify a Lisp function to be executed.
13994 For each keyword @code{:foo}, the Lisp variable @code{foo} is bound to
13995 the value of the keyword while the function is executing.  For example,
13996 consider the following mail-source setting:
13997
13998 @lisp
13999 (setq mail-sources '((pop :user "jrl"
14000                           :server "pophost" :function fetchfunc)))
14001 @end lisp
14002
14003 While the function @code{fetchfunc} is executing, the symbol @code{user}
14004 is bound to @code{"jrl"}, and the symbol @code{server} is bound to
14005 @code{"pophost"}.  The symbols @code{port}, @code{password},
14006 @code{program}, @code{prescript}, @code{postscript}, @code{function},
14007 and @code{authentication} are also bound (to their default values).
14008
14009 See above for a list of keywords for each type of mail source.
14010
14011
14012 @node Mail Source Customization
14013 @subsubsection Mail Source Customization
14014
14015 The following is a list of variables that influence how the mail is
14016 fetched.  You would normally not need to set or change any of these
14017 variables.
14018
14019 @table @code
14020 @item mail-source-crash-box
14021 @vindex mail-source-crash-box
14022 File where mail will be stored while processing it.  The default is@*
14023 @file{~/.emacs-mail-crash-box}.
14024
14025 @item mail-source-delete-incoming
14026 @vindex mail-source-delete-incoming
14027 If non-@code{nil}, delete incoming files after handling them.  If
14028 @code{t}, delete the files immediately, if @code{nil}, never delete any
14029 files.  If a positive number, delete files older than number of days
14030 (This will only happen, when receiving new mail).  You may also set
14031 @code{mail-source-delete-incoming} to @code{nil} and call
14032 @code{mail-source-delete-old-incoming} from a hook or interactively.
14033
14034 @item mail-source-delete-old-incoming-confirm
14035 @vindex mail-source-delete-old-incoming-confirm
14036 If non-@code{nil}, ask for for confirmation before deleting old incoming
14037 files.  This variable only applies when
14038 @code{mail-source-delete-incoming} is a positive number.
14039
14040 @item mail-source-ignore-errors
14041 @vindex mail-source-ignore-errors
14042 If non-@code{nil}, ignore errors when reading mail from a mail source.
14043
14044 @item mail-source-directory
14045 @vindex mail-source-directory
14046 Directory where incoming mail source files (if any) will be stored.  The
14047 default is @file{~/Mail/}.  At present, the only thing this is used for
14048 is to say where the incoming files will be stored if the variable
14049 @code{mail-source-delete-incoming} is @code{nil} or a number.
14050
14051 @item mail-source-incoming-file-prefix
14052 @vindex mail-source-incoming-file-prefix
14053 Prefix for file name for storing incoming mail.  The default is
14054 @file{Incoming}, in which case files will end up with names like
14055 @file{Incoming30630D_} or @file{Incoming298602ZD}.  This is really only
14056 relevant if @code{mail-source-delete-incoming} is @code{nil} or a
14057 number.
14058
14059 @item mail-source-default-file-modes
14060 @vindex mail-source-default-file-modes
14061 All new mail files will get this file mode.  The default is 384.
14062
14063 @item mail-source-movemail-program
14064 @vindex mail-source-movemail-program
14065 If non-@code{nil}, name of program for fetching new mail.  If
14066 @code{nil}, @code{movemail} in @var{exec-directory}.
14067
14068 @end table
14069
14070
14071 @node Fetching Mail
14072 @subsubsection Fetching Mail
14073
14074 @vindex mail-sources
14075 @vindex nnmail-spool-file
14076 The way to actually tell Gnus where to get new mail from is to set
14077 @code{mail-sources} to a list of mail source specifiers
14078 (@pxref{Mail Source Specifiers}).
14079
14080 If this variable (and the obsolescent @code{nnmail-spool-file}) is
14081 @code{nil}, the mail back ends will never attempt to fetch mail by
14082 themselves.
14083
14084 If you want to fetch mail both from your local spool as well as a
14085 @acronym{POP} mail server, you'd say something like:
14086
14087 @lisp
14088 (setq mail-sources
14089       '((file)
14090         (pop :server "pop3.mail.server"
14091              :password "secret")))
14092 @end lisp
14093
14094 Or, if you don't want to use any of the keyword defaults:
14095
14096 @lisp
14097 (setq mail-sources
14098       '((file :path "/var/spool/mail/user-name")
14099         (pop :server "pop3.mail.server"
14100              :user "user-name"
14101              :port "pop3"
14102              :password "secret")))
14103 @end lisp
14104
14105
14106 When you use a mail back end, Gnus will slurp all your mail from your
14107 inbox and plonk it down in your home directory.  Gnus doesn't move any
14108 mail if you're not using a mail back end---you have to do a lot of magic
14109 invocations first.  At the time when you have finished drawing the
14110 pentagram, lightened the candles, and sacrificed the goat, you really
14111 shouldn't be too surprised when Gnus moves your mail.
14112
14113
14114
14115 @node Mail Back End Variables
14116 @subsection Mail Back End Variables
14117
14118 These variables are (for the most part) pertinent to all the various
14119 mail back ends.
14120
14121 @table @code
14122 @vindex nnmail-read-incoming-hook
14123 @item nnmail-read-incoming-hook
14124 The mail back ends all call this hook after reading new mail.  You can
14125 use this hook to notify any mail watch programs, if you want to.
14126
14127 @vindex nnmail-split-hook
14128 @item nnmail-split-hook
14129 @findex gnus-article-decode-encoded-words
14130 @cindex RFC 1522 decoding
14131 @cindex RFC 2047 decoding
14132 Hook run in the buffer where the mail headers of each message is kept
14133 just before the splitting based on these headers is done.  The hook is
14134 free to modify the buffer contents in any way it sees fit---the buffer
14135 is discarded after the splitting has been done, and no changes performed
14136 in the buffer will show up in any files.
14137 @code{gnus-article-decode-encoded-words} is one likely function to add
14138 to this hook.
14139
14140 @vindex nnmail-pre-get-new-mail-hook
14141 @vindex nnmail-post-get-new-mail-hook
14142 @item nnmail-pre-get-new-mail-hook
14143 @itemx nnmail-post-get-new-mail-hook
14144 These are two useful hooks executed when treating new incoming
14145 mail---@code{nnmail-pre-get-new-mail-hook} (is called just before
14146 starting to handle the new mail) and
14147 @code{nnmail-post-get-new-mail-hook} (is called when the mail handling
14148 is done).  Here's and example of using these two hooks to change the
14149 default file modes the new mail files get:
14150
14151 @lisp
14152 (add-hook 'nnmail-pre-get-new-mail-hook
14153           (lambda () (set-default-file-modes 511)))
14154
14155 (add-hook 'nnmail-post-get-new-mail-hook
14156           (lambda () (set-default-file-modes 551)))
14157 @end lisp
14158
14159 @item nnmail-use-long-file-names
14160 @vindex nnmail-use-long-file-names
14161 If non-@code{nil}, the mail back ends will use long file and directory
14162 names.  Groups like @samp{mail.misc} will end up in directories
14163 (assuming use of @code{nnml} back end) or files (assuming use of
14164 @code{nnfolder} back end) like @file{mail.misc}.  If it is @code{nil},
14165 the same group will end up in @file{mail/misc}.
14166
14167 @item nnmail-delete-file-function
14168 @vindex nnmail-delete-file-function
14169 @findex delete-file
14170 Function called to delete files.  It is @code{delete-file} by default.
14171
14172 @item nnmail-cache-accepted-message-ids
14173 @vindex nnmail-cache-accepted-message-ids
14174 If non-@code{nil}, put the @code{Message-ID}s of articles imported into
14175 the back end (via @code{Gcc}, for instance) into the mail duplication
14176 discovery cache.  The default is @code{nil}.
14177
14178 @item nnmail-cache-ignore-groups
14179 @vindex nnmail-cache-ignore-groups
14180 This can be a regular expression or a list of regular expressions.
14181 Group names that match any of the regular expressions will never be
14182 recorded in the @code{Message-ID} cache.
14183
14184 This can be useful, for example, when using Fancy Splitting
14185 (@pxref{Fancy Mail Splitting}) together with the function
14186 @code{nnmail-split-fancy-with-parent}.
14187
14188 @end table
14189
14190
14191 @node Fancy Mail Splitting
14192 @subsection Fancy Mail Splitting
14193 @cindex mail splitting
14194 @cindex fancy mail splitting
14195
14196 @vindex nnmail-split-fancy
14197 @findex nnmail-split-fancy
14198 If the rather simple, standard method for specifying how to split mail
14199 doesn't allow you to do what you want, you can set
14200 @code{nnmail-split-methods} to @code{nnmail-split-fancy}.  Then you can
14201 play with the @code{nnmail-split-fancy} variable.
14202
14203 Let's look at an example value of this variable first:
14204
14205 @lisp
14206 ;; @r{Messages from the mailer daemon are not crossposted to any of}
14207 ;; @r{the ordinary groups.  Warnings are put in a separate group}
14208 ;; @r{from real errors.}
14209 (| ("from" mail (| ("subject" "warn.*" "mail.warning")
14210                    "mail.misc"))
14211    ;; @r{Non-error messages are crossposted to all relevant}
14212    ;; @r{groups, but we don't crosspost between the group for the}
14213    ;; @r{(ding) list and the group for other (ding) related mail.}
14214    (& (| (any "ding@@ifi\\.uio\\.no" "ding.list")
14215          ("subject" "ding" "ding.misc"))
14216       ;; @r{Other mailing lists@dots{}}
14217       (any "procmail@@informatik\\.rwth-aachen\\.de" "procmail.list")
14218       (any "SmartList@@informatik\\.rwth-aachen\\.de" "SmartList.list")
14219       ;; @r{Both lists below have the same suffix, so prevent}
14220       ;; @r{cross-posting to mkpkg.list of messages posted only to}
14221       ;; @r{the bugs- list, but allow cross-posting when the}
14222       ;; @r{message was really cross-posted.}
14223       (any "bugs-mypackage@@somewhere" "mypkg.bugs")
14224       (any "mypackage@@somewhere" - "bugs-mypackage" "mypkg.list")
14225       ;; @r{People@dots{}}
14226       (any "larsi@@ifi\\.uio\\.no" "people.Lars_Magne_Ingebrigtsen"))
14227    ;; @r{Unmatched mail goes to the catch all group.}
14228    "misc.misc")
14229 @end lisp
14230
14231 This variable has the format of a @dfn{split}.  A split is a
14232 (possibly) recursive structure where each split may contain other
14233 splits.  Here are the possible split syntaxes:
14234
14235 @table @code
14236
14237 @item group
14238 If the split is a string, that will be taken as a group name.  Normal
14239 regexp match expansion will be done.  See below for examples.
14240
14241 @item (@var{field} @var{value} [- @var{restrict} [@dots{}] ] @var{split})
14242 If the split is a list, the first element of which is a string, then
14243 store the message as specified by @var{split}, if header @var{field}
14244 (a regexp) contains @var{value} (also a regexp).  If @var{restrict}
14245 (yet another regexp) matches some string after @var{field} and before
14246 the end of the matched @var{value}, the @var{split} is ignored.  If
14247 none of the @var{restrict} clauses match, @var{split} is processed.
14248
14249 @item (| @var{split} @dots{})
14250 If the split is a list, and the first element is @code{|} (vertical
14251 bar), then process each @var{split} until one of them matches.  A
14252 @var{split} is said to match if it will cause the mail message to be
14253 stored in one or more groups.
14254
14255 @item (& @var{split} @dots{})
14256 If the split is a list, and the first element is @code{&}, then
14257 process all @var{split}s in the list.
14258
14259 @item junk
14260 If the split is the symbol @code{junk}, then don't save (i.e., delete)
14261 this message.  Use with extreme caution.
14262
14263 @item (: @var{function} @var{arg1} @var{arg2} @dots{})
14264 If the split is a list, and the first element is @samp{:}, then the
14265 second element will be called as a function with @var{args} given as
14266 arguments.  The function should return a @var{split}.
14267
14268 @cindex body split
14269 For instance, the following function could be used to split based on the
14270 body of the messages:
14271
14272 @lisp
14273 (defun split-on-body ()
14274   (save-excursion
14275     (save-restriction
14276       (widen)
14277       (goto-char (point-min))
14278       (when (re-search-forward "Some.*string" nil t)
14279         "string.group"))))
14280 @end lisp
14281
14282 The buffer is narrowed to the message in question when @var{function}
14283 is run.  That's why @code{(widen)} needs to be called after
14284 @code{save-excursion} and @code{save-restriction} in the example
14285 above.  Also note that with the nnimap back end, message bodies will
14286 not be downloaded by default.  You need to set
14287 @code{nnimap-split-download-body} to @code{t} to do that
14288 (@pxref{Splitting in IMAP}).
14289
14290 @item (! @var{func} @var{split})
14291 If the split is a list, and the first element is @code{!}, then
14292 @var{split} will be processed, and @var{func} will be called as a
14293 function with the result of @var{split} as argument.  @var{func}
14294 should return a split.
14295
14296 @item nil
14297 If the split is @code{nil}, it is ignored.
14298
14299 @end table
14300
14301 In these splits, @var{field} must match a complete field name.
14302 @var{value} must match a complete word according to the fundamental mode
14303 syntax table.  You can use @code{.*} in the regexps to match partial
14304 field names or words.  In other words, all @var{value}'s are wrapped in
14305 @samp{\<} and @samp{\>} pairs.
14306
14307 @vindex nnmail-split-abbrev-alist
14308 @var{field} and @var{value} can also be Lisp symbols, in that case
14309 they are expanded as specified by the variable
14310 @code{nnmail-split-abbrev-alist}.  This is an alist of cons cells,
14311 where the @sc{car} of a cell contains the key, and the @sc{cdr}
14312 contains the associated value.  Predefined entries in
14313 @code{nnmail-split-abbrev-alist} include:
14314
14315 @table @code
14316 @item from
14317 Matches the @samp{From}, @samp{Sender} and @samp{Resent-From} fields.
14318 @item to
14319 Matches the @samp{To}, @samp{Cc}, @samp{Apparently-To},
14320 @samp{Resent-To} and @samp{Resent-Cc} fields.
14321 @item any
14322 Is the union of the @code{from} and @code{to} entries.
14323 @end table
14324
14325 @vindex nnmail-split-fancy-syntax-table
14326 @code{nnmail-split-fancy-syntax-table} is the syntax table in effect
14327 when all this splitting is performed.
14328
14329 If you want to have Gnus create groups dynamically based on some
14330 information in the headers (i.e., do @code{replace-match}-like
14331 substitutions in the group names), you can say things like:
14332
14333 @example
14334 (any "debian-\\b\\(\\w+\\)@@lists.debian.org" "mail.debian.\\1")
14335 @end example
14336
14337 In this example, messages sent to @samp{debian-foo@@lists.debian.org}
14338 will be filed in @samp{mail.debian.foo}.
14339
14340 If the string contains the element @samp{\&}, then the previously
14341 matched string will be substituted.  Similarly, the elements @samp{\\1}
14342 up to @samp{\\9} will be substituted with the text matched by the
14343 groupings 1 through 9.
14344
14345 @vindex nnmail-split-lowercase-expanded
14346 Where @code{nnmail-split-lowercase-expanded} controls whether the
14347 lowercase of the matched string should be used for the substitution.
14348 Setting it as non-@code{nil} is useful to avoid the creation of multiple
14349 groups when users send to an address using different case
14350 (i.e. mailing-list@@domain vs Mailing-List@@Domain).  The default value
14351 is @code{t}.
14352
14353 @vindex nnmail-split-fancy-match-partial-words
14354 @code{nnmail-split-fancy-match-partial-words} controls whether partial
14355 words are matched during fancy splitting.
14356
14357 Normally, regular expressions given in @code{nnmail-split-fancy} are
14358 implicitly surrounded by @code{\<...\>} markers, which are word
14359 delimiters.  If this variable is true, they are not implicitly
14360 surrounded by anything.
14361
14362 @example
14363 (any "joe" "joemail")
14364 @end example
14365
14366 In this example, messages sent from @samp{joedavis@@foo.org} will
14367 normally not be filed in @samp{joemail}.  With
14368 @code{nnmail-split-fancy-match-partial-words} set to @code{t},
14369 however, the match will happen.  In effect, the requirement of a word
14370 boundary is removed and instead the match becomes more like a grep.
14371
14372 @findex nnmail-split-fancy-with-parent
14373 @code{nnmail-split-fancy-with-parent} is a function which allows you to
14374 split followups into the same groups their parents are in.  Sometimes
14375 you can't make splitting rules for all your mail.  For example, your
14376 boss might send you personal mail regarding different projects you are
14377 working on, and as you can't tell your boss to put a distinguishing
14378 string into the subject line, you have to resort to manually moving the
14379 messages into the right group.  With this function, you only have to do
14380 it once per thread.
14381
14382 To use this feature, you have to set @code{nnmail-treat-duplicates}
14383 and @code{nnmail-cache-accepted-message-ids} to a non-@code{nil}
14384 value.  And then you can include @code{nnmail-split-fancy-with-parent}
14385 using the colon feature, like so:
14386 @lisp
14387 (setq nnmail-treat-duplicates 'warn     ; @r{or @code{delete}}
14388       nnmail-cache-accepted-message-ids t
14389       nnmail-split-fancy
14390       '(| (: nnmail-split-fancy-with-parent)
14391           ;; @r{other splits go here}
14392         ))
14393 @end lisp
14394
14395 This feature works as follows: when @code{nnmail-treat-duplicates} is
14396 non-@code{nil}, Gnus records the message id of every message it sees
14397 in the file specified by the variable
14398 @code{nnmail-message-id-cache-file}, together with the group it is in
14399 (the group is omitted for non-mail messages).  When mail splitting is
14400 invoked, the function @code{nnmail-split-fancy-with-parent} then looks
14401 at the References (and In-Reply-To) header of each message to split
14402 and searches the file specified by @code{nnmail-message-id-cache-file}
14403 for the message ids.  When it has found a parent, it returns the
14404 corresponding group name unless the group name matches the regexp
14405 @code{nnmail-split-fancy-with-parent-ignore-groups}.  It is
14406 recommended that you set @code{nnmail-message-id-cache-length} to a
14407 somewhat higher number than the default so that the message ids are
14408 still in the cache.  (A value of 5000 appears to create a file some
14409 300 kBytes in size.)
14410 @vindex nnmail-cache-accepted-message-ids
14411 When @code{nnmail-cache-accepted-message-ids} is non-@code{nil}, Gnus
14412 also records the message ids of moved articles, so that the followup
14413 messages goes into the new group.
14414
14415 Also see the variable @code{nnmail-cache-ignore-groups} if you don't
14416 want certain groups to be recorded in the cache.  For example, if all
14417 outgoing messages are written to an ``outgoing'' group, you could set
14418 @code{nnmail-cache-ignore-groups} to match that group name.
14419 Otherwise, answers to all your messages would end up in the
14420 ``outgoing'' group.
14421
14422
14423 @node Group Mail Splitting
14424 @subsection Group Mail Splitting
14425 @cindex mail splitting
14426 @cindex group mail splitting
14427
14428 @findex gnus-group-split
14429 If you subscribe to dozens of mailing lists but you don't want to
14430 maintain mail splitting rules manually, group mail splitting is for you.
14431 You just have to set @code{to-list} and/or @code{to-address} in group
14432 parameters or group customization and set @code{nnmail-split-methods} to
14433 @code{gnus-group-split}.  This splitting function will scan all groups
14434 for those parameters and split mail accordingly, i.e., messages posted
14435 from or to the addresses specified in the parameters @code{to-list} or
14436 @code{to-address} of a mail group will be stored in that group.
14437
14438 Sometimes, mailing lists have multiple addresses, and you may want mail
14439 splitting to recognize them all: just set the @code{extra-aliases} group
14440 parameter to the list of additional addresses and it's done.  If you'd
14441 rather use a regular expression, set @code{split-regexp}.
14442
14443 All these parameters in a group will be used to create an
14444 @code{nnmail-split-fancy} split, in which the @var{field} is @samp{any},
14445 the @var{value} is a single regular expression that matches
14446 @code{to-list}, @code{to-address}, all of @code{extra-aliases} and all
14447 matches of @code{split-regexp}, and the @var{split} is the name of the
14448 group.  @var{restrict}s are also supported: just set the
14449 @code{split-exclude} parameter to a list of regular expressions.
14450
14451 If you can't get the right split to be generated using all these
14452 parameters, or you just need something fancier, you can set the
14453 parameter @code{split-spec} to an @code{nnmail-split-fancy} split.  In
14454 this case, all other aforementioned parameters will be ignored by
14455 @code{gnus-group-split}.  In particular, @code{split-spec} may be set to
14456 @code{nil}, in which case the group will be ignored by
14457 @code{gnus-group-split}.
14458
14459 @vindex gnus-group-split-default-catch-all-group
14460 @code{gnus-group-split} will do cross-posting on all groups that match,
14461 by defining a single @code{&} fancy split containing one split for each
14462 group.  If a message doesn't match any split, it will be stored in the
14463 group named in @code{gnus-group-split-default-catch-all-group}, unless
14464 some group has @code{split-spec} set to @code{catch-all}, in which case
14465 that group is used as the catch-all group.  Even though this variable is
14466 often used just to name a group, it may also be set to an arbitrarily
14467 complex fancy split (after all, a group name is a fancy split), and this
14468 may be useful to split mail that doesn't go to any mailing list to
14469 personal mail folders.  Note that this fancy split is added as the last
14470 element of a @code{|} split list that also contains a @code{&} split
14471 with the rules extracted from group parameters.
14472
14473 It's time for an example.  Assume the following group parameters have
14474 been defined:
14475
14476 @example
14477 nnml:mail.bar:
14478 ((to-address . "bar@@femail.com")
14479  (split-regexp . ".*@@femail\\.com"))
14480 nnml:mail.foo:
14481 ((to-list . "foo@@nowhere.gov")
14482  (extra-aliases "foo@@localhost" "foo-redist@@home")
14483  (split-exclude "bugs-foo" "rambling-foo")
14484  (admin-address . "foo-request@@nowhere.gov"))
14485 nnml:mail.others:
14486 ((split-spec . catch-all))
14487 @end example
14488
14489 Setting @code{nnmail-split-methods} to @code{gnus-group-split} will
14490 behave as if @code{nnmail-split-fancy} had been selected and variable
14491 @code{nnmail-split-fancy} had been set as follows:
14492
14493 @lisp
14494 (| (& (any "\\(bar@@femail\\.com\\|.*@@femail\\.com\\)" "mail.bar")
14495       (any "\\(foo@@nowhere\\.gov\\|foo@@localhost\\|foo-redist@@home\\)"
14496            - "bugs-foo" - "rambling-foo" "mail.foo"))
14497    "mail.others")
14498 @end lisp
14499
14500 @findex gnus-group-split-fancy
14501 If you'd rather not use group splitting for all your mail groups, you
14502 may use it for only some of them, by using @code{nnmail-split-fancy}
14503 splits like this:
14504
14505 @lisp
14506 (: gnus-group-split-fancy @var{groups} @var{no-crosspost} @var{catch-all})
14507 @end lisp
14508
14509 @var{groups} may be a regular expression or a list of group names whose
14510 parameters will be scanned to generate the output split.
14511 @var{no-crosspost} can be used to disable cross-posting; in this case, a
14512 single @code{|} split will be output.  @var{catch-all} is the fall back
14513 fancy split, used like @code{gnus-group-split-default-catch-all-group}.
14514 If @var{catch-all} is @code{nil}, or if @code{split-regexp} matches the
14515 empty string in any selected group, no catch-all split will be issued.
14516 Otherwise, if some group has @code{split-spec} set to @code{catch-all},
14517 this group will override the value of the @var{catch-all} argument.
14518
14519 @findex gnus-group-split-setup
14520 Unfortunately, scanning all groups and their parameters can be quite
14521 slow, especially considering that it has to be done for every message.
14522 But don't despair!  The function @code{gnus-group-split-setup} can be
14523 used to enable @code{gnus-group-split} in a much more efficient way.  It
14524 sets @code{nnmail-split-methods} to @code{nnmail-split-fancy} and sets
14525 @code{nnmail-split-fancy} to the split produced by
14526 @code{gnus-group-split-fancy}.  Thus, the group parameters are only
14527 scanned once, no matter how many messages are split.
14528
14529 @findex gnus-group-split-update
14530 However, if you change group parameters, you'd have to update
14531 @code{nnmail-split-fancy} manually.  You can do it by running
14532 @code{gnus-group-split-update}.  If you'd rather have it updated
14533 automatically, just tell @code{gnus-group-split-setup} to do it for
14534 you.  For example, add to your @file{~/.gnus.el}:
14535
14536 @lisp
14537 (gnus-group-split-setup @var{auto-update} @var{catch-all})
14538 @end lisp
14539
14540 If @var{auto-update} is non-@code{nil}, @code{gnus-group-split-update}
14541 will be added to @code{nnmail-pre-get-new-mail-hook}, so you won't ever
14542 have to worry about updating @code{nnmail-split-fancy} again.  If you
14543 don't omit @var{catch-all} (it's optional, equivalent to @code{nil}),
14544 @code{gnus-group-split-default-catch-all-group} will be set to its
14545 value.
14546
14547 @vindex gnus-group-split-updated-hook
14548 Because you may want to change @code{nnmail-split-fancy} after it is set
14549 by @code{gnus-group-split-update}, this function will run
14550 @code{gnus-group-split-updated-hook} just before finishing.
14551
14552 @node Incorporating Old Mail
14553 @subsection Incorporating Old Mail
14554 @cindex incorporating old mail
14555 @cindex import old mail
14556
14557 Most people have lots of old mail stored in various file formats.  If
14558 you have set up Gnus to read mail using one of the spiffy Gnus mail
14559 back ends, you'll probably wish to have that old mail incorporated into
14560 your mail groups.
14561
14562 Doing so can be quite easy.
14563
14564 To take an example: You're reading mail using @code{nnml}
14565 (@pxref{Mail Spool}), and have set @code{nnmail-split-methods} to a
14566 satisfactory value (@pxref{Splitting Mail}).  You have an old Unix mbox
14567 file filled with important, but old, mail.  You want to move it into
14568 your @code{nnml} groups.
14569
14570 Here's how:
14571
14572 @enumerate
14573 @item
14574 Go to the group buffer.
14575
14576 @item
14577 Type @kbd{G f} and give the file name to the mbox file when prompted to create an
14578 @code{nndoc} group from the mbox file (@pxref{Foreign Groups}).
14579
14580 @item
14581 Type @kbd{SPACE} to enter the newly created group.
14582
14583 @item
14584 Type @kbd{M P b} to process-mark all articles in this group's buffer
14585 (@pxref{Setting Process Marks}).
14586
14587 @item
14588 Type @kbd{B r} to respool all the process-marked articles, and answer
14589 @samp{nnml} when prompted (@pxref{Mail Group Commands}).
14590 @end enumerate
14591
14592 All the mail messages in the mbox file will now also be spread out over
14593 all your @code{nnml} groups.  Try entering them and check whether things
14594 have gone without a glitch.  If things look ok, you may consider
14595 deleting the mbox file, but I wouldn't do that unless I was absolutely
14596 sure that all the mail has ended up where it should be.
14597
14598 Respooling is also a handy thing to do if you're switching from one mail
14599 back end to another.  Just respool all the mail in the old mail groups
14600 using the new mail back end.
14601
14602
14603 @node Expiring Mail
14604 @subsection Expiring Mail
14605 @cindex article expiry
14606
14607 Traditional mail readers have a tendency to remove mail articles when
14608 you mark them as read, in some way.  Gnus takes a fundamentally
14609 different approach to mail reading.
14610
14611 Gnus basically considers mail just to be news that has been received in
14612 a rather peculiar manner.  It does not think that it has the power to
14613 actually change the mail, or delete any mail messages.  If you enter a
14614 mail group, and mark articles as ``read'', or kill them in some other
14615 fashion, the mail articles will still exist on the system.  I repeat:
14616 Gnus will not delete your old, read mail.  Unless you ask it to, of
14617 course.
14618
14619 To make Gnus get rid of your unwanted mail, you have to mark the
14620 articles as @dfn{expirable}.  (With the default key bindings, this means
14621 that you have to type @kbd{E}.)  This does not mean that the articles
14622 will disappear right away, however.  In general, a mail article will be
14623 deleted from your system if, 1) it is marked as expirable, AND 2) it is
14624 more than one week old.  If you do not mark an article as expirable, it
14625 will remain on your system until hell freezes over.  This bears
14626 repeating one more time, with some spurious capitalizations: IF you do
14627 NOT mark articles as EXPIRABLE, Gnus will NEVER delete those ARTICLES.
14628
14629 You do not have to mark articles as expirable by hand.  Gnus provides
14630 two features, called ``auto-expire'' and ``total-expire'', that can help you
14631 with this.  In a nutshell, ``auto-expire'' means that Gnus hits @kbd{E}
14632 for you when you select an article.  And ``total-expire'' means that Gnus
14633 considers all articles as expirable that are read.  So, in addition to
14634 the articles marked @samp{E}, also the articles marked @samp{r},
14635 @samp{R}, @samp{O}, @samp{K}, @samp{Y} and so on are considered
14636 expirable.
14637
14638 When should either auto-expire or total-expire be used?  Most people
14639 who are subscribed to mailing lists split each list into its own group
14640 and then turn on auto-expire or total-expire for those groups.
14641 (@xref{Splitting Mail}, for more information on splitting each list
14642 into its own group.)
14643
14644 Which one is better, auto-expire or total-expire?  It's not easy to
14645 answer.  Generally speaking, auto-expire is probably faster.  Another
14646 advantage of auto-expire is that you get more marks to work with: for
14647 the articles that are supposed to stick around, you can still choose
14648 between tick and dormant and read marks.  But with total-expire, you
14649 only have dormant and ticked to choose from.  The advantage of
14650 total-expire is that it works well with adaptive scoring (@pxref{Adaptive
14651 Scoring}).  Auto-expire works with normal scoring but not with adaptive
14652 scoring.
14653
14654 @vindex gnus-auto-expirable-newsgroups
14655 Groups that match the regular expression
14656 @code{gnus-auto-expirable-newsgroups} will have all articles that you
14657 read marked as expirable automatically.  All articles marked as
14658 expirable have an @samp{E} in the first column in the summary buffer.
14659
14660 By default, if you have auto expiry switched on, Gnus will mark all the
14661 articles you read as expirable, no matter if they were read or unread
14662 before.  To avoid having articles marked as read marked as expirable
14663 automatically, you can put something like the following in your
14664 @file{~/.gnus.el} file:
14665
14666 @vindex gnus-mark-article-hook
14667 @lisp
14668 (remove-hook 'gnus-mark-article-hook
14669              'gnus-summary-mark-read-and-unread-as-read)
14670 (add-hook 'gnus-mark-article-hook 'gnus-summary-mark-unread-as-read)
14671 @end lisp
14672
14673 Note that making a group auto-expirable doesn't mean that all read
14674 articles are expired---only the articles marked as expirable
14675 will be expired.  Also note that using the @kbd{d} command won't make
14676 articles expirable---only semi-automatic marking of articles as read will
14677 mark the articles as expirable in auto-expirable groups.
14678
14679 Let's say you subscribe to a couple of mailing lists, and you want the
14680 articles you have read to disappear after a while:
14681
14682 @lisp
14683 (setq gnus-auto-expirable-newsgroups
14684       "mail.nonsense-list\\|mail.nice-list")
14685 @end lisp
14686
14687 Another way to have auto-expiry happen is to have the element
14688 @code{auto-expire} in the group parameters of the group.
14689
14690 If you use adaptive scoring (@pxref{Adaptive Scoring}) and
14691 auto-expiring, you'll have problems.  Auto-expiring and adaptive scoring
14692 don't really mix very well.
14693
14694 @vindex nnmail-expiry-wait
14695 The @code{nnmail-expiry-wait} variable supplies the default time an
14696 expirable article has to live.  Gnus starts counting days from when the
14697 message @emph{arrived}, not from when it was sent.  The default is seven
14698 days.
14699
14700 Gnus also supplies a function that lets you fine-tune how long articles
14701 are to live, based on what group they are in.  Let's say you want to
14702 have one month expiry period in the @samp{mail.private} group, a one day
14703 expiry period in the @samp{mail.junk} group, and a six day expiry period
14704 everywhere else:
14705
14706 @vindex nnmail-expiry-wait-function
14707 @lisp
14708 (setq nnmail-expiry-wait-function
14709       (lambda (group)
14710        (cond ((string= group "mail.private")
14711                31)
14712              ((string= group "mail.junk")
14713                1)
14714              ((string= group "important")
14715                'never)
14716              (t
14717                6))))
14718 @end lisp
14719
14720 The group names this function is fed are ``unadorned'' group
14721 names---no @samp{nnml:} prefixes and the like.
14722
14723 The @code{nnmail-expiry-wait} variable and
14724 @code{nnmail-expiry-wait-function} function can either be a number (not
14725 necessarily an integer) or one of the symbols @code{immediate} or
14726 @code{never}.
14727
14728 You can also use the @code{expiry-wait} group parameter to selectively
14729 change the expiry period (@pxref{Group Parameters}).
14730
14731 @vindex nnmail-expiry-target
14732 The normal action taken when expiring articles is to delete them.
14733 However, in some circumstances it might make more sense to move them
14734 to other groups instead of deleting them.  The variable
14735 @code{nnmail-expiry-target} (and the @code{expiry-target} group
14736 parameter) controls this.  The variable supplies a default value for
14737 all groups, which can be overridden for specific groups by the group
14738 parameter.  default value is @code{delete}, but this can also be a
14739 string (which should be the name of the group the message should be
14740 moved to), or a function (which will be called in a buffer narrowed to
14741 the message in question, and with the name of the group being moved
14742 from as its parameter) which should return a target---either a group
14743 name or @code{delete}.
14744
14745 Here's an example for specifying a group name:
14746 @lisp
14747 (setq nnmail-expiry-target "nnml:expired")
14748 @end lisp
14749
14750 @findex nnmail-fancy-expiry-target
14751 @vindex nnmail-fancy-expiry-targets
14752 Gnus provides a function @code{nnmail-fancy-expiry-target} which will
14753 expire mail to groups according to the variable
14754 @code{nnmail-fancy-expiry-targets}.  Here's an example:
14755
14756 @lisp
14757  (setq nnmail-expiry-target 'nnmail-fancy-expiry-target
14758        nnmail-fancy-expiry-targets
14759        '((to-from "boss" "nnfolder:Work")
14760          ("subject" "IMPORTANT" "nnfolder:IMPORTANT.%Y.%b")
14761          ("from" ".*" "nnfolder:Archive-%Y")))
14762 @end lisp
14763
14764 With this setup, any mail that has @code{IMPORTANT} in its Subject
14765 header and was sent in the year @code{YYYY} and month @code{MMM}, will
14766 get expired to the group @code{nnfolder:IMPORTANT.YYYY.MMM}.  If its
14767 From or To header contains the string @code{boss}, it will get expired
14768 to @code{nnfolder:Work}.  All other mail will get expired to
14769 @code{nnfolder:Archive-YYYY}.
14770
14771 @vindex nnmail-keep-last-article
14772 If @code{nnmail-keep-last-article} is non-@code{nil}, Gnus will never
14773 expire the final article in a mail newsgroup.  This is to make life
14774 easier for procmail users.
14775
14776 @vindex gnus-total-expirable-newsgroups
14777 By the way: That line up there, about Gnus never expiring non-expirable
14778 articles, is a lie.  If you put @code{total-expire} in the group
14779 parameters, articles will not be marked as expirable, but all read
14780 articles will be put through the expiry process.  Use with extreme
14781 caution.  Even more dangerous is the
14782 @code{gnus-total-expirable-newsgroups} variable.  All groups that match
14783 this regexp will have all read articles put through the expiry process,
14784 which means that @emph{all} old mail articles in the groups in question
14785 will be deleted after a while.  Use with extreme caution, and don't come
14786 crying to me when you discover that the regexp you used matched the
14787 wrong group and all your important mail has disappeared.  Be a
14788 @emph{man}!  Or a @emph{woman}!  Whatever you feel more comfortable
14789 with!  So there!
14790
14791 Most people make most of their mail groups total-expirable, though.
14792
14793 @vindex gnus-inhibit-user-auto-expire
14794 If @code{gnus-inhibit-user-auto-expire} is non-@code{nil}, user marking
14795 commands will not mark an article as expirable, even if the group has
14796 auto-expire turned on.
14797
14798
14799 @node Washing Mail
14800 @subsection Washing Mail
14801 @cindex mail washing
14802 @cindex list server brain damage
14803 @cindex incoming mail treatment
14804
14805 Mailers and list servers are notorious for doing all sorts of really,
14806 really stupid things with mail.  ``Hey, RFC 822 doesn't explicitly
14807 prohibit us from adding the string @code{wE aRe ElItE!!!!!1!!} to the
14808 end of all lines passing through our server, so let's do that!!!!1!''
14809 Yes, but RFC 822 wasn't designed to be read by morons.  Things that were
14810 considered to be self-evident were not discussed.  So.  Here we are.
14811
14812 Case in point:  The German version of Microsoft Exchange adds @samp{AW:
14813 } to the subjects of replies instead of @samp{Re: }.  I could pretend to
14814 be shocked and dismayed by this, but I haven't got the energy.  It is to
14815 laugh.
14816
14817 Gnus provides a plethora of functions for washing articles while
14818 displaying them, but it might be nicer to do the filtering before
14819 storing the mail to disk.  For that purpose, we have three hooks and
14820 various functions that can be put in these hooks.
14821
14822 @table @code
14823 @item nnmail-prepare-incoming-hook
14824 @vindex nnmail-prepare-incoming-hook
14825 This hook is called before doing anything with the mail and is meant for
14826 grand, sweeping gestures.  It is called in a buffer that contains all
14827 the new, incoming mail.  Functions to be used include:
14828
14829 @table @code
14830 @item nnheader-ms-strip-cr
14831 @findex nnheader-ms-strip-cr
14832 Remove trailing carriage returns from each line.  This is default on
14833 Emacs running on MS machines.
14834
14835 @end table
14836
14837 @item nnmail-prepare-incoming-header-hook
14838 @vindex nnmail-prepare-incoming-header-hook
14839 This hook is called narrowed to each header.  It can be used when
14840 cleaning up the headers.  Functions that can be used include:
14841
14842 @table @code
14843 @item nnmail-remove-leading-whitespace
14844 @findex nnmail-remove-leading-whitespace
14845 Clear leading white space that ``helpful'' listservs have added to the
14846 headers to make them look nice.  Aaah.
14847
14848 (Note that this function works on both the header on the body of all
14849 messages, so it is a potentially dangerous function to use (if a body
14850 of a message contains something that looks like a header line).  So
14851 rather than fix the bug, it is of course the right solution to make it
14852 into a feature by documenting it.)
14853
14854 @item nnmail-remove-list-identifiers
14855 @findex nnmail-remove-list-identifiers
14856 Some list servers add an identifier---for example, @samp{(idm)}---to the
14857 beginning of all @code{Subject} headers.  I'm sure that's nice for
14858 people who use stone age mail readers.  This function will remove
14859 strings that match the @code{nnmail-list-identifiers} regexp, which can
14860 also be a list of regexp.  @code{nnmail-list-identifiers} may not contain
14861 @code{\\(..\\)}.
14862
14863 For instance, if you want to remove the @samp{(idm)} and the
14864 @samp{nagnagnag} identifiers:
14865
14866 @lisp
14867 (setq nnmail-list-identifiers
14868       '("(idm)" "nagnagnag"))
14869 @end lisp
14870
14871 This can also be done non-destructively with
14872 @code{gnus-list-identifiers}, @xref{Article Hiding}.
14873
14874 @item nnmail-remove-tabs
14875 @findex nnmail-remove-tabs
14876 Translate all @samp{TAB} characters into @samp{SPACE} characters.
14877
14878 @item nnmail-fix-eudora-headers
14879 @findex nnmail-fix-eudora-headers
14880 @cindex Eudora
14881 Eudora produces broken @code{References} headers, but OK
14882 @code{In-Reply-To} headers.  This function will get rid of the
14883 @code{References} headers.
14884
14885 @end table
14886
14887 @item nnmail-prepare-incoming-message-hook
14888 @vindex nnmail-prepare-incoming-message-hook
14889 This hook is called narrowed to each message.  Functions to be used
14890 include:
14891
14892 @table @code
14893 @item article-de-quoted-unreadable
14894 @findex article-de-quoted-unreadable
14895 Decode Quoted Readable encoding.
14896
14897 @end table
14898 @end table
14899
14900
14901 @node Duplicates
14902 @subsection Duplicates
14903
14904 @vindex nnmail-treat-duplicates
14905 @vindex nnmail-message-id-cache-length
14906 @vindex nnmail-message-id-cache-file
14907 @cindex duplicate mails
14908 If you are a member of a couple of mailing lists, you will sometimes
14909 receive two copies of the same mail.  This can be quite annoying, so
14910 @code{nnmail} checks for and treats any duplicates it might find.  To do
14911 this, it keeps a cache of old @code{Message-ID}s---
14912 @code{nnmail-message-id-cache-file}, which is @file{~/.nnmail-cache} by
14913 default.  The approximate maximum number of @code{Message-ID}s stored
14914 there is controlled by the @code{nnmail-message-id-cache-length}
14915 variable, which is 1000 by default.  (So 1000 @code{Message-ID}s will be
14916 stored.) If all this sounds scary to you, you can set
14917 @code{nnmail-treat-duplicates} to @code{warn} (which is what it is by
14918 default), and @code{nnmail} won't delete duplicate mails.  Instead it
14919 will insert a warning into the head of the mail saying that it thinks
14920 that this is a duplicate of a different message.
14921
14922 This variable can also be a function.  If that's the case, the function
14923 will be called from a buffer narrowed to the message in question with
14924 the @code{Message-ID} as a parameter.  The function must return either
14925 @code{nil}, @code{warn}, or @code{delete}.
14926
14927 You can turn this feature off completely by setting the variable to
14928 @code{nil}.
14929
14930 If you want all the duplicate mails to be put into a special
14931 @dfn{duplicates} group, you could do that using the normal mail split
14932 methods:
14933
14934 @lisp
14935 (setq nnmail-split-fancy
14936       '(| ;; @r{Messages duplicates go to a separate group.}
14937         ("gnus-warning" "duplicat\\(e\\|ion\\) of message" "duplicate")
14938         ;; @r{Message from daemons, postmaster, and the like to another.}
14939         (any mail "mail.misc")
14940         ;; @r{Other rules.}
14941         [...] ))
14942 @end lisp
14943 @noindent
14944 Or something like:
14945 @lisp
14946 (setq nnmail-split-methods
14947       '(("duplicates" "^Gnus-Warning:.*duplicate")
14948         ;; @r{Other rules.}
14949         [...]))
14950 @end lisp
14951
14952 Here's a neat feature: If you know that the recipient reads her mail
14953 with Gnus, and that she has @code{nnmail-treat-duplicates} set to
14954 @code{delete}, you can send her as many insults as you like, just by
14955 using a @code{Message-ID} of a mail that you know that she's already
14956 received.  Think of all the fun!  She'll never see any of it!  Whee!
14957
14958
14959 @node Not Reading Mail
14960 @subsection Not Reading Mail
14961
14962 If you start using any of the mail back ends, they have the annoying
14963 habit of assuming that you want to read mail with them.  This might not
14964 be unreasonable, but it might not be what you want.
14965
14966 If you set @code{mail-sources} and @code{nnmail-spool-file} to
14967 @code{nil}, none of the back ends will ever attempt to read incoming
14968 mail, which should help.
14969
14970 @vindex nnbabyl-get-new-mail
14971 @vindex nnmbox-get-new-mail
14972 @vindex nnml-get-new-mail
14973 @vindex nnmh-get-new-mail
14974 @vindex nnfolder-get-new-mail
14975 This might be too much, if, for instance, you are reading mail quite
14976 happily with @code{nnml} and just want to peek at some old Rmail
14977 file you have stashed away with @code{nnbabyl}.  All back ends have
14978 variables called back-end-@code{get-new-mail}.  If you want to disable
14979 the @code{nnbabyl} mail reading, you edit the virtual server for the
14980 group to have a setting where @code{nnbabyl-get-new-mail} to @code{nil}.
14981
14982 All the mail back ends will call @code{nn}*@code{-prepare-save-mail-hook}
14983 narrowed to the article to be saved before saving it when reading
14984 incoming mail.
14985
14986
14987 @node Choosing a Mail Back End
14988 @subsection Choosing a Mail Back End
14989
14990 Gnus will read the mail spool when you activate a mail group.  The mail
14991 file is first copied to your home directory.  What happens after that
14992 depends on what format you want to store your mail in.
14993
14994 There are six different mail back ends in the standard Gnus, and more
14995 back ends are available separately.  The mail back end most people use
14996 (because it is possibly the fastest) is @code{nnml} (@pxref{Mail
14997 Spool}).
14998
14999 @menu
15000 * Unix Mail Box::               Using the (quite) standard Un*x mbox.
15001 * Rmail Babyl::                 Emacs programs use the Rmail Babyl format.
15002 * Mail Spool::                  Store your mail in a private spool?
15003 * MH Spool::                    An mhspool-like back end.
15004 * Maildir::                     Another one-file-per-message format.
15005 * Mail Folders::                Having one file for each group.
15006 * Comparing Mail Back Ends::    An in-depth looks at pros and cons.
15007 @end menu
15008
15009
15010 @node Unix Mail Box
15011 @subsubsection Unix Mail Box
15012 @cindex nnmbox
15013 @cindex unix mail box
15014
15015 @vindex nnmbox-active-file
15016 @vindex nnmbox-mbox-file
15017 The @dfn{nnmbox} back end will use the standard Un*x mbox file to store
15018 mail.  @code{nnmbox} will add extra headers to each mail article to say
15019 which group it belongs in.
15020
15021 Virtual server settings:
15022
15023 @table @code
15024 @item nnmbox-mbox-file
15025 @vindex nnmbox-mbox-file
15026 The name of the mail box in the user's home directory.  Default is
15027 @file{~/mbox}.
15028
15029 @item nnmbox-active-file
15030 @vindex nnmbox-active-file
15031 The name of the active file for the mail box.  Default is
15032 @file{~/.mbox-active}.
15033
15034 @item nnmbox-get-new-mail
15035 @vindex nnmbox-get-new-mail
15036 If non-@code{nil}, @code{nnmbox} will read incoming mail and split it
15037 into groups.  Default is @code{t}.
15038 @end table
15039
15040
15041 @node Rmail Babyl
15042 @subsubsection Rmail Babyl
15043 @cindex nnbabyl
15044 @cindex Rmail mbox
15045
15046 @vindex nnbabyl-active-file
15047 @vindex nnbabyl-mbox-file
15048 The @dfn{nnbabyl} back end will use a Babyl mail box (aka. @dfn{Rmail
15049 mbox}) to store mail.  @code{nnbabyl} will add extra headers to each
15050 mail article to say which group it belongs in.
15051
15052 Virtual server settings:
15053
15054 @table @code
15055 @item nnbabyl-mbox-file
15056 @vindex nnbabyl-mbox-file
15057 The name of the Rmail mbox file.  The default is @file{~/RMAIL}
15058
15059 @item nnbabyl-active-file
15060 @vindex nnbabyl-active-file
15061 The name of the active file for the rmail box.  The default is
15062 @file{~/.rmail-active}
15063
15064 @item nnbabyl-get-new-mail
15065 @vindex nnbabyl-get-new-mail
15066 If non-@code{nil}, @code{nnbabyl} will read incoming mail.  Default is
15067 @code{t}
15068 @end table
15069
15070
15071 @node Mail Spool
15072 @subsubsection Mail Spool
15073 @cindex nnml
15074 @cindex mail @acronym{NOV} spool
15075
15076 The @dfn{nnml} spool mail format isn't compatible with any other known
15077 format.  It should be used with some caution.
15078
15079 @vindex nnml-directory
15080 If you use this back end, Gnus will split all incoming mail into files,
15081 one file for each mail, and put the articles into the corresponding
15082 directories under the directory specified by the @code{nnml-directory}
15083 variable.  The default value is @file{~/Mail/}.
15084
15085 You do not have to create any directories beforehand; Gnus will take
15086 care of all that.
15087
15088 If you have a strict limit as to how many files you are allowed to store
15089 in your account, you should not use this back end.  As each mail gets its
15090 own file, you might very well occupy thousands of inodes within a few
15091 weeks.  If this is no problem for you, and it isn't a problem for you
15092 having your friendly systems administrator walking around, madly,
15093 shouting ``Who is eating all my inodes?! Who? Who!?!'', then you should
15094 know that this is probably the fastest format to use.  You do not have
15095 to trudge through a big mbox file just to read your new mail.
15096
15097 @code{nnml} is probably the slowest back end when it comes to article
15098 splitting.  It has to create lots of files, and it also generates
15099 @acronym{NOV} databases for the incoming mails.  This makes it possibly the
15100 fastest back end when it comes to reading mail.
15101
15102 @cindex self contained nnml servers
15103 @cindex marks
15104 When the marks file is used (which it is by default), @code{nnml}
15105 servers have the property that you may backup them using @code{tar} or
15106 similar, and later be able to restore them into Gnus (by adding the
15107 proper @code{nnml} server) and have all your marks be preserved.  Marks
15108 for a group is usually stored in the @code{.marks} file (but see
15109 @code{nnml-marks-file-name}) within each @code{nnml} group's directory.
15110 Individual @code{nnml} groups are also possible to backup, use @kbd{G m}
15111 to restore the group (after restoring the backup into the nnml
15112 directory).
15113
15114 If for some reason you believe your @file{.marks} files are screwed
15115 up, you can just delete them all.  Gnus will then correctly regenerate
15116 them next time it starts.
15117
15118 Virtual server settings:
15119
15120 @table @code
15121 @item nnml-directory
15122 @vindex nnml-directory
15123 All @code{nnml} directories will be placed under this directory.  The
15124 default is the value of @code{message-directory} (whose default value
15125 is @file{~/Mail}).
15126
15127 @item nnml-active-file
15128 @vindex nnml-active-file
15129 The active file for the @code{nnml} server.  The default is
15130 @file{~/Mail/active}.
15131
15132 @item nnml-newsgroups-file
15133 @vindex nnml-newsgroups-file
15134 The @code{nnml} group descriptions file.  @xref{Newsgroups File
15135 Format}.  The default is @file{~/Mail/newsgroups}.
15136
15137 @item nnml-get-new-mail
15138 @vindex nnml-get-new-mail
15139 If non-@code{nil}, @code{nnml} will read incoming mail.  The default is
15140 @code{t}.
15141
15142 @item nnml-nov-is-evil
15143 @vindex nnml-nov-is-evil
15144 If non-@code{nil}, this back end will ignore any @acronym{NOV} files.  The
15145 default is @code{nil}.
15146
15147 @item nnml-nov-file-name
15148 @vindex nnml-nov-file-name
15149 The name of the @acronym{NOV} files.  The default is @file{.overview}.
15150
15151 @item nnml-prepare-save-mail-hook
15152 @vindex nnml-prepare-save-mail-hook
15153 Hook run narrowed to an article before saving.
15154
15155 @item nnml-marks-is-evil
15156 @vindex nnml-marks-is-evil
15157 If non-@code{nil}, this back end will ignore any @sc{marks} files.  The
15158 default is @code{nil}.
15159
15160 @item nnml-marks-file-name
15161 @vindex nnml-marks-file-name
15162 The name of the @dfn{marks} files.  The default is @file{.marks}.
15163
15164 @item nnml-use-compressed-files
15165 @vindex nnml-use-compressed-files
15166 If non-@code{nil}, @code{nnml} will allow using compressed message
15167 files.  This variable requires @code{auto-compression-mode} to be
15168 enabled (@pxref{Compressed Files, ,Compressed Files, emacs, The Emacs
15169 Manual})
15170
15171 @item nnml-compressed-files-size-threshold
15172 @vindex nnml-compressed-files-size-threshold
15173 Default size threshold for compressed message files.  Message files with
15174 bodies larger than that many characters will be automatically compressed
15175 if @code{nnml-use-compressed-files} is non-nil.
15176
15177 @end table
15178
15179 @findex nnml-generate-nov-databases
15180 If your @code{nnml} groups and @acronym{NOV} files get totally out of
15181 whack, you can do a complete update by typing @kbd{M-x
15182 nnml-generate-nov-databases}.  This command will trawl through the
15183 entire @code{nnml} hierarchy, looking at each and every article, so it
15184 might take a while to complete.  A better interface to this
15185 functionality can be found in the server buffer (@pxref{Server
15186 Commands}).
15187
15188
15189 @node MH Spool
15190 @subsubsection MH Spool
15191 @cindex nnmh
15192 @cindex mh-e mail spool
15193
15194 @code{nnmh} is just like @code{nnml}, except that is doesn't generate
15195 @acronym{NOV} databases and it doesn't keep an active file or marks
15196 file.  This makes @code{nnmh} a @emph{much} slower back end than
15197 @code{nnml}, but it also makes it easier to write procmail scripts
15198 for.
15199
15200 Virtual server settings:
15201
15202 @table @code
15203 @item nnmh-directory
15204 @vindex nnmh-directory
15205 All @code{nnmh} directories will be located under this directory.  The
15206 default is the value of @code{message-directory} (whose default is
15207 @file{~/Mail})
15208
15209 @item nnmh-get-new-mail
15210 @vindex nnmh-get-new-mail
15211 If non-@code{nil}, @code{nnmh} will read incoming mail.  The default is
15212 @code{t}.
15213
15214 @item nnmh-be-safe
15215 @vindex nnmh-be-safe
15216 If non-@code{nil}, @code{nnmh} will go to ridiculous lengths to make
15217 sure that the articles in the folder are actually what Gnus thinks
15218 they are.  It will check date stamps and stat everything in sight, so
15219 setting this to @code{t} will mean a serious slow-down.  If you never
15220 use anything but Gnus to read the @code{nnmh} articles, you do not
15221 have to set this variable to @code{t}.  The default is @code{nil}.
15222 @end table
15223
15224
15225 @node Maildir
15226 @subsubsection Maildir
15227 @cindex nnmaildir
15228 @cindex maildir
15229
15230 @code{nnmaildir} stores mail in the maildir format, with each maildir
15231 corresponding to a group in Gnus.  This format is documented here:
15232 @uref{http://cr.yp.to/proto/maildir.html} and here:
15233 @uref{http://www.qmail.org/man/man5/maildir.html}.  @code{nnmaildir}
15234 also stores extra information in the @file{.nnmaildir/} directory
15235 within a maildir.
15236
15237 Maildir format was designed to allow concurrent deliveries and
15238 reading, without needing locks.  With other back ends, you would have
15239 your mail delivered to a spool of some kind, and then you would
15240 configure Gnus to split mail from that spool into your groups.  You
15241 can still do that with @code{nnmaildir}, but the more common
15242 configuration is to have your mail delivered directly to the maildirs
15243 that appear as group in Gnus.
15244
15245 @code{nnmaildir} is designed to be perfectly reliable: @kbd{C-g} will
15246 never corrupt its data in memory, and @code{SIGKILL} will never
15247 corrupt its data in the filesystem.
15248
15249 @code{nnmaildir} stores article marks and @acronym{NOV} data in each
15250 maildir.  So you can copy a whole maildir from one Gnus setup to
15251 another, and you will keep your marks.
15252
15253 Virtual server settings:
15254
15255 @table @code
15256 @item directory
15257 For each of your @code{nnmaildir} servers (it's very unlikely that
15258 you'd need more than one), you need to create a directory and populate
15259 it with maildirs or symlinks to maildirs (and nothing else; do not
15260 choose a directory already used for other purposes).  Each maildir
15261 will be represented in Gnus as a newsgroup on that server; the
15262 filename of the symlink will be the name of the group.  Any filenames
15263 in the directory starting with @samp{.} are ignored.  The directory is
15264 scanned when you first start Gnus, and each time you type @kbd{g} in
15265 the group buffer; if any maildirs have been removed or added,
15266 @code{nnmaildir} notices at these times.
15267
15268 The value of the @code{directory} parameter should be a Lisp form
15269 which is processed by @code{eval} and @code{expand-file-name} to get
15270 the path of the directory for this server.  The form is @code{eval}ed
15271 only when the server is opened; the resulting string is used until the
15272 server is closed.  (If you don't know about forms and @code{eval},
15273 don't worry---a simple string will work.)  This parameter is not
15274 optional; you must specify it.  I don't recommend using
15275 @code{"~/Mail"} or a subdirectory of it; several other parts of Gnus
15276 use that directory by default for various things, and may get confused
15277 if @code{nnmaildir} uses it too.  @code{"~/.nnmaildir"} is a typical
15278 value.
15279
15280 @item target-prefix
15281 This should be a Lisp form which is processed by @code{eval} and
15282 @code{expand-file-name}.  The form is @code{eval}ed only when the
15283 server is opened; the resulting string is used until the server is
15284 closed.
15285
15286 When you create a group on an @code{nnmaildir} server, the maildir is
15287 created with @code{target-prefix} prepended to its name, and a symlink
15288 pointing to that maildir is created, named with the plain group name.
15289 So if @code{directory} is @code{"~/.nnmaildir"} and
15290 @code{target-prefix} is @code{"../maildirs/"}, then when you create
15291 the group @code{foo}, @code{nnmaildir} will create
15292 @file{~/.nnmaildir/../maildirs/foo} as a maildir, and will create
15293 @file{~/.nnmaildir/foo} as a symlink pointing to
15294 @file{../maildirs/foo}.
15295
15296 You can set @code{target-prefix} to a string without any slashes to
15297 create both maildirs and symlinks in the same @code{directory}; in
15298 this case, any maildirs found in @code{directory} whose names start
15299 with @code{target-prefix} will not be listed as groups (but the
15300 symlinks pointing to them will be).
15301
15302 As a special case, if @code{target-prefix} is @code{""} (the default),
15303 then when you create a group, the maildir will be created in
15304 @code{directory} without a corresponding symlink.  Beware that you
15305 cannot use @code{gnus-group-delete-group} on such groups without the
15306 @code{force} argument.
15307
15308 @item directory-files
15309 This should be a function with the same interface as
15310 @code{directory-files} (such as @code{directory-files} itself).  It is
15311 used to scan the server's @code{directory} for maildirs.  This
15312 parameter is optional; the default is
15313 @code{nnheader-directory-files-safe} if
15314 @code{nnheader-directory-files-is-safe} is @code{nil}, and
15315 @code{directory-files} otherwise.
15316 (@code{nnheader-directory-files-is-safe} is checked only once when the
15317 server is opened; if you want to check it each time the directory is
15318 scanned, you'll have to provide your own function that does that.)
15319
15320 @item get-new-mail
15321 If non-@code{nil}, then after scanning for new mail in the group
15322 maildirs themselves as usual, this server will also incorporate mail
15323 the conventional Gnus way, from @code{mail-sources} according to
15324 @code{nnmail-split-methods} or @code{nnmail-split-fancy}.  The default
15325 value is @code{nil}.
15326
15327 Do @emph{not} use the same maildir both in @code{mail-sources} and as
15328 an @code{nnmaildir} group.  The results might happen to be useful, but
15329 that would be by chance, not by design, and the results might be
15330 different in the future.  If your split rules create new groups,
15331 remember to supply a @code{create-directory} server parameter.
15332 @end table
15333
15334 @subsubsection Group parameters
15335
15336 @code{nnmaildir} uses several group parameters.  It's safe to ignore
15337 all this; the default behavior for @code{nnmaildir} is the same as the
15338 default behavior for other mail back ends: articles are deleted after
15339 one week, etc.  Except for the expiry parameters, all this
15340 functionality is unique to @code{nnmaildir}, so you can ignore it if
15341 you're just trying to duplicate the behavior you already have with
15342 another back end.
15343
15344 If the value of any of these parameters is a vector, the first element
15345 is evaluated as a Lisp form and the result is used, rather than the
15346 original value.  If the value is not a vector, the value itself is
15347 evaluated as a Lisp form.  (This is why these parameters use names
15348 different from those of other, similar parameters supported by other
15349 back ends: they have different, though similar, meanings.)  (For
15350 numbers, strings, @code{nil}, and @code{t}, you can ignore the
15351 @code{eval} business again; for other values, remember to use an extra
15352 quote and wrap the value in a vector when appropriate.)
15353
15354 @table @code
15355 @item expire-age
15356 An integer specifying the minimum age, in seconds, of an article
15357 before it will be expired, or the symbol @code{never} to specify that
15358 articles should never be expired.  If this parameter is not set,
15359 @code{nnmaildir} falls back to the usual
15360 @code{nnmail-expiry-wait}(@code{-function}) variables (the
15361 @code{expiry-wait} group parameter overrides @code{nnmail-expiry-wait}
15362 and makes @code{nnmail-expiry-wait-function} ineffective).  If you
15363 wanted a value of 3 days, you could use something like @code{[(* 3 24
15364 60 60)]}; @code{nnmaildir} will evaluate the form and use the result.
15365 An article's age is measured starting from the article file's
15366 modification time.  Normally, this is the same as the article's
15367 delivery time, but editing an article makes it younger.  Moving an
15368 article (other than via expiry) may also make an article younger.
15369
15370 @item expire-group
15371 If this is set to a string such as a full Gnus group name, like
15372 @example
15373 "backend+server.address.string:group.name"
15374 @end example
15375 and if it is not the name of the same group that the parameter belongs
15376 to, then articles will be moved to the specified group during expiry
15377 before being deleted.  @emph{If this is set to an @code{nnmaildir}
15378 group, the article will be just as old in the destination group as it
15379 was in the source group.}  So be careful with @code{expire-age} in the
15380 destination group.  If this is set to the name of the same group that
15381 the parameter belongs to, then the article is not expired at all.  If
15382 you use the vector form, the first element is evaluated once for each
15383 article.  So that form can refer to
15384 @code{nnmaildir-article-file-name}, etc., to decide where to put the
15385 article.  @emph{Even if this parameter is not set, @code{nnmaildir}
15386 does not fall back to the @code{expiry-target} group parameter or the
15387 @code{nnmail-expiry-target} variable.}
15388
15389 @item read-only
15390 If this is set to @code{t}, @code{nnmaildir} will treat the articles
15391 in this maildir as read-only.  This means: articles are not renamed
15392 from @file{new/} into @file{cur/}; articles are only found in
15393 @file{new/}, not @file{cur/}; articles are never deleted; articles
15394 cannot be edited.  @file{new/} is expected to be a symlink to the
15395 @file{new/} directory of another maildir---e.g., a system-wide mailbox
15396 containing a mailing list of common interest.  Everything in the
15397 maildir outside @file{new/} is @emph{not} treated as read-only, so for
15398 a shared mailbox, you do still need to set up your own maildir (or
15399 have write permission to the shared mailbox); your maildir just won't
15400 contain extra copies of the articles.
15401
15402 @item directory-files
15403 A function with the same interface as @code{directory-files}.  It is
15404 used to scan the directories in the maildir corresponding to this
15405 group to find articles.  The default is the function specified by the
15406 server's @code{directory-files} parameter.
15407
15408 @item distrust-Lines:
15409 If non-@code{nil}, @code{nnmaildir} will always count the lines of an
15410 article, rather than use the @code{Lines:} header field.  If
15411 @code{nil}, the header field will be used if present.
15412
15413 @item always-marks
15414 A list of mark symbols, such as @code{['(read expire)]}.  Whenever
15415 Gnus asks @code{nnmaildir} for article marks, @code{nnmaildir} will
15416 say that all articles have these marks, regardless of whether the
15417 marks stored in the filesystem say so.  This is a proof-of-concept
15418 feature that will probably be removed eventually; it ought to be done
15419 in Gnus proper, or abandoned if it's not worthwhile.
15420
15421 @item never-marks
15422 A list of mark symbols, such as @code{['(tick expire)]}.  Whenever
15423 Gnus asks @code{nnmaildir} for article marks, @code{nnmaildir} will
15424 say that no articles have these marks, regardless of whether the marks
15425 stored in the filesystem say so.  @code{never-marks} overrides
15426 @code{always-marks}.  This is a proof-of-concept feature that will
15427 probably be removed eventually; it ought to be done in Gnus proper, or
15428 abandoned if it's not worthwhile.
15429
15430 @item nov-cache-size
15431 An integer specifying the size of the @acronym{NOV} memory cache.  To
15432 speed things up, @code{nnmaildir} keeps @acronym{NOV} data in memory
15433 for a limited number of articles in each group.  (This is probably not
15434 worthwhile, and will probably be removed in the future.)  This
15435 parameter's value is noticed only the first time a group is seen after
15436 the server is opened---i.e., when you first start Gnus, typically.
15437 The @acronym{NOV} cache is never resized until the server is closed
15438 and reopened.  The default is an estimate of the number of articles
15439 that would be displayed in the summary buffer: a count of articles
15440 that are either marked with @code{tick} or not marked with
15441 @code{read}, plus a little extra.
15442 @end table
15443
15444 @subsubsection Article identification
15445 Articles are stored in the @file{cur/} subdirectory of each maildir.
15446 Each article file is named like @code{uniq:info}, where @code{uniq}
15447 contains no colons.  @code{nnmaildir} ignores, but preserves, the
15448 @code{:info} part.  (Other maildir readers typically use this part of
15449 the filename to store marks.)  The @code{uniq} part uniquely
15450 identifies the article, and is used in various places in the
15451 @file{.nnmaildir/} subdirectory of the maildir to store information
15452 about the corresponding article.  The full pathname of an article is
15453 available in the variable @code{nnmaildir-article-file-name} after you
15454 request the article in the summary buffer.
15455
15456 @subsubsection NOV data
15457 An article identified by @code{uniq} has its @acronym{NOV} data (used
15458 to generate lines in the summary buffer) stored in
15459 @code{.nnmaildir/nov/uniq}.  There is no
15460 @code{nnmaildir-generate-nov-databases} function.  (There isn't much
15461 need for it---an article's @acronym{NOV} data is updated automatically
15462 when the article or @code{nnmail-extra-headers} has changed.)  You can
15463 force @code{nnmaildir} to regenerate the @acronym{NOV} data for a
15464 single article simply by deleting the corresponding @acronym{NOV}
15465 file, but @emph{beware}: this will also cause @code{nnmaildir} to
15466 assign a new article number for this article, which may cause trouble
15467 with @code{seen} marks, the Agent, and the cache.
15468
15469 @subsubsection Article marks
15470 An article identified by @code{uniq} is considered to have the mark
15471 @code{flag} when the file @file{.nnmaildir/marks/flag/uniq} exists.
15472 When Gnus asks @code{nnmaildir} for a group's marks, @code{nnmaildir}
15473 looks for such files and reports the set of marks it finds.  When Gnus
15474 asks @code{nnmaildir} to store a new set of marks, @code{nnmaildir}
15475 creates and deletes the corresponding files as needed.  (Actually,
15476 rather than create a new file for each mark, it just creates hard
15477 links to @file{.nnmaildir/markfile}, to save inodes.)
15478
15479 You can invent new marks by creating a new directory in
15480 @file{.nnmaildir/marks/}.  You can tar up a maildir and remove it from
15481 your server, untar it later, and keep your marks.  You can add and
15482 remove marks yourself by creating and deleting mark files.  If you do
15483 this while Gnus is running and your @code{nnmaildir} server is open,
15484 it's best to exit all summary buffers for @code{nnmaildir} groups and
15485 type @kbd{s} in the group buffer first, and to type @kbd{g} or
15486 @kbd{M-g} in the group buffer afterwards.  Otherwise, Gnus might not
15487 pick up the changes, and might undo them.
15488
15489
15490 @node Mail Folders
15491 @subsubsection Mail Folders
15492 @cindex nnfolder
15493 @cindex mbox folders
15494 @cindex mail folders
15495
15496 @code{nnfolder} is a back end for storing each mail group in a
15497 separate file.  Each file is in the standard Un*x mbox format.
15498 @code{nnfolder} will add extra headers to keep track of article
15499 numbers and arrival dates.
15500
15501 @cindex self contained nnfolder servers
15502 @cindex marks
15503 When the marks file is used (which it is by default), @code{nnfolder}
15504 servers have the property that you may backup them using @code{tar} or
15505 similar, and later be able to restore them into Gnus (by adding the
15506 proper @code{nnfolder} server) and have all your marks be preserved.
15507 Marks for a group is usually stored in a file named as the mbox file
15508 with @code{.mrk} concatenated to it (but see
15509 @code{nnfolder-marks-file-suffix}) within the @code{nnfolder}
15510 directory.  Individual @code{nnfolder} groups are also possible to
15511 backup, use @kbd{G m} to restore the group (after restoring the backup
15512 into the @code{nnfolder} directory).
15513
15514 Virtual server settings:
15515
15516 @table @code
15517 @item nnfolder-directory
15518 @vindex nnfolder-directory
15519 All the @code{nnfolder} mail boxes will be stored under this
15520 directory.  The default is the value of @code{message-directory}
15521 (whose default is @file{~/Mail})
15522
15523 @item nnfolder-active-file
15524 @vindex nnfolder-active-file
15525 The name of the active file.  The default is @file{~/Mail/active}.
15526
15527 @item nnfolder-newsgroups-file
15528 @vindex nnfolder-newsgroups-file
15529 The name of the group descriptions file.  @xref{Newsgroups File
15530 Format}.  The default is @file{~/Mail/newsgroups}
15531
15532 @item nnfolder-get-new-mail
15533 @vindex nnfolder-get-new-mail
15534 If non-@code{nil}, @code{nnfolder} will read incoming mail.  The
15535 default is @code{t}
15536
15537 @item nnfolder-save-buffer-hook
15538 @vindex nnfolder-save-buffer-hook
15539 @cindex backup files
15540 Hook run before saving the folders.  Note that Emacs does the normal
15541 backup renaming of files even with the @code{nnfolder} buffers.  If
15542 you wish to switch this off, you could say something like the
15543 following in your @file{.emacs} file:
15544
15545 @lisp
15546 (defun turn-off-backup ()
15547   (set (make-local-variable 'backup-inhibited) t))
15548
15549 (add-hook 'nnfolder-save-buffer-hook 'turn-off-backup)
15550 @end lisp
15551
15552 @item nnfolder-delete-mail-hook
15553 @vindex nnfolder-delete-mail-hook
15554 Hook run in a buffer narrowed to the message that is to be deleted.
15555 This function can be used to copy the message to somewhere else, or to
15556 extract some information from it before removing it.
15557
15558 @item nnfolder-nov-is-evil
15559 @vindex nnfolder-nov-is-evil
15560 If non-@code{nil}, this back end will ignore any @acronym{NOV} files.  The
15561 default is @code{nil}.
15562
15563 @item nnfolder-nov-file-suffix
15564 @vindex nnfolder-nov-file-suffix
15565 The extension for @acronym{NOV} files.  The default is @file{.nov}.
15566
15567 @item nnfolder-nov-directory
15568 @vindex nnfolder-nov-directory
15569 The directory where the @acronym{NOV} files should be stored.  If
15570 @code{nil}, @code{nnfolder-directory} is used.
15571
15572 @item nnfolder-marks-is-evil
15573 @vindex nnfolder-marks-is-evil
15574 If non-@code{nil}, this back end will ignore any @sc{marks} files.  The
15575 default is @code{nil}.
15576
15577 @item nnfolder-marks-file-suffix
15578 @vindex nnfolder-marks-file-suffix
15579 The extension for @sc{marks} files.  The default is @file{.mrk}.
15580
15581 @item nnfolder-marks-directory
15582 @vindex nnfolder-marks-directory
15583 The directory where the @sc{marks} files should be stored.  If
15584 @code{nil}, @code{nnfolder-directory} is used.
15585
15586 @end table
15587
15588
15589 @findex nnfolder-generate-active-file
15590 @kindex M-x nnfolder-generate-active-file
15591 If you have lots of @code{nnfolder}-like files you'd like to read with
15592 @code{nnfolder}, you can use the @kbd{M-x nnfolder-generate-active-file}
15593 command to make @code{nnfolder} aware of all likely files in
15594 @code{nnfolder-directory}.  This only works if you use long file names,
15595 though.
15596
15597 @node Comparing Mail Back Ends
15598 @subsubsection Comparing Mail Back Ends
15599
15600 First, just for terminology, the @dfn{back end} is the common word for a
15601 low-level access method---a transport, if you will, by which something
15602 is acquired.  The sense is that one's mail has to come from somewhere,
15603 and so selection of a suitable back end is required in order to get that
15604 mail within spitting distance of Gnus.
15605
15606 The same concept exists for Usenet itself: Though access to articles is
15607 typically done by @acronym{NNTP} these days, once upon a midnight dreary, everyone
15608 in the world got at Usenet by running a reader on the machine where the
15609 articles lay (the machine which today we call an @acronym{NNTP} server), and
15610 access was by the reader stepping into the articles' directory spool
15611 area directly.  One can still select between either the @code{nntp} or
15612 @code{nnspool} back ends, to select between these methods, if one happens
15613 actually to live on the server (or can see its spool directly, anyway,
15614 via NFS).
15615
15616 The goal in selecting a mail back end is to pick one which
15617 simultaneously represents a suitable way of dealing with the original
15618 format plus leaving mail in a form that is convenient to use in the
15619 future.  Here are some high and low points on each:
15620
15621 @table @code
15622 @item nnmbox
15623
15624 UNIX systems have historically had a single, very common, and well-
15625 defined format.  All messages arrive in a single @dfn{spool file}, and
15626 they are delineated by a line whose regular expression matches
15627 @samp{^From_}.  (My notational use of @samp{_} is to indicate a space,
15628 to make it clear in this instance that this is not the RFC-specified
15629 @samp{From:} header.)  Because Emacs and therefore Gnus emanate
15630 historically from the Unix environment, it is simplest if one does not
15631 mess a great deal with the original mailbox format, so if one chooses
15632 this back end, Gnus' primary activity in getting mail from the real spool
15633 area to Gnus' preferred directory is simply to copy it, with no
15634 (appreciable) format change in the process.  It is the ``dumbest'' way
15635 to move mail into availability in the Gnus environment.  This makes it
15636 fast to move into place, but slow to parse, when Gnus has to look at
15637 what's where.
15638
15639 @item nnbabyl
15640
15641 Once upon a time, there was the DEC-10 and DEC-20, running operating
15642 systems called TOPS and related things, and the usual (only?) mail
15643 reading environment was a thing called Babyl.  I don't know what format
15644 was used for mail landing on the system, but Babyl had its own internal
15645 format to which mail was converted, primarily involving creating a
15646 spool-file-like entity with a scheme for inserting Babyl-specific
15647 headers and status bits above the top of each message in the file.
15648 Rmail was Emacs' first mail reader, it was written by Richard Stallman,
15649 and Stallman came out of that TOPS/Babyl environment, so he wrote Rmail
15650 to understand the mail files folks already had in existence.  Gnus (and
15651 VM, for that matter) continue to support this format because it's
15652 perceived as having some good qualities in those mailer-specific
15653 headers/status bits stuff.  Rmail itself still exists as well, of
15654 course, and is still maintained by Stallman.
15655
15656 Both of the above forms leave your mail in a single file on your
15657 file system, and they must parse that entire file each time you take a
15658 look at your mail.
15659
15660 @item nnml
15661
15662 @code{nnml} is the back end which smells the most as though you were
15663 actually operating with an @code{nnspool}-accessed Usenet system.  (In
15664 fact, I believe @code{nnml} actually derived from @code{nnspool} code,
15665 lo these years ago.)  One's mail is taken from the original spool file,
15666 and is then cut up into individual message files, 1:1.  It maintains a
15667 Usenet-style active file (analogous to what one finds in an INN- or
15668 CNews-based news system in (for instance) @file{/var/lib/news/active},
15669 or what is returned via the @samp{NNTP LIST} verb) and also creates
15670 @dfn{overview} files for efficient group entry, as has been defined for
15671 @acronym{NNTP} servers for some years now.  It is slower in mail-splitting,
15672 due to the creation of lots of files, updates to the @code{nnml} active
15673 file, and additions to overview files on a per-message basis, but it is
15674 extremely fast on access because of what amounts to the indexing support
15675 provided by the active file and overviews.
15676
15677 @code{nnml} costs @dfn{inodes} in a big way; that is, it soaks up the
15678 resource which defines available places in the file system to put new
15679 files.  Sysadmins take a dim view of heavy inode occupation within
15680 tight, shared file systems.  But if you live on a personal machine where
15681 the file system is your own and space is not at a premium, @code{nnml}
15682 wins big.
15683
15684 It is also problematic using this back end if you are living in a
15685 FAT16-based Windows world, since much space will be wasted on all these
15686 tiny files.
15687
15688 @item nnmh
15689
15690 The Rand MH mail-reading system has been around UNIX systems for a very
15691 long time; it operates by splitting one's spool file of messages into
15692 individual files, but with little or no indexing support---@code{nnmh}
15693 is considered to be semantically equivalent to ``@code{nnml} without
15694 active file or overviews''.  This is arguably the worst choice, because
15695 one gets the slowness of individual file creation married to the
15696 slowness of access parsing when learning what's new in one's groups.
15697
15698 @item nnfolder
15699
15700 Basically the effect of @code{nnfolder} is @code{nnmbox} (the first
15701 method described above) on a per-group basis.  That is, @code{nnmbox}
15702 itself puts @emph{all} one's mail in one file; @code{nnfolder} provides a
15703 little bit of optimization to this so that each of one's mail groups has
15704 a Unix mail box file.  It's faster than @code{nnmbox} because each group
15705 can be parsed separately, and still provides the simple Unix mail box
15706 format requiring minimal effort in moving the mail around.  In addition,
15707 it maintains an ``active'' file making it much faster for Gnus to figure
15708 out how many messages there are in each separate group.
15709
15710 If you have groups that are expected to have a massive amount of
15711 messages, @code{nnfolder} is not the best choice, but if you receive
15712 only a moderate amount of mail, @code{nnfolder} is probably the most
15713 friendly mail back end all over.
15714
15715 @item nnmaildir
15716
15717 For configuring expiry and other things, @code{nnmaildir} uses
15718 incompatible group parameters, slightly different from those of other
15719 mail back ends.
15720
15721 @code{nnmaildir} is largely similar to @code{nnml}, with some notable
15722 differences.  Each message is stored in a separate file, but the
15723 filename is unrelated to the article number in Gnus.  @code{nnmaildir}
15724 also stores the equivalent of @code{nnml}'s overview files in one file
15725 per article, so it uses about twice as many inodes as @code{nnml}.  (Use
15726 @code{df -i} to see how plentiful your inode supply is.)  If this slows
15727 you down or takes up very much space, consider switching to
15728 @uref{http://www.namesys.com/, ReiserFS} or another non-block-structured
15729 file system.
15730
15731 Since maildirs don't require locking for delivery, the maildirs you use
15732 as groups can also be the maildirs your mail is directly delivered to.
15733 This means you can skip Gnus' mail splitting if your mail is already
15734 organized into different mailboxes during delivery.  A @code{directory}
15735 entry in @code{mail-sources} would have a similar effect, but would
15736 require one set of mailboxes for spooling deliveries (in mbox format,
15737 thus damaging message bodies), and another set to be used as groups (in
15738 whatever format you like).  A maildir has a built-in spool, in the
15739 @code{new/} subdirectory.  Beware that currently, mail moved from
15740 @code{new/} to @code{cur/} instead of via mail splitting will not
15741 undergo treatment such as duplicate checking.
15742
15743 @code{nnmaildir} stores article marks for a given group in the
15744 corresponding maildir, in a way designed so that it's easy to manipulate
15745 them from outside Gnus.  You can tar up a maildir, unpack it somewhere
15746 else, and still have your marks.  @code{nnml} also stores marks, but
15747 it's not as easy to work with them from outside Gnus as with
15748 @code{nnmaildir}.
15749
15750 @code{nnmaildir} uses a significant amount of memory to speed things up.
15751 (It keeps in memory some of the things that @code{nnml} stores in files
15752 and that @code{nnmh} repeatedly parses out of message files.)  If this
15753 is a problem for you, you can set the @code{nov-cache-size} group
15754 parameter to something small (0 would probably not work, but 1 probably
15755 would) to make it use less memory.  This caching will probably be
15756 removed in the future.
15757
15758 Startup is likely to be slower with @code{nnmaildir} than with other
15759 back ends.  Everything else is likely to be faster, depending in part
15760 on your file system.
15761
15762 @code{nnmaildir} does not use @code{nnoo}, so you cannot use @code{nnoo}
15763 to write an @code{nnmaildir}-derived back end.
15764
15765 @end table
15766
15767
15768 @node Browsing the Web
15769 @section Browsing the Web
15770 @cindex web
15771 @cindex browsing the web
15772 @cindex www
15773 @cindex http
15774
15775 Web-based discussion forums are getting more and more popular.  On many
15776 subjects, the web-based forums have become the most important forums,
15777 eclipsing the importance of mailing lists and news groups.  The reason
15778 is easy to understand---they are friendly to new users; you just point
15779 and click, and there's the discussion.  With mailing lists, you have to
15780 go through a cumbersome subscription procedure, and most people don't
15781 even know what a news group is.
15782
15783 The problem with this scenario is that web browsers are not very good at
15784 being newsreaders.  They do not keep track of what articles you've read;
15785 they do not allow you to score on subjects you're interested in; they do
15786 not allow off-line browsing; they require you to click around and drive
15787 you mad in the end.
15788
15789 So---if web browsers suck at reading discussion forums, why not use Gnus
15790 to do it instead?
15791
15792 Gnus has been getting a bit of a collection of back ends for providing
15793 interfaces to these sources.
15794
15795 @menu
15796 * Archiving Mail::
15797 * Web Searches::                Creating groups from articles that match a string.
15798 * Slashdot::                    Reading the Slashdot comments.
15799 * Ultimate::                    The Ultimate Bulletin Board systems.
15800 * Web Archive::                 Reading mailing list archived on web.
15801 * RSS::                         Reading RDF site summary.
15802 * Customizing W3::              Doing stuff to Emacs/W3 from Gnus.
15803 @end menu
15804
15805 All the web sources require Emacs/W3 and the url library or those
15806 alternatives to work.
15807
15808 The main caveat with all these web sources is that they probably won't
15809 work for a very long time.  Gleaning information from the @acronym{HTML} data
15810 is guesswork at best, and when the layout is altered, the Gnus back end
15811 will fail.  If you have reasonably new versions of these back ends,
15812 though, you should be ok.
15813
15814 One thing all these Web methods have in common is that the Web sources
15815 are often down, unavailable or just plain too slow to be fun.  In those
15816 cases, it makes a lot of sense to let the Gnus Agent (@pxref{Gnus
15817 Unplugged}) handle downloading articles, and then you can read them at
15818 leisure from your local disk.  No more World Wide Wait for you.
15819
15820 @node Archiving Mail
15821 @subsection Archiving Mail
15822 @cindex archiving mail
15823 @cindex backup of mail
15824
15825 Some of the back ends, notably @code{nnml}, @code{nnfolder}, and
15826 @code{nnmaildir}, now actually store the article marks with each group.
15827 For these servers, archiving and restoring a group while preserving
15828 marks is fairly simple.
15829
15830 (Preserving the group level and group parameters as well still
15831 requires ritual dancing and sacrifices to the @file{.newsrc.eld} deity
15832 though.)
15833
15834 To archive an entire @code{nnml}, @code{nnfolder}, or @code{nnmaildir}
15835 server, take a recursive copy of the server directory.  There is no need
15836 to shut down Gnus, so archiving may be invoked by @code{cron} or
15837 similar.  You restore the data by restoring the directory tree, and
15838 adding a server definition pointing to that directory in Gnus.  The
15839 @ref{Article Backlog}, @ref{Asynchronous Fetching} and other things
15840 might interfere with overwriting data, so you may want to shut down Gnus
15841 before you restore the data.
15842
15843 It is also possible to archive individual @code{nnml},
15844 @code{nnfolder}, or @code{nnmaildir} groups, while preserving marks.
15845 For @code{nnml} or @code{nnmaildir}, you copy all files in the group's
15846 directory.  For @code{nnfolder} you need to copy both the base folder
15847 file itself (@file{FOO}, say), and the marks file (@file{FOO.mrk} in
15848 this example).  Restoring the group is done with @kbd{G m} from the Group
15849 buffer.  The last step makes Gnus notice the new directory.
15850 @code{nnmaildir} notices the new directory automatically, so @kbd{G m}
15851 is unnecessary in that case.
15852
15853 @node Web Searches
15854 @subsection Web Searches
15855 @cindex nnweb
15856 @cindex Google
15857 @cindex dejanews
15858 @cindex gmane
15859 @cindex Usenet searches
15860 @cindex searching the Usenet
15861
15862 It's, like, too neat to search the Usenet for articles that match a
15863 string, but it, like, totally @emph{sucks}, like, totally, to use one of
15864 those, like, Web browsers, and you, like, have to, rilly, like, look at
15865 the commercials, so, like, with Gnus you can do @emph{rad}, rilly,
15866 searches without having to use a browser.
15867
15868 The @code{nnweb} back end allows an easy interface to the mighty search
15869 engine.  You create an @code{nnweb} group, enter a search pattern, and
15870 then enter the group and read the articles like you would any normal
15871 group.  The @kbd{G w} command in the group buffer (@pxref{Foreign
15872 Groups}) will do this in an easy-to-use fashion.
15873
15874 @code{nnweb} groups don't really lend themselves to being solid
15875 groups---they have a very fleeting idea of article numbers.  In fact,
15876 each time you enter an @code{nnweb} group (not even changing the search
15877 pattern), you are likely to get the articles ordered in a different
15878 manner.  Not even using duplicate suppression (@pxref{Duplicate
15879 Suppression}) will help, since @code{nnweb} doesn't even know the
15880 @code{Message-ID} of the articles before reading them using some search
15881 engines (Google, for instance).  The only possible way to keep track
15882 of which articles you've read is by scoring on the @code{Date}
15883 header---mark all articles posted before the last date you read the
15884 group as read.
15885
15886 If the search engine changes its output substantially, @code{nnweb}
15887 won't be able to parse it and will fail.  One could hardly fault the Web
15888 providers if they were to do this---their @emph{raison d'@^etre} is to
15889 make money off of advertisements, not to provide services to the
15890 community.  Since @code{nnweb} washes the ads off all the articles, one
15891 might think that the providers might be somewhat miffed.  We'll see.
15892
15893 You must have the @code{url} and @code{W3} package or those alternatives
15894 (try @code{customize-group} on the @samp{mm-url} variable group)
15895 installed to be able to use @code{nnweb}.
15896
15897 Virtual server variables:
15898
15899 @table @code
15900 @item nnweb-type
15901 @vindex nnweb-type
15902 What search engine type is being used.  The currently supported types
15903 are @code{google}, @code{dejanews}, and @code{gmane}.  Note that
15904 @code{dejanews} is an alias to @code{google}.
15905
15906 @item nnweb-search
15907 @vindex nnweb-search
15908 The search string to feed to the search engine.
15909
15910 @item nnweb-max-hits
15911 @vindex nnweb-max-hits
15912 Advisory maximum number of hits per search to display.  The default is
15913 999.
15914
15915 @item nnweb-type-definition
15916 @vindex nnweb-type-definition
15917 Type-to-definition alist.  This alist says what @code{nnweb} should do
15918 with the various search engine types.  The following elements must be
15919 present:
15920
15921 @table @code
15922 @item article
15923 Function to decode the article and provide something that Gnus
15924 understands.
15925
15926 @item map
15927 Function to create an article number to message header and URL alist.
15928
15929 @item search
15930 Function to send the search string to the search engine.
15931
15932 @item address
15933 The address the aforementioned function should send the search string
15934 to.
15935
15936 @item id
15937 Format string URL to fetch an article by @code{Message-ID}.
15938 @end table
15939
15940 @end table
15941
15942
15943 @node Slashdot
15944 @subsection Slashdot
15945 @cindex Slashdot
15946 @cindex nnslashdot
15947
15948 @uref{http://slashdot.org/, Slashdot} is a popular news site, with
15949 lively discussion following the news articles.  @code{nnslashdot} will
15950 let you read this forum in a convenient manner.
15951
15952 The easiest way to read this source is to put something like the
15953 following in your @file{~/.gnus.el} file:
15954
15955 @lisp
15956 (setq gnus-secondary-select-methods
15957       '((nnslashdot "")))
15958 @end lisp
15959
15960 This will make Gnus query the @code{nnslashdot} back end for new comments
15961 and groups.  The @kbd{F} command will subscribe each new news article as
15962 a new Gnus group, and you can read the comments by entering these
15963 groups.  (Note that the default subscription method is to subscribe new
15964 groups as zombies.  Other methods are available (@pxref{Subscription
15965 Methods}).
15966
15967 If you want to remove an old @code{nnslashdot} group, the @kbd{G DEL}
15968 command is the most handy tool (@pxref{Foreign Groups}).
15969
15970 When following up to @code{nnslashdot} comments (or posting new
15971 comments), some light @acronym{HTML}izations will be performed.  In
15972 particular, text quoted with @samp{> } will be quoted with
15973 @samp{blockquote} instead, and signatures will have @samp{br} added to
15974 the end of each line.  Other than that, you can just write @acronym{HTML}
15975 directly into the message buffer.  Note that Slashdot filters out some
15976 @acronym{HTML} forms.
15977
15978 The following variables can be altered to change its behavior:
15979
15980 @table @code
15981 @item nnslashdot-threaded
15982 Whether @code{nnslashdot} should display threaded groups or not.  The
15983 default is @code{t}.  To be able to display threads, @code{nnslashdot}
15984 has to retrieve absolutely all comments in a group upon entry.  If a
15985 threaded display is not required, @code{nnslashdot} will only retrieve
15986 the comments that are actually wanted by the user.  Threading is nicer,
15987 but much, much slower than unthreaded.
15988
15989 @item nnslashdot-login-name
15990 @vindex nnslashdot-login-name
15991 The login name to use when posting.
15992
15993 @item nnslashdot-password
15994 @vindex nnslashdot-password
15995 The password to use when posting.
15996
15997 @item nnslashdot-directory
15998 @vindex nnslashdot-directory
15999 Where @code{nnslashdot} will store its files.  The default is
16000 @file{~/News/slashdot/}.
16001
16002 @item nnslashdot-active-url
16003 @vindex nnslashdot-active-url
16004 The @acronym{URL} format string that will be used to fetch the
16005 information on news articles and comments.  The default is@*
16006 @samp{http://slashdot.org/search.pl?section=&min=%d}.
16007
16008 @item nnslashdot-comments-url
16009 @vindex nnslashdot-comments-url
16010 The @acronym{URL} format string that will be used to fetch comments.
16011
16012 @item nnslashdot-article-url
16013 @vindex nnslashdot-article-url
16014 The @acronym{URL} format string that will be used to fetch the news
16015 article.  The default is
16016 @samp{http://slashdot.org/article.pl?sid=%s&mode=nocomment}.
16017
16018 @item nnslashdot-threshold
16019 @vindex nnslashdot-threshold
16020 The score threshold.  The default is -1.
16021
16022 @item nnslashdot-group-number
16023 @vindex nnslashdot-group-number
16024 The number of old groups, in addition to the ten latest, to keep
16025 updated.  The default is 0.
16026
16027 @end table
16028
16029
16030
16031 @node Ultimate
16032 @subsection Ultimate
16033 @cindex nnultimate
16034 @cindex Ultimate Bulletin Board
16035
16036 @uref{http://www.ultimatebb.com/, The Ultimate Bulletin Board} is
16037 probably the most popular Web bulletin board system used.  It has a
16038 quite regular and nice interface, and it's possible to get the
16039 information Gnus needs to keep groups updated.
16040
16041 The easiest way to get started with @code{nnultimate} is to say
16042 something like the following in the group buffer:  @kbd{B nnultimate RET
16043 http://www.tcj.com/messboard/ubbcgi/ RET}.  (Substitute the @acronym{URL}
16044 (not including @samp{Ultimate.cgi} or the like at the end) for a forum
16045 you're interested in; there's quite a list of them on the Ultimate web
16046 site.)  Then subscribe to the groups you're interested in from the
16047 server buffer, and read them from the group buffer.
16048
16049 The following @code{nnultimate} variables can be altered:
16050
16051 @table @code
16052 @item nnultimate-directory
16053 @vindex nnultimate-directory
16054 The directory where @code{nnultimate} stores its files.  The default is@*
16055 @file{~/News/ultimate/}.
16056 @end table
16057
16058
16059 @node Web Archive
16060 @subsection Web Archive
16061 @cindex nnwarchive
16062 @cindex Web Archive
16063
16064 Some mailing lists only have archives on Web servers, such as
16065 @uref{http://www.egroups.com/} and
16066 @uref{http://www.mail-archive.com/}.  It has a quite regular and nice
16067 interface, and it's possible to get the information Gnus needs to keep
16068 groups updated.
16069
16070 @findex gnus-group-make-warchive-group
16071 The easiest way to get started with @code{nnwarchive} is to say
16072 something like the following in the group buffer: @kbd{M-x
16073 gnus-group-make-warchive-group RET @var{an_egroup} RET egroups RET
16074 www.egroups.com RET @var{your@@email.address} RET}.  (Substitute the
16075 @var{an_egroup} with the mailing list you subscribed, the
16076 @var{your@@email.address} with your email address.), or to browse the
16077 back end by @kbd{B nnwarchive RET mail-archive RET}.
16078
16079 The following @code{nnwarchive} variables can be altered:
16080
16081 @table @code
16082 @item nnwarchive-directory
16083 @vindex nnwarchive-directory
16084 The directory where @code{nnwarchive} stores its files.  The default is@*
16085 @file{~/News/warchive/}.
16086
16087 @item nnwarchive-login
16088 @vindex nnwarchive-login
16089 The account name on the web server.
16090
16091 @item nnwarchive-passwd
16092 @vindex nnwarchive-passwd
16093 The password for your account on the web server.
16094 @end table
16095
16096 @node RSS
16097 @subsection RSS
16098 @cindex nnrss
16099 @cindex RSS
16100
16101 Some web sites have an RDF Site Summary (@acronym{RSS}).
16102 @acronym{RSS} is a format for summarizing headlines from news related
16103 sites (such as BBC or CNN).  But basically anything list-like can be
16104 presented as an @acronym{RSS} feed: weblogs, changelogs or recent
16105 changes to a wiki (e.g. @url{http://cliki.net/recent-changes.rdf}).
16106
16107 @acronym{RSS} has a quite regular and nice interface, and it's
16108 possible to get the information Gnus needs to keep groups updated.
16109
16110 Note: you had better use Emacs which supports the @code{utf-8} coding
16111 system because @acronym{RSS} uses UTF-8 for encoding non-@acronym{ASCII}
16112 text by default.  It is also used by default for non-@acronym{ASCII}
16113 group names.
16114
16115 @kindex G R (Group)
16116 Use @kbd{G R} from the group buffer to subscribe to a feed---you will be
16117 prompted for the location, the title and the description of the feed.
16118 The title, which allows any characters, will be used for the group name
16119 and the name of the group data file.  The description can be omitted.
16120
16121 An easy way to get started with @code{nnrss} is to say something like
16122 the following in the group buffer: @kbd{B nnrss RET RET y}, then
16123 subscribe to groups.
16124
16125 The @code{nnrss} back end saves the group data file in
16126 @code{nnrss-directory} (see below) for each @code{nnrss} group.  File
16127 names containing non-@acronym{ASCII} characters will be encoded by the
16128 coding system specified with the @code{nnmail-pathname-coding-system}
16129 variable.  If it is @code{nil}, in Emacs the coding system defaults to
16130 the value of @code{default-file-name-coding-system}.  If you are using
16131 XEmacs and want to use non-@acronym{ASCII} group names, you should set
16132 the value for the @code{nnmail-pathname-coding-system} variable properly.
16133
16134 @cindex OPML
16135 You can also use the following commands to import and export your
16136 subscriptions from a file in @acronym{OPML} format (Outline Processor
16137 Markup Language).
16138
16139 @defun nnrss-opml-import file
16140 Prompt for an @acronym{OPML} file, and subscribe to each feed in the
16141 file.
16142 @end defun
16143
16144 @defun nnrss-opml-export
16145 Write your current @acronym{RSS} subscriptions to a buffer in
16146 @acronym{OPML} format.
16147 @end defun
16148
16149 The following @code{nnrss} variables can be altered:
16150
16151 @table @code
16152 @item nnrss-directory
16153 @vindex nnrss-directory
16154 The directory where @code{nnrss} stores its files.  The default is
16155 @file{~/News/rss/}.
16156
16157 @item nnrss-file-coding-system
16158 @vindex nnrss-file-coding-system
16159 The coding system used when reading and writing the @code{nnrss} groups
16160 data files.  The default is the value of
16161 @code{mm-universal-coding-system} (which defaults to @code{emacs-mule}
16162 in Emacs or @code{escape-quoted} in XEmacs).
16163
16164 @item nnrss-use-local
16165 @vindex nnrss-use-local
16166 @findex nnrss-generate-download-script
16167 If you set @code{nnrss-use-local} to @code{t}, @code{nnrss} will read
16168 the feeds from local files in @code{nnrss-directory}.  You can use
16169 the command @code{nnrss-generate-download-script} to generate a
16170 download script using @command{wget}.
16171 @end table
16172
16173 The following code may be helpful, if you want to show the description in
16174 the summary buffer.
16175
16176 @lisp
16177 (add-to-list 'nnmail-extra-headers nnrss-description-field)
16178 (setq gnus-summary-line-format "%U%R%z%I%(%[%4L: %-15,15f%]%) %s%uX\n")
16179
16180 (defun gnus-user-format-function-X (header)
16181   (let ((descr
16182          (assq nnrss-description-field (mail-header-extra header))))
16183     (if descr (concat "\n\t" (cdr descr)) "")))
16184 @end lisp
16185
16186 The following code may be useful to open an nnrss url directly from the
16187 summary buffer.
16188 @lisp
16189 (require 'browse-url)
16190
16191 (defun browse-nnrss-url( arg )
16192   (interactive "p")
16193   (let ((url (assq nnrss-url-field
16194                    (mail-header-extra
16195                     (gnus-data-header
16196                      (assq (gnus-summary-article-number)
16197                            gnus-newsgroup-data))))))
16198     (if url
16199         (progn
16200           (browse-url (cdr url))
16201           (gnus-summary-mark-as-read-forward 1))
16202       (gnus-summary-scroll-up arg))))
16203
16204 (eval-after-load "gnus"
16205   #'(define-key gnus-summary-mode-map
16206       (kbd "<RET>") 'browse-nnrss-url))
16207 (add-to-list 'nnmail-extra-headers nnrss-url-field)
16208 @end lisp
16209
16210 @node Customizing W3
16211 @subsection Customizing W3
16212 @cindex W3
16213 @cindex html
16214 @cindex url
16215 @cindex Netscape
16216
16217 Gnus uses the url library to fetch web pages and Emacs/W3 (or those
16218 alternatives) to display web pages.  Emacs/W3 is documented in its own
16219 manual, but there are some things that may be more relevant for Gnus
16220 users.
16221
16222 For instance, a common question is how to make Emacs/W3 follow links
16223 using the @code{browse-url} functions (which will call some external web
16224 browser like Netscape).  Here's one way:
16225
16226 @lisp
16227 (eval-after-load "w3"
16228   '(progn
16229     (fset 'w3-fetch-orig (symbol-function 'w3-fetch))
16230     (defun w3-fetch (&optional url target)
16231       (interactive (list (w3-read-url-with-default)))
16232       (if (eq major-mode 'gnus-article-mode)
16233           (browse-url url)
16234         (w3-fetch-orig url target)))))
16235 @end lisp
16236
16237 Put that in your @file{.emacs} file, and hitting links in W3-rendered
16238 @acronym{HTML} in the Gnus article buffers will use @code{browse-url} to
16239 follow the link.
16240
16241
16242 @node IMAP
16243 @section IMAP
16244 @cindex nnimap
16245 @cindex @acronym{IMAP}
16246
16247 @acronym{IMAP} is a network protocol for reading mail (or news, or @dots{}),
16248 think of it as a modernized @acronym{NNTP}.  Connecting to a @acronym{IMAP}
16249 server is much similar to connecting to a news server, you just
16250 specify the network address of the server.
16251
16252 @acronym{IMAP} has two properties.  First, @acronym{IMAP} can do
16253 everything that @acronym{POP} can, it can hence be viewed as a
16254 @acronym{POP++}.  Secondly, @acronym{IMAP} is a mail storage protocol,
16255 similar to @acronym{NNTP} being a news storage protocol---however,
16256 @acronym{IMAP} offers more features than @acronym{NNTP} because news
16257 is more or less read-only whereas mail is read-write.
16258
16259 If you want to use @acronym{IMAP} as a @acronym{POP++}, use an imap
16260 entry in @code{mail-sources}.  With this, Gnus will fetch mails from
16261 the @acronym{IMAP} server and store them on the local disk.  This is
16262 not the usage described in this section---@xref{Mail Sources}.
16263
16264 If you want to use @acronym{IMAP} as a mail storage protocol, use an nnimap
16265 entry in @code{gnus-secondary-select-methods}.  With this, Gnus will
16266 manipulate mails stored on the @acronym{IMAP} server.  This is the kind of
16267 usage explained in this section.
16268
16269 A server configuration in @file{~/.gnus.el} with a few @acronym{IMAP}
16270 servers might look something like the following.  (Note that for
16271 @acronym{TLS}/@acronym{SSL}, you need external programs and libraries,
16272 see below.)
16273
16274 @lisp
16275 (setq gnus-secondary-select-methods
16276       '((nnimap "simpleserver") ; @r{no special configuration}
16277         ; @r{perhaps a ssh port forwarded server:}
16278         (nnimap "dolk"
16279                 (nnimap-address "localhost")
16280                 (nnimap-server-port 1430))
16281         ; @r{a UW server running on localhost}
16282         (nnimap "barbar"
16283                 (nnimap-server-port 143)
16284                 (nnimap-address "localhost")
16285                 (nnimap-list-pattern ("INBOX" "mail/*")))
16286         ; @r{anonymous public cyrus server:}
16287         (nnimap "cyrus.andrew.cmu.edu"
16288                 (nnimap-authenticator anonymous)
16289                 (nnimap-list-pattern "archive.*")
16290                 (nnimap-stream network))
16291         ; @r{a ssl server on a non-standard port:}
16292         (nnimap "vic20"
16293                 (nnimap-address "vic20.somewhere.com")
16294                 (nnimap-server-port 9930)
16295                 (nnimap-stream ssl))))
16296 @end lisp
16297
16298 After defining the new server, you can subscribe to groups on the
16299 server using normal Gnus commands such as @kbd{U} in the Group Buffer
16300 (@pxref{Subscription Commands}) or via the Server Buffer
16301 (@pxref{Server Buffer}).
16302
16303 The following variables can be used to create a virtual @code{nnimap}
16304 server:
16305
16306 @table @code
16307
16308 @item nnimap-address
16309 @vindex nnimap-address
16310
16311 The address of the remote @acronym{IMAP} server.  Defaults to the virtual
16312 server name if not specified.
16313
16314 @item nnimap-server-port
16315 @vindex nnimap-server-port
16316 Port on server to contact.  Defaults to port 143, or 993 for @acronym{TLS}/@acronym{SSL}.
16317
16318 Note that this should be an integer, example server specification:
16319
16320 @lisp
16321 (nnimap "mail.server.com"
16322         (nnimap-server-port 4711))
16323 @end lisp
16324
16325 @item nnimap-list-pattern
16326 @vindex nnimap-list-pattern
16327 String or list of strings of mailboxes to limit available groups to.
16328 This is used when the server has very many mailboxes and you're only
16329 interested in a few---some servers export your home directory via
16330 @acronym{IMAP}, you'll probably want to limit the mailboxes to those in
16331 @file{~/Mail/*} then.
16332
16333 The string can also be a cons of REFERENCE and the string as above, what
16334 REFERENCE is used for is server specific, but on the University of
16335 Washington server it's a directory that will be concatenated with the
16336 mailbox.
16337
16338 Example server specification:
16339
16340 @lisp
16341 (nnimap "mail.server.com"
16342         (nnimap-list-pattern ("INBOX" "Mail/*" "alt.sex.*"
16343                                ("~friend/Mail/" . "list/*"))))
16344 @end lisp
16345
16346 @item nnimap-stream
16347 @vindex nnimap-stream
16348 The type of stream used to connect to your server.  By default, nnimap
16349 will detect and automatically use all of the below, with the exception
16350 of @acronym{TLS}/@acronym{SSL}.  (@acronym{IMAP} over
16351 @acronym{TLS}/@acronym{SSL} is being replaced by STARTTLS, which can
16352 be automatically detected, but it's not widely deployed yet.)
16353
16354 Example server specification:
16355
16356 @lisp
16357 (nnimap "mail.server.com"
16358         (nnimap-stream ssl))
16359 @end lisp
16360
16361 Please note that the value of @code{nnimap-stream} is a symbol!
16362
16363 @itemize @bullet
16364 @item
16365 @dfn{gssapi:} Connect with GSSAPI (usually Kerberos 5).  Requires the
16366 @samp{gsasl} or @samp{imtest} program.
16367 @item
16368 @dfn{kerberos4:} Connect with Kerberos 4.  Requires the @samp{imtest} program.
16369 @item
16370 @dfn{starttls:} Connect via the STARTTLS extension (similar to
16371 @acronym{TLS}/@acronym{SSL}).  Requires the external library @samp{starttls.el} and program
16372 @samp{starttls}.
16373 @item
16374 @dfn{tls:} Connect through @acronym{TLS}.  Requires GNUTLS (the program
16375 @samp{gnutls-cli}).
16376 @item
16377 @dfn{ssl:} Connect through @acronym{SSL}.  Requires OpenSSL (the program
16378 @samp{openssl}) or SSLeay (@samp{s_client}).
16379 @item
16380 @dfn{shell:} Use a shell command to start @acronym{IMAP} connection.
16381 @item
16382 @dfn{network:} Plain, TCP/IP network connection.
16383 @end itemize
16384
16385 @vindex imap-kerberos4-program
16386 The @samp{imtest} program is shipped with Cyrus IMAPD.  If you're
16387 using @samp{imtest} from Cyrus IMAPD < 2.0.14 (which includes version
16388 1.5.x and 1.6.x) you need to frob @code{imap-process-connection-type}
16389 to make @code{imap.el} use a pty instead of a pipe when communicating
16390 with @samp{imtest}.  You will then suffer from a line length
16391 restrictions on @acronym{IMAP} commands, which might make Gnus seem to hang
16392 indefinitely if you have many articles in a mailbox.  The variable
16393 @code{imap-kerberos4-program} contain parameters to pass to the imtest
16394 program.
16395
16396 For @acronym{TLS} connection, the @code{gnutls-cli} program from GNUTLS is
16397 needed.  It is available from
16398 @uref{http://www.gnu.org/software/gnutls/}.
16399
16400 @vindex imap-gssapi-program
16401 This parameter specifies a list of command lines that invoke a GSSAPI
16402 authenticated @acronym{IMAP} stream in a subshell.  They are tried
16403 sequentially until a connection is made, or the list has been
16404 exhausted.  By default, @samp{gsasl} from GNU SASL, available from
16405 @uref{http://www.gnu.org/software/gsasl/}, and the @samp{imtest}
16406 program from Cyrus IMAPD (see @code{imap-kerberos4-program}), are
16407 tried.
16408
16409 @vindex imap-ssl-program
16410 For @acronym{SSL} connections, the OpenSSL program is available from
16411 @uref{http://www.openssl.org/}.  OpenSSL was formerly known as SSLeay,
16412 and nnimap support it too---although the most recent versions of
16413 SSLeay, 0.9.x, are known to have serious bugs making it
16414 useless.  Earlier versions, especially 0.8.x, of SSLeay are known to
16415 work.  The variable @code{imap-ssl-program} contain parameters to pass
16416 to OpenSSL/SSLeay.
16417
16418 @vindex imap-shell-program
16419 @vindex imap-shell-host
16420 For @acronym{IMAP} connections using the @code{shell} stream, the variable
16421 @code{imap-shell-program} specify what program to call.
16422
16423 @item nnimap-authenticator
16424 @vindex nnimap-authenticator
16425
16426 The authenticator used to connect to the server.  By default, nnimap
16427 will use the most secure authenticator your server is capable of.
16428
16429 Example server specification:
16430
16431 @lisp
16432 (nnimap "mail.server.com"
16433         (nnimap-authenticator anonymous))
16434 @end lisp
16435
16436 Please note that the value of @code{nnimap-authenticator} is a symbol!
16437
16438 @itemize @bullet
16439 @item
16440 @dfn{gssapi:} GSSAPI (usually kerberos 5) authentication.  Requires
16441 external program @code{gsasl} or @code{imtest}.
16442 @item
16443 @dfn{kerberos4:} Kerberos 4 authentication.  Requires external program
16444 @code{imtest}.
16445 @item
16446 @dfn{digest-md5:} Encrypted username/password via DIGEST-MD5.  Requires
16447 external library @code{digest-md5.el}.
16448 @item
16449 @dfn{cram-md5:} Encrypted username/password via CRAM-MD5.
16450 @item
16451 @dfn{login:} Plain-text username/password via LOGIN.
16452 @item
16453 @dfn{anonymous:} Login as ``anonymous'', supplying your email address as password.
16454 @end itemize
16455
16456 @item nnimap-expunge-on-close
16457 @cindex expunging
16458 @vindex nnimap-expunge-on-close
16459 Unlike Parmenides the @acronym{IMAP} designers have decided things that
16460 don't exist actually do exist.  More specifically, @acronym{IMAP} has
16461 this concept of marking articles @code{Deleted} which doesn't actually
16462 delete them, and this (marking them @code{Deleted}, that is) is what
16463 nnimap does when you delete an article in Gnus (with @kbd{B DEL} or
16464 similar).
16465
16466 Since the articles aren't really removed when we mark them with the
16467 @code{Deleted} flag we'll need a way to actually delete them.  Feel like
16468 running in circles yet?
16469
16470 Traditionally, nnimap has removed all articles marked as @code{Deleted}
16471 when closing a mailbox but this is now configurable by this server
16472 variable.
16473
16474 The possible options are:
16475
16476 @table @code
16477
16478 @item always
16479 The default behavior, delete all articles marked as ``Deleted'' when
16480 closing a mailbox.
16481 @item never
16482 Never actually delete articles.  Currently there is no way of showing
16483 the articles marked for deletion in nnimap, but other @acronym{IMAP} clients
16484 may allow you to do this.  If you ever want to run the EXPUNGE command
16485 manually, @xref{Expunging mailboxes}.
16486 @item ask
16487 When closing mailboxes, nnimap will ask if you wish to expunge deleted
16488 articles or not.
16489
16490 @end table
16491
16492 @item nnimap-importantize-dormant
16493 @vindex nnimap-importantize-dormant
16494
16495 If non-@code{nil} (the default), marks dormant articles as ticked (as
16496 well), for other @acronym{IMAP} clients.  Within Gnus, dormant articles will
16497 naturally still (only) be marked as dormant.  This is to make dormant
16498 articles stand out, just like ticked articles, in other @acronym{IMAP}
16499 clients.  (In other words, Gnus has two ``Tick'' marks and @acronym{IMAP}
16500 has only one.)
16501
16502 Probably the only reason for frobing this would be if you're trying
16503 enable per-user persistent dormant flags, using something like:
16504
16505 @lisp
16506 (setcdr (assq 'dormant nnimap-mark-to-flag-alist)
16507         (format "gnus-dormant-%s" (user-login-name)))
16508 (setcdr (assq 'dormant nnimap-mark-to-predicate-alist)
16509         (format "KEYWORD gnus-dormant-%s" (user-login-name)))
16510 @end lisp
16511
16512 In this case, you would not want the per-user dormant flag showing up
16513 as ticked for other users.
16514
16515 @item nnimap-expunge-search-string
16516 @cindex expunging
16517 @vindex nnimap-expunge-search-string
16518
16519 This variable contain the @acronym{IMAP} search command sent to server when
16520 searching for articles eligible for expiring.  The default is
16521 @code{"UID %s NOT SINCE %s"}, where the first @code{%s} is replaced by
16522 UID set and the second @code{%s} is replaced by a date.
16523
16524 Probably the only useful value to change this to is
16525 @code{"UID %s NOT SENTSINCE %s"}, which makes nnimap use the Date: in
16526 messages instead of the internal article date.  See section 6.4.4 of
16527 RFC 2060 for more information on valid strings.
16528
16529 @item nnimap-authinfo-file
16530 @vindex nnimap-authinfo-file
16531
16532 A file containing credentials used to log in on servers.  The format is
16533 (almost) the same as the @code{ftp} @file{~/.netrc} file.  See the
16534 variable @code{nntp-authinfo-file} for exact syntax; also see
16535 @ref{NNTP}.  An example of an .authinfo line for an IMAP server, is:
16536
16537 @example
16538 machine students.uio.no login larsi password geheimnis port imap
16539 @end example
16540
16541 Note that it should be @code{port imap}, or @code{port 143}, if you
16542 use a @code{nnimap-stream} of @code{tls} or @code{ssl}, even if the
16543 actual port number used is port 993 for secured IMAP.  For
16544 convenience, Gnus will accept @code{port imaps} as a synonym of
16545 @code{port imap}.
16546
16547 @item nnimap-need-unselect-to-notice-new-mail
16548 @vindex nnimap-need-unselect-to-notice-new-mail
16549
16550 Unselect mailboxes before looking for new mail in them.  Some servers
16551 seem to need this under some circumstances; it was reported that
16552 Courier 1.7.1 did.
16553
16554 @end table
16555
16556 @menu
16557 * Splitting in IMAP::           Splitting mail with nnimap.
16558 * Expiring in IMAP::            Expiring mail with nnimap.
16559 * Editing IMAP ACLs::           Limiting/enabling other users access to a mailbox.
16560 * Expunging mailboxes::         Equivalent of a ``compress mailbox'' button.
16561 * A note on namespaces::        How to (not) use @acronym{IMAP} namespace in Gnus.
16562 * Debugging IMAP::              What to do when things don't work.
16563 @end menu
16564
16565
16566
16567 @node Splitting in IMAP
16568 @subsection Splitting in IMAP
16569 @cindex splitting imap mail
16570
16571 Splitting is something Gnus users have loved and used for years, and now
16572 the rest of the world is catching up.  Yeah, dream on, not many
16573 @acronym{IMAP} servers have server side splitting and those that have
16574 splitting seem to use some non-standard protocol.  This means that
16575 @acronym{IMAP} support for Gnus has to do its own splitting.
16576
16577 And it does.
16578
16579 (Incidentally, people seem to have been dreaming on, and Sieve has
16580 gaining a market share and is supported by several IMAP servers.
16581 Fortunately, Gnus support it too, @xref{Sieve Commands}.)
16582
16583 Here are the variables of interest:
16584
16585 @table @code
16586
16587 @item nnimap-split-crosspost
16588 @cindex splitting, crosspost
16589 @cindex crosspost
16590 @vindex nnimap-split-crosspost
16591
16592 If non-@code{nil}, do crossposting if several split methods match the
16593 mail.  If @code{nil}, the first match in @code{nnimap-split-rule}
16594 found will be used.
16595
16596 Nnmail equivalent: @code{nnmail-crosspost}.
16597
16598 @item nnimap-split-inbox
16599 @cindex splitting, inbox
16600 @cindex inbox
16601 @vindex nnimap-split-inbox
16602
16603 A string or a list of strings that gives the name(s) of @acronym{IMAP}
16604 mailboxes to split from.  Defaults to @code{nil}, which means that
16605 splitting is disabled!
16606
16607 @lisp
16608 (setq nnimap-split-inbox
16609       '("INBOX" ("~/friend/Mail" . "lists/*") "lists.imap"))
16610 @end lisp
16611
16612 No nnmail equivalent.
16613
16614 @item nnimap-split-rule
16615 @cindex splitting, rules
16616 @vindex nnimap-split-rule
16617
16618 New mail found in @code{nnimap-split-inbox} will be split according to
16619 this variable.
16620
16621 This variable contains a list of lists, where the first element in the
16622 sublist gives the name of the @acronym{IMAP} mailbox to move articles
16623 matching the regexp in the second element in the sublist.  Got that?
16624 Neither did I, we need examples.
16625
16626 @lisp
16627 (setq nnimap-split-rule
16628       '(("INBOX.nnimap"
16629          "^Sender: owner-nnimap@@vic20.globalcom.se")
16630         ("INBOX.junk"    "^Subject:.*MAKE MONEY")
16631         ("INBOX.private" "")))
16632 @end lisp
16633
16634 This will put all articles from the nnimap mailing list into mailbox
16635 INBOX.nnimap, all articles containing MAKE MONEY in the Subject: line
16636 into INBOX.junk and everything else in INBOX.private.
16637
16638 The first string may contain @samp{\\1} forms, like the ones used by
16639 replace-match to insert sub-expressions from the matched text.  For
16640 instance:
16641
16642 @lisp
16643 ("INBOX.lists.\\1"     "^Sender: owner-\\([a-z-]+\\)@@")
16644 @end lisp
16645
16646 The first element can also be the symbol @code{junk} to indicate that
16647 matching messages should simply be deleted.  Use with care.
16648
16649 The second element can also be a function.  In that case, it will be
16650 called with the first element of the rule as the argument, in a buffer
16651 containing the headers of the article.  It should return a
16652 non-@code{nil} value if it thinks that the mail belongs in that group.
16653
16654 Nnmail users might recollect that the last regexp had to be empty to
16655 match all articles (like in the example above).  This is not required in
16656 nnimap.  Articles not matching any of the regexps will not be moved out
16657 of your inbox.  (This might affect performance if you keep lots of
16658 unread articles in your inbox, since the splitting code would go over
16659 them every time you fetch new mail.)
16660
16661 These rules are processed from the beginning of the alist toward the
16662 end.  The first rule to make a match will ``win'', unless you have
16663 crossposting enabled.  In that case, all matching rules will ``win''.
16664
16665 This variable can also have a function as its value, the function will
16666 be called with the headers narrowed and should return a group where it
16667 thinks the article should be split to.  See @code{nnimap-split-fancy}.
16668
16669 The splitting code tries to create mailboxes if it needs to.
16670
16671 To allow for different split rules on different virtual servers, and
16672 even different split rules in different inboxes on the same server,
16673 the syntax of this variable have been extended along the lines of:
16674
16675 @lisp
16676 (setq nnimap-split-rule
16677       '(("my1server"    (".*" (("ding"    "ding@@gnus.org")
16678                                ("junk"    "From:.*Simon"))))
16679         ("my2server"    ("INBOX" nnimap-split-fancy))
16680         ("my[34]server" (".*" (("private" "To:.*Simon")
16681                                ("junk"    my-junk-func))))))
16682 @end lisp
16683
16684 The virtual server name is in fact a regexp, so that the same rules
16685 may apply to several servers.  In the example, the servers
16686 @code{my3server} and @code{my4server} both use the same rules.
16687 Similarly, the inbox string is also a regexp.  The actual splitting
16688 rules are as before, either a function, or a list with group/regexp or
16689 group/function elements.
16690
16691 Nnmail equivalent: @code{nnmail-split-methods}.
16692
16693 @item nnimap-split-predicate
16694 @cindex splitting
16695 @vindex nnimap-split-predicate
16696
16697 Mail matching this predicate in @code{nnimap-split-inbox} will be
16698 split, it is a string and the default is @samp{UNSEEN UNDELETED}.
16699
16700 This might be useful if you use another @acronym{IMAP} client to read mail in
16701 your inbox but would like Gnus to split all articles in the inbox
16702 regardless of readedness.  Then you might change this to
16703 @samp{UNDELETED}.
16704
16705 @item nnimap-split-fancy
16706 @cindex splitting, fancy
16707 @findex nnimap-split-fancy
16708 @vindex nnimap-split-fancy
16709
16710 It's possible to set @code{nnimap-split-rule} to
16711 @code{nnmail-split-fancy} if you want to use fancy
16712 splitting.  @xref{Fancy Mail Splitting}.
16713
16714 However, to be able to have different fancy split rules for nnmail and
16715 nnimap back ends you can set @code{nnimap-split-rule} to
16716 @code{nnimap-split-fancy} and define the nnimap specific fancy split
16717 rule in @code{nnimap-split-fancy}.
16718
16719 Example:
16720
16721 @lisp
16722 (setq nnimap-split-rule 'nnimap-split-fancy
16723       nnimap-split-fancy ...)
16724 @end lisp
16725
16726 Nnmail equivalent: @code{nnmail-split-fancy}.
16727
16728 @item nnimap-split-download-body
16729 @findex nnimap-split-download-body
16730 @vindex nnimap-split-download-body
16731
16732 Set to non-@code{nil} to download entire articles during splitting.
16733 This is generally not required, and will slow things down
16734 considerably.  You may need it if you want to use an advanced
16735 splitting function that analyzes the body to split the article.
16736
16737 @end table
16738
16739 @node Expiring in IMAP
16740 @subsection Expiring in IMAP
16741 @cindex expiring imap mail
16742
16743 Even though @code{nnimap} is not a proper @code{nnmail} derived back
16744 end, it supports most features in regular expiring (@pxref{Expiring
16745 Mail}).  Unlike splitting in @acronym{IMAP} (@pxref{Splitting in
16746 IMAP}) it does not clone the @code{nnmail} variables (i.e., creating
16747 @var{nnimap-expiry-wait}) but reuse the @code{nnmail} variables.  What
16748 follows below are the variables used by the @code{nnimap} expiry
16749 process.
16750
16751 A note on how the expire mark is stored on the @acronym{IMAP} server is
16752 appropriate here as well.  The expire mark is translated into a
16753 @code{imap} client specific mark, @code{gnus-expire}, and stored on the
16754 message.  This means that likely only Gnus will understand and treat
16755 the @code{gnus-expire} mark properly, although other clients may allow
16756 you to view client specific flags on the message.  It also means that
16757 your server must support permanent storage of client specific flags on
16758 messages.  Most do, fortunately.
16759
16760 @table @code
16761
16762 @item nnmail-expiry-wait
16763 @item nnmail-expiry-wait-function
16764
16765 These variables are fully supported.  The expire value can be a
16766 number, the symbol @code{immediate} or @code{never}.
16767
16768 @item nnmail-expiry-target
16769
16770 This variable is supported, and internally implemented by calling the
16771 @code{nnmail} functions that handle this.  It contains an optimization
16772 that if the destination is a @acronym{IMAP} group on the same server, the
16773 article is copied instead of appended (that is, uploaded again).
16774
16775 @end table
16776
16777 @node Editing IMAP ACLs
16778 @subsection Editing IMAP ACLs
16779 @cindex editing imap acls
16780 @cindex Access Control Lists
16781 @cindex Editing @acronym{IMAP} ACLs
16782 @kindex G l (Group)
16783 @findex gnus-group-nnimap-edit-acl
16784
16785 ACL stands for Access Control List.  ACLs are used in @acronym{IMAP} for
16786 limiting (or enabling) other users access to your mail boxes.  Not all
16787 @acronym{IMAP} servers support this, this function will give an error if it
16788 doesn't.
16789
16790 To edit an ACL for a mailbox, type @kbd{G l}
16791 (@code{gnus-group-edit-nnimap-acl}) and you'll be presented with an ACL
16792 editing window with detailed instructions.
16793
16794 Some possible uses:
16795
16796 @itemize @bullet
16797 @item
16798 Giving ``anyone'' the ``lrs'' rights (lookup, read, keep seen/unseen flags)
16799 on your mailing list mailboxes enables other users on the same server to
16800 follow the list without subscribing to it.
16801 @item
16802 At least with the Cyrus server, you are required to give the user
16803 ``anyone'' posting ("p") capabilities to have ``plussing'' work (that is,
16804 mail sent to user+mailbox@@domain ending up in the @acronym{IMAP} mailbox
16805 INBOX.mailbox).
16806 @end itemize
16807
16808 @node Expunging mailboxes
16809 @subsection Expunging mailboxes
16810 @cindex expunging
16811
16812 @cindex expunge
16813 @cindex manual expunging
16814 @kindex G x (Group)
16815 @findex gnus-group-nnimap-expunge
16816
16817 If you're using the @code{never} setting of @code{nnimap-expunge-on-close},
16818 you may want the option of expunging all deleted articles in a mailbox
16819 manually.  This is exactly what @kbd{G x} does.
16820
16821 Currently there is no way of showing deleted articles, you can just
16822 delete them.
16823
16824 @node A note on namespaces
16825 @subsection A note on namespaces
16826 @cindex IMAP namespace
16827 @cindex namespaces
16828
16829 The @acronym{IMAP} protocol has a concept called namespaces, described
16830 by the following text in the RFC2060:
16831
16832 @display
16833 5.1.2.  Mailbox Namespace Naming Convention
16834
16835    By convention, the first hierarchical element of any mailbox name
16836    which begins with "#" identifies the "namespace" of the remainder of
16837    the name.  This makes it possible to disambiguate between different
16838    types of mailbox stores, each of which have their own namespaces.
16839
16840       For example, implementations which offer access to USENET
16841       newsgroups MAY use the "#news" namespace to partition the USENET
16842       newsgroup namespace from that of other mailboxes.  Thus, the
16843       comp.mail.misc newsgroup would have an mailbox name of
16844       "#news.comp.mail.misc", and the name "comp.mail.misc" could refer
16845       to a different object (e.g. a user's private mailbox).
16846 @end display
16847
16848 While there is nothing in this text that warrants concern for the
16849 @acronym{IMAP} implementation in Gnus, some servers use namespace
16850 prefixes in a way that does not work with how Gnus uses mailbox names.
16851
16852 Specifically, University of Washington's @acronym{IMAP} server uses
16853 mailbox names like @code{#driver.mbx/read-mail} which are valid only
16854 in the @sc{create} and @sc{append} commands.  After the mailbox is
16855 created (or a messages is appended to a mailbox), it must be accessed
16856 without the namespace prefix, i.e. @code{read-mail}.  Since Gnus do
16857 not make it possible for the user to guarantee that user entered
16858 mailbox names will only be used with the CREATE and APPEND commands,
16859 you should simply not use the namespace prefixed mailbox names in
16860 Gnus.
16861
16862 See the UoW IMAPD documentation for the @code{#driver.*/} prefix
16863 for more information on how to use the prefixes.  They are a power
16864 tool and should be used only if you are sure what the effects are.
16865
16866 @node Debugging IMAP
16867 @subsection Debugging IMAP
16868 @cindex IMAP debugging
16869 @cindex protocol dump (IMAP)
16870
16871 @acronym{IMAP} is a complex protocol, more so than @acronym{NNTP} or
16872 @acronym{POP3}.  Implementation bugs are not unlikely, and we do our
16873 best to fix them right away.  If you encounter odd behavior, chances
16874 are that either the server or Gnus is buggy.
16875
16876 If you are familiar with network protocols in general, you will
16877 probably be able to extract some clues from the protocol dump of the
16878 exchanges between Gnus and the server.  Even if you are not familiar
16879 with network protocols, when you include the protocol dump in
16880 @acronym{IMAP}-related bug reports you are helping us with data
16881 critical to solving the problem.  Therefore, we strongly encourage you
16882 to include the protocol dump when reporting IMAP bugs in Gnus.
16883
16884
16885 @vindex imap-log
16886 Because the protocol dump, when enabled, generates lots of data, it is
16887 disabled by default.  You can enable it by setting @code{imap-log} as
16888 follows:
16889
16890 @lisp
16891 (setq imap-log t)
16892 @end lisp
16893
16894 This instructs the @code{imap.el} package to log any exchanges with
16895 the server.  The log is stored in the buffer @samp{*imap-log*}.  Look
16896 for error messages, which sometimes are tagged with the keyword
16897 @code{BAD}---but when submitting a bug, make sure to include all the
16898 data.
16899
16900 @node Other Sources
16901 @section Other Sources
16902
16903 Gnus can do more than just read news or mail.  The methods described
16904 below allow Gnus to view directories and files as if they were
16905 newsgroups.
16906
16907 @menu
16908 * Directory Groups::            You can read a directory as if it was a newsgroup.
16909 * Anything Groups::             Dired?  Who needs dired?
16910 * Document Groups::             Single files can be the basis of a group.
16911 * SOUP::                        Reading @sc{soup} packets ``offline''.
16912 * Mail-To-News Gateways::       Posting articles via mail-to-news gateways.
16913 @end menu
16914
16915
16916 @node Directory Groups
16917 @subsection Directory Groups
16918 @cindex nndir
16919 @cindex directory groups
16920
16921 If you have a directory that has lots of articles in separate files in
16922 it, you might treat it as a newsgroup.  The files have to have numerical
16923 names, of course.
16924
16925 This might be an opportune moment to mention @code{ange-ftp} (and its
16926 successor @code{efs}), that most wonderful of all wonderful Emacs
16927 packages.  When I wrote @code{nndir}, I didn't think much about it---a
16928 back end to read directories.  Big deal.
16929
16930 @code{ange-ftp} changes that picture dramatically.  For instance, if you
16931 enter the @code{ange-ftp} file name
16932 @file{/ftp.hpc.uh.edu:/pub/emacs/ding-list/} as the directory name,
16933 @code{ange-ftp} or @code{efs} will actually allow you to read this
16934 directory over at @samp{sina} as a newsgroup.  Distributed news ahoy!
16935
16936 @code{nndir} will use @acronym{NOV} files if they are present.
16937
16938 @code{nndir} is a ``read-only'' back end---you can't delete or expire
16939 articles with this method.  You can use @code{nnmh} or @code{nnml} for
16940 whatever you use @code{nndir} for, so you could switch to any of those
16941 methods if you feel the need to have a non-read-only @code{nndir}.
16942
16943
16944 @node Anything Groups
16945 @subsection Anything Groups
16946 @cindex nneething
16947
16948 From the @code{nndir} back end (which reads a single spool-like
16949 directory), it's just a hop and a skip to @code{nneething}, which
16950 pretends that any arbitrary directory is a newsgroup.  Strange, but
16951 true.
16952
16953 When @code{nneething} is presented with a directory, it will scan this
16954 directory and assign article numbers to each file.  When you enter such
16955 a group, @code{nneething} must create ``headers'' that Gnus can use.
16956 After all, Gnus is a newsreader, in case you're forgetting.
16957 @code{nneething} does this in a two-step process.  First, it snoops each
16958 file in question.  If the file looks like an article (i.e., the first
16959 few lines look like headers), it will use this as the head.  If this is
16960 just some arbitrary file without a head (e.g. a C source file),
16961 @code{nneething} will cobble up a header out of thin air.  It will use
16962 file ownership, name and date and do whatever it can with these
16963 elements.
16964
16965 All this should happen automatically for you, and you will be presented
16966 with something that looks very much like a newsgroup.  Totally like a
16967 newsgroup, to be precise.  If you select an article, it will be displayed
16968 in the article buffer, just as usual.
16969
16970 If you select a line that represents a directory, Gnus will pop you into
16971 a new summary buffer for this @code{nneething} group.  And so on.  You can
16972 traverse the entire disk this way, if you feel like, but remember that
16973 Gnus is not dired, really, and does not intend to be, either.
16974
16975 There are two overall modes to this action---ephemeral or solid.  When
16976 doing the ephemeral thing (i.e., @kbd{G D} from the group buffer), Gnus
16977 will not store information on what files you have read, and what files
16978 are new, and so on.  If you create a solid @code{nneething} group the
16979 normal way with @kbd{G m}, Gnus will store a mapping table between
16980 article numbers and file names, and you can treat this group like any
16981 other groups.  When you activate a solid @code{nneething} group, you will
16982 be told how many unread articles it contains, etc., etc.
16983
16984 Some variables:
16985
16986 @table @code
16987 @item nneething-map-file-directory
16988 @vindex nneething-map-file-directory
16989 All the mapping files for solid @code{nneething} groups will be stored
16990 in this directory, which defaults to @file{~/.nneething/}.
16991
16992 @item nneething-exclude-files
16993 @vindex nneething-exclude-files
16994 All files that match this regexp will be ignored.  Nice to use to exclude
16995 auto-save files and the like, which is what it does by default.
16996
16997 @item nneething-include-files
16998 @vindex nneething-include-files
16999 Regexp saying what files to include in the group.  If this variable is
17000 non-@code{nil}, only files matching this regexp will be included.
17001
17002 @item nneething-map-file
17003 @vindex nneething-map-file
17004 Name of the map files.
17005 @end table
17006
17007
17008 @node Document Groups
17009 @subsection Document Groups
17010 @cindex nndoc
17011 @cindex documentation group
17012 @cindex help group
17013
17014 @code{nndoc} is a cute little thing that will let you read a single file
17015 as a newsgroup.  Several files types are supported:
17016
17017 @table @code
17018 @cindex Babyl
17019 @cindex Rmail mbox
17020 @item babyl
17021 The Babyl (Rmail) mail box.
17022
17023 @cindex mbox
17024 @cindex Unix mbox
17025 @item mbox
17026 The standard Unix mbox file.
17027
17028 @cindex MMDF mail box
17029 @item mmdf
17030 The MMDF mail box format.
17031
17032 @item news
17033 Several news articles appended into a file.
17034
17035 @cindex rnews batch files
17036 @item rnews
17037 The rnews batch transport format.
17038
17039 @item nsmail
17040 Netscape mail boxes.
17041
17042 @item mime-parts
17043 @acronym{MIME} multipart messages.
17044
17045 @item standard-digest
17046 The standard (RFC 1153) digest format.
17047
17048 @item mime-digest
17049 A @acronym{MIME} digest of messages.
17050
17051 @item lanl-gov-announce
17052 Announcement messages from LANL Gov Announce.
17053
17054 @cindex forwarded messages
17055 @item rfc822-forward
17056 A message forwarded according to RFC822.
17057
17058 @item outlook
17059 The Outlook mail box.
17060
17061 @item oe-dbx
17062 The Outlook Express dbx mail box.
17063
17064 @item exim-bounce
17065 A bounce message from the Exim MTA.
17066
17067 @item forward
17068 A message forwarded according to informal rules.
17069
17070 @item rfc934
17071 An RFC934-forwarded message.
17072
17073 @item mailman
17074 A mailman digest.
17075
17076 @item clari-briefs
17077 A digest of Clarinet brief news items.
17078
17079 @item slack-digest
17080 Non-standard digest format---matches most things, but does it badly.
17081
17082 @item mail-in-mail
17083 The last resort.
17084 @end table
17085
17086 You can also use the special ``file type'' @code{guess}, which means
17087 that @code{nndoc} will try to guess what file type it is looking at.
17088 @code{digest} means that @code{nndoc} should guess what digest type the
17089 file is.
17090
17091 @code{nndoc} will not try to change the file or insert any extra headers into
17092 it---it will simply, like, let you use the file as the basis for a
17093 group.  And that's it.
17094
17095 If you have some old archived articles that you want to insert into your
17096 new & spiffy Gnus mail back end, @code{nndoc} can probably help you with
17097 that.  Say you have an old @file{RMAIL} file with mail that you now want
17098 to split into your new @code{nnml} groups.  You look at that file using
17099 @code{nndoc} (using the @kbd{G f} command in the group buffer
17100 (@pxref{Foreign Groups})), set the process mark on all the articles in
17101 the buffer (@kbd{M P b}, for instance), and then re-spool (@kbd{B r})
17102 using @code{nnml}.  If all goes well, all the mail in the @file{RMAIL}
17103 file is now also stored in lots of @code{nnml} directories, and you can
17104 delete that pesky @file{RMAIL} file.  If you have the guts!
17105
17106 Virtual server variables:
17107
17108 @table @code
17109 @item nndoc-article-type
17110 @vindex nndoc-article-type
17111 This should be one of @code{mbox}, @code{babyl}, @code{digest},
17112 @code{news}, @code{rnews}, @code{mmdf}, @code{forward}, @code{rfc934},
17113 @code{rfc822-forward}, @code{mime-parts}, @code{standard-digest},
17114 @code{slack-digest}, @code{clari-briefs}, @code{nsmail}, @code{outlook},
17115 @code{oe-dbx}, @code{mailman}, and @code{mail-in-mail} or @code{guess}.
17116
17117 @item nndoc-post-type
17118 @vindex nndoc-post-type
17119 This variable says whether Gnus is to consider the group a news group or
17120 a mail group.  There are two valid values:  @code{mail} (the default)
17121 and @code{news}.
17122 @end table
17123
17124 @menu
17125 * Document Server Internals::   How to add your own document types.
17126 @end menu
17127
17128
17129 @node Document Server Internals
17130 @subsubsection Document Server Internals
17131
17132 Adding new document types to be recognized by @code{nndoc} isn't
17133 difficult.  You just have to whip up a definition of what the document
17134 looks like, write a predicate function to recognize that document type,
17135 and then hook into @code{nndoc}.
17136
17137 First, here's an example document type definition:
17138
17139 @example
17140 (mmdf
17141  (article-begin .  "^\^A\^A\^A\^A\n")
17142  (body-end .  "^\^A\^A\^A\^A\n"))
17143 @end example
17144
17145 The definition is simply a unique @dfn{name} followed by a series of
17146 regexp pseudo-variable settings.  Below are the possible
17147 variables---don't be daunted by the number of variables; most document
17148 types can be defined with very few settings:
17149
17150 @table @code
17151 @item first-article
17152 If present, @code{nndoc} will skip past all text until it finds
17153 something that match this regexp.  All text before this will be
17154 totally ignored.
17155
17156 @item article-begin
17157 This setting has to be present in all document type definitions.  It
17158 says what the beginning of each article looks like.  To do more
17159 complicated things that cannot be dealt with a simple regexp, you can
17160 use @code{article-begin-function} instead of this.
17161
17162 @item article-begin-function
17163 If present, this should be a function that moves point to the beginning
17164 of each article.  This setting overrides @code{article-begin}.
17165
17166 @item head-begin
17167 If present, this should be a regexp that matches the head of the
17168 article.  To do more complicated things that cannot be dealt with a
17169 simple regexp, you can use @code{head-begin-function} instead of this.
17170
17171 @item head-begin-function
17172 If present, this should be a function that moves point to the head of
17173 the article.  This setting overrides @code{head-begin}.
17174
17175 @item head-end
17176 This should match the end of the head of the article.  It defaults to
17177 @samp{^$}---the empty line.
17178
17179 @item body-begin
17180 This should match the beginning of the body of the article.  It defaults
17181 to @samp{^\n}.  To do more complicated things that cannot be dealt with
17182 a simple regexp, you can use @code{body-begin-function} instead of this.
17183
17184 @item body-begin-function
17185 If present, this function should move point to the beginning of the body
17186 of the article.  This setting overrides @code{body-begin}.
17187
17188 @item body-end
17189 If present, this should match the end of the body of the article.  To do
17190 more complicated things that cannot be dealt with a simple regexp, you
17191 can use @code{body-end-function} instead of this.
17192
17193 @item body-end-function
17194 If present, this function should move point to the end of the body of
17195 the article.  This setting overrides @code{body-end}.
17196
17197 @item file-begin
17198 If present, this should match the beginning of the file.  All text
17199 before this regexp will be totally ignored.
17200
17201 @item file-end
17202 If present, this should match the end of the file.  All text after this
17203 regexp will be totally ignored.
17204
17205 @end table
17206
17207 So, using these variables @code{nndoc} is able to dissect a document
17208 file into a series of articles, each with a head and a body.  However, a
17209 few more variables are needed since not all document types are all that
17210 news-like---variables needed to transform the head or the body into
17211 something that's palatable for Gnus:
17212
17213 @table @code
17214 @item prepare-body-function
17215 If present, this function will be called when requesting an article.  It
17216 will be called with point at the start of the body, and is useful if the
17217 document has encoded some parts of its contents.
17218
17219 @item article-transform-function
17220 If present, this function is called when requesting an article.  It's
17221 meant to be used for more wide-ranging transformation of both head and
17222 body of the article.
17223
17224 @item generate-head-function
17225 If present, this function is called to generate a head that Gnus can
17226 understand.  It is called with the article number as a parameter, and is
17227 expected to generate a nice head for the article in question.  It is
17228 called when requesting the headers of all articles.
17229
17230 @item generate-article-function
17231 If present, this function is called to generate an entire article that
17232 Gnus can understand.  It is called with the article number as a
17233 parameter when requesting all articles.
17234
17235 @item dissection-function
17236 If present, this function is called to dissect a document by itself,
17237 overriding @code{first-article}, @code{article-begin},
17238 @code{article-begin-function}, @code{head-begin},
17239 @code{head-begin-function}, @code{head-end}, @code{body-begin},
17240 @code{body-begin-function}, @code{body-end}, @code{body-end-function},
17241 @code{file-begin}, and @code{file-end}.
17242
17243 @end table
17244
17245 Let's look at the most complicated example I can come up with---standard
17246 digests:
17247
17248 @example
17249 (standard-digest
17250  (first-article . ,(concat "^" (make-string 70 ?-) "\n\n+"))
17251  (article-begin . ,(concat "\n\n" (make-string 30 ?-) "\n\n+"))
17252  (prepare-body-function . nndoc-unquote-dashes)
17253  (body-end-function . nndoc-digest-body-end)
17254  (head-end . "^ ?$")
17255  (body-begin . "^ ?\n")
17256  (file-end . "^End of .*digest.*[0-9].*\n\\*\\*\\|^End of.*Digest *$")
17257  (subtype digest guess))
17258 @end example
17259
17260 We see that all text before a 70-width line of dashes is ignored; all
17261 text after a line that starts with that @samp{^End of} is also ignored;
17262 each article begins with a 30-width line of dashes; the line separating
17263 the head from the body may contain a single space; and that the body is
17264 run through @code{nndoc-unquote-dashes} before being delivered.
17265
17266 To hook your own document definition into @code{nndoc}, use the
17267 @code{nndoc-add-type} function.  It takes two parameters---the first
17268 is the definition itself and the second (optional) parameter says
17269 where in the document type definition alist to put this definition.
17270 The alist is traversed sequentially, and
17271 @code{nndoc-@var{type}-type-p} is called for a given type @var{type}.
17272 So @code{nndoc-mmdf-type-p} is called to see whether a document is of
17273 @code{mmdf} type, and so on.  These type predicates should return
17274 @code{nil} if the document is not of the correct type; @code{t} if it
17275 is of the correct type; and a number if the document might be of the
17276 correct type.  A high number means high probability; a low number
17277 means low probability with @samp{0} being the lowest valid number.
17278
17279
17280 @node SOUP
17281 @subsection SOUP
17282 @cindex SOUP
17283 @cindex offline
17284
17285 In the PC world people often talk about ``offline'' newsreaders.  These
17286 are thingies that are combined reader/news transport monstrosities.
17287 With built-in modem programs.  Yecchh!
17288
17289 Of course, us Unix Weenie types of human beans use things like
17290 @code{uucp} and, like, @code{nntpd} and set up proper news and mail
17291 transport things like Ghod intended.  And then we just use normal
17292 newsreaders.
17293
17294 However, it can sometimes be convenient to do something that's a bit
17295 easier on the brain if you have a very slow modem, and you're not really
17296 that interested in doing things properly.
17297
17298 A file format called @sc{soup} has been developed for transporting news
17299 and mail from servers to home machines and back again.  It can be a bit
17300 fiddly.
17301
17302 First some terminology:
17303
17304 @table @dfn
17305
17306 @item server
17307 This is the machine that is connected to the outside world and where you
17308 get news and/or mail from.
17309
17310 @item home machine
17311 This is the machine that you want to do the actual reading and responding
17312 on.  It is typically not connected to the rest of the world in any way.
17313
17314 @item packet
17315 Something that contains messages and/or commands.  There are two kinds
17316 of packets:
17317
17318 @table @dfn
17319 @item message packets
17320 These are packets made at the server, and typically contain lots of
17321 messages for you to read.  These are called @file{SoupoutX.tgz} by
17322 default, where @var{x} is a number.
17323
17324 @item response packets
17325 These are packets made at the home machine, and typically contains
17326 replies that you've written.  These are called @file{SoupinX.tgz} by
17327 default, where @var{x} is a number.
17328
17329 @end table
17330
17331 @end table
17332
17333
17334 @enumerate
17335
17336 @item
17337 You log in on the server and create a @sc{soup} packet.  You can either
17338 use a dedicated @sc{soup} thingie (like the @code{awk} program), or you
17339 can use Gnus to create the packet with its @sc{soup} commands (@kbd{O
17340 s} and/or @kbd{G s b}; and then @kbd{G s p}) (@pxref{SOUP Commands}).
17341
17342 @item
17343 You transfer the packet home.  Rail, boat, car or modem will do fine.
17344
17345 @item
17346 You put the packet in your home directory.
17347
17348 @item
17349 You fire up Gnus on your home machine using the @code{nnsoup} back end as
17350 the native or secondary server.
17351
17352 @item
17353 You read articles and mail and answer and followup to the things you
17354 want (@pxref{SOUP Replies}).
17355
17356 @item
17357 You do the @kbd{G s r} command to pack these replies into a @sc{soup}
17358 packet.
17359
17360 @item
17361 You transfer this packet to the server.
17362
17363 @item
17364 You use Gnus to mail this packet out with the @kbd{G s s} command.
17365
17366 @item
17367 You then repeat until you die.
17368
17369 @end enumerate
17370
17371 So you basically have a bipartite system---you use @code{nnsoup} for
17372 reading and Gnus for packing/sending these @sc{soup} packets.
17373
17374 @menu
17375 * SOUP Commands::               Commands for creating and sending @sc{soup} packets
17376 * SOUP Groups::                 A back end for reading @sc{soup} packets.
17377 * SOUP Replies::                How to enable @code{nnsoup} to take over mail and news.
17378 @end menu
17379
17380
17381 @node SOUP Commands
17382 @subsubsection SOUP Commands
17383
17384 These are commands for creating and manipulating @sc{soup} packets.
17385
17386 @table @kbd
17387 @item G s b
17388 @kindex G s b (Group)
17389 @findex gnus-group-brew-soup
17390 Pack all unread articles in the current group
17391 (@code{gnus-group-brew-soup}).  This command understands the
17392 process/prefix convention.
17393
17394 @item G s w
17395 @kindex G s w (Group)
17396 @findex gnus-soup-save-areas
17397 Save all @sc{soup} data files (@code{gnus-soup-save-areas}).
17398
17399 @item G s s
17400 @kindex G s s (Group)
17401 @findex gnus-soup-send-replies
17402 Send all replies from the replies packet
17403 (@code{gnus-soup-send-replies}).
17404
17405 @item G s p
17406 @kindex G s p (Group)
17407 @findex gnus-soup-pack-packet
17408 Pack all files into a @sc{soup} packet (@code{gnus-soup-pack-packet}).
17409
17410 @item G s r
17411 @kindex G s r (Group)
17412 @findex nnsoup-pack-replies
17413 Pack all replies into a replies packet (@code{nnsoup-pack-replies}).
17414
17415 @item O s
17416 @kindex O s (Summary)
17417 @findex gnus-soup-add-article
17418 This summary-mode command adds the current article to a @sc{soup} packet
17419 (@code{gnus-soup-add-article}).  It understands the process/prefix
17420 convention (@pxref{Process/Prefix}).
17421
17422 @end table
17423
17424
17425 There are a few variables to customize where Gnus will put all these
17426 thingies:
17427
17428 @table @code
17429
17430 @item gnus-soup-directory
17431 @vindex gnus-soup-directory
17432 Directory where Gnus will save intermediate files while composing
17433 @sc{soup} packets.  The default is @file{~/SoupBrew/}.
17434
17435 @item gnus-soup-replies-directory
17436 @vindex gnus-soup-replies-directory
17437 This is what Gnus will use as a temporary directory while sending our
17438 reply packets.  @file{~/SoupBrew/SoupReplies/} is the default.
17439
17440 @item gnus-soup-prefix-file
17441 @vindex gnus-soup-prefix-file
17442 Name of the file where Gnus stores the last used prefix.  The default is
17443 @samp{gnus-prefix}.
17444
17445 @item gnus-soup-packer
17446 @vindex gnus-soup-packer
17447 A format string command for packing a @sc{soup} packet.  The default is
17448 @samp{tar cf - %s | gzip > $HOME/Soupout%d.tgz}.
17449
17450 @item gnus-soup-unpacker
17451 @vindex gnus-soup-unpacker
17452 Format string command for unpacking a @sc{soup} packet.  The default is
17453 @samp{gunzip -c %s | tar xvf -}.
17454
17455 @item gnus-soup-packet-directory
17456 @vindex gnus-soup-packet-directory
17457 Where Gnus will look for reply packets.  The default is @file{~/}.
17458
17459 @item gnus-soup-packet-regexp
17460 @vindex gnus-soup-packet-regexp
17461 Regular expression matching @sc{soup} reply packets in
17462 @code{gnus-soup-packet-directory}.
17463
17464 @end table
17465
17466
17467 @node SOUP Groups
17468 @subsubsection SOUP Groups
17469 @cindex nnsoup
17470
17471 @code{nnsoup} is the back end for reading @sc{soup} packets.  It will
17472 read incoming packets, unpack them, and put them in a directory where
17473 you can read them at leisure.
17474
17475 These are the variables you can use to customize its behavior:
17476
17477 @table @code
17478
17479 @item nnsoup-tmp-directory
17480 @vindex nnsoup-tmp-directory
17481 When @code{nnsoup} unpacks a @sc{soup} packet, it does it in this
17482 directory.  (@file{/tmp/} by default.)
17483
17484 @item nnsoup-directory
17485 @vindex nnsoup-directory
17486 @code{nnsoup} then moves each message and index file to this directory.
17487 The default is @file{~/SOUP/}.
17488
17489 @item nnsoup-replies-directory
17490 @vindex nnsoup-replies-directory
17491 All replies will be stored in this directory before being packed into a
17492 reply packet.  The default is @file{~/SOUP/replies/}.
17493
17494 @item nnsoup-replies-format-type
17495 @vindex nnsoup-replies-format-type
17496 The @sc{soup} format of the replies packets.  The default is @samp{?n}
17497 (rnews), and I don't think you should touch that variable.  I probably
17498 shouldn't even have documented it.  Drats!  Too late!
17499
17500 @item nnsoup-replies-index-type
17501 @vindex nnsoup-replies-index-type
17502 The index type of the replies packet.  The default is @samp{?n}, which
17503 means ``none''.  Don't fiddle with this one either!
17504
17505 @item nnsoup-active-file
17506 @vindex nnsoup-active-file
17507 Where @code{nnsoup} stores lots of information.  This is not an ``active
17508 file'' in the @code{nntp} sense; it's an Emacs Lisp file.  If you lose
17509 this file or mess it up in any way, you're dead.  The default is
17510 @file{~/SOUP/active}.
17511
17512 @item nnsoup-packer
17513 @vindex nnsoup-packer
17514 Format string command for packing a reply @sc{soup} packet.  The default
17515 is @samp{tar cf - %s | gzip > $HOME/Soupin%d.tgz}.
17516
17517 @item nnsoup-unpacker
17518 @vindex nnsoup-unpacker
17519 Format string command for unpacking incoming @sc{soup} packets.  The
17520 default is @samp{gunzip -c %s | tar xvf -}.
17521
17522 @item nnsoup-packet-directory
17523 @vindex nnsoup-packet-directory
17524 Where @code{nnsoup} will look for incoming packets.  The default is
17525 @file{~/}.
17526
17527 @item nnsoup-packet-regexp
17528 @vindex nnsoup-packet-regexp
17529 Regular expression matching incoming @sc{soup} packets.  The default is
17530 @samp{Soupout}.
17531
17532 @item nnsoup-always-save
17533 @vindex nnsoup-always-save
17534 If non-@code{nil}, save the replies buffer after each posted message.
17535
17536 @end table
17537
17538
17539 @node SOUP Replies
17540 @subsubsection SOUP Replies
17541
17542 Just using @code{nnsoup} won't mean that your postings and mailings end
17543 up in @sc{soup} reply packets automagically.  You have to work a bit
17544 more for that to happen.
17545
17546 @findex nnsoup-set-variables
17547 The @code{nnsoup-set-variables} command will set the appropriate
17548 variables to ensure that all your followups and replies end up in the
17549 @sc{soup} system.
17550
17551 In specific, this is what it does:
17552
17553 @lisp
17554 (setq message-send-news-function 'nnsoup-request-post)
17555 (setq message-send-mail-function 'nnsoup-request-mail)
17556 @end lisp
17557
17558 And that's it, really.  If you only want news to go into the @sc{soup}
17559 system you just use the first line.  If you only want mail to be
17560 @sc{soup}ed you use the second.
17561
17562
17563 @node Mail-To-News Gateways
17564 @subsection Mail-To-News Gateways
17565 @cindex mail-to-news gateways
17566 @cindex gateways
17567
17568 If your local @code{nntp} server doesn't allow posting, for some reason
17569 or other, you can post using one of the numerous mail-to-news gateways.
17570 The @code{nngateway} back end provides the interface.
17571
17572 Note that you can't read anything from this back end---it can only be
17573 used to post with.
17574
17575 Server variables:
17576
17577 @table @code
17578 @item nngateway-address
17579 @vindex nngateway-address
17580 This is the address of the mail-to-news gateway.
17581
17582 @item nngateway-header-transformation
17583 @vindex nngateway-header-transformation
17584 News headers often have to be transformed in some odd way or other
17585 for the mail-to-news gateway to accept it.  This variable says what
17586 transformation should be called, and defaults to
17587 @code{nngateway-simple-header-transformation}.  The function is called
17588 narrowed to the headers to be transformed and with one parameter---the
17589 gateway address.
17590
17591 This default function just inserts a new @code{To} header based on the
17592 @code{Newsgroups} header and the gateway address.
17593 For instance, an article with this @code{Newsgroups} header:
17594
17595 @example
17596 Newsgroups: alt.religion.emacs
17597 @end example
17598
17599 will get this @code{To} header inserted:
17600
17601 @example
17602 To: alt-religion-emacs@@GATEWAY
17603 @end example
17604
17605 The following pre-defined functions exist:
17606
17607 @findex nngateway-simple-header-transformation
17608 @table @code
17609
17610 @item nngateway-simple-header-transformation
17611 Creates a @code{To} header that looks like
17612 @var{newsgroup}@@@code{nngateway-address}.
17613
17614 @findex nngateway-mail2news-header-transformation
17615
17616 @item nngateway-mail2news-header-transformation
17617 Creates a @code{To} header that looks like
17618 @code{nngateway-address}.
17619 @end table
17620
17621 @end table
17622
17623 Here's an example:
17624
17625 @lisp
17626 (setq gnus-post-method
17627       '(nngateway
17628         "mail2news@@replay.com"
17629         (nngateway-header-transformation
17630          nngateway-mail2news-header-transformation)))
17631 @end lisp
17632
17633 So, to use this, simply say something like:
17634
17635 @lisp
17636 (setq gnus-post-method '(nngateway "GATEWAY.ADDRESS"))
17637 @end lisp
17638
17639
17640
17641 @node Combined Groups
17642 @section Combined Groups
17643
17644 Gnus allows combining a mixture of all the other group types into bigger
17645 groups.
17646
17647 @menu
17648 * Virtual Groups::              Combining articles from many groups.
17649 * Kibozed Groups::              Looking through parts of the newsfeed for articles.
17650 @end menu
17651
17652
17653 @node Virtual Groups
17654 @subsection Virtual Groups
17655 @cindex nnvirtual
17656 @cindex virtual groups
17657 @cindex merging groups
17658
17659 An @dfn{nnvirtual group} is really nothing more than a collection of
17660 other groups.
17661
17662 For instance, if you are tired of reading many small groups, you can
17663 put them all in one big group, and then grow tired of reading one
17664 big, unwieldy group.  The joys of computing!
17665
17666 You specify @code{nnvirtual} as the method.  The address should be a
17667 regexp to match component groups.
17668
17669 All marks in the virtual group will stick to the articles in the
17670 component groups.  So if you tick an article in a virtual group, the
17671 article will also be ticked in the component group from whence it
17672 came.  (And vice versa---marks from the component groups will also be
17673 shown in the virtual group.).  To create an empty virtual group, run
17674 @kbd{G V} (@code{gnus-group-make-empty-virtual}) in the group buffer
17675 and edit the method regexp with @kbd{M-e}
17676 (@code{gnus-group-edit-group-method})
17677
17678 Here's an example @code{nnvirtual} method that collects all Andrea Dworkin
17679 newsgroups into one, big, happy newsgroup:
17680
17681 @lisp
17682 (nnvirtual "^alt\\.fan\\.andrea-dworkin$\\|^rec\\.dworkin.*")
17683 @end lisp
17684
17685 The component groups can be native or foreign; everything should work
17686 smoothly, but if your computer explodes, it was probably my fault.
17687
17688 Collecting the same group from several servers might actually be a good
17689 idea if users have set the Distribution header to limit distribution.
17690 If you would like to read @samp{soc.motss} both from a server in Japan
17691 and a server in Norway, you could use the following as the group regexp:
17692
17693 @example
17694 "^nntp\\+server\\.jp:soc\\.motss$\\|^nntp\\+server\\.no:soc\\.motss$"
17695 @end example
17696
17697 (Remember, though, that if you're creating the group with @kbd{G m}, you
17698 shouldn't double the backslashes, and you should leave off the quote
17699 characters at the beginning and the end of the string.)
17700
17701 This should work kinda smoothly---all articles from both groups should
17702 end up in this one, and there should be no duplicates.  Threading (and
17703 the rest) will still work as usual, but there might be problems with the
17704 sequence of articles.  Sorting on date might be an option here
17705 (@pxref{Selecting a Group}).
17706
17707 One limitation, however---all groups included in a virtual
17708 group have to be alive (i.e., subscribed or unsubscribed).  Killed or
17709 zombie groups can't be component groups for @code{nnvirtual} groups.
17710
17711 @vindex nnvirtual-always-rescan
17712 If the @code{nnvirtual-always-rescan} is non-@code{nil},
17713 @code{nnvirtual} will always scan groups for unread articles when
17714 entering a virtual group.  If this variable is @code{nil} (which is the
17715 default) and you read articles in a component group after the virtual
17716 group has been activated, the read articles from the component group
17717 will show up when you enter the virtual group.  You'll also see this
17718 effect if you have two virtual groups that have a component group in
17719 common.  If that's the case, you should set this variable to @code{t}.
17720 Or you can just tap @code{M-g} on the virtual group every time before
17721 you enter it---it'll have much the same effect.
17722
17723 @code{nnvirtual} can have both mail and news groups as component groups.
17724 When responding to articles in @code{nnvirtual} groups, @code{nnvirtual}
17725 has to ask the back end of the component group the article comes from
17726 whether it is a news or mail back end.  However, when you do a @kbd{^},
17727 there is typically no sure way for the component back end to know this,
17728 and in that case @code{nnvirtual} tells Gnus that the article came from a
17729 not-news back end.  (Just to be on the safe side.)
17730
17731 @kbd{C-c C-n} in the message buffer will insert the @code{Newsgroups}
17732 line from the article you respond to in these cases.
17733
17734 @code{nnvirtual} groups do not inherit anything but articles and marks
17735 from component groups---group parameters, for instance, are not
17736 inherited.
17737
17738
17739 @node Kibozed Groups
17740 @subsection Kibozed Groups
17741 @cindex nnkiboze
17742 @cindex kibozing
17743
17744 @dfn{Kibozing} is defined by the @acronym{OED} as ``grepping through
17745 (parts of) the news feed''.  @code{nnkiboze} is a back end that will
17746 do this for you.  Oh joy!  Now you can grind any @acronym{NNTP} server
17747 down to a halt with useless requests!  Oh happiness!
17748
17749 @kindex G k (Group)
17750 To create a kibozed group, use the @kbd{G k} command in the group
17751 buffer.
17752
17753 The address field of the @code{nnkiboze} method is, as with
17754 @code{nnvirtual}, a regexp to match groups to be ``included'' in the
17755 @code{nnkiboze} group.  That's where most similarities between
17756 @code{nnkiboze} and @code{nnvirtual} end.
17757
17758 In addition to this regexp detailing component groups, an
17759 @code{nnkiboze} group must have a score file to say what articles are
17760 to be included in the group (@pxref{Scoring}).
17761
17762 @kindex M-x nnkiboze-generate-groups
17763 @findex nnkiboze-generate-groups
17764 You must run @kbd{M-x nnkiboze-generate-groups} after creating the
17765 @code{nnkiboze} groups you want to have.  This command will take time.
17766 Lots of time.  Oodles and oodles of time.  Gnus has to fetch the
17767 headers from all the articles in all the component groups and run them
17768 through the scoring process to determine if there are any articles in
17769 the groups that are to be part of the @code{nnkiboze} groups.
17770
17771 Please limit the number of component groups by using restrictive
17772 regexps.  Otherwise your sysadmin may become annoyed with you, and the
17773 @acronym{NNTP} site may throw you off and never let you back in again.
17774 Stranger things have happened.
17775
17776 @code{nnkiboze} component groups do not have to be alive---they can be dead,
17777 and they can be foreign.  No restrictions.
17778
17779 @vindex nnkiboze-directory
17780 The generation of an @code{nnkiboze} group means writing two files in
17781 @code{nnkiboze-directory}, which is @file{~/News/kiboze/} by default.
17782 One contains the @acronym{NOV} header lines for all the articles in
17783 the group, and the other is an additional @file{.newsrc} file to store
17784 information on what groups have been searched through to find
17785 component articles.
17786
17787 Articles marked as read in the @code{nnkiboze} group will have
17788 their @acronym{NOV} lines removed from the @acronym{NOV} file.
17789
17790
17791 @node Email Based Diary
17792 @section Email Based Diary
17793 @cindex diary
17794 @cindex email based diary
17795 @cindex calendar
17796
17797 This section describes a special mail back end called @code{nndiary},
17798 and its companion library @code{gnus-diary}.  It is ``special'' in the
17799 sense that it is not meant to be one of the standard alternatives for
17800 reading mail with Gnus.  See @ref{Choosing a Mail Back End} for that.
17801 Instead, it is used to treat @emph{some} of your mails in a special way,
17802 namely, as event reminders.
17803
17804 Here is a typical scenario:
17805
17806 @itemize @bullet
17807 @item
17808 You've got a date with Andy Mc Dowell or Bruce Willis (select according
17809 to your sexual preference) in one month.  You don't want to forget it.
17810 @item
17811 So you send a ``reminder'' message (actually, a diary one) to yourself.
17812 @item
17813 You forget all about it and keep on getting and reading new mail, as usual.
17814 @item
17815 From time to time, as you type `g' in the group buffer and as the date
17816 is getting closer, the message will pop up again to remind you of your
17817 appointment, just as if it were new and unread.
17818 @item
17819 Read your ``new'' messages, this one included, and start dreaming again
17820 of the night you're gonna have.
17821 @item
17822 Once the date is over (you actually fell asleep just after dinner), the
17823 message will be automatically deleted if it is marked as expirable.
17824 @end itemize
17825
17826 The Gnus Diary back end has the ability to handle regular appointments
17827 (that wouldn't ever be deleted) as well as punctual ones, operates as a
17828 real mail back end and is configurable in many ways.  All of this is
17829 explained in the sections below.
17830
17831 @menu
17832 * The NNDiary Back End::        Basic setup and usage.
17833 * The Gnus Diary Library::      Utility toolkit on top of nndiary.
17834 * Sending or Not Sending::      A final note on sending diary messages.
17835 @end menu
17836
17837
17838 @node The NNDiary Back End
17839 @subsection The NNDiary Back End
17840 @cindex nndiary
17841 @cindex the nndiary back end
17842
17843 @code{nndiary} is a back end very similar to @code{nnml} (@pxref{Mail
17844 Spool}).  Actually, it could appear as a mix of @code{nnml} and
17845 @code{nndraft}.  If you know @code{nnml}, you're already familiar with
17846 the message storing scheme of @code{nndiary}: one file per message, one
17847 directory per group.
17848
17849   Before anything, there is one requirement to be able to run
17850 @code{nndiary} properly: you @emph{must} use the group timestamp feature
17851 of Gnus.  This adds a timestamp to each group's parameters.  @ref{Group
17852 Timestamp} to see how it's done.
17853
17854 @menu
17855 * Diary Messages::              What makes a message valid for nndiary.
17856 * Running NNDiary::             NNDiary has two modes of operation.
17857 * Customizing NNDiary::         Bells and whistles.
17858 @end menu
17859
17860 @node Diary Messages
17861 @subsubsection Diary Messages
17862 @cindex nndiary messages
17863 @cindex nndiary mails
17864
17865 @code{nndiary} messages are just normal ones, except for the mandatory
17866 presence of 7 special headers.  These headers are of the form
17867 @code{X-Diary-<something>}, @code{<something>} being one of
17868 @code{Minute}, @code{Hour}, @code{Dom}, @code{Month}, @code{Year},
17869 @code{Time-Zone} and @code{Dow}.  @code{Dom} means ``Day of Month'', and
17870 @code{dow} means ``Day of Week''.  These headers actually behave like
17871 crontab specifications and define the event date(s):
17872
17873 @itemize @bullet
17874 @item
17875 For all headers except the @code{Time-Zone} one, a header value is
17876 either a star (meaning all possible values), or a list of fields
17877 (separated by a comma).
17878 @item
17879 A field is either an integer, or a range.
17880 @item
17881 A range is two integers separated by a dash.
17882 @item
17883 Possible integer values are 0--59 for @code{Minute}, 0--23 for
17884 @code{Hour}, 1--31 for @code{Dom}, 1--12 for @code{Month}, above 1971
17885 for @code{Year} and 0--6 for @code{Dow} (0 meaning Sunday).
17886 @item
17887 As a special case, a star in either @code{Dom} or @code{Dow} doesn't
17888 mean ``all possible values'', but ``use only the other field''.  Note
17889 that if both are star'ed, the use of either one gives the same result.
17890 @item
17891 The @code{Time-Zone} header is special in that it can only have one
17892 value (@code{GMT}, for instance).  A star doesn't mean ``all possible
17893 values'' (because it makes no sense), but ``the current local time
17894 zone''.  Most of the time, you'll be using a star here.  However, for a
17895 list of available time zone values, see the variable
17896 @code{nndiary-headers}.
17897 @end itemize
17898
17899 As a concrete example, here are the diary headers to add to your message
17900 for specifying ``Each Monday and each 1st of month, at 12:00, 20:00,
17901 21:00, 22:00, 23:00 and 24:00, from 1999 to 2010'' (I'll let you find
17902 what to do then):
17903
17904 @example
17905 X-Diary-Minute: 0
17906 X-Diary-Hour: 12, 20-24
17907 X-Diary-Dom: 1
17908 X-Diary-Month: *
17909 X-Diary-Year: 1999-2010
17910 X-Diary-Dow: 1
17911 X-Diary-Time-Zone: *
17912 @end example
17913
17914 @node Running NNDiary
17915 @subsubsection Running NNDiary
17916 @cindex running nndiary
17917 @cindex nndiary operation modes
17918
17919 @code{nndiary} has two modes of operation: ``traditional'' (the default)
17920 and ``autonomous''.  In traditional mode, @code{nndiary} does not get new
17921 mail by itself.  You have to move (@kbd{B m}) or copy (@kbd{B c}) mails
17922 from your primary mail back end to nndiary groups in order to handle them
17923 as diary messages.  In autonomous mode, @code{nndiary} retrieves its own
17924 mail and handles it independently from your primary mail back end.
17925
17926 One should note that Gnus is not inherently designed to allow several
17927 ``master'' mail back ends at the same time.  However, this does make
17928 sense with @code{nndiary}: you really want to send and receive diary
17929 messages to your diary groups directly.  So, @code{nndiary} supports
17930 being sort of a ``second primary mail back end'' (to my knowledge, it is
17931 the only back end offering this feature).  However, there is a limitation
17932 (which I hope to fix some day): respooling doesn't work in autonomous
17933 mode.
17934
17935 In order to use @code{nndiary} in autonomous mode, you have several
17936 things to do:
17937
17938 @itemize @bullet
17939 @item
17940 Allow @code{nndiary} to retrieve new mail by itself.  Put the following
17941 line in your @file{gnusrc} file:
17942
17943 @lisp
17944 (setq nndiary-get-new-mail t)
17945 @end lisp
17946 @item
17947 You must arrange for diary messages (those containing @code{X-Diary-*}
17948 headers) to be split in a private folder @emph{before} Gnus treat them.
17949 Again, this is needed because Gnus cannot (yet ?) properly handle
17950 multiple primary mail back ends.  Getting those messages from a separate
17951 source will compensate this misfeature to some extent.
17952
17953 As an example, here's my procmailrc entry to store diary files in
17954 @file{~/.nndiary} (the default @code{nndiary} mail source file):
17955
17956 @example
17957 :0 HD :
17958 * ^X-Diary
17959 .nndiary
17960 @end example
17961 @end itemize
17962
17963 Once this is done, you might want to customize the following two options
17964 that affect the diary mail retrieval and splitting processes:
17965
17966 @defvar nndiary-mail-sources
17967 This is the diary-specific replacement for the standard
17968 @code{mail-sources} variable.  It obeys the same syntax, and defaults to
17969 @code{(file :path "~/.nndiary")}.
17970 @end defvar
17971
17972 @defvar nndiary-split-methods
17973 This is the diary-specific replacement for the standard
17974 @code{nnmail-split-methods} variable.  It obeys the same syntax.
17975 @end defvar
17976
17977   Finally, you may add a permanent @code{nndiary} virtual server
17978 (something like @code{(nndiary "diary")} should do) to your
17979 @code{gnus-secondary-select-methods}.
17980
17981   Hopefully, almost everything (see the TODO section in
17982 @file{nndiary.el}) will work as expected when you restart Gnus: in
17983 autonomous mode, typing @kbd{g} and @kbd{M-g} in the group buffer, will
17984 also get your new diary mails and split them according to your
17985 diary-specific rules, @kbd{F} will find your new diary groups etc.
17986
17987 @node Customizing NNDiary
17988 @subsubsection Customizing NNDiary
17989 @cindex customizing nndiary
17990 @cindex nndiary customization
17991
17992 Now that @code{nndiary} is up and running, it's time to customize it.
17993 The custom group is called @code{nndiary} (no, really ?!).  You should
17994 browse it to figure out which options you'd like to tweak.  The following
17995 two variables are probably the only ones you will want to change:
17996
17997 @defvar nndiary-reminders
17998 This is the list of times when you want to be reminded of your
17999 appointements (e.g. 3 weeks before, then 2 days before, then 1 hour
18000 before and that's it).  Remember that ``being reminded'' means that the
18001 diary message will pop up as brand new and unread again when you get new
18002 mail.
18003 @end defvar
18004
18005 @defvar nndiary-week-starts-on-monday
18006 Rather self-explanatory.  Otherwise, Sunday is assumed (this is the
18007 default).
18008 @end defvar
18009
18010
18011 @node The Gnus Diary Library
18012 @subsection The Gnus Diary Library
18013 @cindex gnus-diary
18014 @cindex the gnus diary library
18015
18016 Using @code{nndiary} manually (I mean, writing the headers by hand and
18017 so on) would be rather boring.  Fortunately, there is a library called
18018 @code{gnus-diary} written on top of @code{nndiary}, that does many
18019 useful things for you.
18020
18021   In order to use it, add the following line to your @file{gnusrc} file:
18022
18023 @lisp
18024 (require 'gnus-diary)
18025 @end lisp
18026
18027   Also, you shouldn't use any @code{gnus-user-format-function-[d|D]}
18028 (@pxref{Summary Buffer Lines}).  @code{gnus-diary} provides both of these
18029 (sorry if you used them before).
18030
18031
18032 @menu
18033 * Diary Summary Line Format::           A nicer summary buffer line format.
18034 * Diary Articles Sorting::              A nicer way to sort messages.
18035 * Diary Headers Generation::            Not doing it manually.
18036 * Diary Group Parameters::              Not handling them manually.
18037 @end menu
18038
18039 @node Diary Summary Line Format
18040 @subsubsection Diary Summary Line Format
18041 @cindex diary summary buffer line
18042 @cindex diary summary line format
18043
18044 Displaying diary messages in standard summary line format (usually
18045 something like @samp{From Joe: Subject}) is pretty useless.  Most of
18046 the time, you're the one who wrote the message, and you mostly want to
18047 see the event's date.
18048
18049   @code{gnus-diary} provides two supplemental user formats to be used in
18050 summary line formats.  @code{D} corresponds to a formatted time string
18051 for the next occurrence of the event (e.g. ``Sat, Sep 22 01, 12:00''),
18052 while @code{d} corresponds to an approximative remaining time until the
18053 next occurrence of the event (e.g. ``in 6 months, 1 week'').
18054
18055   For example, here's how Joe's birthday is displayed in my
18056 @code{nndiary+diary:birthdays} summary buffer (note that the message is
18057 expirable, but will never be deleted, as it specifies a periodic event):
18058
18059 @example
18060    E  Sat, Sep 22 01, 12:00: Joe's birthday (in 6 months, 1 week)
18061 @end example
18062
18063 In order to get something like the above, you would normally add the
18064 following line to your diary groups'parameters:
18065
18066 @lisp
18067 (gnus-summary-line-format "%U%R%z %uD: %(%s%) (%ud)\n")
18068 @end lisp
18069
18070 However, @code{gnus-diary} does it automatically (@pxref{Diary Group
18071 Parameters}).  You can however customize the provided summary line format
18072 with the following user options:
18073
18074 @defvar gnus-diary-summary-line-format
18075 Defines the summary line format used for diary groups (@pxref{Summary
18076 Buffer Lines}).  @code{gnus-diary} uses it to automatically update the
18077 diary groups'parameters.
18078 @end defvar
18079
18080 @defvar gnus-diary-time-format
18081 Defines the format to display dates in diary summary buffers.  This is
18082 used by the @code{D} user format.  See the docstring for details.
18083 @end defvar
18084
18085 @defvar gnus-diary-delay-format-function
18086 Defines the format function to use for displaying delays (remaining
18087 times) in diary summary buffers.  This is used by the @code{d} user
18088 format.  There are currently built-in functions for English and French;
18089 you can also define your own.  See the docstring for details.
18090 @end defvar
18091
18092 @node Diary Articles Sorting
18093 @subsubsection Diary Articles Sorting
18094 @cindex diary articles sorting
18095 @cindex diary summary lines sorting
18096 @findex gnus-summary-sort-by-schedule
18097 @findex gnus-thread-sort-by-schedule
18098 @findex gnus-article-sort-by-schedule
18099
18100 @code{gnus-diary} provides new sorting functions (@pxref{Sorting the
18101 Summary Buffer} ) called @code{gnus-summary-sort-by-schedule},
18102 @code{gnus-thread-sort-by-schedule} and
18103 @code{gnus-article-sort-by-schedule}.  These functions let you organize
18104 your diary summary buffers from the closest event to the farthest one.
18105
18106 @code{gnus-diary} automatically installs
18107 @code{gnus-summary-sort-by-schedule} as a menu item in the summary
18108 buffer's ``sort'' menu, and the two others as the primary (hence
18109 default) sorting functions in the group parameters (@pxref{Diary Group
18110 Parameters}).
18111
18112 @node Diary Headers Generation
18113 @subsubsection Diary Headers Generation
18114 @cindex diary headers generation
18115 @findex gnus-diary-check-message
18116
18117 @code{gnus-diary} provides a function called
18118 @code{gnus-diary-check-message} to help you handle the @code{X-Diary-*}
18119 headers.  This function ensures that the current message contains all the
18120 required diary headers, and prompts you for values or corrections if
18121 needed.
18122
18123   This function is hooked into the @code{nndiary} back end, so that
18124 moving or copying an article to a diary group will trigger it
18125 automatically.  It is also bound to @kbd{C-c D c} in @code{message-mode}
18126 and @code{article-edit-mode} in order to ease the process of converting
18127 a usual mail to a diary one.
18128
18129   This function takes a prefix argument which will force prompting of
18130 all diary headers, regardless of their presence or validity.  That way,
18131 you can very easily reschedule an already valid diary message, for
18132 instance.
18133
18134 @node Diary Group Parameters
18135 @subsubsection Diary Group Parameters
18136 @cindex diary group parameters
18137
18138 When you create a new diary group, or visit one, @code{gnus-diary}
18139 automatically checks your group parameters and if needed, sets the
18140 summary line format to the diary-specific value, installs the
18141 diary-specific sorting functions, and also adds the different
18142 @code{X-Diary-*} headers to the group's posting-style.  It is then easier
18143 to send a diary message, because if you use @kbd{C-u a} or @kbd{C-u m}
18144 on a diary group to prepare a message, these headers will be inserted
18145 automatically (although not filled with proper values yet).
18146
18147 @node Sending or Not Sending
18148 @subsection Sending or Not Sending
18149
18150 Well, assuming you've read of of the above, here are two final notes on
18151 mail sending with @code{nndiary}:
18152
18153 @itemize @bullet
18154 @item
18155 @code{nndiary} is a @emph{real} mail back end.  You really send real diary
18156 messsages for real.  This means for instance that you can give
18157 appointements to anybody (provided they use Gnus and @code{nndiary}) by
18158 sending the diary message to them as well.
18159 @item
18160 However, since @code{nndiary} also has a @code{request-post} method, you
18161 can also use @kbd{C-u a} instead of @kbd{C-u m} on a diary group and the
18162 message won't actually be sent; just stored locally in the group. This
18163 comes in very handy for private appointments.
18164 @end itemize
18165
18166 @node Gnus Unplugged
18167 @section Gnus Unplugged
18168 @cindex offline
18169 @cindex unplugged
18170 @cindex agent
18171 @cindex Gnus agent
18172 @cindex Gnus unplugged
18173
18174 In olden times (ca. February '88), people used to run their newsreaders
18175 on big machines with permanent connections to the net.  News transport
18176 was dealt with by news servers, and all the newsreaders had to do was to
18177 read news.  Believe it or not.
18178
18179 Nowadays most people read news and mail at home, and use some sort of
18180 modem to connect to the net.  To avoid running up huge phone bills, it
18181 would be nice to have a way to slurp down all the news and mail, hang up
18182 the phone, read for several hours, and then upload any responses you
18183 have to make.  And then you repeat the procedure.
18184
18185 Of course, you can use news servers for doing this as well.  I've used
18186 @code{inn} together with @code{slurp}, @code{pop} and @code{sendmail}
18187 for some years, but doing that's a bore.  Moving the news server
18188 functionality up to the newsreader makes sense if you're the only person
18189 reading news on a machine.
18190
18191 Setting up Gnus as an ``offline'' newsreader is quite simple.  In
18192 fact, you don't have to configure anything as the agent is now enabled
18193 by default (@pxref{Agent Variables, gnus-agent}).
18194
18195 Of course, to use it as such, you have to learn a few new commands.
18196
18197 @menu
18198 * Agent Basics::                How it all is supposed to work.
18199 * Agent Categories::            How to tell the Gnus Agent what to download.
18200 * Agent Commands::              New commands for all the buffers.
18201 * Agent Visuals::               Ways that the agent may effect your summary buffer.
18202 * Agent as Cache::              The Agent is a big cache too.
18203 * Agent Expiry::                How to make old articles go away.
18204 * Agent Regeneration::          How to recover from lost connections and other accidents.
18205 * Agent and IMAP::              How to use the Agent with @acronym{IMAP}.
18206 * Outgoing Messages::           What happens when you post/mail something?
18207 * Agent Variables::             Customizing is fun.
18208 * Example Setup::               An example @file{~/.gnus.el} file for offline people.
18209 * Batching Agents::             How to fetch news from a @code{cron} job.
18210 * Agent Caveats::               What you think it'll do and what it does.
18211 @end menu
18212
18213
18214 @node Agent Basics
18215 @subsection Agent Basics
18216
18217 First, let's get some terminology out of the way.
18218
18219 The Gnus Agent is said to be @dfn{unplugged} when you have severed the
18220 connection to the net (and notified the Agent that this is the case).
18221 When the connection to the net is up again (and Gnus knows this), the
18222 Agent is @dfn{plugged}.
18223
18224 The @dfn{local} machine is the one you're running on, and which isn't
18225 connected to the net continuously.
18226
18227 @dfn{Downloading} means fetching things from the net to your local
18228 machine.  @dfn{Uploading} is doing the opposite.
18229
18230 You know that Gnus gives you all the opportunity you'd ever want for
18231 shooting yourself in the foot.  Some people call it flexibility.  Gnus
18232 is also customizable to a great extent, which means that the user has a
18233 say on how Gnus behaves.  Other newsreaders might unconditionally shoot
18234 you in your foot, but with Gnus, you have a choice!
18235
18236 Gnus is never really in plugged or unplugged state.  Rather, it applies
18237 that state to each server individually.  This means that some servers
18238 can be plugged while others can be unplugged.  Additionally, some
18239 servers can be ignored by the Agent altogether (which means that
18240 they're kinda like plugged always).
18241
18242 So when you unplug the Agent and then wonder why is Gnus opening a
18243 connection to the Net, the next step to do is to look whether all
18244 servers are agentized.  If there is an unagentized server, you found
18245 the culprit.
18246
18247 Another thing is the @dfn{offline} state.  Sometimes, servers aren't
18248 reachable.  When Gnus notices this, it asks you whether you want the
18249 server to be switched to offline state.  If you say yes, then the
18250 server will behave somewhat as if it was unplugged, except that Gnus
18251 will ask you whether you want to switch it back online again.
18252
18253 Let's take a typical Gnus session using the Agent.
18254
18255 @itemize @bullet
18256
18257 @item
18258 @findex gnus-unplugged
18259 You start Gnus with @code{gnus-unplugged}.  This brings up the Gnus
18260 Agent in a disconnected state.  You can read all the news that you have
18261 already fetched while in this mode.
18262
18263 @item
18264 You then decide to see whether any new news has arrived.  You connect
18265 your machine to the net (using PPP or whatever), and then hit @kbd{J j}
18266 to make Gnus become @dfn{plugged} and use @kbd{g} to check for new mail
18267 as usual.  To check for new mail in unplugged mode (@pxref{Mail
18268 Source Specifiers}).
18269
18270 @item
18271 You can then read the new news immediately, or you can download the
18272 news onto your local machine.  If you want to do the latter, you press
18273 @kbd{g} to check if there are any new news and then @kbd{J s} to fetch
18274 all the eligible articles in all the groups.  (To let Gnus know which
18275 articles you want to download, @pxref{Agent Categories}).
18276
18277 @item
18278 After fetching the articles, you press @kbd{J j} to make Gnus become
18279 unplugged again, and you shut down the PPP thing (or whatever).  And
18280 then you read the news offline.
18281
18282 @item
18283 And then you go to step 2.
18284 @end itemize
18285
18286 Here are some things you should do the first time (or so) that you use
18287 the Agent.
18288
18289 @itemize @bullet
18290
18291 @item
18292 Decide which servers should be covered by the Agent.  If you have a mail
18293 back end, it would probably be nonsensical to have it covered by the
18294 Agent.  Go to the server buffer (@kbd{^} in the group buffer) and press
18295 @kbd{J a} on the server (or servers) that you wish to have covered by the
18296 Agent (@pxref{Server Agent Commands}), or @kbd{J r} on automatically
18297 added servers you do not wish to have covered by the Agent.  By default,
18298 all @code{nntp} and @code{nnimap} servers in @code{gnus-select-method} and
18299 @code{gnus-secondary-select-methods} are agentized.
18300
18301 @item
18302 Decide on download policy.  It's fairly simple once you decide whether
18303 you are going to use agent categories, topic parameters, and/or group
18304 parameters to implement your policy.  If you're new to gnus, it
18305 is probably best to start with a category, @xref{Agent Categories}.
18306
18307 Both topic parameters (@pxref{Topic Parameters}) and agent categories
18308 (@pxref{Agent Categories}) provide for setting a policy that applies
18309 to multiple groups.  Which you use is entirely up to you.  Topic
18310 parameters do override categories so, if you mix the two, you'll have
18311 to take that into account.  If you have a few groups that deviate from
18312 your policy, you can use group parameters (@pxref{Group Parameters}) to
18313 configure them.
18314
18315 @item
18316 Uhm@dots{} that's it.
18317 @end itemize
18318
18319
18320 @node Agent Categories
18321 @subsection Agent Categories
18322
18323 One of the main reasons to integrate the news transport layer into the
18324 newsreader is to allow greater control over what articles to download.
18325 There's not much point in downloading huge amounts of articles, just to
18326 find out that you're not interested in reading any of them.  It's better
18327 to be somewhat more conservative in choosing what to download, and then
18328 mark the articles for downloading manually if it should turn out that
18329 you're interested in the articles anyway.
18330
18331 One of the more effective methods for controlling what is to be
18332 downloaded is to create a @dfn{category} and then assign some (or all)
18333 groups to this category.  Groups that do not belong in any other
18334 category belong to the @code{default} category.  Gnus has its own
18335 buffer for creating and managing categories.
18336
18337 If you prefer, you can also use group parameters (@pxref{Group
18338 Parameters}) and topic parameters (@pxref{Topic Parameters}) for an
18339 alternative approach to controlling the agent.  The only real
18340 difference is that categories are specific to the agent (so there is
18341 less to learn) while group and topic parameters include the kitchen
18342 sink.
18343
18344 Since you can set agent parameters in several different places we have
18345 a rule to decide which source to believe.  This rule specifies that
18346 the parameter sources are checked in the following order: group
18347 parameters, topic parameters, agent category, and finally customizable
18348 variables.  So you can mix all of these sources to produce a wide range
18349 of behavior, just don't blame me if you don't remember where you put
18350 your settings.
18351
18352 @menu
18353 * Category Syntax::             What a category looks like.
18354 * Category Buffer::             A buffer for maintaining categories.
18355 * Category Variables::          Customize'r'Us.
18356 @end menu
18357
18358
18359 @node Category Syntax
18360 @subsubsection Category Syntax
18361
18362 A category consists of a name, the list of groups belonging to the
18363 category, and a number of optional parameters that override the
18364 customizable variables.  The complete list of agent parameters are
18365 listed below.
18366
18367 @cindex Agent Parameters
18368 @table @code
18369 @item agent-cat-name
18370 The name of the category.
18371
18372 @item agent-groups
18373 The list of groups that are in this category.
18374
18375 @item agent-predicate
18376 A predicate which (generally) gives a rough outline of which articles
18377 are eligible for downloading; and
18378
18379 @item agent-score-file
18380 a score rule which (generally) gives you a finer granularity when
18381 deciding what articles to download.  (Note that this @dfn{download
18382 score} is not necessarily related to normal scores.)
18383
18384 @item agent-enable-expiration
18385 a boolean indicating whether the agent should expire old articles in
18386 this group.  Most groups should be expired to conserve disk space.  In
18387 fact, its probably safe to say that the gnus.* hierarchy contains the
18388 only groups that should not be expired.
18389
18390 @item agent-days-until-old
18391 an integer indicating the number of days that the agent should wait
18392 before deciding that a read article is safe to expire.
18393
18394 @item agent-low-score
18395 an integer that overrides the value of @code{gnus-agent-low-score}.
18396
18397 @item agent-high-score
18398 an integer that overrides the value of @code{gnus-agent-high-score}.
18399
18400 @item agent-length-when-short
18401 an integer that overrides the value of
18402 @code{gnus-agent-short-article}.
18403
18404 @item agent-length-when-long
18405 an integer that overrides the value of @code{gnus-agent-long-article}.
18406
18407 @item agent-enable-undownloaded-faces
18408 a symbol indicating whether the summary buffer should display
18409 undownloaded articles using the @code{gnus-summary-*-undownloaded-face}
18410 faces.  Any symbol other than @code{nil} will enable the use of
18411 undownloaded faces.
18412 @end table
18413
18414 The name of a category can not be changed once the category has been
18415 created.
18416
18417 Each category maintains a list of groups that are exclusive members of
18418 that category.  The exclusivity rule is automatically enforced, add a
18419 group to a new category and it is automatically removed from its old
18420 category.
18421
18422 A predicate in its simplest form can be a single predicate such as
18423 @code{true} or @code{false}.  These two will download every available
18424 article or nothing respectively.  In the case of these two special
18425 predicates an additional score rule is superfluous.
18426
18427 Predicates of @code{high} or @code{low} download articles in respect of
18428 their scores in relationship to @code{gnus-agent-high-score} and
18429 @code{gnus-agent-low-score} as described below.
18430
18431 To gain even finer control of what is to be regarded eligible for
18432 download a predicate can consist of a number of predicates with logical
18433 operators sprinkled in between.
18434
18435 Perhaps some examples are in order.
18436
18437 Here's a simple predicate.  (It's the default predicate, in fact, used
18438 for all groups that don't belong to any other category.)
18439
18440 @lisp
18441 short
18442 @end lisp
18443
18444 Quite simple, eh?  This predicate is true if and only if the article is
18445 short (for some value of ``short'').
18446
18447 Here's a more complex predicate:
18448
18449 @lisp
18450 (or high
18451     (and
18452      (not low)
18453      (not long)))
18454 @end lisp
18455
18456 This means that an article should be downloaded if it has a high score,
18457 or if the score is not low and the article is not long.  You get the
18458 drift.
18459
18460 The available logical operators are @code{or}, @code{and} and
18461 @code{not}.  (If you prefer, you can use the more ``C''-ish operators
18462 @samp{|}, @code{&} and @code{!} instead.)
18463
18464 The following predicates are pre-defined, but if none of these fit what
18465 you want to do, you can write your own.
18466
18467 When evaluating each of these predicates, the named constant will be
18468 bound to the value determined by calling
18469 @code{gnus-agent-find-parameter} on the appropriate parameter.  For
18470 example, gnus-agent-short-article will be bound to
18471 @code{(gnus-agent-find-parameter group 'agent-short-article)}.  This
18472 means that you can specify a predicate in your category then tune that
18473 predicate to individual groups.
18474
18475 @table @code
18476 @item short
18477 True iff the article is shorter than @code{gnus-agent-short-article}
18478 lines; default 100.
18479
18480 @item long
18481 True iff the article is longer than @code{gnus-agent-long-article}
18482 lines; default 200.
18483
18484 @item low
18485 True iff the article has a download score less than
18486 @code{gnus-agent-low-score}; default 0.
18487
18488 @item high
18489 True iff the article has a download score greater than
18490 @code{gnus-agent-high-score}; default 0.
18491
18492 @item spam
18493 True iff the Gnus Agent guesses that the article is spam.  The
18494 heuristics may change over time, but at present it just computes a
18495 checksum and sees whether articles match.
18496
18497 @item true
18498 Always true.
18499
18500 @item false
18501 Always false.
18502 @end table
18503
18504 If you want to create your own predicate function, here's what you have
18505 to know:  The functions are called with no parameters, but the
18506 @code{gnus-headers} and @code{gnus-score} dynamic variables are bound to
18507 useful values.
18508
18509 For example, you could decide that you don't want to download articles
18510 that were posted more than a certain number of days ago (e.g. posted
18511 more than @code{gnus-agent-expire-days} ago) you might write a function
18512 something along the lines of the following:
18513
18514 @lisp
18515 (defun my-article-old-p ()
18516   "Say whether an article is old."
18517   (< (time-to-days (date-to-time (mail-header-date gnus-headers)))
18518      (- (time-to-days (current-time)) gnus-agent-expire-days)))
18519 @end lisp
18520
18521 with the predicate then defined as:
18522
18523 @lisp
18524 (not my-article-old-p)
18525 @end lisp
18526
18527 or you could append your predicate to the predefined
18528 @code{gnus-category-predicate-alist} in your @file{~/.gnus.el} or
18529 wherever.
18530
18531 @lisp
18532 (require 'gnus-agent)
18533 (setq  gnus-category-predicate-alist
18534   (append gnus-category-predicate-alist
18535          '((old . my-article-old-p))))
18536 @end lisp
18537
18538 and simply specify your predicate as:
18539
18540 @lisp
18541 (not old)
18542 @end lisp
18543
18544 If/when using something like the above, be aware that there are many
18545 misconfigured systems/mailers out there and so an article's date is not
18546 always a reliable indication of when it was posted.  Hell, some people
18547 just don't give a damn.
18548
18549 The above predicates apply to @emph{all} the groups which belong to the
18550 category.  However, if you wish to have a specific predicate for an
18551 individual group within a category, or you're just too lazy to set up a
18552 new category, you can enter a group's individual predicate in its group
18553 parameters like so:
18554
18555 @lisp
18556 (agent-predicate . short)
18557 @end lisp
18558
18559 This is the group/topic parameter equivalent of the agent category default.
18560 Note that when specifying a single word predicate like this, the
18561 @code{agent-predicate} specification must be in dotted pair notation.
18562
18563 The equivalent of the longer example from above would be:
18564
18565 @lisp
18566 (agent-predicate or high (and (not low) (not long)))
18567 @end lisp
18568
18569 The outer parenthesis required in the category specification are not
18570 entered here as, not being in dotted pair notation, the value of the
18571 predicate is assumed to be a list.
18572
18573
18574 Now, the syntax of the download score is the same as the syntax of
18575 normal score files, except that all elements that require actually
18576 seeing the article itself are verboten.  This means that only the
18577 following headers can be scored on: @code{Subject}, @code{From},
18578 @code{Date}, @code{Message-ID}, @code{References}, @code{Chars},
18579 @code{Lines}, and @code{Xref}.
18580
18581 As with predicates, the specification of the @code{download score rule}
18582 to use in respect of a group can be in either the category definition if
18583 it's to be applicable to all groups in therein, or a group's parameters
18584 if it's to be specific to that group.
18585
18586 In both of these places the @code{download score rule} can take one of
18587 three forms:
18588
18589 @enumerate
18590 @item
18591 Score rule
18592
18593 This has the same syntax as a normal Gnus score file except only a
18594 subset of scoring keywords are available as mentioned above.
18595
18596 example:
18597
18598 @itemize @bullet
18599 @item
18600 Category specification
18601
18602 @lisp
18603 (("from"
18604        ("Lars Ingebrigtsen" 1000000 nil s))
18605 ("lines"
18606        (500 -100 nil <)))
18607 @end lisp
18608
18609 @item
18610 Group/Topic Parameter specification
18611
18612 @lisp
18613 (agent-score ("from"
18614                    ("Lars Ingebrigtsen" 1000000 nil s))
18615              ("lines"
18616                    (500 -100 nil <)))
18617 @end lisp
18618
18619 Again, note the omission of the outermost parenthesis here.
18620 @end itemize
18621
18622 @item
18623 Agent score file
18624
18625 These score files must @emph{only} contain the permitted scoring
18626 keywords stated above.
18627
18628 example:
18629
18630 @itemize @bullet
18631 @item
18632 Category specification
18633
18634 @lisp
18635 ("~/News/agent.SCORE")
18636 @end lisp
18637
18638 or perhaps
18639
18640 @lisp
18641 ("~/News/agent.SCORE" "~/News/agent.group.SCORE")
18642 @end lisp
18643
18644 @item
18645 Group Parameter specification
18646
18647 @lisp
18648 (agent-score "~/News/agent.SCORE")
18649 @end lisp
18650
18651 Additional score files can be specified as above.  Need I say anything
18652 about parenthesis?
18653 @end itemize
18654
18655 @item
18656 Use @code{normal} score files
18657
18658 If you don't want to maintain two sets of scoring rules for a group, and
18659 your desired @code{downloading} criteria for a group are the same as your
18660 @code{reading} criteria then you can tell the agent to refer to your
18661 @code{normal} score files when deciding what to download.
18662
18663 These directives in either the category definition or a group's
18664 parameters will cause the agent to read in all the applicable score
18665 files for a group, @emph{filtering out} those sections that do not
18666 relate to one of the permitted subset of scoring keywords.
18667
18668 @itemize @bullet
18669 @item
18670 Category Specification
18671
18672 @lisp
18673 file
18674 @end lisp
18675
18676 @item
18677 Group Parameter specification
18678
18679 @lisp
18680 (agent-score . file)
18681 @end lisp
18682 @end itemize
18683 @end enumerate
18684
18685 @node Category Buffer
18686 @subsubsection Category Buffer
18687
18688 You'd normally do all category maintenance from the category buffer.
18689 When you enter it for the first time (with the @kbd{J c} command from
18690 the group buffer), you'll only see the @code{default} category.
18691
18692 The following commands are available in this buffer:
18693
18694 @table @kbd
18695 @item q
18696 @kindex q (Category)
18697 @findex gnus-category-exit
18698 Return to the group buffer (@code{gnus-category-exit}).
18699
18700 @item e
18701 @kindex e (Category)
18702 @findex gnus-category-customize-category
18703 Use a customization buffer to set all of the selected category's
18704 parameters at one time (@code{gnus-category-customize-category}).
18705
18706 @item k
18707 @kindex k (Category)
18708 @findex gnus-category-kill
18709 Kill the current category (@code{gnus-category-kill}).
18710
18711 @item c
18712 @kindex c (Category)
18713 @findex gnus-category-copy
18714 Copy the current category (@code{gnus-category-copy}).
18715
18716 @item a
18717 @kindex a (Category)
18718 @findex gnus-category-add
18719 Add a new category (@code{gnus-category-add}).
18720
18721 @item p
18722 @kindex p (Category)
18723 @findex gnus-category-edit-predicate
18724 Edit the predicate of the current category
18725 (@code{gnus-category-edit-predicate}).
18726
18727 @item g
18728 @kindex g (Category)
18729 @findex gnus-category-edit-groups
18730 Edit the list of groups belonging to the current category
18731 (@code{gnus-category-edit-groups}).
18732
18733 @item s
18734 @kindex s (Category)
18735 @findex gnus-category-edit-score
18736 Edit the download score rule of the current category
18737 (@code{gnus-category-edit-score}).
18738
18739 @item l
18740 @kindex l (Category)
18741 @findex gnus-category-list
18742 List all the categories (@code{gnus-category-list}).
18743 @end table
18744
18745
18746 @node Category Variables
18747 @subsubsection Category Variables
18748
18749 @table @code
18750 @item gnus-category-mode-hook
18751 @vindex gnus-category-mode-hook
18752 Hook run in category buffers.
18753
18754 @item gnus-category-line-format
18755 @vindex gnus-category-line-format
18756 Format of the lines in the category buffer (@pxref{Formatting
18757 Variables}).  Valid elements are:
18758
18759 @table @samp
18760 @item c
18761 The name of the category.
18762
18763 @item g
18764 The number of groups in the category.
18765 @end table
18766
18767 @item gnus-category-mode-line-format
18768 @vindex gnus-category-mode-line-format
18769 Format of the category mode line (@pxref{Mode Line Formatting}).
18770
18771 @item gnus-agent-short-article
18772 @vindex gnus-agent-short-article
18773 Articles that have fewer lines than this are short.  Default 100.
18774
18775 @item gnus-agent-long-article
18776 @vindex gnus-agent-long-article
18777 Articles that have more lines than this are long.  Default 200.
18778
18779 @item gnus-agent-low-score
18780 @vindex gnus-agent-low-score
18781 Articles that have a score lower than this have a low score.  Default
18782 0.
18783
18784 @item gnus-agent-high-score
18785 @vindex gnus-agent-high-score
18786 Articles that have a score higher than this have a high score.  Default
18787 0.
18788
18789 @item gnus-agent-expire-days
18790 @vindex gnus-agent-expire-days
18791 The number of days that a @samp{read} article must stay in the agent's
18792 local disk before becoming eligible for expiration (While the name is
18793 the same, this doesn't mean expiring the article on the server.  It
18794 just means deleting the local copy of the article).  What is also
18795 important to understand is that the counter starts with the time the
18796 article was written to the local disk and not the time the article was
18797 read.
18798 Default 7.
18799
18800 @item gnus-agent-enable-expiration
18801 @vindex gnus-agent-enable-expiration
18802 Determines whether articles in a group are, by default, expired or
18803 retained indefinitely.  The default is @code{ENABLE} which means that
18804 you'll have to disable expiration when desired.  On the other hand,
18805 you could set this to @code{DISABLE}.  In that case, you would then
18806 have to enable expiration in selected groups.
18807
18808 @end table
18809
18810
18811 @node Agent Commands
18812 @subsection Agent Commands
18813 @findex gnus-agent-toggle-plugged
18814 @kindex J j (Agent)
18815
18816 All the Gnus Agent commands are on the @kbd{J} submap.  The @kbd{J j}
18817 (@code{gnus-agent-toggle-plugged}) command works in all modes, and
18818 toggles the plugged/unplugged state of the Gnus Agent.
18819
18820
18821 @menu
18822 * Group Agent Commands::        Configure groups and fetch their contents.
18823 * Summary Agent Commands::      Manually select then fetch specific articles.
18824 * Server Agent Commands::       Select the servers that are supported by the agent.
18825 @end menu
18826
18827
18828
18829
18830 @node Group Agent Commands
18831 @subsubsection Group Agent Commands
18832
18833 @table @kbd
18834 @item J u
18835 @kindex J u (Agent Group)
18836 @findex gnus-agent-fetch-groups
18837 Fetch all eligible articles in the current group
18838 (@code{gnus-agent-fetch-groups}).
18839
18840 @item J c
18841 @kindex J c (Agent Group)
18842 @findex gnus-enter-category-buffer
18843 Enter the Agent category buffer (@code{gnus-enter-category-buffer}).
18844
18845 @item J s
18846 @kindex J s (Agent Group)
18847 @findex gnus-agent-fetch-session
18848 Fetch all eligible articles in all groups
18849 (@code{gnus-agent-fetch-session}).
18850
18851 @item J S
18852 @kindex J S (Agent Group)
18853 @findex gnus-group-send-queue
18854 Send all sendable messages in the queue group
18855 (@code{gnus-group-send-queue}).  @xref{Drafts}.
18856
18857 @item J a
18858 @kindex J a (Agent Group)
18859 @findex gnus-agent-add-group
18860 Add the current group to an Agent category
18861 (@code{gnus-agent-add-group}).  This command understands the
18862 process/prefix convention (@pxref{Process/Prefix}).
18863
18864 @item J r
18865 @kindex J r (Agent Group)
18866 @findex gnus-agent-remove-group
18867 Remove the current group from its category, if any
18868 (@code{gnus-agent-remove-group}).  This command understands the
18869 process/prefix convention (@pxref{Process/Prefix}).
18870
18871 @item J Y
18872 @kindex J Y (Agent Group)
18873 @findex gnus-agent-synchronize-flags
18874 Synchronize flags changed while unplugged with remote server, if any.
18875
18876
18877 @end table
18878
18879
18880 @node Summary Agent Commands
18881 @subsubsection Summary Agent Commands
18882
18883 @table @kbd
18884 @item J #
18885 @kindex J # (Agent Summary)
18886 @findex gnus-agent-mark-article
18887 Mark the article for downloading (@code{gnus-agent-mark-article}).
18888
18889 @item J M-#
18890 @kindex J M-# (Agent Summary)
18891 @findex gnus-agent-unmark-article
18892 Remove the downloading mark from the article
18893 (@code{gnus-agent-unmark-article}).
18894
18895 @cindex %
18896 @item @@
18897 @kindex @@ (Agent Summary)
18898 @findex gnus-agent-toggle-mark
18899 Toggle whether to download the article
18900 (@code{gnus-agent-toggle-mark}).  The download mark is @samp{%} by
18901 default.
18902
18903 @item J c
18904 @kindex J c (Agent Summary)
18905 @findex gnus-agent-catchup
18906 Mark all articles as read (@code{gnus-agent-catchup}) that are neither cached, downloaded, nor downloadable.
18907
18908 @item J S
18909 @kindex J S (Agent Summary)
18910 @findex gnus-agent-fetch-group
18911 Download all eligible (@pxref{Agent Categories}) articles in this group.
18912 (@code{gnus-agent-fetch-group}).
18913
18914 @item J s
18915 @kindex J s (Agent Summary)
18916 @findex gnus-agent-fetch-series
18917 Download all processable articles in this group.
18918 (@code{gnus-agent-fetch-series}).
18919
18920 @item J u
18921 @kindex J u (Agent Summary)
18922 @findex gnus-agent-summary-fetch-group
18923 Download all downloadable articles in the current group
18924 (@code{gnus-agent-summary-fetch-group}).
18925
18926 @end table
18927
18928
18929 @node Server Agent Commands
18930 @subsubsection Server Agent Commands
18931
18932 @table @kbd
18933 @item J a
18934 @kindex J a (Agent Server)
18935 @findex gnus-agent-add-server
18936 Add the current server to the list of servers covered by the Gnus Agent
18937 (@code{gnus-agent-add-server}).
18938
18939 @item J r
18940 @kindex J r (Agent Server)
18941 @findex gnus-agent-remove-server
18942 Remove the current server from the list of servers covered by the Gnus
18943 Agent (@code{gnus-agent-remove-server}).
18944
18945 @end table
18946
18947
18948 @node Agent Visuals
18949 @subsection Agent Visuals
18950
18951 If you open a summary while unplugged and, Gnus knows from the group's
18952 active range that there are more articles than the headers currently
18953 stored in the Agent, you may see some articles whose subject looks
18954 something like @samp{[Undownloaded article #####]}.  These are
18955 placeholders for the missing headers.  Aside from setting a mark,
18956 there is not much that can be done with one of these placeholders.
18957 When Gnus finally gets a chance to fetch the group's headers, the
18958 placeholders will automatically be replaced by the actual headers.
18959 You can configure the summary buffer's maneuvering to skip over the
18960 placeholders if you care (See @code{gnus-auto-goto-ignores}).
18961
18962 While it may be obvious to all, the only headers and articles
18963 available while unplugged are those headers and articles that were
18964 fetched into the Agent while previously plugged.  To put it another
18965 way, ``If you forget to fetch something while plugged, you might have a
18966 less than satisfying unplugged session''.  For this reason, the Agent
18967 adds two visual effects to your summary buffer.  These effects display
18968 the download status of each article so that you always know which
18969 articles will be available when unplugged.
18970
18971 The first visual effect is the @samp{%O} spec.  If you customize
18972 @code{gnus-summary-line-format} to include this specifier, you will add
18973 a single character field that indicates an article's download status.
18974 Articles that have been fetched into either the Agent or the Cache,
18975 will display @code{gnus-downloaded-mark} (defaults to @samp{+}).  All
18976 other articles will display @code{gnus-undownloaded-mark} (defaults to
18977 @samp{-}).  If you open a group that has not been agentized, a space
18978 (@samp{ }) will be displayed.
18979
18980 The second visual effect are the undownloaded faces.  The faces, there
18981 are three indicating the article's score (low, normal, high), seem to
18982 result in a love/hate response from many Gnus users.  The problem is
18983 that the face selection is controlled by a list of condition tests and
18984 face names (See @code{gnus-summary-highlight}).  Each condition is
18985 tested in the order in which it appears in the list so early
18986 conditions have precedence over later conditions.  All of this means
18987 that, if you tick an undownloaded article, the article will continue
18988 to be displayed in the undownloaded face rather than the ticked face.
18989
18990 If you use the Agent as a cache (to avoid downloading the same article
18991 each time you visit it or to minimize your connection time), the
18992 undownloaded face will probably seem like a good idea.  The reason
18993 being that you do all of our work (marking, reading, deleting) with
18994 downloaded articles so the normal faces always appear.  For those
18995 users using the agent to improve online performance by caching the NOV
18996 database (most users since 5.10.2), the undownloaded faces may appear
18997 to be an absolutely horrible idea.  The issue being that, since none
18998 of their articles have been fetched into the Agent, all of the
18999 normal faces will be obscured by the undownloaded faces.
19000
19001 If you would like to use the undownloaded faces, you must enable the
19002 undownloaded faces by setting the @code{agent-enable-undownloaded-faces}
19003 group parameter to @code{t}.  This parameter, like all other agent
19004 parameters, may be set on an Agent Category (@pxref{Agent Categories}),
19005 a Group Topic (@pxref{Topic Parameters}), or an individual group
19006 (@pxref{Group Parameters}).
19007
19008 The one problem common to all users using the agent is how quickly it
19009 can consume disk space.  If you using the agent on many groups, it is
19010 even more difficult to effectively recover disk space.  One solution
19011 is the @samp{%F} format available in @code{gnus-group-line-format}.
19012 This format will display the actual disk space used by articles
19013 fetched into both the agent and cache.  By knowing which groups use
19014 the most space, users know where to focus their efforts when ``agent
19015 expiring'' articles.
19016
19017 @node Agent as Cache
19018 @subsection Agent as Cache
19019
19020 When Gnus is plugged, it is not efficient to download headers or
19021 articles from the server again, if they are already stored in the
19022 Agent.  So, Gnus normally only downloads headers once, and stores them
19023 in the Agent.  These headers are later used when generating the summary
19024 buffer, regardless of whether you are plugged or unplugged.  Articles
19025 are not cached in the Agent by default though (that would potentially
19026 consume lots of disk space), but if you have already downloaded an
19027 article into the Agent, Gnus will not download the article from the
19028 server again but use the locally stored copy instead.
19029
19030 If you so desire, you can configure the agent (see @code{gnus-agent-cache}
19031 @pxref{Agent Variables}) to always download headers and articles while
19032 plugged.  Gnus will almost certainly be slower, but it will be kept
19033 synchronized with the server.  That last point probably won't make any
19034 sense if you are using a nntp or nnimap back end.
19035
19036 @node Agent Expiry
19037 @subsection Agent Expiry
19038
19039 @vindex gnus-agent-expire-days
19040 @findex gnus-agent-expire
19041 @kindex M-x gnus-agent-expire
19042 @kindex M-x gnus-agent-expire-group
19043 @findex gnus-agent-expire-group
19044 @cindex agent expiry
19045 @cindex Gnus agent expiry
19046 @cindex expiry
19047
19048 The Agent back end, @code{nnagent}, doesn't handle expiry.  Well, at
19049 least it doesn't handle it like other back ends.  Instead, there are
19050 special @code{gnus-agent-expire} and @code{gnus-agent-expire-group}
19051 commands that will expire all read articles that are older than
19052 @code{gnus-agent-expire-days} days.  They can be run whenever you feel
19053 that you're running out of space.  Neither are particularly fast or
19054 efficient, and it's not a particularly good idea to interrupt them (with
19055 @kbd{C-g} or anything else) once you've started one of them.
19056
19057 Note that other functions, e.g. @code{gnus-request-expire-articles},
19058 might run @code{gnus-agent-expire} for you to keep the agent
19059 synchronized with the group.
19060
19061 The agent parameter @code{agent-enable-expiration} may be used to
19062 prevent expiration in selected groups.
19063
19064 @vindex gnus-agent-expire-all
19065 If @code{gnus-agent-expire-all} is non-@code{nil}, the agent
19066 expiration commands will expire all articles---unread, read, ticked
19067 and dormant.  If @code{nil} (which is the default), only read articles
19068 are eligible for expiry, and unread, ticked and dormant articles will
19069 be kept indefinitely.
19070
19071 If you find that some articles eligible for expiry are never expired,
19072 perhaps some Gnus Agent files are corrupted.  There's are special
19073 commands, @code{gnus-agent-regenerate} and
19074 @code{gnus-agent-regenerate-group}, to fix possible problems.
19075
19076 @node Agent Regeneration
19077 @subsection Agent Regeneration
19078
19079 @cindex agent regeneration
19080 @cindex Gnus agent regeneration
19081 @cindex regeneration
19082
19083 The local data structures used by @code{nnagent} may become corrupted
19084 due to certain exceptional conditions.  When this happens,
19085 @code{nnagent} functionality may degrade or even fail.  The solution
19086 to this problem is to repair the local data structures by removing all
19087 internal inconsistencies.
19088
19089 For example, if your connection to your server is lost while
19090 downloaded articles into the agent, the local data structures will not
19091 know about articles successfully downloaded prior to the connection
19092 failure.  Running @code{gnus-agent-regenerate} or
19093 @code{gnus-agent-regenerate-group} will update the data structures
19094 such that you don't need to download these articles a second time.
19095
19096 @findex gnus-agent-regenerate
19097 @kindex M-x gnus-agent-regenerate
19098 The command @code{gnus-agent-regenerate} will perform
19099 @code{gnus-agent-regenerate-group} on every agentized group.  While
19100 you can run @code{gnus-agent-regenerate} in any buffer, it is strongly
19101 recommended that you first close all summary buffers.
19102
19103 @findex gnus-agent-regenerate-group
19104 @kindex M-x gnus-agent-regenerate-group
19105 The command @code{gnus-agent-regenerate-group} uses the local copies
19106 of individual articles to repair the local @acronym{NOV}(header) database.  It
19107 then updates the internal data structures that document which articles
19108 are stored locally.  An optional argument will mark articles in the
19109 agent as unread.
19110
19111 @node Agent and IMAP
19112 @subsection Agent and IMAP
19113
19114 The Agent works with any Gnus back end, including nnimap.  However,
19115 since there are some conceptual differences between @acronym{NNTP} and
19116 @acronym{IMAP}, this section (should) provide you with some information to
19117 make Gnus Agent work smoother as a @acronym{IMAP} Disconnected Mode client.
19118
19119 The first thing to keep in mind is that all flags (read, ticked, etc)
19120 are kept on the @acronym{IMAP} server, rather than in @file{.newsrc} as is the
19121 case for nntp.  Thus Gnus need to remember flag changes when
19122 disconnected, and synchronize these flags when you plug back in.
19123
19124 Gnus keeps track of flag changes when reading nnimap groups under the
19125 Agent.  When you plug back in, Gnus will check if you have any changed
19126 any flags and ask if you wish to synchronize these with the server.
19127 The behavior is customizable by @code{gnus-agent-synchronize-flags}.
19128
19129 @vindex gnus-agent-synchronize-flags
19130 If @code{gnus-agent-synchronize-flags} is @code{nil}, the Agent will
19131 never automatically synchronize flags.  If it is @code{ask}, which is
19132 the default, the Agent will check if you made any changes and if so
19133 ask if you wish to synchronize these when you re-connect.  If it has
19134 any other value, all flags will be synchronized automatically.
19135
19136 If you do not wish to synchronize flags automatically when you
19137 re-connect, you can do it manually with the
19138 @code{gnus-agent-synchronize-flags} command that is bound to @kbd{J Y}
19139 in the group buffer.
19140
19141 Some things are currently not implemented in the Agent that you'd might
19142 expect from a disconnected @acronym{IMAP} client, including:
19143
19144 @itemize @bullet
19145
19146 @item
19147 Copying/moving articles into nnimap groups when unplugged.
19148
19149 @item
19150 Creating/deleting nnimap groups when unplugged.
19151
19152 @end itemize
19153
19154 Technical note: the synchronization algorithm does not work by ``pushing''
19155 all local flags to the server, but rather incrementally update the
19156 server view of flags by changing only those flags that were changed by
19157 the user.  Thus, if you set one flag on an article, quit the group and
19158 re-select the group and remove the flag; the flag will be set and
19159 removed from the server when you ``synchronize''.  The queued flag
19160 operations can be found in the per-server @code{flags} file in the Agent
19161 directory.  It's emptied when you synchronize flags.
19162
19163
19164 @node Outgoing Messages
19165 @subsection Outgoing Messages
19166
19167 By default, when Gnus is unplugged, all outgoing messages (both mail
19168 and news) are stored in the draft group ``queue'' (@pxref{Drafts}).
19169 You can view them there after posting, and edit them at will.
19170
19171 You can control the circumstances under which outgoing mail is queued
19172 (see @code{gnus-agent-queue-mail}, @pxref{Agent Variables}).  Outgoing
19173 news is always queued when Gnus is unplugged, and never otherwise.
19174
19175 You can send the messages either from the draft group with the special
19176 commands available there, or you can use the @kbd{J S} command in the
19177 group buffer to send all the sendable messages in the draft group.
19178 Posting news will only work when Gnus is plugged, but you can send
19179 mail at any time.
19180
19181 If sending mail while unplugged does not work for you and you worry
19182 about hitting @kbd{J S} by accident when unplugged, you can have Gnus
19183 ask you to confirm your action (see
19184 @code{gnus-agent-prompt-send-queue}, @pxref{Agent Variables}).
19185
19186 @node Agent Variables
19187 @subsection Agent Variables
19188
19189 @table @code
19190 @item gnus-agent
19191 @vindex gnus-agent
19192 Is the agent enabled?  The default is @code{t}.  When first enabled,
19193 the agent will use @code{gnus-agent-auto-agentize-methods} to
19194 automatically mark some back ends as agentized.  You may change which
19195 back ends are agentized using the agent commands in the server buffer.
19196
19197 To enter the server buffer, use the @kbd{^}
19198 (@code{gnus-group-enter-server-mode}) command in the group buffer.
19199
19200
19201 @item gnus-agent-directory
19202 @vindex gnus-agent-directory
19203 Where the Gnus Agent will store its files.  The default is
19204 @file{~/News/agent/}.
19205
19206 @item gnus-agent-handle-level
19207 @vindex gnus-agent-handle-level
19208 Groups on levels (@pxref{Group Levels}) higher than this variable will
19209 be ignored by the Agent.  The default is @code{gnus-level-subscribed},
19210 which means that only subscribed group will be considered by the Agent
19211 by default.
19212
19213 @item gnus-agent-plugged-hook
19214 @vindex gnus-agent-plugged-hook
19215 Hook run when connecting to the network.
19216
19217 @item gnus-agent-unplugged-hook
19218 @vindex gnus-agent-unplugged-hook
19219 Hook run when disconnecting from the network.
19220
19221 @item gnus-agent-fetched-hook
19222 @vindex gnus-agent-fetched-hook
19223 Hook run when finished fetching articles.
19224
19225 @item gnus-agent-cache
19226 @vindex gnus-agent-cache
19227 Variable to control whether use the locally stored @acronym{NOV} and
19228 articles when plugged, e.g. essentially using the Agent as a cache.
19229 The default is non-@code{nil}, which means to use the Agent as a cache.
19230
19231 @item gnus-agent-go-online
19232 @vindex gnus-agent-go-online
19233 If @code{gnus-agent-go-online} is @code{nil}, the Agent will never
19234 automatically switch offline servers into online status.  If it is
19235 @code{ask}, the default, the Agent will ask if you wish to switch
19236 offline servers into online status when you re-connect.  If it has any
19237 other value, all offline servers will be automatically switched into
19238 online status.
19239
19240 @item gnus-agent-mark-unread-after-downloaded
19241 @vindex gnus-agent-mark-unread-after-downloaded
19242 If @code{gnus-agent-mark-unread-after-downloaded} is non-@code{nil},
19243 mark articles as unread after downloading.  This is usually a safe
19244 thing to do as the newly downloaded article has obviously not been
19245 read.  The default is @code{t}.
19246
19247 @item gnus-agent-consider-all-articles
19248 @vindex gnus-agent-consider-all-articles
19249 If @code{gnus-agent-consider-all-articles} is non-@code{nil}, the
19250 agent will let the agent predicate decide whether articles need to be
19251 downloaded or not, for all articles.  When @code{nil}, the default,
19252 the agent will only let the predicate decide whether unread articles
19253 are downloaded or not.  If you enable this, you may also want to look
19254 into the agent expiry settings (@pxref{Category Variables}), so that
19255 the agent doesn't download articles which the agent will later expire,
19256 over and over again.
19257
19258 @item gnus-agent-max-fetch-size
19259 @vindex gnus-agent-max-fetch-size
19260 The agent fetches articles into a temporary buffer prior to parsing
19261 them into individual files.  To avoid exceeding the max. buffer size,
19262 the agent alternates between fetching and parsing until all articles
19263 have been fetched.  @code{gnus-agent-max-fetch-size} provides a size
19264 limit to control how often the cycling occurs.  A large value improves
19265 performance.  A small value minimizes the time lost should the
19266 connection be lost while fetching (You may need to run
19267 @code{gnus-agent-regenerate-group} to update the group's state.
19268 However, all articles parsed prior to loosing the connection will be
19269 available while unplugged).  The default is 10M so it is unusual to
19270 see any cycling.
19271
19272 @item gnus-server-unopen-status
19273 @vindex gnus-server-unopen-status
19274 Perhaps not an Agent variable, but closely related to the Agent, this
19275 variable says what will happen if Gnus cannot open a server.  If the
19276 Agent is enabled, the default, @code{nil}, makes Gnus ask the user
19277 whether to deny the server or whether to unplug the agent.  If the
19278 Agent is disabled, Gnus always simply deny the server.  Other choices
19279 for this variable include @code{denied} and @code{offline} the latter
19280 is only valid if the Agent is used.
19281
19282 @item gnus-auto-goto-ignores
19283 @vindex gnus-auto-goto-ignores
19284 Another variable that isn't an Agent variable, yet so closely related
19285 that most will look for it here, this variable tells the summary
19286 buffer how to maneuver around undownloaded (only headers stored in the
19287 agent) and unfetched (neither article nor headers stored) articles.
19288
19289 The valid values are @code{nil} (maneuver to any article),
19290 @code{undownloaded} (maneuvering while unplugged ignores articles that
19291 have not been fetched), @code{always-undownloaded} (maneuvering always
19292 ignores articles that have not been fetched), @code{unfetched}
19293 (maneuvering ignores articles whose headers have not been fetched).
19294
19295 @item gnus-agent-queue-mail
19296 @vindex gnus-agent-queue-mail
19297 When @code{gnus-agent-queue-mail} is @code{always}, Gnus will always
19298 queue mail rather than sending it straight away.  When @code{t}, Gnus
19299 will queue mail when unplugged only.  When @code{nil}, never queue
19300 mail.  The default is @code{t}.
19301
19302 @item gnus-agent-prompt-send-queue
19303 @vindex gnus-agent-prompt-send-queue
19304 When @code{gnus-agent-prompt-send-queue} is non-@code{nil} Gnus will
19305 prompt you to confirm that you really wish to proceed if you hit
19306 @kbd{J S} while unplugged.  The default is @code{nil}.
19307
19308 @item gnus-agent-auto-agentize-methods
19309 @vindex gnus-agent-auto-agentize-methods
19310 If you have never used the Agent before (or more technically, if
19311 @file{~/News/agent/lib/servers} does not exist), Gnus will
19312 automatically agentize a few servers for you.  This variable control
19313 which back ends should be auto-agentized.  It is typically only useful
19314 to agentize remote back ends.  The auto-agentizing has the same effect
19315 as running @kbd{J a} on the servers (@pxref{Server Agent Commands}).
19316 If the file exist, you must manage the servers manually by adding or
19317 removing them, this variable is only applicable the first time you
19318 start Gnus.  The default is @samp{(nntp nnimap)}.
19319
19320 @end table
19321
19322
19323 @node Example Setup
19324 @subsection Example Setup
19325
19326 If you don't want to read this manual, and you have a fairly standard
19327 setup, you may be able to use something like the following as your
19328 @file{~/.gnus.el} file to get started.
19329
19330 @lisp
19331 ;;; @r{Define how Gnus is to fetch news.  We do this over @acronym{NNTP}}
19332 ;;; @r{from your ISP's server.}
19333 (setq gnus-select-method '(nntp "news.your-isp.com"))
19334
19335 ;;; @r{Define how Gnus is to read your mail.  We read mail from}
19336 ;;; @r{your ISP's @acronym{POP} server.}
19337 (setq mail-sources '((pop :server "pop.your-isp.com")))
19338
19339 ;;; @r{Say how Gnus is to store the mail.  We use nnml groups.}
19340 (setq gnus-secondary-select-methods '((nnml "")))
19341
19342 ;;; @r{Make Gnus into an offline newsreader.}
19343 ;;; (gnus-agentize) ; @r{The obsolete setting.}
19344 ;;; (setq gnus-agent t) ; @r{Now the default.}
19345 @end lisp
19346
19347 That should be it, basically.  Put that in your @file{~/.gnus.el} file,
19348 edit to suit your needs, start up PPP (or whatever), and type @kbd{M-x
19349 gnus}.
19350
19351 If this is the first time you've run Gnus, you will be subscribed
19352 automatically to a few default newsgroups.  You'll probably want to
19353 subscribe to more groups, and to do that, you have to query the
19354 @acronym{NNTP} server for a complete list of groups with the @kbd{A A}
19355 command.  This usually takes quite a while, but you only have to do it
19356 once.
19357
19358 After reading and parsing a while, you'll be presented with a list of
19359 groups.  Subscribe to the ones you want to read with the @kbd{u}
19360 command.  @kbd{l} to make all the killed groups disappear after you've
19361 subscribe to all the groups you want to read.  (@kbd{A k} will bring
19362 back all the killed groups.)
19363
19364 You can now read the groups at once, or you can download the articles
19365 with the @kbd{J s} command.  And then read the rest of this manual to
19366 find out which of the other gazillion things you want to customize.
19367
19368
19369 @node Batching Agents
19370 @subsection Batching Agents
19371 @findex gnus-agent-batch
19372
19373 Having the Gnus Agent fetch articles (and post whatever messages you've
19374 written) is quite easy once you've gotten things set up properly.  The
19375 following shell script will do everything that is necessary:
19376
19377 You can run a complete batch command from the command line with the
19378 following incantation:
19379
19380 @example
19381 #!/bin/sh
19382 emacs -batch -l ~/.emacs -l ~/.gnus.el gnus-agent-batch >/dev/null 2>&1
19383 @end example
19384
19385
19386 @node Agent Caveats
19387 @subsection Agent Caveats
19388
19389 The Gnus Agent doesn't seem to work like most other offline
19390 newsreaders.  Here are some common questions that some imaginary people
19391 may ask:
19392
19393 @table @dfn
19394 @item If I read an article while plugged, do they get entered into the Agent?
19395
19396 @strong{No}.  If you want this behavior, add
19397 @code{gnus-agent-fetch-selected-article} to
19398 @code{gnus-select-article-hook}.
19399
19400 @item If I read an article while plugged, and the article already exists in
19401 the Agent, will it get downloaded once more?
19402
19403 @strong{No}, unless @code{gnus-agent-cache} is @code{nil}.
19404
19405 @end table
19406
19407 In short, when Gnus is unplugged, it only looks into the locally stored
19408 articles; when it's plugged, it talks to your ISP and may also use the
19409 locally stored articles.
19410
19411
19412 @node Scoring
19413 @chapter Scoring
19414 @cindex scoring
19415
19416 Other people use @dfn{kill files}, but we here at Gnus Towers like
19417 scoring better than killing, so we'd rather switch than fight.  They do
19418 something completely different as well, so sit up straight and pay
19419 attention!
19420
19421 @vindex gnus-summary-mark-below
19422 All articles have a default score (@code{gnus-summary-default-score}),
19423 which is 0 by default.  This score may be raised or lowered either
19424 interactively or by score files.  Articles that have a score lower than
19425 @code{gnus-summary-mark-below} are marked as read.
19426
19427 Gnus will read any @dfn{score files} that apply to the current group
19428 before generating the summary buffer.
19429
19430 There are several commands in the summary buffer that insert score
19431 entries based on the current article.  You can, for instance, ask Gnus to
19432 lower or increase the score of all articles with a certain subject.
19433
19434 There are two sorts of scoring entries: Permanent and temporary.
19435 Temporary score entries are self-expiring entries.  Any entries that are
19436 temporary and have not been used for, say, a week, will be removed
19437 silently to help keep the sizes of the score files down.
19438
19439 @menu
19440 * Summary Score Commands::      Adding score entries for the current group.
19441 * Group Score Commands::        General score commands.
19442 * Score Variables::             Customize your scoring.  (My, what terminology).
19443 * Score File Format::           What a score file may contain.
19444 * Score File Editing::          You can edit score files by hand as well.
19445 * Adaptive Scoring::            Big Sister Gnus knows what you read.
19446 * Home Score File::             How to say where new score entries are to go.
19447 * Followups To Yourself::       Having Gnus notice when people answer you.
19448 * Scoring On Other Headers::    Scoring on non-standard headers.
19449 * Scoring Tips::                How to score effectively.
19450 * Reverse Scoring::             That problem child of old is not problem.
19451 * Global Score Files::          Earth-spanning, ear-splitting score files.
19452 * Kill Files::                  They are still here, but they can be ignored.
19453 * Converting Kill Files::       Translating kill files to score files.
19454 * Advanced Scoring::            Using logical expressions to build score rules.
19455 * Score Decays::                It can be useful to let scores wither away.
19456 @end menu
19457
19458
19459 @node Summary Score Commands
19460 @section Summary Score Commands
19461 @cindex score commands
19462
19463 The score commands that alter score entries do not actually modify real
19464 score files.  That would be too inefficient.  Gnus maintains a cache of
19465 previously loaded score files, one of which is considered the
19466 @dfn{current score file alist}.  The score commands simply insert
19467 entries into this list, and upon group exit, this list is saved.
19468
19469 The current score file is by default the group's local score file, even
19470 if no such score file actually exists.  To insert score commands into
19471 some other score file (e.g. @file{all.SCORE}), you must first make this
19472 score file the current one.
19473
19474 General score commands that don't actually change the score file:
19475
19476 @table @kbd
19477
19478 @item V s
19479 @kindex V s (Summary)
19480 @findex gnus-summary-set-score
19481 Set the score of the current article (@code{gnus-summary-set-score}).
19482
19483 @item V S
19484 @kindex V S (Summary)
19485 @findex gnus-summary-current-score
19486 Display the score of the current article
19487 (@code{gnus-summary-current-score}).
19488
19489 @item V t
19490 @kindex V t (Summary)
19491 @findex gnus-score-find-trace
19492 Display all score rules that have been used on the current article
19493 (@code{gnus-score-find-trace}).  In the @code{*Score Trace*} buffer, you
19494 may type @kbd{e} to edit score file corresponding to the score rule on
19495 current line and @kbd{f} to format (@code{gnus-score-pretty-print}) the
19496 score file and edit it.
19497
19498 @item V w
19499 @kindex V w (Summary)
19500 @findex gnus-score-find-favourite-words
19501 List words used in scoring (@code{gnus-score-find-favourite-words}).
19502
19503 @item V R
19504 @kindex V R (Summary)
19505 @findex gnus-summary-rescore
19506 Run the current summary through the scoring process
19507 (@code{gnus-summary-rescore}).  This might be useful if you're playing
19508 around with your score files behind Gnus' back and want to see the
19509 effect you're having.
19510
19511 @item V c
19512 @kindex V c (Summary)
19513 @findex gnus-score-change-score-file
19514 Make a different score file the current
19515 (@code{gnus-score-change-score-file}).
19516
19517 @item V e
19518 @kindex V e (Summary)
19519 @findex gnus-score-edit-current-scores
19520 Edit the current score file (@code{gnus-score-edit-current-scores}).
19521 You will be popped into a @code{gnus-score-mode} buffer (@pxref{Score
19522 File Editing}).
19523
19524 @item V f
19525 @kindex V f (Summary)
19526 @findex gnus-score-edit-file
19527 Edit a score file and make this score file the current one
19528 (@code{gnus-score-edit-file}).
19529
19530 @item V F
19531 @kindex V F (Summary)
19532 @findex gnus-score-flush-cache
19533 Flush the score cache (@code{gnus-score-flush-cache}).  This is useful
19534 after editing score files.
19535
19536 @item V C
19537 @kindex V C (Summary)
19538 @findex gnus-score-customize
19539 Customize a score file in a visually pleasing manner
19540 (@code{gnus-score-customize}).
19541
19542 @end table
19543
19544 The rest of these commands modify the local score file.
19545
19546 @table @kbd
19547
19548 @item V m
19549 @kindex V m (Summary)
19550 @findex gnus-score-set-mark-below
19551 Prompt for a score, and mark all articles with a score below this as
19552 read (@code{gnus-score-set-mark-below}).
19553
19554 @item V x
19555 @kindex V x (Summary)
19556 @findex gnus-score-set-expunge-below
19557 Prompt for a score, and add a score rule to the current score file to
19558 expunge all articles below this score
19559 (@code{gnus-score-set-expunge-below}).
19560 @end table
19561
19562 The keystrokes for actually making score entries follow a very regular
19563 pattern, so there's no need to list all the commands.  (Hundreds of
19564 them.)
19565
19566 @findex gnus-summary-increase-score
19567 @findex gnus-summary-lower-score
19568
19569 @enumerate
19570 @item
19571 The first key is either @kbd{I} (upper case i) for increasing the score
19572 or @kbd{L} for lowering the score.
19573 @item
19574 The second key says what header you want to score on.  The following
19575 keys are available:
19576 @table @kbd
19577
19578 @item a
19579 Score on the author name.
19580
19581 @item s
19582 Score on the subject line.
19583
19584 @item x
19585 Score on the @code{Xref} line---i.e., the cross-posting line.
19586
19587 @item r
19588 Score on the @code{References} line.
19589
19590 @item d
19591 Score on the date.
19592
19593 @item l
19594 Score on the number of lines.
19595
19596 @item i
19597 Score on the @code{Message-ID} header.
19598
19599 @item e
19600 Score on an ``extra'' header, that is, one of those in gnus-extra-headers,
19601 if your @acronym{NNTP} server tracks additional header data in overviews.
19602
19603 @item f
19604 Score on followups---this matches the author name, and adds scores to
19605 the followups to this author.  (Using this key leads to the creation of
19606 @file{ADAPT} files.)
19607
19608 @item b
19609 Score on the body.
19610
19611 @item h
19612 Score on the head.
19613
19614 @item t
19615 Score on thread.  (Using this key leads to the creation of @file{ADAPT}
19616 files.)
19617
19618 @end table
19619
19620 @item
19621 The third key is the match type.  Which match types are valid depends on
19622 what headers you are scoring on.
19623
19624 @table @code
19625
19626 @item strings
19627
19628 @table @kbd
19629
19630 @item e
19631 Exact matching.
19632
19633 @item s
19634 Substring matching.
19635
19636 @item f
19637 Fuzzy matching (@pxref{Fuzzy Matching}).
19638
19639 @item r
19640 Regexp matching
19641 @end table
19642
19643 @item date
19644 @table @kbd
19645
19646 @item b
19647 Before date.
19648
19649 @item a
19650 After date.
19651
19652 @item n
19653 This date.
19654 @end table
19655
19656 @item number
19657 @table @kbd
19658
19659 @item <
19660 Less than number.
19661
19662 @item =
19663 Equal to number.
19664
19665 @item >
19666 Greater than number.
19667 @end table
19668 @end table
19669
19670 @item
19671 The fourth and usually final key says whether this is a temporary (i.e.,
19672 expiring) score entry, or a permanent (i.e., non-expiring) score entry,
19673 or whether it is to be done immediately, without adding to the score
19674 file.
19675 @table @kbd
19676
19677 @item t
19678 Temporary score entry.
19679
19680 @item p
19681 Permanent score entry.
19682
19683 @item i
19684 Immediately scoring.
19685 @end table
19686
19687 @item
19688 If you are scoring on `e' (extra) headers, you will then be prompted for
19689 the header name on which you wish to score.  This must be a header named
19690 in gnus-extra-headers, and @samp{TAB} completion is available.
19691
19692 @end enumerate
19693
19694 So, let's say you want to increase the score on the current author with
19695 exact matching permanently: @kbd{I a e p}.  If you want to lower the
19696 score based on the subject line, using substring matching, and make a
19697 temporary score entry: @kbd{L s s t}.  Pretty easy.
19698
19699 To make things a bit more complicated, there are shortcuts.  If you use
19700 a capital letter on either the second or third keys, Gnus will use
19701 defaults for the remaining one or two keystrokes.  The defaults are
19702 ``substring'' and ``temporary''.  So @kbd{I A} is the same as @kbd{I a s
19703 t}, and @kbd{I a R} is the same as @kbd{I a r t}.
19704
19705 These functions take both the numerical prefix and the symbolic prefix
19706 (@pxref{Symbolic Prefixes}).  A numerical prefix says how much to lower
19707 (or increase) the score of the article.  A symbolic prefix of @code{a}
19708 says to use the @file{all.SCORE} file for the command instead of the
19709 current score file.
19710
19711 @vindex gnus-score-mimic-keymap
19712 The @code{gnus-score-mimic-keymap} says whether these commands will
19713 pretend they are keymaps or not.
19714
19715
19716 @node Group Score Commands
19717 @section Group Score Commands
19718 @cindex group score commands
19719
19720 There aren't many of these as yet, I'm afraid.
19721
19722 @table @kbd
19723
19724 @item W e
19725 @kindex W e (Group)
19726 @findex gnus-score-edit-all-score
19727 Edit the apply-to-all-groups all.SCORE file.  You will be popped into
19728 a @code{gnus-score-mode} buffer (@pxref{Score File Editing}).
19729
19730 @item W f
19731 @kindex W f (Group)
19732 @findex gnus-score-flush-cache
19733 Gnus maintains a cache of score alists to avoid having to reload them
19734 all the time.  This command will flush the cache
19735 (@code{gnus-score-flush-cache}).
19736
19737 @end table
19738
19739 You can do scoring from the command line by saying something like:
19740
19741 @findex gnus-batch-score
19742 @cindex batch scoring
19743 @example
19744 $ emacs -batch -l ~/.emacs -l ~/.gnus.el -f gnus-batch-score
19745 @end example
19746
19747
19748 @node Score Variables
19749 @section Score Variables
19750 @cindex score variables
19751
19752 @table @code
19753
19754 @item gnus-use-scoring
19755 @vindex gnus-use-scoring
19756 If @code{nil}, Gnus will not check for score files, and will not, in
19757 general, do any score-related work.  This is @code{t} by default.
19758
19759 @item gnus-kill-killed
19760 @vindex gnus-kill-killed
19761 If this variable is @code{nil}, Gnus will never apply score files to
19762 articles that have already been through the kill process.  While this
19763 may save you lots of time, it also means that if you apply a kill file
19764 to a group, and then change the kill file and want to run it over you
19765 group again to kill more articles, it won't work.  You have to set this
19766 variable to @code{t} to do that.  (It is @code{t} by default.)
19767
19768 @item gnus-kill-files-directory
19769 @vindex gnus-kill-files-directory
19770 All kill and score files will be stored in this directory, which is
19771 initialized from the @env{SAVEDIR} environment variable by default.
19772 This is @file{~/News/} by default.
19773
19774 @item gnus-score-file-suffix
19775 @vindex gnus-score-file-suffix
19776 Suffix to add to the group name to arrive at the score file name
19777 (@file{SCORE} by default.)
19778
19779 @item gnus-score-uncacheable-files
19780 @vindex gnus-score-uncacheable-files
19781 @cindex score cache
19782 All score files are normally cached to avoid excessive re-loading of
19783 score files.  However, if this might make your Emacs grow big and
19784 bloated, so this regexp can be used to weed out score files unlikely
19785 to be needed again.  It would be a bad idea to deny caching of
19786 @file{all.SCORE}, while it might be a good idea to not cache
19787 @file{comp.infosystems.www.authoring.misc.ADAPT}.  In fact, this
19788 variable is @samp{ADAPT$} by default, so no adaptive score files will
19789 be cached.
19790
19791 @item gnus-save-score
19792 @vindex gnus-save-score
19793 If you have really complicated score files, and do lots of batch
19794 scoring, then you might set this variable to @code{t}.  This will make
19795 Gnus save the scores into the @file{.newsrc.eld} file.
19796
19797 If you do not set this to @code{t}, then manual scores (like those set
19798 with @kbd{V s} (@code{gnus-summary-set-score})) will not be preserved
19799 across group visits.
19800
19801 @item gnus-score-interactive-default-score
19802 @vindex gnus-score-interactive-default-score
19803 Score used by all the interactive raise/lower commands to raise/lower
19804 score with.  Default is 1000, which may seem excessive, but this is to
19805 ensure that the adaptive scoring scheme gets enough room to play with.
19806 We don't want the small changes from the adaptive scoring to overwrite
19807 manually entered data.
19808
19809 @item gnus-summary-default-score
19810 @vindex gnus-summary-default-score
19811 Default score of an article, which is 0 by default.
19812
19813 @item gnus-summary-expunge-below
19814 @vindex gnus-summary-expunge-below
19815 Don't display the summary lines of articles that have scores lower than
19816 this variable.  This is @code{nil} by default, which means that no
19817 articles will be hidden.  This variable is local to the summary buffers,
19818 and has to be set from @code{gnus-summary-mode-hook}.
19819
19820 @item gnus-score-over-mark
19821 @vindex gnus-score-over-mark
19822 Mark (in the third column) used for articles with a score over the
19823 default.  Default is @samp{+}.
19824
19825 @item gnus-score-below-mark
19826 @vindex gnus-score-below-mark
19827 Mark (in the third column) used for articles with a score below the
19828 default.  Default is @samp{-}.
19829
19830 @item gnus-score-find-score-files-function
19831 @vindex gnus-score-find-score-files-function
19832 Function used to find score files for the current group.  This function
19833 is called with the name of the group as the argument.
19834
19835 Predefined functions available are:
19836 @table @code
19837
19838 @item gnus-score-find-single
19839 @findex gnus-score-find-single
19840 Only apply the group's own score file.
19841
19842 @item gnus-score-find-bnews
19843 @findex gnus-score-find-bnews
19844 Apply all score files that match, using bnews syntax.  This is the
19845 default.  If the current group is @samp{gnu.emacs.gnus}, for instance,
19846 @file{all.emacs.all.SCORE}, @file{not.alt.all.SCORE} and
19847 @file{gnu.all.SCORE} would all apply.  In short, the instances of
19848 @samp{all} in the score file names are translated into @samp{.*}, and
19849 then a regexp match is done.
19850
19851 This means that if you have some score entries that you want to apply to
19852 all groups, then you put those entries in the @file{all.SCORE} file.
19853
19854 The score files are applied in a semi-random order, although Gnus will
19855 try to apply the more general score files before the more specific score
19856 files.  It does this by looking at the number of elements in the score
19857 file names---discarding the @samp{all} elements.
19858
19859 @item gnus-score-find-hierarchical
19860 @findex gnus-score-find-hierarchical
19861 Apply all score files from all the parent groups.  This means that you
19862 can't have score files like @file{all.SCORE}, but you can have
19863 @file{SCORE}, @file{comp.SCORE} and @file{comp.emacs.SCORE} for each
19864 server.
19865
19866 @end table
19867 This variable can also be a list of functions.  In that case, all
19868 these functions will be called with the group name as argument, and
19869 all the returned lists of score files will be applied.  These
19870 functions can also return lists of lists of score alists directly.  In
19871 that case, the functions that return these non-file score alists
19872 should probably be placed before the ``real'' score file functions, to
19873 ensure that the last score file returned is the local score file.
19874 Phu.
19875
19876 For example, to do hierarchical scoring but use a non-server-specific
19877 overall score file, you could use the value
19878 @example
19879 (list (lambda (group) ("all.SCORE"))
19880       'gnus-score-find-hierarchical)
19881 @end example
19882
19883 @item gnus-score-expiry-days
19884 @vindex gnus-score-expiry-days
19885 This variable says how many days should pass before an unused score file
19886 entry is expired.  If this variable is @code{nil}, no score file entries
19887 are expired.  It's 7 by default.
19888
19889 @item gnus-update-score-entry-dates
19890 @vindex gnus-update-score-entry-dates
19891 If this variable is non-@code{nil}, temporary score entries that have
19892 been triggered (matched) will have their dates updated.  (This is how Gnus
19893 controls expiry---all non-matched-entries will become too old while
19894 matched entries will stay fresh and young.)  However, if you set this
19895 variable to @code{nil}, even matched entries will grow old and will
19896 have to face that oh-so grim reaper.
19897
19898 @item gnus-score-after-write-file-function
19899 @vindex gnus-score-after-write-file-function
19900 Function called with the name of the score file just written.
19901
19902 @item gnus-score-thread-simplify
19903 @vindex gnus-score-thread-simplify
19904 If this variable is non-@code{nil}, article subjects will be
19905 simplified for subject scoring purposes in the same manner as with
19906 threading---according to the current value of
19907 @code{gnus-simplify-subject-functions}.  If the scoring entry uses
19908 @code{substring} or @code{exact} matching, the match will also be
19909 simplified in this manner.
19910
19911 @end table
19912
19913
19914 @node Score File Format
19915 @section Score File Format
19916 @cindex score file format
19917
19918 A score file is an @code{emacs-lisp} file that normally contains just a
19919 single form.  Casual users are not expected to edit these files;
19920 everything can be changed from the summary buffer.
19921
19922 Anyway, if you'd like to dig into it yourself, here's an example:
19923
19924 @lisp
19925 (("from"
19926   ("Lars Ingebrigtsen" -10000)
19927   ("Per Abrahamsen")
19928   ("larsi\\|lmi" -50000 nil R))
19929  ("subject"
19930   ("Ding is Badd" nil 728373))
19931  ("xref"
19932   ("alt.politics" -1000 728372 s))
19933  ("lines"
19934   (2 -100 nil <))
19935  (mark 0)
19936  (expunge -1000)
19937  (mark-and-expunge -10)
19938  (read-only nil)
19939  (orphan -10)
19940  (adapt t)
19941  (files "/hom/larsi/News/gnu.SCORE")
19942  (exclude-files "all.SCORE")
19943  (local (gnus-newsgroup-auto-expire t)
19944         (gnus-summary-make-false-root empty))
19945  (eval (ding)))
19946 @end lisp
19947
19948 This example demonstrates most score file elements.  @xref{Advanced
19949 Scoring}, for a different approach.
19950
19951 Even though this looks much like Lisp code, nothing here is actually
19952 @code{eval}ed.  The Lisp reader is used to read this form, though, so it
19953 has to be valid syntactically, if not semantically.
19954
19955 Six keys are supported by this alist:
19956
19957 @table @code
19958
19959 @item STRING
19960 If the key is a string, it is the name of the header to perform the
19961 match on.  Scoring can only be performed on these eight headers:
19962 @code{From}, @code{Subject}, @code{References}, @code{Message-ID},
19963 @code{Xref}, @code{Lines}, @code{Chars} and @code{Date}.  In addition to
19964 these headers, there are three strings to tell Gnus to fetch the entire
19965 article and do the match on larger parts of the article: @code{Body}
19966 will perform the match on the body of the article, @code{Head} will
19967 perform the match on the head of the article, and @code{All} will
19968 perform the match on the entire article.  Note that using any of these
19969 last three keys will slow down group entry @emph{considerably}.  The
19970 final ``header'' you can score on is @code{Followup}.  These score
19971 entries will result in new score entries being added for all follow-ups
19972 to articles that matches these score entries.
19973
19974 Following this key is an arbitrary number of score entries, where each
19975 score entry has one to four elements.
19976 @enumerate
19977
19978 @item
19979 The first element is the @dfn{match element}.  On most headers this will
19980 be a string, but on the Lines and Chars headers, this must be an
19981 integer.
19982
19983 @item
19984 If the second element is present, it should be a number---the @dfn{score
19985 element}.  This number should be an integer in the neginf to posinf
19986 interval.  This number is added to the score of the article if the match
19987 is successful.  If this element is not present, the
19988 @code{gnus-score-interactive-default-score} number will be used
19989 instead.  This is 1000 by default.
19990
19991 @item
19992 If the third element is present, it should be a number---the @dfn{date
19993 element}.  This date says when the last time this score entry matched,
19994 which provides a mechanism for expiring the score entries.  It this
19995 element is not present, the score entry is permanent.  The date is
19996 represented by the number of days since December 31, 1 BCE.
19997
19998 @item
19999 If the fourth element is present, it should be a symbol---the @dfn{type
20000 element}.  This element specifies what function should be used to see
20001 whether this score entry matches the article.  What match types that can
20002 be used depends on what header you wish to perform the match on.
20003 @table @dfn
20004
20005 @item From, Subject, References, Xref, Message-ID
20006 For most header types, there are the @code{r} and @code{R} (regexp), as
20007 well as @code{s} and @code{S} (substring) types, and @code{e} and
20008 @code{E} (exact match), and @code{w} (word match) types.  If this
20009 element is not present, Gnus will assume that substring matching should
20010 be used.  @code{R}, @code{S}, and @code{E} differ from the others in
20011 that the matches will be done in a case-sensitive manner.  All these
20012 one-letter types are really just abbreviations for the @code{regexp},
20013 @code{string}, @code{exact}, and @code{word} types, which you can use
20014 instead, if you feel like.
20015
20016 @item Extra
20017 Just as for the standard string overview headers, if you are using
20018 gnus-extra-headers, you can score on these headers' values.  In this
20019 case, there is a 5th element in the score entry, being the name of the
20020 header to be scored.  The following entry is useful in your
20021 @file{all.SCORE} file in case of spam attacks from a single origin
20022 host, if your @acronym{NNTP} server tracks @samp{NNTP-Posting-Host} in
20023 overviews:
20024
20025 @lisp
20026 ("111.222.333.444" -1000 nil s
20027  "NNTP-Posting-Host")
20028 @end lisp
20029
20030 @item Lines, Chars
20031 These two headers use different match types: @code{<}, @code{>},
20032 @code{=}, @code{>=} and @code{<=}.
20033
20034 These predicates are true if
20035
20036 @example
20037 (PREDICATE HEADER MATCH)
20038 @end example
20039
20040 evaluates to non-@code{nil}.  For instance, the advanced match
20041 @code{("lines" 4 <)} (@pxref{Advanced Scoring}) will result in the
20042 following form:
20043
20044 @lisp
20045 (< header-value 4)
20046 @end lisp
20047
20048 Or to put it another way: When using @code{<} on @code{Lines} with 4 as
20049 the match, we get the score added if the article has less than 4 lines.
20050 (It's easy to get confused and think it's the other way around.  But
20051 it's not.  I think.)
20052
20053 When matching on @code{Lines}, be careful because some back ends (like
20054 @code{nndir}) do not generate @code{Lines} header, so every article ends
20055 up being marked as having 0 lines.  This can lead to strange results if
20056 you happen to lower score of the articles with few lines.
20057
20058 @item Date
20059 For the Date header we have three kinda silly match types:
20060 @code{before}, @code{at} and @code{after}.  I can't really imagine this
20061 ever being useful, but, like, it would feel kinda silly not to provide
20062 this function.  Just in case.  You never know.  Better safe than sorry.
20063 Once burnt, twice shy.  Don't judge a book by its cover.  Never not have
20064 sex on a first date.  (I have been told that at least one person, and I
20065 quote, ``found this function indispensable'', however.)
20066
20067 @cindex ISO8601
20068 @cindex date
20069 A more useful match type is @code{regexp}.  With it, you can match the
20070 date string using a regular expression.  The date is normalized to
20071 ISO8601 compact format first---@var{YYYYMMDD}@code{T}@var{HHMMSS}.  If
20072 you want to match all articles that have been posted on April 1st in
20073 every year, you could use @samp{....0401.........} as a match string,
20074 for instance.  (Note that the date is kept in its original time zone, so
20075 this will match articles that were posted when it was April 1st where
20076 the article was posted from.  Time zones are such wholesome fun for the
20077 whole family, eh?)
20078
20079 @item Head, Body, All
20080 These three match keys use the same match types as the @code{From} (etc)
20081 header uses.
20082
20083 @item Followup
20084 This match key is somewhat special, in that it will match the
20085 @code{From} header, and affect the score of not only the matching
20086 articles, but also all followups to the matching articles.  This allows
20087 you e.g. increase the score of followups to your own articles, or
20088 decrease the score of followups to the articles of some known
20089 trouble-maker.  Uses the same match types as the @code{From} header
20090 uses.  (Using this match key will lead to creation of @file{ADAPT}
20091 files.)
20092
20093 @item Thread
20094 This match key works along the same lines as the @code{Followup} match
20095 key.  If you say that you want to score on a (sub-)thread started by an
20096 article with a @code{Message-ID} @var{x}, then you add a @samp{thread}
20097 match.  This will add a new @samp{thread} match for each article that
20098 has @var{x} in its @code{References} header.  (These new @samp{thread}
20099 matches will use the @code{Message-ID}s of these matching articles.)
20100 This will ensure that you can raise/lower the score of an entire thread,
20101 even though some articles in the thread may not have complete
20102 @code{References} headers.  Note that using this may lead to
20103 undeterministic scores of the articles in the thread.  (Using this match
20104 key will lead to creation of @file{ADAPT} files.)
20105 @end table
20106 @end enumerate
20107
20108 @cindex score file atoms
20109 @item mark
20110 The value of this entry should be a number.  Any articles with a score
20111 lower than this number will be marked as read.
20112
20113 @item expunge
20114 The value of this entry should be a number.  Any articles with a score
20115 lower than this number will be removed from the summary buffer.
20116
20117 @item mark-and-expunge
20118 The value of this entry should be a number.  Any articles with a score
20119 lower than this number will be marked as read and removed from the
20120 summary buffer.
20121
20122 @item thread-mark-and-expunge
20123 The value of this entry should be a number.  All articles that belong to
20124 a thread that has a total score below this number will be marked as read
20125 and removed from the summary buffer.  @code{gnus-thread-score-function}
20126 says how to compute the total score for a thread.
20127
20128 @item files
20129 The value of this entry should be any number of file names.  These files
20130 are assumed to be score files as well, and will be loaded the same way
20131 this one was.
20132
20133 @item exclude-files
20134 The clue of this entry should be any number of files.  These files will
20135 not be loaded, even though they would normally be so, for some reason or
20136 other.
20137
20138 @item eval
20139 The value of this entry will be @code{eval}el.  This element will be
20140 ignored when handling global score files.
20141
20142 @item read-only
20143 Read-only score files will not be updated or saved.  Global score files
20144 should feature this atom (@pxref{Global Score Files}).  (Note:
20145 @dfn{Global} here really means @dfn{global}; not your personal
20146 apply-to-all-groups score files.)
20147
20148 @item orphan
20149 The value of this entry should be a number.  Articles that do not have
20150 parents will get this number added to their scores.  Imagine you follow
20151 some high-volume newsgroup, like @samp{comp.lang.c}.  Most likely you
20152 will only follow a few of the threads, also want to see any new threads.
20153
20154 You can do this with the following two score file entries:
20155
20156 @example
20157         (orphan -500)
20158         (mark-and-expunge -100)
20159 @end example
20160
20161 When you enter the group the first time, you will only see the new
20162 threads.  You then raise the score of the threads that you find
20163 interesting (with @kbd{I T} or @kbd{I S}), and ignore (@kbd{C y}) the
20164 rest.  Next time you enter the group, you will see new articles in the
20165 interesting threads, plus any new threads.
20166
20167 I.e.---the orphan score atom is for high-volume groups where a few
20168 interesting threads which can't be found automatically by ordinary
20169 scoring rules exist.
20170
20171 @item adapt
20172 This entry controls the adaptive scoring.  If it is @code{t}, the
20173 default adaptive scoring rules will be used.  If it is @code{ignore}, no
20174 adaptive scoring will be performed on this group.  If it is a list, this
20175 list will be used as the adaptive scoring rules.  If it isn't present,
20176 or is something other than @code{t} or @code{ignore}, the default
20177 adaptive scoring rules will be used.  If you want to use adaptive
20178 scoring on most groups, you'd set @code{gnus-use-adaptive-scoring} to
20179 @code{t}, and insert an @code{(adapt ignore)} in the groups where you do
20180 not want adaptive scoring.  If you only want adaptive scoring in a few
20181 groups, you'd set @code{gnus-use-adaptive-scoring} to @code{nil}, and
20182 insert @code{(adapt t)} in the score files of the groups where you want
20183 it.
20184
20185 @item adapt-file
20186 All adaptive score entries will go to the file named by this entry.  It
20187 will also be applied when entering the group.  This atom might be handy
20188 if you want to adapt on several groups at once, using the same adaptive
20189 file for a number of groups.
20190
20191 @item local
20192 @cindex local variables
20193 The value of this entry should be a list of @code{(@var{var}
20194 @var{value})} pairs.  Each @var{var} will be made buffer-local to the
20195 current summary buffer, and set to the value specified.  This is a
20196 convenient, if somewhat strange, way of setting variables in some
20197 groups if you don't like hooks much.  Note that the @var{value} won't
20198 be evaluated.
20199 @end table
20200
20201
20202 @node Score File Editing
20203 @section Score File Editing
20204
20205 You normally enter all scoring commands from the summary buffer, but you
20206 might feel the urge to edit them by hand as well, so we've supplied you
20207 with a mode for that.
20208
20209 It's simply a slightly customized @code{emacs-lisp} mode, with these
20210 additional commands:
20211
20212 @table @kbd
20213
20214 @item C-c C-c
20215 @kindex C-c C-c (Score)
20216 @findex gnus-score-edit-done
20217 Save the changes you have made and return to the summary buffer
20218 (@code{gnus-score-edit-done}).
20219
20220 @item C-c C-d
20221 @kindex C-c C-d (Score)
20222 @findex gnus-score-edit-insert-date
20223 Insert the current date in numerical format
20224 (@code{gnus-score-edit-insert-date}).  This is really the day number, if
20225 you were wondering.
20226
20227 @item C-c C-p
20228 @kindex C-c C-p (Score)
20229 @findex gnus-score-pretty-print
20230 The adaptive score files are saved in an unformatted fashion.  If you
20231 intend to read one of these files, you want to @dfn{pretty print} it
20232 first.  This command (@code{gnus-score-pretty-print}) does that for
20233 you.
20234
20235 @end table
20236
20237 Type @kbd{M-x gnus-score-mode} to use this mode.
20238
20239 @vindex gnus-score-mode-hook
20240 @code{gnus-score-menu-hook} is run in score mode buffers.
20241
20242 In the summary buffer you can use commands like @kbd{V f}, @kbd{V e} and
20243 @kbd{V t} to begin editing score files.
20244
20245
20246 @node Adaptive Scoring
20247 @section Adaptive Scoring
20248 @cindex adaptive scoring
20249
20250 If all this scoring is getting you down, Gnus has a way of making it all
20251 happen automatically---as if by magic.  Or rather, as if by artificial
20252 stupidity, to be precise.
20253
20254 @vindex gnus-use-adaptive-scoring
20255 When you read an article, or mark an article as read, or kill an
20256 article, you leave marks behind.  On exit from the group, Gnus can sniff
20257 these marks and add score elements depending on what marks it finds.
20258 You turn on this ability by setting @code{gnus-use-adaptive-scoring} to
20259 @code{t} or @code{(line)}.  If you want score adaptively on separate
20260 words appearing in the subjects, you should set this variable to
20261 @code{(word)}.  If you want to use both adaptive methods, set this
20262 variable to @code{(word line)}.
20263
20264 @vindex gnus-default-adaptive-score-alist
20265 To give you complete control over the scoring process, you can customize
20266 the @code{gnus-default-adaptive-score-alist} variable.  For instance, it
20267 might look something like this:
20268
20269 @lisp
20270 (setq gnus-default-adaptive-score-alist
20271   '((gnus-unread-mark)
20272     (gnus-ticked-mark (from 4))
20273     (gnus-dormant-mark (from 5))
20274     (gnus-del-mark (from -4) (subject -1))
20275     (gnus-read-mark (from 4) (subject 2))
20276     (gnus-expirable-mark (from -1) (subject -1))
20277     (gnus-killed-mark (from -1) (subject -3))
20278     (gnus-kill-file-mark)
20279     (gnus-ancient-mark)
20280     (gnus-low-score-mark)
20281     (gnus-catchup-mark (from -1) (subject -1))))
20282 @end lisp
20283
20284 As you see, each element in this alist has a mark as a key (either a
20285 variable name or a ``real'' mark---a character).  Following this key is
20286 a arbitrary number of header/score pairs.  If there are no header/score
20287 pairs following the key, no adaptive scoring will be done on articles
20288 that have that key as the article mark.  For instance, articles with
20289 @code{gnus-unread-mark} in the example above will not get adaptive score
20290 entries.
20291
20292 Each article can have only one mark, so just a single of these rules
20293 will be applied to each article.
20294
20295 To take @code{gnus-del-mark} as an example---this alist says that all
20296 articles that have that mark (i.e., are marked with @samp{e}) will have a
20297 score entry added to lower based on the @code{From} header by -4, and
20298 lowered by @code{Subject} by -1.  Change this to fit your prejudices.
20299
20300 If you have marked 10 articles with the same subject with
20301 @code{gnus-del-mark}, the rule for that mark will be applied ten times.
20302 That means that that subject will get a score of ten times -1, which
20303 should be, unless I'm much mistaken, -10.
20304
20305 If you have auto-expirable (mail) groups (@pxref{Expiring Mail}), all
20306 the read articles will be marked with the @samp{E} mark.  This'll
20307 probably make adaptive scoring slightly impossible, so auto-expiring and
20308 adaptive scoring doesn't really mix very well.
20309
20310 The headers you can score on are @code{from}, @code{subject},
20311 @code{message-id}, @code{references}, @code{xref}, @code{lines},
20312 @code{chars} and @code{date}.  In addition, you can score on
20313 @code{followup}, which will create an adaptive score entry that matches
20314 on the @code{References} header using the @code{Message-ID} of the
20315 current article, thereby matching the following thread.
20316
20317 If you use this scheme, you should set the score file atom @code{mark}
20318 to something small---like -300, perhaps, to avoid having small random
20319 changes result in articles getting marked as read.
20320
20321 After using adaptive scoring for a week or so, Gnus should start to
20322 become properly trained and enhance the authors you like best, and kill
20323 the authors you like least, without you having to say so explicitly.
20324
20325 You can control what groups the adaptive scoring is to be performed on
20326 by using the score files (@pxref{Score File Format}).  This will also
20327 let you use different rules in different groups.
20328
20329 @vindex gnus-adaptive-file-suffix
20330 The adaptive score entries will be put into a file where the name is the
20331 group name with @code{gnus-adaptive-file-suffix} appended.  The default
20332 is @file{ADAPT}.
20333
20334 @vindex gnus-adaptive-pretty-print
20335 Adaptive score files can get huge and are not meant to be edited by
20336 human hands.  If @code{gnus-adaptive-pretty-print} is @code{nil} (the
20337 deafult) those files will not be written in a human readable way.
20338
20339 @vindex gnus-score-exact-adapt-limit
20340 When doing adaptive scoring, substring or fuzzy matching would probably
20341 give you the best results in most cases.  However, if the header one
20342 matches is short, the possibility for false positives is great, so if
20343 the length of the match is less than
20344 @code{gnus-score-exact-adapt-limit}, exact matching will be used.  If
20345 this variable is @code{nil}, exact matching will always be used to avoid
20346 this problem.
20347
20348 @vindex gnus-default-adaptive-word-score-alist
20349 As mentioned above, you can adapt either on individual words or entire
20350 headers.  If you adapt on words, the
20351 @code{gnus-default-adaptive-word-score-alist} variable says what score
20352 each instance of a word should add given a mark.
20353
20354 @lisp
20355 (setq gnus-default-adaptive-word-score-alist
20356       `((,gnus-read-mark . 30)
20357         (,gnus-catchup-mark . -10)
20358         (,gnus-killed-mark . -20)
20359         (,gnus-del-mark . -15)))
20360 @end lisp
20361
20362 This is the default value.  If you have adaption on words enabled, every
20363 word that appears in subjects of articles marked with
20364 @code{gnus-read-mark} will result in a score rule that increase the
20365 score with 30 points.
20366
20367 @vindex gnus-default-ignored-adaptive-words
20368 @vindex gnus-ignored-adaptive-words
20369 Words that appear in the @code{gnus-default-ignored-adaptive-words} list
20370 will be ignored.  If you wish to add more words to be ignored, use the
20371 @code{gnus-ignored-adaptive-words} list instead.
20372
20373 @vindex gnus-adaptive-word-length-limit
20374 Some may feel that short words shouldn't count when doing adaptive
20375 scoring.  If so, you may set @code{gnus-adaptive-word-length-limit} to
20376 an integer.  Words shorter than this number will be ignored.  This
20377 variable defaults to @code{nil}.
20378
20379 @vindex gnus-adaptive-word-syntax-table
20380 When the scoring is done, @code{gnus-adaptive-word-syntax-table} is the
20381 syntax table in effect.  It is similar to the standard syntax table, but
20382 it considers numbers to be non-word-constituent characters.
20383
20384 @vindex gnus-adaptive-word-minimum
20385 If @code{gnus-adaptive-word-minimum} is set to a number, the adaptive
20386 word scoring process will never bring down the score of an article to
20387 below this number.  The default is @code{nil}.
20388
20389 @vindex gnus-adaptive-word-no-group-words
20390 If @code{gnus-adaptive-word-no-group-words} is set to @code{t}, gnus
20391 won't adaptively word score any of the words in the group name.  Useful
20392 for groups like @samp{comp.editors.emacs}, where most of the subject
20393 lines contain the word @samp{emacs}.
20394
20395 After using this scheme for a while, it might be nice to write a
20396 @code{gnus-psychoanalyze-user} command to go through the rules and see
20397 what words you like and what words you don't like.  Or perhaps not.
20398
20399 Note that the adaptive word scoring thing is highly experimental and is
20400 likely to change in the future.  Initial impressions seem to indicate
20401 that it's totally useless as it stands.  Some more work (involving more
20402 rigorous statistical methods) will have to be done to make this useful.
20403
20404
20405 @node Home Score File
20406 @section Home Score File
20407
20408 The score file where new score file entries will go is called the
20409 @dfn{home score file}.  This is normally (and by default) the score file
20410 for the group itself.  For instance, the home score file for
20411 @samp{gnu.emacs.gnus} is @file{gnu.emacs.gnus.SCORE}.
20412
20413 However, this may not be what you want.  It is often convenient to share
20414 a common home score file among many groups---all @samp{emacs} groups
20415 could perhaps use the same home score file.
20416
20417 @vindex gnus-home-score-file
20418 The variable that controls this is @code{gnus-home-score-file}.  It can
20419 be:
20420
20421 @enumerate
20422 @item
20423 A string.  Then this file will be used as the home score file for all
20424 groups.
20425
20426 @item
20427 A function.  The result of this function will be used as the home score
20428 file.  The function will be called with the name of the group as the
20429 parameter.
20430
20431 @item
20432 A list.  The elements in this list can be:
20433
20434 @enumerate
20435 @item
20436 @code{(@var{regexp} @var{file-name})}.  If the @var{regexp} matches the
20437 group name, the @var{file-name} will be used as the home score file.
20438
20439 @item
20440 A function.  If the function returns non-@code{nil}, the result will
20441 be used as the home score file.  The function will be called with the
20442 name of the group as the parameter.
20443
20444 @item
20445 A string.  Use the string as the home score file.
20446 @end enumerate
20447
20448 The list will be traversed from the beginning towards the end looking
20449 for matches.
20450
20451 @end enumerate
20452
20453 So, if you want to use just a single score file, you could say:
20454
20455 @lisp
20456 (setq gnus-home-score-file
20457       "my-total-score-file.SCORE")
20458 @end lisp
20459
20460 If you want to use @file{gnu.SCORE} for all @samp{gnu} groups and
20461 @file{rec.SCORE} for all @samp{rec} groups (and so on), you can say:
20462
20463 @findex gnus-hierarchial-home-score-file
20464 @lisp
20465 (setq gnus-home-score-file
20466       'gnus-hierarchial-home-score-file)
20467 @end lisp
20468
20469 This is a ready-made function provided for your convenience.
20470 Other functions include
20471
20472 @table @code
20473 @item gnus-current-home-score-file
20474 @findex gnus-current-home-score-file
20475 Return the ``current'' regular score file.  This will make scoring
20476 commands add entry to the ``innermost'' matching score file.
20477
20478 @end table
20479
20480 If you want to have one score file for the @samp{emacs} groups and
20481 another for the @samp{comp} groups, while letting all other groups use
20482 their own home score files:
20483
20484 @lisp
20485 (setq gnus-home-score-file
20486       ;; @r{All groups that match the regexp @code{"\\.emacs"}}
20487       '(("\\.emacs" "emacs.SCORE")
20488         ;; @r{All the comp groups in one score file}
20489         ("^comp" "comp.SCORE")))
20490 @end lisp
20491
20492 @vindex gnus-home-adapt-file
20493 @code{gnus-home-adapt-file} works exactly the same way as
20494 @code{gnus-home-score-file}, but says what the home adaptive score file
20495 is instead.  All new adaptive file entries will go into the file
20496 specified by this variable, and the same syntax is allowed.
20497
20498 In addition to using @code{gnus-home-score-file} and
20499 @code{gnus-home-adapt-file}, you can also use group parameters
20500 (@pxref{Group Parameters}) and topic parameters (@pxref{Topic
20501 Parameters}) to achieve much the same.  Group and topic parameters take
20502 precedence over this variable.
20503
20504
20505 @node Followups To Yourself
20506 @section Followups To Yourself
20507
20508 Gnus offers two commands for picking out the @code{Message-ID} header in
20509 the current buffer.  Gnus will then add a score rule that scores using
20510 this @code{Message-ID} on the @code{References} header of other
20511 articles.  This will, in effect, increase the score of all articles that
20512 respond to the article in the current buffer.  Quite useful if you want
20513 to easily note when people answer what you've said.
20514
20515 @table @code
20516
20517 @item gnus-score-followup-article
20518 @findex gnus-score-followup-article
20519 This will add a score to articles that directly follow up your own
20520 article.
20521
20522 @item gnus-score-followup-thread
20523 @findex gnus-score-followup-thread
20524 This will add a score to all articles that appear in a thread ``below''
20525 your own article.
20526 @end table
20527
20528 @vindex message-sent-hook
20529 These two functions are both primarily meant to be used in hooks like
20530 @code{message-sent-hook}, like this:
20531 @lisp
20532 (add-hook 'message-sent-hook 'gnus-score-followup-thread)
20533 @end lisp
20534
20535
20536 If you look closely at your own @code{Message-ID}, you'll notice that
20537 the first two or three characters are always the same.  Here's two of
20538 mine:
20539
20540 @example
20541 <x6u3u47icf.fsf@@eyesore.no>
20542 <x6sp9o7ibw.fsf@@eyesore.no>
20543 @end example
20544
20545 So ``my'' ident on this machine is @samp{x6}.  This can be
20546 exploited---the following rule will raise the score on all followups to
20547 myself:
20548
20549 @lisp
20550 ("references"
20551  ("<x6[0-9a-z]+\\.fsf\\(_-_\\)?@@.*eyesore\\.no>"
20552   1000 nil r))
20553 @end lisp
20554
20555 Whether it's the first two or first three characters that are ``yours''
20556 is system-dependent.
20557
20558
20559 @node Scoring On Other Headers
20560 @section Scoring On Other Headers
20561 @cindex scoring on other headers
20562
20563 Gnus is quite fast when scoring the ``traditional''
20564 headers---@samp{From}, @samp{Subject} and so on.  However, scoring
20565 other headers requires writing a @code{head} scoring rule, which means
20566 that Gnus has to request every single article from the back end to find
20567 matches.  This takes a long time in big groups.
20568
20569 Now, there's not much you can do about this for news groups, but for
20570 mail groups, you have greater control.  In @ref{To From Newsgroups},
20571 it's explained in greater detail what this mechanism does, but here's
20572 a cookbook example for @code{nnml} on how to allow scoring on the
20573 @samp{To} and @samp{Cc} headers.
20574
20575 Put the following in your @file{~/.gnus.el} file.
20576
20577 @lisp
20578 (setq gnus-extra-headers '(To Cc Newsgroups Keywords)
20579       nnmail-extra-headers gnus-extra-headers)
20580 @end lisp
20581
20582 Restart Gnus and rebuild your @code{nnml} overview files with the
20583 @kbd{M-x nnml-generate-nov-databases} command.  This will take a long
20584 time if you have much mail.
20585
20586 Now you can score on @samp{To} and @samp{Cc} as ``extra headers'' like
20587 so: @kbd{I e s p To RET <your name> RET}.
20588
20589 See?  Simple.
20590
20591
20592 @node Scoring Tips
20593 @section Scoring Tips
20594 @cindex scoring tips
20595
20596 @table @dfn
20597
20598 @item Crossposts
20599 @cindex crossposts
20600 @cindex scoring crossposts
20601 If you want to lower the score of crossposts, the line to match on is
20602 the @code{Xref} header.
20603 @lisp
20604 ("xref" (" talk.politics.misc:" -1000))
20605 @end lisp
20606
20607 @item Multiple crossposts
20608 If you want to lower the score of articles that have been crossposted to
20609 more than, say, 3 groups:
20610 @lisp
20611 ("xref"
20612   ("[^:\n]+:[0-9]+ +[^:\n]+:[0-9]+ +[^:\n]+:[0-9]+"
20613    -1000 nil r))
20614 @end lisp
20615
20616 @item Matching on the body
20617 This is generally not a very good idea---it takes a very long time.
20618 Gnus actually has to fetch each individual article from the server.  But
20619 you might want to anyway, I guess.  Even though there are three match
20620 keys (@code{Head}, @code{Body} and @code{All}), you should choose one
20621 and stick with it in each score file.  If you use any two, each article
20622 will be fetched @emph{twice}.  If you want to match a bit on the
20623 @code{Head} and a bit on the @code{Body}, just use @code{All} for all
20624 the matches.
20625
20626 @item Marking as read
20627 You will probably want to mark articles that have scores below a certain
20628 number as read.  This is most easily achieved by putting the following
20629 in your @file{all.SCORE} file:
20630 @lisp
20631 ((mark -100))
20632 @end lisp
20633 You may also consider doing something similar with @code{expunge}.
20634
20635 @item Negated character classes
20636 If you say stuff like @code{[^abcd]*}, you may get unexpected results.
20637 That will match newlines, which might lead to, well, The Unknown.  Say
20638 @code{[^abcd\n]*} instead.
20639 @end table
20640
20641
20642 @node Reverse Scoring
20643 @section Reverse Scoring
20644 @cindex reverse scoring
20645
20646 If you want to keep just articles that have @samp{Sex with Emacs} in the
20647 subject header, and expunge all other articles, you could put something
20648 like this in your score file:
20649
20650 @lisp
20651 (("subject"
20652   ("Sex with Emacs" 2))
20653  (mark 1)
20654  (expunge 1))
20655 @end lisp
20656
20657 So, you raise all articles that match @samp{Sex with Emacs} and mark the
20658 rest as read, and expunge them to boot.
20659
20660
20661 @node Global Score Files
20662 @section Global Score Files
20663 @cindex global score files
20664
20665 Sure, other newsreaders have ``global kill files''.  These are usually
20666 nothing more than a single kill file that applies to all groups, stored
20667 in the user's home directory.  Bah!  Puny, weak newsreaders!
20668
20669 What I'm talking about here are Global Score Files.  Score files from
20670 all over the world, from users everywhere, uniting all nations in one
20671 big, happy score file union!  Ange-score!  New and untested!
20672
20673 @vindex gnus-global-score-files
20674 All you have to do to use other people's score files is to set the
20675 @code{gnus-global-score-files} variable.  One entry for each score file,
20676 or each score file directory.  Gnus will decide by itself what score
20677 files are applicable to which group.
20678
20679 To use the score file
20680 @file{/ftp@@ftp.gnus.org:/pub/larsi/ding/score/soc.motss.SCORE} and
20681 all score files in the @file{/ftp@@ftp.some-where:/pub/score} directory,
20682 say this:
20683
20684 @lisp
20685 (setq gnus-global-score-files
20686       '("/ftp@@ftp.gnus.org:/pub/larsi/ding/score/soc.motss.SCORE"
20687         "/ftp@@ftp.some-where:/pub/score/"))
20688 @end lisp
20689
20690 @findex gnus-score-search-global-directories
20691 @noindent
20692 Simple, eh?  Directory names must end with a @samp{/}.  These
20693 directories are typically scanned only once during each Gnus session.
20694 If you feel the need to manually re-scan the remote directories, you can
20695 use the @code{gnus-score-search-global-directories} command.
20696
20697 Note that, at present, using this option will slow down group entry
20698 somewhat.  (That is---a lot.)
20699
20700 If you want to start maintaining score files for other people to use,
20701 just put your score file up for anonymous ftp and announce it to the
20702 world.  Become a retro-moderator!  Participate in the retro-moderator
20703 wars sure to ensue, where retro-moderators battle it out for the
20704 sympathy of the people, luring them to use their score files on false
20705 premises!  Yay!  The net is saved!
20706
20707 Here are some tips for the would-be retro-moderator, off the top of my
20708 head:
20709
20710 @itemize @bullet
20711
20712 @item
20713 Articles heavily crossposted are probably junk.
20714 @item
20715 To lower a single inappropriate article, lower by @code{Message-ID}.
20716 @item
20717 Particularly brilliant authors can be raised on a permanent basis.
20718 @item
20719 Authors that repeatedly post off-charter for the group can safely be
20720 lowered out of existence.
20721 @item
20722 Set the @code{mark} and @code{expunge} atoms to obliterate the nastiest
20723 articles completely.
20724
20725 @item
20726 Use expiring score entries to keep the size of the file down.  You
20727 should probably have a long expiry period, though, as some sites keep
20728 old articles for a long time.
20729 @end itemize
20730
20731 @dots{} I wonder whether other newsreaders will support global score files
20732 in the future.  @emph{Snicker}.  Yup, any day now, newsreaders like Blue
20733 Wave, xrn and 1stReader are bound to implement scoring.  Should we start
20734 holding our breath yet?
20735
20736
20737 @node Kill Files
20738 @section Kill Files
20739 @cindex kill files
20740
20741 Gnus still supports those pesky old kill files.  In fact, the kill file
20742 entries can now be expiring, which is something I wrote before Daniel
20743 Quinlan thought of doing score files, so I've left the code in there.
20744
20745 In short, kill processing is a lot slower (and I do mean @emph{a lot})
20746 than score processing, so it might be a good idea to rewrite your kill
20747 files into score files.
20748
20749 Anyway, a kill file is a normal @code{emacs-lisp} file.  You can put any
20750 forms into this file, which means that you can use kill files as some
20751 sort of primitive hook function to be run on group entry, even though
20752 that isn't a very good idea.
20753
20754 Normal kill files look like this:
20755
20756 @lisp
20757 (gnus-kill "From" "Lars Ingebrigtsen")
20758 (gnus-kill "Subject" "ding")
20759 (gnus-expunge "X")
20760 @end lisp
20761
20762 This will mark every article written by me as read, and remove the
20763 marked articles from the summary buffer.  Very useful, you'll agree.
20764
20765 Other programs use a totally different kill file syntax.  If Gnus
20766 encounters what looks like a @code{rn} kill file, it will take a stab at
20767 interpreting it.
20768
20769 Two summary functions for editing a @sc{gnus} kill file:
20770
20771 @table @kbd
20772
20773 @item M-k
20774 @kindex M-k (Summary)
20775 @findex gnus-summary-edit-local-kill
20776 Edit this group's kill file (@code{gnus-summary-edit-local-kill}).
20777
20778 @item M-K
20779 @kindex M-K (Summary)
20780 @findex gnus-summary-edit-global-kill
20781 Edit the general kill file (@code{gnus-summary-edit-global-kill}).
20782 @end table
20783
20784 Two group mode functions for editing the kill files:
20785
20786 @table @kbd
20787
20788 @item M-k
20789 @kindex M-k (Group)
20790 @findex gnus-group-edit-local-kill
20791 Edit this group's kill file (@code{gnus-group-edit-local-kill}).
20792
20793 @item M-K
20794 @kindex M-K (Group)
20795 @findex gnus-group-edit-global-kill
20796 Edit the general kill file (@code{gnus-group-edit-global-kill}).
20797 @end table
20798
20799 Kill file variables:
20800
20801 @table @code
20802 @item gnus-kill-file-name
20803 @vindex gnus-kill-file-name
20804 A kill file for the group @samp{soc.motss} is normally called
20805 @file{soc.motss.KILL}.  The suffix appended to the group name to get
20806 this file name is detailed by the @code{gnus-kill-file-name} variable.
20807 The ``global'' kill file (not in the score file sense of ``global'', of
20808 course) is just called @file{KILL}.
20809
20810 @vindex gnus-kill-save-kill-file
20811 @item gnus-kill-save-kill-file
20812 If this variable is non-@code{nil}, Gnus will save the
20813 kill file after processing, which is necessary if you use expiring
20814 kills.
20815
20816 @item gnus-apply-kill-hook
20817 @vindex gnus-apply-kill-hook
20818 @findex gnus-apply-kill-file-unless-scored
20819 @findex gnus-apply-kill-file
20820 A hook called to apply kill files to a group.  It is
20821 @code{(gnus-apply-kill-file)} by default.  If you want to ignore the
20822 kill file if you have a score file for the same group, you can set this
20823 hook to @code{(gnus-apply-kill-file-unless-scored)}.  If you don't want
20824 kill files to be processed, you should set this variable to @code{nil}.
20825
20826 @item gnus-kill-file-mode-hook
20827 @vindex gnus-kill-file-mode-hook
20828 A hook called in kill-file mode buffers.
20829
20830 @end table
20831
20832
20833 @node Converting Kill Files
20834 @section Converting Kill Files
20835 @cindex kill files
20836 @cindex converting kill files
20837
20838 If you have loads of old kill files, you may want to convert them into
20839 score files.  If they are ``regular'', you can use
20840 the @file{gnus-kill-to-score.el} package; if not, you'll have to do it
20841 by hand.
20842
20843 The kill to score conversion package isn't included in Gnus by default.
20844 You can fetch it from
20845 @uref{http://www.stud.ifi.uio.no/~larsi/ding-various/gnus-kill-to-score.el}.
20846
20847 If your old kill files are very complex---if they contain more
20848 non-@code{gnus-kill} forms than not, you'll have to convert them by
20849 hand.  Or just let them be as they are.  Gnus will still use them as
20850 before.
20851
20852
20853 @node Advanced Scoring
20854 @section Advanced Scoring
20855
20856 Scoring on Subjects and From headers is nice enough, but what if you're
20857 really interested in what a person has to say only when she's talking
20858 about a particular subject?  Or what if you really don't want to
20859 read what person A has to say when she's following up to person B, but
20860 want to read what she says when she's following up to person C?
20861
20862 By using advanced scoring rules you may create arbitrarily complex
20863 scoring patterns.
20864
20865 @menu
20866 * Advanced Scoring Syntax::     A definition.
20867 * Advanced Scoring Examples::   What they look like.
20868 * Advanced Scoring Tips::       Getting the most out of it.
20869 @end menu
20870
20871
20872 @node Advanced Scoring Syntax
20873 @subsection Advanced Scoring Syntax
20874
20875 Ordinary scoring rules have a string as the first element in the rule.
20876 Advanced scoring rules have a list as the first element.  The second
20877 element is the score to be applied if the first element evaluated to a
20878 non-@code{nil} value.
20879
20880 These lists may consist of three logical operators, one redirection
20881 operator, and various match operators.
20882
20883 Logical operators:
20884
20885 @table @code
20886 @item &
20887 @itemx and
20888 This logical operator will evaluate each of its arguments until it finds
20889 one that evaluates to @code{false}, and then it'll stop.  If all arguments
20890 evaluate to @code{true} values, then this operator will return
20891 @code{true}.
20892
20893 @item |
20894 @itemx or
20895 This logical operator will evaluate each of its arguments until it finds
20896 one that evaluates to @code{true}.  If no arguments are @code{true},
20897 then this operator will return @code{false}.
20898
20899 @item !
20900 @itemx not
20901 @itemx Â¬
20902 This logical operator only takes a single argument.  It returns the
20903 logical negation of the value of its argument.
20904
20905 @end table
20906
20907 There is an @dfn{indirection operator} that will make its arguments
20908 apply to the ancestors of the current article being scored.  For
20909 instance, @code{1-} will make score rules apply to the parent of the
20910 current article.  @code{2-} will make score rules apply to the
20911 grandparent of the current article.  Alternatively, you can write
20912 @code{^^}, where the number of @code{^}s (carets) says how far back into
20913 the ancestry you want to go.
20914
20915 Finally, we have the match operators.  These are the ones that do the
20916 real work.  Match operators are header name strings followed by a match
20917 and a match type.  A typical match operator looks like @samp{("from"
20918 "Lars Ingebrigtsen" s)}.  The header names are the same as when using
20919 simple scoring, and the match types are also the same.
20920
20921
20922 @node Advanced Scoring Examples
20923 @subsection Advanced Scoring Examples
20924
20925 Please note that the following examples are score file rules.  To
20926 make a complete score file from them, surround them with another pair
20927 of parentheses.
20928
20929 Let's say you want to increase the score of articles written by Lars
20930 when he's talking about Gnus:
20931
20932 @example
20933 @group
20934 ((&
20935   ("from" "Lars Ingebrigtsen")
20936   ("subject" "Gnus"))
20937  1000)
20938 @end group
20939 @end example
20940
20941 Quite simple, huh?
20942
20943 When he writes long articles, he sometimes has something nice to say:
20944
20945 @example
20946 ((&
20947   ("from" "Lars Ingebrigtsen")
20948   (|
20949    ("subject" "Gnus")
20950    ("lines" 100 >)))
20951  1000)
20952 @end example
20953
20954 However, when he responds to things written by Reig Eigil Logge, you
20955 really don't want to read what he's written:
20956
20957 @example
20958 ((&
20959   ("from" "Lars Ingebrigtsen")
20960   (1- ("from" "Reig Eigir Logge")))
20961  -100000)
20962 @end example
20963
20964 Everybody that follows up Redmondo when he writes about disappearing
20965 socks should have their scores raised, but only when they talk about
20966 white socks.  However, when Lars talks about socks, it's usually not
20967 very interesting:
20968
20969 @example
20970 ((&
20971   (1-
20972    (&
20973     ("from" "redmondo@@.*no" r)
20974     ("body" "disappearing.*socks" t)))
20975   (! ("from" "Lars Ingebrigtsen"))
20976   ("body" "white.*socks"))
20977  1000)
20978 @end example
20979
20980 Suppose you're reading a high volume group and you're only interested
20981 in replies. The plan is to score down all articles that don't have
20982 subject that begin with "Re:", "Fw:" or "Fwd:" and then score up all
20983 parents of articles that have subjects that begin with reply marks.
20984
20985 @example
20986 ((! ("subject" "re:\\|fwd?:" r))
20987   -200)
20988 ((1- ("subject" "re:\\|fwd?:" r))
20989   200)
20990 @end example
20991
20992 The possibilities are endless.
20993
20994 @node Advanced Scoring Tips
20995 @subsection Advanced Scoring Tips
20996
20997 The @code{&} and @code{|} logical operators do short-circuit logic.
20998 That is, they stop processing their arguments when it's clear what the
20999 result of the operation will be.  For instance, if one of the arguments
21000 of an @code{&} evaluates to @code{false}, there's no point in evaluating
21001 the rest of the arguments.  This means that you should put slow matches
21002 (@samp{body}, @samp{header}) last and quick matches (@samp{from},
21003 @samp{subject}) first.
21004
21005 The indirection arguments (@code{1-} and so on) will make their
21006 arguments work on previous generations of the thread.  If you say
21007 something like:
21008
21009 @example
21010 ...
21011 (1-
21012  (1-
21013   ("from" "lars")))
21014 ...
21015 @end example
21016
21017 Then that means ``score on the from header of the grandparent of the
21018 current article''.  An indirection is quite fast, but it's better to say:
21019
21020 @example
21021 (1-
21022  (&
21023   ("from" "Lars")
21024   ("subject" "Gnus")))
21025 @end example
21026
21027 than it is to say:
21028
21029 @example
21030 (&
21031  (1- ("from" "Lars"))
21032  (1- ("subject" "Gnus")))
21033 @end example
21034
21035
21036 @node Score Decays
21037 @section Score Decays
21038 @cindex score decays
21039 @cindex decays
21040
21041 You may find that your scores have a tendency to grow without
21042 bounds, especially if you're using adaptive scoring.  If scores get too
21043 big, they lose all meaning---they simply max out and it's difficult to
21044 use them in any sensible way.
21045
21046 @vindex gnus-decay-scores
21047 @findex gnus-decay-score
21048 @vindex gnus-decay-score-function
21049 Gnus provides a mechanism for decaying scores to help with this problem.
21050 When score files are loaded and @code{gnus-decay-scores} is
21051 non-@code{nil}, Gnus will run the score files through the decaying
21052 mechanism thereby lowering the scores of all non-permanent score rules.
21053 If @code{gnus-decay-scores} is a regexp, only score files matching this
21054 regexp are treated.  E.g. you may set it to @samp{\\.ADAPT\\'} if only
21055 @emph{adaptive} score files should be decayed.  The decay itself if
21056 performed by the @code{gnus-decay-score-function} function, which is
21057 @code{gnus-decay-score} by default.  Here's the definition of that
21058 function:
21059
21060 @lisp
21061 (defun gnus-decay-score (score)
21062   "Decay SCORE according to `gnus-score-decay-constant'
21063 and `gnus-score-decay-scale'."
21064   (let ((n (- score
21065               (* (if (< score 0) -1 1)
21066                  (min (abs score)
21067                       (max gnus-score-decay-constant
21068                            (* (abs score)
21069                               gnus-score-decay-scale)))))))
21070     (if (and (featurep 'xemacs)
21071              ;; XEmacs' floor can handle only the floating point
21072              ;; number below the half of the maximum integer.
21073              (> (abs n) (lsh -1 -2)))
21074         (string-to-number
21075          (car (split-string (number-to-string n) "\\.")))
21076       (floor n))))
21077 @end lisp
21078
21079 @vindex gnus-score-decay-scale
21080 @vindex gnus-score-decay-constant
21081 @code{gnus-score-decay-constant} is 3 by default and
21082 @code{gnus-score-decay-scale} is 0.05.  This should cause the following:
21083
21084 @enumerate
21085 @item
21086 Scores between -3 and 3 will be set to 0 when this function is called.
21087
21088 @item
21089 Scores with magnitudes between 3 and 60 will be shrunk by 3.
21090
21091 @item
21092 Scores with magnitudes greater than 60 will be shrunk by 5% of the
21093 score.
21094 @end enumerate
21095
21096 If you don't like this decay function, write your own.  It is called
21097 with the score to be decayed as its only parameter, and it should return
21098 the new score, which should be an integer.
21099
21100 Gnus will try to decay scores once a day.  If you haven't run Gnus for
21101 four days, Gnus will decay the scores four times, for instance.
21102
21103 @iftex
21104 @iflatex
21105 @chapter Message
21106 @include message.texi
21107 @chapter Emacs MIME
21108 @include emacs-mime.texi
21109 @chapter Sieve
21110 @include sieve.texi
21111 @chapter PGG
21112 @include pgg.texi
21113 @chapter SASL
21114 @include sasl.texi
21115 @end iflatex
21116 @end iftex
21117
21118 @node Various
21119 @chapter Various
21120
21121 @menu
21122 * Process/Prefix::              A convention used by many treatment commands.
21123 * Interactive::                 Making Gnus ask you many questions.
21124 * Symbolic Prefixes::           How to supply some Gnus functions with options.
21125 * Formatting Variables::        You can specify what buffers should look like.
21126 * Window Layout::               Configuring the Gnus buffer windows.
21127 * Faces and Fonts::             How to change how faces look.
21128 * Compilation::                 How to speed Gnus up.
21129 * Mode Lines::                  Displaying information in the mode lines.
21130 * Highlighting and Menus::      Making buffers look all nice and cozy.
21131 * Buttons::                     Get tendinitis in ten easy steps!
21132 * Daemons::                     Gnus can do things behind your back.
21133 * NoCeM::                       How to avoid spam and other fatty foods.
21134 * Undo::                        Some actions can be undone.
21135 * Predicate Specifiers::        Specifying predicates.
21136 * Moderation::                  What to do if you're a moderator.
21137 * Fetching a Group::            Starting Gnus just to read a group.
21138 * Image Enhancements::          Modern versions of Emacs/XEmacs can display images.
21139 * Fuzzy Matching::              What's the big fuzz?
21140 * Thwarting Email Spam::        A how-to on avoiding unsolicited commercial email.
21141 * Other modes::                 Interaction with other modes.
21142 * Various Various::             Things that are really various.
21143 @end menu
21144
21145
21146 @node Process/Prefix
21147 @section Process/Prefix
21148 @cindex process/prefix convention
21149
21150 Many functions, among them functions for moving, decoding and saving
21151 articles, use what is known as the @dfn{Process/Prefix convention}.
21152
21153 This is a method for figuring out what articles the user wants the
21154 command to be performed on.
21155
21156 It goes like this:
21157
21158 If the numeric prefix is N, perform the operation on the next N
21159 articles, starting with the current one.  If the numeric prefix is
21160 negative, perform the operation on the previous N articles, starting
21161 with the current one.
21162
21163 @vindex transient-mark-mode
21164 If @code{transient-mark-mode} in non-@code{nil} and the region is
21165 active, all articles in the region will be worked upon.
21166
21167 If there is no numeric prefix, but some articles are marked with the
21168 process mark, perform the operation on the articles marked with
21169 the process mark.
21170
21171 If there is neither a numeric prefix nor any articles marked with the
21172 process mark, just perform the operation on the current article.
21173
21174 Quite simple, really, but it needs to be made clear so that surprises
21175 are avoided.
21176
21177 Commands that react to the process mark will push the current list of
21178 process marked articles onto a stack and will then clear all process
21179 marked articles.  You can restore the previous configuration with the
21180 @kbd{M P y} command (@pxref{Setting Process Marks}).
21181
21182 @vindex gnus-summary-goto-unread
21183 One thing that seems to shock & horrify lots of people is that, for
21184 instance, @kbd{3 d} does exactly the same as @kbd{d} @kbd{d} @kbd{d}.
21185 Since each @kbd{d} (which marks the current article as read) by default
21186 goes to the next unread article after marking, this means that @kbd{3 d}
21187 will mark the next three unread articles as read, no matter what the
21188 summary buffer looks like.  Set @code{gnus-summary-goto-unread} to
21189 @code{nil} for a more straightforward action.
21190
21191 Many commands do not use the process/prefix convention.  All commands
21192 that do explicitly say so in this manual.  To apply the process/prefix
21193 convention to commands that do not use it, you can use the @kbd{M-&}
21194 command.  For instance, to mark all the articles in the group as
21195 expirable, you could say @kbd{M P b M-& E}.
21196
21197
21198 @node Interactive
21199 @section Interactive
21200 @cindex interaction
21201
21202 @table @code
21203
21204 @item gnus-novice-user
21205 @vindex gnus-novice-user
21206 If this variable is non-@code{nil}, you are either a newcomer to the
21207 World of Usenet, or you are very cautious, which is a nice thing to be,
21208 really.  You will be given questions of the type ``Are you sure you want
21209 to do this?'' before doing anything dangerous.  This is @code{t} by
21210 default.
21211
21212 @item gnus-expert-user
21213 @vindex gnus-expert-user
21214 If this variable is non-@code{nil}, you will seldom be asked any
21215 questions by Gnus.  It will simply assume you know what you're doing, no
21216 matter how strange.
21217
21218 @item gnus-interactive-catchup
21219 @vindex gnus-interactive-catchup
21220 Require confirmation before catching up a group if non-@code{nil}.  It
21221 is @code{t} by default.
21222
21223 @item gnus-interactive-exit
21224 @vindex gnus-interactive-exit
21225 Require confirmation before exiting Gnus.  This variable is @code{t} by
21226 default.
21227 @end table
21228
21229
21230 @node Symbolic Prefixes
21231 @section Symbolic Prefixes
21232 @cindex symbolic prefixes
21233
21234 Quite a lot of Emacs commands react to the (numeric) prefix.  For
21235 instance, @kbd{C-u 4 C-f} moves point four characters forward, and
21236 @kbd{C-u 9 0 0 I s s p} adds a permanent @code{Subject} substring score
21237 rule of 900 to the current article.
21238
21239 This is all nice and well, but what if you want to give a command some
21240 additional information?  Well, what most commands do is interpret the
21241 ``raw'' prefix in some special way.  @kbd{C-u 0 C-x C-s} means that one
21242 doesn't want a backup file to be created when saving the current buffer,
21243 for instance.  But what if you want to save without making a backup
21244 file, and you want Emacs to flash lights and play a nice tune at the
21245 same time?  You can't, and you're probably perfectly happy that way.
21246
21247 @kindex M-i (Summary)
21248 @findex gnus-symbolic-argument
21249 I'm not, so I've added a second prefix---the @dfn{symbolic prefix}.  The
21250 prefix key is @kbd{M-i} (@code{gnus-symbolic-argument}), and the next
21251 character typed in is the value.  You can stack as many @kbd{M-i}
21252 prefixes as you want.  @kbd{M-i a C-M-u} means ``feed the @kbd{C-M-u}
21253 command the symbolic prefix @code{a}''.  @kbd{M-i a M-i b C-M-u} means
21254 ``feed the @kbd{C-M-u} command the symbolic prefixes @code{a} and
21255 @code{b}''.  You get the drift.
21256
21257 Typing in symbolic prefixes to commands that don't accept them doesn't
21258 hurt, but it doesn't do any good either.  Currently not many Gnus
21259 functions make use of the symbolic prefix.
21260
21261 If you're interested in how Gnus implements this, @pxref{Extended
21262 Interactive}.
21263
21264
21265 @node Formatting Variables
21266 @section Formatting Variables
21267 @cindex formatting variables
21268
21269 Throughout this manual you've probably noticed lots of variables called
21270 things like @code{gnus-group-line-format} and
21271 @code{gnus-summary-mode-line-format}.  These control how Gnus is to
21272 output lines in the various buffers.  There's quite a lot of them.
21273 Fortunately, they all use the same syntax, so there's not that much to
21274 be annoyed by.
21275
21276 Here's an example format spec (from the group buffer): @samp{%M%S%5y:
21277 %(%g%)\n}.  We see that it is indeed extremely ugly, and that there are
21278 lots of percentages everywhere.
21279
21280 @menu
21281 * Formatting Basics::           A formatting variable is basically a format string.
21282 * Mode Line Formatting::        Some rules about mode line formatting variables.
21283 * Advanced Formatting::         Modifying output in various ways.
21284 * User-Defined Specs::          Having Gnus call your own functions.
21285 * Formatting Fonts::            Making the formatting look colorful and nice.
21286 * Positioning Point::           Moving point to a position after an operation.
21287 * Tabulation::                  Tabulating your output.
21288 * Wide Characters::             Dealing with wide characters.
21289 @end menu
21290
21291 Currently Gnus uses the following formatting variables:
21292 @code{gnus-group-line-format}, @code{gnus-summary-line-format},
21293 @code{gnus-server-line-format}, @code{gnus-topic-line-format},
21294 @code{gnus-group-mode-line-format},
21295 @code{gnus-summary-mode-line-format},
21296 @code{gnus-article-mode-line-format},
21297 @code{gnus-server-mode-line-format}, and
21298 @code{gnus-summary-pick-line-format}.
21299
21300 All these format variables can also be arbitrary elisp forms.  In that
21301 case, they will be @code{eval}ed to insert the required lines.
21302
21303 @kindex M-x gnus-update-format
21304 @findex gnus-update-format
21305 Gnus includes a command to help you while creating your own format
21306 specs.  @kbd{M-x gnus-update-format} will @code{eval} the current form,
21307 update the spec in question and pop you to a buffer where you can
21308 examine the resulting Lisp code to be run to generate the line.
21309
21310
21311
21312 @node Formatting Basics
21313 @subsection Formatting Basics
21314
21315 Each @samp{%} element will be replaced by some string or other when the
21316 buffer in question is generated.  @samp{%5y} means ``insert the @samp{y}
21317 spec, and pad with spaces to get a 5-character field''.
21318
21319 As with normal C and Emacs Lisp formatting strings, the numerical
21320 modifier between the @samp{%} and the formatting type character will
21321 @dfn{pad} the output so that it is always at least that long.
21322 @samp{%5y} will make the field always (at least) five characters wide by
21323 padding with spaces to the left.  If you say @samp{%-5y}, it will pad to
21324 the right instead.
21325
21326 You may also wish to limit the length of the field to protect against
21327 particularly wide values.  For that you can say @samp{%4,6y}, which
21328 means that the field will never be more than 6 characters wide and never
21329 less than 4 characters wide.
21330
21331 Also Gnus supports some extended format specifications, such as
21332 @samp{%&user-date;}.
21333
21334
21335 @node Mode Line Formatting
21336 @subsection Mode Line Formatting
21337
21338 Mode line formatting variables (e.g.,
21339 @code{gnus-summary-mode-line-format}) follow the same rules as other,
21340 buffer line oriented formatting variables (@pxref{Formatting Basics})
21341 with the following two differences:
21342
21343 @enumerate
21344
21345 @item
21346 There must be no newline (@samp{\n}) at the end.
21347
21348 @item
21349 The special @samp{%%b} spec can be used to display the buffer name.
21350 Well, it's no spec at all, really---@samp{%%} is just a way to quote
21351 @samp{%} to allow it to pass through the formatting machinery unmangled,
21352 so that Emacs receives @samp{%b}, which is something the Emacs mode line
21353 display interprets to mean ``show the buffer name''.  For a full list of
21354 mode line specs Emacs understands, see the documentation of the
21355 @code{mode-line-format} variable.
21356
21357 @end enumerate
21358
21359
21360 @node Advanced Formatting
21361 @subsection Advanced Formatting
21362
21363 It is frequently useful to post-process the fields in some way.
21364 Padding, limiting, cutting off parts and suppressing certain values can
21365 be achieved by using @dfn{tilde modifiers}.  A typical tilde spec might
21366 look like @samp{%~(cut 3)~(ignore "0")y}.
21367
21368 These are the valid modifiers:
21369
21370 @table @code
21371 @item pad
21372 @itemx pad-left
21373 Pad the field to the left with spaces until it reaches the required
21374 length.
21375
21376 @item pad-right
21377 Pad the field to the right with spaces until it reaches the required
21378 length.
21379
21380 @item max
21381 @itemx max-left
21382 Cut off characters from the left until it reaches the specified length.
21383
21384 @item max-right
21385 Cut off characters from the right until it reaches the specified
21386 length.
21387
21388 @item cut
21389 @itemx cut-left
21390 Cut off the specified number of characters from the left.
21391
21392 @item cut-right
21393 Cut off the specified number of characters from the right.
21394
21395 @item ignore
21396 Return an empty string if the field is equal to the specified value.
21397
21398 @item form
21399 Use the specified form as the field value when the @samp{@@} spec is
21400 used.
21401
21402 Here's an example:
21403
21404 @lisp
21405 "~(form (current-time-string))@@"
21406 @end lisp
21407
21408 @end table
21409
21410 Let's take an example.  The @samp{%o} spec in the summary mode lines
21411 will return a date in compact ISO8601 format---@samp{19960809T230410}.
21412 This is quite a mouthful, so we want to shave off the century number and
21413 the time, leaving us with a six-character date.  That would be
21414 @samp{%~(cut-left 2)~(max-right 6)~(pad 6)o}.  (Cutting is done before
21415 maxing, and we need the padding to ensure that the date is never less
21416 than 6 characters to make it look nice in columns.)
21417
21418 Ignoring is done first; then cutting; then maxing; and then as the very
21419 last operation, padding.
21420
21421 If you use lots of these advanced thingies, you'll find that Gnus gets
21422 quite slow.  This can be helped enormously by running @kbd{M-x
21423 gnus-compile} when you are satisfied with the look of your lines.
21424 @xref{Compilation}.
21425
21426
21427 @node User-Defined Specs
21428 @subsection User-Defined Specs
21429
21430 All the specs allow for inserting user defined specifiers---@samp{u}.
21431 The next character in the format string should be a letter.  Gnus
21432 will call the function @code{gnus-user-format-function-}@samp{X}, where
21433 @samp{X} is the letter following @samp{%u}.  The function will be passed
21434 a single parameter---what the parameter means depends on what buffer
21435 it's being called from.  The function should return a string, which will
21436 be inserted into the buffer just like information from any other
21437 specifier.  This function may also be called with dummy values, so it
21438 should protect against that.
21439
21440 Also Gnus supports extended user-defined specs, such as @samp{%u&foo;}.
21441 Gnus will call the function @code{gnus-user-format-function-}@samp{foo}.
21442
21443 You can also use tilde modifiers (@pxref{Advanced Formatting} to achieve
21444 much the same without defining new functions.  Here's an example:
21445 @samp{%~(form (count-lines (point-min) (point)))@@}.  The form
21446 given here will be evaluated to yield the current line number, and then
21447 inserted.
21448
21449
21450 @node Formatting Fonts
21451 @subsection Formatting Fonts
21452
21453 There are specs for highlighting, and these are shared by all the format
21454 variables.  Text inside the @samp{%(} and @samp{%)} specifiers will get
21455 the special @code{mouse-face} property set, which means that it will be
21456 highlighted (with @code{gnus-mouse-face}) when you put the mouse pointer
21457 over it.
21458
21459 Text inside the @samp{%@{} and @samp{%@}} specifiers will have their
21460 normal faces set using @code{gnus-face-0}, which is @code{bold} by
21461 default.  If you say @samp{%1@{}, you'll get @code{gnus-face-1} instead,
21462 and so on.  Create as many faces as you wish.  The same goes for the
21463 @code{mouse-face} specs---you can say @samp{%3(hello%)} to have
21464 @samp{hello} mouse-highlighted with @code{gnus-mouse-face-3}.
21465
21466 Text inside the @samp{%<<} and @samp{%>>} specifiers will get the
21467 special @code{balloon-help} property set to
21468 @code{gnus-balloon-face-0}.  If you say @samp{%1<<}, you'll get
21469 @code{gnus-balloon-face-1} and so on.  The @code{gnus-balloon-face-*}
21470 variables should be either strings or symbols naming functions that
21471 return a string.  When the mouse passes over text with this property
21472 set, a balloon window will appear and display the string.  Please
21473 refer to @ref{Tooltips, ,Tooltips, emacs, The Emacs Manual},
21474 (in GNU Emacs) or the doc string of @code{balloon-help-mode} (in
21475 XEmacs) for more information on this.  (For technical reasons, the
21476 guillemets have been approximated as @samp{<<} and @samp{>>} in this
21477 paragraph.)
21478
21479 Here's an alternative recipe for the group buffer:
21480
21481 @lisp
21482 ;; @r{Create three face types.}
21483 (setq gnus-face-1 'bold)
21484 (setq gnus-face-3 'italic)
21485
21486 ;; @r{We want the article count to be in}
21487 ;; @r{a bold and green face.  So we create}
21488 ;; @r{a new face called @code{my-green-bold}.}
21489 (copy-face 'bold 'my-green-bold)
21490 ;; @r{Set the color.}
21491 (set-face-foreground 'my-green-bold "ForestGreen")
21492 (setq gnus-face-2 'my-green-bold)
21493
21494 ;; @r{Set the new & fancy format.}
21495 (setq gnus-group-line-format
21496       "%M%S%3@{%5y%@}%2[:%] %(%1@{%g%@}%)\n")
21497 @end lisp
21498
21499 I'm sure you'll be able to use this scheme to create totally unreadable
21500 and extremely vulgar displays.  Have fun!
21501
21502 Note that the @samp{%(} specs (and friends) do not make any sense on the
21503 mode-line variables.
21504
21505 @node Positioning Point
21506 @subsection Positioning Point
21507
21508 Gnus usually moves point to a pre-defined place on each line in most
21509 buffers.  By default, point move to the first colon character on the
21510 line.  You can customize this behavior in three different ways.
21511
21512 You can move the colon character to somewhere else on the line.
21513
21514 @findex gnus-goto-colon
21515 You can redefine the function that moves the point to the colon.  The
21516 function is called @code{gnus-goto-colon}.
21517
21518 But perhaps the most convenient way to deal with this, if you don't want
21519 to have a colon in your line, is to use the @samp{%*} specifier.  If you
21520 put a @samp{%*} somewhere in your format line definition, Gnus will
21521 place point there.
21522
21523
21524 @node Tabulation
21525 @subsection Tabulation
21526
21527 You can usually line up your displays by padding and cutting your
21528 strings.  However, when combining various strings of different size, it
21529 can often be more convenient to just output the strings, and then worry
21530 about lining up the following text afterwards.
21531
21532 To do that, Gnus supplies tabulator specs---@samp{%=}.  There are two
21533 different types---@dfn{hard tabulators} and @dfn{soft tabulators}.
21534
21535 @samp{%50=} will insert space characters to pad the line up to column
21536 50.  If the text is already past column 50, nothing will be inserted.
21537 This is the soft tabulator.
21538
21539 @samp{%-50=} will insert space characters to pad the line up to column
21540 50.  If the text is already past column 50, the excess text past column
21541 50 will be removed.  This is the hard tabulator.
21542
21543
21544 @node Wide Characters
21545 @subsection Wide Characters
21546
21547 Fixed width fonts in most countries have characters of the same width.
21548 Some countries, however, use Latin characters mixed with wider
21549 characters---most notable East Asian countries.
21550
21551 The problem is that when formatting, Gnus assumes that if a string is 10
21552 characters wide, it'll be 10 Latin characters wide on the screen.  In
21553 these countries, that's not true.
21554
21555 @vindex gnus-use-correct-string-widths
21556 To help fix this, you can set @code{gnus-use-correct-string-widths} to
21557 @code{t}.  This makes buffer generation slower, but the results will be
21558 prettier.  The default value under XEmacs is @code{t} but @code{nil}
21559 for Emacs.
21560
21561
21562 @node Window Layout
21563 @section Window Layout
21564 @cindex window layout
21565
21566 No, there's nothing here about X, so be quiet.
21567
21568 @vindex gnus-use-full-window
21569 If @code{gnus-use-full-window} non-@code{nil}, Gnus will delete all
21570 other windows and occupy the entire Emacs screen by itself.  It is
21571 @code{t} by default.
21572
21573 Setting this variable to @code{nil} kinda works, but there are
21574 glitches.  Use at your own peril.
21575
21576 @vindex gnus-buffer-configuration
21577 @code{gnus-buffer-configuration} describes how much space each Gnus
21578 buffer should be given.  Here's an excerpt of this variable:
21579
21580 @lisp
21581 ((group (vertical 1.0 (group 1.0 point)
21582                       (if gnus-carpal (group-carpal 4))))
21583  (article (vertical 1.0 (summary 0.25 point)
21584                         (article 1.0))))
21585 @end lisp
21586
21587 This is an alist.  The @dfn{key} is a symbol that names some action or
21588 other.  For instance, when displaying the group buffer, the window
21589 configuration function will use @code{group} as the key.  A full list of
21590 possible names is listed below.
21591
21592 The @dfn{value} (i.e., the @dfn{split}) says how much space each buffer
21593 should occupy.  To take the @code{article} split as an example -
21594
21595 @lisp
21596 (article (vertical 1.0 (summary 0.25 point)
21597                        (article 1.0)))
21598 @end lisp
21599
21600 This @dfn{split} says that the summary buffer should occupy 25% of upper
21601 half of the screen, and that it is placed over the article buffer.  As
21602 you may have noticed, 100% + 25% is actually 125% (yup, I saw y'all
21603 reaching for that calculator there).  However, the special number
21604 @code{1.0} is used to signal that this buffer should soak up all the
21605 rest of the space available after the rest of the buffers have taken
21606 whatever they need.  There should be only one buffer with the @code{1.0}
21607 size spec per split.
21608
21609 Point will be put in the buffer that has the optional third element
21610 @code{point}.  In a @code{frame} split, the last subsplit having a leaf
21611 split where the tag @code{frame-focus} is a member (i.e. is the third or
21612 fourth element in the list, depending on whether the @code{point} tag is
21613 present) gets focus.
21614
21615 Here's a more complicated example:
21616
21617 @lisp
21618 (article (vertical 1.0 (group 4)
21619                        (summary 0.25 point)
21620                        (if gnus-carpal (summary-carpal 4))
21621                        (article 1.0)))
21622 @end lisp
21623
21624 If the size spec is an integer instead of a floating point number,
21625 then that number will be used to say how many lines a buffer should
21626 occupy, not a percentage.
21627
21628 If the @dfn{split} looks like something that can be @code{eval}ed (to be
21629 precise---if the @code{car} of the split is a function or a subr), this
21630 split will be @code{eval}ed.  If the result is non-@code{nil}, it will
21631 be used as a split.  This means that there will be three buffers if
21632 @code{gnus-carpal} is @code{nil}, and four buffers if @code{gnus-carpal}
21633 is non-@code{nil}.
21634
21635 Not complicated enough for you?  Well, try this on for size:
21636
21637 @lisp
21638 (article (horizontal 1.0
21639              (vertical 0.5
21640                  (group 1.0)
21641                  (gnus-carpal 4))
21642              (vertical 1.0
21643                  (summary 0.25 point)
21644                  (summary-carpal 4)
21645                  (article 1.0))))
21646 @end lisp
21647
21648 Whoops.  Two buffers with the mystery 100% tag.  And what's that
21649 @code{horizontal} thingie?
21650
21651 If the first element in one of the split is @code{horizontal}, Gnus will
21652 split the window horizontally, giving you two windows side-by-side.
21653 Inside each of these strips you may carry on all you like in the normal
21654 fashion.  The number following @code{horizontal} says what percentage of
21655 the screen is to be given to this strip.
21656
21657 For each split, there @emph{must} be one element that has the 100% tag.
21658 The splitting is never accurate, and this buffer will eat any leftover
21659 lines from the splits.
21660
21661 To be slightly more formal, here's a definition of what a valid split
21662 may look like:
21663
21664 @example
21665 @group
21666 split      = frame | horizontal | vertical | buffer | form
21667 frame      = "(frame " size *split ")"
21668 horizontal = "(horizontal " size *split ")"
21669 vertical   = "(vertical " size *split ")"
21670 buffer     = "(" buf-name " " size *[ "point" ] *[ "frame-focus"] ")"
21671 size       = number | frame-params
21672 buf-name   = group | article | summary ...
21673 @end group
21674 @end example
21675
21676 The limitations are that the @code{frame} split can only appear as the
21677 top-level split.  @var{form} should be an Emacs Lisp form that should
21678 return a valid split.  We see that each split is fully recursive, and
21679 may contain any number of @code{vertical} and @code{horizontal} splits.
21680
21681 @vindex gnus-window-min-width
21682 @vindex gnus-window-min-height
21683 @cindex window height
21684 @cindex window width
21685 Finding the right sizes can be a bit complicated.  No window may be less
21686 than @code{gnus-window-min-height} (default 1) characters high, and all
21687 windows must be at least @code{gnus-window-min-width} (default 1)
21688 characters wide.  Gnus will try to enforce this before applying the
21689 splits.  If you want to use the normal Emacs window width/height limit,
21690 you can just set these two variables to @code{nil}.
21691
21692 If you're not familiar with Emacs terminology, @code{horizontal} and
21693 @code{vertical} splits may work the opposite way of what you'd expect.
21694 Windows inside a @code{horizontal} split are shown side-by-side, and
21695 windows within a @code{vertical} split are shown above each other.
21696
21697 @findex gnus-configure-frame
21698 If you want to experiment with window placement, a good tip is to call
21699 @code{gnus-configure-frame} directly with a split.  This is the function
21700 that does all the real work when splitting buffers.  Below is a pretty
21701 nonsensical configuration with 5 windows; two for the group buffer and
21702 three for the article buffer.  (I said it was nonsensical.)  If you
21703 @code{eval} the statement below, you can get an idea of how that would
21704 look straight away, without going through the normal Gnus channels.
21705 Play with it until you're satisfied, and then use
21706 @code{gnus-add-configuration} to add your new creation to the buffer
21707 configuration list.
21708
21709 @lisp
21710 (gnus-configure-frame
21711  '(horizontal 1.0
21712     (vertical 10
21713       (group 1.0)
21714       (article 0.3 point))
21715     (vertical 1.0
21716       (article 1.0)
21717       (horizontal 4
21718         (group 1.0)
21719         (article 10)))))
21720 @end lisp
21721
21722 You might want to have several frames as well.  No prob---just use the
21723 @code{frame} split:
21724
21725 @lisp
21726 (gnus-configure-frame
21727  '(frame 1.0
21728          (vertical 1.0
21729                    (summary 0.25 point frame-focus)
21730                    (article 1.0))
21731          (vertical ((height . 5) (width . 15)
21732                     (user-position . t)
21733                     (left . -1) (top . 1))
21734                    (picon 1.0))))
21735
21736 @end lisp
21737
21738 This split will result in the familiar summary/article window
21739 configuration in the first (or ``main'') frame, while a small additional
21740 frame will be created where picons will be shown.  As you can see,
21741 instead of the normal @code{1.0} top-level spec, each additional split
21742 should have a frame parameter alist as the size spec.
21743 @xref{Frame Parameters, , Frame Parameters, elisp, The GNU Emacs Lisp
21744 Reference Manual}.  Under XEmacs, a frame property list will be
21745 accepted, too---for instance, @code{(height 5 width 15 left -1 top 1)}
21746 is such a plist.
21747 The list of all possible keys for @code{gnus-buffer-configuration} can
21748 be found in its default value.
21749
21750 Note that the @code{message} key is used for both
21751 @code{gnus-group-mail} and @code{gnus-summary-mail-other-window}.  If
21752 it is desirable to distinguish between the two, something like this
21753 might be used:
21754
21755 @lisp
21756 (message (horizontal 1.0
21757                      (vertical 1.0 (message 1.0 point))
21758                      (vertical 0.24
21759                                (if (buffer-live-p gnus-summary-buffer)
21760                                    '(summary 0.5))
21761                                (group 1.0))))
21762 @end lisp
21763
21764 One common desire for a multiple frame split is to have a separate frame
21765 for composing mail and news while leaving the original frame intact.  To
21766 accomplish that, something like the following can be done:
21767
21768 @lisp
21769 (message
21770   (frame 1.0
21771          (if (not (buffer-live-p gnus-summary-buffer))
21772              (car (cdr (assoc 'group gnus-buffer-configuration)))
21773            (car (cdr (assoc 'summary gnus-buffer-configuration))))
21774          (vertical ((user-position . t) (top . 1) (left . 1)
21775                     (name . "Message"))
21776                    (message 1.0 point))))
21777 @end lisp
21778
21779 @findex gnus-add-configuration
21780 Since the @code{gnus-buffer-configuration} variable is so long and
21781 complicated, there's a function you can use to ease changing the config
21782 of a single setting: @code{gnus-add-configuration}.  If, for instance,
21783 you want to change the @code{article} setting, you could say:
21784
21785 @lisp
21786 (gnus-add-configuration
21787  '(article (vertical 1.0
21788                (group 4)
21789                (summary .25 point)
21790                (article 1.0))))
21791 @end lisp
21792
21793 You'd typically stick these @code{gnus-add-configuration} calls in your
21794 @file{~/.gnus.el} file or in some startup hook---they should be run after
21795 Gnus has been loaded.
21796
21797 @vindex gnus-always-force-window-configuration
21798 If all windows mentioned in the configuration are already visible, Gnus
21799 won't change the window configuration.  If you always want to force the
21800 ``right'' window configuration, you can set
21801 @code{gnus-always-force-window-configuration} to non-@code{nil}.
21802
21803 If you're using tree displays (@pxref{Tree Display}), and the tree
21804 window is displayed vertically next to another window, you may also want
21805 to fiddle with @code{gnus-tree-minimize-window} to avoid having the
21806 windows resized.
21807
21808 @subsection Example Window Configurations
21809
21810 @itemize @bullet
21811 @item
21812 Narrow left hand side occupied by group buffer.  Right hand side split
21813 between summary buffer (top one-sixth) and article buffer (bottom).
21814
21815 @ifinfo
21816 @example
21817 +---+---------+
21818 | G | Summary |
21819 | r +---------+
21820 | o |         |
21821 | u | Article |
21822 | p |         |
21823 +---+---------+
21824 @end example
21825 @end ifinfo
21826
21827 @lisp
21828 (gnus-add-configuration
21829  '(article
21830    (horizontal 1.0
21831                (vertical 25 (group 1.0))
21832                (vertical 1.0
21833                          (summary 0.16 point)
21834                          (article 1.0)))))
21835
21836 (gnus-add-configuration
21837  '(summary
21838    (horizontal 1.0
21839                (vertical 25 (group 1.0))
21840                (vertical 1.0 (summary 1.0 point)))))
21841 @end lisp
21842
21843 @end itemize
21844
21845
21846 @node Faces and Fonts
21847 @section Faces and Fonts
21848 @cindex faces
21849 @cindex fonts
21850 @cindex colors
21851
21852 Fiddling with fonts and faces used to be very difficult, but these days
21853 it is very simple.  You simply say @kbd{M-x customize-face}, pick out
21854 the face you want to alter, and alter it via the standard Customize
21855 interface.
21856
21857
21858 @node Compilation
21859 @section Compilation
21860 @cindex compilation
21861 @cindex byte-compilation
21862
21863 @findex gnus-compile
21864
21865 Remember all those line format specification variables?
21866 @code{gnus-summary-line-format}, @code{gnus-group-line-format}, and so
21867 on.  Now, Gnus will of course heed whatever these variables are, but,
21868 unfortunately, changing them will mean a quite significant slow-down.
21869 (The default values of these variables have byte-compiled functions
21870 associated with them, while the user-generated versions do not, of
21871 course.)
21872
21873 To help with this, you can run @kbd{M-x gnus-compile} after you've
21874 fiddled around with the variables and feel that you're (kind of)
21875 satisfied.  This will result in the new specs being byte-compiled, and
21876 you'll get top speed again.  Gnus will save these compiled specs in the
21877 @file{.newsrc.eld} file.  (User-defined functions aren't compiled by
21878 this function, though---you should compile them yourself by sticking
21879 them into the @file{~/.gnus.el} file and byte-compiling that file.)
21880
21881
21882 @node Mode Lines
21883 @section Mode Lines
21884 @cindex mode lines
21885
21886 @vindex gnus-updated-mode-lines
21887 @code{gnus-updated-mode-lines} says what buffers should keep their mode
21888 lines updated.  It is a list of symbols.  Supported symbols include
21889 @code{group}, @code{article}, @code{summary}, @code{server},
21890 @code{browse}, and @code{tree}.  If the corresponding symbol is present,
21891 Gnus will keep that mode line updated with information that may be
21892 pertinent.  If this variable is @code{nil}, screen refresh may be
21893 quicker.
21894
21895 @cindex display-time
21896
21897 @vindex gnus-mode-non-string-length
21898 By default, Gnus displays information on the current article in the mode
21899 lines of the summary and article buffers.  The information Gnus wishes
21900 to display (e.g. the subject of the article) is often longer than the
21901 mode lines, and therefore have to be cut off at some point.  The
21902 @code{gnus-mode-non-string-length} variable says how long the other
21903 elements on the line is (i.e., the non-info part).  If you put
21904 additional elements on the mode line (e.g. a clock), you should modify
21905 this variable:
21906
21907 @c Hook written by Francesco Potorti` <pot@cnuce.cnr.it>
21908 @lisp
21909 (add-hook 'display-time-hook
21910           (lambda () (setq gnus-mode-non-string-length
21911                            (+ 21
21912                               (if line-number-mode 5 0)
21913                               (if column-number-mode 4 0)
21914                               (length display-time-string)))))
21915 @end lisp
21916
21917 If this variable is @code{nil} (which is the default), the mode line
21918 strings won't be chopped off, and they won't be padded either.  Note
21919 that the default is unlikely to be desirable, as even the percentage
21920 complete in the buffer may be crowded off the mode line; the user should
21921 configure this variable appropriately for her configuration.
21922
21923
21924 @node Highlighting and Menus
21925 @section Highlighting and Menus
21926 @cindex visual
21927 @cindex highlighting
21928 @cindex menus
21929
21930 @vindex gnus-visual
21931 The @code{gnus-visual} variable controls most of the Gnus-prettifying
21932 aspects.  If @code{nil}, Gnus won't attempt to create menus or use fancy
21933 colors or fonts.  This will also inhibit loading the @file{gnus-vis.el}
21934 file.
21935
21936 This variable can be a list of visual properties that are enabled.  The
21937 following elements are valid, and are all included by default:
21938
21939 @table @code
21940 @item group-highlight
21941 Do highlights in the group buffer.
21942 @item summary-highlight
21943 Do highlights in the summary buffer.
21944 @item article-highlight
21945 Do highlights in the article buffer.
21946 @item highlight
21947 Turn on highlighting in all buffers.
21948 @item group-menu
21949 Create menus in the group buffer.
21950 @item summary-menu
21951 Create menus in the summary buffers.
21952 @item article-menu
21953 Create menus in the article buffer.
21954 @item browse-menu
21955 Create menus in the browse buffer.
21956 @item server-menu
21957 Create menus in the server buffer.
21958 @item score-menu
21959 Create menus in the score buffers.
21960 @item menu
21961 Create menus in all buffers.
21962 @end table
21963
21964 So if you only want highlighting in the article buffer and menus in all
21965 buffers, you could say something like:
21966
21967 @lisp
21968 (setq gnus-visual '(article-highlight menu))
21969 @end lisp
21970
21971 If you want highlighting only and no menus whatsoever, you'd say:
21972
21973 @lisp
21974 (setq gnus-visual '(highlight))
21975 @end lisp
21976
21977 If @code{gnus-visual} is @code{t}, highlighting and menus will be used
21978 in all Gnus buffers.
21979
21980 Other general variables that influence the look of all buffers include:
21981
21982 @table @code
21983 @item gnus-mouse-face
21984 @vindex gnus-mouse-face
21985 This is the face (i.e., font) used for mouse highlighting in Gnus.  No
21986 mouse highlights will be done if @code{gnus-visual} is @code{nil}.
21987
21988 @end table
21989
21990 There are hooks associated with the creation of all the different menus:
21991
21992 @table @code
21993
21994 @item gnus-article-menu-hook
21995 @vindex gnus-article-menu-hook
21996 Hook called after creating the article mode menu.
21997
21998 @item gnus-group-menu-hook
21999 @vindex gnus-group-menu-hook
22000 Hook called after creating the group mode menu.
22001
22002 @item gnus-summary-menu-hook
22003 @vindex gnus-summary-menu-hook
22004 Hook called after creating the summary mode menu.
22005
22006 @item gnus-server-menu-hook
22007 @vindex gnus-server-menu-hook
22008 Hook called after creating the server mode menu.
22009
22010 @item gnus-browse-menu-hook
22011 @vindex gnus-browse-menu-hook
22012 Hook called after creating the browse mode menu.
22013
22014 @item gnus-score-menu-hook
22015 @vindex gnus-score-menu-hook
22016 Hook called after creating the score mode menu.
22017
22018 @end table
22019
22020
22021 @node Buttons
22022 @section Buttons
22023 @cindex buttons
22024 @cindex mouse
22025 @cindex click
22026
22027 Those new-fangled @dfn{mouse} contraptions is very popular with the
22028 young, hep kids who don't want to learn the proper way to do things
22029 these days.  Why, I remember way back in the summer of '89, when I was
22030 using Emacs on a Tops 20 system.  Three hundred users on one single
22031 machine, and every user was running Simula compilers.  Bah!
22032
22033 Right.
22034
22035 @vindex gnus-carpal
22036 Well, you can make Gnus display bufferfuls of buttons you can click to
22037 do anything by setting @code{gnus-carpal} to @code{t}.  Pretty simple,
22038 really.  Tell the chiropractor I sent you.
22039
22040
22041 @table @code
22042
22043 @item gnus-carpal-mode-hook
22044 @vindex gnus-carpal-mode-hook
22045 Hook run in all carpal mode buffers.
22046
22047 @item gnus-carpal-button-face
22048 @vindex gnus-carpal-button-face
22049 Face used on buttons.
22050
22051 @item gnus-carpal-header-face
22052 @vindex gnus-carpal-header-face
22053 Face used on carpal buffer headers.
22054
22055 @item gnus-carpal-group-buffer-buttons
22056 @vindex gnus-carpal-group-buffer-buttons
22057 Buttons in the group buffer.
22058
22059 @item gnus-carpal-summary-buffer-buttons
22060 @vindex gnus-carpal-summary-buffer-buttons
22061 Buttons in the summary buffer.
22062
22063 @item gnus-carpal-server-buffer-buttons
22064 @vindex gnus-carpal-server-buffer-buttons
22065 Buttons in the server buffer.
22066
22067 @item gnus-carpal-browse-buffer-buttons
22068 @vindex gnus-carpal-browse-buffer-buttons
22069 Buttons in the browse buffer.
22070 @end table
22071
22072 All the @code{buttons} variables are lists.  The elements in these list
22073 are either cons cells where the @code{car} contains a text to be displayed and
22074 the @code{cdr} contains a function symbol, or a simple string.
22075
22076
22077 @node Daemons
22078 @section Daemons
22079 @cindex demons
22080 @cindex daemons
22081
22082 Gnus, being larger than any program ever written (allegedly), does lots
22083 of strange stuff that you may wish to have done while you're not
22084 present.  For instance, you may want it to check for new mail once in a
22085 while.  Or you may want it to close down all connections to all servers
22086 when you leave Emacs idle.  And stuff like that.
22087
22088 Gnus will let you do stuff like that by defining various
22089 @dfn{handlers}.  Each handler consists of three elements:  A
22090 @var{function}, a @var{time}, and an @var{idle} parameter.
22091
22092 Here's an example of a handler that closes connections when Emacs has
22093 been idle for thirty minutes:
22094
22095 @lisp
22096 (gnus-demon-close-connections nil 30)
22097 @end lisp
22098
22099 Here's a handler that scans for @acronym{PGP} headers every hour when
22100 Emacs is idle:
22101
22102 @lisp
22103 (gnus-demon-scan-pgp 60 t)
22104 @end lisp
22105
22106 This @var{time} parameter and that @var{idle} parameter work together
22107 in a strange, but wonderful fashion.  Basically, if @var{idle} is
22108 @code{nil}, then the function will be called every @var{time} minutes.
22109
22110 If @var{idle} is @code{t}, then the function will be called after
22111 @var{time} minutes only if Emacs is idle.  So if Emacs is never idle,
22112 the function will never be called.  But once Emacs goes idle, the
22113 function will be called every @var{time} minutes.
22114
22115 If @var{idle} is a number and @var{time} is a number, the function will
22116 be called every @var{time} minutes only when Emacs has been idle for
22117 @var{idle} minutes.
22118
22119 If @var{idle} is a number and @var{time} is @code{nil}, the function
22120 will be called once every time Emacs has been idle for @var{idle}
22121 minutes.
22122
22123 And if @var{time} is a string, it should look like @samp{07:31}, and
22124 the function will then be called once every day somewhere near that
22125 time.  Modified by the @var{idle} parameter, of course.
22126
22127 @vindex gnus-demon-timestep
22128 (When I say ``minute'' here, I really mean @code{gnus-demon-timestep}
22129 seconds.  This is 60 by default.  If you change that variable,
22130 all the timings in the handlers will be affected.)
22131
22132 So, if you want to add a handler, you could put something like this in
22133 your @file{~/.gnus.el} file:
22134
22135 @findex gnus-demon-add-handler
22136 @lisp
22137 (gnus-demon-add-handler 'gnus-demon-close-connections 30 t)
22138 @end lisp
22139
22140 @findex gnus-demon-add-nocem
22141 @findex gnus-demon-add-scanmail
22142 @findex gnus-demon-add-rescan
22143 @findex gnus-demon-add-scan-timestamps
22144 @findex gnus-demon-add-disconnection
22145 Some ready-made functions to do this have been created:
22146 @code{gnus-demon-add-nocem}, @code{gnus-demon-add-disconnection},
22147 @code{gnus-demon-add-nntp-close-connection},
22148 @code{gnus-demon-add-scan-timestamps}, @code{gnus-demon-add-rescan}, and
22149 @code{gnus-demon-add-scanmail}.  Just put those functions in your
22150 @file{~/.gnus.el} if you want those abilities.
22151
22152 @findex gnus-demon-init
22153 @findex gnus-demon-cancel
22154 @vindex gnus-demon-handlers
22155 If you add handlers to @code{gnus-demon-handlers} directly, you should
22156 run @code{gnus-demon-init} to make the changes take hold.  To cancel all
22157 daemons, you can use the @code{gnus-demon-cancel} function.
22158
22159 Note that adding daemons can be pretty naughty if you over do it.  Adding
22160 functions that scan all news and mail from all servers every two seconds
22161 is a sure-fire way of getting booted off any respectable system.  So
22162 behave.
22163
22164
22165 @node NoCeM
22166 @section NoCeM
22167 @cindex nocem
22168 @cindex spam
22169
22170 @dfn{Spamming} is posting the same article lots and lots of times.
22171 Spamming is bad.  Spamming is evil.
22172
22173 Spamming is usually canceled within a day or so by various anti-spamming
22174 agencies.  These agencies usually also send out @dfn{NoCeM} messages.
22175 NoCeM is pronounced ``no see-'em'', and means what the name
22176 implies---these are messages that make the offending articles, like, go
22177 away.
22178
22179 What use are these NoCeM messages if the articles are canceled anyway?
22180 Some sites do not honor cancel messages and some sites just honor cancels
22181 from a select few people.  Then you may wish to make use of the NoCeM
22182 messages, which are distributed in the @samp{alt.nocem.misc} newsgroup.
22183
22184 Gnus can read and parse the messages in this group automatically, and
22185 this will make spam disappear.
22186
22187 There are some variables to customize, of course:
22188
22189 @table @code
22190 @item gnus-use-nocem
22191 @vindex gnus-use-nocem
22192 Set this variable to @code{t} to set the ball rolling.  It is @code{nil}
22193 by default.
22194
22195 @item gnus-nocem-groups
22196 @vindex gnus-nocem-groups
22197 Gnus will look for NoCeM messages in the groups in this list.  The
22198 default is
22199 @lisp
22200 ("news.lists.filters" "news.admin.net-abuse.bulletins"
22201  "alt.nocem.misc" "news.admin.net-abuse.announce")
22202 @end lisp
22203
22204 @item gnus-nocem-issuers
22205 @vindex gnus-nocem-issuers
22206 There are many people issuing NoCeM messages.  This list says what
22207 people you want to listen to.  The default is
22208 @lisp
22209 ("Automoose-1" "clewis@@ferret.ocunix.on.ca"
22210  "cosmo.roadkill" "SpamHippo" "hweede@@snafu.de")
22211 @end lisp
22212 fine, upstanding citizens all of them.
22213
22214 Known despammers that you can put in this list are listed at@*
22215 @uref{http://www.xs4all.nl/~rosalind/nocemreg/nocemreg.html}.
22216
22217 You do not have to heed NoCeM messages from all these people---just the
22218 ones you want to listen to.  You also don't have to accept all NoCeM
22219 messages from the people you like.  Each NoCeM message has a @dfn{type}
22220 header that gives the message a (more or less, usually less) rigorous
22221 definition.  Common types are @samp{spam}, @samp{spew}, @samp{mmf},
22222 @samp{binary}, and @samp{troll}.  To specify this, you have to use
22223 @code{(@var{issuer} @var{conditions} @dots{})} elements in the list.
22224 Each condition is either a string (which is a regexp that matches types
22225 you want to use) or a list on the form @code{(not @var{string})}, where
22226 @var{string} is a regexp that matches types you don't want to use.
22227
22228 For instance, if you want all NoCeM messages from Chris Lewis except his
22229 @samp{troll} messages, you'd say:
22230
22231 @lisp
22232 ("clewis@@ferret.ocunix.on.ca" ".*" (not "troll"))
22233 @end lisp
22234
22235 On the other hand, if you just want nothing but his @samp{spam} and
22236 @samp{spew} messages, you'd say:
22237
22238 @lisp
22239 ("clewis@@ferret.ocunix.on.ca" (not ".*") "spew" "spam")
22240 @end lisp
22241
22242 The specs are applied left-to-right.
22243
22244
22245 @item gnus-nocem-verifyer
22246 @vindex gnus-nocem-verifyer
22247 @findex pgg-verify
22248 This should be a function for verifying that the NoCeM issuer is who she
22249 says she is.  The default is @code{pgg-verify}, which returns
22250 non-@code{nil} if the verification is successful, otherwise (including
22251 the case the NoCeM message was not signed) returns @code{nil}.  If this
22252 is too slow and you don't care for verification (which may be dangerous),
22253 you can set this variable to @code{nil}.
22254
22255 Formerly the default was @code{mc-verify}, which is a Mailcrypt
22256 function.  While you can still use it, you can change it into
22257 @code{pgg-verify} running with GnuPG if you are willing to add the
22258 @acronym{PGP} public keys to GnuPG's keyring.
22259
22260 @item gnus-nocem-directory
22261 @vindex gnus-nocem-directory
22262 This is where Gnus will store its NoCeM cache files.  The default is@*
22263 @file{~/News/NoCeM/}.
22264
22265 @item gnus-nocem-expiry-wait
22266 @vindex gnus-nocem-expiry-wait
22267 The number of days before removing old NoCeM entries from the cache.
22268 The default is 15.  If you make it shorter Gnus will be faster, but you
22269 might then see old spam.
22270
22271 @item gnus-nocem-check-from
22272 @vindex gnus-nocem-check-from
22273 Non-@code{nil} means check for valid issuers in message bodies.
22274 Otherwise don't bother fetching articles unless their author matches a
22275 valid issuer; that is much faster if you are selective about the
22276 issuers.
22277
22278 @item gnus-nocem-check-article-limit
22279 @vindex gnus-nocem-check-article-limit
22280 If non-@code{nil}, the maximum number of articles to check in any NoCeM
22281 group.  NoCeM groups can be huge and very slow to process.
22282
22283 @end table
22284
22285 Using NoCeM could potentially be a memory hog.  If you have many living
22286 (i. e., subscribed or unsubscribed groups), your Emacs process will grow
22287 big.  If this is a problem, you should kill off all (or most) of your
22288 unsubscribed groups (@pxref{Subscription Commands}).
22289
22290
22291 @node Undo
22292 @section Undo
22293 @cindex undo
22294
22295 It is very useful to be able to undo actions one has done.  In normal
22296 Emacs buffers, it's easy enough---you just push the @code{undo} button.
22297 In Gnus buffers, however, it isn't that simple.
22298
22299 The things Gnus displays in its buffer is of no value whatsoever to
22300 Gnus---it's all just data designed to look nice to the user.
22301 Killing a group in the group buffer with @kbd{C-k} makes the line
22302 disappear, but that's just a side-effect of the real action---the
22303 removal of the group in question from the internal Gnus structures.
22304 Undoing something like that can't be done by the normal Emacs
22305 @code{undo} function.
22306
22307 Gnus tries to remedy this somewhat by keeping track of what the user
22308 does and coming up with actions that would reverse the actions the user
22309 takes.  When the user then presses the @code{undo} key, Gnus will run
22310 the code to reverse the previous action, or the previous actions.
22311 However, not all actions are easily reversible, so Gnus currently offers
22312 a few key functions to be undoable.  These include killing groups,
22313 yanking groups, and changing the list of read articles of groups.
22314 That's it, really.  More functions may be added in the future, but each
22315 added function means an increase in data to be stored, so Gnus will
22316 never be totally undoable.
22317
22318 @findex gnus-undo-mode
22319 @vindex gnus-use-undo
22320 @findex gnus-undo
22321 The undoability is provided by the @code{gnus-undo-mode} minor mode.  It
22322 is used if @code{gnus-use-undo} is non-@code{nil}, which is the
22323 default.  The @kbd{C-M-_} key performs the @code{gnus-undo}
22324 command, which should feel kinda like the normal Emacs @code{undo}
22325 command.
22326
22327
22328 @node Predicate Specifiers
22329 @section Predicate Specifiers
22330 @cindex predicate specifiers
22331
22332 Some Gnus variables are @dfn{predicate specifiers}.  This is a special
22333 form that allows flexible specification of predicates without having
22334 to type all that much.
22335
22336 These specifiers are lists consisting of functions, symbols and lists.
22337
22338 Here's an example:
22339
22340 @lisp
22341 (or gnus-article-unseen-p
22342     gnus-article-unread-p)
22343 @end lisp
22344
22345 The available symbols are @code{or}, @code{and} and @code{not}.  The
22346 functions all take one parameter.
22347
22348 @findex gnus-make-predicate
22349 Internally, Gnus calls @code{gnus-make-predicate} on these specifiers
22350 to create a function that can be called.  This input parameter to this
22351 function will be passed along to all the functions in the predicate
22352 specifier.
22353
22354
22355 @node Moderation
22356 @section Moderation
22357 @cindex moderation
22358
22359 If you are a moderator, you can use the @file{gnus-mdrtn.el} package.
22360 It is not included in the standard Gnus package.  Write a mail to
22361 @samp{larsi@@gnus.org} and state what group you moderate, and you'll
22362 get a copy.
22363
22364 The moderation package is implemented as a minor mode for summary
22365 buffers.  Put
22366
22367 @lisp
22368 (add-hook 'gnus-summary-mode-hook 'gnus-moderate)
22369 @end lisp
22370
22371 in your @file{~/.gnus.el} file.
22372
22373 If you are the moderator of @samp{rec.zoofle}, this is how it's
22374 supposed to work:
22375
22376 @enumerate
22377 @item
22378 You split your incoming mail by matching on
22379 @samp{Newsgroups:.*rec.zoofle}, which will put all the to-be-posted
22380 articles in some mail group---for instance, @samp{nnml:rec.zoofle}.
22381
22382 @item
22383 You enter that group once in a while and post articles using the @kbd{e}
22384 (edit-and-post) or @kbd{s} (just send unedited) commands.
22385
22386 @item
22387 If, while reading the @samp{rec.zoofle} newsgroup, you happen upon some
22388 articles that weren't approved by you, you can cancel them with the
22389 @kbd{c} command.
22390 @end enumerate
22391
22392 To use moderation mode in these two groups, say:
22393
22394 @lisp
22395 (setq gnus-moderated-list
22396       "^nnml:rec.zoofle$\\|^rec.zoofle$")
22397 @end lisp
22398
22399
22400 @node Fetching a Group
22401 @section Fetching a Group
22402 @cindex fetching a group
22403
22404 @findex gnus-fetch-group
22405 It is sometimes convenient to be able to just say ``I want to read this
22406 group and I don't care whether Gnus has been started or not''.  This is
22407 perhaps more useful for people who write code than for users, but the
22408 command @code{gnus-fetch-group} provides this functionality in any case.
22409 It takes the group name as a parameter.
22410
22411
22412 @node Image Enhancements
22413 @section Image Enhancements
22414
22415 XEmacs, as well as Emacs 21@footnote{Emacs 21 on MS Windows doesn't
22416 support images yet.}, is able to display pictures and stuff, so Gnus has
22417 taken advantage of that.
22418
22419 @menu
22420 * X-Face::                      Display a funky, teensy black-and-white image.
22421 * Face::                        Display a funkier, teensier colored image.
22422 * Smileys::                     Show all those happy faces the way they were meant to be shown.
22423 * Picons::                      How to display pictures of what you're reading.
22424 * XVarious::                    Other XEmacsy Gnusey variables.
22425 @end menu
22426
22427
22428 @node X-Face
22429 @subsection X-Face
22430 @cindex x-face
22431
22432 @code{X-Face} headers describe a 48x48 pixel black-and-white (1 bit
22433 depth) image that's supposed to represent the author of the message.
22434 It seems to be supported by an ever-growing number of mail and news
22435 readers.
22436
22437 @cindex x-face
22438 @findex gnus-article-display-x-face
22439 @vindex gnus-article-x-face-command
22440 @vindex gnus-article-x-face-too-ugly
22441 @iftex
22442 @iflatex
22443 \include{xface}
22444 @end iflatex
22445 @end iftex
22446 @c @anchor{X-Face}
22447
22448 Decoding an @code{X-Face} header either requires an Emacs that has
22449 @samp{compface} support (which most XEmacs versions has), or that you
22450 have @samp{compface} installed on your system.  If either is true,
22451 Gnus will default to displaying @code{X-Face} headers.
22452
22453 The variable that controls this is the
22454 @code{gnus-article-x-face-command} variable.  If this variable is a
22455 string, this string will be executed in a sub-shell.  If it is a
22456 function, this function will be called with the face as the argument.
22457 If the @code{gnus-article-x-face-too-ugly} (which is a regexp) matches
22458 the @code{From} header, the face will not be shown.
22459
22460 The default action under Emacs 20 is to fork off the @code{display}
22461 program@footnote{@code{display} is from the ImageMagick package.  For
22462 the @code{uncompface} and @code{icontopbm} programs look for a package
22463 like @code{compface} or @code{faces-xface} on a GNU/Linux system.}  to
22464 view the face.
22465
22466 Under XEmacs or Emacs 21+ with suitable image support, the default
22467 action is to display the face before the @code{From} header.  (It's
22468 nicer if XEmacs has been compiled with @code{X-Face} support---that
22469 will make display somewhat faster.  If there's no native @code{X-Face}
22470 support, Gnus will try to convert the @code{X-Face} header using
22471 external programs from the @code{pbmplus} package and
22472 friends.@footnote{On a GNU/Linux system look for packages with names
22473 like @code{netpbm}, @code{libgr-progs} and @code{compface}.})
22474
22475 (Note: @code{x-face} is used in the variable/function names, not
22476 @code{xface}).
22477
22478 @noindent
22479 Face and variable:
22480
22481 @table @code
22482 @item gnus-x-face
22483 @vindex gnus-x-face
22484 Face to show X-Face.  The colors from this face are used as the
22485 foreground and background colors of the displayed X-Faces.  The
22486 default colors are black and white.
22487
22488 @item gnus-face-properties-alist
22489 @vindex gnus-face-properties-alist
22490 Alist of image types and properties applied to Face (@pxref{Face}) and
22491 X-Face images.  The default value is @code{((pbm . (:face gnus-x-face))
22492 (png . nil))} for Emacs or @code{((xface . (:face gnus-x-face)))} for
22493 XEmacs.  Here are examples:
22494
22495 @lisp
22496 ;; Specify the altitude of Face and X-Face images in the From header.
22497 (setq gnus-face-properties-alist
22498       '((pbm . (:face gnus-x-face :ascent 80))
22499         (png . (:ascent 80))))
22500
22501 ;; Show Face and X-Face images as pressed buttons.
22502 (setq gnus-face-properties-alist
22503       '((pbm . (:face gnus-x-face :relief -2))
22504         (png . (:relief -2))))
22505 @end lisp
22506
22507 @pxref{Image Descriptors, ,Image Descriptors, elisp, The Emacs Lisp
22508 Reference Manual} for the valid properties for various image types.
22509 Currently, @code{pbm} is used for X-Face images and @code{png} is used
22510 for Face images in Emacs.  Only the @code{:face} property is effective
22511 on the @code{xface} image type in XEmacs if it is built with the
22512 @samp{libcompface} library.
22513 @end table
22514
22515 Gnus provides a few convenience functions and variables to allow
22516 easier insertion of X-Face headers in outgoing messages.
22517
22518 @findex gnus-random-x-face
22519 @vindex gnus-convert-pbm-to-x-face-command
22520 @vindex gnus-x-face-directory
22521 @code{gnus-random-x-face} goes through all the @samp{pbm} files in
22522 @code{gnus-x-face-directory} and picks one at random, and then
22523 converts it to the X-Face format by using the
22524 @code{gnus-convert-pbm-to-x-face-command} shell command.  The
22525 @samp{pbm} files should be 48x48 pixels big.  It returns the X-Face
22526 header data as a string.
22527
22528 @findex gnus-insert-random-x-face-header
22529 @code{gnus-insert-random-x-face-header} calls
22530 @code{gnus-random-x-face} and inserts a @samp{X-Face} header with the
22531 randomly generated data.
22532
22533 @findex gnus-x-face-from-file
22534 @vindex gnus-convert-image-to-x-face-command
22535 @code{gnus-x-face-from-file} takes a GIF file as the parameter, and then
22536 converts the file to X-Face format by using the
22537 @code{gnus-convert-image-to-x-face-command} shell command.
22538
22539 Here's how you would typically use the first function.  Put something
22540 like the following in your @file{~/.gnus.el} file:
22541
22542 @lisp
22543 (setq message-required-news-headers
22544       (nconc message-required-news-headers
22545              (list '(X-Face . gnus-random-x-face))))
22546 @end lisp
22547
22548 Using the last function would be something like this:
22549
22550 @lisp
22551 (setq message-required-news-headers
22552       (nconc message-required-news-headers
22553              (list '(X-Face . (lambda ()
22554                                 (gnus-x-face-from-file
22555                                  "~/My-face.gif"))))))
22556 @end lisp
22557
22558
22559 @node Face
22560 @subsection Face
22561 @cindex face
22562
22563 @c #### FIXME: faces and x-faces'implementations should really be harmonized.
22564
22565 @code{Face} headers are essentially a funkier version of @code{X-Face}
22566 ones. They describe a 48x48 pixel colored image that's supposed to
22567 represent the author of the message.
22568
22569 @cindex face
22570 @findex gnus-article-display-face
22571 The contents of a @code{Face} header must be a base64 encoded PNG image.
22572 See @uref{http://quimby.gnus.org/circus/face/} for the precise
22573 specifications.
22574
22575 The @code{gnus-face-properties-alist} variable affects the appearance of
22576 displayed Face images.  @xref{X-Face}.
22577
22578 Gnus provides a few convenience functions and variables to allow
22579 easier insertion of Face headers in outgoing messages.
22580
22581 @findex gnus-convert-png-to-face
22582 @code{gnus-convert-png-to-face} takes a 48x48 PNG image, no longer than
22583 726 bytes long, and converts it to a face.
22584
22585 @findex gnus-face-from-file
22586 @vindex gnus-convert-image-to-face-command
22587 @code{gnus-face-from-file} takes a JPEG file as the parameter, and then
22588 converts the file to Face format by using the
22589 @code{gnus-convert-image-to-face-command} shell command.
22590
22591 Here's how you would typically use this function. Put something like the
22592 following in your @file{~/.gnus.el} file:
22593
22594 @lisp
22595 (setq message-required-news-headers
22596       (nconc message-required-news-headers
22597              (list '(Face . (lambda ()
22598                               (gnus-face-from-file "~/face.jpg"))))))
22599 @end lisp
22600
22601
22602 @node Smileys
22603 @subsection Smileys
22604 @cindex smileys
22605
22606 @iftex
22607 @iflatex
22608 \gnusfig{-3cm}{0.5cm}{\epsfig{figure=ps/BigFace,height=20cm}}
22609 \input{smiley}
22610 @end iflatex
22611 @end iftex
22612
22613 @dfn{Smiley} is a package separate from Gnus, but since Gnus is
22614 currently the only package that uses Smiley, it is documented here.
22615
22616 In short---to use Smiley in Gnus, put the following in your
22617 @file{~/.gnus.el} file:
22618
22619 @lisp
22620 (setq gnus-treat-display-smileys t)
22621 @end lisp
22622
22623 Smiley maps text smiley faces---@samp{:-)}, @samp{8-)}, @samp{:-(} and
22624 the like---to pictures and displays those instead of the text smiley
22625 faces.  The conversion is controlled by a list of regexps that matches
22626 text and maps that to file names.
22627
22628 @vindex smiley-regexp-alist
22629 The alist used is specified by the @code{smiley-regexp-alist}
22630 variable.  The first item in each element is the regexp to be matched;
22631 the second element is the regexp match group that is to be replaced by
22632 the picture; and the third element is the name of the file to be
22633 displayed.
22634
22635 The following variables customize where Smiley will look for these
22636 files:
22637
22638 @table @code
22639
22640 @item smiley-data-directory
22641 @vindex smiley-data-directory
22642 Where Smiley will look for smiley faces files.
22643
22644 @item gnus-smiley-file-types
22645 @vindex gnus-smiley-file-types
22646 List of suffixes on smiley file names to try.
22647
22648 @end table
22649
22650
22651 @node Picons
22652 @subsection Picons
22653
22654 @iftex
22655 @iflatex
22656 \include{picons}
22657 @end iflatex
22658 @end iftex
22659
22660 So@dots{}  You want to slow down your news reader even more!  This is a
22661 good way to do so.  It's also a great way to impress people staring
22662 over your shoulder as you read news.
22663
22664 What are Picons?  To quote directly from the Picons Web site:
22665
22666 @iftex
22667 @iflatex
22668 \margindex{}
22669 @end iflatex
22670 @end iftex
22671
22672 @quotation
22673 @dfn{Picons} is short for ``personal icons''.  They're small,
22674 constrained images used to represent users and domains on the net,
22675 organized into databases so that the appropriate image for a given
22676 e-mail address can be found.  Besides users and domains, there are picon
22677 databases for Usenet newsgroups and weather forecasts.  The picons are
22678 in either monochrome @code{XBM} format or color @code{XPM} and
22679 @code{GIF} formats.
22680 @end quotation
22681
22682 @vindex gnus-picon-databases
22683 For instructions on obtaining and installing the picons databases,
22684 point your Web browser at
22685 @uref{http://www.cs.indiana.edu/picons/ftp/index.html}.
22686
22687 If you are using Debian GNU/Linux, saying @samp{apt-get install
22688 picons.*} will install the picons where Gnus can find them.
22689
22690 To enable displaying picons, simply make sure that
22691 @code{gnus-picon-databases} points to the directory containing the
22692 Picons databases.
22693
22694 @vindex gnus-picon-style
22695 The variable @code{gnus-picon-style} controls how picons are displayed.
22696 If @code{inline}, the textual representation is replaced.  If
22697 @code{right}, picons are added right to the textual representation.
22698
22699 The following variables offer control over where things are located.
22700
22701 @table @code
22702
22703 @item gnus-picon-databases
22704 @vindex gnus-picon-databases
22705 The location of the picons database.  This is a list of directories
22706 containing the @file{news}, @file{domains}, @file{users} (and so on)
22707 subdirectories.  Defaults to @code{("/usr/lib/picon"
22708 "/usr/local/faces")}.
22709
22710 @item gnus-picon-news-directories
22711 @vindex gnus-picon-news-directories
22712 List of subdirectories to search in @code{gnus-picon-databases} for
22713 newsgroups faces.  @code{("news")} is the default.
22714
22715 @item gnus-picon-user-directories
22716 @vindex gnus-picon-user-directories
22717 List of subdirectories to search in @code{gnus-picon-databases} for user
22718 faces.  @code{("users" "usenix" "local" "misc")} is the default.
22719
22720 @item gnus-picon-domain-directories
22721 @vindex gnus-picon-domain-directories
22722 List of subdirectories to search in @code{gnus-picon-databases} for
22723 domain name faces.  Defaults to @code{("domains")}.  Some people may
22724 want to add @samp{"unknown"} to this list.
22725
22726 @item gnus-picon-file-types
22727 @vindex gnus-picon-file-types
22728 Ordered list of suffixes on picon file names to try.  Defaults to
22729 @code{("xpm" "gif" "xbm")} minus those not built-in your Emacs.
22730
22731 @end table
22732
22733
22734 @node XVarious
22735 @subsection Various XEmacs Variables
22736
22737 @table @code
22738 @item gnus-xmas-glyph-directory
22739 @vindex gnus-xmas-glyph-directory
22740 This is where Gnus will look for pictures.  Gnus will normally
22741 auto-detect this directory, but you may set it manually if you have an
22742 unusual directory structure.
22743
22744 @item gnus-xmas-logo-color-alist
22745 @vindex gnus-xmas-logo-color-alist
22746 This is an alist where the key is a type symbol and the values are the
22747 foreground and background color of the splash page glyph.
22748
22749 @item gnus-xmas-logo-color-style
22750 @vindex gnus-xmas-logo-color-style
22751 This is the key used to look up the color in the alist described above.
22752 Valid values include @code{flame}, @code{pine}, @code{moss},
22753 @code{irish}, @code{sky}, @code{tin}, @code{velvet}, @code{grape},
22754 @code{labia}, @code{berry}, @code{neutral}, and @code{september}.
22755
22756 @item gnus-xmas-modeline-glyph
22757 @vindex gnus-xmas-modeline-glyph
22758 A glyph displayed in all Gnus mode lines.  It is a tiny gnu head by
22759 default.
22760
22761 @end table
22762
22763 @subsubsection Toolbar
22764
22765 @table @code
22766
22767 @item gnus-use-toolbar
22768 @vindex gnus-use-toolbar
22769 If @code{nil}, don't display toolbars.  If non-@code{nil}, it should be
22770 one of @code{default-toolbar}, @code{top-toolbar}, @code{bottom-toolbar},
22771 @code{right-toolbar}, or @code{left-toolbar}.
22772
22773 @item gnus-group-toolbar
22774 @vindex gnus-group-toolbar
22775 The toolbar in the group buffer.
22776
22777 @item gnus-summary-toolbar
22778 @vindex gnus-summary-toolbar
22779 The toolbar in the summary buffer.
22780
22781 @item gnus-summary-mail-toolbar
22782 @vindex gnus-summary-mail-toolbar
22783 The toolbar in the summary buffer of mail groups.
22784
22785 @end table
22786
22787 @iftex
22788 @iflatex
22789 \margindex{}
22790 @end iflatex
22791 @end iftex
22792
22793
22794 @node Fuzzy Matching
22795 @section Fuzzy Matching
22796 @cindex fuzzy matching
22797
22798 Gnus provides @dfn{fuzzy matching} of @code{Subject} lines when doing
22799 things like scoring, thread gathering and thread comparison.
22800
22801 As opposed to regular expression matching, fuzzy matching is very fuzzy.
22802 It's so fuzzy that there's not even a definition of what @dfn{fuzziness}
22803 means, and the implementation has changed over time.
22804
22805 Basically, it tries to remove all noise from lines before comparing.
22806 @samp{Re: }, parenthetical remarks, white space, and so on, are filtered
22807 out of the strings before comparing the results.  This often leads to
22808 adequate results---even when faced with strings generated by text
22809 manglers masquerading as newsreaders.
22810
22811
22812 @node Thwarting Email Spam
22813 @section Thwarting Email Spam
22814 @cindex email spam
22815 @cindex spam
22816 @cindex UCE
22817 @cindex unsolicited commercial email
22818
22819 In these last days of the Usenet, commercial vultures are hanging about
22820 and grepping through news like crazy to find email addresses they can
22821 foist off their scams and products to.  As a reaction to this, many
22822 people have started putting nonsense addresses into their @code{From}
22823 lines.  I think this is counterproductive---it makes it difficult for
22824 people to send you legitimate mail in response to things you write, as
22825 well as making it difficult to see who wrote what.  This rewriting may
22826 perhaps be a bigger menace than the unsolicited commercial email itself
22827 in the end.
22828
22829 The biggest problem I have with email spam is that it comes in under
22830 false pretenses.  I press @kbd{g} and Gnus merrily informs me that I
22831 have 10 new emails.  I say ``Golly gee!  Happy is me!'' and select the
22832 mail group, only to find two pyramid schemes, seven advertisements
22833 (``New!  Miracle tonic for growing full, lustrous hair on your toes!'')
22834 and one mail asking me to repent and find some god.
22835
22836 This is annoying.  Here's what you can do about it.
22837
22838 @menu
22839 * The problem of spam::         Some background, and some solutions
22840 * Anti-Spam Basics::            Simple steps to reduce the amount of spam.
22841 * SpamAssassin::                How to use external anti-spam tools.
22842 * Hashcash::                    Reduce spam by burning CPU time.
22843 * Filtering Spam Using The Spam ELisp Package::
22844 * Filtering Spam Using Statistics with spam-stat::
22845 @end menu
22846
22847 @node The problem of spam
22848 @subsection The problem of spam
22849 @cindex email spam
22850 @cindex spam filtering approaches
22851 @cindex filtering approaches, spam
22852 @cindex UCE
22853 @cindex unsolicited commercial email
22854
22855 First, some background on spam.
22856
22857 If you have access to e-mail, you are familiar with spam (technically
22858 termed @acronym{UCE}, Unsolicited Commercial E-mail).  Simply put, it
22859 exists because e-mail delivery is very cheap compared to paper mail,
22860 so only a very small percentage of people need to respond to an UCE to
22861 make it worthwhile to the advertiser.  Ironically, one of the most
22862 common spams is the one offering a database of e-mail addresses for
22863 further spamming.  Senders of spam are usually called @emph{spammers},
22864 but terms like @emph{vermin}, @emph{scum}, @emph{sociopaths}, and
22865 @emph{morons} are in common use as well.
22866
22867 Spam comes from a wide variety of sources.  It is simply impossible to
22868 dispose of all spam without discarding useful messages.  A good
22869 example is the TMDA system, which requires senders
22870 unknown to you to confirm themselves as legitimate senders before
22871 their e-mail can reach you.  Without getting into the technical side
22872 of TMDA, a downside is clearly that e-mail from legitimate sources may
22873 be discarded if those sources can't or won't confirm themselves
22874 through the TMDA system.  Another problem with TMDA is that it
22875 requires its users to have a basic understanding of e-mail delivery
22876 and processing.
22877
22878 The simplest approach to filtering spam is filtering, at the mail
22879 server or when you sort through incoming mail.  If you get 200 spam
22880 messages per day from @samp{random-address@@vmadmin.com}, you block
22881 @samp{vmadmin.com}.  If you get 200 messages about @samp{VIAGRA}, you
22882 discard all messages with @samp{VIAGRA} in the message.  If you get
22883 lots of spam from Bulgaria, for example, you try to filter all mail
22884 from Bulgarian IPs.
22885
22886 This, unfortunately, is a great way to discard legitimate e-mail.  The
22887 risks of blocking a whole country (Bulgaria, Norway, Nigeria, China,
22888 etc.) or even a continent (Asia, Africa, Europe, etc.) from contacting
22889 you should be obvious, so don't do it if you have the choice.
22890
22891 In another instance, the very informative and useful RISKS digest has
22892 been blocked by overzealous mail filters because it @strong{contained}
22893 words that were common in spam messages.  Nevertheless, in isolated
22894 cases, with great care, direct filtering of mail can be useful.
22895
22896 Another approach to filtering e-mail is the distributed spam
22897 processing, for instance DCC implements such a system.  In essence,
22898 @var{N} systems around the world agree that a machine @var{X} in
22899 Ghana, Estonia, or California is sending out spam e-mail, and these
22900 @var{N} systems enter @var{X} or the spam e-mail from @var{X} into a
22901 database.  The criteria for spam detection vary---it may be the number
22902 of messages sent, the content of the messages, and so on.  When a user
22903 of the distributed processing system wants to find out if a message is
22904 spam, he consults one of those @var{N} systems.
22905
22906 Distributed spam processing works very well against spammers that send
22907 a large number of messages at once, but it requires the user to set up
22908 fairly complicated checks.  There are commercial and free distributed
22909 spam processing systems.  Distributed spam processing has its risks as
22910 well.  For instance legitimate e-mail senders have been accused of
22911 sending spam, and their web sites and mailing lists have been shut
22912 down for some time because of the incident.
22913
22914 The statistical approach to spam filtering is also popular.  It is
22915 based on a statistical analysis of previous spam messages.  Usually
22916 the analysis is a simple word frequency count, with perhaps pairs of
22917 words or 3-word combinations thrown into the mix.  Statistical
22918 analysis of spam works very well in most of the cases, but it can
22919 classify legitimate e-mail as spam in some cases.  It takes time to
22920 run the analysis, the full message must be analyzed, and the user has
22921 to store the database of spam analyses.  Statistical analysis on the
22922 server is gaining popularity.  This has the advantage of letting the
22923 user Just Read Mail, but has the disadvantage that it's harder to tell
22924 the server that it has misclassified mail.
22925
22926 Fighting spam is not easy, no matter what anyone says.  There is no
22927 magic switch that will distinguish Viagra ads from Mom's e-mails.
22928 Even people are having a hard time telling spam apart from non-spam,
22929 because spammers are actively looking to fool us into thinking they
22930 are Mom, essentially.  Spamming is irritating, irresponsible, and
22931 idiotic behavior from a bunch of people who think the world owes them
22932 a favor.  We hope the following sections will help you in fighting the
22933 spam plague.
22934
22935 @node Anti-Spam Basics
22936 @subsection Anti-Spam Basics
22937 @cindex email spam
22938 @cindex spam
22939 @cindex UCE
22940 @cindex unsolicited commercial email
22941
22942 One way of dealing with spam is having Gnus split out all spam into a
22943 @samp{spam} mail group (@pxref{Splitting Mail}).
22944
22945 First, pick one (1) valid mail address that you can be reached at, and
22946 put it in your @code{From} header of all your news articles.  (I've
22947 chosen @samp{larsi@@trym.ifi.uio.no}, but for many addresses on the form
22948 @samp{larsi+usenet@@ifi.uio.no} will be a better choice.  Ask your
22949 sysadmin whether your sendmail installation accepts keywords in the local
22950 part of the mail address.)
22951
22952 @lisp
22953 (setq message-default-news-headers
22954       "From: Lars Magne Ingebrigtsen <larsi@@trym.ifi.uio.no>\n")
22955 @end lisp
22956
22957 Then put the following split rule in @code{nnmail-split-fancy}
22958 (@pxref{Fancy Mail Splitting}):
22959
22960 @lisp
22961 (...
22962  (to "larsi@@trym.ifi.uio.no"
22963      (| ("subject" "re:.*" "misc")
22964         ("references" ".*@@.*" "misc")
22965         "spam"))
22966  ...)
22967 @end lisp
22968
22969 This says that all mail to this address is suspect, but if it has a
22970 @code{Subject} that starts with a @samp{Re:} or has a @code{References}
22971 header, it's probably ok.  All the rest goes to the @samp{spam} group.
22972 (This idea probably comes from Tim Pierce.)
22973
22974 In addition, many mail spammers talk directly to your @acronym{SMTP} server
22975 and do not include your email address explicitly in the @code{To}
22976 header.  Why they do this is unknown---perhaps it's to thwart this
22977 thwarting scheme?  In any case, this is trivial to deal with---you just
22978 put anything not addressed to you in the @samp{spam} group by ending
22979 your fancy split rule in this way:
22980
22981 @lisp
22982 (
22983  ...
22984  (to "larsi" "misc")
22985  "spam")
22986 @end lisp
22987
22988 In my experience, this will sort virtually everything into the right
22989 group.  You still have to check the @samp{spam} group from time to time to
22990 check for legitimate mail, though.  If you feel like being a good net
22991 citizen, you can even send off complaints to the proper authorities on
22992 each unsolicited commercial email---at your leisure.
22993
22994 This works for me.  It allows people an easy way to contact me (they can
22995 just press @kbd{r} in the usual way), and I'm not bothered at all with
22996 spam.  It's a win-win situation.  Forging @code{From} headers to point
22997 to non-existent domains is yucky, in my opinion.
22998
22999 Be careful with this approach.  Spammers are wise to it.
23000
23001
23002 @node SpamAssassin
23003 @subsection SpamAssassin, Vipul's Razor, DCC, etc
23004 @cindex SpamAssassin
23005 @cindex Vipul's Razor
23006 @cindex DCC
23007
23008 The days where the hints in the previous section were sufficient in
23009 avoiding spam are coming to an end.  There are many tools out there
23010 that claim to reduce the amount of spam you get.  This section could
23011 easily become outdated fast, as new products replace old, but
23012 fortunately most of these tools seem to have similar interfaces.  Even
23013 though this section will use SpamAssassin as an example, it should be
23014 easy to adapt it to most other tools.
23015
23016 Note that this section does not involve the @code{spam.el} package,
23017 which is discussed in the next section.  If you don't care for all
23018 the features of @code{spam.el}, you can make do with these simple
23019 recipes.
23020
23021 If the tool you are using is not installed on the mail server, you
23022 need to invoke it yourself.  Ideas on how to use the
23023 @code{:postscript} mail source parameter (@pxref{Mail Source
23024 Specifiers}) follow.
23025
23026 @lisp
23027 (setq mail-sources
23028       '((file :prescript "formail -bs spamassassin < /var/mail/%u")
23029         (pop :user "jrl"
23030              :server "pophost"
23031              :postscript
23032              "mv %t /tmp/foo; formail -bs spamc < /tmp/foo > %t")))
23033 @end lisp
23034
23035 Once you manage to process your incoming spool somehow, thus making
23036 the mail contain e.g.@: a header indicating it is spam, you are ready to
23037 filter it out.  Using normal split methods (@pxref{Splitting Mail}):
23038
23039 @lisp
23040 (setq nnmail-split-methods '(("spam"  "^X-Spam-Flag: YES")
23041                              ...))
23042 @end lisp
23043
23044 Or using fancy split methods (@pxref{Fancy Mail Splitting}):
23045
23046 @lisp
23047 (setq nnmail-split-methods 'nnmail-split-fancy
23048       nnmail-split-fancy '(| ("X-Spam-Flag" "YES" "spam")
23049                              ...))
23050 @end lisp
23051
23052 Some people might not like the idea of piping the mail through various
23053 programs using a @code{:prescript} (if some program is buggy, you
23054 might lose all mail).  If you are one of them, another solution is to
23055 call the external tools during splitting.  Example fancy split method:
23056
23057 @lisp
23058 (setq nnmail-split-fancy '(| (: kevin-spamassassin)
23059                              ...))
23060 (defun kevin-spamassassin ()
23061   (save-excursion
23062     (save-restriction
23063       (widen)
23064       (if (eq 1 (call-process-region (point-min) (point-max)
23065                                      "spamc" nil nil nil "-c"))
23066           "spam"))))
23067 @end lisp
23068
23069 Note that with the nnimap back end, message bodies will not be
23070 downloaded by default.  You need to set
23071 @code{nnimap-split-download-body} to @code{t} to do that
23072 (@pxref{Splitting in IMAP}).
23073
23074 That is about it.  As some spam is likely to get through anyway, you
23075 might want to have a nifty function to call when you happen to read
23076 spam.  And here is the nifty function:
23077
23078 @lisp
23079  (defun my-gnus-raze-spam ()
23080   "Submit SPAM to Vipul's Razor, then mark it as expirable."
23081   (interactive)
23082   (gnus-summary-show-raw-article)
23083   (gnus-summary-save-in-pipe "razor-report -f -d")
23084   (gnus-summary-mark-as-expirable 1))
23085 @end lisp
23086
23087 @node Hashcash
23088 @subsection Hashcash
23089 @cindex hashcash
23090
23091 A novel technique to fight spam is to require senders to do something
23092 costly and demonstrably unique for each message they send.  This has
23093 the obvious drawback that you cannot rely on everyone in the world
23094 using this technique, since it is not part of the Internet standards,
23095 but it may be useful in smaller communities.
23096
23097 While the tools in the previous section work well in practice, they
23098 work only because the tools are constantly maintained and updated as
23099 new form of spam appears.  This means that a small percentage of spam
23100 will always get through.  It also means that somewhere, someone needs
23101 to read lots of spam to update these tools.  Hashcash avoids that, but
23102 instead prefers that everyone you contact through e-mail supports the
23103 scheme.  You can view the two approaches as pragmatic vs dogmatic.
23104 The approaches have their own advantages and disadvantages, but as
23105 often in the real world, a combination of them is stronger than either
23106 one of them separately.
23107
23108 @cindex X-Hashcash
23109 The ``something costly'' is to burn CPU time, more specifically to
23110 compute a hash collision up to a certain number of bits.  The
23111 resulting hashcash cookie is inserted in a @samp{X-Hashcash:} header.
23112 For more details, and for the external application @code{hashcash} you
23113 need to install to use this feature, see
23114 @uref{http://www.hashcash.org/}.  Even more information can be found
23115 at @uref{http://www.camram.org/}.
23116
23117 If you wish to generate hashcash for each message you send, you can
23118 customize @code{message-generate-hashcash} (@pxref{Mail Headers, ,Mail
23119 Headers,message, The Message Manual}), as in:
23120
23121 @lisp
23122 (setq message-generate-hashcash t)
23123 @end lisp
23124
23125 You will need to set up some additional variables as well:
23126
23127 @table @code
23128
23129 @item hashcash-default-payment
23130 @vindex hashcash-default-payment
23131 This variable indicates the default number of bits the hash collision
23132 should consist of.  By default this is 20.  Suggested useful values
23133 include 17 to 29.
23134
23135 @item hashcash-payment-alist
23136 @vindex hashcash-payment-alist
23137 Some receivers may require you to spend burn more CPU time than the
23138 default.  This variable contains a list of @samp{(@var{addr}
23139 @var{amount})} cells, where @var{addr} is the receiver (email address
23140 or newsgroup) and @var{amount} is the number of bits in the collision
23141 that is needed.  It can also contain @samp{(@var{addr} @var{string}
23142 @var{amount})} cells, where the @var{string} is the string to use
23143 (normally the email address or newsgroup name is used).
23144
23145 @item hashcash-path
23146 @vindex hashcash-path
23147 Where the @code{hashcash} binary is installed.  This variable should
23148 be automatically set by @code{executable-find}, but if it's @code{nil}
23149 (usually because the @code{hashcash} binary is not in your path)
23150 you'll get a warning when you check hashcash payments and an error
23151 when you generate hashcash payments.
23152
23153 @end table
23154
23155 Gnus can verify hashcash cookies, although this can also be done by
23156 hand customized mail filtering scripts.  To verify a hashcash cookie
23157 in a message, use the @code{mail-check-payment} function in the
23158 @code{hashcash.el} library.  You can also use the @code{spam.el}
23159 package with the @code{spam-use-hashcash} back end to validate hashcash
23160 cookies in incoming mail and filter mail accordingly (@pxref{Anti-spam
23161 Hashcash Payments}).
23162
23163 @node Filtering Spam Using The Spam ELisp Package
23164 @subsection Filtering Spam Using The Spam ELisp Package
23165 @cindex spam filtering
23166 @cindex spam
23167
23168 The idea behind @code{spam.el} is to have a control center for spam detection
23169 and filtering in Gnus.  To that end, @code{spam.el} does two things: it
23170 filters new mail, and it analyzes mail known to be spam or ham.
23171 @dfn{Ham} is the name used throughout @code{spam.el} to indicate
23172 non-spam messages.
23173
23174 Make sure you read the section on the @code{spam.el} sequence of
23175 events.  See @xref{Spam ELisp Package Sequence of Events}.
23176
23177 @cindex spam-initialize
23178 To use @code{spam.el}, you @strong{must} run the function
23179 @code{spam-initialize} to autoload @file{spam.el} and to install the
23180 @code{spam.el} hooks.  There is one exception: if you use the
23181 @code{spam-use-stat} (@pxref{spam-stat spam filtering}) setting, you
23182 should turn it on before @code{spam-initialize}:
23183
23184 @example
23185 (setq spam-use-stat t) ;; if needed
23186 (spam-initialize)
23187 @end example
23188
23189 So, what happens when you load @file{spam.el}?
23190
23191 First, some hooks will get installed by @code{spam-initialize}.  There
23192 are some hooks for @code{spam-stat} so it can save its databases, and
23193 there are hooks so interesting things will happen when you enter and
23194 leave a group.  More on the sequence of events later (@pxref{Spam
23195 ELisp Package Sequence of Events}).
23196
23197 You get the following keyboard commands:
23198
23199 @table @kbd
23200
23201 @item M-d
23202 @itemx M s x
23203 @itemx S x
23204 @kindex M-d
23205 @kindex S x
23206 @kindex M s x
23207 @findex gnus-summary-mark-as-spam
23208 @code{gnus-summary-mark-as-spam}.
23209
23210 Mark current article as spam, showing it with the @samp{$} mark.
23211 Whenever you see a spam article, make sure to mark its summary line
23212 with @kbd{M-d} before leaving the group.  This is done automatically
23213 for unread articles in @emph{spam} groups.
23214
23215 @item M s t
23216 @itemx S t
23217 @kindex M s t
23218 @kindex S t
23219 @findex spam-bogofilter-score
23220 @code{spam-bogofilter-score}.
23221
23222 You must have Bogofilter installed for that command to work properly.
23223
23224 @xref{Bogofilter}.
23225
23226 @end table
23227
23228 Also, when you load @file{spam.el}, you will be able to customize its
23229 variables.  Try @code{customize-group} on the @samp{spam} variable
23230 group.
23231
23232 @menu
23233 * Spam ELisp Package Sequence of Events::
23234 * Spam ELisp Package Filtering of Incoming Mail::
23235 * Spam ELisp Package Global Variables::
23236 * Spam ELisp Package Sorting and Score Display in Summary Buffer::
23237 * Spam ELisp Package Configuration Examples::
23238 * Blacklists and Whitelists::
23239 * BBDB Whitelists::
23240 * Gmane Spam Reporting::
23241 * Anti-spam Hashcash Payments::
23242 * Blackholes::
23243 * Regular Expressions Header Matching::
23244 * Bogofilter::
23245 * SpamAssassin back end::
23246 * ifile spam filtering::
23247 * spam-stat spam filtering::
23248 * SpamOracle::
23249 * Extending the Spam ELisp package::
23250 @end menu
23251
23252 @node Spam ELisp Package Sequence of Events
23253 @subsubsection Spam ELisp Package Sequence of Events
23254 @cindex spam filtering
23255 @cindex spam filtering sequence of events
23256 @cindex spam
23257 You must read this section to understand how @code{spam.el} works.
23258 Do not skip, speed-read, or glance through this section.
23259
23260 There are two @emph{contact points}, if you will, between
23261 @code{spam.el} and the rest of Gnus: checking new mail for spam, and
23262 leaving a group.
23263
23264 Getting new mail in Gnus is done in one of two ways.  You can either
23265 split your incoming mail or you can classify new articles as ham or
23266 spam when you enter the group.
23267
23268 Splitting incoming mail is better suited to mail back ends such as
23269 @code{nnml} or @code{nnimap} where new mail appears in a single file
23270 called a @dfn{Spool File}.  See @xref{Spam ELisp Package Filtering of
23271 Incoming Mail}.
23272
23273 @vindex gnus-spam-autodetect
23274 @vindex gnus-spam-autodetect-methods
23275 For back ends such as @code{nntp} there is no incoming mail spool, so
23276 an alternate mechanism must be used.  This may also happen for
23277 back ends where the server is in charge of splitting incoming mail, and
23278 Gnus does not do further splitting.  The @code{spam-autodetect} and
23279 @code{spam-autodetect-methods} group parameters (accessible with
23280 @kbd{G c} and @kbd{G p} as usual), and the corresponding variables
23281 @code{gnus-spam-autodetect} and @code{gnus-spam-autodetect-methods}
23282 (accessible with @kbd{M-x customize-variable} as usual) can help.
23283
23284 When @code{spam-autodetect} is used (you can turn it on for a
23285 group/topic or wholesale by regular expression matches, as needed), it
23286 hooks into the process of entering a group.  Thus, entering a group
23287 with unseen or unread articles becomes the substitute for checking
23288 incoming mail.  Whether only unseen articles or all unread articles
23289 will be processed is determined by the
23290 @code{spam-autodetect-recheck-messages}.  When set to @code{t}, unread
23291 messages will be rechecked.  You should probably stick with the
23292 default of only checking unseen messages.
23293
23294 @code{spam-autodetect} grants the user at once more and less control
23295 of spam filtering.  The user will have more control over each group's
23296 spam methods, so for instance the @samp{ding} group may have
23297 @code{spam-use-BBDB} as the autodetection method, while the
23298 @samp{suspect} group may have the @code{spam-use-blacklist} and
23299 @code{spam-use-bogofilter} methods enabled.  Every article detected to
23300 be spam will be marked with the spam mark @samp{$} and processed on
23301 exit from the group as normal spam.  The user has less control over
23302 the @emph{sequence} of checks, as he might with @code{spam-split}.
23303
23304 When the newly split mail goes into groups, or messages are
23305 autodetected to be ham or spam, those groups must be exited (after
23306 entering, if needed) for further spam processing to happen.  It
23307 matters whether the group is considered a ham group, a spam group, or
23308 is unclassified, based on its @code{spam-content} parameter
23309 (@pxref{Spam ELisp Package Global Variables}).  Spam groups have the
23310 additional characteristic that, when entered, any unseen or unread
23311 articles (depending on the @code{spam-mark-only-unseen-as-spam}
23312 variable) will be marked as spam.  Thus, mail split into a spam group
23313 gets automatically marked as spam when you enter the group.
23314
23315 Thus, when you exit a group, the @code{spam-processors} are applied,
23316 if any are set, and the processed mail is moved to the
23317 @code{ham-process-destination} or the @code{spam-process-destination}
23318 depending on the article's classification.  If the
23319 @code{ham-process-destination} or the @code{spam-process-destination},
23320 whichever is appropriate, are @code{nil}, the article is left in the
23321 current group.
23322
23323 If a spam is found in any group (this can be changed to only non-spam
23324 groups with @code{spam-move-spam-nonspam-groups-only}), it is
23325 processed by the active @code{spam-processors} (@pxref{Spam ELisp
23326 Package Global Variables}) when the group is exited.  Furthermore, the
23327 spam is moved to the @code{spam-process-destination} (@pxref{Spam
23328 ELisp Package Global Variables}) for further training or deletion.
23329 You have to load the @code{gnus-registry.el} package and enable the
23330 @code{spam-log-to-registry} variable if you want spam to be processed
23331 no more than once.  Thus, spam is detected and processed everywhere,
23332 which is what most people want.  If the
23333 @code{spam-process-destination} is @code{nil}, the spam is marked as
23334 expired, which is usually the right thing to do.
23335
23336 If spam can not be moved---because of a read-only back end such as
23337 @acronym{NNTP}, for example, it will be copied.
23338
23339 If a ham mail is found in a ham group, as determined by the
23340 @code{ham-marks} parameter, it is processed as ham by the active ham
23341 @code{spam-processor} when the group is exited.  With the variables
23342 @code{spam-process-ham-in-spam-groups} and
23343 @code{spam-process-ham-in-nonham-groups} the behavior can be further
23344 altered so ham found anywhere can be processed.  You have to load the
23345 @code{gnus-registry.el} package and enable the
23346 @code{spam-log-to-registry} variable if you want ham to be processed
23347 no more than once.  Thus, ham is detected and processed only when
23348 necessary, which is what most people want.  More on this in
23349 @xref{Spam ELisp Package Configuration Examples}.
23350
23351 If ham can not be moved---because of a read-only back end such as
23352 @acronym{NNTP}, for example, it will be copied.
23353
23354 If all this seems confusing, don't worry.  Soon it will be as natural
23355 as typing Lisp one-liners on a neural interface@dots{} err, sorry, that's
23356 50 years in the future yet.  Just trust us, it's not so bad.
23357
23358 @node Spam ELisp Package Filtering of Incoming Mail
23359 @subsubsection Spam ELisp Package Filtering of Incoming Mail
23360 @cindex spam filtering
23361 @cindex spam filtering incoming mail
23362 @cindex spam
23363
23364 To use the @code{spam.el} facilities for incoming mail filtering, you
23365 must add the following to your fancy split list
23366 @code{nnmail-split-fancy} or @code{nnimap-split-fancy}:
23367
23368 @example
23369 (: spam-split)
23370 @end example
23371
23372 Note that the fancy split may be called @code{nnmail-split-fancy} or
23373 @code{nnimap-split-fancy}, depending on whether you use the nnmail or
23374 nnimap back ends to retrieve your mail.
23375
23376 Also, @code{spam-split} will not modify incoming mail in any way.
23377
23378 The @code{spam-split} function will process incoming mail and send the
23379 mail considered to be spam into the group name given by the variable
23380 @code{spam-split-group}.  By default that group name is @samp{spam},
23381 but you can customize @code{spam-split-group}.  Make sure the contents
23382 of @code{spam-split-group} are an @emph{unqualified} group name, for
23383 instance in an @code{nnimap} server @samp{your-server} the value
23384 @samp{spam} will turn out to be @samp{nnimap+your-server:spam}.  The
23385 value @samp{nnimap+server:spam}, therefore, is wrong and will
23386 actually give you the group
23387 @samp{nnimap+your-server:nnimap+server:spam} which may or may not
23388 work depending on your server's tolerance for strange group names.
23389
23390 You can also give @code{spam-split} a parameter,
23391 e.g. @code{spam-use-regex-headers} or @code{"maybe-spam"}.  Why is
23392 this useful?
23393
23394 Take these split rules (with @code{spam-use-regex-headers} and
23395 @code{spam-use-blackholes} set):
23396
23397 @example
23398  nnimap-split-fancy '(|
23399                       (any "ding" "ding")
23400                       (: spam-split)
23401                       ;; @r{default mailbox}
23402                       "mail")
23403 @end example
23404
23405 Now, the problem is that you want all ding messages to make it to the
23406 ding folder.  But that will let obvious spam (for example, spam
23407 detected by SpamAssassin, and @code{spam-use-regex-headers}) through,
23408 when it's sent to the ding list.  On the other hand, some messages to
23409 the ding list are from a mail server in the blackhole list, so the
23410 invocation of @code{spam-split} can't be before the ding rule.
23411
23412 You can let SpamAssassin headers supersede ding rules, but all other
23413 @code{spam-split} rules (including a second invocation of the
23414 regex-headers check) will be after the ding rule:
23415
23416 @example
23417 nnimap-split-fancy
23418       '(|
23419         ;; @r{all spam detected by @code{spam-use-regex-headers} goes to @samp{regex-spam}}
23420         (: spam-split "regex-spam" 'spam-use-regex-headers)
23421         (any "ding" "ding")
23422         ;; @r{all other spam detected by spam-split goes to @code{spam-split-group}}
23423         (: spam-split)
23424         ;; @r{default mailbox}
23425         "mail")
23426 @end example
23427
23428 This lets you invoke specific @code{spam-split} checks depending on
23429 your particular needs, and to target the results of those checks to a
23430 particular spam group.  You don't have to throw all mail into all the
23431 spam tests.  Another reason why this is nice is that messages to
23432 mailing lists you have rules for don't have to have resource-intensive
23433 blackhole checks performed on them.  You could also specify different
23434 spam checks for your nnmail split vs. your nnimap split.  Go crazy.
23435
23436 You should still have specific checks such as
23437 @code{spam-use-regex-headers} set to @code{t}, even if you
23438 specifically invoke @code{spam-split} with the check.  The reason is
23439 that when loading @file{spam.el}, some conditional loading is done
23440 depending on what @code{spam-use-xyz} variables you have set.  This
23441 is usually not critical, though.
23442
23443 @emph{Note for IMAP users}
23444
23445 The boolean variable @code{nnimap-split-download-body} needs to be
23446 set, if you want to split based on the whole message instead of just
23447 the headers.  By default, the nnimap back end will only retrieve the
23448 message headers.  If you use a @emph{statistical} filter,
23449 e.g. @code{spam-check-bogofilter}, @code{spam-check-ifile}, or
23450 @code{spam-check-stat} (the splitters that can benefit from the full
23451 message body), this variable will be set automatically.  It is not set
23452 for non-statistical back ends by default because it will slow
23453 @acronym{IMAP} down.
23454
23455 @xref{Splitting in IMAP}.
23456
23457 @node Spam ELisp Package Global Variables
23458 @subsubsection Spam ELisp Package Global Variables
23459 @cindex spam filtering
23460 @cindex spam filtering variables
23461 @cindex spam variables
23462 @cindex spam
23463
23464 @vindex gnus-spam-process-newsgroups
23465 The concepts of ham processors and spam processors are very important.
23466 Ham processors and spam processors for a group can be set with the
23467 @code{spam-process} group parameter, or the
23468 @code{gnus-spam-process-newsgroups} variable.  Ham processors take
23469 mail known to be non-spam (@emph{ham}) and process it in some way so
23470 that later similar mail will also be considered non-spam.  Spam
23471 processors take mail known to be spam and process it so similar spam
23472 will be detected later.
23473
23474 The format of the spam or ham processor entry used to be a symbol,
23475 but now it is a @sc{cons} cell.  See the individual spam processor entries
23476 for more information.
23477
23478 @vindex gnus-spam-newsgroup-contents
23479 Gnus learns from the spam you get.  You have to collect your spam in
23480 one or more spam groups, and set or customize the variable
23481 @code{spam-junk-mailgroups} as appropriate.  You can also declare
23482 groups to contain spam by setting their group parameter
23483 @code{spam-contents} to @code{gnus-group-spam-classification-spam}, or
23484 by customizing the corresponding variable
23485 @code{gnus-spam-newsgroup-contents}.  The @code{spam-contents} group
23486 parameter and the @code{gnus-spam-newsgroup-contents} variable can
23487 also be used to declare groups as @emph{ham} groups if you set their
23488 classification to @code{gnus-group-spam-classification-ham}.  If
23489 groups are not classified by means of @code{spam-junk-mailgroups},
23490 @code{spam-contents}, or @code{gnus-spam-newsgroup-contents}, they are
23491 considered @emph{unclassified}.  All groups are unclassified by
23492 default.
23493
23494 @vindex gnus-spam-mark
23495 @cindex $
23496 In spam groups, all messages are considered to be spam by default:
23497 they get the @samp{$} mark (@code{gnus-spam-mark}) when you enter the
23498 group.  If you have seen a message, had it marked as spam, then
23499 unmarked it, it won't be marked as spam when you enter the group
23500 thereafter.  You can disable that behavior, so all unread messages
23501 will get the @samp{$} mark, if you set the
23502 @code{spam-mark-only-unseen-as-spam} parameter to @code{nil}.  You
23503 should remove the @samp{$} mark when you are in the group summary
23504 buffer for every message that is not spam after all.  To remove the
23505 @samp{$} mark, you can use @kbd{M-u} to ``unread'' the article, or
23506 @kbd{d} for declaring it read the non-spam way.  When you leave a
23507 group, all spam-marked (@samp{$}) articles are sent to a spam
23508 processor which will study them as spam samples.
23509
23510 Messages may also be deleted in various other ways, and unless
23511 @code{ham-marks} group parameter gets overridden below, marks @samp{R}
23512 and @samp{r} for default read or explicit delete, marks @samp{X} and
23513 @samp{K} for automatic or explicit kills, as well as mark @samp{Y} for
23514 low scores, are all considered to be associated with articles which
23515 are not spam.  This assumption might be false, in particular if you
23516 use kill files or score files as means for detecting genuine spam, you
23517 should then adjust the @code{ham-marks} group parameter.
23518
23519 @defvar ham-marks
23520 You can customize this group or topic parameter to be the list of
23521 marks you want to consider ham.  By default, the list contains the
23522 deleted, read, killed, kill-filed, and low-score marks (the idea is
23523 that these articles have been read, but are not spam).  It can be
23524 useful to also include the tick mark in the ham marks.  It is not
23525 recommended to make the unread mark a ham mark, because it normally
23526 indicates a lack of classification.  But you can do it, and we'll be
23527 happy for you.
23528 @end defvar
23529
23530 @defvar spam-marks
23531 You can customize this group or topic parameter to be the list of
23532 marks you want to consider spam.  By default, the list contains only
23533 the spam mark.  It is not recommended to change that, but you can if
23534 you really want to.
23535 @end defvar
23536
23537 When you leave @emph{any} group, regardless of its
23538 @code{spam-contents} classification, all spam-marked articles are sent
23539 to a spam processor, which will study these as spam samples.  If you
23540 explicit kill a lot, you might sometimes end up with articles marked
23541 @samp{K} which you never saw, and which might accidentally contain
23542 spam.  Best is to make sure that real spam is marked with @samp{$},
23543 and nothing else.
23544
23545 @vindex gnus-ham-process-destinations
23546 When you leave a @emph{spam} group, all spam-marked articles are
23547 marked as expired after processing with the spam processor.  This is
23548 not done for @emph{unclassified} or @emph{ham} groups.  Also, any
23549 @strong{ham} articles in a spam group will be moved to a location
23550 determined by either the @code{ham-process-destination} group
23551 parameter or a match in the @code{gnus-ham-process-destinations}
23552 variable, which is a list of regular expressions matched with group
23553 names (it's easiest to customize this variable with @kbd{M-x
23554 customize-variable @key{RET} gnus-ham-process-destinations}).  Each
23555 group name list is a standard Lisp list, if you prefer to customize
23556 the variable manually.  If the @code{ham-process-destination}
23557 parameter is not set, ham articles are left in place.  If the
23558 @code{spam-mark-ham-unread-before-move-from-spam-group} parameter is
23559 set, the ham articles are marked as unread before being moved.
23560
23561 If ham can not be moved---because of a read-only back end such as
23562 @acronym{NNTP}, for example, it will be copied.
23563
23564 Note that you can use multiples destinations per group or regular
23565 expression!  This enables you to send your ham to a regular mail
23566 group and to a @emph{ham training} group.
23567
23568 When you leave a @emph{ham} group, all ham-marked articles are sent to
23569 a ham processor, which will study these as non-spam samples.
23570
23571 @vindex spam-process-ham-in-spam-groups
23572 By default the variable @code{spam-process-ham-in-spam-groups} is
23573 @code{nil}.  Set it to @code{t} if you want ham found in spam groups
23574 to be processed.  Normally this is not done, you are expected instead
23575 to send your ham to a ham group and process it there.
23576
23577 @vindex spam-process-ham-in-nonham-groups
23578 By default the variable @code{spam-process-ham-in-nonham-groups} is
23579 @code{nil}.  Set it to @code{t} if you want ham found in non-ham (spam
23580 or unclassified) groups to be processed.  Normally this is not done,
23581 you are expected instead to send your ham to a ham group and process
23582 it there.
23583
23584 @vindex gnus-spam-process-destinations
23585 When you leave a @emph{ham} or @emph{unclassified} group, all
23586 @strong{spam} articles are moved to a location determined by either
23587 the @code{spam-process-destination} group parameter or a match in the
23588 @code{gnus-spam-process-destinations} variable, which is a list of
23589 regular expressions matched with group names (it's easiest to
23590 customize this variable with @kbd{M-x customize-variable @key{RET}
23591 gnus-spam-process-destinations}).  Each group name list is a standard
23592 Lisp list, if you prefer to customize the variable manually.  If the
23593 @code{spam-process-destination} parameter is not set, the spam
23594 articles are only expired.  The group name is fully qualified, meaning
23595 that if you see @samp{nntp:servername} before the group name in the
23596 group buffer then you need it here as well.
23597
23598 If spam can not be moved---because of a read-only back end such as
23599 @acronym{NNTP}, for example, it will be copied.
23600
23601 Note that you can use multiples destinations per group or regular
23602 expression!  This enables you to send your spam to multiple @emph{spam
23603 training} groups.
23604
23605 @vindex spam-log-to-registry
23606 The problem with processing ham and spam is that Gnus doesn't track
23607 this processing by default.  Enable the @code{spam-log-to-registry}
23608 variable so @code{spam.el} will use @code{gnus-registry.el} to track
23609 what articles have been processed, and avoid processing articles
23610 multiple times.  Keep in mind that if you limit the number of registry
23611 entries, this won't work as well as it does without a limit.
23612
23613 @vindex spam-mark-only-unseen-as-spam
23614 Set this variable if you want only unseen articles in spam groups to
23615 be marked as spam.  By default, it is set.  If you set it to
23616 @code{nil}, unread articles will also be marked as spam.
23617
23618 @vindex spam-mark-ham-unread-before-move-from-spam-group
23619 Set this variable if you want ham to be unmarked before it is moved
23620 out of the spam group.  This is very useful when you use something
23621 like the tick mark @samp{!} to mark ham---the article will be placed
23622 in your @code{ham-process-destination}, unmarked as if it came fresh
23623 from the mail server.
23624
23625 @vindex spam-autodetect-recheck-messages
23626 When autodetecting spam, this variable tells @code{spam.el} whether
23627 only unseen articles or all unread articles should be checked for
23628 spam.  It is recommended that you leave it off.
23629
23630 @node Spam ELisp Package Sorting and Score Display in Summary Buffer
23631 @subsubsection Spam ELisp Package Sorting and Score Display in Summary Buffer
23632 @cindex spam scoring
23633 @cindex spam sorting
23634 @cindex spam score summary buffer
23635 @cindex spam sort summary buffer
23636 @cindex spam
23637
23638 You can display the spam score of articles in your summary buffer, and
23639 you can sort articles by their spam score.
23640
23641 First you need to decide which back end you will be using.  If you use
23642 the @code{spam-use-spamassassin},
23643 @code{spam-use-spamassassin-headers}, or @code{spam-use-regex-headers}
23644 back end, the @code{X-Spam-Status} header will be used.  If you use
23645 @code{spam-use-bogofilter}, the @code{X-Bogosity} header will be used.
23646 If you use @code{spam-use-crm114}, any header that matches the CRM114
23647 score format will be used.  As long as you set the appropriate back end
23648 variable to t @emph{before} you load @file{spam.el}, you will be
23649 fine.  @code{spam.el} will automatically add the right header to the
23650 internal Gnus list of required headers.
23651
23652 To show the spam score in your summary buffer, add this line to your
23653 @code{gnus.el} file (note @code{spam.el} does not do that by default
23654 so it won't override any existing @code{S} formats you may have).
23655
23656 @lisp
23657 (defalias 'gnus-user-format-function-S 'spam-user-format-function-S)
23658 @end lisp
23659
23660 Now just set your summary line format to use @code{%uS}.  Here's an
23661 example that formats the spam score in a 5-character field:
23662
23663 @lisp
23664 (setq gnus-summary-line-format
23665  "%U%R %10&user-date; $%5uS %6k  %B %(%4L: %*%-25,25a%) %s \n")
23666 @end lisp
23667
23668 Finally, to sort by spam status, either do it globally:
23669
23670 @lisp
23671 (setq
23672  gnus-show-threads nil
23673  gnus-article-sort-functions
23674   '(spam-article-sort-by-spam-status))
23675 @end lisp
23676
23677 or per group (@pxref{Sorting the Summary Buffer}).
23678
23679 @node Spam ELisp Package Configuration Examples
23680 @subsubsection Spam ELisp Package Configuration Examples
23681 @cindex spam filtering
23682 @cindex spam filtering configuration examples
23683 @cindex spam configuration examples
23684 @cindex spam
23685
23686 @subsubheading Ted's setup
23687
23688 From Ted Zlatanov <tzz@@lifelogs.com>.
23689 @example
23690 ;; @r{for @code{gnus-registry-split-fancy-with-parent} and spam autodetection}
23691 ;; @r{see @file{gnus-registry.el} for more information}
23692 (gnus-registry-initialize)
23693 (spam-initialize)
23694
23695 ;; @r{I like @kbd{C-s} for marking spam}
23696 (define-key gnus-summary-mode-map "\C-s" 'gnus-summary-mark-as-spam)
23697
23698 (setq
23699  spam-log-to-registry t     ; @r{for spam autodetection}
23700  spam-use-BBDB t
23701  spam-use-regex-headers t   ; @r{catch X-Spam-Flag (SpamAssassin)}
23702  ;; @r{all groups with @samp{spam} in the name contain spam}
23703  gnus-spam-newsgroup-contents
23704   '(("spam" gnus-group-spam-classification-spam))
23705  ;; @r{see documentation for these}
23706  spam-move-spam-nonspam-groups-only nil
23707  spam-mark-only-unseen-as-spam t
23708  spam-mark-ham-unread-before-move-from-spam-group t
23709  nnimap-split-rule 'nnimap-split-fancy
23710  ;; @r{understand what this does before you copy it to your own setup!}
23711  nnimap-split-fancy '(|
23712                       ;; @r{trace references to parents and put in their group}
23713                       (: gnus-registry-split-fancy-with-parent)
23714                       ;; @r{this will catch server-side SpamAssassin tags}
23715                       (: spam-split 'spam-use-regex-headers)
23716                       (any "ding" "ding")
23717                       ;; @r{note that spam by default will go to @samp{spam}}
23718                       (: spam-split)
23719                       ;; @r{default mailbox}
23720                       "mail"))
23721
23722 ;; @r{my parameters, set with @kbd{G p}}
23723
23724 ;; @r{all nnml groups, and all nnimap groups except}
23725 ;; @r{@samp{nnimap+mail.lifelogs.com:train} and}
23726 ;; @r{@samp{nnimap+mail.lifelogs.com:spam}: any spam goes to nnimap training,}
23727 ;; @r{because it must have been detected manually}
23728
23729 ((spam-process-destination . "nnimap+mail.lifelogs.com:train"))
23730
23731 ;; @r{all @acronym{NNTP} groups}
23732 ;; @r{autodetect spam with the blacklist and ham with the BBDB}
23733 ((spam-autodetect-methods spam-use-blacklist spam-use-BBDB)
23734 ;; @r{send all spam to the training group}
23735  (spam-process-destination . "nnimap+mail.lifelogs.com:train"))
23736
23737 ;; @r{only some @acronym{NNTP} groups, where I want to autodetect spam}
23738 ((spam-autodetect . t))
23739
23740 ;; @r{my nnimap @samp{nnimap+mail.lifelogs.com:spam} group}
23741
23742 ;; @r{this is a spam group}
23743 ((spam-contents gnus-group-spam-classification-spam)
23744
23745  ;; @r{any spam (which happens when I enter for all unseen messages,}
23746  ;; @r{because of the @code{gnus-spam-newsgroup-contents} setting above), goes to}
23747  ;; @r{@samp{nnimap+mail.lifelogs.com:train} unless I mark it as ham}
23748
23749  (spam-process-destination "nnimap+mail.lifelogs.com:train")
23750
23751  ;; @r{any ham goes to my @samp{nnimap+mail.lifelogs.com:mail} folder, but}
23752  ;; @r{also to my @samp{nnimap+mail.lifelogs.com:trainham} folder for training}
23753
23754  (ham-process-destination "nnimap+mail.lifelogs.com:mail"
23755                           "nnimap+mail.lifelogs.com:trainham")
23756  ;; @r{in this group, only @samp{!} marks are ham}
23757  (ham-marks
23758   (gnus-ticked-mark))
23759  ;; @r{remembers senders in the blacklist on the way out---this is}
23760  ;; @r{definitely not needed, it just makes me feel better}
23761  (spam-process (gnus-group-spam-exit-processor-blacklist)))
23762
23763 ;; @r{Later, on the @acronym{IMAP} server I use the @samp{train} group for training}
23764 ;; @r{SpamAssassin to recognize spam, and the @samp{trainham} group fora}
23765 ;; @r{recognizing ham---but Gnus has nothing to do with it.}
23766
23767 @end example
23768
23769 @subsubheading Using @code{spam.el} on an IMAP server with a statistical filter on the server
23770 From Reiner Steib <reiner.steib@@gmx.de>.
23771
23772 My provider has set up bogofilter (in combination with @acronym{DCC}) on
23773 the mail server (@acronym{IMAP}).  Recognized spam goes to
23774 @samp{spam.detected}, the rest goes through the normal filter rules,
23775 i.e. to @samp{some.folder} or to @samp{INBOX}.  Training on false
23776 positives or negatives is done by copying or moving the article to
23777 @samp{training.ham} or @samp{training.spam} respectively.  A cron job on
23778 the server feeds those to bogofilter with the suitable ham or spam
23779 options and deletes them from the @samp{training.ham} and
23780 @samp{training.spam} folders.
23781
23782 With the following entries in @code{gnus-parameters}, @code{spam.el}
23783 does most of the job for me:
23784
23785 @lisp
23786    ("nnimap:spam\\.detected"
23787     (gnus-article-sort-functions '(gnus-article-sort-by-chars))
23788     (ham-process-destination "nnimap:INBOX" "nnimap:training.ham")
23789     (spam-contents gnus-group-spam-classification-spam))
23790    ("nnimap:\\(INBOX\\|other-folders\\)"
23791     (spam-process-destination . "nnimap:training.spam")
23792     (spam-contents gnus-group-spam-classification-ham))
23793 @end lisp
23794
23795 @itemize
23796
23797 @item @b{The Spam folder:}
23798
23799 In the folder @samp{spam.detected}, I have to check for false positives
23800 (i.e. legitimate mails, that were wrongly judged as spam by
23801 bogofilter or DCC).
23802
23803 Because of the @code{gnus-group-spam-classification-spam} entry, all
23804 messages are marked as spam (with @code{$}).  When I find a false
23805 positive, I mark the message with some other ham mark (@code{ham-marks},
23806 @ref{Spam ELisp Package Global Variables}).  On group exit, those
23807 messages are copied to both groups, @samp{INBOX} (where I want to have
23808 the article) and @samp{training.ham} (for training bogofilter) and
23809 deleted from the @samp{spam.detected} folder.
23810
23811 The @code{gnus-article-sort-by-chars} entry simplifies detection of
23812 false positives for me.  I receive lots of worms (sweN, @dots{}), that all
23813 have a similar size.  Grouping them by size (i.e. chars) makes finding
23814 other false positives easier.  (Of course worms aren't @i{spam}
23815 (@acronym{UCE}, @acronym{UBE}) strictly speaking.  Anyhow, bogofilter is
23816 an excellent tool for filtering those unwanted mails for me.)
23817
23818 @item @b{Ham folders:}
23819
23820 In my ham folders, I just hit @kbd{S x}
23821 (@code{gnus-summary-mark-as-spam}) whenever I see an unrecognized spam
23822 mail (false negative).  On group exit, those messages are moved to
23823 @samp{training.spam}.
23824 @end itemize
23825
23826 @subsubheading Reporting spam articles in Gmane groups with @code{spam-report.el}
23827
23828 From Reiner Steib <reiner.steib@@gmx.de>.
23829
23830 With following entry in @code{gnus-parameters}, @kbd{S x}
23831 (@code{gnus-summary-mark-as-spam}) marks articles in @code{gmane.*}
23832 groups as spam and reports the to Gmane at group exit:
23833
23834 @lisp
23835    ("^gmane\\."
23836     (spam-process (gnus-group-spam-exit-processor-report-gmane)))
23837 @end lisp
23838
23839 Additionally, I use @code{(setq spam-report-gmane-use-article-number nil)}
23840 because I don't read the groups directly from news.gmane.org, but
23841 through my local news server (leafnode).  I.e. the article numbers are
23842 not the same as on news.gmane.org, thus @code{spam-report.el} has to check
23843 the @code{X-Report-Spam} header to find the correct number.
23844
23845 @node Blacklists and Whitelists
23846 @subsubsection Blacklists and Whitelists
23847 @cindex spam filtering
23848 @cindex whitelists, spam filtering
23849 @cindex blacklists, spam filtering
23850 @cindex spam
23851
23852 @defvar spam-use-blacklist
23853
23854 Set this variable to @code{t} if you want to use blacklists when
23855 splitting incoming mail.  Messages whose senders are in the blacklist
23856 will be sent to the @code{spam-split-group}.  This is an explicit
23857 filter, meaning that it acts only on mail senders @emph{declared} to
23858 be spammers.
23859
23860 @end defvar
23861
23862 @defvar spam-use-whitelist
23863
23864 Set this variable to @code{t} if you want to use whitelists when
23865 splitting incoming mail.  Messages whose senders are not in the
23866 whitelist will be sent to the next spam-split rule.  This is an
23867 explicit filter, meaning that unless someone is in the whitelist, their
23868 messages are not assumed to be spam or ham.
23869
23870 @end defvar
23871
23872 @defvar spam-use-whitelist-exclusive
23873
23874 Set this variable to @code{t} if you want to use whitelists as an
23875 implicit filter, meaning that every message will be considered spam
23876 unless the sender is in the whitelist.  Use with care.
23877
23878 @end defvar
23879
23880 @defvar gnus-group-spam-exit-processor-blacklist
23881
23882 Add this symbol to a group's @code{spam-process} parameter by
23883 customizing the group parameters or the
23884 @code{gnus-spam-process-newsgroups} variable.  When this symbol is
23885 added to a group's @code{spam-process} parameter, the senders of
23886 spam-marked articles will be added to the blacklist.
23887
23888 @emph{WARNING}
23889
23890 Instead of the obsolete
23891 @code{gnus-group-spam-exit-processor-blacklist}, it is recommended
23892 that you use @code{(spam spam-use-blacklist)}.  Everything will work
23893 the same way, we promise.
23894
23895 @end defvar
23896
23897 @defvar gnus-group-ham-exit-processor-whitelist
23898
23899 Add this symbol to a group's @code{spam-process} parameter by
23900 customizing the group parameters or the
23901 @code{gnus-spam-process-newsgroups} variable.  When this symbol is
23902 added to a group's @code{spam-process} parameter, the senders of
23903 ham-marked articles in @emph{ham} groups will be added to the
23904 whitelist.
23905
23906 @emph{WARNING}
23907
23908 Instead of the obsolete
23909 @code{gnus-group-ham-exit-processor-whitelist}, it is recommended
23910 that you use @code{(ham spam-use-whitelist)}.  Everything will work
23911 the same way, we promise.
23912
23913 @end defvar
23914
23915 Blacklists are lists of regular expressions matching addresses you
23916 consider to be spam senders.  For instance, to block mail from any
23917 sender at @samp{vmadmin.com}, you can put @samp{vmadmin.com} in your
23918 blacklist.  You start out with an empty blacklist.  Blacklist entries
23919 use the Emacs regular expression syntax.
23920
23921 Conversely, whitelists tell Gnus what addresses are considered
23922 legitimate.  All messages from whitelisted addresses are considered
23923 non-spam.  Also see @ref{BBDB Whitelists}.  Whitelist entries use the
23924 Emacs regular expression syntax.
23925
23926 The blacklist and whitelist file locations can be customized with the
23927 @code{spam-directory} variable (@file{~/News/spam} by default), or
23928 the @code{spam-whitelist} and @code{spam-blacklist} variables
23929 directly.  The whitelist and blacklist files will by default be in the
23930 @code{spam-directory} directory, named @file{whitelist} and
23931 @file{blacklist} respectively.
23932
23933 @node BBDB Whitelists
23934 @subsubsection BBDB Whitelists
23935 @cindex spam filtering
23936 @cindex BBDB whitelists, spam filtering
23937 @cindex BBDB, spam filtering
23938 @cindex spam
23939
23940 @defvar spam-use-BBDB
23941
23942 Analogous to @code{spam-use-whitelist} (@pxref{Blacklists and
23943 Whitelists}), but uses the BBDB as the source of whitelisted
23944 addresses, without regular expressions.  You must have the BBDB loaded
23945 for @code{spam-use-BBDB} to work properly.  Messages whose senders are
23946 not in the BBDB will be sent to the next spam-split rule.  This is an
23947 explicit filter, meaning that unless someone is in the BBDB, their
23948 messages are not assumed to be spam or ham.
23949
23950 @end defvar
23951
23952 @defvar spam-use-BBDB-exclusive
23953
23954 Set this variable to @code{t} if you want to use the BBDB as an
23955 implicit filter, meaning that every message will be considered spam
23956 unless the sender is in the BBDB.  Use with care.  Only sender
23957 addresses in the BBDB will be allowed through; all others will be
23958 classified as spammers.
23959
23960 While @code{spam-use-BBDB-exclusive} @emph{can} be used as an alias
23961 for @code{spam-use-BBDB} as far as @code{spam.el} is concerned, it is
23962 @emph{not} a separate back end.  If you set
23963 @code{spam-use-BBDB-exclusive} to t, @emph{all} your BBDB splitting
23964 will be exclusive.
23965
23966 @end defvar
23967
23968 @defvar gnus-group-ham-exit-processor-BBDB
23969
23970 Add this symbol to a group's @code{spam-process} parameter by
23971 customizing the group parameters or the
23972 @code{gnus-spam-process-newsgroups} variable.  When this symbol is
23973 added to a group's @code{spam-process} parameter, the senders of
23974 ham-marked articles in @emph{ham} groups will be added to the
23975 BBDB.
23976
23977 @emph{WARNING}
23978
23979 Instead of the obsolete
23980 @code{gnus-group-ham-exit-processor-BBDB}, it is recommended
23981 that you use @code{(ham spam-use-BBDB)}.  Everything will work
23982 the same way, we promise.
23983
23984 @end defvar
23985
23986 @node Gmane Spam Reporting
23987 @subsubsection Gmane Spam Reporting
23988 @cindex spam reporting
23989 @cindex Gmane, spam reporting
23990 @cindex Gmane, spam reporting
23991 @cindex spam
23992
23993 @defvar gnus-group-spam-exit-processor-report-gmane
23994
23995 Add this symbol to a group's @code{spam-process} parameter by
23996 customizing the group parameters or the
23997 @code{gnus-spam-process-newsgroups} variable.  When this symbol is
23998 added to a group's @code{spam-process} parameter, the spam-marked
23999 articles groups will be reported to the Gmane administrators via a
24000 HTTP request.
24001
24002 Gmane can be found at @uref{http://gmane.org}.
24003
24004 @emph{WARNING}
24005
24006 Instead of the obsolete
24007 @code{gnus-group-spam-exit-processor-report-gmane}, it is recommended
24008 that you use @code{(spam spam-use-gmane)}.  Everything will work the
24009 same way, we promise.
24010
24011 @end defvar
24012
24013 @defvar spam-report-gmane-use-article-number
24014
24015 This variable is @code{t} by default.  Set it to @code{nil} if you are
24016 running your own news server, for instance, and the local article
24017 numbers don't correspond to the Gmane article numbers.  When
24018 @code{spam-report-gmane-use-article-number} is @code{nil},
24019 @code{spam-report.el} will use the @code{X-Report-Spam} header that
24020 Gmane provides.
24021
24022 @end defvar
24023
24024 @node Anti-spam Hashcash Payments
24025 @subsubsection Anti-spam Hashcash Payments
24026 @cindex spam filtering
24027 @cindex hashcash, spam filtering
24028 @cindex spam
24029
24030 @defvar spam-use-hashcash
24031
24032 Similar to @code{spam-use-whitelist} (@pxref{Blacklists and
24033 Whitelists}), but uses hashcash tokens for whitelisting messages
24034 instead of the sender address.  Messages without a hashcash payment
24035 token will be sent to the next spam-split rule.  This is an explicit
24036 filter, meaning that unless a hashcash token is found, the messages
24037 are not assumed to be spam or ham.
24038
24039 @end defvar
24040
24041 @node Blackholes
24042 @subsubsection Blackholes
24043 @cindex spam filtering
24044 @cindex blackholes, spam filtering
24045 @cindex spam
24046
24047 @defvar spam-use-blackholes
24048
24049 This option is disabled by default.  You can let Gnus consult the
24050 blackhole-type distributed spam processing systems (DCC, for instance)
24051 when you set this option.  The variable @code{spam-blackhole-servers}
24052 holds the list of blackhole servers Gnus will consult.  The current
24053 list is fairly comprehensive, but make sure to let us know if it
24054 contains outdated servers.
24055
24056 The blackhole check uses the @code{dig.el} package, but you can tell
24057 @code{spam.el} to use @code{dns.el} instead for better performance if
24058 you set @code{spam-use-dig} to @code{nil}.  It is not recommended at
24059 this time to set @code{spam-use-dig} to @code{nil} despite the
24060 possible performance improvements, because some users may be unable to
24061 use it, but you can try it and see if it works for you.
24062
24063 @end defvar
24064
24065 @defvar spam-blackhole-servers
24066
24067 The list of servers to consult for blackhole checks.
24068
24069 @end defvar
24070
24071 @defvar spam-blackhole-good-server-regex
24072
24073 A regular expression for IPs that should not be checked against the
24074 blackhole server list.  When set to @code{nil}, it has no effect.
24075
24076 @end defvar
24077
24078 @defvar spam-use-dig
24079
24080 Use the @code{dig.el} package instead of the @code{dns.el} package.
24081 The default setting of @code{t} is recommended.
24082
24083 @end defvar
24084
24085 Blackhole checks are done only on incoming mail.  There is no spam or
24086 ham processor for blackholes.
24087
24088 @node Regular Expressions Header Matching
24089 @subsubsection Regular Expressions Header Matching
24090 @cindex spam filtering
24091 @cindex regular expressions header matching, spam filtering
24092 @cindex spam
24093
24094 @defvar spam-use-regex-headers
24095
24096 This option is disabled by default.  You can let Gnus check the
24097 message headers against lists of regular expressions when you set this
24098 option.  The variables @code{spam-regex-headers-spam} and
24099 @code{spam-regex-headers-ham} hold the list of regular expressions.
24100 Gnus will check against the message headers to determine if the
24101 message is spam or ham, respectively.
24102
24103 @end defvar
24104
24105 @defvar spam-regex-headers-spam
24106
24107 The list of regular expressions that, when matched in the headers of
24108 the message, positively identify it as spam.
24109
24110 @end defvar
24111
24112 @defvar spam-regex-headers-ham
24113
24114 The list of regular expressions that, when matched in the headers of
24115 the message, positively identify it as ham.
24116
24117 @end defvar
24118
24119 Regular expression header checks are done only on incoming mail.
24120 There is no specific spam or ham processor for regular expressions.
24121
24122 @node Bogofilter
24123 @subsubsection Bogofilter
24124 @cindex spam filtering
24125 @cindex bogofilter, spam filtering
24126 @cindex spam
24127
24128 @defvar spam-use-bogofilter
24129
24130 Set this variable if you want @code{spam-split} to use Eric Raymond's
24131 speedy Bogofilter.
24132
24133 With a minimum of care for associating the @samp{$} mark for spam
24134 articles only, Bogofilter training all gets fairly automatic.  You
24135 should do this until you get a few hundreds of articles in each
24136 category, spam or not.  The command @kbd{S t} in summary mode, either
24137 for debugging or for curiosity, shows the @emph{spamicity} score of
24138 the current article (between 0.0 and 1.0).
24139
24140 Bogofilter determines if a message is spam based on a specific
24141 threshold.  That threshold can be customized, consult the Bogofilter
24142 documentation.
24143
24144 If the @code{bogofilter} executable is not in your path, Bogofilter
24145 processing will be turned off.
24146
24147 You should not enable this if you use @code{spam-use-bogofilter-headers}.
24148
24149 @end defvar
24150
24151 @defvar spam-use-bogofilter-headers
24152
24153 Set this variable if you want @code{spam-split} to use Eric Raymond's
24154 speedy Bogofilter, looking only at the message headers.  It works
24155 similarly to @code{spam-use-bogofilter}, but the @code{X-Bogosity} header
24156 must be in the message already.  Normally you would do this with a
24157 procmail recipe or something similar; consult the Bogofilter
24158 installation documents for details.
24159
24160 You should not enable this if you use @code{spam-use-bogofilter}.
24161
24162 @end defvar
24163
24164 @defvar gnus-group-spam-exit-processor-bogofilter
24165 Add this symbol to a group's @code{spam-process} parameter by
24166 customizing the group parameters or the
24167 @code{gnus-spam-process-newsgroups} variable.  When this symbol is
24168 added to a group's @code{spam-process} parameter, spam-marked articles
24169 will be added to the Bogofilter spam database.
24170
24171 @emph{WARNING}
24172
24173 Instead of the obsolete
24174 @code{gnus-group-spam-exit-processor-bogofilter}, it is recommended
24175 that you use @code{(spam spam-use-bogofilter)}.  Everything will work
24176 the same way, we promise.
24177 @end defvar
24178
24179 @defvar gnus-group-ham-exit-processor-bogofilter
24180 Add this symbol to a group's @code{spam-process} parameter by
24181 customizing the group parameters or the
24182 @code{gnus-spam-process-newsgroups} variable.  When this symbol is
24183 added to a group's @code{spam-process} parameter, the ham-marked
24184 articles in @emph{ham} groups will be added to the Bogofilter database
24185 of non-spam messages.
24186
24187 @emph{WARNING}
24188
24189 Instead of the obsolete
24190 @code{gnus-group-ham-exit-processor-bogofilter}, it is recommended
24191 that you use @code{(ham spam-use-bogofilter)}.  Everything will work
24192 the same way, we promise.
24193 @end defvar
24194
24195 @defvar spam-bogofilter-database-directory
24196
24197 This is the directory where Bogofilter will store its databases.  It
24198 is not specified by default, so Bogofilter will use its own default
24199 database directory.
24200
24201 @end defvar
24202
24203 The Bogofilter mail classifier is similar to @command{ifile} in intent and
24204 purpose.  A ham and a spam processor are provided, plus the
24205 @code{spam-use-bogofilter} and @code{spam-use-bogofilter-headers}
24206 variables to indicate to spam-split that Bogofilter should either be
24207 used, or has already been used on the article.  The 0.9.2.1 version of
24208 Bogofilter was used to test this functionality.
24209
24210 @node SpamAssassin back end
24211 @subsubsection SpamAssassin back end
24212 @cindex spam filtering
24213 @cindex spamassassin, spam filtering
24214 @cindex spam
24215
24216 @defvar spam-use-spamassassin
24217
24218 Set this variable if you want @code{spam-split} to use SpamAssassin.
24219
24220 SpamAssassin assigns a score to each article based on a set of rules
24221 and tests, including a Bayesian filter.  The Bayesian filter can be
24222 trained by associating the @samp{$} mark for spam articles.  The
24223 spam score can be viewed by using the command @kbd{S t} in summary
24224 mode.
24225
24226 If you set this variable, each article will be processed by
24227 SpamAssassin when @code{spam-split} is called.  If your mail is
24228 preprocessed by SpamAssassin, and you want to just use the
24229 SpamAssassin headers, set @code{spam-use-spamassassin-headers}
24230 instead.
24231
24232 You should not enable this is you use
24233 @code{spam-use-spamassassin-headers}.
24234
24235 @end defvar
24236
24237 @defvar spam-use-spamassassin-headers
24238
24239 Set this variable if your mail is preprocessed by SpamAssassin and
24240 want @code{spam-split} to split based on the SpamAssassin headers.
24241
24242 You should not enable this is you use @code{spam-use-spamassassin}.
24243
24244 @end defvar
24245
24246 @defvar spam-spamassassin-path
24247
24248 This variable points to the SpamAssassin executable.  If you have
24249 @code{spamd} running, you can set this variable to the @code{spamc}
24250 executable for faster processing.  See the SpamAssassin documentation
24251 for more information on @code{spamd}/@code{spamc}.
24252
24253 @end defvar
24254
24255 SpamAssassin is a powerful and flexible spam filter that uses a wide
24256 variety of tests to identify spam.  A ham and a spam processors are
24257 provided, plus the @code{spam-use-spamassassin} and
24258 @code{spam-use-spamassassin-headers} variables to indicate to
24259 spam-split that SpamAssassin should be either used, or has already
24260 been used on the article.  The 2.63 version of SpamAssassin was used
24261 to test this functionality.
24262
24263 @node ifile spam filtering
24264 @subsubsection ifile spam filtering
24265 @cindex spam filtering
24266 @cindex ifile, spam filtering
24267 @cindex spam
24268
24269 @defvar spam-use-ifile
24270
24271 Enable this variable if you want @code{spam-split} to use @command{ifile}, a
24272 statistical analyzer similar to Bogofilter.
24273
24274 @end defvar
24275
24276 @defvar spam-ifile-all-categories
24277
24278 Enable this variable if you want @code{spam-use-ifile} to give you all
24279 the ifile categories, not just spam/non-spam.  If you use this, make
24280 sure you train ifile as described in its documentation.
24281
24282 @end defvar
24283
24284 @defvar spam-ifile-spam-category
24285
24286 This is the category of spam messages as far as ifile is concerned.
24287 The actual string used is irrelevant, but you probably want to leave
24288 the default value of @samp{spam}.
24289 @end defvar
24290
24291 @defvar spam-ifile-database-path
24292
24293 This is the filename for the ifile database.  It is not specified by
24294 default, so ifile will use its own default database name.
24295
24296 @end defvar
24297
24298 The ifile mail classifier is similar to Bogofilter in intent and
24299 purpose.  A ham and a spam processor are provided, plus the
24300 @code{spam-use-ifile} variable to indicate to spam-split that ifile
24301 should be used.  The 1.2.1 version of ifile was used to test this
24302 functionality.
24303
24304 @node spam-stat spam filtering
24305 @subsubsection spam-stat spam filtering
24306 @cindex spam filtering
24307 @cindex spam-stat, spam filtering
24308 @cindex spam-stat
24309 @cindex spam
24310
24311 @xref{Filtering Spam Using Statistics with spam-stat}.
24312
24313 @defvar spam-use-stat
24314
24315 Enable this variable if you want @code{spam-split} to use
24316 spam-stat.el, an Emacs Lisp statistical analyzer.
24317
24318 @end defvar
24319
24320 @defvar gnus-group-spam-exit-processor-stat
24321 Add this symbol to a group's @code{spam-process} parameter by
24322 customizing the group parameters or the
24323 @code{gnus-spam-process-newsgroups} variable.  When this symbol is
24324 added to a group's @code{spam-process} parameter, the spam-marked
24325 articles will be added to the spam-stat database of spam messages.
24326
24327 @emph{WARNING}
24328
24329 Instead of the obsolete
24330 @code{gnus-group-spam-exit-processor-stat}, it is recommended
24331 that you use @code{(spam spam-use-stat)}.  Everything will work
24332 the same way, we promise.
24333 @end defvar
24334
24335 @defvar gnus-group-ham-exit-processor-stat
24336 Add this symbol to a group's @code{spam-process} parameter by
24337 customizing the group parameters or the
24338 @code{gnus-spam-process-newsgroups} variable.  When this symbol is
24339 added to a group's @code{spam-process} parameter, the ham-marked
24340 articles in @emph{ham} groups will be added to the spam-stat database
24341 of non-spam messages.
24342
24343 @emph{WARNING}
24344
24345 Instead of the obsolete
24346 @code{gnus-group-ham-exit-processor-stat}, it is recommended
24347 that you use @code{(ham spam-use-stat)}.  Everything will work
24348 the same way, we promise.
24349 @end defvar
24350
24351 This enables @code{spam.el} to cooperate with @file{spam-stat.el}.
24352 @file{spam-stat.el} provides an internal (Lisp-only) spam database,
24353 which unlike ifile or Bogofilter does not require external programs.
24354 A spam and a ham processor, and the @code{spam-use-stat} variable for
24355 @code{spam-split} are provided.
24356
24357 @node SpamOracle
24358 @subsubsection Using SpamOracle with Gnus
24359 @cindex spam filtering
24360 @cindex SpamOracle
24361 @cindex spam
24362
24363 An easy way to filter out spam is to use SpamOracle.  SpamOracle is an
24364 statistical mail filtering tool written by Xavier Leroy and needs to be
24365 installed separately.
24366
24367 There are several ways to use SpamOracle with Gnus.  In all cases, your
24368 mail is piped through SpamOracle in its @emph{mark} mode.  SpamOracle will
24369 then enter an @samp{X-Spam} header indicating whether it regards the
24370 mail as a spam mail or not.
24371
24372 One possibility is to run SpamOracle as a @code{:prescript} from the
24373 @xref{Mail Source Specifiers}, (@pxref{SpamAssassin}).  This method has
24374 the advantage that the user can see the @emph{X-Spam} headers.
24375
24376 The easiest method is to make @code{spam.el} (@pxref{Filtering Spam
24377 Using The Spam ELisp Package}) call SpamOracle.
24378
24379 @vindex spam-use-spamoracle
24380 To enable SpamOracle usage by @code{spam.el}, set the variable
24381 @code{spam-use-spamoracle} to @code{t} and configure the
24382 @code{nnmail-split-fancy} or @code{nnimap-split-fancy} as described in
24383 the section @xref{Filtering Spam Using The Spam ELisp Package}.  In
24384 this example the @samp{INBOX} of an nnimap server is filtered using
24385 SpamOracle.  Mails recognized as spam mails will be moved to
24386 @code{spam-split-group}, @samp{Junk} in this case.  Ham messages stay
24387 in @samp{INBOX}:
24388
24389 @example
24390 (setq spam-use-spamoracle t
24391       spam-split-group "Junk"
24392       nnimap-split-inbox '("INBOX")
24393       nnimap-split-rule 'nnimap-split-fancy
24394       nnimap-split-fancy '(| (: spam-split) "INBOX"))
24395 @end example
24396
24397 @defvar spam-use-spamoracle
24398 Set to @code{t} if you want Gnus to enable spam filtering using
24399 SpamOracle.
24400 @end defvar
24401
24402 @defvar spam-spamoracle-binary
24403 Gnus uses the SpamOracle binary called @file{spamoracle} found in the
24404 user's PATH.  Using the variable @code{spam-spamoracle-binary}, this
24405 can be customized.
24406 @end defvar
24407
24408 @defvar spam-spamoracle-database
24409 By default, SpamOracle uses the file @file{~/.spamoracle.db} as a database to
24410 store its analyses.  This is controlled by the variable
24411 @code{spam-spamoracle-database} which defaults to @code{nil}.  That means
24412 the default SpamOracle database will be used.  In case you want your
24413 database to live somewhere special, set
24414 @code{spam-spamoracle-database} to this path.
24415 @end defvar
24416
24417 SpamOracle employs a statistical algorithm to determine whether a
24418 message is spam or ham.  In order to get good results, meaning few
24419 false hits or misses, SpamOracle needs training.  SpamOracle learns the
24420 characteristics of your spam mails.  Using the @emph{add} mode
24421 (training mode) one has to feed good (ham) and spam mails to
24422 SpamOracle.  This can be done by pressing @kbd{|} in the Summary buffer
24423 and pipe the mail to a SpamOracle process or using @code{spam.el}'s
24424 spam- and ham-processors, which is much more convenient.  For a
24425 detailed description of spam- and ham-processors, @xref{Filtering Spam
24426 Using The Spam ELisp Package}.
24427
24428 @defvar gnus-group-spam-exit-processor-spamoracle
24429 Add this symbol to a group's @code{spam-process} parameter by
24430 customizing the group parameter or the
24431 @code{gnus-spam-process-newsgroups} variable.  When this symbol is added
24432 to a group's @code{spam-process} parameter, spam-marked articles will be
24433 sent to SpamOracle as spam samples.
24434
24435 @emph{WARNING}
24436
24437 Instead of the obsolete
24438 @code{gnus-group-spam-exit-processor-spamoracle}, it is recommended
24439 that you use @code{(spam spam-use-spamoracle)}.  Everything will work
24440 the same way, we promise.
24441 @end defvar
24442
24443 @defvar gnus-group-ham-exit-processor-spamoracle
24444 Add this symbol to a group's @code{spam-process} parameter by
24445 customizing the group parameter or the
24446 @code{gnus-spam-process-newsgroups} variable.  When this symbol is added
24447 to a group's @code{spam-process} parameter, the ham-marked articles in
24448 @emph{ham} groups will be sent to the SpamOracle as samples of ham
24449 messages.
24450
24451 @emph{WARNING}
24452
24453 Instead of the obsolete
24454 @code{gnus-group-ham-exit-processor-spamoracle}, it is recommended
24455 that you use @code{(ham spam-use-spamoracle)}.  Everything will work
24456 the same way, we promise.
24457 @end defvar
24458
24459 @emph{Example:} These are the Group Parameters of a group that has been
24460 classified as a ham group, meaning that it should only contain ham
24461 messages.
24462 @example
24463  ((spam-contents gnus-group-spam-classification-ham)
24464   (spam-process ((ham spam-use-spamoracle)
24465                  (spam spam-use-spamoracle))))
24466 @end example
24467 For this group the @code{spam-use-spamoracle} is installed for both
24468 ham and spam processing.  If the group contains spam message
24469 (e.g. because SpamOracle has not had enough sample messages yet) and
24470 the user marks some messages as spam messages, these messages will be
24471 processed by SpamOracle.  The processor sends the messages to
24472 SpamOracle as new samples for spam.
24473
24474 @node Extending the Spam ELisp package
24475 @subsubsection Extending the Spam ELisp package
24476 @cindex spam filtering
24477 @cindex spam elisp package, extending
24478 @cindex extending the spam elisp package
24479
24480 Say you want to add a new back end called blackbox.  For filtering
24481 incoming mail, provide the following:
24482
24483 @enumerate
24484
24485 @item
24486 Code
24487
24488 @lisp
24489 (defvar spam-use-blackbox nil
24490   "True if blackbox should be used.")
24491 @end lisp
24492
24493 Write @code{spam-check-blackbox} if Blackbox can check incoming mail.
24494
24495 Write @code{spam-blackbox-register-routine} and
24496 @code{spam-blackbox-unregister-routine} using the bogofilter
24497 register/unregister routines as a start, or other restister/unregister
24498 routines more appropriate to Blackbox, if Blackbox can
24499 register/unregister spam and ham.
24500
24501 @item
24502 Functionality
24503
24504 The @code{spam-check-blackbox} function should return @samp{nil} or
24505 @code{spam-split-group}, observing the other conventions.  See the
24506 existing @code{spam-check-*} functions for examples of what you can
24507 do, and stick to the template unless you fully understand the reasons
24508 why you aren't.
24509
24510 @end enumerate
24511
24512 For processing spam and ham messages, provide the following:
24513
24514 @enumerate
24515
24516 @item
24517 Code
24518
24519 Note you don't have to provide a spam or a ham processor.  Only
24520 provide them if Blackbox supports spam or ham processing.
24521
24522 Also, ham and spam processors are being phased out as single
24523 variables.  Instead the form @code{(spam spam-use-blackbox)} or
24524 @code{(ham spam-use-blackbox)} is favored.  For now, spam/ham
24525 processor variables are still around but they won't be for long.
24526
24527 @lisp
24528 (defvar gnus-group-spam-exit-processor-blackbox "blackbox-spam"
24529   "The Blackbox summary exit spam processor.
24530 Only applicable to spam groups.")
24531
24532 (defvar gnus-group-ham-exit-processor-blackbox "blackbox-ham"
24533   "The whitelist summary exit ham processor.
24534 Only applicable to non-spam (unclassified and ham) groups.")
24535
24536 @end lisp
24537
24538 @item
24539 Gnus parameters
24540
24541 Add
24542 @lisp
24543 (const :tag "Spam: Blackbox" (spam spam-use-blackbox))
24544 (const :tag "Ham: Blackbox"  (ham spam-use-blackbox))
24545 @end lisp
24546 to the @code{spam-process} group parameter in @code{gnus.el}.  Make
24547 sure you do it twice, once for the parameter and once for the
24548 variable customization.
24549
24550 Add
24551 @lisp
24552 (variable-item spam-use-blackbox)
24553 @end lisp
24554 to the @code{spam-autodetect-methods} group parameter in
24555 @code{gnus.el} if Blackbox can check incoming mail for spam contents.
24556
24557 Finally, use the appropriate @code{spam-install-*-backend} function in
24558 @code{spam.el}.  Here are the available functions.
24559
24560
24561 @enumerate
24562
24563 @item
24564 @code{spam-install-backend-alias}
24565
24566 This function will simply install an alias for a back end that does
24567 everything like the original back end.  It is currently only used to
24568 make @code{spam-use-BBDB-exclusive} act like @code{spam-use-BBDB}.
24569
24570 @item
24571 @code{spam-install-nocheck-backend}
24572
24573 This function installs a back end that has no check function, but can
24574 register/unregister ham or spam.  The @code{spam-use-gmane} back end is
24575 such a back end.
24576
24577 @item
24578 @code{spam-install-checkonly-backend}
24579
24580 This function will install a back end that can only check incoming mail
24581 for spam contents.  It can't register or unregister messages.
24582 @code{spam-use-blackholes} and @code{spam-use-hashcash} are such
24583 back ends.
24584
24585 @item
24586 @code{spam-install-statistical-checkonly-backend}
24587
24588 This function installs a statistical back end (one which requires the
24589 full body of a message to check it) that can only check incoming mail
24590 for contents.  @code{spam-use-regex-body} is such a filter.
24591
24592 @item
24593 @code{spam-install-statistical-backend}
24594
24595 This function install a statistical back end with incoming checks and
24596 registration/unregistration routines.  @code{spam-use-bogofilter} is
24597 set up this way.
24598
24599 @item
24600 @code{spam-install-backend}
24601
24602 This is the most normal back end installation, where a back end that can
24603 check and register/unregister messages is set up without statistical
24604 abilities.  The @code{spam-use-BBDB} is such a back end.
24605
24606 @item
24607 @code{spam-install-mover-backend}
24608
24609 Mover back ends are internal to @code{spam.el} and specifically move
24610 articles around when the summary is exited.  You will very probably
24611 never install such a back end.
24612 @end enumerate
24613
24614 @end enumerate
24615
24616
24617 @node Filtering Spam Using Statistics with spam-stat
24618 @subsection Filtering Spam Using Statistics with spam-stat
24619 @cindex Paul Graham
24620 @cindex Graham, Paul
24621 @cindex naive Bayesian spam filtering
24622 @cindex Bayesian spam filtering, naive
24623 @cindex spam filtering, naive Bayesian
24624
24625 Paul Graham has written an excellent essay about spam filtering using
24626 statistics: @uref{http://www.paulgraham.com/spam.html,A Plan for
24627 Spam}.  In it he describes the inherent deficiency of rule-based
24628 filtering as used by SpamAssassin, for example: Somebody has to write
24629 the rules, and everybody else has to install these rules.  You are
24630 always late.  It would be much better, he argues, to filter mail based
24631 on whether it somehow resembles spam or non-spam.  One way to measure
24632 this is word distribution.  He then goes on to describe a solution
24633 that checks whether a new mail resembles any of your other spam mails
24634 or not.
24635
24636 The basic idea is this:  Create a two collections of your mail, one
24637 with spam, one with non-spam.  Count how often each word appears in
24638 either collection, weight this by the total number of mails in the
24639 collections, and store this information in a dictionary.  For every
24640 word in a new mail, determine its probability to belong to a spam or a
24641 non-spam mail.  Use the 15 most conspicuous words, compute the total
24642 probability of the mail being spam.  If this probability is higher
24643 than a certain threshold, the mail is considered to be spam.
24644
24645 Gnus supports this kind of filtering.  But it needs some setting up.
24646 First, you need two collections of your mail, one with spam, one with
24647 non-spam.  Then you need to create a dictionary using these two
24648 collections, and save it.  And last but not least, you need to use
24649 this dictionary in your fancy mail splitting rules.
24650
24651 @menu
24652 * Creating a spam-stat dictionary::
24653 * Splitting mail using spam-stat::
24654 * Low-level interface to the spam-stat dictionary::
24655 @end menu
24656
24657 @node Creating a spam-stat dictionary
24658 @subsubsection Creating a spam-stat dictionary
24659
24660 Before you can begin to filter spam based on statistics, you must
24661 create these statistics based on two mail collections, one with spam,
24662 one with non-spam.  These statistics are then stored in a dictionary
24663 for later use.  In order for these statistics to be meaningful, you
24664 need several hundred emails in both collections.
24665
24666 Gnus currently supports only the nnml back end for automated dictionary
24667 creation.  The nnml back end stores all mails in a directory, one file
24668 per mail.  Use the following:
24669
24670 @defun spam-stat-process-spam-directory
24671 Create spam statistics for every file in this directory.  Every file
24672 is treated as one spam mail.
24673 @end defun
24674
24675 @defun spam-stat-process-non-spam-directory
24676 Create non-spam statistics for every file in this directory.  Every
24677 file is treated as one non-spam mail.
24678 @end defun
24679
24680 Usually you would call @code{spam-stat-process-spam-directory} on a
24681 directory such as @file{~/Mail/mail/spam} (this usually corresponds
24682 the the group @samp{nnml:mail.spam}), and you would call
24683 @code{spam-stat-process-non-spam-directory} on a directory such as
24684 @file{~/Mail/mail/misc} (this usually corresponds the the group
24685 @samp{nnml:mail.misc}).
24686
24687 When you are using @acronym{IMAP}, you won't have the mails available
24688 locally, so that will not work.  One solution is to use the Gnus Agent
24689 to cache the articles.  Then you can use directories such as
24690 @file{"~/News/agent/nnimap/mail.yourisp.com/personal_spam"} for
24691 @code{spam-stat-process-spam-directory}.  @xref{Agent as Cache}.
24692
24693 @defvar spam-stat
24694 This variable holds the hash-table with all the statistics---the
24695 dictionary we have been talking about.  For every word in either
24696 collection, this hash-table stores a vector describing how often the
24697 word appeared in spam and often it appeared in non-spam mails.
24698 @end defvar
24699
24700 If you want to regenerate the statistics from scratch, you need to
24701 reset the dictionary.
24702
24703 @defun spam-stat-reset
24704 Reset the @code{spam-stat} hash-table, deleting all the statistics.
24705 @end defun
24706
24707 When you are done, you must save the dictionary.  The dictionary may
24708 be rather large.  If you will not update the dictionary incrementally
24709 (instead, you will recreate it once a month, for example), then you
24710 can reduce the size of the dictionary by deleting all words that did
24711 not appear often enough or that do not clearly belong to only spam or
24712 only non-spam mails.
24713
24714 @defun spam-stat-reduce-size
24715 Reduce the size of the dictionary.  Use this only if you do not want
24716 to update the dictionary incrementally.
24717 @end defun
24718
24719 @defun spam-stat-save
24720 Save the dictionary.
24721 @end defun
24722
24723 @defvar spam-stat-file
24724 The filename used to store the dictionary.  This defaults to
24725 @file{~/.spam-stat.el}.
24726 @end defvar
24727
24728 @node Splitting mail using spam-stat
24729 @subsubsection Splitting mail using spam-stat
24730
24731 In order to use @code{spam-stat} to split your mail, you need to add the
24732 following to your @file{~/.gnus.el} file:
24733
24734 @lisp
24735 (require 'spam-stat)
24736 (spam-stat-load)
24737 @end lisp
24738
24739 This will load the necessary Gnus code, and the dictionary you
24740 created.
24741
24742 Next, you need to adapt your fancy splitting rules:  You need to
24743 determine how to use @code{spam-stat}.  The following examples are for
24744 the nnml back end.  Using the nnimap back end works just as well.  Just
24745 use @code{nnimap-split-fancy} instead of @code{nnmail-split-fancy}.
24746
24747 In the simplest case, you only have two groups, @samp{mail.misc} and
24748 @samp{mail.spam}.  The following expression says that mail is either
24749 spam or it should go into @samp{mail.misc}.  If it is spam, then
24750 @code{spam-stat-split-fancy} will return @samp{mail.spam}.
24751
24752 @lisp
24753 (setq nnmail-split-fancy
24754       `(| (: spam-stat-split-fancy)
24755           "mail.misc"))
24756 @end lisp
24757
24758 @defvar spam-stat-split-fancy-spam-group
24759 The group to use for spam.  Default is @samp{mail.spam}.
24760 @end defvar
24761
24762 If you also filter mail with specific subjects into other groups, use
24763 the following expression.  Only mails not matching the regular
24764 expression are considered potential spam.
24765
24766 @lisp
24767 (setq nnmail-split-fancy
24768       `(| ("Subject" "\\bspam-stat\\b" "mail.emacs")
24769           (: spam-stat-split-fancy)
24770           "mail.misc"))
24771 @end lisp
24772
24773 If you want to filter for spam first, then you must be careful when
24774 creating the dictionary.  Note that @code{spam-stat-split-fancy} must
24775 consider both mails in @samp{mail.emacs} and in @samp{mail.misc} as
24776 non-spam, therefore both should be in your collection of non-spam
24777 mails, when creating the dictionary!
24778
24779 @lisp
24780 (setq nnmail-split-fancy
24781       `(| (: spam-stat-split-fancy)
24782           ("Subject" "\\bspam-stat\\b" "mail.emacs")
24783           "mail.misc"))
24784 @end lisp
24785
24786 You can combine this with traditional filtering.  Here, we move all
24787 HTML-only mails into the @samp{mail.spam.filtered} group.  Note that since
24788 @code{spam-stat-split-fancy} will never see them, the mails in
24789 @samp{mail.spam.filtered} should be neither in your collection of spam mails,
24790 nor in your collection of non-spam mails, when creating the
24791 dictionary!
24792
24793 @lisp
24794 (setq nnmail-split-fancy
24795       `(| ("Content-Type" "text/html" "mail.spam.filtered")
24796           (: spam-stat-split-fancy)
24797           ("Subject" "\\bspam-stat\\b" "mail.emacs")
24798           "mail.misc"))
24799 @end lisp
24800
24801
24802 @node Low-level interface to the spam-stat dictionary
24803 @subsubsection Low-level interface to the spam-stat dictionary
24804
24805 The main interface to using @code{spam-stat}, are the following functions:
24806
24807 @defun spam-stat-buffer-is-spam
24808 Called in a buffer, that buffer is considered to be a new spam mail.
24809 Use this for new mail that has not been processed before.
24810 @end defun
24811
24812 @defun spam-stat-buffer-is-no-spam
24813 Called in a buffer, that buffer is considered to be a new non-spam
24814 mail.  Use this for new mail that has not been processed before.
24815 @end defun
24816
24817 @defun spam-stat-buffer-change-to-spam
24818 Called in a buffer, that buffer is no longer considered to be normal
24819 mail but spam.  Use this to change the status of a mail that has
24820 already been processed as non-spam.
24821 @end defun
24822
24823 @defun spam-stat-buffer-change-to-non-spam
24824 Called in a buffer, that buffer is no longer considered to be spam but
24825 normal mail.  Use this to change the status of a mail that has already
24826 been processed as spam.
24827 @end defun
24828
24829 @defun spam-stat-save
24830 Save the hash table to the file.  The filename used is stored in the
24831 variable @code{spam-stat-file}.
24832 @end defun
24833
24834 @defun spam-stat-load
24835 Load the hash table from a file.  The filename used is stored in the
24836 variable @code{spam-stat-file}.
24837 @end defun
24838
24839 @defun spam-stat-score-word
24840 Return the spam score for a word.
24841 @end defun
24842
24843 @defun spam-stat-score-buffer
24844 Return the spam score for a buffer.
24845 @end defun
24846
24847 @defun spam-stat-split-fancy
24848 Use this function for fancy mail splitting.  Add the rule @samp{(:
24849 spam-stat-split-fancy)} to @code{nnmail-split-fancy}
24850 @end defun
24851
24852 Make sure you load the dictionary before using it.  This requires the
24853 following in your @file{~/.gnus.el} file:
24854
24855 @lisp
24856 (require 'spam-stat)
24857 (spam-stat-load)
24858 @end lisp
24859
24860 Typical test will involve calls to the following functions:
24861
24862 @smallexample
24863 Reset: (setq spam-stat (make-hash-table :test 'equal))
24864 Learn spam: (spam-stat-process-spam-directory "~/Mail/mail/spam")
24865 Learn non-spam: (spam-stat-process-non-spam-directory "~/Mail/mail/misc")
24866 Save table: (spam-stat-save)
24867 File size: (nth 7 (file-attributes spam-stat-file))
24868 Number of words: (hash-table-count spam-stat)
24869 Test spam: (spam-stat-test-directory "~/Mail/mail/spam")
24870 Test non-spam: (spam-stat-test-directory "~/Mail/mail/misc")
24871 Reduce table size: (spam-stat-reduce-size)
24872 Save table: (spam-stat-save)
24873 File size: (nth 7 (file-attributes spam-stat-file))
24874 Number of words: (hash-table-count spam-stat)
24875 Test spam: (spam-stat-test-directory "~/Mail/mail/spam")
24876 Test non-spam: (spam-stat-test-directory "~/Mail/mail/misc")
24877 @end smallexample
24878
24879 Here is how you would create your dictionary:
24880
24881 @smallexample
24882 Reset: (setq spam-stat (make-hash-table :test 'equal))
24883 Learn spam: (spam-stat-process-spam-directory "~/Mail/mail/spam")
24884 Learn non-spam: (spam-stat-process-non-spam-directory "~/Mail/mail/misc")
24885 Repeat for any other non-spam group you need...
24886 Reduce table size: (spam-stat-reduce-size)
24887 Save table: (spam-stat-save)
24888 @end smallexample
24889
24890 @node Other modes
24891 @section Interaction with other modes
24892
24893 @subsection Dired
24894 @cindex dired
24895
24896 @code{gnus-dired-minor-mode} provided some useful functions for dired
24897 buffers.  It is enabled with
24898 @lisp
24899 (add-hook 'dired-mode-hook 'turn-on-gnus-dired-mode)
24900 @end lisp
24901
24902 @table @kbd
24903 @item C-c C-m C-a
24904 @findex gnus-dired-attach
24905 Send dired's marked files as an attachment (@code{gnus-dired-attach}).
24906 You will be prompted for a message buffer.
24907
24908 @item C-c C-m C-l
24909 @findex gnus-dired-find-file-mailcap
24910 Visit a file according to the appropriate mailcap entry
24911 (@code{gnus-dired-find-file-mailcap}).  With prefix, open file in a new
24912 buffer.
24913
24914 @item C-c C-m C-p
24915 @findex gnus-dired-print
24916 Print file according to the mailcap entry (@code{gnus-dired-print}).  If
24917 there is no print command, print in a PostScript image.
24918 @end table
24919
24920 @node Various Various
24921 @section Various Various
24922 @cindex mode lines
24923 @cindex highlights
24924
24925 @table @code
24926
24927 @item gnus-home-directory
24928 @vindex gnus-home-directory
24929 All Gnus file and directory variables will be initialized from this
24930 variable, which defaults to @file{~/}.
24931
24932 @item gnus-directory
24933 @vindex gnus-directory
24934 Most Gnus storage file and directory variables will be initialized from
24935 this variable, which defaults to the @env{SAVEDIR} environment
24936 variable, or @file{~/News/} if that variable isn't set.
24937
24938 Note that Gnus is mostly loaded when the @file{~/.gnus.el} file is read.
24939 This means that other directory variables that are initialized from this
24940 variable won't be set properly if you set this variable in
24941 @file{~/.gnus.el}.  Set this variable in @file{.emacs} instead.
24942
24943 @item gnus-default-directory
24944 @vindex gnus-default-directory
24945 Not related to the above variable at all---this variable says what the
24946 default directory of all Gnus buffers should be.  If you issue commands
24947 like @kbd{C-x C-f}, the prompt you'll get starts in the current buffer's
24948 default directory.  If this variable is @code{nil} (which is the
24949 default), the default directory will be the default directory of the
24950 buffer you were in when you started Gnus.
24951
24952 @item gnus-verbose
24953 @vindex gnus-verbose
24954 This variable is an integer between zero and ten.  The higher the value,
24955 the more messages will be displayed.  If this variable is zero, Gnus
24956 will never flash any messages, if it is seven (which is the default),
24957 most important messages will be shown, and if it is ten, Gnus won't ever
24958 shut up, but will flash so many messages it will make your head swim.
24959
24960 @item gnus-verbose-backends
24961 @vindex gnus-verbose-backends
24962 This variable works the same way as @code{gnus-verbose}, but it applies
24963 to the Gnus back ends instead of Gnus proper.
24964
24965 @item nnheader-max-head-length
24966 @vindex nnheader-max-head-length
24967 When the back ends read straight heads of articles, they all try to read
24968 as little as possible.  This variable (default 4096) specifies
24969 the absolute max length the back ends will try to read before giving up
24970 on finding a separator line between the head and the body.  If this
24971 variable is @code{nil}, there is no upper read bound.  If it is
24972 @code{t}, the back ends won't try to read the articles piece by piece,
24973 but read the entire articles.  This makes sense with some versions of
24974 @code{ange-ftp} or @code{efs}.
24975
24976 @item nnheader-head-chop-length
24977 @vindex nnheader-head-chop-length
24978 This variable (default 2048) says how big a piece of each article to
24979 read when doing the operation described above.
24980
24981 @item nnheader-file-name-translation-alist
24982 @vindex nnheader-file-name-translation-alist
24983 @cindex file names
24984 @cindex invalid characters in file names
24985 @cindex characters in file names
24986 This is an alist that says how to translate characters in file names.
24987 For instance, if @samp{:} is invalid as a file character in file names
24988 on your system (you OS/2 user you), you could say something like:
24989
24990 @lisp
24991 @group
24992 (setq nnheader-file-name-translation-alist
24993       '((?: . ?_)))
24994 @end group
24995 @end lisp
24996
24997 In fact, this is the default value for this variable on OS/2 and MS
24998 Windows (phooey) systems.
24999
25000 @item gnus-hidden-properties
25001 @vindex gnus-hidden-properties
25002 This is a list of properties to use to hide ``invisible'' text.  It is
25003 @code{(invisible t intangible t)} by default on most systems, which
25004 makes invisible text invisible and intangible.
25005
25006 @item gnus-parse-headers-hook
25007 @vindex gnus-parse-headers-hook
25008 A hook called before parsing headers.  It can be used, for instance, to
25009 gather statistics on the headers fetched, or perhaps you'd like to prune
25010 some headers.  I don't see why you'd want that, though.
25011
25012 @item gnus-shell-command-separator
25013 @vindex gnus-shell-command-separator
25014 String used to separate two shell commands.  The default is @samp{;}.
25015
25016 @item gnus-invalid-group-regexp
25017 @vindex gnus-invalid-group-regexp
25018
25019 Regexp to match ``invalid'' group names when querying user for a group
25020 name.  The default value catches some @strong{really} invalid group
25021 names who could possibly mess up Gnus internally (like allowing
25022 @samp{:} in a group name, which is normally used to delimit method and
25023 group).
25024
25025 @acronym{IMAP} users might want to allow @samp{/} in group names though.
25026
25027
25028 @end table
25029
25030 @node The End
25031 @chapter The End
25032
25033 Well, that's the manual---you can get on with your life now.  Keep in
25034 touch.  Say hello to your cats from me.
25035
25036 My @strong{ghod}---I just can't stand goodbyes.  Sniffle.
25037
25038 Ol' Charles Reznikoff said it pretty well, so I leave the floor to him:
25039
25040 @quotation
25041 @strong{Te Deum}
25042
25043 @sp 1
25044 Not because of victories @*
25045 I sing,@*
25046 having none,@*
25047 but for the common sunshine,@*
25048 the breeze,@*
25049 the largess of the spring.
25050
25051 @sp 1
25052 Not for victory@*
25053 but for the day's work done@*
25054 as well as I was able;@*
25055 not for a seat upon the dais@*
25056 but at the common table.@*
25057 @end quotation
25058
25059
25060 @node Appendices
25061 @chapter Appendices
25062
25063 @menu
25064 * XEmacs::                      Requirements for installing under XEmacs.
25065 * History::                     How Gnus got where it is today.
25066 * On Writing Manuals::          Why this is not a beginner's guide.
25067 * Terminology::                 We use really difficult, like, words here.
25068 * Customization::               Tailoring Gnus to your needs.
25069 * Troubleshooting::             What you might try if things do not work.
25070 * Gnus Reference Guide::        Rilly, rilly technical stuff.
25071 * Emacs for Heathens::          A short introduction to Emacsian terms.
25072 * Frequently Asked Questions::  The Gnus FAQ
25073 @end menu
25074
25075
25076 @node XEmacs
25077 @section XEmacs
25078 @cindex XEmacs
25079 @cindex installing under XEmacs
25080
25081 XEmacs is distributed as a collection of packages.  You should install
25082 whatever packages the Gnus XEmacs package requires.  The current
25083 requirements are @samp{gnus}, @samp{mail-lib}, @samp{xemacs-base},
25084 @samp{eterm}, @samp{sh-script}, @samp{net-utils}, @samp{os-utils},
25085 @samp{dired}, @samp{mh-e}, @samp{sieve}, @samp{ps-print}, @samp{W3},
25086 @samp{pgg}, @samp{mailcrypt}, @samp{ecrypto}, and @samp{sasl}.
25087
25088
25089 @node History
25090 @section History
25091
25092 @cindex history
25093 @sc{gnus} was written by Masanobu @sc{Umeda}.  When autumn crept up in
25094 '94, Lars Magne Ingebrigtsen grew bored and decided to rewrite Gnus.
25095
25096 If you want to investigate the person responsible for this outrage,
25097 you can point your (feh!) web browser to
25098 @uref{http://quimby.gnus.org/}.  This is also the primary
25099 distribution point for the new and spiffy versions of Gnus, and is
25100 known as The Site That Destroys Newsrcs And Drives People Mad.
25101
25102 During the first extended alpha period of development, the new Gnus was
25103 called ``(ding) Gnus''.  @dfn{(ding)} is, of course, short for
25104 @dfn{ding is not Gnus}, which is a total and utter lie, but who cares?
25105 (Besides, the ``Gnus'' in this abbreviation should probably be
25106 pronounced ``news'' as @sc{Umeda} intended, which makes it a more
25107 appropriate name, don't you think?)
25108
25109 In any case, after spending all that energy on coming up with a new and
25110 spunky name, we decided that the name was @emph{too} spunky, so we
25111 renamed it back again to ``Gnus''.  But in mixed case.  ``Gnus'' vs.
25112 ``@sc{gnus}''.  New vs. old.
25113
25114 @menu
25115 * Gnus Versions::               What Gnus versions have been released.
25116 * Other Gnus Versions::         Other Gnus versions that also have been released.
25117 * Why?::                        What's the point of Gnus?
25118 * Compatibility::               Just how compatible is Gnus with @sc{gnus}?
25119 * Conformity::                  Gnus tries to conform to all standards.
25120 * Emacsen::                     Gnus can be run on a few modern Emacsen.
25121 * Gnus Development::            How Gnus is developed.
25122 * Contributors::                Oodles of people.
25123 * New Features::                Pointers to some of the new stuff in Gnus.
25124 @end menu
25125
25126
25127 @node Gnus Versions
25128 @subsection Gnus Versions
25129 @cindex ding Gnus
25130 @cindex September Gnus
25131 @cindex Red Gnus
25132 @cindex Quassia Gnus
25133 @cindex Pterodactyl Gnus
25134 @cindex Oort Gnus
25135 @cindex No Gnus
25136 @cindex Gnus versions
25137
25138 The first ``proper'' release of Gnus 5 was done in November 1995 when it
25139 was included in the Emacs 19.30 distribution (132 (ding) Gnus releases
25140 plus 15 Gnus 5.0 releases).
25141
25142 In May 1996 the next Gnus generation (aka. ``September Gnus'' (after 99
25143 releases)) was released under the name ``Gnus 5.2'' (40 releases).
25144
25145 On July 28th 1996 work on Red Gnus was begun, and it was released on
25146 January 25th 1997 (after 84 releases) as ``Gnus 5.4'' (67 releases).
25147
25148 On September 13th 1997, Quassia Gnus was started and lasted 37 releases.
25149 If was released as ``Gnus 5.6'' on March 8th 1998 (46 releases).
25150
25151 Gnus 5.6 begat Pterodactyl Gnus on August 29th 1998 and was released as
25152 ``Gnus 5.8'' (after 99 releases and a CVS repository) on December 3rd
25153 1999.
25154
25155 On the 26th of October 2000, Oort Gnus was begun.
25156
25157 If you happen upon a version of Gnus that has a prefixed name --
25158 ``(ding) Gnus'', ``September Gnus'', ``Red Gnus'', ``Quassia Gnus'',
25159 ``Pterodactyl Gnus'', ``Oort Gnus'' -- don't panic.  Don't let it know
25160 that you're frightened.  Back away.  Slowly.  Whatever you do, don't
25161 run.  Walk away, calmly, until you're out of its reach.  Find a proper
25162 released version of Gnus and snuggle up to that instead.
25163
25164
25165 @node Other Gnus Versions
25166 @subsection Other Gnus Versions
25167 @cindex Semi-gnus
25168
25169 In addition to the versions of Gnus which have had their releases
25170 coordinated by Lars, one major development has been Semi-gnus from
25171 Japan.  It's based on a library called @acronym{SEMI}, which provides
25172 @acronym{MIME} capabilities.
25173
25174 These Gnusae are based mainly on Gnus 5.6 and Pterodactyl Gnus.
25175 Collectively, they are called ``Semi-gnus'', and different strains are
25176 called T-gnus, ET-gnus, Nana-gnus and Chaos.  These provide powerful
25177 @acronym{MIME} and multilingualization things, especially important for
25178 Japanese users.
25179
25180
25181 @node Why?
25182 @subsection Why?
25183
25184 What's the point of Gnus?
25185
25186 I want to provide a ``rad'', ``happening'', ``way cool'' and ``hep''
25187 newsreader, that lets you do anything you can think of.  That was my
25188 original motivation, but while working on Gnus, it has become clear to
25189 me that this generation of newsreaders really belong in the stone age.
25190 Newsreaders haven't developed much since the infancy of the net.  If the
25191 volume continues to rise with the current rate of increase, all current
25192 newsreaders will be pretty much useless.  How do you deal with
25193 newsgroups that have thousands of new articles each day?  How do you
25194 keep track of millions of people who post?
25195
25196 Gnus offers no real solutions to these questions, but I would very much
25197 like to see Gnus being used as a testing ground for new methods of
25198 reading and fetching news.  Expanding on @sc{Umeda}-san's wise decision
25199 to separate the newsreader from the back ends, Gnus now offers a simple
25200 interface for anybody who wants to write new back ends for fetching mail
25201 and news from different sources.  I have added hooks for customizations
25202 everywhere I could imagine it being useful.  By doing so, I'm inviting
25203 every one of you to explore and invent.
25204
25205 May Gnus never be complete.  @kbd{C-u 100 M-x all-hail-emacs} and
25206 @kbd{C-u 100 M-x all-hail-xemacs}.
25207
25208
25209 @node Compatibility
25210 @subsection Compatibility
25211
25212 @cindex compatibility
25213 Gnus was designed to be fully compatible with @sc{gnus}.  Almost all key
25214 bindings have been kept.  More key bindings have been added, of course,
25215 but only in one or two obscure cases have old bindings been changed.
25216
25217 Our motto is:
25218 @quotation
25219 @cartouche
25220 @center In a cloud bones of steel.
25221 @end cartouche
25222 @end quotation
25223
25224 All commands have kept their names.  Some internal functions have changed
25225 their names.
25226
25227 The @code{gnus-uu} package has changed drastically.  @xref{Decoding
25228 Articles}.
25229
25230 One major compatibility question is the presence of several summary
25231 buffers.  All variables relevant while reading a group are
25232 buffer-local to the summary buffer they belong in.  Although many
25233 important variables have their values copied into their global
25234 counterparts whenever a command is executed in the summary buffer, this
25235 change might lead to incorrect values being used unless you are careful.
25236
25237 All code that relies on knowledge of @sc{gnus} internals will probably
25238 fail.  To take two examples: Sorting @code{gnus-newsrc-alist} (or
25239 changing it in any way, as a matter of fact) is strictly verboten.  Gnus
25240 maintains a hash table that points to the entries in this alist (which
25241 speeds up many functions), and changing the alist directly will lead to
25242 peculiar results.
25243
25244 @cindex hilit19
25245 @cindex highlighting
25246 Old hilit19 code does not work at all.  In fact, you should probably
25247 remove all hilit code from all Gnus hooks
25248 (@code{gnus-group-prepare-hook} and @code{gnus-summary-prepare-hook}).
25249 Gnus provides various integrated functions for highlighting.  These are
25250 faster and more accurate.  To make life easier for everybody, Gnus will
25251 by default remove all hilit calls from all hilit hooks.  Uncleanliness!
25252 Away!
25253
25254 Packages like @code{expire-kill} will no longer work.  As a matter of
25255 fact, you should probably remove all old @sc{gnus} packages (and other
25256 code) when you start using Gnus.  More likely than not, Gnus already
25257 does what you have written code to make @sc{gnus} do.  (Snicker.)
25258
25259 Even though old methods of doing things are still supported, only the
25260 new methods are documented in this manual.  If you detect a new method of
25261 doing something while reading this manual, that does not mean you have
25262 to stop doing it the old way.
25263
25264 Gnus understands all @sc{gnus} startup files.
25265
25266 @kindex M-x gnus-bug
25267 @findex gnus-bug
25268 @cindex reporting bugs
25269 @cindex bugs
25270 Overall, a casual user who hasn't written much code that depends on
25271 @sc{gnus} internals should suffer no problems.  If problems occur,
25272 please let me know by issuing that magic command @kbd{M-x gnus-bug}.
25273
25274 @vindex gnus-bug-create-help-buffer
25275 If you are in the habit of sending bug reports @emph{very} often, you
25276 may find the helpful help buffer annoying after a while.  If so, set
25277 @code{gnus-bug-create-help-buffer} to @code{nil} to avoid having it pop
25278 up at you.
25279
25280
25281 @node Conformity
25282 @subsection Conformity
25283
25284 No rebels without a clue here, ma'am.  We conform to all standards known
25285 to (wo)man.  Except for those standards and/or conventions we disagree
25286 with, of course.
25287
25288 @table @strong
25289
25290 @item RFC (2)822
25291 @cindex RFC 822
25292 @cindex RFC 2822
25293 There are no known breaches of this standard.
25294
25295 @item RFC 1036
25296 @cindex RFC 1036
25297 There are no known breaches of this standard, either.
25298
25299 @item Son-of-RFC 1036
25300 @cindex Son-of-RFC 1036
25301 We do have some breaches to this one.
25302
25303 @table @emph
25304
25305 @item X-Newsreader
25306 @itemx User-Agent
25307 These are considered to be ``vanity headers'', while I consider them
25308 to be consumer information.  After seeing so many badly formatted
25309 articles coming from @code{tin} and @code{Netscape} I know not to use
25310 either of those for posting articles.  I would not have known that if
25311 it wasn't for the @code{X-Newsreader} header.
25312 @end table
25313
25314 @item USEFOR
25315 @cindex USEFOR
25316 USEFOR is an IETF working group writing a successor to RFC 1036, based
25317 on Son-of-RFC 1036.  They have produced a number of drafts proposing
25318 various changes to the format of news articles.  The Gnus towers will
25319 look into implementing the changes when the draft is accepted as an RFC.
25320
25321 @item MIME - RFC 2045-2049 etc
25322 @cindex @acronym{MIME}
25323 All the various @acronym{MIME} RFCs are supported.
25324
25325 @item Disposition Notifications - RFC 2298
25326 Message Mode is able to request notifications from the receiver.
25327
25328 @item PGP - RFC 1991 and RFC 2440
25329 @cindex RFC 1991
25330 @cindex RFC 2440
25331 RFC 1991 is the original @acronym{PGP} message specification,
25332 published as an informational RFC.  RFC 2440 was the follow-up, now
25333 called Open PGP, and put on the Standards Track.  Both document a
25334 non-@acronym{MIME} aware @acronym{PGP} format.  Gnus supports both
25335 encoding (signing and encryption) and decoding (verification and
25336 decryption).
25337
25338 @item PGP/MIME - RFC 2015/3156
25339 RFC 2015 (superseded by 3156 which references RFC 2440 instead of RFC
25340 1991) describes the @acronym{MIME}-wrapping around the RF 1991/2440 format.
25341 Gnus supports both encoding and decoding.
25342
25343 @item S/MIME - RFC 2633
25344 RFC 2633 describes the @acronym{S/MIME} format.
25345
25346 @item IMAP - RFC 1730/2060, RFC 2195, RFC 2086, RFC 2359, RFC 2595, RFC 1731
25347 RFC 1730 is @acronym{IMAP} version 4, updated somewhat by RFC 2060
25348 (@acronym{IMAP} 4 revision 1).  RFC 2195 describes CRAM-MD5
25349 authentication for @acronym{IMAP}.  RFC 2086 describes access control
25350 lists (ACLs) for @acronym{IMAP}.  RFC 2359 describes a @acronym{IMAP}
25351 protocol enhancement.  RFC 2595 describes the proper @acronym{TLS}
25352 integration (STARTTLS) with @acronym{IMAP}.  RFC 1731 describes the
25353 GSSAPI/Kerberos4 mechanisms for @acronym{IMAP}.
25354
25355 @end table
25356
25357 If you ever notice Gnus acting non-compliant with regards to the texts
25358 mentioned above, don't hesitate to drop a note to Gnus Towers and let us
25359 know.
25360
25361
25362 @node Emacsen
25363 @subsection Emacsen
25364 @cindex Emacsen
25365 @cindex XEmacs
25366 @cindex Mule
25367 @cindex Emacs
25368
25369 Gnus should work on:
25370
25371 @itemize @bullet
25372
25373 @item
25374 Emacs 21.1 and up.
25375
25376 @item
25377 XEmacs 21.4 and up.
25378
25379 @end itemize
25380
25381 This Gnus version will absolutely not work on any Emacsen older than
25382 that.  Not reliably, at least.  Older versions of Gnus may work on older
25383 Emacs versions.
25384
25385 There are some vague differences between Gnus on the various
25386 platforms---XEmacs features more graphics (a logo and a toolbar)---but
25387 other than that, things should look pretty much the same under all
25388 Emacsen.
25389
25390
25391 @node Gnus Development
25392 @subsection Gnus Development
25393
25394 Gnus is developed in a two-phased cycle.  The first phase involves much
25395 discussion on the @samp{ding@@gnus.org} mailing list, where people
25396 propose changes and new features, post patches and new back ends.  This
25397 phase is called the @dfn{alpha} phase, since the Gnusae released in this
25398 phase are @dfn{alpha releases}, or (perhaps more commonly in other
25399 circles) @dfn{snapshots}.  During this phase, Gnus is assumed to be
25400 unstable and should not be used by casual users.  Gnus alpha releases
25401 have names like ``Red Gnus'' and ``Quassia Gnus''.
25402
25403 After futzing around for 50-100 alpha releases, Gnus is declared
25404 @dfn{frozen}, and only bug fixes are applied.  Gnus loses the prefix,
25405 and is called things like ``Gnus 5.6.32'' instead.  Normal people are
25406 supposed to be able to use these, and these are mostly discussed on the
25407 @samp{gnu.emacs.gnus} newsgroup.
25408
25409 @cindex Incoming*
25410 @vindex mail-source-delete-incoming
25411 Some variable defaults differ between alpha Gnusae and released Gnusae.
25412 In particular, @code{mail-source-delete-incoming} defaults to @code{nil} in
25413 alpha Gnusae and @code{t} in released Gnusae.  This is to prevent
25414 lossage of mail if an alpha release hiccups while handling the mail.
25415
25416 The division of discussion between the ding mailing list and the Gnus
25417 newsgroup is not purely based on publicity concerns.  It's true that
25418 having people write about the horrible things that an alpha Gnus release
25419 can do (sometimes) in a public forum may scare people off, but more
25420 importantly, talking about new experimental features that have been
25421 introduced may confuse casual users.  New features are frequently
25422 introduced, fiddled with, and judged to be found wanting, and then
25423 either discarded or totally rewritten.  People reading the mailing list
25424 usually keep up with these rapid changes, while people on the newsgroup
25425 can't be assumed to do so.
25426
25427
25428
25429 @node Contributors
25430 @subsection Contributors
25431 @cindex contributors
25432
25433 The new Gnus version couldn't have been done without the help of all the
25434 people on the (ding) mailing list.  Every day for over a year I have
25435 gotten billions of nice bug reports from them, filling me with joy,
25436 every single one of them.  Smooches.  The people on the list have been
25437 tried beyond endurance, what with my ``oh, that's a neat idea <type
25438 type>, yup, I'll release it right away <ship off> no wait, that doesn't
25439 work at all <type type>, yup, I'll ship that one off right away <ship
25440 off> no, wait, that absolutely does not work'' policy for releases.
25441 Micro$oft---bah.  Amateurs.  I'm @emph{much} worse.  (Or is that
25442 ``worser''? ``much worser''?  ``worsest''?)
25443
25444 I would like to take this opportunity to thank the Academy for@dots{}  oops,
25445 wrong show.
25446
25447 @itemize @bullet
25448
25449 @item
25450 Masanobu @sc{Umeda}---the writer of the original @sc{gnus}.
25451
25452 @item
25453 Shenghuo Zhu---uudecode.el, mm-uu.el, rfc1843.el, webmail.el,
25454 nnwarchive and many, many other things connected with @acronym{MIME} and
25455 other types of en/decoding, as well as general bug fixing, new
25456 functionality and stuff.
25457
25458 @item
25459 Per Abrahamsen---custom, scoring, highlighting and @sc{soup} code (as
25460 well as numerous other things).
25461
25462 @item
25463 Luis Fernandes---design and graphics.
25464
25465 @item
25466 Joe Reiss---creator of the smiley faces.
25467
25468 @item
25469 Justin Sheehy---the @acronym{FAQ} maintainer.
25470
25471 @item
25472 Erik Naggum---help, ideas, support, code and stuff.
25473
25474 @item
25475 Wes Hardaker---@file{gnus-picon.el} and the manual section on
25476 @dfn{picons} (@pxref{Picons}).
25477
25478 @item
25479 Kim-Minh Kaplan---further work on the picon code.
25480
25481 @item
25482 Brad Miller---@file{gnus-gl.el} and the GroupLens manual section.
25483
25484 @item
25485 Sudish Joseph---innumerable bug fixes.
25486
25487 @item
25488 Ilja Weis---@file{gnus-topic.el}.
25489
25490 @item
25491 Steven L. Baur---lots and lots and lots of bugs detections and fixes.
25492
25493 @item
25494 Vladimir Alexiev---the refcard and reference booklets.
25495
25496 @item
25497 Felix Lee & Jamie Zawinski---I stole some pieces from the XGnus
25498 distribution by Felix Lee and JWZ.
25499
25500 @item
25501 Scott Byer---@file{nnfolder.el} enhancements & rewrite.
25502
25503 @item
25504 Peter Mutsaers---orphan article scoring code.
25505
25506 @item
25507 Ken Raeburn---POP mail support.
25508
25509 @item
25510 Hallvard B Furuseth---various bits and pieces, especially dealing with
25511 .newsrc files.
25512
25513 @item
25514 Brian Edmonds---@file{gnus-bbdb.el}.
25515
25516 @item
25517 David Moore---rewrite of @file{nnvirtual.el} and many other things.
25518
25519 @item
25520 Kevin Davidson---came up with the name @dfn{ding}, so blame him.
25521
25522 @item
25523 Fran@,{c}ois Pinard---many, many interesting and thorough bug reports, as
25524 well as autoconf support.
25525
25526 @end itemize
25527
25528 This manual was proof-read by Adrian Aichner, with Ricardo Nassif, Mark
25529 Borges, and Jost Krieger proof-reading parts of the manual.
25530
25531 The following people have contributed many patches and suggestions:
25532
25533 Christopher Davis,
25534 Andrew Eskilsson,
25535 Kai Grossjohann,
25536 Kevin Greiner,
25537 Jesper Harder,
25538 Paul Jarc,
25539 Simon Josefsson,
25540 David K@aa{}gedal,
25541 Richard Pieri,
25542 Fabrice Popineau,
25543 Daniel Quinlan,
25544 Michael Shields,
25545 Reiner Steib,
25546 Jason L. Tibbitts, III,
25547 Jack Vinson,
25548 Katsumi Yamaoka, @c Yamaoka
25549 and
25550 Teodor Zlatanov.
25551
25552 Also thanks to the following for patches and stuff:
25553
25554 Jari Aalto,
25555 Adrian Aichner,
25556 Vladimir Alexiev,
25557 Russ Allbery,
25558 Peter Arius,
25559 Matt Armstrong,
25560 Marc Auslander,
25561 Miles Bader,
25562 Alexei V. Barantsev,
25563 Frank Bennett,
25564 Robert Bihlmeyer,
25565 Chris Bone,
25566 Mark Borges,
25567 Mark Boyns,
25568 Lance A. Brown,
25569 Rob Browning,
25570 Kees de Bruin,
25571 Martin Buchholz,
25572 Joe Buehler,
25573 Kevin Buhr,
25574 Alastair Burt,
25575 Joao Cachopo,
25576 Zlatko Calusic,
25577 Massimo Campostrini,
25578 Castor,
25579 David Charlap,
25580 Dan Christensen,
25581 Kevin Christian,
25582 Jae-you Chung, @c ?
25583 James H. Cloos, Jr.,
25584 Laura Conrad,
25585 Michael R. Cook,
25586 Glenn Coombs,
25587 Andrew J. Cosgriff,
25588 Neil Crellin,
25589 Frank D. Cringle,
25590 Geoffrey T. Dairiki,
25591 Andre Deparade,
25592 Ulrik Dickow,
25593 Dave Disser,
25594 Rui-Tao Dong, @c ?
25595 Joev Dubach,
25596 Michael Welsh Duggan,
25597 Dave Edmondson,
25598 Paul Eggert,
25599 Mark W. Eichin,
25600 Karl Eichwalder,
25601 Enami Tsugutomo, @c Enami
25602 Michael Ernst,
25603 Luc Van Eycken,
25604 Sam Falkner,
25605 Nelson Jose dos Santos Ferreira,
25606 Sigbjorn Finne,
25607 Sven Fischer,
25608 Paul Fisher,
25609 Decklin Foster,
25610 Gary D. Foster,
25611 Paul Franklin,
25612 Guy Geens,
25613 Arne Georg Gleditsch,
25614 David S. Goldberg,
25615 Michelangelo Grigni,
25616 Dale Hagglund,
25617 D. Hall,
25618 Magnus Hammerin,
25619 Kenichi Handa, @c Handa
25620 Raja R. Harinath,
25621 Yoshiki Hayashi, @c Hayashi
25622 P. E. Jareth Hein,
25623 Hisashige Kenji, @c Hisashige
25624 Scott Hofmann,
25625 Marc Horowitz,
25626 Gunnar Horrigmo,
25627 Richard Hoskins,
25628 Brad Howes,
25629 Miguel de Icaza,
25630 Fran@,{c}ois Felix Ingrand,
25631 Tatsuya Ichikawa, @c Ichikawa
25632 Ishikawa Ichiro, @c Ishikawa
25633 Lee Iverson,
25634 Iwamuro Motonori, @c Iwamuro
25635 Rajappa Iyer,
25636 Andreas Jaeger,
25637 Adam P. Jenkins,
25638 Randell Jesup,
25639 Fred Johansen,
25640 Gareth Jones,
25641 Greg Klanderman,
25642 Karl Kleinpaste,
25643 Michael Klingbeil,
25644 Peter Skov Knudsen,
25645 Shuhei Kobayashi, @c Kobayashi
25646 Petr Konecny,
25647 Koseki Yoshinori, @c Koseki
25648 Thor Kristoffersen,
25649 Jens Lautenbacher,
25650 Martin Larose,
25651 Seokchan Lee, @c Lee
25652 Joerg Lenneis,
25653 Carsten Leonhardt,
25654 James LewisMoss,
25655 Christian Limpach,
25656 Markus Linnala,
25657 Dave Love,
25658 Mike McEwan,
25659 Tonny Madsen,
25660 Shlomo Mahlab,
25661 Nat Makarevitch,
25662 Istvan Marko,
25663 David Martin,
25664 Jason R. Mastaler,
25665 Gordon Matzigkeit,
25666 Timo Metzemakers,
25667 Richard Mlynarik,
25668 Lantz Moore,
25669 Morioka Tomohiko, @c Morioka
25670 Erik Toubro Nielsen,
25671 Hrvoje Niksic,
25672 Andy Norman,
25673 Fred Oberhauser,
25674 C. R. Oldham,
25675 Alexandre Oliva,
25676 Ken Olstad,
25677 Masaharu Onishi, @c Onishi
25678 Hideki Ono, @c Ono
25679 Ettore Perazzoli,
25680 William Perry,
25681 Stephen Peters,
25682 Jens-Ulrik Holger Petersen,
25683 Ulrich Pfeifer,
25684 Matt Pharr,
25685 Andy Piper,
25686 John McClary Prevost,
25687 Bill Pringlemeir,
25688 Mike Pullen,
25689 Jim Radford,
25690 Colin Rafferty,
25691 Lasse Rasinen,
25692 Lars Balker Rasmussen,
25693 Joe Reiss,
25694 Renaud Rioboo,
25695 Roland B. Roberts,
25696 Bart Robinson,
25697 Christian von Roques,
25698 Markus Rost,
25699 Jason Rumney,
25700 Wolfgang Rupprecht,
25701 Jay Sachs,
25702 Dewey M. Sasser,
25703 Conrad Sauerwald,
25704 Loren Schall,
25705 Dan Schmidt,
25706 Ralph Schleicher,
25707 Philippe Schnoebelen,
25708 Andreas Schwab,
25709 Randal L. Schwartz,
25710 Danny Siu,
25711 Matt Simmons,
25712 Paul D. Smith,
25713 Jeff Sparkes,
25714 Toby Speight,
25715 Michael Sperber,
25716 Darren Stalder,
25717 Richard Stallman,
25718 Greg Stark,
25719 Sam Steingold,
25720 Paul Stevenson,
25721 Jonas Steverud,
25722 Paul Stodghill,
25723 Kiyokazu Suto, @c Suto
25724 Kurt Swanson,
25725 Samuel Tardieu,
25726 Teddy,
25727 Chuck Thompson,
25728 Tozawa Akihiko, @c Tozawa
25729 Philippe Troin,
25730 James Troup,
25731 Trung Tran-Duc,
25732 Jack Twilley,
25733 Aaron M. Ucko,
25734 Aki Vehtari,
25735 Didier Verna,
25736 Vladimir Volovich,
25737 Jan Vroonhof,
25738 Stefan Waldherr,
25739 Pete Ware,
25740 Barry A. Warsaw,
25741 Christoph Wedler,
25742 Joe Wells,
25743 Lee Willis,
25744 and
25745 Lloyd Zusman.
25746
25747
25748 For a full overview of what each person has done, the ChangeLogs
25749 included in the Gnus alpha distributions should give ample reading
25750 (550kB and counting).
25751
25752 Apologies to everybody that I've forgotten, of which there are many, I'm
25753 sure.
25754
25755 Gee, that's quite a list of people.  I guess that must mean that there
25756 actually are people who are using Gnus.  Who'd'a thunk it!
25757
25758
25759 @node New Features
25760 @subsection New Features
25761 @cindex new features
25762
25763 @menu
25764 * ding Gnus::                   New things in Gnus 5.0/5.1, the first new Gnus.
25765 * September Gnus::              The Thing Formally Known As Gnus 5.2/5.3.
25766 * Red Gnus::                    Third time best---Gnus 5.4/5.5.
25767 * Quassia Gnus::                Two times two is four, or Gnus 5.6/5.7.
25768 * Pterodactyl Gnus::            Pentad also starts with P, AKA Gnus 5.8/5.9.
25769 * Oort Gnus::                   It's big.  It's far out.  Gnus 5.10/5.11.
25770 * No Gnus::                     Lars, FIXME!
25771 @end menu
25772
25773 These lists are, of course, just @emph{short} overviews of the
25774 @emph{most} important new features.  No, really.  There are tons more.
25775 Yes, we have feeping creaturism in full effect.
25776
25777 @node ding Gnus
25778 @subsubsection (ding) Gnus
25779
25780 New features in Gnus 5.0/5.1:
25781
25782 @itemize @bullet
25783
25784 @item
25785 The look of all buffers can be changed by setting format-like variables
25786 (@pxref{Group Buffer Format} and @pxref{Summary Buffer Format}).
25787
25788 @item
25789 Local spool and several @acronym{NNTP} servers can be used at once
25790 (@pxref{Select Methods}).
25791
25792 @item
25793 You can combine groups into virtual groups (@pxref{Virtual Groups}).
25794
25795 @item
25796 You can read a number of different mail formats (@pxref{Getting Mail}).
25797 All the mail back ends implement a convenient mail expiry scheme
25798 (@pxref{Expiring Mail}).
25799
25800 @item
25801 Gnus can use various strategies for gathering threads that have lost
25802 their roots (thereby gathering loose sub-threads into one thread) or it
25803 can go back and retrieve enough headers to build a complete thread
25804 (@pxref{Customizing Threading}).
25805
25806 @item
25807 Killed groups can be displayed in the group buffer, and you can read
25808 them as well (@pxref{Listing Groups}).
25809
25810 @item
25811 Gnus can do partial group updates---you do not have to retrieve the
25812 entire active file just to check for new articles in a few groups
25813 (@pxref{The Active File}).
25814
25815 @item
25816 Gnus implements a sliding scale of subscribedness to groups
25817 (@pxref{Group Levels}).
25818
25819 @item
25820 You can score articles according to any number of criteria
25821 (@pxref{Scoring}).  You can even get Gnus to find out how to score
25822 articles for you (@pxref{Adaptive Scoring}).
25823
25824 @item
25825 Gnus maintains a dribble buffer that is auto-saved the normal Emacs
25826 manner, so it should be difficult to lose much data on what you have
25827 read if your machine should go down (@pxref{Auto Save}).
25828
25829 @item
25830 Gnus now has its own startup file (@file{~/.gnus.el}) to avoid
25831 cluttering up the @file{.emacs} file.
25832
25833 @item
25834 You can set the process mark on both groups and articles and perform
25835 operations on all the marked items (@pxref{Process/Prefix}).
25836
25837 @item
25838 You can grep through a subset of groups and create a group from the
25839 results (@pxref{Kibozed Groups}).
25840
25841 @item
25842 You can list subsets of groups according to, well, anything
25843 (@pxref{Listing Groups}).
25844
25845 @item
25846 You can browse foreign servers and subscribe to groups from those
25847 servers (@pxref{Browse Foreign Server}).
25848
25849 @item
25850 Gnus can fetch articles, asynchronously, on a second connection to the
25851 server (@pxref{Asynchronous Fetching}).
25852
25853 @item
25854 You can cache articles locally (@pxref{Article Caching}).
25855
25856 @item
25857 The uudecode functions have been expanded and generalized
25858 (@pxref{Decoding Articles}).
25859
25860 @item
25861 You can still post uuencoded articles, which was a little-known feature
25862 of @sc{gnus}' past (@pxref{Uuencoding and Posting}).
25863
25864 @item
25865 Fetching parents (and other articles) now actually works without
25866 glitches (@pxref{Finding the Parent}).
25867
25868 @item
25869 Gnus can fetch @acronym{FAQ}s and group descriptions (@pxref{Group Information}).
25870
25871 @item
25872 Digests (and other files) can be used as the basis for groups
25873 (@pxref{Document Groups}).
25874
25875 @item
25876 Articles can be highlighted and customized (@pxref{Customizing
25877 Articles}).
25878
25879 @item
25880 URLs and other external references can be buttonized (@pxref{Article
25881 Buttons}).
25882
25883 @item
25884 You can do lots of strange stuff with the Gnus window & frame
25885 configuration (@pxref{Window Layout}).
25886
25887 @item
25888 You can click on buttons instead of using the keyboard
25889 (@pxref{Buttons}).
25890
25891 @end itemize
25892
25893
25894 @node September Gnus
25895 @subsubsection September Gnus
25896
25897 @iftex
25898 @iflatex
25899 \gnusfig{-28cm}{0cm}{\epsfig{figure=ps/september,height=20cm}}
25900 @end iflatex
25901 @end iftex
25902
25903 New features in Gnus 5.2/5.3:
25904
25905 @itemize @bullet
25906
25907 @item
25908 A new message composition mode is used.  All old customization variables
25909 for @code{mail-mode}, @code{rnews-reply-mode} and @code{gnus-msg} are
25910 now obsolete.
25911
25912 @item
25913 Gnus is now able to generate @dfn{sparse} threads---threads where
25914 missing articles are represented by empty nodes (@pxref{Customizing
25915 Threading}).
25916
25917 @lisp
25918 (setq gnus-build-sparse-threads 'some)
25919 @end lisp
25920
25921 @item
25922 Outgoing articles are stored on a special archive server
25923 (@pxref{Archived Messages}).
25924
25925 @item
25926 Partial thread regeneration now happens when articles are
25927 referred.
25928
25929 @item
25930 Gnus can make use of GroupLens predictions.
25931
25932 @item
25933 Picons (personal icons) can be displayed under XEmacs (@pxref{Picons}).
25934
25935 @item
25936 A @code{trn}-like tree buffer can be displayed (@pxref{Tree Display}).
25937
25938 @lisp
25939 (setq gnus-use-trees t)
25940 @end lisp
25941
25942 @item
25943 An @code{nn}-like pick-and-read minor mode is available for the summary
25944 buffers (@pxref{Pick and Read}).
25945
25946 @lisp
25947 (add-hook 'gnus-summary-mode-hook 'gnus-pick-mode)
25948 @end lisp
25949
25950 @item
25951 In binary groups you can use a special binary minor mode (@pxref{Binary
25952 Groups}).
25953
25954 @item
25955 Groups can be grouped in a folding topic hierarchy (@pxref{Group
25956 Topics}).
25957
25958 @lisp
25959 (add-hook 'gnus-group-mode-hook 'gnus-topic-mode)
25960 @end lisp
25961
25962 @item
25963 Gnus can re-send and bounce mail (@pxref{Summary Mail Commands}).
25964
25965 @item
25966 Groups can now have a score, and bubbling based on entry frequency
25967 is possible (@pxref{Group Score}).
25968
25969 @lisp
25970 (add-hook 'gnus-summary-exit-hook 'gnus-summary-bubble-group)
25971 @end lisp
25972
25973 @item
25974 Groups can be process-marked, and commands can be performed on
25975 groups of groups (@pxref{Marking Groups}).
25976
25977 @item
25978 Caching is possible in virtual groups.
25979
25980 @item
25981 @code{nndoc} now understands all kinds of digests, mail boxes, rnews
25982 news batches, ClariNet briefs collections, and just about everything
25983 else (@pxref{Document Groups}).
25984
25985 @item
25986 Gnus has a new back end (@code{nnsoup}) to create/read SOUP packets
25987 (@pxref{SOUP}).
25988
25989 @item
25990 The Gnus cache is much faster.
25991
25992 @item
25993 Groups can be sorted according to many criteria (@pxref{Sorting
25994 Groups}).
25995
25996 @item
25997 New group parameters have been introduced to set list-addresses and
25998 expiry times (@pxref{Group Parameters}).
25999
26000 @item
26001 All formatting specs allow specifying faces to be used
26002 (@pxref{Formatting Fonts}).
26003
26004 @item
26005 There are several more commands for setting/removing/acting on process
26006 marked articles on the @kbd{M P} submap (@pxref{Setting Process Marks}).
26007
26008 @item
26009 The summary buffer can be limited to show parts of the available
26010 articles based on a wide range of criteria.  These commands have been
26011 bound to keys on the @kbd{/} submap (@pxref{Limiting}).
26012
26013 @item
26014 Articles can be made persistent with the @kbd{*} command
26015 (@pxref{Persistent Articles}).
26016
26017 @item
26018 All functions for hiding article elements are now toggles.
26019
26020 @item
26021 Article headers can be buttonized (@pxref{Article Washing}).
26022
26023 @item
26024 All mail back ends support fetching articles by @code{Message-ID}.
26025
26026 @item
26027 Duplicate mail can now be treated properly (@pxref{Duplicates}).
26028
26029 @item
26030 All summary mode commands are available directly from the article
26031 buffer (@pxref{Article Keymap}).
26032
26033 @item
26034 Frames can be part of @code{gnus-buffer-configuration} (@pxref{Window
26035 Layout}).
26036
26037 @item
26038 Mail can be re-scanned by a daemonic process (@pxref{Daemons}).
26039 @iftex
26040 @iflatex
26041 \marginpar[\mbox{}\hfill\epsfig{figure=ps/fseptember,height=5cm}]{\epsfig{figure=ps/fseptember,height=5cm}}
26042 @end iflatex
26043 @end iftex
26044
26045 @item
26046 Gnus can make use of NoCeM files to weed out spam (@pxref{NoCeM}).
26047
26048 @lisp
26049 (setq gnus-use-nocem t)
26050 @end lisp
26051
26052 @item
26053 Groups can be made permanently visible (@pxref{Listing Groups}).
26054
26055 @lisp
26056 (setq gnus-permanently-visible-groups "^nnml:")
26057 @end lisp
26058
26059 @item
26060 Many new hooks have been introduced to make customizing easier.
26061
26062 @item
26063 Gnus respects the @code{Mail-Copies-To} header.
26064
26065 @item
26066 Threads can be gathered by looking at the @code{References} header
26067 (@pxref{Customizing Threading}).
26068
26069 @lisp
26070 (setq gnus-summary-thread-gathering-function
26071       'gnus-gather-threads-by-references)
26072 @end lisp
26073
26074 @item
26075 Read articles can be stored in a special backlog buffer to avoid
26076 refetching (@pxref{Article Backlog}).
26077
26078 @lisp
26079 (setq gnus-keep-backlog 50)
26080 @end lisp
26081
26082 @item
26083 A clean copy of the current article is always stored in a separate
26084 buffer to allow easier treatment.
26085
26086 @item
26087 Gnus can suggest where to save articles (@pxref{Saving Articles}).
26088
26089 @item
26090 Gnus doesn't have to do as much prompting when saving (@pxref{Saving
26091 Articles}).
26092
26093 @lisp
26094 (setq gnus-prompt-before-saving t)
26095 @end lisp
26096
26097 @item
26098 @code{gnus-uu} can view decoded files asynchronously while fetching
26099 articles (@pxref{Other Decode Variables}).
26100
26101 @lisp
26102 (setq gnus-uu-grabbed-file-functions 'gnus-uu-grab-view)
26103 @end lisp
26104
26105 @item
26106 Filling in the article buffer now works properly on cited text
26107 (@pxref{Article Washing}).
26108
26109 @item
26110 Hiding cited text adds buttons to toggle hiding, and how much
26111 cited text to hide is now customizable (@pxref{Article Hiding}).
26112
26113 @lisp
26114 (setq gnus-cited-lines-visible 2)
26115 @end lisp
26116
26117 @item
26118 Boring headers can be hidden (@pxref{Article Hiding}).
26119
26120 @item
26121 Default scoring values can now be set from the menu bar.
26122
26123 @item
26124 Further syntax checking of outgoing articles have been added.
26125
26126 @end itemize
26127
26128
26129 @node Red Gnus
26130 @subsubsection Red Gnus
26131
26132 New features in Gnus 5.4/5.5:
26133
26134 @iftex
26135 @iflatex
26136 \gnusfig{-5.5cm}{-4cm}{\epsfig{figure=ps/red,height=20cm}}
26137 @end iflatex
26138 @end iftex
26139
26140 @itemize @bullet
26141
26142 @item
26143 @file{nntp.el} has been totally rewritten in an asynchronous fashion.
26144
26145 @item
26146 Article prefetching functionality has been moved up into
26147 Gnus (@pxref{Asynchronous Fetching}).
26148
26149 @item
26150 Scoring can now be performed with logical operators like @code{and},
26151 @code{or}, @code{not}, and parent redirection (@pxref{Advanced
26152 Scoring}).
26153
26154 @item
26155 Article washing status can be displayed in the
26156 article mode line (@pxref{Misc Article}).
26157
26158 @item
26159 @file{gnus.el} has been split into many smaller files.
26160
26161 @item
26162 Suppression of duplicate articles based on Message-ID can be done
26163 (@pxref{Duplicate Suppression}).
26164
26165 @lisp
26166 (setq gnus-suppress-duplicates t)
26167 @end lisp
26168
26169 @item
26170 New variables for specifying what score and adapt files are to be
26171 considered home score and adapt files (@pxref{Home Score File}) have
26172 been added.
26173
26174 @item
26175 @code{nndoc} was rewritten to be easily extendable (@pxref{Document
26176 Server Internals}).
26177
26178 @item
26179 Groups can inherit group parameters from parent topics (@pxref{Topic
26180 Parameters}).
26181
26182 @item
26183 Article editing has been revamped and is now actually usable.
26184
26185 @item
26186 Signatures can be recognized in more intelligent fashions
26187 (@pxref{Article Signature}).
26188
26189 @item
26190 Summary pick mode has been made to look more @code{nn}-like.  Line
26191 numbers are displayed and the @kbd{.} command can be used to pick
26192 articles (@code{Pick and Read}).
26193
26194 @item
26195 Commands for moving the @file{.newsrc.eld} from one server to
26196 another have been added (@pxref{Changing Servers}).
26197
26198 @item
26199 There's a way now to specify that ``uninteresting'' fields be suppressed
26200 when generating lines in buffers (@pxref{Advanced Formatting}).
26201
26202 @item
26203 Several commands in the group buffer can be undone with @kbd{C-M-_}
26204 (@pxref{Undo}).
26205
26206 @item
26207 Scoring can be done on words using the new score type @code{w}
26208 (@pxref{Score File Format}).
26209
26210 @item
26211 Adaptive scoring can be done on a Subject word-by-word basis
26212 (@pxref{Adaptive Scoring}).
26213
26214 @lisp
26215 (setq gnus-use-adaptive-scoring '(word))
26216 @end lisp
26217
26218 @item
26219 Scores can be decayed (@pxref{Score Decays}).
26220
26221 @lisp
26222 (setq gnus-decay-scores t)
26223 @end lisp
26224
26225 @item
26226 Scoring can be performed using a regexp on the Date header.  The Date is
26227 normalized to compact ISO 8601 format first (@pxref{Score File Format}).
26228
26229 @item
26230 A new command has been added to remove all data on articles from
26231 the native server (@pxref{Changing Servers}).
26232
26233 @item
26234 A new command for reading collections of documents
26235 (@code{nndoc} with @code{nnvirtual} on top) has been added---@kbd{C-M-d}
26236 (@pxref{Really Various Summary Commands}).
26237
26238 @item
26239 Process mark sets can be pushed and popped (@pxref{Setting Process
26240 Marks}).
26241
26242 @item
26243 A new mail-to-news back end makes it possible to post even when the @acronym{NNTP}
26244 server doesn't allow posting (@pxref{Mail-To-News Gateways}).
26245
26246 @item
26247 A new back end for reading searches from Web search engines
26248 (@dfn{DejaNews}, @dfn{Alta Vista}, @dfn{InReference}) has been added
26249 (@pxref{Web Searches}).
26250
26251 @item
26252 Groups inside topics can now be sorted using the standard sorting
26253 functions, and each topic can be sorted independently (@pxref{Topic
26254 Sorting}).
26255
26256 @item
26257 Subsets of the groups can be sorted independently (@code{Sorting
26258 Groups}).
26259
26260 @item
26261 Cached articles can be pulled into the groups (@pxref{Summary Generation
26262 Commands}).
26263 @iftex
26264 @iflatex
26265 \marginpar[\mbox{}\hfill\epsfig{figure=ps/fred,width=3cm}]{\epsfig{figure=ps/fred,width=3cm}}
26266 @end iflatex
26267 @end iftex
26268
26269 @item
26270 Score files are now applied in a more reliable order (@pxref{Score
26271 Variables}).
26272
26273 @item
26274 Reports on where mail messages end up can be generated (@pxref{Splitting
26275 Mail}).
26276
26277 @item
26278 More hooks and functions have been added to remove junk from incoming
26279 mail before saving the mail (@pxref{Washing Mail}).
26280
26281 @item
26282 Emphasized text can be properly fontisized:
26283
26284 @end itemize
26285
26286
26287 @node Quassia Gnus
26288 @subsubsection Quassia Gnus
26289
26290 New features in Gnus 5.6:
26291
26292 @itemize @bullet
26293
26294 @item
26295 New functionality for using Gnus as an offline newsreader has been
26296 added.  A plethora of new commands and modes have been added.
26297 @xref{Gnus Unplugged}, for the full story.
26298
26299 @item
26300 The @code{nndraft} back end has returned, but works differently than
26301 before.  All Message buffers are now also articles in the @code{nndraft}
26302 group, which is created automatically.
26303
26304 @item
26305 @code{gnus-alter-header-function} can now be used to alter header
26306 values.
26307
26308 @item
26309 @code{gnus-summary-goto-article} now accept Message-ID's.
26310
26311 @item
26312 A new Message command for deleting text in the body of a message
26313 outside the region: @kbd{C-c C-v}.
26314
26315 @item
26316 You can now post to component group in @code{nnvirtual} groups with
26317 @kbd{C-u C-c C-c}.
26318
26319 @item
26320  @code{nntp-rlogin-program}---new variable to ease customization.
26321
26322 @item
26323 @code{C-u C-c C-c} in @code{gnus-article-edit-mode} will now inhibit
26324 re-highlighting of the article buffer.
26325
26326 @item
26327 New element in @code{gnus-boring-article-headers}---@code{long-to}.
26328
26329 @item
26330 @kbd{M-i} symbolic prefix command.  @xref{Symbolic Prefixes}, for
26331 details.
26332
26333 @item
26334 @kbd{L} and @kbd{I} in the summary buffer now take the symbolic prefix
26335 @kbd{a} to add the score rule to the @file{all.SCORE} file.
26336
26337 @item
26338 @code{gnus-simplify-subject-functions} variable to allow greater
26339 control over simplification.
26340
26341 @item
26342 @kbd{A T}---new command for fetching the current thread.
26343
26344 @item
26345 @kbd{/ T}---new command for including the current thread in the
26346 limit.
26347
26348 @item
26349 @kbd{M-RET} is a new Message command for breaking cited text.
26350
26351 @item
26352 @samp{\\1}-expressions are now valid in @code{nnmail-split-methods}.
26353
26354 @item
26355 The @code{custom-face-lookup} function has been removed.
26356 If you used this function in your initialization files, you must
26357 rewrite them to use @code{face-spec-set} instead.
26358
26359 @item
26360 Canceling now uses the current select method.  Symbolic prefix
26361 @kbd{a} forces normal posting method.
26362
26363 @item
26364 New command to translate M******** sm*rtq**t*s into proper
26365 text---@kbd{W d}.
26366
26367 @item
26368 For easier debugging of @code{nntp}, you can set
26369 @code{nntp-record-commands} to a non-@code{nil} value.
26370
26371 @item
26372 @code{nntp} now uses @file{~/.authinfo}, a @file{.netrc}-like file, for
26373 controlling where and how to send @sc{authinfo} to @acronym{NNTP} servers.
26374
26375 @item
26376 A command for editing group parameters from the summary buffer
26377 has been added.
26378
26379 @item
26380 A history of where mails have been split is available.
26381
26382 @item
26383 A new article date command has been added---@code{article-date-iso8601}.
26384
26385 @item
26386 Subjects can be simplified when threading by setting
26387 @code{gnus-score-thread-simplify}.
26388
26389 @item
26390 A new function for citing in Message has been
26391 added---@code{message-cite-original-without-signature}.
26392
26393 @item
26394 @code{article-strip-all-blank-lines}---new article command.
26395
26396 @item
26397 A new Message command to kill to the end of the article has
26398 been added.
26399
26400 @item
26401 A minimum adaptive score can be specified by using the
26402 @code{gnus-adaptive-word-minimum} variable.
26403
26404 @item
26405 The ``lapsed date'' article header can be kept continually
26406 updated by the @code{gnus-start-date-timer} command.
26407
26408 @item
26409 Web listserv archives can be read with the @code{nnlistserv} back end.
26410
26411 @item
26412 Old dejanews archives can now be read by @code{nnweb}.
26413
26414 @end itemize
26415
26416 @node Pterodactyl Gnus
26417 @subsubsection Pterodactyl Gnus
26418
26419 New features in Gnus 5.8:
26420
26421 @itemize @bullet
26422
26423 @item
26424 The mail-fetching functions have changed.  See the manual for the
26425 many details.  In particular, all procmail fetching variables are gone.
26426
26427 If you used procmail like in
26428
26429 @lisp
26430 (setq nnmail-use-procmail t)
26431 (setq nnmail-spool-file 'procmail)
26432 (setq nnmail-procmail-directory "~/mail/incoming/")
26433 (setq nnmail-procmail-suffix "\\.in")
26434 @end lisp
26435
26436 this now has changed to
26437
26438 @lisp
26439 (setq mail-sources
26440       '((directory :path "~/mail/incoming/"
26441                    :suffix ".in")))
26442 @end lisp
26443
26444 @xref{Mail Source Specifiers}.
26445
26446 @item
26447 Gnus is now a @acronym{MIME}-capable reader.  This affects many parts of
26448 Gnus, and adds a slew of new commands.  See the manual for details.
26449
26450 @item
26451 Gnus has also been multilingualized.  This also affects too
26452 many parts of Gnus to summarize here, and adds many new variables.
26453
26454 @item
26455 @code{gnus-auto-select-first} can now be a function to be
26456 called to position point.
26457
26458 @item
26459 The user can now decide which extra headers should be included in
26460 summary buffers and @acronym{NOV} files.
26461
26462 @item
26463 @code{gnus-article-display-hook} has been removed.  Instead, a number
26464 of variables starting with @code{gnus-treat-} have been added.
26465
26466 @item
26467 The Gnus posting styles have been redone again and now works in a
26468 subtly different manner.
26469
26470 @item
26471 New web-based back ends have been added: @code{nnslashdot},
26472 @code{nnwarchive} and @code{nnultimate}.  nnweb has been revamped,
26473 again, to keep up with ever-changing layouts.
26474
26475 @item
26476 Gnus can now read @acronym{IMAP} mail via @code{nnimap}.
26477
26478 @end itemize
26479
26480 @node Oort Gnus
26481 @subsubsection Oort Gnus
26482 @cindex Oort Gnus
26483
26484 New features in Gnus 5.10:
26485
26486 @itemize @bullet
26487
26488 @item
26489 @kbd{F} (@code{gnus-article-followup-with-original}) and @kbd{R}
26490 (@code{gnus-article-reply-with-original}) only yank the text in the
26491 region if the region is active.
26492
26493 @item
26494 @code{gnus-group-read-ephemeral-group} can be called interactively,
26495 using @kbd{G M}.
26496
26497 @item
26498 In draft groups, @kbd{e} is now bound to @code{gnus-draft-edit-message}.
26499 Use @kbd{B w} for @code{gnus-summary-edit-article} instead.
26500
26501 @item
26502 The revised Gnus @acronym{FAQ} is included in the manual,
26503 @xref{Frequently Asked Questions}.
26504
26505 @item
26506 Upgrading from previous (stable) version if you have used Oort.
26507
26508 If you have tried Oort (the unstable Gnus branch leading to this
26509 release) but went back to a stable version, be careful when upgrading to
26510 this version.  In particular, you will probably want to remove all
26511 @file{.marks} (nnml) and @file{.mrk} (nnfolder) files, so that flags are
26512 read from your @file{.newsrc.eld} instead of from the
26513 @file{.marks}/@file{.mrk} file where this release store flags.  See a
26514 later entry for more information about marks.  Note that downgrading
26515 isn't save in general.
26516
26517 @item
26518 Article Buttons
26519
26520 More buttons for URLs, mail addresses, Message-IDs, Info links, man
26521 pages and Emacs or Gnus related references.  @xref{Article Buttons}.  The
26522 variables @code{gnus-button-@var{*}-level} can be used to control the
26523 appearance of all article buttons.  @xref{Article Button Levels}.
26524
26525 @item
26526 Dired integration
26527
26528 @code{gnus-dired-minor-mode} (see @ref{Other modes}) installs key
26529 bindings in dired buffers to send a file as an attachment, open a file
26530 using the appropriate mailcap entry, and print a file using the mailcap
26531 entry.
26532
26533 @item
26534 Gnus can display RSS newsfeeds as a newsgroup.  @xref{RSS}.
26535
26536 @item
26537 Single-part yenc encoded attachments can be decoded.
26538
26539 @item
26540 Picons
26541
26542 The picons code has been reimplemented to work in GNU Emacs---some of
26543 the previous options have been removed or renamed.
26544
26545 Picons are small ``personal icons'' representing users, domain and
26546 newsgroups, which can be displayed in the Article buffer.
26547 @xref{Picons}.
26548
26549 @item
26550 If the new option @code{gnus-treat-body-boundary} is non-@code{nil}, a
26551 boundary line is drawn at the end of the headers.
26552
26553 @item
26554 Retrieval of charters and control messages
26555
26556 There are new commands for fetching newsgroup charters (@kbd{H c}) and
26557 control messages (@kbd{H C}).
26558
26559 @item
26560 Delayed articles
26561
26562 You can delay the sending of a message with @kbd{C-c C-j} in the Message
26563 buffer.  The messages are delivered at specified time.  This is useful
26564 for sending yourself reminders.  @xref{Delayed Articles}.
26565
26566 @item
26567 If @code{auto-compression-mode} is enabled, attachments are automatically
26568 decompressed when activated.
26569
26570 @item
26571 If the new option @code{nnml-use-compressed-files} is non-@code{nil},
26572 the nnml back end allows compressed message files.
26573
26574 @item
26575 Signed article headers (X-PGP-Sig) can be verified with @kbd{W p}.
26576
26577 @item
26578 The Summary Buffer uses an arrow in the fringe to indicate the current
26579 article.  Use @code{(setq gnus-summary-display-arrow nil)} to disable it.
26580
26581 @item
26582 Warn about email replies to news
26583
26584 Do you often find yourself replying to news by email by mistake?  Then
26585 the new option @code{gnus-confirm-mail-reply-to-news} is just the thing for
26586 you.
26587
26588 @item
26589 If the new option @code{gnus-summary-display-while-building} is
26590 non-@code{nil}, the summary buffer is shown and updated as it's being
26591 built.
26592
26593 @item
26594 The new @code{recent} mark @samp{.} indicates newly arrived messages (as
26595 opposed to old but unread messages).
26596
26597 @item
26598 The new option @code{gnus-gcc-mark-as-read} automatically marks
26599 Gcc articles as read.
26600
26601 @item
26602 The nndoc back end now supports mailman digests and exim bounces.
26603
26604 @item
26605 Gnus supports RFC 2369 mailing list headers, and adds a number of
26606 related commands in mailing list groups.  @xref{Mailing List}.
26607
26608 @item
26609 The Date header can be displayed in a format that can be read aloud
26610 in English.  @xref{Article Date}.
26611
26612 @item
26613 The envelope sender address can be customized when using Sendmail.
26614 @xref{Mail Variables, Mail Variables,, message, Message Manual}.
26615
26616 @item
26617 diffs are automatically highlighted in groups matching
26618 @code{mm-uu-diff-groups-regexp}
26619
26620 @item
26621 @acronym{TLS} wrapper shipped with Gnus
26622
26623 @acronym{TLS}/@acronym{SSL} is now supported in @acronym{IMAP} and
26624 @acronym{NNTP} via @file{tls.el} and GNUTLS.  The old
26625 @acronym{TLS}/@acronym{SSL} support via (external third party)
26626 @file{ssl.el} and OpenSSL still works.
26627
26628 @item
26629 New @file{make.bat} for compiling and installing Gnus under MS Windows
26630
26631 Use @file{make.bat} if you want to install Gnus under MS Windows, the
26632 first argument to the batch-program should be the directory where
26633 @file{xemacs.exe} respectively @file{emacs.exe} is located, iff you want
26634 to install Gnus after compiling it, give @file{make.bat} @code{/copy} as
26635 the second parameter.
26636
26637 @file{make.bat} has been rewritten from scratch, it now features
26638 automatic recognition of XEmacs and GNU Emacs, generates
26639 @file{gnus-load.el}, checks if errors occur while compilation and
26640 generation of info files and reports them at the end of the build
26641 process.  It now uses @code{makeinfo} if it is available and falls
26642 back to @file{infohack.el} otherwise.  @file{make.bat} should now
26643 install all files which are necessary to run Gnus and be generally a
26644 complete replacement for the @code{configure; make; make install}
26645 cycle used under Unix systems.
26646
26647 The new @file{make.bat} makes @file{make-x.bat} superfluous, so it has
26648 been removed.
26649
26650 @item
26651 Support for non-@acronym{ASCII} domain names
26652
26653 Message supports non-@acronym{ASCII} domain names in From:, To: and
26654 Cc: and will query you whether to perform encoding when you try to
26655 send a message.  The variable @code{message-use-idna} controls this.
26656 Gnus will also decode non-@acronym{ASCII} domain names in From:, To:
26657 and Cc: when you view a message.  The variable @code{gnus-use-idna}
26658 controls this.
26659
26660 @item
26661 Better handling of Microsoft citation styles
26662
26663 Gnus now tries to recognize the mangled header block that some Microsoft
26664 mailers use to indicate that the rest of the message is a citation, even
26665 though it is not quoted in any way.  The variable
26666 @code{gnus-cite-unsightly-citation-regexp} matches the start of these
26667 citations.
26668
26669 @item
26670 @code{gnus-article-skip-boring}
26671
26672 If you set @code{gnus-article-skip-boring} to @code{t}, then Gnus will
26673 not scroll down to show you a page that contains only boring text,
26674 which by default means cited text and signature.  You can customize
26675 what is skippable using @code{gnus-article-boring-faces}.
26676
26677 This feature is especially useful if you read many articles that
26678 consist of a little new content at the top with a long, untrimmed
26679 message cited below.
26680
26681 @item
26682 The format spec @code{%C} for positioning point has changed to @code{%*}.
26683
26684 @item
26685 The new variable @code{gnus-parameters} can be used to set group parameters.
26686
26687 Earlier this was done only via @kbd{G p} (or @kbd{G c}), which stored
26688 the parameters in @file{~/.newsrc.eld}, but via this variable you can
26689 enjoy the powers of customize, and simplified backups since you set the
26690 variable in @file{~/.emacs} instead of @file{~/.newsrc.eld}.  The
26691 variable maps regular expressions matching group names to group
26692 parameters, a'la:
26693 @lisp
26694 (setq gnus-parameters
26695       '(("mail\\..*"
26696          (gnus-show-threads nil)
26697          (gnus-use-scoring nil))
26698         ("^nnimap:\\(foo.bar\\)$"
26699          (to-group . "\\1"))))
26700 @end lisp
26701
26702 @item
26703 Smileys (@samp{:-)}, @samp{;-)} etc) are now iconized for Emacs too.
26704
26705 Put @code{(setq gnus-treat-display-smileys nil)} in @file{~/.emacs} to
26706 disable it.
26707
26708 @item
26709 Gnus no longer generate the Sender: header automatically.
26710
26711 Earlier it was generated iff the user configurable email address was
26712 different from the Gnus guessed default user address.  As the guessing
26713 algorithm is rarely correct these days, and (more controversially) the
26714 only use of the Sender: header was to check if you are entitled to
26715 cancel/supersede news (which is now solved by Cancel Locks instead,
26716 see another entry), generation of the header has been disabled by
26717 default.  See the variables @code{message-required-headers},
26718 @code{message-required-news-headers}, and
26719 @code{message-required-mail-headers}.
26720
26721 @item
26722 Features from third party @file{message-utils.el} added to @file{message.el}.
26723
26724 Message now asks if you wish to remove @samp{(was: <old subject>)} from
26725 subject lines (see @code{message-subject-trailing-was-query}).  @kbd{C-c
26726 M-m} and @kbd{C-c M-f} inserts markers indicating included text.
26727 @kbd{C-c C-f a} adds a X-No-Archive: header.  @kbd{C-c C-f x} inserts
26728 appropriate headers and a note in the body for cross-postings and
26729 followups (see the variables @code{message-cross-post-@var{*}}).
26730
26731 @item
26732 References and X-Draft-Headers are no longer generated when you start
26733 composing messages and @code{message-generate-headers-first} is
26734 @code{nil}.
26735
26736 @item
26737 Improved anti-spam features.
26738
26739 Gnus is now able to take out spam from your mail and news streams
26740 using a wide variety of programs and filter rules.  Among the supported
26741 methods are RBL blocklists, bogofilter and white/blacklists.  Hooks
26742 for easy use of external packages such as SpamAssassin and Hashcash
26743 are also new.  @xref{Thwarting Email Spam}.
26744
26745 @item
26746 Easy inclusion of X-Faces headers.
26747
26748 @item
26749 Face headers handling.
26750
26751 @item
26752 In the summary buffer, the new command @kbd{/ N} inserts new messages
26753 and @kbd{/ o} inserts old messages.
26754
26755 @item
26756 Gnus decodes morse encoded messages if you press @kbd{W m}.
26757
26758 @item
26759 Unread count correct in nnimap groups.
26760
26761 The estimated number of unread articles in the group buffer should now
26762 be correct for nnimap groups.  This is achieved by calling
26763 @code{nnimap-fixup-unread-after-getting-new-news} from the
26764 @code{gnus-setup-news-hook} (called on startup) and
26765 @code{gnus-after-getting-new-news-hook}. (called after getting new
26766 mail).  If you have modified those variables from the default, you may
26767 want to add @code{nnimap-fixup-unread-after-getting-new-news} again.  If
26768 you were happy with the estimate and want to save some (minimal) time
26769 when getting new mail, remove the function.
26770
26771 @item
26772 Group Carbon Copy (GCC) quoting
26773
26774 To support groups that contains SPC and other weird characters, groups
26775 are quoted before they are placed in the Gcc: header.  This means
26776 variables such as @code{gnus-message-archive-group} should no longer
26777 contain quote characters to make groups containing SPC work.  Also, if
26778 you are using the string @samp{nnml:foo, nnml:bar} (indicating Gcc
26779 into two groups) you must change it to return the list
26780 @code{("nnml:foo" "nnml:bar")}, otherwise the Gcc: line will be quoted
26781 incorrectly.  Note that returning the string @samp{nnml:foo, nnml:bar}
26782 was incorrect earlier, it just didn't generate any problems since it
26783 was inserted directly.
26784
26785 @item
26786 @file{~/News/overview/} not used.
26787
26788 As a result of the following change, the @file{~/News/overview/}
26789 directory is not used any more.  You can safely delete the entire
26790 hierarchy.
26791
26792 @item
26793 @code{gnus-agent}
26794
26795 The Gnus Agent has seen a major updated and is now enabled by default,
26796 and all nntp and nnimap servers from @code{gnus-select-method} and
26797 @code{gnus-secondary-select-method} are agentized by default.  Earlier
26798 only the server in @code{gnus-select-method} was agentized by the
26799 default, and the agent was disabled by default.  When the agent is
26800 enabled, headers are now also retrieved from the Agent cache instead
26801 of the back ends when possible.  Earlier this only happened in the
26802 unplugged state.  You can enroll or remove servers with @kbd{J a} and
26803 @kbd{J r} in the server buffer.  Gnus will not download articles into
26804 the Agent cache, unless you instruct it to do so, though, by using
26805 @kbd{J u} or @kbd{J s} from the Group buffer.  You revert to the old
26806 behavior of having the Agent disabled with @code{(setq gnus-agent
26807 nil)}.  Note that putting @code{(gnus-agentize)} in @file{~/.gnus.el}
26808 is not needed any more.
26809
26810 @item
26811 @code{gnus-summary-line-format}
26812
26813 The default value changed to @samp{%U%R%z%I%(%[%4L: %-23,23f%]%)
26814 %s\n}.  Moreover @code{gnus-extra-headers},
26815 @code{nnmail-extra-headers} and @code{gnus-ignored-from-addresses}
26816 changed their default so that the users name will be replaced by the
26817 recipient's name or the group name posting to for @acronym{NNTP}
26818 groups.
26819
26820 @item
26821 @file{deuglify.el} (@code{gnus-article-outlook-deuglify-article})
26822
26823 A new file from Raymond Scholz @email{rscholz@@zonix.de} for deuglifying
26824 broken Outlook (Express) articles.
26825
26826 @item
26827 @code{(require 'gnus-load)}
26828
26829 If you use a stand-alone Gnus distribution, you'd better add
26830 @code{(require 'gnus-load)} into your @file{~/.emacs} after adding the Gnus
26831 lisp directory into load-path.
26832
26833 File @file{gnus-load.el} contains autoload commands, functions and variables,
26834 some of which may not be included in distributions of Emacsen.
26835
26836 @item
26837 @code{gnus-slave-unplugged}
26838
26839 A new command which starts Gnus offline in slave mode.
26840
26841 @item
26842 @code{message-insinuate-rmail}
26843
26844 Adding @code{(message-insinuate-rmail)} and @code{(setq
26845 mail-user-agent 'gnus-user-agent)} in @file{.emacs} convinces Rmail to
26846 compose, reply and forward messages in message-mode, where you can
26847 enjoy the power of @acronym{MML}.
26848
26849 @item
26850 @code{message-minibuffer-local-map}
26851
26852 The line below enables BBDB in resending a message:
26853 @lisp
26854 (define-key message-minibuffer-local-map [(tab)]
26855   'bbdb-complete-name)
26856 @end lisp
26857
26858 @item
26859 Externalizing and deleting of attachments.
26860
26861 If @code{gnus-gcc-externalize-attachments} or
26862 @code{message-fcc-externalize-attachments} is non-@code{nil}, attach
26863 local files as external parts.
26864
26865 The command @code{gnus-mime-save-part-and-strip} (bound to @kbd{C-o}
26866 on @acronym{MIME} buttons) saves a part and replaces the part with an
26867 external one.  @code{gnus-mime-delete-part} (bound to @kbd{d} on
26868 @acronym{MIME} buttons) removes a part.  It works only on back ends
26869 that support editing.
26870
26871 @item
26872 @code{gnus-default-charset}
26873
26874 The default value is determined from the
26875 @code{current-language-environment} variable, instead of
26876 @code{iso-8859-1}.  Also the @samp{.*} item in
26877 @code{gnus-group-charset-alist} is removed.
26878
26879 @item
26880 @code{gnus-posting-styles}
26881
26882 Add a new format of match like
26883 @lisp
26884 ((header "to" "larsi.*org")
26885  (Organization "Somewhere, Inc."))
26886 @end lisp
26887 The old format like the lines below is obsolete, but still accepted.
26888 @lisp
26889 (header "to" "larsi.*org"
26890         (Organization "Somewhere, Inc."))
26891 @end lisp
26892
26893 @item
26894 @code{message-ignored-news-headers} and @code{message-ignored-mail-headers}
26895
26896 @samp{X-Draft-From} and @samp{X-Gnus-Agent-Meta-Information} have been
26897 added into these two variables.  If you customized those, perhaps you
26898 need add those two headers too.
26899
26900 @item
26901 Gnus reads the @acronym{NOV} and articles in the Agent if plugged.
26902
26903 If one reads an article while plugged, and the article already exists
26904 in the Agent, it won't get downloaded once more.  @code{(setq
26905 gnus-agent-cache nil)} reverts to the old behavior.
26906
26907 @item
26908 Gnus supports the ``format=flowed'' (RFC 2646) parameter.  On
26909 composing messages, it is enabled by @code{use-hard-newlines}.
26910 Decoding format=flowed was present but not documented in earlier
26911 versions.
26912
26913 @item
26914 Gnus supports the generation of RFC 2298 Disposition Notification requests.
26915
26916 This is invoked with the @kbd{C-c M-n} key binding from message mode.
26917
26918 @item
26919 Gnus supports Maildir groups.
26920
26921 Gnus includes a new back end @file{nnmaildir.el}.  @xref{Maildir}.
26922
26923 @item
26924 Printing capabilities are enhanced.
26925
26926 Gnus supports Muttprint natively with @kbd{O P} from the Summary and
26927 Article buffers.  Also, each individual @acronym{MIME} part can be
26928 printed using @kbd{p} on the @acronym{MIME} button.
26929
26930 @item
26931 Message supports the Importance: (RFC 2156) header.
26932
26933 In the message buffer, @kbd{C-c C-f C-i} or @kbd{C-c C-u} cycles through
26934 the valid values.
26935
26936 @item
26937 Gnus supports Cancel Locks in News.
26938
26939 This means a header @samp{Cancel-Lock} is inserted in news posting.  It is
26940 used to determine if you wrote an article or not (for canceling and
26941 superseding).  Gnus generates a random password string the first time
26942 you post a message, and saves it in your @file{~/.emacs} using the Custom
26943 system.  While the variable is called @code{canlock-password}, it is not
26944 security sensitive data.  Publishing your canlock string on the web
26945 will not allow anyone to be able to anything she could not already do.
26946 The behavior can be changed by customizing @code{message-insert-canlock}.
26947
26948 @item
26949 Gnus supports server-side mail filtering using Sieve.
26950
26951 Sieve rules can be added as Group Parameters for groups, and the
26952 complete Sieve script is generated using @kbd{D g} from the Group
26953 buffer, and then uploaded to the server using @kbd{C-c C-l} in the
26954 generated Sieve buffer.  @xref{Sieve Commands}, and the new Sieve
26955 manual @ref{Top, , Top, sieve, Emacs Sieve}.
26956
26957 @item
26958 Extended format specs.
26959
26960 Format spec @samp{%&user-date;} is added into
26961 @code{gnus-summary-line-format-alist}.  Also, user defined extended
26962 format specs are supported.  The extended format specs look like
26963 @samp{%u&foo;}, which invokes function
26964 @code{gnus-user-format-function-@var{foo}}.  Because @samp{&} is used as the
26965 escape character, old user defined format @samp{%u&} is no longer supported.
26966
26967 @item
26968 @kbd{/ *} (@code{gnus-summary-limit-include-cached}) is rewritten.
26969
26970 It was aliased to @kbd{Y c}
26971 (@code{gnus-summary-insert-cached-articles}).  The new function filters
26972 out other articles.
26973
26974 @item Some limiting commands accept a @kbd{C-u} prefix to negate the match.
26975
26976 If @kbd{C-u} is used on subject, author or extra headers, i.e., @kbd{/
26977 s}, @kbd{/ a}, and @kbd{/ x}
26978 (@code{gnus-summary-limit-to-@{subject,author,extra@}}) respectively, the
26979 result will be to display all articles that do not match the expression.
26980
26981 @item
26982 Group names are treated as UTF-8 by default.
26983
26984 This is supposedly what USEFOR wanted to migrate to.  See
26985 @code{gnus-group-name-charset-group-alist} and
26986 @code{gnus-group-name-charset-method-alist} for customization.
26987
26988 @item
26989 The nnml and nnfolder back ends store marks for each groups.
26990
26991 This makes it possible to take backup of nnml/nnfolder servers/groups
26992 separately of @file{~/.newsrc.eld}, while preserving marks.  It also
26993 makes it possible to share articles and marks between users (without
26994 sharing the @file{~/.newsrc.eld} file) within e.g. a department.  It
26995 works by storing the marks stored in @file{~/.newsrc.eld} in a per-group
26996 file @file{.marks} (for nnml) and @file{@var{groupname}.mrk} (for
26997 nnfolder, named @var{groupname}).  If the nnml/nnfolder is moved to
26998 another machine, Gnus will automatically use the @file{.marks} or
26999 @file{.mrk} file instead of the information in @file{~/.newsrc.eld}.
27000 The new server variables @code{nnml-marks-is-evil} and
27001 @code{nnfolder-marks-is-evil} can be used to disable this feature.
27002
27003 @item
27004 The menu bar item (in Group and Summary buffer) named ``Misc'' has
27005 been renamed to ``Gnus''.
27006
27007 @item
27008 The menu bar item (in Message mode) named ``@acronym{MML}'' has been
27009 renamed to ``Attachments''.  Note that this menu also contains security
27010 related stuff, like signing and encryption (@pxref{Security, Security,,
27011 message, Message Manual}).
27012
27013 @item
27014 @code{gnus-group-charset-alist} and
27015 @code{gnus-group-ignored-charsets-alist}.
27016
27017 The regexps in these variables are compared with full group names
27018 instead of real group names in 5.8.  Users who customize these
27019 variables should change those regexps accordingly.  For example:
27020 @lisp
27021 ("^han\\>" euc-kr) -> ("\\(^\\|:\\)han\\>" euc-kr)
27022 @end lisp
27023
27024 @item
27025 Gnus supports @acronym{PGP} (RFC 1991/2440), @acronym{PGP/MIME} (RFC
27026 2015/3156) and @acronym{S/MIME} (RFC 2630-2633).
27027
27028 It needs an external @acronym{S/MIME} and OpenPGP implementation, but no
27029 additional Lisp libraries.  This add several menu items to the
27030 Attachments menu, and @kbd{C-c RET} key bindings, when composing
27031 messages.  This also obsoletes @code{gnus-article-hide-pgp-hook}.
27032
27033 @item
27034 Gnus inlines external parts (message/external).
27035
27036 @item
27037 @acronym{MML} (Mime compose) prefix changed from @kbd{M-m} to @kbd{C-c
27038 C-m}.
27039
27040 This change was made to avoid conflict with the standard binding of
27041 @code{back-to-indentation}, which is also useful in message mode.
27042
27043 @item
27044 The default for @code{message-forward-show-mml} changed to symbol @code{best}.
27045
27046 The behavior for the @code{best} value is to show @acronym{MML} (i.e.,
27047 convert to @acronym{MIME}) when appropriate.  @acronym{MML} will not be
27048 used when forwarding signed or encrypted messages, as the conversion
27049 invalidate the digital signature.
27050 @end itemize
27051
27052 @node No Gnus
27053 @subsubsection No Gnus
27054 @cindex No Gnus
27055
27056 New features in No Gnus:
27057 @c FIXME: Gnus 5.12?
27058
27059 @include gnus-news.texi
27060
27061 @iftex
27062
27063 @page
27064 @node The Manual
27065 @section The Manual
27066 @cindex colophon
27067 @cindex manual
27068
27069 This manual was generated from a TeXinfo file and then run through
27070 either @code{texi2dvi}
27071 @iflatex
27072 or my own home-brewed TeXinfo to \LaTeX\ transformer,
27073 and then run through @code{latex} and @code{dvips}
27074 @end iflatex
27075 to get what you hold in your hands now.
27076
27077 The following conventions have been used:
27078
27079 @enumerate
27080
27081 @item
27082 This is a @samp{string}
27083
27084 @item
27085 This is a @kbd{keystroke}
27086
27087 @item
27088 This is a @file{file}
27089
27090 @item
27091 This is a @code{symbol}
27092
27093 @end enumerate
27094
27095 So if I were to say ``set @code{flargnoze} to @samp{yes}'', that would
27096 mean:
27097
27098 @lisp
27099 (setq flargnoze "yes")
27100 @end lisp
27101
27102 If I say ``set @code{flumphel} to @code{yes}'', that would mean:
27103
27104 @lisp
27105 (setq flumphel 'yes)
27106 @end lisp
27107
27108 @samp{yes} and @code{yes} are two @emph{very} different things---don't
27109 ever get them confused.
27110
27111 @iflatex
27112 @c @head
27113 Of course, everything in this manual is of vital interest, so you should
27114 read it all.  Several times.  However, if you feel like skimming the
27115 manual, look for that gnu head you should see in the margin over
27116 there---it means that what's being discussed is of more importance than
27117 the rest of the stuff.  (On the other hand, if everything is infinitely
27118 important, how can anything be more important than that?  Just one more
27119 of the mysteries of this world, I guess.)
27120 @end iflatex
27121
27122 @end iftex
27123
27124
27125 @node On Writing Manuals
27126 @section On Writing Manuals
27127
27128 I guess most manuals are written after-the-fact; documenting a program
27129 that's already there.  This is not how this manual is written.  When
27130 implementing something, I write the manual entry for that something
27131 straight away.  I then see that it's difficult to explain the
27132 functionality, so I write how it's supposed to be, and then I change the
27133 implementation.  Writing the documentation and writing the code goes
27134 hand in hand.
27135
27136 This, of course, means that this manual has no, or little, flow.  It
27137 documents absolutely everything in Gnus, but often not where you're
27138 looking for it.  It is a reference manual, and not a guide to how to get
27139 started with Gnus.
27140
27141 That would be a totally different book, that should be written using the
27142 reference manual as source material.  It would look quite differently.
27143
27144
27145 @page
27146 @node Terminology
27147 @section Terminology
27148
27149 @cindex terminology
27150 @table @dfn
27151
27152 @item news
27153 @cindex news
27154 This is what you are supposed to use this thing for---reading news.
27155 News is generally fetched from a nearby @acronym{NNTP} server, and is
27156 generally publicly available to everybody.  If you post news, the entire
27157 world is likely to read just what you have written, and they'll all
27158 snigger mischievously.  Behind your back.
27159
27160 @item mail
27161 @cindex mail
27162 Everything that's delivered to you personally is mail.  Some news/mail
27163 readers (like Gnus) blur the distinction between mail and news, but
27164 there is a difference.  Mail is private.  News is public.  Mailing is
27165 not posting, and replying is not following up.
27166
27167 @item reply
27168 @cindex reply
27169 Send a mail to the person who has written what you are reading.
27170
27171 @item follow up
27172 @cindex follow up
27173 Post an article to the current newsgroup responding to the article you
27174 are reading.
27175
27176 @item back end
27177 @cindex back end
27178 Gnus considers mail and news to be mostly the same, really.  The only
27179 difference is how to access the actual articles.  News articles are
27180 commonly fetched via the protocol @acronym{NNTP}, whereas mail
27181 messages could be read from a file on the local disk.  The internal
27182 architecture of Gnus thus comprises a ``front end'' and a number of
27183 ``back ends''.  Internally, when you enter a group (by hitting
27184 @key{RET}, say), you thereby invoke a function in the front end in
27185 Gnus.  The front end then ``talks'' to a back end and says things like
27186 ``Give me the list of articles in the foo group'' or ``Show me article
27187 number 4711''.
27188
27189 So a back end mainly defines either a protocol (the @code{nntp} back
27190 end accesses news via @acronym{NNTP}, the @code{nnimap} back end
27191 accesses mail via @acronym{IMAP}) or a file format and directory
27192 layout (the @code{nnspool} back end accesses news via the common
27193 ``spool directory'' format, the @code{nnml} back end access mail via a
27194 file format and directory layout that's quite similar).
27195
27196 Gnus does not handle the underlying media, so to speak---this is all
27197 done by the back ends.  A back end is a collection of functions to
27198 access the articles.
27199
27200 However, sometimes the term ``back end'' is also used where ``server''
27201 would have been more appropriate.  And then there is the term ``select
27202 method'' which can mean either.  The Gnus terminology can be quite
27203 confusing.
27204
27205 @item native
27206 @cindex native
27207 Gnus will always use one method (and back end) as the @dfn{native}, or
27208 default, way of getting news.
27209
27210 @item foreign
27211 @cindex foreign
27212 You can also have any number of foreign groups active at the same time.
27213 These are groups that use non-native non-secondary back ends for getting
27214 news.
27215
27216 @item secondary
27217 @cindex secondary
27218 Secondary back ends are somewhere half-way between being native and being
27219 foreign, but they mostly act like they are native.
27220
27221 @item article
27222 @cindex article
27223 A message that has been posted as news.
27224
27225 @item mail message
27226 @cindex mail message
27227 A message that has been mailed.
27228
27229 @item message
27230 @cindex message
27231 A mail message or news article
27232
27233 @item head
27234 @cindex head
27235 The top part of a message, where administrative information (etc.) is
27236 put.
27237
27238 @item body
27239 @cindex body
27240 The rest of an article.  Everything not in the head is in the
27241 body.
27242
27243 @item header
27244 @cindex header
27245 A line from the head of an article.
27246
27247 @item headers
27248 @cindex headers
27249 A collection of such lines, or a collection of heads.  Or even a
27250 collection of @acronym{NOV} lines.
27251
27252 @item @acronym{NOV}
27253 @cindex @acronym{NOV}
27254 When Gnus enters a group, it asks the back end for the headers of all
27255 unread articles in the group.  Most servers support the News OverView
27256 format, which is more compact and much faster to read and parse than the
27257 normal @sc{head} format.
27258
27259 @item level
27260 @cindex levels
27261 Each group is subscribed at some @dfn{level} or other (1-9).  The ones
27262 that have a lower level are ``more'' subscribed than the groups with a
27263 higher level.  In fact, groups on levels 1-5 are considered
27264 @dfn{subscribed}; 6-7 are @dfn{unsubscribed}; 8 are @dfn{zombies}; and 9
27265 are @dfn{killed}.  Commands for listing groups and scanning for new
27266 articles will all use the numeric prefix as @dfn{working level}.
27267
27268 @item killed groups
27269 @cindex killed groups
27270 No information on killed groups is stored or updated, which makes killed
27271 groups much easier to handle than subscribed groups.
27272
27273 @item zombie groups
27274 @cindex zombie groups
27275 Just like killed groups, only slightly less dead.
27276
27277 @item active file
27278 @cindex active file
27279 The news server has to keep track of what articles it carries, and what
27280 groups exist.  All this information in stored in the active file, which
27281 is rather large, as you might surmise.
27282
27283 @item bogus groups
27284 @cindex bogus groups
27285 A group that exists in the @file{.newsrc} file, but isn't known to the
27286 server (i.e.,  it isn't in the active file), is a @emph{bogus group}.
27287 This means that the group probably doesn't exist (any more).
27288
27289 @item activating
27290 @cindex activating groups
27291 The act of asking the server for info on a group and computing the
27292 number of unread articles is called @dfn{activating the group}.
27293 Un-activated groups are listed with @samp{*} in the group buffer.
27294
27295 @item spool
27296 @cindex spool
27297 News servers store their articles locally in one fashion or other.
27298 One old-fashioned storage method is to have just one file per
27299 article.  That's called a ``traditional spool''.
27300
27301 @item server
27302 @cindex server
27303 A machine one can connect to and get news (or mail) from.
27304
27305 @item select method
27306 @cindex select method
27307 A structure that specifies the back end, the server and the virtual
27308 server settings.
27309
27310 @item virtual server
27311 @cindex virtual server
27312 A named select method.  Since a select method defines all there is to
27313 know about connecting to a (physical) server, taking the thing as a
27314 whole is a virtual server.
27315
27316 @item washing
27317 @cindex washing
27318 Taking a buffer and running it through a filter of some sort.  The
27319 result will (more often than not) be cleaner and more pleasing than the
27320 original.
27321
27322 @item ephemeral groups
27323 @cindex ephemeral groups
27324 @cindex temporary groups
27325 Most groups store data on what articles you have read.  @dfn{Ephemeral}
27326 groups are groups that will have no data stored---when you exit the
27327 group, it'll disappear into the aether.
27328
27329 @item solid groups
27330 @cindex solid groups
27331 This is the opposite of ephemeral groups.  All groups listed in the
27332 group buffer are solid groups.
27333
27334 @item sparse articles
27335 @cindex sparse articles
27336 These are article placeholders shown in the summary buffer when
27337 @code{gnus-build-sparse-threads} has been switched on.
27338
27339 @item threading
27340 @cindex threading
27341 To put responses to articles directly after the articles they respond
27342 to---in a hierarchical fashion.
27343
27344 @item root
27345 @cindex root
27346 @cindex thread root
27347 The first article in a thread is the root.  It is the ancestor of all
27348 articles in the thread.
27349
27350 @item parent
27351 @cindex parent
27352 An article that has responses.
27353
27354 @item child
27355 @cindex child
27356 An article that responds to a different article---its parent.
27357
27358 @item digest
27359 @cindex digest
27360 A collection of messages in one file.  The most common digest format is
27361 specified by RFC 1153.
27362
27363 @item splitting
27364 @cindex splitting, terminolgy
27365 @cindex mail sorting
27366 @cindex mail filtering (splitting)
27367 The action of sorting your emails according to certain rules. Sometimes
27368 incorrectly called mail filtering.
27369
27370 @end table
27371
27372
27373 @page
27374 @node Customization
27375 @section Customization
27376 @cindex general customization
27377
27378 All variables are properly documented elsewhere in this manual.  This
27379 section is designed to give general pointers on how to customize Gnus
27380 for some quite common situations.
27381
27382 @menu
27383 * Slow/Expensive Connection::   You run a local Emacs and get the news elsewhere.
27384 * Slow Terminal Connection::    You run a remote Emacs.
27385 * Little Disk Space::           You feel that having large setup files is icky.
27386 * Slow Machine::                You feel like buying a faster machine.
27387 @end menu
27388
27389
27390 @node Slow/Expensive Connection
27391 @subsection Slow/Expensive NNTP Connection
27392
27393 If you run Emacs on a machine locally, and get your news from a machine
27394 over some very thin strings, you want to cut down on the amount of data
27395 Gnus has to get from the @acronym{NNTP} server.
27396
27397 @table @code
27398
27399 @item gnus-read-active-file
27400 Set this to @code{nil}, which will inhibit Gnus from requesting the
27401 entire active file from the server.  This file is often very large.  You
27402 also have to set @code{gnus-check-new-newsgroups} and
27403 @code{gnus-check-bogus-newsgroups} to @code{nil} to make sure that Gnus
27404 doesn't suddenly decide to fetch the active file anyway.
27405
27406 @item gnus-nov-is-evil
27407 This one has to be @code{nil}.  If not, grabbing article headers from
27408 the @acronym{NNTP} server will not be very fast.  Not all @acronym{NNTP} servers
27409 support @sc{xover}; Gnus will detect this by itself.
27410 @end table
27411
27412
27413 @node Slow Terminal Connection
27414 @subsection Slow Terminal Connection
27415
27416 Let's say you use your home computer for dialing up the system that runs
27417 Emacs and Gnus.  If your modem is slow, you want to reduce (as much as
27418 possible) the amount of data sent over the wires.
27419
27420 @table @code
27421
27422 @item gnus-auto-center-summary
27423 Set this to @code{nil} to inhibit Gnus from re-centering the summary
27424 buffer all the time.  If it is @code{vertical}, do only vertical
27425 re-centering.  If it is neither @code{nil} nor @code{vertical}, do both
27426 horizontal and vertical recentering.
27427
27428 @item gnus-visible-headers
27429 Cut down on the headers included in the articles to the
27430 minimum.  You can, in fact, make do without them altogether---most of the
27431 useful data is in the summary buffer, anyway.  Set this variable to
27432 @samp{^NEVVVVER} or @samp{From:}, or whatever you feel you need.
27433
27434 Set this hook to all the available hiding commands:
27435 @lisp
27436 (setq gnus-treat-hide-headers 'head
27437       gnus-treat-hide-signature t
27438       gnus-treat-hide-citation t)
27439 @end lisp
27440
27441 @item gnus-use-full-window
27442 By setting this to @code{nil}, you can make all the windows smaller.
27443 While this doesn't really cut down much generally, it means that you
27444 have to see smaller portions of articles before deciding that you didn't
27445 want to read them anyway.
27446
27447 @item gnus-thread-hide-subtree
27448 If this is non-@code{nil}, all threads in the summary buffer will be
27449 hidden initially.
27450
27451
27452 @item gnus-updated-mode-lines
27453 If this is @code{nil}, Gnus will not put information in the buffer mode
27454 lines, which might save some time.
27455 @end table
27456
27457
27458 @node Little Disk Space
27459 @subsection Little Disk Space
27460 @cindex disk space
27461
27462 The startup files can get rather large, so you may want to cut their
27463 sizes a bit if you are running out of space.
27464
27465 @table @code
27466
27467 @item gnus-save-newsrc-file
27468 If this is @code{nil}, Gnus will never save @file{.newsrc}---it will
27469 only save @file{.newsrc.eld}.  This means that you will not be able to
27470 use any other newsreaders than Gnus.  This variable is @code{t} by
27471 default.
27472
27473 @item gnus-read-newsrc-file
27474 If this is @code{nil}, Gnus will never read @file{.newsrc}---it will
27475 only read @file{.newsrc.eld}.  This means that you will not be able to
27476 use any other newsreaders than Gnus.  This variable is @code{t} by
27477 default.
27478
27479 @item gnus-save-killed-list
27480 If this is @code{nil}, Gnus will not save the list of dead groups.  You
27481 should also set @code{gnus-check-new-newsgroups} to @code{ask-server}
27482 and @code{gnus-check-bogus-newsgroups} to @code{nil} if you set this
27483 variable to @code{nil}.  This variable is @code{t} by default.
27484
27485 @end table
27486
27487
27488 @node Slow Machine
27489 @subsection Slow Machine
27490 @cindex slow machine
27491
27492 If you have a slow machine, or are just really impatient, there are a
27493 few things you can do to make Gnus run faster.
27494
27495 Set @code{gnus-check-new-newsgroups} and
27496 @code{gnus-check-bogus-newsgroups} to @code{nil} to make startup faster.
27497
27498 Set @code{gnus-show-threads}, @code{gnus-use-cross-reference} and
27499 @code{gnus-nov-is-evil} to @code{nil} to make entering and exiting the
27500 summary buffer faster.
27501
27502
27503 @page
27504 @node Troubleshooting
27505 @section Troubleshooting
27506 @cindex troubleshooting
27507
27508 Gnus works @emph{so} well straight out of the box---I can't imagine any
27509 problems, really.
27510
27511 Ahem.
27512
27513 @enumerate
27514
27515 @item
27516 Make sure your computer is switched on.
27517
27518 @item
27519 Make sure that you really load the current Gnus version.  If you have
27520 been running @sc{gnus}, you need to exit Emacs and start it up again before
27521 Gnus will work.
27522
27523 @item
27524 Try doing an @kbd{M-x gnus-version}.  If you get something that looks
27525 like @samp{Gnus v5.10.6} you have the right files loaded.  Otherwise
27526 you have some old @file{.el} files lying around.  Delete these.
27527
27528 @item
27529 Read the help group (@kbd{G h} in the group buffer) for a
27530 @acronym{FAQ} and a how-to.
27531
27532 @item
27533 @vindex max-lisp-eval-depth
27534 Gnus works on many recursive structures, and in some extreme (and very
27535 rare) cases Gnus may recurse down ``too deeply'' and Emacs will beep at
27536 you.  If this happens to you, set @code{max-lisp-eval-depth} to 500 or
27537 something like that.
27538 @end enumerate
27539
27540 If all else fails, report the problem as a bug.
27541
27542 @cindex bugs
27543 @cindex reporting bugs
27544
27545 @kindex M-x gnus-bug
27546 @findex gnus-bug
27547 If you find a bug in Gnus, you can report it with the @kbd{M-x gnus-bug}
27548 command.  @kbd{M-x set-variable RET debug-on-error RET t RET}, and send
27549 me the backtrace.  I will fix bugs, but I can only fix them if you send
27550 me a precise description as to how to reproduce the bug.
27551
27552 You really can never be too detailed in a bug report.  Always use the
27553 @kbd{M-x gnus-bug} command when you make bug reports, even if it creates
27554 a 10Kb mail each time you use it, and even if you have sent me your
27555 environment 500 times before.  I don't care.  I want the full info each
27556 time.
27557
27558 It is also important to remember that I have no memory whatsoever.  If
27559 you send a bug report, and I send you a reply, and then you just send
27560 back ``No, it's not! Moron!'', I will have no idea what you are
27561 insulting me about.  Always over-explain everything.  It's much easier
27562 for all of us---if I don't have all the information I need, I will just
27563 mail you and ask for more info, and everything takes more time.
27564
27565 If the problem you're seeing is very visual, and you can't quite explain
27566 it, copy the Emacs window to a file (with @code{xwd}, for instance), put
27567 it somewhere it can be reached, and include the URL of the picture in
27568 the bug report.
27569
27570 @cindex patches
27571 If you would like to contribute a patch to fix bugs or make
27572 improvements, please produce the patch using @samp{diff -u}.
27573
27574 @cindex edebug
27575 If you want to debug your problem further before reporting, possibly
27576 in order to solve the problem yourself and send a patch, you can use
27577 edebug.  Debugging Lisp code is documented in the Elisp manual
27578 (@pxref{Debugging, , Debugging Lisp Programs, elisp, The GNU Emacs
27579 Lisp Reference Manual}).  To get you started with edebug, consider if
27580 you discover some weird behavior when pressing @kbd{c}, the first
27581 step is to do @kbd{C-h k c} and click on the hyperlink (Emacs only) in
27582 the documentation buffer that leads you to the function definition,
27583 then press @kbd{M-x edebug-defun RET} with point inside that function,
27584 return to Gnus and press @kbd{c} to invoke the code.  You will be
27585 placed in the lisp buffer and can single step using @kbd{SPC} and
27586 evaluate expressions using @kbd{M-:} or inspect variables using
27587 @kbd{C-h v}, abort execution with @kbd{q}, and resume execution with
27588 @kbd{c} or @kbd{g}.
27589
27590 @cindex elp
27591 @cindex profile
27592 @cindex slow
27593 Sometimes, a problem do not directly generate an elisp error but
27594 manifests itself by causing Gnus to be very slow.  In these cases, you
27595 can use @kbd{M-x toggle-debug-on-quit} and press @kbd{C-g} when things are
27596 slow, and then try to analyze the backtrace (repeating the procedure
27597 helps isolating the real problem areas).
27598
27599 A fancier approach is to use the elisp profiler, ELP.  The profiler is
27600 (or should be) fully documented elsewhere, but to get you started
27601 there are a few steps that need to be followed.  First, instrument the
27602 part of Gnus you are interested in for profiling, e.g. @kbd{M-x
27603 elp-instrument-package RET gnus} or @kbd{M-x elp-instrument-package
27604 RET message}.  Then perform the operation that is slow and press
27605 @kbd{M-x elp-results}.  You will then see which operations that takes
27606 time, and can debug them further.  If the entire operation takes much
27607 longer than the time spent in the slowest function in the profiler
27608 output, you probably profiled the wrong part of Gnus.  To reset
27609 profiling statistics, use @kbd{M-x elp-reset-all}.  @kbd{M-x
27610 elp-restore-all} is supposed to remove profiling, but given the
27611 complexities and dynamic code generation in Gnus, it might not always
27612 work perfectly.
27613
27614 @cindex gnu.emacs.gnus
27615 @cindex ding mailing list
27616 If you just need help, you are better off asking on
27617 @samp{gnu.emacs.gnus}.  I'm not very helpful.  You can also ask on
27618 @email{ding@@gnus.org, the ding mailing list}.  Write to
27619 @email{ding-request@@gnus.org} to subscribe.
27620
27621
27622 @page
27623 @node Gnus Reference Guide
27624 @section Gnus Reference Guide
27625
27626 It is my hope that other people will figure out smart stuff that Gnus
27627 can do, and that other people will write those smart things as well.  To
27628 facilitate that I thought it would be a good idea to describe the inner
27629 workings of Gnus.  And some of the not-so-inner workings, while I'm at
27630 it.
27631
27632 You can never expect the internals of a program not to change, but I
27633 will be defining (in some details) the interface between Gnus and its
27634 back ends (this is written in stone), the format of the score files
27635 (ditto), data structures (some are less likely to change than others)
27636 and general methods of operation.
27637
27638 @menu
27639 * Gnus Utility Functions::      Common functions and variable to use.
27640 * Back End Interface::          How Gnus communicates with the servers.
27641 * Score File Syntax::           A BNF definition of the score file standard.
27642 * Headers::                     How Gnus stores headers internally.
27643 * Ranges::                      A handy format for storing mucho numbers.
27644 * Group Info::                  The group info format.
27645 * Extended Interactive::        Symbolic prefixes and stuff.
27646 * Emacs/XEmacs Code::           Gnus can be run under all modern Emacsen.
27647 * Various File Formats::        Formats of files that Gnus use.
27648 @end menu
27649
27650
27651 @node Gnus Utility Functions
27652 @subsection Gnus Utility Functions
27653 @cindex Gnus utility functions
27654 @cindex utility functions
27655 @cindex functions
27656 @cindex internal variables
27657
27658 When writing small functions to be run from hooks (and stuff), it's
27659 vital to have access to the Gnus internal functions and variables.
27660 Below is a list of the most common ones.
27661
27662 @table @code
27663
27664 @item gnus-newsgroup-name
27665 @vindex gnus-newsgroup-name
27666 This variable holds the name of the current newsgroup.
27667
27668 @item gnus-find-method-for-group
27669 @findex gnus-find-method-for-group
27670 A function that returns the select method for @var{group}.
27671
27672 @item gnus-group-real-name
27673 @findex gnus-group-real-name
27674 Takes a full (prefixed) Gnus group name, and returns the unprefixed
27675 name.
27676
27677 @item gnus-group-prefixed-name
27678 @findex gnus-group-prefixed-name
27679 Takes an unprefixed group name and a select method, and returns the full
27680 (prefixed) Gnus group name.
27681
27682 @item gnus-get-info
27683 @findex gnus-get-info
27684 Returns the group info list for @var{group}.
27685
27686 @item gnus-group-unread
27687 @findex gnus-group-unread
27688 The number of unread articles in @var{group}, or @code{t} if that is
27689 unknown.
27690
27691 @item gnus-active
27692 @findex gnus-active
27693 The active entry for @var{group}.
27694
27695 @item gnus-set-active
27696 @findex gnus-set-active
27697 Set the active entry for @var{group}.
27698
27699 @item gnus-add-current-to-buffer-list
27700 @findex gnus-add-current-to-buffer-list
27701 Adds the current buffer to the list of buffers to be killed on Gnus
27702 exit.
27703
27704 @item gnus-continuum-version
27705 @findex gnus-continuum-version
27706 Takes a Gnus version string as a parameter and returns a floating point
27707 number.  Earlier versions will always get a lower number than later
27708 versions.
27709
27710 @item gnus-group-read-only-p
27711 @findex gnus-group-read-only-p
27712 Says whether @var{group} is read-only or not.
27713
27714 @item gnus-news-group-p
27715 @findex gnus-news-group-p
27716 Says whether @var{group} came from a news back end.
27717
27718 @item gnus-ephemeral-group-p
27719 @findex gnus-ephemeral-group-p
27720 Says whether @var{group} is ephemeral or not.
27721
27722 @item gnus-server-to-method
27723 @findex gnus-server-to-method
27724 Returns the select method corresponding to @var{server}.
27725
27726 @item gnus-server-equal
27727 @findex gnus-server-equal
27728 Says whether two virtual servers are equal.
27729
27730 @item gnus-group-native-p
27731 @findex gnus-group-native-p
27732 Says whether @var{group} is native or not.
27733
27734 @item gnus-group-secondary-p
27735 @findex gnus-group-secondary-p
27736 Says whether @var{group} is secondary or not.
27737
27738 @item gnus-group-foreign-p
27739 @findex gnus-group-foreign-p
27740 Says whether @var{group} is foreign or not.
27741
27742 @item gnus-group-find-parameter
27743 @findex gnus-group-find-parameter
27744 Returns the parameter list of @var{group}.  If given a second parameter,
27745 returns the value of that parameter for @var{group}.
27746
27747 @item gnus-group-set-parameter
27748 @findex gnus-group-set-parameter
27749 Takes three parameters; @var{group}, @var{parameter} and @var{value}.
27750
27751 @item gnus-narrow-to-body
27752 @findex gnus-narrow-to-body
27753 Narrows the current buffer to the body of the article.
27754
27755 @item gnus-check-backend-function
27756 @findex gnus-check-backend-function
27757 Takes two parameters, @var{function} and @var{group}.  If the back end
27758 @var{group} comes from supports @var{function}, return non-@code{nil}.
27759
27760 @lisp
27761 (gnus-check-backend-function "request-scan" "nnml:misc")
27762 @result{} t
27763 @end lisp
27764
27765 @item gnus-read-method
27766 @findex gnus-read-method
27767 Prompts the user for a select method.
27768
27769 @end table
27770
27771
27772 @node Back End Interface
27773 @subsection Back End Interface
27774
27775 Gnus doesn't know anything about @acronym{NNTP}, spools, mail or virtual
27776 groups.  It only knows how to talk to @dfn{virtual servers}.  A virtual
27777 server is a @dfn{back end} and some @dfn{back end variables}.  As examples
27778 of the first, we have @code{nntp}, @code{nnspool} and @code{nnmbox}.  As
27779 examples of the latter we have @code{nntp-port-number} and
27780 @code{nnmbox-directory}.
27781
27782 When Gnus asks for information from a back end---say @code{nntp}---on
27783 something, it will normally include a virtual server name in the
27784 function parameters.  (If not, the back end should use the ``current''
27785 virtual server.)  For instance, @code{nntp-request-list} takes a virtual
27786 server as its only (optional) parameter.  If this virtual server hasn't
27787 been opened, the function should fail.
27788
27789 Note that a virtual server name has no relation to some physical server
27790 name.  Take this example:
27791
27792 @lisp
27793 (nntp "odd-one"
27794       (nntp-address "ifi.uio.no")
27795       (nntp-port-number 4324))
27796 @end lisp
27797
27798 Here the virtual server name is @samp{odd-one} while the name of
27799 the physical server is @samp{ifi.uio.no}.
27800
27801 The back ends should be able to switch between several virtual servers.
27802 The standard back ends implement this by keeping an alist of virtual
27803 server environments that they pull down/push up when needed.
27804
27805 There are two groups of interface functions: @dfn{required functions},
27806 which must be present, and @dfn{optional functions}, which Gnus will
27807 always check for presence before attempting to call 'em.
27808
27809 All these functions are expected to return data in the buffer
27810 @code{nntp-server-buffer} (@samp{ *nntpd*}), which is somewhat
27811 unfortunately named, but we'll have to live with it.  When I talk about
27812 @dfn{resulting data}, I always refer to the data in that buffer.  When I
27813 talk about @dfn{return value}, I talk about the function value returned by
27814 the function call.  Functions that fail should return @code{nil} as the
27815 return value.
27816
27817 Some back ends could be said to be @dfn{server-forming} back ends, and
27818 some might be said not to be.  The latter are back ends that generally
27819 only operate on one group at a time, and have no concept of ``server''
27820 ---they have a group, and they deliver info on that group and nothing
27821 more.
27822
27823 Gnus identifies each message by way of group name and article number.  A
27824 few remarks about these article numbers might be useful.  First of all,
27825 the numbers are positive integers.  Secondly, it is normally not
27826 possible for later articles to ``re-use'' older article numbers without
27827 confusing Gnus.  That is, if a group has ever contained a message
27828 numbered 42, then no other message may get that number, or Gnus will get
27829 mightily confused.@footnote{See the function
27830 @code{nnchoke-request-update-info}, @ref{Optional Back End Functions}.}
27831 Third, article numbers must be assigned in order of arrival in the
27832 group; this is not necessarily the same as the date of the message.
27833
27834 The previous paragraph already mentions all the ``hard'' restrictions that
27835 article numbers must fulfill.  But it seems that it might be useful to
27836 assign @emph{consecutive} article numbers, for Gnus gets quite confused
27837 if there are holes in the article numbering sequence.  However, due to
27838 the ``no-reuse'' restriction, holes cannot be avoided altogether.  It's
27839 also useful for the article numbers to start at 1 to avoid running out
27840 of numbers as long as possible.
27841
27842 Note that by convention, back ends are named @code{nnsomething}, but
27843 Gnus also comes with some @code{nnnotbackends}, such as
27844 @file{nnheader.el}, @file{nnmail.el} and @file{nnoo.el}.
27845
27846 In the examples and definitions I will refer to the imaginary back end
27847 @code{nnchoke}.
27848
27849 @cindex @code{nnchoke}
27850
27851 @menu
27852 * Required Back End Functions::  Functions that must be implemented.
27853 * Optional Back End Functions::  Functions that need not be implemented.
27854 * Error Messaging::             How to get messages and report errors.
27855 * Writing New Back Ends::       Extending old back ends.
27856 * Hooking New Back Ends Into Gnus::  What has to be done on the Gnus end.
27857 * Mail-like Back Ends::         Some tips on mail back ends.
27858 @end menu
27859
27860
27861 @node Required Back End Functions
27862 @subsubsection Required Back End Functions
27863
27864 @table @code
27865
27866 @item (nnchoke-retrieve-headers ARTICLES &optional GROUP SERVER FETCH-OLD)
27867
27868 @var{articles} is either a range of article numbers or a list of
27869 @code{Message-ID}s.  Current back ends do not fully support either---only
27870 sequences (lists) of article numbers, and most back ends do not support
27871 retrieval of @code{Message-ID}s.  But they should try for both.
27872
27873 The result data should either be HEADs or @acronym{NOV} lines, and the result
27874 value should either be @code{headers} or @code{nov} to reflect this.
27875 This might later be expanded to @code{various}, which will be a mixture
27876 of HEADs and @acronym{NOV} lines, but this is currently not supported by Gnus.
27877
27878 If @var{fetch-old} is non-@code{nil} it says to try fetching ``extra
27879 headers'', in some meaning of the word.  This is generally done by
27880 fetching (at most) @var{fetch-old} extra headers less than the smallest
27881 article number in @code{articles}, and filling the gaps as well.  The
27882 presence of this parameter can be ignored if the back end finds it
27883 cumbersome to follow the request.  If this is non-@code{nil} and not a
27884 number, do maximum fetches.
27885
27886 Here's an example HEAD:
27887
27888 @example
27889 221 1056 Article retrieved.
27890 Path: ifi.uio.no!sturles
27891 From: sturles@@ifi.uio.no (Sturle Sunde)
27892 Newsgroups: ifi.discussion
27893 Subject: Re: Something very droll
27894 Date: 27 Oct 1994 14:02:57 +0100
27895 Organization: Dept. of Informatics, University of Oslo, Norway
27896 Lines: 26
27897 Message-ID: <38o8e1$a0o@@holmenkollen.ifi.uio.no>
27898 References: <38jdmq$4qu@@visbur.ifi.uio.no>
27899 NNTP-Posting-Host: holmenkollen.ifi.uio.no
27900 .
27901 @end example
27902
27903 So a @code{headers} return value would imply that there's a number of
27904 these in the data buffer.
27905
27906 Here's a BNF definition of such a buffer:
27907
27908 @example
27909 headers        = *head
27910 head           = error / valid-head
27911 error-message  = [ "4" / "5" ] 2number " " <error message> eol
27912 valid-head     = valid-message *header "." eol
27913 valid-message  = "221 " <number> " Article retrieved." eol
27914 header         = <text> eol
27915 @end example
27916
27917 @cindex BNF
27918 (The version of BNF used here is the one used in RFC822.)
27919
27920 If the return value is @code{nov}, the data buffer should contain
27921 @dfn{network overview database} lines.  These are basically fields
27922 separated by tabs.
27923
27924 @example
27925 nov-buffer = *nov-line
27926 nov-line   = field 7*8[ <TAB> field ] eol
27927 field      = <text except TAB>
27928 @end example
27929
27930 For a closer look at what should be in those fields,
27931 @pxref{Headers}.
27932
27933
27934 @item (nnchoke-open-server SERVER &optional DEFINITIONS)
27935
27936 @var{server} is here the virtual server name.  @var{definitions} is a
27937 list of @code{(VARIABLE VALUE)} pairs that define this virtual server.
27938
27939 If the server can't be opened, no error should be signaled.  The back end
27940 may then choose to refuse further attempts at connecting to this
27941 server.  In fact, it should do so.
27942
27943 If the server is opened already, this function should return a
27944 non-@code{nil} value.  There should be no data returned.
27945
27946
27947 @item (nnchoke-close-server &optional SERVER)
27948
27949 Close connection to @var{server} and free all resources connected
27950 to it.  Return @code{nil} if the server couldn't be closed for some
27951 reason.
27952
27953 There should be no data returned.
27954
27955
27956 @item (nnchoke-request-close)
27957
27958 Close connection to all servers and free all resources that the back end
27959 have reserved.  All buffers that have been created by that back end
27960 should be killed.  (Not the @code{nntp-server-buffer}, though.)  This
27961 function is generally only called when Gnus is shutting down.
27962
27963 There should be no data returned.
27964
27965
27966 @item (nnchoke-server-opened &optional SERVER)
27967
27968 If @var{server} is the current virtual server, and the connection to the
27969 physical server is alive, then this function should return a
27970 non-@code{nil} value.  This function should under no circumstances
27971 attempt to reconnect to a server we have lost connection to.
27972
27973 There should be no data returned.
27974
27975
27976 @item (nnchoke-status-message &optional SERVER)
27977
27978 This function should return the last error message from @var{server}.
27979
27980 There should be no data returned.
27981
27982
27983 @item (nnchoke-request-article ARTICLE &optional GROUP SERVER TO-BUFFER)
27984
27985 The result data from this function should be the article specified by
27986 @var{article}.  This might either be a @code{Message-ID} or a number.
27987 It is optional whether to implement retrieval by @code{Message-ID}, but
27988 it would be nice if that were possible.
27989
27990 If @var{to-buffer} is non-@code{nil}, the result data should be returned
27991 in this buffer instead of the normal data buffer.  This is to make it
27992 possible to avoid copying large amounts of data from one buffer to
27993 another, while Gnus mainly requests articles to be inserted directly
27994 into its article buffer.
27995
27996 If it is at all possible, this function should return a cons cell where
27997 the @code{car} is the group name the article was fetched from, and the @code{cdr} is
27998 the article number.  This will enable Gnus to find out what the real
27999 group and article numbers are when fetching articles by
28000 @code{Message-ID}.  If this isn't possible, @code{t} should be returned
28001 on successful article retrieval.
28002
28003
28004 @item (nnchoke-request-group GROUP &optional SERVER FAST)
28005
28006 Get data on @var{group}.  This function also has the side effect of
28007 making @var{group} the current group.
28008
28009 If @var{fast}, don't bother to return useful data, just make @var{group}
28010 the current group.
28011
28012 Here's an example of some result data and a definition of the same:
28013
28014 @example
28015 211 56 1000 1059 ifi.discussion
28016 @end example
28017
28018 The first number is the status, which should be 211.  Next is the
28019 total number of articles in the group, the lowest article number, the
28020 highest article number, and finally the group name.  Note that the total
28021 number of articles may be less than one might think while just
28022 considering the highest and lowest article numbers, but some articles
28023 may have been canceled.  Gnus just discards the total-number, so
28024 whether one should take the bother to generate it properly (if that is a
28025 problem) is left as an exercise to the reader.  If the group contains no
28026 articles, the lowest article number should be reported as 1 and the
28027 highest as 0.
28028
28029 @example
28030 group-status = [ error / info ] eol
28031 error        = [ "4" / "5" ] 2<number> " " <Error message>
28032 info         = "211 " 3* [ <number> " " ] <string>
28033 @end example
28034
28035
28036 @item (nnchoke-close-group GROUP &optional SERVER)
28037
28038 Close @var{group} and free any resources connected to it.  This will be
28039 a no-op on most back ends.
28040
28041 There should be no data returned.
28042
28043
28044 @item (nnchoke-request-list &optional SERVER)
28045
28046 Return a list of all groups available on @var{server}.  And that means
28047 @emph{all}.
28048
28049 Here's an example from a server that only carries two groups:
28050
28051 @example
28052 ifi.test 0000002200 0000002000 y
28053 ifi.discussion 3324 3300 n
28054 @end example
28055
28056 On each line we have a group name, then the highest article number in
28057 that group, the lowest article number, and finally a flag.  If the group
28058 contains no articles, the lowest article number should be reported as 1
28059 and the highest as 0.
28060
28061 @example
28062 active-file = *active-line
28063 active-line = name " " <number> " " <number> " " flags eol
28064 name        = <string>
28065 flags       = "n" / "y" / "m" / "x" / "j" / "=" name
28066 @end example
28067
28068 The flag says whether the group is read-only (@samp{n}), is moderated
28069 (@samp{m}), is dead (@samp{x}), is aliased to some other group
28070 (@samp{=other-group}) or none of the above (@samp{y}).
28071
28072
28073 @item (nnchoke-request-post &optional SERVER)
28074
28075 This function should post the current buffer.  It might return whether
28076 the posting was successful or not, but that's not required.  If, for
28077 instance, the posting is done asynchronously, it has generally not been
28078 completed by the time this function concludes.  In that case, this
28079 function should set up some kind of sentinel to beep the user loud and
28080 clear if the posting could not be completed.
28081
28082 There should be no result data from this function.
28083
28084 @end table
28085
28086
28087 @node Optional Back End Functions
28088 @subsubsection Optional Back End Functions
28089
28090 @table @code
28091
28092 @item (nnchoke-retrieve-groups GROUPS &optional SERVER)
28093
28094 @var{groups} is a list of groups, and this function should request data
28095 on all those groups.  How it does it is of no concern to Gnus, but it
28096 should attempt to do this in a speedy fashion.
28097
28098 The return value of this function can be either @code{active} or
28099 @code{group}, which says what the format of the result data is.  The
28100 former is in the same format as the data from
28101 @code{nnchoke-request-list}, while the latter is a buffer full of lines
28102 in the same format as @code{nnchoke-request-group} gives.
28103
28104 @example
28105 group-buffer = *active-line / *group-status
28106 @end example
28107
28108
28109 @item (nnchoke-request-update-info GROUP INFO &optional SERVER)
28110
28111 A Gnus group info (@pxref{Group Info}) is handed to the back end for
28112 alterations.  This comes in handy if the back end really carries all
28113 the information (as is the case with virtual and imap groups).  This
28114 function should destructively alter the info to suit its needs, and
28115 should return a non-@code{nil} value (exceptionally,
28116 @code{nntp-request-update-info} always returns @code{nil} not to waste
28117 the network resources).
28118
28119 There should be no result data from this function.
28120
28121
28122 @item (nnchoke-request-type GROUP &optional ARTICLE)
28123
28124 When the user issues commands for ``sending news'' (@kbd{F} in the
28125 summary buffer, for instance), Gnus has to know whether the article the
28126 user is following up on is news or mail.  This function should return
28127 @code{news} if @var{article} in @var{group} is news, @code{mail} if it
28128 is mail and @code{unknown} if the type can't be decided.  (The
28129 @var{article} parameter is necessary in @code{nnvirtual} groups which
28130 might very well combine mail groups and news groups.)  Both @var{group}
28131 and @var{article} may be @code{nil}.
28132
28133 There should be no result data from this function.
28134
28135
28136 @item (nnchoke-request-set-mark GROUP ACTION &optional SERVER)
28137
28138 Set/remove/add marks on articles.  Normally Gnus handles the article
28139 marks (such as read, ticked, expired etc) internally, and store them in
28140 @file{~/.newsrc.eld}.  Some back ends (such as @acronym{IMAP}) however carry
28141 all information about the articles on the server, so Gnus need to
28142 propagate the mark information to the server.
28143
28144 @var{action} is a list of mark setting requests, having this format:
28145
28146 @example
28147 (RANGE ACTION MARK)
28148 @end example
28149
28150 @var{range} is a range of articles you wish to update marks on.
28151 @var{action} is @code{add} or @code{del}, used to add marks or remove
28152 marks (preserving all marks not mentioned).  @var{mark} is a list of
28153 marks; where each mark is a symbol.  Currently used marks are
28154 @code{read}, @code{tick}, @code{reply}, @code{expire}, @code{killed},
28155 @code{dormant}, @code{save}, @code{download}, @code{unsend},
28156 @code{forward} and @code{recent}, but your back end should, if
28157 possible, not limit itself to these.
28158
28159 Given contradictory actions, the last action in the list should be the
28160 effective one.  That is, if your action contains a request to add the
28161 @code{tick} mark on article 1 and, later in the list, a request to
28162 remove the mark on the same article, the mark should in fact be removed.
28163
28164 An example action list:
28165
28166 @example
28167 (((5 12 30) 'del '(tick))
28168  ((10 . 90) 'add '(read expire))
28169  ((92 94) 'del '(read)))
28170 @end example
28171
28172 The function should return a range of articles it wasn't able to set the
28173 mark on (currently not used for anything).
28174
28175 There should be no result data from this function.
28176
28177 @item (nnchoke-request-update-mark GROUP ARTICLE MARK)
28178
28179 If the user tries to set a mark that the back end doesn't like, this
28180 function may change the mark.  Gnus will use whatever this function
28181 returns as the mark for @var{article} instead of the original
28182 @var{mark}.  If the back end doesn't care, it must return the original
28183 @var{mark}, and not @code{nil} or any other type of garbage.
28184
28185 The only use for this I can see is what @code{nnvirtual} does with
28186 it---if a component group is auto-expirable, marking an article as read
28187 in the virtual group should result in the article being marked as
28188 expirable.
28189
28190 There should be no result data from this function.
28191
28192
28193 @item (nnchoke-request-scan &optional GROUP SERVER)
28194
28195 This function may be called at any time (by Gnus or anything else) to
28196 request that the back end check for incoming articles, in one way or
28197 another.  A mail back end will typically read the spool file or query
28198 the @acronym{POP} server when this function is invoked.  The
28199 @var{group} doesn't have to be heeded---if the back end decides that
28200 it is too much work just scanning for a single group, it may do a
28201 total scan of all groups.  It would be nice, however, to keep things
28202 local if that's practical.
28203
28204 There should be no result data from this function.
28205
28206
28207 @item (nnchoke-request-group-description GROUP &optional SERVER)
28208
28209 The result data from this function should be a description of
28210 @var{group}.
28211
28212 @example
28213 description-line = name <TAB> description eol
28214 name             = <string>
28215 description      = <text>
28216 @end example
28217
28218 @item (nnchoke-request-list-newsgroups &optional SERVER)
28219
28220 The result data from this function should be the description of all
28221 groups available on the server.
28222
28223 @example
28224 description-buffer = *description-line
28225 @end example
28226
28227
28228 @item (nnchoke-request-newgroups DATE &optional SERVER)
28229
28230 The result data from this function should be all groups that were
28231 created after @samp{date}, which is in normal human-readable date format
28232 (i.e., the date format used in mail and news headers, and returned by
28233 the function @code{message-make-date} by default).  The data should be
28234 in the active buffer format.
28235
28236 It is okay for this function to return ``too many'' groups; some back ends
28237 might find it cheaper to return the full list of groups, rather than
28238 just the new groups.  But don't do this for back ends with many groups.
28239 Normally, if the user creates the groups herself, there won't be too
28240 many groups, so @code{nnml} and the like are probably safe.  But for
28241 back ends like @code{nntp}, where the groups have been created by the
28242 server, it is quite likely that there can be many groups.
28243
28244
28245 @item (nnchoke-request-create-group GROUP &optional SERVER)
28246
28247 This function should create an empty group with name @var{group}.
28248
28249 There should be no return data.
28250
28251
28252 @item (nnchoke-request-expire-articles ARTICLES &optional GROUP SERVER FORCE)
28253
28254 This function should run the expiry process on all articles in the
28255 @var{articles} range (which is currently a simple list of article
28256 numbers.)  It is left up to the back end to decide how old articles
28257 should be before they are removed by this function.  If @var{force} is
28258 non-@code{nil}, all @var{articles} should be deleted, no matter how new
28259 they are.
28260
28261 This function should return a list of articles that it did not/was not
28262 able to delete.
28263
28264 There should be no result data returned.
28265
28266
28267 @item (nnchoke-request-move-article ARTICLE GROUP SERVER ACCEPT-FORM &optional LAST)
28268
28269 This function should move @var{article} (which is a number) from
28270 @var{group} by calling @var{accept-form}.
28271
28272 This function should ready the article in question for moving by
28273 removing any header lines it has added to the article, and generally
28274 should ``tidy up'' the article.  Then it should @code{eval}
28275 @var{accept-form} in the buffer where the ``tidy'' article is.  This
28276 will do the actual copying.  If this @code{eval} returns a
28277 non-@code{nil} value, the article should be removed.
28278
28279 If @var{last} is @code{nil}, that means that there is a high likelihood
28280 that there will be more requests issued shortly, so that allows some
28281 optimizations.
28282
28283 The function should return a cons where the @code{car} is the group name and
28284 the @code{cdr} is the article number that the article was entered as.
28285
28286 There should be no data returned.
28287
28288
28289 @item (nnchoke-request-accept-article GROUP &optional SERVER LAST)
28290
28291 This function takes the current buffer and inserts it into @var{group}.
28292 If @var{last} in @code{nil}, that means that there will be more calls to
28293 this function in short order.
28294
28295 The function should return a cons where the @code{car} is the group name and
28296 the @code{cdr} is the article number that the article was entered as.
28297
28298 The group should exist before the back end is asked to accept the
28299 article for that group.
28300
28301 There should be no data returned.
28302
28303
28304 @item (nnchoke-request-replace-article ARTICLE GROUP BUFFER)
28305
28306 This function should remove @var{article} (which is a number) from
28307 @var{group} and insert @var{buffer} there instead.
28308
28309 There should be no data returned.
28310
28311
28312 @item (nnchoke-request-delete-group GROUP FORCE &optional SERVER)
28313
28314 This function should delete @var{group}.  If @var{force}, it should
28315 really delete all the articles in the group, and then delete the group
28316 itself.  (If there is such a thing as ``the group itself''.)
28317
28318 There should be no data returned.
28319
28320
28321 @item (nnchoke-request-rename-group GROUP NEW-NAME &optional SERVER)
28322
28323 This function should rename @var{group} into @var{new-name}.  All
28324 articles in @var{group} should move to @var{new-name}.
28325
28326 There should be no data returned.
28327
28328 @end table
28329
28330
28331 @node Error Messaging
28332 @subsubsection Error Messaging
28333
28334 @findex nnheader-report
28335 @findex nnheader-get-report
28336 The back ends should use the function @code{nnheader-report} to report
28337 error conditions---they should not raise errors when they aren't able to
28338 perform a request.  The first argument to this function is the back end
28339 symbol, and the rest are interpreted as arguments to @code{format} if
28340 there are multiple of them, or just a string if there is one of them.
28341 This function must always returns @code{nil}.
28342
28343 @lisp
28344 (nnheader-report 'nnchoke "You did something totally bogus")
28345
28346 (nnheader-report 'nnchoke "Could not request group %s" group)
28347 @end lisp
28348
28349 Gnus, in turn, will call @code{nnheader-get-report} when it gets a
28350 @code{nil} back from a server, and this function returns the most
28351 recently reported message for the back end in question.  This function
28352 takes one argument---the server symbol.
28353
28354 Internally, these functions access @var{back-end}@code{-status-string},
28355 so the @code{nnchoke} back end will have its error message stored in
28356 @code{nnchoke-status-string}.
28357
28358
28359 @node Writing New Back Ends
28360 @subsubsection Writing New Back Ends
28361
28362 Many back ends are quite similar.  @code{nnml} is just like
28363 @code{nnspool}, but it allows you to edit the articles on the server.
28364 @code{nnmh} is just like @code{nnml}, but it doesn't use an active file,
28365 and it doesn't maintain overview databases.  @code{nndir} is just like
28366 @code{nnml}, but it has no concept of ``groups'', and it doesn't allow
28367 editing articles.
28368
28369 It would make sense if it were possible to ``inherit'' functions from
28370 back ends when writing new back ends.  And, indeed, you can do that if you
28371 want to.  (You don't have to if you don't want to, of course.)
28372
28373 All the back ends declare their public variables and functions by using a
28374 package called @code{nnoo}.
28375
28376 To inherit functions from other back ends (and allow other back ends to
28377 inherit functions from the current back end), you should use the
28378 following macros:
28379
28380 @table @code
28381
28382 @item nnoo-declare
28383 This macro declares the first parameter to be a child of the subsequent
28384 parameters.  For instance:
28385
28386 @lisp
28387 (nnoo-declare nndir
28388   nnml nnmh)
28389 @end lisp
28390
28391 @code{nndir} has declared here that it intends to inherit functions from
28392 both @code{nnml} and @code{nnmh}.
28393
28394 @item defvoo
28395 This macro is equivalent to @code{defvar}, but registers the variable as
28396 a public server variable.  Most state-oriented variables should be
28397 declared with @code{defvoo} instead of @code{defvar}.
28398
28399 In addition to the normal @code{defvar} parameters, it takes a list of
28400 variables in the parent back ends to map the variable to when executing
28401 a function in those back ends.
28402
28403 @lisp
28404 (defvoo nndir-directory nil
28405   "Where nndir will look for groups."
28406   nnml-current-directory nnmh-current-directory)
28407 @end lisp
28408
28409 This means that @code{nnml-current-directory} will be set to
28410 @code{nndir-directory} when an @code{nnml} function is called on behalf
28411 of @code{nndir}.  (The same with @code{nnmh}.)
28412
28413 @item nnoo-define-basics
28414 This macro defines some common functions that almost all back ends should
28415 have.
28416
28417 @lisp
28418 (nnoo-define-basics nndir)
28419 @end lisp
28420
28421 @item deffoo
28422 This macro is just like @code{defun} and takes the same parameters.  In
28423 addition to doing the normal @code{defun} things, it registers the
28424 function as being public so that other back ends can inherit it.
28425
28426 @item nnoo-map-functions
28427 This macro allows mapping of functions from the current back end to
28428 functions from the parent back ends.
28429
28430 @lisp
28431 (nnoo-map-functions nndir
28432   (nnml-retrieve-headers 0 nndir-current-group 0 0)
28433   (nnmh-request-article 0 nndir-current-group 0 0))
28434 @end lisp
28435
28436 This means that when @code{nndir-retrieve-headers} is called, the first,
28437 third, and fourth parameters will be passed on to
28438 @code{nnml-retrieve-headers}, while the second parameter is set to the
28439 value of @code{nndir-current-group}.
28440
28441 @item nnoo-import
28442 This macro allows importing functions from back ends.  It should be the
28443 last thing in the source file, since it will only define functions that
28444 haven't already been defined.
28445
28446 @lisp
28447 (nnoo-import nndir
28448   (nnmh
28449    nnmh-request-list
28450    nnmh-request-newgroups)
28451   (nnml))
28452 @end lisp
28453
28454 This means that calls to @code{nndir-request-list} should just be passed
28455 on to @code{nnmh-request-list}, while all public functions from
28456 @code{nnml} that haven't been defined in @code{nndir} yet should be
28457 defined now.
28458
28459 @end table
28460
28461 Below is a slightly shortened version of the @code{nndir} back end.
28462
28463 @lisp
28464 ;;; @r{nndir.el --- single directory newsgroup access for Gnus}
28465 ;; @r{Copyright (C) 1995,96 Free Software Foundation, Inc.}
28466
28467 ;;; @r{Code:}
28468
28469 (require 'nnheader)
28470 (require 'nnmh)
28471 (require 'nnml)
28472 (require 'nnoo)
28473 (eval-when-compile (require 'cl))
28474
28475 (nnoo-declare nndir
28476   nnml nnmh)
28477
28478 (defvoo nndir-directory nil
28479   "Where nndir will look for groups."
28480   nnml-current-directory nnmh-current-directory)
28481
28482 (defvoo nndir-nov-is-evil nil
28483   "*Non-nil means that nndir will never retrieve NOV headers."
28484   nnml-nov-is-evil)
28485
28486 (defvoo nndir-current-group ""
28487   nil
28488   nnml-current-group nnmh-current-group)
28489 (defvoo nndir-top-directory nil nil nnml-directory nnmh-directory)
28490 (defvoo nndir-get-new-mail nil nil nnml-get-new-mail nnmh-get-new-mail)
28491
28492 (defvoo nndir-status-string "" nil nnmh-status-string)
28493 (defconst nndir-version "nndir 1.0")
28494
28495 ;;; @r{Interface functions.}
28496
28497 (nnoo-define-basics nndir)
28498
28499 (deffoo nndir-open-server (server &optional defs)
28500   (setq nndir-directory
28501         (or (cadr (assq 'nndir-directory defs))
28502             server))
28503   (unless (assq 'nndir-directory defs)
28504     (push `(nndir-directory ,server) defs))
28505   (push `(nndir-current-group
28506           ,(file-name-nondirectory
28507             (directory-file-name nndir-directory)))
28508         defs)
28509   (push `(nndir-top-directory
28510           ,(file-name-directory (directory-file-name nndir-directory)))
28511         defs)
28512   (nnoo-change-server 'nndir server defs))
28513
28514 (nnoo-map-functions nndir
28515   (nnml-retrieve-headers 0 nndir-current-group 0 0)
28516   (nnmh-request-article 0 nndir-current-group 0 0)
28517   (nnmh-request-group nndir-current-group 0 0)
28518   (nnmh-close-group nndir-current-group 0))
28519
28520 (nnoo-import nndir
28521   (nnmh
28522    nnmh-status-message
28523    nnmh-request-list
28524    nnmh-request-newgroups))
28525
28526 (provide 'nndir)
28527 @end lisp
28528
28529
28530 @node Hooking New Back Ends Into Gnus
28531 @subsubsection Hooking New Back Ends Into Gnus
28532
28533 @vindex gnus-valid-select-methods
28534 @findex gnus-declare-backend
28535 Having Gnus start using your new back end is rather easy---you just
28536 declare it with the @code{gnus-declare-backend} functions.  This will
28537 enter the back end into the @code{gnus-valid-select-methods} variable.
28538
28539 @code{gnus-declare-backend} takes two parameters---the back end name and
28540 an arbitrary number of @dfn{abilities}.
28541
28542 Here's an example:
28543
28544 @lisp
28545 (gnus-declare-backend "nnchoke" 'mail 'respool 'address)
28546 @end lisp
28547
28548 The above line would then go in the @file{nnchoke.el} file.
28549
28550 The abilities can be:
28551
28552 @table @code
28553 @item mail
28554 This is a mailish back end---followups should (probably) go via mail.
28555 @item post
28556 This is a newsish back end---followups should (probably) go via news.
28557 @item post-mail
28558 This back end supports both mail and news.
28559 @item none
28560 This is neither a post nor mail back end---it's something completely
28561 different.
28562 @item respool
28563 It supports respooling---or rather, it is able to modify its source
28564 articles and groups.
28565 @item address
28566 The name of the server should be in the virtual server name.  This is
28567 true for almost all back ends.
28568 @item prompt-address
28569 The user should be prompted for an address when doing commands like
28570 @kbd{B} in the group buffer.  This is true for back ends like
28571 @code{nntp}, but not @code{nnmbox}, for instance.
28572 @end table
28573
28574
28575 @node Mail-like Back Ends
28576 @subsubsection Mail-like Back Ends
28577
28578 One of the things that separate the mail back ends from the rest of the
28579 back ends is the heavy dependence by most of the mail back ends on
28580 common functions in @file{nnmail.el}.  For instance, here's the
28581 definition of @code{nnml-request-scan}:
28582
28583 @lisp
28584 (deffoo nnml-request-scan (&optional group server)
28585   (setq nnml-article-file-alist nil)
28586   (nnmail-get-new-mail 'nnml 'nnml-save-nov nnml-directory group))
28587 @end lisp
28588
28589 It simply calls @code{nnmail-get-new-mail} with a few parameters,
28590 and @code{nnmail} takes care of all the moving and splitting of the
28591 mail.
28592
28593 This function takes four parameters.
28594
28595 @table @var
28596 @item method
28597 This should be a symbol to designate which back end is responsible for
28598 the call.
28599
28600 @item exit-function
28601 This function should be called after the splitting has been performed.
28602
28603 @item temp-directory
28604 Where the temporary files should be stored.
28605
28606 @item group
28607 This optional argument should be a group name if the splitting is to be
28608 performed for one group only.
28609 @end table
28610
28611 @code{nnmail-get-new-mail} will call @var{back-end}@code{-save-mail} to
28612 save each article.  @var{back-end}@code{-active-number} will be called to
28613 find the article number assigned to this article.
28614
28615 The function also uses the following variables:
28616 @var{back-end}@code{-get-new-mail} (to see whether to get new mail for
28617 this back end); and @var{back-end}@code{-group-alist} and
28618 @var{back-end}@code{-active-file} to generate the new active file.
28619 @var{back-end}@code{-group-alist} should be a group-active alist, like
28620 this:
28621
28622 @example
28623 (("a-group" (1 . 10))
28624  ("some-group" (34 . 39)))
28625 @end example
28626
28627
28628 @node Score File Syntax
28629 @subsection Score File Syntax
28630
28631 Score files are meant to be easily parseable, but yet extremely
28632 mallable.  It was decided that something that had the same read syntax
28633 as an Emacs Lisp list would fit that spec.
28634
28635 Here's a typical score file:
28636
28637 @lisp
28638 (("summary"
28639   ("win95" -10000 nil s)
28640   ("Gnus"))
28641  ("from"
28642   ("Lars" -1000))
28643  (mark -100))
28644 @end lisp
28645
28646 BNF definition of a score file:
28647
28648 @example
28649 score-file      = "" / "(" *element ")"
28650 element         = rule / atom
28651 rule            = string-rule / number-rule / date-rule
28652 string-rule     = "(" quote string-header quote space *string-match ")"
28653 number-rule     = "(" quote number-header quote space *number-match ")"
28654 date-rule       = "(" quote date-header quote space *date-match ")"
28655 quote           = <ascii 34>
28656 string-header   = "subject" / "from" / "references" / "message-id" /
28657                   "xref" / "body" / "head" / "all" / "followup"
28658 number-header   = "lines" / "chars"
28659 date-header     = "date"
28660 string-match    = "(" quote <string> quote [ "" / [ space score [ "" /
28661                   space date [ "" / [ space string-match-t ] ] ] ] ] ")"
28662 score           = "nil" / <integer>
28663 date            = "nil" / <natural number>
28664 string-match-t  = "nil" / "s" / "substring" / "S" / "Substring" /
28665                   "r" / "regex" / "R" / "Regex" /
28666                   "e" / "exact" / "E" / "Exact" /
28667                   "f" / "fuzzy" / "F" / "Fuzzy"
28668 number-match    = "(" <integer> [ "" / [ space score [ "" /
28669                   space date [ "" / [ space number-match-t ] ] ] ] ] ")"
28670 number-match-t  = "nil" / "=" / "<" / ">" / ">=" / "<="
28671 date-match      = "(" quote <string> quote [ "" / [ space score [ "" /
28672                   space date [ "" / [ space date-match-t ] ] ] ] ")"
28673 date-match-t    = "nil" / "at" / "before" / "after"
28674 atom            = "(" [ required-atom / optional-atom ] ")"
28675 required-atom   = mark / expunge / mark-and-expunge / files /
28676                   exclude-files / read-only / touched
28677 optional-atom   = adapt / local / eval
28678 mark            = "mark" space nil-or-number
28679 nil-or-number   = "nil" / <integer>
28680 expunge         = "expunge" space nil-or-number
28681 mark-and-expunge = "mark-and-expunge" space nil-or-number
28682 files           = "files" *[ space <string> ]
28683 exclude-files   = "exclude-files" *[ space <string> ]
28684 read-only       = "read-only" [ space "nil" / space "t" ]
28685 adapt        = "adapt" [ space "ignore" / space "t" / space adapt-rule ]
28686 adapt-rule      = "(" *[ <string> *[ "(" <string> <integer> ")" ] ")"
28687 local           = "local" *[ space "(" <string> space <form> ")" ]
28688 eval            = "eval" space <form>
28689 space           = *[ " " / <TAB> / <NEWLINE> ]
28690 @end example
28691
28692 Any unrecognized elements in a score file should be ignored, but not
28693 discarded.
28694
28695 As you can see, white space is needed, but the type and amount of white
28696 space is irrelevant.  This means that formatting of the score file is
28697 left up to the programmer---if it's simpler to just spew it all out on
28698 one looong line, then that's ok.
28699
28700 The meaning of the various atoms are explained elsewhere in this
28701 manual (@pxref{Score File Format}).
28702
28703
28704 @node Headers
28705 @subsection Headers
28706
28707 Internally Gnus uses a format for storing article headers that
28708 corresponds to the @acronym{NOV} format in a mysterious fashion.  One could
28709 almost suspect that the author looked at the @acronym{NOV} specification and
28710 just shamelessly @emph{stole} the entire thing, and one would be right.
28711
28712 @dfn{Header} is a severely overloaded term.  ``Header'' is used in
28713 RFC 1036 to talk about lines in the head of an article (e.g.,
28714 @code{From}).  It is used by many people as a synonym for
28715 ``head''---``the header and the body''.  (That should be avoided, in my
28716 opinion.)  And Gnus uses a format internally that it calls ``header'',
28717 which is what I'm talking about here.  This is a 9-element vector,
28718 basically, with each header (ouch) having one slot.
28719
28720 These slots are, in order: @code{number}, @code{subject}, @code{from},
28721 @code{date}, @code{id}, @code{references}, @code{chars}, @code{lines},
28722 @code{xref}, and @code{extra}.  There are macros for accessing and
28723 setting these slots---they all have predictable names beginning with
28724 @code{mail-header-} and @code{mail-header-set-}, respectively.
28725
28726 All these slots contain strings, except the @code{extra} slot, which
28727 contains an alist of header/value pairs (@pxref{To From Newsgroups}).
28728
28729
28730 @node Ranges
28731 @subsection Ranges
28732
28733 @sc{gnus} introduced a concept that I found so useful that I've started
28734 using it a lot and have elaborated on it greatly.
28735
28736 The question is simple: If you have a large amount of objects that are
28737 identified by numbers (say, articles, to take a @emph{wild} example)
28738 that you want to qualify as being ``included'', a normal sequence isn't
28739 very useful.  (A 200,000 length sequence is a bit long-winded.)
28740
28741 The solution is as simple as the question: You just collapse the
28742 sequence.
28743
28744 @example
28745 (1 2 3 4 5 6 10 11 12)
28746 @end example
28747
28748 is transformed into
28749
28750 @example
28751 ((1 . 6) (10 . 12))
28752 @end example
28753
28754 To avoid having those nasty @samp{(13 . 13)} elements to denote a
28755 lonesome object, a @samp{13} is a valid element:
28756
28757 @example
28758 ((1 . 6) 7 (10 . 12))
28759 @end example
28760
28761 This means that comparing two ranges to find out whether they are equal
28762 is slightly tricky:
28763
28764 @example
28765 ((1 . 5) 7 8 (10 . 12))
28766 @end example
28767
28768 and
28769
28770 @example
28771 ((1 . 5) (7 . 8) (10 . 12))
28772 @end example
28773
28774 are equal.  In fact, any non-descending list is a range:
28775
28776 @example
28777 (1 2 3 4 5)
28778 @end example
28779
28780 is a perfectly valid range, although a pretty long-winded one.  This is
28781 also valid:
28782
28783 @example
28784 (1 . 5)
28785 @end example
28786
28787 and is equal to the previous range.
28788
28789 Here's a BNF definition of ranges.  Of course, one must remember the
28790 semantic requirement that the numbers are non-descending.  (Any number
28791 of repetition of the same number is allowed, but apt to disappear in
28792 range handling.)
28793
28794 @example
28795 range           = simple-range / normal-range
28796 simple-range    = "(" number " . " number ")"
28797 normal-range    = "(" start-contents ")"
28798 contents        = "" / simple-range *[ " " contents ] /
28799                   number *[ " " contents ]
28800 @end example
28801
28802 Gnus currently uses ranges to keep track of read articles and article
28803 marks.  I plan on implementing a number of range operators in C if The
28804 Powers That Be are willing to let me.  (I haven't asked yet, because I
28805 need to do some more thinking on what operators I need to make life
28806 totally range-based without ever having to convert back to normal
28807 sequences.)
28808
28809
28810 @node Group Info
28811 @subsection Group Info
28812
28813 Gnus stores all permanent info on groups in a @dfn{group info} list.
28814 This list is from three to six elements (or more) long and exhaustively
28815 describes the group.
28816
28817 Here are two example group infos; one is a very simple group while the
28818 second is a more complex one:
28819
28820 @example
28821 ("no.group" 5 ((1 . 54324)))
28822
28823 ("nnml:my.mail" 3 ((1 . 5) 9 (20 . 55))
28824                 ((tick (15 . 19)) (replied 3 6 (19 . 3)))
28825                 (nnml "")
28826                 ((auto-expire . t) (to-address . "ding@@gnus.org")))
28827 @end example
28828
28829 The first element is the @dfn{group name}---as Gnus knows the group,
28830 anyway.  The second element is the @dfn{subscription level}, which
28831 normally is a small integer.  (It can also be the @dfn{rank}, which is a
28832 cons cell where the @code{car} is the level and the @code{cdr} is the
28833 score.)  The third element is a list of ranges of read articles.  The
28834 fourth element is a list of lists of article marks of various kinds.
28835 The fifth element is the select method (or virtual server, if you like).
28836 The sixth element is a list of @dfn{group parameters}, which is what
28837 this section is about.
28838
28839 Any of the last three elements may be missing if they are not required.
28840 In fact, the vast majority of groups will normally only have the first
28841 three elements, which saves quite a lot of cons cells.
28842
28843 Here's a BNF definition of the group info format:
28844
28845 @example
28846 info          = "(" group space ralevel space read
28847                 [ "" / [ space marks-list [ "" / [ space method [ "" /
28848                 space parameters ] ] ] ] ] ")"
28849 group         = quote <string> quote
28850 ralevel       = rank / level
28851 level         = <integer in the range of 1 to inf>
28852 rank          = "(" level "." score ")"
28853 score         = <integer in the range of 1 to inf>
28854 read          = range
28855 marks-lists   = nil / "(" *marks ")"
28856 marks         = "(" <string> range ")"
28857 method        = "(" <string> *elisp-forms ")"
28858 parameters    = "(" *elisp-forms ")"
28859 @end example
28860
28861 Actually that @samp{marks} rule is a fib.  A @samp{marks} is a
28862 @samp{<string>} consed on to a @samp{range}, but that's a bitch to say
28863 in pseudo-BNF.
28864
28865 If you have a Gnus info and want to access the elements, Gnus offers a
28866 series of macros for getting/setting these elements.
28867
28868 @table @code
28869 @item gnus-info-group
28870 @itemx gnus-info-set-group
28871 @findex gnus-info-group
28872 @findex gnus-info-set-group
28873 Get/set the group name.
28874
28875 @item gnus-info-rank
28876 @itemx gnus-info-set-rank
28877 @findex gnus-info-rank
28878 @findex gnus-info-set-rank
28879 Get/set the group rank (@pxref{Group Score}).
28880
28881 @item gnus-info-level
28882 @itemx gnus-info-set-level
28883 @findex gnus-info-level
28884 @findex gnus-info-set-level
28885 Get/set the group level.
28886
28887 @item gnus-info-score
28888 @itemx gnus-info-set-score
28889 @findex gnus-info-score
28890 @findex gnus-info-set-score
28891 Get/set the group score (@pxref{Group Score}).
28892
28893 @item gnus-info-read
28894 @itemx gnus-info-set-read
28895 @findex gnus-info-read
28896 @findex gnus-info-set-read
28897 Get/set the ranges of read articles.
28898
28899 @item gnus-info-marks
28900 @itemx gnus-info-set-marks
28901 @findex gnus-info-marks
28902 @findex gnus-info-set-marks
28903 Get/set the lists of ranges of marked articles.
28904
28905 @item gnus-info-method
28906 @itemx gnus-info-set-method
28907 @findex gnus-info-method
28908 @findex gnus-info-set-method
28909 Get/set the group select method.
28910
28911 @item gnus-info-params
28912 @itemx gnus-info-set-params
28913 @findex gnus-info-params
28914 @findex gnus-info-set-params
28915 Get/set the group parameters.
28916 @end table
28917
28918 All the getter functions take one parameter---the info list.  The setter
28919 functions take two parameters---the info list and the new value.
28920
28921 The last three elements in the group info aren't mandatory, so it may be
28922 necessary to extend the group info before setting the element.  If this
28923 is necessary, you can just pass on a non-@code{nil} third parameter to
28924 the three final setter functions to have this happen automatically.
28925
28926
28927 @node Extended Interactive
28928 @subsection Extended Interactive
28929 @cindex interactive
28930 @findex gnus-interactive
28931
28932 Gnus extends the standard Emacs @code{interactive} specification
28933 slightly to allow easy use of the symbolic prefix (@pxref{Symbolic
28934 Prefixes}).  Here's an example of how this is used:
28935
28936 @lisp
28937 (defun gnus-summary-increase-score (&optional score symp)
28938   (interactive (gnus-interactive "P\ny"))
28939   ...
28940   )
28941 @end lisp
28942
28943 The best thing to do would have been to implement
28944 @code{gnus-interactive} as a macro which would have returned an
28945 @code{interactive} form, but this isn't possible since Emacs checks
28946 whether a function is interactive or not by simply doing an @code{assq}
28947 on the lambda form.  So, instead we have @code{gnus-interactive}
28948 function that takes a string and returns values that are usable to
28949 @code{interactive}.
28950
28951 This function accepts (almost) all normal @code{interactive} specs, but
28952 adds a few more.
28953
28954 @table @samp
28955 @item y
28956 @vindex gnus-current-prefix-symbol
28957 The current symbolic prefix---the @code{gnus-current-prefix-symbol}
28958 variable.
28959
28960 @item Y
28961 @vindex gnus-current-prefix-symbols
28962 A list of the current symbolic prefixes---the
28963 @code{gnus-current-prefix-symbol} variable.
28964
28965 @item A
28966 The current article number---the @code{gnus-summary-article-number}
28967 function.
28968
28969 @item H
28970 The current article header---the @code{gnus-summary-article-header}
28971 function.
28972
28973 @item g
28974 The current group name---the @code{gnus-group-group-name}
28975 function.
28976
28977 @end table
28978
28979
28980 @node Emacs/XEmacs Code
28981 @subsection Emacs/XEmacs Code
28982 @cindex XEmacs
28983 @cindex Emacsen
28984
28985 While Gnus runs under Emacs, XEmacs and Mule, I decided that one of the
28986 platforms must be the primary one.  I chose Emacs.  Not because I don't
28987 like XEmacs or Mule, but because it comes first alphabetically.
28988
28989 This means that Gnus will byte-compile under Emacs with nary a warning,
28990 while XEmacs will pump out gigabytes of warnings while byte-compiling.
28991 As I use byte-compilation warnings to help me root out trivial errors in
28992 Gnus, that's very useful.
28993
28994 I've also consistently used Emacs function interfaces, but have used
28995 Gnusey aliases for the functions.  To take an example:  Emacs defines a
28996 @code{run-at-time} function while XEmacs defines a @code{start-itimer}
28997 function.  I then define a function called @code{gnus-run-at-time} that
28998 takes the same parameters as the Emacs @code{run-at-time}.  When running
28999 Gnus under Emacs, the former function is just an alias for the latter.
29000 However, when running under XEmacs, the former is an alias for the
29001 following function:
29002
29003 @lisp
29004 (defun gnus-xmas-run-at-time (time repeat function &rest args)
29005   (start-itimer
29006    "gnus-run-at-time"
29007    `(lambda ()
29008       (,function ,@@args))
29009    time repeat))
29010 @end lisp
29011
29012 This sort of thing has been done for bunches of functions.  Gnus does
29013 not redefine any native Emacs functions while running under XEmacs---it
29014 does this @code{defalias} thing with Gnus equivalents instead.  Cleaner
29015 all over.
29016
29017 In the cases where the XEmacs function interface was obviously cleaner,
29018 I used it instead.  For example @code{gnus-region-active-p} is an alias
29019 for @code{region-active-p} in XEmacs, whereas in Emacs it is a function.
29020
29021 Of course, I could have chosen XEmacs as my native platform and done
29022 mapping functions the other way around.  But I didn't.  The performance
29023 hit these indirections impose on Gnus under XEmacs should be slight.
29024
29025
29026 @node Various File Formats
29027 @subsection Various File Formats
29028
29029 @menu
29030 * Active File Format::          Information on articles and groups available.
29031 * Newsgroups File Format::      Group descriptions.
29032 @end menu
29033
29034
29035 @node Active File Format
29036 @subsubsection Active File Format
29037
29038 The active file lists all groups available on the server in
29039 question.  It also lists the highest and lowest current article numbers
29040 in each group.
29041
29042 Here's an excerpt from a typical active file:
29043
29044 @example
29045 soc.motss 296030 293865 y
29046 alt.binaries.pictures.fractals 3922 3913 n
29047 comp.sources.unix 1605 1593 m
29048 comp.binaries.ibm.pc 5097 5089 y
29049 no.general 1000 900 y
29050 @end example
29051
29052 Here's a pseudo-BNF definition of this file:
29053
29054 @example
29055 active      = *group-line
29056 group-line  = group spc high-number spc low-number spc flag <NEWLINE>
29057 group       = <non-white-space string>
29058 spc         = " "
29059 high-number = <non-negative integer>
29060 low-number  = <positive integer>
29061 flag        = "y" / "n" / "m" / "j" / "x" / "=" group
29062 @end example
29063
29064 For a full description of this file, see the manual pages for
29065 @samp{innd}, in particular @samp{active(5)}.
29066
29067
29068 @node Newsgroups File Format
29069 @subsubsection Newsgroups File Format
29070
29071 The newsgroups file lists groups along with their descriptions.  Not all
29072 groups on the server have to be listed,  and not all groups in the file
29073 have to exist on the server.  The file is meant purely as information to
29074 the user.
29075
29076 The format is quite simple; a group name, a tab, and the description.
29077 Here's the definition:
29078
29079 @example
29080 newsgroups    = *line
29081 line          = group tab description <NEWLINE>
29082 group         = <non-white-space string>
29083 tab           = <TAB>
29084 description   = <string>
29085 @end example
29086
29087
29088 @page
29089 @node Emacs for Heathens
29090 @section Emacs for Heathens
29091
29092 Believe it or not, but some people who use Gnus haven't really used
29093 Emacs much before they embarked on their journey on the Gnus Love Boat.
29094 If you are one of those unfortunates whom ``@kbd{C-M-a}'', ``kill the
29095 region'', and ``set @code{gnus-flargblossen} to an alist where the key
29096 is a regexp that is used for matching on the group name'' are magical
29097 phrases with little or no meaning, then this appendix is for you.  If
29098 you are already familiar with Emacs, just ignore this and go fondle your
29099 cat instead.
29100
29101 @menu
29102 * Keystrokes::                  Entering text and executing commands.
29103 * Emacs Lisp::                  The built-in Emacs programming language.
29104 @end menu
29105
29106
29107 @node Keystrokes
29108 @subsection Keystrokes
29109
29110 @itemize @bullet
29111 @item
29112 Q: What is an experienced Emacs user?
29113
29114 @item
29115 A: A person who wishes that the terminal had pedals.
29116 @end itemize
29117
29118 Yes, when you use Emacs, you are apt to use the control key, the shift
29119 key and the meta key a lot.  This is very annoying to some people
29120 (notably @code{vi}le users), and the rest of us just love the hell out
29121 of it.  Just give up and submit.  Emacs really does stand for
29122 ``Escape-Meta-Alt-Control-Shift'', and not ``Editing Macros'', as you
29123 may have heard from other disreputable sources (like the Emacs author).
29124
29125 The shift keys are normally located near your pinky fingers, and are
29126 normally used to get capital letters and stuff.  You probably use it all
29127 the time.  The control key is normally marked ``CTRL'' or something like
29128 that.  The meta key is, funnily enough, never marked as such on any
29129 keyboard.  The one I'm currently at has a key that's marked ``Alt'',
29130 which is the meta key on this keyboard.  It's usually located somewhere
29131 to the left hand side of the keyboard, usually on the bottom row.
29132
29133 Now, us Emacs people don't say ``press the meta-control-m key'',
29134 because that's just too inconvenient.  We say ``press the @kbd{C-M-m}
29135 key''.  @kbd{M-} is the prefix that means ``meta'' and ``C-'' is the
29136 prefix that means ``control''.  So ``press @kbd{C-k}'' means ``press
29137 down the control key, and hold it down while you press @kbd{k}''.
29138 ``Press @kbd{C-M-k}'' means ``press down and hold down the meta key and
29139 the control key and then press @kbd{k}''.  Simple, ay?
29140
29141 This is somewhat complicated by the fact that not all keyboards have a
29142 meta key.  In that case you can use the ``escape'' key.  Then @kbd{M-k}
29143 means ``press escape, release escape, press @kbd{k}''.  That's much more
29144 work than if you have a meta key, so if that's the case, I respectfully
29145 suggest you get a real keyboard with a meta key.  You can't live without
29146 it.
29147
29148
29149
29150 @node Emacs Lisp
29151 @subsection Emacs Lisp
29152
29153 Emacs is the King of Editors because it's really a Lisp interpreter.
29154 Each and every key you tap runs some Emacs Lisp code snippet, and since
29155 Emacs Lisp is an interpreted language, that means that you can configure
29156 any key to run any arbitrary code.  You just, like, do it.
29157
29158 Gnus is written in Emacs Lisp, and is run as a bunch of interpreted
29159 functions.  (These are byte-compiled for speed, but it's still
29160 interpreted.)  If you decide that you don't like the way Gnus does
29161 certain things, it's trivial to have it do something a different way.
29162 (Well, at least if you know how to write Lisp code.)  However, that's
29163 beyond the scope of this manual, so we are simply going to talk about
29164 some common constructs that you normally use in your @file{.emacs} file
29165 to customize Gnus.
29166
29167 If you want to set the variable @code{gnus-florgbnize} to four (4), you
29168 write the following:
29169
29170 @lisp
29171 (setq gnus-florgbnize 4)
29172 @end lisp
29173
29174 This function (really ``special form'') @code{setq} is the one that can
29175 set a variable to some value.  This is really all you need to know.  Now
29176 you can go and fill your @file{.emacs} file with lots of these to change
29177 how Gnus works.
29178
29179 If you have put that thing in your @file{.emacs} file, it will be read
29180 and @code{eval}ed (which is lisp-ese for ``run'') the next time you
29181 start Emacs.  If you want to change the variable right away, simply say
29182 @kbd{C-x C-e} after the closing parenthesis.  That will @code{eval} the
29183 previous ``form'', which is a simple @code{setq} statement here.
29184
29185 Go ahead---just try it, if you're located at your Emacs.  After you
29186 @kbd{C-x C-e}, you will see @samp{4} appear in the echo area, which
29187 is the return value of the form you @code{eval}ed.
29188
29189 Some pitfalls:
29190
29191 If the manual says ``set @code{gnus-read-active-file} to @code{some}'',
29192 that means:
29193
29194 @lisp
29195 (setq gnus-read-active-file 'some)
29196 @end lisp
29197
29198 On the other hand, if the manual says ``set @code{gnus-nntp-server} to
29199 @samp{nntp.ifi.uio.no}'', that means:
29200
29201 @lisp
29202 (setq gnus-nntp-server "nntp.ifi.uio.no")
29203 @end lisp
29204
29205 So be careful not to mix up strings (the latter) with symbols (the
29206 former).  The manual is unambiguous, but it can be confusing.
29207
29208 @page
29209 @include gnus-faq.texi
29210
29211 @node Index
29212 @chapter Index
29213 @printindex cp
29214
29215 @node Key Index
29216 @chapter Key Index
29217 @printindex ky
29218
29219 @summarycontents
29220 @contents
29221 @bye
29222
29223 @iftex
29224 @iflatex
29225 \end{document}
29226 @end iflatex
29227 @end iftex
29228
29229 @c Local Variables:
29230 @c mode: texinfo
29231 @c coding: iso-8859-1
29232 @c End:
29233
29234 @ignore
29235    arch-tag: c9fa47e7-78ca-4681-bda9-9fef45d1c819
29236 @end ignore