(RSS): Fix key description.
[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
3107 @node Listing Groups
3108 @section Listing Groups
3109 @cindex group listing
3110
3111 These commands all list various slices of the groups available.
3112
3113 @table @kbd
3114
3115 @item l
3116 @itemx A s
3117 @kindex A s (Group)
3118 @kindex l (Group)
3119 @findex gnus-group-list-groups
3120 List all groups that have unread articles
3121 (@code{gnus-group-list-groups}).  If the numeric prefix is used, this
3122 command will list only groups of level ARG and lower.  By default, it
3123 only lists groups of level five (i.e.,
3124 @code{gnus-group-default-list-level}) or lower (i.e., just subscribed
3125 groups).
3126
3127 @item L
3128 @itemx A u
3129 @kindex A u (Group)
3130 @kindex L (Group)
3131 @findex gnus-group-list-all-groups
3132 List all groups, whether they have unread articles or not
3133 (@code{gnus-group-list-all-groups}).  If the numeric prefix is used,
3134 this command will list only groups of level ARG and lower.  By default,
3135 it lists groups of level seven or lower (i.e., just subscribed and
3136 unsubscribed groups).
3137
3138 @item A l
3139 @kindex A l (Group)
3140 @findex gnus-group-list-level
3141 List all unread groups on a specific level
3142 (@code{gnus-group-list-level}).  If given a prefix, also list the groups
3143 with no unread articles.
3144
3145 @item A k
3146 @kindex A k (Group)
3147 @findex gnus-group-list-killed
3148 List all killed groups (@code{gnus-group-list-killed}).  If given a
3149 prefix argument, really list all groups that are available, but aren't
3150 currently (un)subscribed.  This could entail reading the active file
3151 from the server.
3152
3153 @item A z
3154 @kindex A z (Group)
3155 @findex gnus-group-list-zombies
3156 List all zombie groups (@code{gnus-group-list-zombies}).
3157
3158 @item A m
3159 @kindex A m (Group)
3160 @findex gnus-group-list-matching
3161 List all unread, subscribed groups with names that match a regexp
3162 (@code{gnus-group-list-matching}).
3163
3164 @item A M
3165 @kindex A M (Group)
3166 @findex gnus-group-list-all-matching
3167 List groups that match a regexp (@code{gnus-group-list-all-matching}).
3168
3169 @item A A
3170 @kindex A A (Group)
3171 @findex gnus-group-list-active
3172 List absolutely all groups in the active file(s) of the
3173 server(s) you are connected to (@code{gnus-group-list-active}).  This
3174 might very well take quite a while.  It might actually be a better idea
3175 to do a @kbd{A M} to list all matching, and just give @samp{.} as the
3176 thing to match on.  Also note that this command may list groups that
3177 don't exist (yet)---these will be listed as if they were killed groups.
3178 Take the output with some grains of salt.
3179
3180 @item A a
3181 @kindex A a (Group)
3182 @findex gnus-group-apropos
3183 List all groups that have names that match a regexp
3184 (@code{gnus-group-apropos}).
3185
3186 @item A d
3187 @kindex A d (Group)
3188 @findex gnus-group-description-apropos
3189 List all groups that have names or descriptions that match a regexp
3190 (@code{gnus-group-description-apropos}).
3191
3192 @item A c
3193 @kindex A c (Group)
3194 @findex gnus-group-list-cached
3195 List all groups with cached articles (@code{gnus-group-list-cached}).
3196
3197 @item A ?
3198 @kindex A ? (Group)
3199 @findex gnus-group-list-dormant
3200 List all groups with dormant articles (@code{gnus-group-list-dormant}).
3201
3202 @item A /
3203 @kindex A / (Group)
3204 @findex gnus-group-list-limit
3205 List groups limited within the current selection
3206 (@code{gnus-group-list-limit}).
3207
3208 @item A f
3209 @kindex A f (Group)
3210 @findex gnus-group-list-flush
3211 Flush groups from the current selection (@code{gnus-group-list-flush}).
3212
3213 @item A p
3214 @kindex A p (Group)
3215 @findex gnus-group-list-plus
3216 List groups plus the current selection (@code{gnus-group-list-plus}).
3217
3218 @end table
3219
3220 @vindex gnus-permanently-visible-groups
3221 @cindex visible group parameter
3222 Groups that match the @code{gnus-permanently-visible-groups} regexp will
3223 always be shown, whether they have unread articles or not.  You can also
3224 add the @code{visible} element to the group parameters in question to
3225 get the same effect.
3226
3227 @vindex gnus-list-groups-with-ticked-articles
3228 Groups that have just ticked articles in it are normally listed in the
3229 group buffer.  If @code{gnus-list-groups-with-ticked-articles} is
3230 @code{nil}, these groups will be treated just like totally empty
3231 groups.  It is @code{t} by default.
3232
3233
3234 @node Sorting Groups
3235 @section Sorting Groups
3236 @cindex sorting groups
3237
3238 @kindex C-c C-s (Group)
3239 @findex gnus-group-sort-groups
3240 @vindex gnus-group-sort-function
3241 The @kbd{C-c C-s} (@code{gnus-group-sort-groups}) command sorts the
3242 group buffer according to the function(s) given by the
3243 @code{gnus-group-sort-function} variable.  Available sorting functions
3244 include:
3245
3246 @table @code
3247
3248 @item gnus-group-sort-by-alphabet
3249 @findex gnus-group-sort-by-alphabet
3250 Sort the group names alphabetically.  This is the default.
3251
3252 @item gnus-group-sort-by-real-name
3253 @findex gnus-group-sort-by-real-name
3254 Sort the group alphabetically on the real (unprefixed) group names.
3255
3256 @item gnus-group-sort-by-level
3257 @findex gnus-group-sort-by-level
3258 Sort by group level.
3259
3260 @item gnus-group-sort-by-score
3261 @findex gnus-group-sort-by-score
3262 Sort by group score.  @xref{Group Score}.
3263
3264 @item gnus-group-sort-by-rank
3265 @findex gnus-group-sort-by-rank
3266 Sort by group score and then the group level.  The level and the score
3267 are, when taken together, the group's @dfn{rank}.  @xref{Group Score}.
3268
3269 @item gnus-group-sort-by-unread
3270 @findex gnus-group-sort-by-unread
3271 Sort by number of unread articles.
3272
3273 @item gnus-group-sort-by-method
3274 @findex gnus-group-sort-by-method
3275 Sort alphabetically on the select method.
3276
3277 @item gnus-group-sort-by-server
3278 @findex gnus-group-sort-by-server
3279 Sort alphabetically on the Gnus server name.
3280
3281
3282 @end table
3283
3284 @code{gnus-group-sort-function} can also be a list of sorting
3285 functions.  In that case, the most significant sort key function must be
3286 the last one.
3287
3288
3289 There are also a number of commands for sorting directly according to
3290 some sorting criteria:
3291
3292 @table @kbd
3293 @item G S a
3294 @kindex G S a (Group)
3295 @findex gnus-group-sort-groups-by-alphabet
3296 Sort the group buffer alphabetically by group name
3297 (@code{gnus-group-sort-groups-by-alphabet}).
3298
3299 @item G S u
3300 @kindex G S u (Group)
3301 @findex gnus-group-sort-groups-by-unread
3302 Sort the group buffer by the number of unread articles
3303 (@code{gnus-group-sort-groups-by-unread}).
3304
3305 @item G S l
3306 @kindex G S l (Group)
3307 @findex gnus-group-sort-groups-by-level
3308 Sort the group buffer by group level
3309 (@code{gnus-group-sort-groups-by-level}).
3310
3311 @item G S v
3312 @kindex G S v (Group)
3313 @findex gnus-group-sort-groups-by-score
3314 Sort the group buffer by group score
3315 (@code{gnus-group-sort-groups-by-score}).  @xref{Group Score}.
3316
3317 @item G S r
3318 @kindex G S r (Group)
3319 @findex gnus-group-sort-groups-by-rank
3320 Sort the group buffer by group rank
3321 (@code{gnus-group-sort-groups-by-rank}).  @xref{Group Score}.
3322
3323 @item G S m
3324 @kindex G S m (Group)
3325 @findex gnus-group-sort-groups-by-method
3326 Sort the group buffer alphabetically by back end name@*
3327 (@code{gnus-group-sort-groups-by-method}).
3328
3329 @item G S n
3330 @kindex G S n (Group)
3331 @findex gnus-group-sort-groups-by-real-name
3332 Sort the group buffer alphabetically by real (unprefixed) group name
3333 (@code{gnus-group-sort-groups-by-real-name}).
3334
3335 @end table
3336
3337 All the commands below obey the process/prefix convention
3338 (@pxref{Process/Prefix}).
3339
3340 When given a symbolic prefix (@pxref{Symbolic Prefixes}), all these
3341 commands will sort in reverse order.
3342
3343 You can also sort a subset of the groups:
3344
3345 @table @kbd
3346 @item G P a
3347 @kindex G P a (Group)
3348 @findex gnus-group-sort-selected-groups-by-alphabet
3349 Sort the groups alphabetically by group name
3350 (@code{gnus-group-sort-selected-groups-by-alphabet}).
3351
3352 @item G P u
3353 @kindex G P u (Group)
3354 @findex gnus-group-sort-selected-groups-by-unread
3355 Sort the groups by the number of unread articles
3356 (@code{gnus-group-sort-selected-groups-by-unread}).
3357
3358 @item G P l
3359 @kindex G P l (Group)
3360 @findex gnus-group-sort-selected-groups-by-level
3361 Sort the groups by group level
3362 (@code{gnus-group-sort-selected-groups-by-level}).
3363
3364 @item G P v
3365 @kindex G P v (Group)
3366 @findex gnus-group-sort-selected-groups-by-score
3367 Sort the groups by group score
3368 (@code{gnus-group-sort-selected-groups-by-score}).  @xref{Group Score}.
3369
3370 @item G P r
3371 @kindex G P r (Group)
3372 @findex gnus-group-sort-selected-groups-by-rank
3373 Sort the groups by group rank
3374 (@code{gnus-group-sort-selected-groups-by-rank}).  @xref{Group Score}.
3375
3376 @item G P m
3377 @kindex G P m (Group)
3378 @findex gnus-group-sort-selected-groups-by-method
3379 Sort the groups alphabetically by back end name@*
3380 (@code{gnus-group-sort-selected-groups-by-method}).
3381
3382 @item G P n
3383 @kindex G P n (Group)
3384 @findex gnus-group-sort-selected-groups-by-real-name
3385 Sort the groups alphabetically by real (unprefixed) group name
3386 (@code{gnus-group-sort-selected-groups-by-real-name}).
3387
3388 @item G P s
3389 @kindex G P s (Group)
3390 @findex gnus-group-sort-selected-groups
3391 Sort the groups according to @code{gnus-group-sort-function}.
3392
3393 @end table
3394
3395 And finally, note that you can use @kbd{C-k} and @kbd{C-y} to manually
3396 move groups around.
3397
3398
3399 @node Group Maintenance
3400 @section Group Maintenance
3401 @cindex bogus groups
3402
3403 @table @kbd
3404 @item b
3405 @kindex b (Group)
3406 @findex gnus-group-check-bogus-groups
3407 Find bogus groups and delete them
3408 (@code{gnus-group-check-bogus-groups}).
3409
3410 @item F
3411 @kindex F (Group)
3412 @findex gnus-group-find-new-groups
3413 Find new groups and process them (@code{gnus-group-find-new-groups}).
3414 With 1 @kbd{C-u}, use the @code{ask-server} method to query the server
3415 for new groups.  With 2 @kbd{C-u}'s, use most complete method possible
3416 to query the server for new groups, and subscribe the new groups as
3417 zombies.
3418
3419 @item C-c C-x
3420 @kindex C-c C-x (Group)
3421 @findex gnus-group-expire-articles
3422 Run all expirable articles in the current group through the expiry
3423 process (if any) (@code{gnus-group-expire-articles}).  That is, delete
3424 all expirable articles in the group that have been around for a while.
3425 (@pxref{Expiring Mail}).
3426
3427 @item C-c C-M-x
3428 @kindex C-c C-M-x (Group)
3429 @findex gnus-group-expire-all-groups
3430 Run all expirable articles in all groups through the expiry process
3431 (@code{gnus-group-expire-all-groups}).
3432
3433 @end table
3434
3435
3436 @node Browse Foreign Server
3437 @section Browse Foreign Server
3438 @cindex foreign servers
3439 @cindex browsing servers
3440
3441 @table @kbd
3442 @item B
3443 @kindex B (Group)
3444 @findex gnus-group-browse-foreign-server
3445 You will be queried for a select method and a server name.  Gnus will
3446 then attempt to contact this server and let you browse the groups there
3447 (@code{gnus-group-browse-foreign-server}).
3448 @end table
3449
3450 @findex gnus-browse-mode
3451 A new buffer with a list of available groups will appear.  This buffer
3452 will use the @code{gnus-browse-mode}.  This buffer looks a bit (well,
3453 a lot) like a normal group buffer.
3454
3455 Here's a list of keystrokes available in the browse mode:
3456
3457 @table @kbd
3458 @item n
3459 @kindex n (Browse)
3460 @findex gnus-group-next-group
3461 Go to the next group (@code{gnus-group-next-group}).
3462
3463 @item p
3464 @kindex p (Browse)
3465 @findex gnus-group-prev-group
3466 Go to the previous group (@code{gnus-group-prev-group}).
3467
3468 @item SPACE
3469 @kindex SPACE (Browse)
3470 @findex gnus-browse-read-group
3471 Enter the current group and display the first article
3472 (@code{gnus-browse-read-group}).
3473
3474 @item RET
3475 @kindex RET (Browse)
3476 @findex gnus-browse-select-group
3477 Enter the current group (@code{gnus-browse-select-group}).
3478
3479 @item u
3480 @kindex u (Browse)
3481 @findex gnus-browse-unsubscribe-current-group
3482 Unsubscribe to the current group, or, as will be the case here,
3483 subscribe to it (@code{gnus-browse-unsubscribe-current-group}).
3484
3485 @item l
3486 @itemx q
3487 @kindex q (Browse)
3488 @kindex l (Browse)
3489 @findex gnus-browse-exit
3490 Exit browse mode (@code{gnus-browse-exit}).
3491
3492 @item d
3493 @kindex d (Browse)
3494 @findex gnus-browse-describe-group
3495 Describe the current group (@code{gnus-browse-describe-group}).
3496
3497 @item ?
3498 @kindex ? (Browse)
3499 @findex gnus-browse-describe-briefly
3500 Describe browse mode briefly (well, there's not much to describe, is
3501 there) (@code{gnus-browse-describe-briefly}).
3502 @end table
3503
3504
3505 @node Exiting Gnus
3506 @section Exiting Gnus
3507 @cindex exiting Gnus
3508
3509 Yes, Gnus is ex(c)iting.
3510
3511 @table @kbd
3512 @item z
3513 @kindex z (Group)
3514 @findex gnus-group-suspend
3515 Suspend Gnus (@code{gnus-group-suspend}).  This doesn't really exit Gnus,
3516 but it kills all buffers except the Group buffer.  I'm not sure why this
3517 is a gain, but then who am I to judge?
3518
3519 @item q
3520 @kindex q (Group)
3521 @findex gnus-group-exit
3522 @c @icon{gnus-group-exit}
3523 Quit Gnus (@code{gnus-group-exit}).
3524
3525 @item Q
3526 @kindex Q (Group)
3527 @findex gnus-group-quit
3528 Quit Gnus without saving the @file{.newsrc} files (@code{gnus-group-quit}).
3529 The dribble file will be saved, though (@pxref{Auto Save}).
3530 @end table
3531
3532 @vindex gnus-exit-gnus-hook
3533 @vindex gnus-suspend-gnus-hook
3534 @vindex gnus-after-exiting-gnus-hook
3535 @code{gnus-suspend-gnus-hook} is called when you suspend Gnus and
3536 @code{gnus-exit-gnus-hook} is called when you quit Gnus, while
3537 @code{gnus-after-exiting-gnus-hook} is called as the final item when
3538 exiting Gnus.
3539
3540 Note:
3541
3542 @quotation
3543 Miss Lisa Cannifax, while sitting in English class, felt her feet go
3544 numbly heavy and herself fall into a hazy trance as the boy sitting
3545 behind her drew repeated lines with his pencil across the back of her
3546 plastic chair.
3547 @end quotation
3548
3549
3550 @node Group Topics
3551 @section Group Topics
3552 @cindex topics
3553
3554 If you read lots and lots of groups, it might be convenient to group
3555 them hierarchically according to topics.  You put your Emacs groups over
3556 here, your sex groups over there, and the rest (what, two groups or so?)
3557 you put in some misc section that you never bother with anyway.  You can
3558 even group the Emacs sex groups as a sub-topic to either the Emacs
3559 groups or the sex groups---or both!  Go wild!
3560
3561 @iftex
3562 @iflatex
3563 \gnusfigure{Group Topics}{400}{
3564 \put(75,50){\epsfig{figure=ps/group-topic,height=9cm}}
3565 }
3566 @end iflatex
3567 @end iftex
3568
3569 Here's an example:
3570
3571 @example
3572 Gnus
3573   Emacs -- I wuw it!
3574      3: comp.emacs
3575      2: alt.religion.emacs
3576     Naughty Emacs
3577      452: alt.sex.emacs
3578        0: comp.talk.emacs.recovery
3579   Misc
3580      8: comp.binaries.fractals
3581     13: comp.sources.unix
3582 @end example
3583
3584 @findex gnus-topic-mode
3585 @kindex t (Group)
3586 To get this @emph{fab} functionality you simply turn on (ooh!) the
3587 @code{gnus-topic} minor mode---type @kbd{t} in the group buffer.  (This
3588 is a toggling command.)
3589
3590 Go ahead, just try it.  I'll still be here when you get back.  La de
3591 dum@dots{} Nice tune, that@dots{} la la la@dots{} What, you're back?
3592 Yes, and now press @kbd{l}.  There.  All your groups are now listed
3593 under @samp{misc}.  Doesn't that make you feel all warm and fuzzy?
3594 Hot and bothered?
3595
3596 If you want this permanently enabled, you should add that minor mode to
3597 the hook for the group mode.  Put the following line in your
3598 @file{~/.gnus.el} file:
3599
3600 @lisp
3601 (add-hook 'gnus-group-mode-hook 'gnus-topic-mode)
3602 @end lisp
3603
3604 @menu
3605 * Topic Commands::              Interactive E-Z commands.
3606 * Topic Variables::             How to customize the topics the Lisp Way.
3607 * Topic Sorting::               Sorting each topic individually.
3608 * Topic Topology::              A map of the world.
3609 * Topic Parameters::            Parameters that apply to all groups in a topic.
3610 @end menu
3611
3612
3613 @node Topic Commands
3614 @subsection Topic Commands
3615 @cindex topic commands
3616
3617 When the topic minor mode is turned on, a new @kbd{T} submap will be
3618 available.  In addition, a few of the standard keys change their
3619 definitions slightly.
3620
3621 In general, the following kinds of operations are possible on topics.
3622 First of all, you want to create topics.  Secondly, you want to put
3623 groups in topics and to move them around until you have an order you
3624 like.  The third kind of operation is to show/hide parts of the whole
3625 shebang.  You might want to hide a topic including its subtopics and
3626 groups, to get a better overview of the other groups.
3627
3628 Here is a list of the basic keys that you might need to set up topics
3629 the way you like.
3630
3631 @table @kbd
3632
3633 @item T n
3634 @kindex T n (Topic)
3635 @findex gnus-topic-create-topic
3636 Prompt for a new topic name and create it
3637 (@code{gnus-topic-create-topic}).
3638
3639 @item T TAB
3640 @itemx TAB
3641 @kindex T TAB (Topic)
3642 @kindex TAB (Topic)
3643 @findex gnus-topic-indent
3644 ``Indent'' the current topic so that it becomes a sub-topic of the
3645 previous topic (@code{gnus-topic-indent}).  If given a prefix,
3646 ``un-indent'' the topic instead.
3647
3648 @item M-TAB
3649 @kindex M-TAB (Topic)
3650 @findex gnus-topic-unindent
3651 ``Un-indent'' the current topic so that it becomes a sub-topic of the
3652 parent of its current parent (@code{gnus-topic-unindent}).
3653
3654 @end table
3655
3656 The following two keys can be used to move groups and topics around.
3657 They work like the well-known cut and paste.  @kbd{C-k} is like cut and
3658 @kbd{C-y} is like paste.  Of course, this being Emacs, we use the terms
3659 kill and yank rather than cut and paste.
3660
3661 @table @kbd
3662
3663 @item C-k
3664 @kindex C-k (Topic)
3665 @findex gnus-topic-kill-group
3666 Kill a group or topic (@code{gnus-topic-kill-group}).  All groups in the
3667 topic will be removed along with the topic.
3668
3669 @item C-y
3670 @kindex C-y (Topic)
3671 @findex gnus-topic-yank-group
3672 Yank the previously killed group or topic
3673 (@code{gnus-topic-yank-group}).  Note that all topics will be yanked
3674 before all groups.
3675
3676 So, to move a topic to the beginning of the list of topics, just hit
3677 @kbd{C-k} on it.  This is like the ``cut'' part of cut and paste.  Then,
3678 move the cursor to the beginning of the buffer (just below the ``Gnus''
3679 topic) and hit @kbd{C-y}.  This is like the ``paste'' part of cut and
3680 paste.  Like I said -- E-Z.
3681
3682 You can use @kbd{C-k} and @kbd{C-y} on groups as well as on topics.  So
3683 you can move topics around as well as groups.
3684
3685 @end table
3686
3687 After setting up the topics the way you like them, you might wish to
3688 hide a topic, or to show it again.  That's why we have the following
3689 key.
3690
3691 @table @kbd
3692
3693 @item RET
3694 @kindex RET (Topic)
3695 @findex gnus-topic-select-group
3696 @itemx SPACE
3697 Either select a group or fold a topic (@code{gnus-topic-select-group}).
3698 When you perform this command on a group, you'll enter the group, as
3699 usual.  When done on a topic line, the topic will be folded (if it was
3700 visible) or unfolded (if it was folded already).  So it's basically a
3701 toggling command on topics.  In addition, if you give a numerical
3702 prefix, group on that level (and lower) will be displayed.
3703
3704 @end table
3705
3706 Now for a list of other commands, in no particular order.
3707
3708 @table @kbd
3709
3710 @item T m
3711 @kindex T m (Topic)
3712 @findex gnus-topic-move-group
3713 Move the current group to some other topic
3714 (@code{gnus-topic-move-group}).  This command uses the process/prefix
3715 convention (@pxref{Process/Prefix}).
3716
3717 @item T j
3718 @kindex T j (Topic)
3719 @findex gnus-topic-jump-to-topic
3720 Go to a topic (@code{gnus-topic-jump-to-topic}).
3721
3722 @item T c
3723 @kindex T c (Topic)
3724 @findex gnus-topic-copy-group
3725 Copy the current group to some other topic
3726 (@code{gnus-topic-copy-group}).  This command uses the process/prefix
3727 convention (@pxref{Process/Prefix}).
3728
3729 @item T h
3730 @kindex T h (Topic)
3731 @findex gnus-topic-hide-topic
3732 Hide the current topic (@code{gnus-topic-hide-topic}).  If given
3733 a prefix, hide the topic permanently.
3734
3735 @item T s
3736 @kindex T s (Topic)
3737 @findex gnus-topic-show-topic
3738 Show the current topic (@code{gnus-topic-show-topic}).  If given
3739 a prefix, show the topic permanently.
3740
3741 @item T D
3742 @kindex T D (Topic)
3743 @findex gnus-topic-remove-group
3744 Remove a group from the current topic (@code{gnus-topic-remove-group}).
3745 This command is mainly useful if you have the same group in several
3746 topics and wish to remove it from one of the topics.  You may also
3747 remove a group from all topics, but in that case, Gnus will add it to
3748 the root topic the next time you start Gnus.  In fact, all new groups
3749 (which, naturally, don't belong to any topic) will show up in the root
3750 topic.
3751
3752 This command uses the process/prefix convention
3753 (@pxref{Process/Prefix}).
3754
3755 @item T M
3756 @kindex T M (Topic)
3757 @findex gnus-topic-move-matching
3758 Move all groups that match some regular expression to a topic
3759 (@code{gnus-topic-move-matching}).
3760
3761 @item T C
3762 @kindex T C (Topic)
3763 @findex gnus-topic-copy-matching
3764 Copy all groups that match some regular expression to a topic
3765 (@code{gnus-topic-copy-matching}).
3766
3767 @item T H
3768 @kindex T H (Topic)
3769 @findex gnus-topic-toggle-display-empty-topics
3770 Toggle hiding empty topics
3771 (@code{gnus-topic-toggle-display-empty-topics}).
3772
3773 @item T #
3774 @kindex T # (Topic)
3775 @findex gnus-topic-mark-topic
3776 Mark all groups in the current topic with the process mark
3777 (@code{gnus-topic-mark-topic}).  This command works recursively on
3778 sub-topics unless given a prefix.
3779
3780 @item T M-#
3781 @kindex T M-# (Topic)
3782 @findex gnus-topic-unmark-topic
3783 Remove the process mark from all groups in the current topic
3784 (@code{gnus-topic-unmark-topic}).  This command works recursively on
3785 sub-topics unless given a prefix.
3786
3787 @item C-c C-x
3788 @kindex C-c C-x (Topic)
3789 @findex gnus-topic-expire-articles
3790 Run all expirable articles in the current group or topic through the
3791 expiry process (if any)
3792 (@code{gnus-topic-expire-articles}).  (@pxref{Expiring Mail}).
3793
3794 @item T r
3795 @kindex T r (Topic)
3796 @findex gnus-topic-rename
3797 Rename a topic (@code{gnus-topic-rename}).
3798
3799 @item T DEL
3800 @kindex T DEL (Topic)
3801 @findex gnus-topic-delete
3802 Delete an empty topic (@code{gnus-topic-delete}).
3803
3804 @item A T
3805 @kindex A T (Topic)
3806 @findex gnus-topic-list-active
3807 List all groups that Gnus knows about in a topics-ified way
3808 (@code{gnus-topic-list-active}).
3809
3810 @item T M-n
3811 @kindex T M-n (Topic)
3812 @findex gnus-topic-goto-next-topic
3813 Go to the next topic (@code{gnus-topic-goto-next-topic}).
3814
3815 @item T M-p
3816 @kindex T M-p (Topic)
3817 @findex gnus-topic-goto-previous-topic
3818 Go to the previous topic (@code{gnus-topic-goto-previous-topic}).
3819
3820 @item G p
3821 @kindex G p (Topic)
3822 @findex gnus-topic-edit-parameters
3823 @cindex group parameters
3824 @cindex topic parameters
3825 @cindex parameters
3826 Edit the topic parameters (@code{gnus-topic-edit-parameters}).
3827 @xref{Topic Parameters}.
3828
3829 @end table
3830
3831
3832 @node Topic Variables
3833 @subsection Topic Variables
3834 @cindex topic variables
3835
3836 The previous section told you how to tell Gnus which topics to display.
3837 This section explains how to tell Gnus what to display about each topic.
3838
3839 @vindex gnus-topic-line-format
3840 The topic lines themselves are created according to the
3841 @code{gnus-topic-line-format} variable (@pxref{Formatting Variables}).
3842 Valid elements are:
3843
3844 @table @samp
3845 @item i
3846 Indentation.
3847 @item n
3848 Topic name.
3849 @item v
3850 Visibility.
3851 @item l
3852 Level.
3853 @item g
3854 Number of groups in the topic.
3855 @item a
3856 Number of unread articles in the topic.
3857 @item A
3858 Number of unread articles in the topic and all its subtopics.
3859 @end table
3860
3861 @vindex gnus-topic-indent-level
3862 Each sub-topic (and the groups in the sub-topics) will be indented with
3863 @code{gnus-topic-indent-level} times the topic level number of spaces.
3864 The default is 2.
3865
3866 @vindex gnus-topic-mode-hook
3867 @code{gnus-topic-mode-hook} is called in topic minor mode buffers.
3868
3869 @vindex gnus-topic-display-empty-topics
3870 The @code{gnus-topic-display-empty-topics} says whether to display even
3871 topics that have no unread articles in them.  The default is @code{t}.
3872
3873
3874 @node Topic Sorting
3875 @subsection Topic Sorting
3876 @cindex topic sorting
3877
3878 You can sort the groups in each topic individually with the following
3879 commands:
3880
3881
3882 @table @kbd
3883 @item T S a
3884 @kindex T S a (Topic)
3885 @findex gnus-topic-sort-groups-by-alphabet
3886 Sort the current topic alphabetically by group name
3887 (@code{gnus-topic-sort-groups-by-alphabet}).
3888
3889 @item T S u
3890 @kindex T S u (Topic)
3891 @findex gnus-topic-sort-groups-by-unread
3892 Sort the current topic by the number of unread articles
3893 (@code{gnus-topic-sort-groups-by-unread}).
3894
3895 @item T S l
3896 @kindex T S l (Topic)
3897 @findex gnus-topic-sort-groups-by-level
3898 Sort the current topic by group level
3899 (@code{gnus-topic-sort-groups-by-level}).
3900
3901 @item T S v
3902 @kindex T S v (Topic)
3903 @findex gnus-topic-sort-groups-by-score
3904 Sort the current topic by group score
3905 (@code{gnus-topic-sort-groups-by-score}).  @xref{Group Score}.
3906
3907 @item T S r
3908 @kindex T S r (Topic)
3909 @findex gnus-topic-sort-groups-by-rank
3910 Sort the current topic by group rank
3911 (@code{gnus-topic-sort-groups-by-rank}).  @xref{Group Score}.
3912
3913 @item T S m
3914 @kindex T S m (Topic)
3915 @findex gnus-topic-sort-groups-by-method
3916 Sort the current topic alphabetically by back end name
3917 (@code{gnus-topic-sort-groups-by-method}).
3918
3919 @item T S e
3920 @kindex T S e (Topic)
3921 @findex gnus-topic-sort-groups-by-server
3922 Sort the current topic alphabetically by server name
3923 (@code{gnus-topic-sort-groups-by-server}).
3924
3925 @item T S s
3926 @kindex T S s (Topic)
3927 @findex gnus-topic-sort-groups
3928 Sort the current topic according to the function(s) given by the
3929 @code{gnus-group-sort-function} variable
3930 (@code{gnus-topic-sort-groups}).
3931
3932 @end table
3933
3934 When given a prefix argument, all these commands will sort in reverse
3935 order.  @xref{Sorting Groups}, for more information about group
3936 sorting.
3937
3938
3939 @node Topic Topology
3940 @subsection Topic Topology
3941 @cindex topic topology
3942 @cindex topology
3943
3944 So, let's have a look at an example group buffer:
3945
3946 @example
3947 @group
3948 Gnus
3949   Emacs -- I wuw it!
3950      3: comp.emacs
3951      2: alt.religion.emacs
3952     Naughty Emacs
3953      452: alt.sex.emacs
3954        0: comp.talk.emacs.recovery
3955   Misc
3956      8: comp.binaries.fractals
3957     13: comp.sources.unix
3958 @end group
3959 @end example
3960
3961 So, here we have one top-level topic (@samp{Gnus}), two topics under
3962 that, and one sub-topic under one of the sub-topics.  (There is always
3963 just one (1) top-level topic).  This topology can be expressed as
3964 follows:
3965
3966 @lisp
3967 (("Gnus" visible)
3968  (("Emacs -- I wuw it!" visible)
3969   (("Naughty Emacs" visible)))
3970  (("Misc" visible)))
3971 @end lisp
3972
3973 @vindex gnus-topic-topology
3974 This is in fact how the variable @code{gnus-topic-topology} would look
3975 for the display above.  That variable is saved in the @file{.newsrc.eld}
3976 file, and shouldn't be messed with manually---unless you really want
3977 to.  Since this variable is read from the @file{.newsrc.eld} file,
3978 setting it in any other startup files will have no effect.
3979
3980 This topology shows what topics are sub-topics of what topics (right),
3981 and which topics are visible.  Two settings are currently
3982 allowed---@code{visible} and @code{invisible}.
3983
3984
3985 @node Topic Parameters
3986 @subsection Topic Parameters
3987 @cindex topic parameters
3988
3989 All groups in a topic will inherit group parameters from the parent
3990 (and ancestor) topic parameters.  All valid group parameters are valid
3991 topic parameters (@pxref{Group Parameters}).  When the agent is
3992 enabled, all agent parameters (See Agent Parameters in @ref{Category
3993 Syntax}) are also valid topic parameters.
3994
3995 In addition, the following parameters are only valid as topic
3996 parameters:
3997
3998 @table @code
3999 @item subscribe
4000 When subscribing new groups by topic (@pxref{Subscription Methods}), the
4001 @code{subscribe} topic parameter says what groups go in what topic.  Its
4002 value should be a regexp to match the groups that should go in that
4003 topic.
4004
4005 @item subscribe-level
4006 When subscribing new groups by topic (see the @code{subscribe} parameter),
4007 the group will be subscribed with the level specified in the
4008 @code{subscribe-level} instead of @code{gnus-level-default-subscribed}.
4009
4010 @end table
4011
4012 Group parameters (of course) override topic parameters, and topic
4013 parameters in sub-topics override topic parameters in super-topics.  You
4014 know.  Normal inheritance rules.  (@dfn{Rules} is here a noun, not a
4015 verb, although you may feel free to disagree with me here.)
4016
4017 @example
4018 @group
4019 Gnus
4020   Emacs
4021      3: comp.emacs
4022      2: alt.religion.emacs
4023    452: alt.sex.emacs
4024     Relief
4025      452: alt.sex.emacs
4026        0: comp.talk.emacs.recovery
4027   Misc
4028      8: comp.binaries.fractals
4029     13: comp.sources.unix
4030    452: alt.sex.emacs
4031 @end group
4032 @end example
4033
4034 The @samp{Emacs} topic has the topic parameter @code{(score-file
4035 . "emacs.SCORE")}; the @samp{Relief} topic has the topic parameter
4036 @code{(score-file . "relief.SCORE")}; and the @samp{Misc} topic has the
4037 topic parameter @code{(score-file . "emacs.SCORE")}.  In addition,
4038 @* @samp{alt.religion.emacs} has the group parameter @code{(score-file
4039 . "religion.SCORE")}.
4040
4041 Now, when you enter @samp{alt.sex.emacs} in the @samp{Relief} topic, you
4042 will get the @file{relief.SCORE} home score file.  If you enter the same
4043 group in the @samp{Emacs} topic, you'll get the @file{emacs.SCORE} home
4044 score file.  If you enter the group @samp{alt.religion.emacs}, you'll
4045 get the @file{religion.SCORE} home score file.
4046
4047 This seems rather simple and self-evident, doesn't it?  Well, yes.  But
4048 there are some problems, especially with the @code{total-expiry}
4049 parameter.  Say you have a mail group in two topics; one with
4050 @code{total-expiry} and one without.  What happens when you do @kbd{M-x
4051 gnus-expire-all-expirable-groups}?  Gnus has no way of telling which one
4052 of these topics you mean to expire articles from, so anything may
4053 happen.  In fact, I hereby declare that it is @dfn{undefined} what
4054 happens.  You just have to be careful if you do stuff like that.
4055
4056
4057 @node Misc Group Stuff
4058 @section Misc Group Stuff
4059
4060 @menu
4061 * Scanning New Messages::       Asking Gnus to see whether new messages have arrived.
4062 * Group Information::           Information and help on groups and Gnus.
4063 * Group Timestamp::             Making Gnus keep track of when you last read a group.
4064 * File Commands::               Reading and writing the Gnus files.
4065 * Sieve Commands::              Managing Sieve scripts.
4066 @end menu
4067
4068 @table @kbd
4069
4070 @item ^
4071 @kindex ^ (Group)
4072 @findex gnus-group-enter-server-mode
4073 Enter the server buffer (@code{gnus-group-enter-server-mode}).
4074 @xref{Server Buffer}.
4075
4076 @item a
4077 @kindex a (Group)
4078 @findex gnus-group-post-news
4079 Start composing a message (a news by default)
4080 (@code{gnus-group-post-news}).  If given a prefix, post to the group
4081 under the point.  If the prefix is 1, prompt for a group to post to.
4082 Contrary to what the name of this function suggests, the prepared
4083 article might be a mail instead of a news, if a mail group is specified
4084 with the prefix argument.  @xref{Composing Messages}.
4085
4086 @item m
4087 @kindex m (Group)
4088 @findex gnus-group-mail
4089 Mail a message somewhere (@code{gnus-group-mail}).  If given a prefix,
4090 use the posting style of the group under the point.  If the prefix is 1,
4091 prompt for a group name to find the posting style.
4092 @xref{Composing Messages}.
4093
4094 @item i
4095 @kindex i (Group)
4096 @findex gnus-group-news
4097 Start composing a news (@code{gnus-group-news}).  If given a prefix,
4098 post to the group under the point.  If the prefix is 1, prompt
4099 for group to post to.  @xref{Composing Messages}.
4100
4101 This function actually prepares a news even when using mail groups.
4102 This is useful for ``posting'' messages to mail groups without actually
4103 sending them over the network: they're just saved directly to the group
4104 in question.  The corresponding back end must have a request-post method
4105 for this to work though.
4106
4107 @end table
4108
4109 Variables for the group buffer:
4110
4111 @table @code
4112
4113 @item gnus-group-mode-hook
4114 @vindex gnus-group-mode-hook
4115 is called after the group buffer has been
4116 created.
4117
4118 @item gnus-group-prepare-hook
4119 @vindex gnus-group-prepare-hook
4120 is called after the group buffer is
4121 generated.  It may be used to modify the buffer in some strange,
4122 unnatural way.
4123
4124 @item gnus-group-prepared-hook
4125 @vindex gnus-group-prepare-hook
4126 is called as the very last thing after the group buffer has been
4127 generated.  It may be used to move point around, for instance.
4128
4129 @item gnus-permanently-visible-groups
4130 @vindex gnus-permanently-visible-groups
4131 Groups matching this regexp will always be listed in the group buffer,
4132 whether they are empty or not.
4133
4134 @item gnus-group-name-charset-method-alist
4135 @vindex gnus-group-name-charset-method-alist
4136 An alist of method and the charset for group names.  It is used to show
4137 non-@acronym{ASCII} group names.
4138
4139 For example:
4140 @lisp
4141 (setq gnus-group-name-charset-method-alist
4142     '(((nntp "news.com.cn") . cn-gb-2312)))
4143 @end lisp
4144
4145 @item gnus-group-name-charset-group-alist
4146 @cindex UTF-8 group names
4147 @vindex gnus-group-name-charset-group-alist
4148 An alist of regexp of group name and the charset for group names.  It
4149 is used to show non-@acronym{ASCII} group names.  @code{((".*"
4150 utf-8))} is the default value if UTF-8 is supported, otherwise the
4151 default is @code{nil}.
4152
4153 For example:
4154 @lisp
4155 (setq gnus-group-name-charset-group-alist
4156     '(("\\.com\\.cn:" . cn-gb-2312)))
4157 @end lisp
4158
4159 @end table
4160
4161 @node Scanning New Messages
4162 @subsection Scanning New Messages
4163 @cindex new messages
4164 @cindex scanning new news
4165
4166 @table @kbd
4167
4168 @item g
4169 @kindex g (Group)
4170 @findex gnus-group-get-new-news
4171 @c @icon{gnus-group-get-new-news}
4172 Check the server(s) for new articles.  If the numerical prefix is used,
4173 this command will check only groups of level @var{arg} and lower
4174 (@code{gnus-group-get-new-news}).  If given a non-numerical prefix, this
4175 command will force a total re-reading of the active file(s) from the
4176 back end(s).
4177
4178 @item M-g
4179 @kindex M-g (Group)
4180 @findex gnus-group-get-new-news-this-group
4181 @vindex gnus-goto-next-group-when-activating
4182 @c @icon{gnus-group-get-new-news-this-group}
4183 Check whether new articles have arrived in the current group
4184 (@code{gnus-group-get-new-news-this-group}).
4185 @code{gnus-goto-next-group-when-activating} says whether this command is
4186 to move point to the next group or not.  It is @code{t} by default.
4187
4188 @findex gnus-activate-all-groups
4189 @cindex activating groups
4190 @item C-c M-g
4191 @kindex C-c M-g (Group)
4192 Activate absolutely all groups (@code{gnus-activate-all-groups}).
4193
4194 @item R
4195 @kindex R (Group)
4196 @cindex restarting
4197 @findex gnus-group-restart
4198 Restart Gnus (@code{gnus-group-restart}).  This saves the @file{.newsrc}
4199 file(s), closes the connection to all servers, clears up all run-time
4200 Gnus variables, and then starts Gnus all over again.
4201
4202 @end table
4203
4204 @vindex gnus-get-new-news-hook
4205 @code{gnus-get-new-news-hook} is run just before checking for new news.
4206
4207 @vindex gnus-after-getting-new-news-hook
4208 @code{gnus-after-getting-new-news-hook} is run after checking for new
4209 news.
4210
4211
4212 @node Group Information
4213 @subsection Group Information
4214 @cindex group information
4215 @cindex information on groups
4216
4217 @table @kbd
4218
4219
4220 @item H f
4221 @kindex H f (Group)
4222 @findex gnus-group-fetch-faq
4223 @vindex gnus-group-faq-directory
4224 @cindex FAQ
4225 @cindex ange-ftp
4226 Try to fetch the @acronym{FAQ} for the current group
4227 (@code{gnus-group-fetch-faq}).  Gnus will try to get the @acronym{FAQ}
4228 from @code{gnus-group-faq-directory}, which is usually a directory on
4229 a remote machine.  This variable can also be a list of directories.
4230 In that case, giving a prefix to this command will allow you to choose
4231 between the various sites.  @code{ange-ftp} (or @code{efs}) will be
4232 used for fetching the file.
4233
4234 If fetching from the first site is unsuccessful, Gnus will attempt to go
4235 through @code{gnus-group-faq-directory} and try to open them one by one.
4236
4237 @item H c
4238 @kindex H c (Group)
4239 @findex gnus-group-fetch-charter
4240 @vindex gnus-group-charter-alist
4241 @cindex charter
4242 Try to open the charter for the current group in a web browser
4243 (@code{gnus-group-fetch-charter}).  Query for a group if given a
4244 prefix argument.
4245
4246 Gnus will use @code{gnus-group-charter-alist} to find the location of
4247 the charter.  If no location is known, Gnus will fetch the control
4248 messages for the group, which in some cases includes the charter.
4249
4250 @item H C
4251 @kindex H C (Group)
4252 @findex gnus-group-fetch-control
4253 @vindex gnus-group-fetch-control-use-browse-url
4254 @cindex control message
4255 Fetch the control messages for the group from the archive at
4256 @code{ftp.isc.org} (@code{gnus-group-fetch-control}).  Query for a
4257 group if given a prefix argument.
4258
4259 If @code{gnus-group-fetch-control-use-browse-url} is non-@code{nil},
4260 Gnus will open the control messages in a browser using
4261 @code{browse-url}.  Otherwise they are fetched using @code{ange-ftp}
4262 and displayed in an ephemeral group.
4263
4264 Note that the control messages are compressed.  To use this command
4265 you need to turn on @code{auto-compression-mode} (@pxref{Compressed
4266 Files, ,Compressed Files, emacs, The Emacs Manual}).
4267
4268 @item H d
4269 @itemx C-c C-d
4270 @c @icon{gnus-group-describe-group}
4271 @kindex H d (Group)
4272 @kindex C-c C-d (Group)
4273 @cindex describing groups
4274 @cindex group description
4275 @findex gnus-group-describe-group
4276 Describe the current group (@code{gnus-group-describe-group}).  If given
4277 a prefix, force Gnus to re-read the description from the server.
4278
4279 @item M-d
4280 @kindex M-d (Group)
4281 @findex gnus-group-describe-all-groups
4282 Describe all groups (@code{gnus-group-describe-all-groups}).  If given a
4283 prefix, force Gnus to re-read the description file from the server.
4284
4285 @item H v
4286 @itemx V
4287 @kindex V (Group)
4288 @kindex H v (Group)
4289 @cindex version
4290 @findex gnus-version
4291 Display current Gnus version numbers (@code{gnus-version}).
4292
4293 @item ?
4294 @kindex ? (Group)
4295 @findex gnus-group-describe-briefly
4296 Give a very short help message (@code{gnus-group-describe-briefly}).
4297
4298 @item C-c C-i
4299 @kindex C-c C-i (Group)
4300 @cindex info
4301 @cindex manual
4302 @findex gnus-info-find-node
4303 Go to the Gnus info node (@code{gnus-info-find-node}).
4304 @end table
4305
4306
4307 @node Group Timestamp
4308 @subsection Group Timestamp
4309 @cindex timestamps
4310 @cindex group timestamps
4311
4312 It can be convenient to let Gnus keep track of when you last read a
4313 group.  To set the ball rolling, you should add
4314 @code{gnus-group-set-timestamp} to @code{gnus-select-group-hook}:
4315
4316 @lisp
4317 (add-hook 'gnus-select-group-hook 'gnus-group-set-timestamp)
4318 @end lisp
4319
4320 After doing this, each time you enter a group, it'll be recorded.
4321
4322 This information can be displayed in various ways---the easiest is to
4323 use the @samp{%d} spec in the group line format:
4324
4325 @lisp
4326 (setq gnus-group-line-format
4327       "%M\%S\%p\%P\%5y: %(%-40,40g%) %d\n")
4328 @end lisp
4329
4330 This will result in lines looking like:
4331
4332 @example
4333 *        0: mail.ding                                19961002T012943
4334          0: custom                                   19961002T012713
4335 @end example
4336
4337 As you can see, the date is displayed in compact ISO 8601 format.  This
4338 may be a bit too much, so to just display the date, you could say
4339 something like:
4340
4341 @lisp
4342 (setq gnus-group-line-format
4343       "%M\%S\%p\%P\%5y: %(%-40,40g%) %6,6~(cut 2)d\n")
4344 @end lisp
4345
4346 If you would like greater control of the time format, you can use a
4347 user-defined format spec.  Something like the following should do the
4348 trick:
4349
4350 @lisp
4351 (setq gnus-group-line-format
4352       "%M\%S\%p\%P\%5y: %(%-40,40g%) %ud\n")
4353 (defun gnus-user-format-function-d (headers)
4354   (let ((time (gnus-group-timestamp gnus-tmp-group)))
4355     (if time
4356         (format-time-string "%b %d  %H:%M" time)
4357       "")))
4358 @end lisp
4359
4360
4361 @node File Commands
4362 @subsection File Commands
4363 @cindex file commands
4364
4365 @table @kbd
4366
4367 @item r
4368 @kindex r (Group)
4369 @findex gnus-group-read-init-file
4370 @vindex gnus-init-file
4371 @cindex reading init file
4372 Re-read the init file (@code{gnus-init-file}, which defaults to
4373 @file{~/.gnus.el}) (@code{gnus-group-read-init-file}).
4374
4375 @item s
4376 @kindex s (Group)
4377 @findex gnus-group-save-newsrc
4378 @cindex saving .newsrc
4379 Save the @file{.newsrc.eld} file (and @file{.newsrc} if wanted)
4380 (@code{gnus-group-save-newsrc}).  If given a prefix, force saving the
4381 file(s) whether Gnus thinks it is necessary or not.
4382
4383 @c @item Z
4384 @c @kindex Z (Group)
4385 @c @findex gnus-group-clear-dribble
4386 @c Clear the dribble buffer (@code{gnus-group-clear-dribble}).
4387
4388 @end table
4389
4390
4391 @node Sieve Commands
4392 @subsection Sieve Commands
4393 @cindex group sieve commands
4394
4395 Sieve is a server-side mail filtering language.  In Gnus you can use
4396 the @code{sieve} group parameter (@pxref{Group Parameters}) to specify
4397 sieve rules that should apply to each group.  Gnus provides two
4398 commands to translate all these group parameters into a proper Sieve
4399 script that can be transfered to the server somehow.
4400
4401 @vindex gnus-sieve-file
4402 @vindex gnus-sieve-region-start
4403 @vindex gnus-sieve-region-end
4404 The generated Sieve script is placed in @code{gnus-sieve-file} (by
4405 default @file{~/.sieve}).  The Sieve code that Gnus generate is placed
4406 between two delimiters, @code{gnus-sieve-region-start} and
4407 @code{gnus-sieve-region-end}, so you may write additional Sieve code
4408 outside these delimiters that will not be removed the next time you
4409 regenerate the Sieve script.
4410
4411 @vindex gnus-sieve-crosspost
4412 The variable @code{gnus-sieve-crosspost} controls how the Sieve script
4413 is generated.  If it is non-@code{nil} (the default) articles is
4414 placed in all groups that have matching rules, otherwise the article
4415 is only placed in the group with the first matching rule.  For
4416 example, the group parameter @samp{(sieve address "sender"
4417 "owner-ding@@hpc.uh.edu")} will generate the following piece of Sieve
4418 code if @code{gnus-sieve-crosspost} is @code{nil}.  (When
4419 @code{gnus-sieve-crosspost} is non-@code{nil}, it looks the same
4420 except that the line containing the call to @code{stop} is removed.)
4421
4422 @example
4423 if address "sender" "owner-ding@@hpc.uh.edu" @{
4424         fileinto "INBOX.ding";
4425         stop;
4426 @}
4427 @end example
4428
4429 @xref{Top, Emacs Sieve, Top, sieve, Emacs Sieve}.
4430
4431 @table @kbd
4432
4433 @item D g
4434 @kindex D g (Group)
4435 @findex gnus-sieve-generate
4436 @vindex gnus-sieve-file
4437 @cindex generating sieve script
4438 Regenerate a Sieve script from the @code{sieve} group parameters and
4439 put you into the @code{gnus-sieve-file} without saving it.
4440
4441 @item D u
4442 @kindex D u (Group)
4443 @findex gnus-sieve-update
4444 @vindex gnus-sieve-file
4445 @cindex updating sieve script
4446 Regenerates the Gnus managed part of @code{gnus-sieve-file} using the
4447 @code{sieve} group parameters, save the file and upload it to the
4448 server using the @code{sieveshell} program.
4449
4450 @end table
4451
4452
4453 @node Summary Buffer
4454 @chapter Summary Buffer
4455 @cindex summary buffer
4456
4457 A line for each article is displayed in the summary buffer.  You can
4458 move around, read articles, post articles and reply to articles.
4459
4460 The most common way to a summary buffer is to select a group from the
4461 group buffer (@pxref{Selecting a Group}).
4462
4463 You can have as many summary buffers open as you wish.
4464
4465 @menu
4466 * Summary Buffer Format::       Deciding how the summary buffer is to look.
4467 * Summary Maneuvering::         Moving around the summary buffer.
4468 * Choosing Articles::           Reading articles.
4469 * Paging the Article::          Scrolling the current article.
4470 * Reply Followup and Post::     Posting articles.
4471 * Delayed Articles::            Send articles at a later time.
4472 * Marking Articles::            Marking articles as read, expirable, etc.
4473 * Limiting::                    You can limit the summary buffer.
4474 * Threading::                   How threads are made.
4475 * Sorting the Summary Buffer::  How articles and threads are sorted.
4476 * Asynchronous Fetching::       Gnus might be able to pre-fetch articles.
4477 * Article Caching::             You may store articles in a cache.
4478 * Persistent Articles::         Making articles expiry-resistant.
4479 * Article Backlog::             Having already read articles hang around.
4480 * Saving Articles::             Ways of customizing article saving.
4481 * Decoding Articles::           Gnus can treat series of (uu)encoded articles.
4482 * Article Treatment::           The article buffer can be mangled at will.
4483 * MIME Commands::               Doing MIMEy things with the articles.
4484 * Charsets::                    Character set issues.
4485 * Article Commands::            Doing various things with the article buffer.
4486 * Summary Sorting::             Sorting the summary buffer in various ways.
4487 * Finding the Parent::          No child support? Get the parent.
4488 * Alternative Approaches::      Reading using non-default summaries.
4489 * Tree Display::                A more visual display of threads.
4490 * Mail Group Commands::         Some commands can only be used in mail groups.
4491 * Various Summary Stuff::       What didn't fit anywhere else.
4492 * Exiting the Summary Buffer::  Returning to the Group buffer,
4493                                 or reselecting the current group.
4494 * Crosspost Handling::          How crossposted articles are dealt with.
4495 * Duplicate Suppression::       An alternative when crosspost handling fails.
4496 * Security::                    Decrypt and Verify.
4497 * Mailing List::                Mailing list minor mode.
4498 @end menu
4499
4500
4501 @node Summary Buffer Format
4502 @section Summary Buffer Format
4503 @cindex summary buffer format
4504
4505 @iftex
4506 @iflatex
4507 \gnusfigure{The Summary Buffer}{180}{
4508 \put(0,0){\epsfig{figure=ps/summary,width=7.5cm}}
4509 \put(445,0){\makebox(0,0)[br]{\epsfig{figure=ps/summary-article,width=7.5cm}}}
4510 }
4511 @end iflatex
4512 @end iftex
4513
4514 @menu
4515 * Summary Buffer Lines::        You can specify how summary lines should look.
4516 * To From Newsgroups::          How to not display your own name.
4517 * Summary Buffer Mode Line::    You can say how the mode line should look.
4518 * Summary Highlighting::        Making the summary buffer all pretty and nice.
4519 @end menu
4520
4521 @findex mail-extract-address-components
4522 @findex gnus-extract-address-components
4523 @vindex gnus-extract-address-components
4524 Gnus will use the value of the @code{gnus-extract-address-components}
4525 variable as a function for getting the name and address parts of a
4526 @code{From} header.  Two pre-defined functions exist:
4527 @code{gnus-extract-address-components}, which is the default, quite
4528 fast, and too simplistic solution; and
4529 @code{mail-extract-address-components}, which works very nicely, but is
4530 slower.  The default function will return the wrong answer in 5% of the
4531 cases.  If this is unacceptable to you, use the other function instead:
4532
4533 @lisp
4534 (setq gnus-extract-address-components
4535       'mail-extract-address-components)
4536 @end lisp
4537
4538 @vindex gnus-summary-same-subject
4539 @code{gnus-summary-same-subject} is a string indicating that the current
4540 article has the same subject as the previous.  This string will be used
4541 with those specs that require it.  The default is @code{""}.
4542
4543
4544 @node Summary Buffer Lines
4545 @subsection Summary Buffer Lines
4546
4547 @vindex gnus-summary-line-format
4548 You can change the format of the lines in the summary buffer by changing
4549 the @code{gnus-summary-line-format} variable.  It works along the same
4550 lines as a normal @code{format} string, with some extensions
4551 (@pxref{Formatting Variables}).
4552
4553 There should always be a colon or a point position marker on the line;
4554 the cursor always moves to the point position marker or the colon after
4555 performing an operation.  (Of course, Gnus wouldn't be Gnus if it wasn't
4556 possible to change this.  Just write a new function
4557 @code{gnus-goto-colon} which does whatever you like with the cursor.)
4558 @xref{Positioning Point}.
4559
4560 The default string is @samp{%U%R%z%I%(%[%4L: %-23,23f%]%) %s\n}.
4561
4562 The following format specification characters and extended format
4563 specification(s) are understood:
4564
4565 @table @samp
4566 @item N
4567 Article number.
4568 @item S
4569 Subject string.  List identifiers stripped,
4570 @code{gnus-list-identifies}.  @xref{Article Hiding}.
4571 @item s
4572 Subject if the article is the root of the thread or the previous article
4573 had a different subject, @code{gnus-summary-same-subject} otherwise.
4574 (@code{gnus-summary-same-subject} defaults to @code{""}.)
4575 @item F
4576 Full @code{From} header.
4577 @item n
4578 The name (from the @code{From} header).
4579 @item f
4580 The name, @code{To} header or the @code{Newsgroups} header (@pxref{To
4581 From Newsgroups}).
4582 @item a
4583 The name (from the @code{From} header).  This differs from the @code{n}
4584 spec in that it uses the function designated by the
4585 @code{gnus-extract-address-components} variable, which is slower, but
4586 may be more thorough.
4587 @item A
4588 The address (from the @code{From} header).  This works the same way as
4589 the @code{a} spec.
4590 @item L
4591 Number of lines in the article.
4592 @item c
4593 Number of characters in the article.  This specifier is not supported
4594 in some methods (like nnfolder).
4595 @item k
4596 Pretty-printed version of the number of characters in the article;
4597 for example, @samp{1.2k} or @samp{0.4M}.
4598 @item I
4599 Indentation based on thread level (@pxref{Customizing Threading}).
4600 @item B
4601 A complex trn-style thread tree, showing response-connecting trace
4602 lines.  A thread could be drawn like this:
4603
4604 @example
4605 >
4606 +->
4607 | +->
4608 | | \->
4609 | |   \->
4610 | \->
4611 +->
4612 \->
4613 @end example
4614
4615 You can customize the appearance with the following options.  Note
4616 that it is possible to make the thread display look really neat by
4617 replacing the default @acronym{ASCII} characters with graphic
4618 line-drawing glyphs.
4619 @table @code
4620 @item gnus-sum-thread-tree-root
4621 @vindex gnus-sum-thread-tree-root
4622 Used for the root of a thread.  If @code{nil}, use subject
4623 instead.  The default is @samp{> }.
4624
4625 @item gnus-sum-thread-tree-false-root
4626 @vindex gnus-sum-thread-tree-false-root
4627 Used for the false root of a thread (@pxref{Loose Threads}).  If
4628 @code{nil}, use subject instead.  The default is @samp{> }.
4629
4630 @item gnus-sum-thread-tree-single-indent
4631 @vindex gnus-sum-thread-tree-single-indent
4632 Used for a thread with just one message.  If @code{nil}, use subject
4633 instead.  The default is @samp{}.
4634
4635 @item gnus-sum-thread-tree-vertical
4636 @vindex gnus-sum-thread-tree-vertical
4637 Used for drawing a vertical line.  The default is @samp{| }.
4638
4639 @item gnus-sum-thread-tree-indent
4640 @vindex gnus-sum-thread-tree-indent
4641 Used for indenting.  The default is @samp{  }.
4642
4643 @item gnus-sum-thread-tree-leaf-with-other
4644 @vindex gnus-sum-thread-tree-leaf-with-other
4645 Used for a leaf with brothers.  The default is @samp{+-> }.
4646
4647 @item gnus-sum-thread-tree-single-leaf
4648 @vindex gnus-sum-thread-tree-single-leaf
4649 Used for a leaf without brothers.  The default is @samp{\-> }
4650
4651 @end table
4652
4653 @item T
4654 Nothing if the article is a root and lots of spaces if it isn't (it
4655 pushes everything after it off the screen).
4656 @item [
4657 Opening bracket, which is normally @samp{[}, but can also be @samp{<}
4658 for adopted articles (@pxref{Customizing Threading}).
4659 @item ]
4660 Closing bracket, which is normally @samp{]}, but can also be @samp{>}
4661 for adopted articles.
4662 @item >
4663 One space for each thread level.
4664 @item <
4665 Twenty minus thread level spaces.
4666 @item U
4667 Unread.  @xref{Read Articles}.
4668
4669 @item R
4670 This misleadingly named specifier is the @dfn{secondary mark}.  This
4671 mark will say whether the article has been replied to, has been cached,
4672 or has been saved.  @xref{Other Marks}.
4673
4674 @item i
4675 Score as a number (@pxref{Scoring}).
4676 @item z
4677 @vindex gnus-summary-zcore-fuzz
4678 Zcore, @samp{+} if above the default level and @samp{-} if below the
4679 default level.  If the difference between
4680 @code{gnus-summary-default-score} and the score is less than
4681 @code{gnus-summary-zcore-fuzz}, this spec will not be used.
4682 @item V
4683 Total thread score.
4684 @item x
4685 @code{Xref}.
4686 @item D
4687 @code{Date}.
4688 @item d
4689 The @code{Date} in @code{DD-MMM} format.
4690 @item o
4691 The @code{Date} in @var{YYYYMMDD}@code{T}@var{HHMMSS} format.
4692 @item M
4693 @code{Message-ID}.
4694 @item r
4695 @code{References}.
4696 @item t
4697 Number of articles in the current sub-thread.  Using this spec will slow
4698 down summary buffer generation somewhat.
4699 @item e
4700 An @samp{=} (@code{gnus-not-empty-thread-mark}) will be displayed if the
4701 article has any children.
4702 @item P
4703 The line number.
4704 @item O
4705 Download mark.
4706 @item &user-date;
4707 Age sensitive date format.  Various date format is defined in
4708 @code{gnus-user-date-format-alist}.
4709 @item u
4710 User defined specifier.  The next character in the format string should
4711 be a letter.  Gnus will call the function
4712 @code{gnus-user-format-function-@var{x}}, where @var{x} is the letter
4713 following @samp{%u}.  The function will be passed the current header as
4714 argument.  The function should return a string, which will be inserted
4715 into the summary just like information from any other summary specifier.
4716 @end table
4717
4718 Text between @samp{%(} and @samp{%)} will be highlighted with
4719 @code{gnus-mouse-face} when the mouse point is placed inside the area.
4720 There can only be one such area.
4721
4722 The @samp{%U} (status), @samp{%R} (replied) and @samp{%z} (zcore) specs
4723 have to be handled with care.  For reasons of efficiency, Gnus will
4724 compute what column these characters will end up in, and ``hard-code''
4725 that.  This means that it is invalid to have these specs after a
4726 variable-length spec.  Well, you might not be arrested, but your summary
4727 buffer will look strange, which is bad enough.
4728
4729 The smart choice is to have these specs as far to the left as possible.
4730 (Isn't that the case with everything, though?  But I digress.)
4731
4732 This restriction may disappear in later versions of Gnus.
4733
4734
4735 @node To From Newsgroups
4736 @subsection To From Newsgroups
4737 @cindex To
4738 @cindex Newsgroups
4739
4740 In some groups (particularly in archive groups), the @code{From} header
4741 isn't very interesting, since all the articles there are written by
4742 you.  To display the information in the @code{To} or @code{Newsgroups}
4743 headers instead, you need to decide three things: What information to
4744 gather; where to display it; and when to display it.
4745
4746 @enumerate
4747 @item
4748 @vindex gnus-extra-headers
4749 The reading of extra header information is controlled by the
4750 @code{gnus-extra-headers}.  This is a list of header symbols.  For
4751 instance:
4752
4753 @lisp
4754 (setq gnus-extra-headers
4755       '(To Newsgroups X-Newsreader))
4756 @end lisp
4757
4758 This will result in Gnus trying to obtain these three headers, and
4759 storing it in header structures for later easy retrieval.
4760
4761 @item
4762 @findex gnus-extra-header
4763 The value of these extra headers can be accessed via the
4764 @code{gnus-extra-header} function.  Here's a format line spec that will
4765 access the @code{X-Newsreader} header:
4766
4767 @example
4768 "%~(form (gnus-extra-header 'X-Newsreader))@@"
4769 @end example
4770
4771 @item
4772 @vindex gnus-ignored-from-addresses
4773 The @code{gnus-ignored-from-addresses} variable says when the @samp{%f}
4774 summary line spec returns the @code{To}, @code{Newsreader} or
4775 @code{From} header.  If this regexp matches the contents of the
4776 @code{From} header, the value of the @code{To} or @code{Newsreader}
4777 headers are used instead.
4778
4779 To distinguish regular articles from those where the @code{From} field
4780 has been swapped, a string is prefixed to the @code{To} or
4781 @code{Newsgroups} header in the summary line.  By default the string is
4782 @samp{-> } for @code{To} and @samp{=> } for @code{Newsgroups}, you can
4783 customize these strings with @code{gnus-summary-to-prefix} and
4784 @code{gnus-summary-newsgroup-prefix}.
4785
4786 @end enumerate
4787
4788 @vindex nnmail-extra-headers
4789 A related variable is @code{nnmail-extra-headers}, which controls when
4790 to include extra headers when generating overview (@acronym{NOV}) files.
4791 If you have old overview files, you should regenerate them after
4792 changing this variable, by entering the server buffer using @kbd{^},
4793 and then @kbd{g} on the appropriate mail server (e.g. nnml) to cause
4794 regeneration.
4795
4796 @vindex gnus-summary-line-format
4797 You also have to instruct Gnus to display the data by changing the
4798 @code{%n} spec to the @code{%f} spec in the
4799 @code{gnus-summary-line-format} variable.
4800
4801 In summary, you'd typically put something like the following in
4802 @file{~/.gnus.el}:
4803
4804 @lisp
4805 (setq gnus-extra-headers
4806       '(To Newsgroups))
4807 (setq nnmail-extra-headers gnus-extra-headers)
4808 (setq gnus-summary-line-format
4809       "%U%R%z%I%(%[%4L: %-23,23f%]%) %s\n")
4810 (setq gnus-ignored-from-addresses
4811       "Your Name Here")
4812 @end lisp
4813
4814 (The values listed above are the default values in Gnus.  Alter them
4815 to fit your needs.)
4816
4817 A note for news server administrators, or for users who wish to try to
4818 convince their news server administrator to provide some additional
4819 support:
4820
4821 The above is mostly useful for mail groups, where you have control over
4822 the @acronym{NOV} files that are created.  However, if you can persuade your
4823 nntp admin to add (in the usual implementation, notably INN):
4824
4825 @example
4826 Newsgroups:full
4827 @end example
4828
4829 to the end of her @file{overview.fmt} file, then you can use that just
4830 as you would the extra headers from the mail groups.
4831
4832
4833 @node Summary Buffer Mode Line
4834 @subsection Summary Buffer Mode Line
4835
4836 @vindex gnus-summary-mode-line-format
4837 You can also change the format of the summary mode bar (@pxref{Mode Line
4838 Formatting}).  Set @code{gnus-summary-mode-line-format} to whatever you
4839 like.  The default is @samp{Gnus: %%b [%A] %Z}.
4840
4841 Here are the elements you can play with:
4842
4843 @table @samp
4844 @item G
4845 Group name.
4846 @item p
4847 Unprefixed group name.
4848 @item A
4849 Current article number.
4850 @item z
4851 Current article score.
4852 @item V
4853 Gnus version.
4854 @item U
4855 Number of unread articles in this group.
4856 @item e
4857 Number of unread articles in this group that aren't displayed in the
4858 summary buffer.
4859 @item Z
4860 A string with the number of unread and unselected articles represented
4861 either as @samp{<%U(+%e) more>} if there are both unread and unselected
4862 articles, and just as @samp{<%U more>} if there are just unread articles
4863 and no unselected ones.
4864 @item g
4865 Shortish group name.  For instance, @samp{rec.arts.anime} will be
4866 shortened to @samp{r.a.anime}.
4867 @item S
4868 Subject of the current article.
4869 @item u
4870 User-defined spec (@pxref{User-Defined Specs}).
4871 @item s
4872 Name of the current score file (@pxref{Scoring}).
4873 @item d
4874 Number of dormant articles (@pxref{Unread Articles}).
4875 @item t
4876 Number of ticked articles (@pxref{Unread Articles}).
4877 @item r
4878 Number of articles that have been marked as read in this session.
4879 @item E
4880 Number of articles expunged by the score files.
4881 @end table
4882
4883
4884 @node Summary Highlighting
4885 @subsection Summary Highlighting
4886
4887 @table @code
4888
4889 @item gnus-visual-mark-article-hook
4890 @vindex gnus-visual-mark-article-hook
4891 This hook is run after selecting an article.  It is meant to be used for
4892 highlighting the article in some way.  It is not run if
4893 @code{gnus-visual} is @code{nil}.
4894
4895 @item gnus-summary-update-hook
4896 @vindex gnus-summary-update-hook
4897 This hook is called when a summary line is changed.  It is not run if
4898 @code{gnus-visual} is @code{nil}.
4899
4900 @item gnus-summary-selected-face
4901 @vindex gnus-summary-selected-face
4902 This is the face (or @dfn{font} as some people call it) used to
4903 highlight the current article in the summary buffer.
4904
4905 @item gnus-summary-highlight
4906 @vindex gnus-summary-highlight
4907 Summary lines are highlighted according to this variable, which is a
4908 list where the elements are of the format @code{(@var{form}
4909 . @var{face})}.  If you would, for instance, like ticked articles to be
4910 italic and high-scored articles to be bold, you could set this variable
4911 to something like
4912 @lisp
4913 (((eq mark gnus-ticked-mark) . italic)
4914  ((> score default) . bold))
4915 @end lisp
4916 As you may have guessed, if @var{form} returns a non-@code{nil} value,
4917 @var{face} will be applied to the line.
4918 @end table
4919
4920
4921 @node Summary Maneuvering
4922 @section Summary Maneuvering
4923 @cindex summary movement
4924
4925 All the straight movement commands understand the numeric prefix and
4926 behave pretty much as you'd expect.
4927
4928 None of these commands select articles.
4929
4930 @table @kbd
4931 @item G M-n
4932 @itemx M-n
4933 @kindex M-n (Summary)
4934 @kindex G M-n (Summary)
4935 @findex gnus-summary-next-unread-subject
4936 Go to the next summary line of an unread article
4937 (@code{gnus-summary-next-unread-subject}).
4938
4939 @item G M-p
4940 @itemx M-p
4941 @kindex M-p (Summary)
4942 @kindex G M-p (Summary)
4943 @findex gnus-summary-prev-unread-subject
4944 Go to the previous summary line of an unread article
4945 (@code{gnus-summary-prev-unread-subject}).
4946
4947 @item G g
4948 @kindex G g (Summary)
4949 @findex gnus-summary-goto-subject
4950 Ask for an article number and then go to the summary line of that article
4951 without displaying the article (@code{gnus-summary-goto-subject}).
4952 @end table
4953
4954 If Gnus asks you to press a key to confirm going to the next group, you
4955 can use the @kbd{C-n} and @kbd{C-p} keys to move around the group
4956 buffer, searching for the next group to read without actually returning
4957 to the group buffer.
4958
4959 Variables related to summary movement:
4960
4961 @table @code
4962
4963 @vindex gnus-auto-select-next
4964 @item gnus-auto-select-next
4965 If you issue one of the movement commands (like @kbd{n}) and there are
4966 no more unread articles after the current one, Gnus will offer to go to
4967 the next group.  If this variable is @code{t} and the next group is
4968 empty, Gnus will exit summary mode and return to the group buffer.  If
4969 this variable is neither @code{t} nor @code{nil}, Gnus will select the
4970 next group with unread articles.  As a special case, if this variable
4971 is @code{quietly}, Gnus will select the next group without asking for
4972 confirmation.  If this variable is @code{almost-quietly}, the same
4973 will happen only if you are located on the last article in the group.
4974 Finally, if this variable is @code{slightly-quietly}, the @kbd{Z n}
4975 command will go to the next group without confirmation.  Also
4976 @pxref{Group Levels}.
4977
4978 @item gnus-auto-select-same
4979 @vindex gnus-auto-select-same
4980 If non-@code{nil}, all the movement commands will try to go to the next
4981 article with the same subject as the current.  (@dfn{Same} here might
4982 mean @dfn{roughly equal}.  See @code{gnus-summary-gather-subject-limit}
4983 for details (@pxref{Customizing Threading}).)  If there are no more
4984 articles with the same subject, go to the first unread article.
4985
4986 This variable is not particularly useful if you use a threaded display.
4987
4988 @item gnus-summary-check-current
4989 @vindex gnus-summary-check-current
4990 If non-@code{nil}, all the ``unread'' movement commands will not proceed
4991 to the next (or previous) article if the current article is unread.
4992 Instead, they will choose the current article.
4993
4994 @item gnus-auto-center-summary
4995 @vindex gnus-auto-center-summary
4996 If non-@code{nil}, Gnus will keep the point in the summary buffer
4997 centered at all times.  This makes things quite tidy, but if you have a
4998 slow network connection, or simply do not like this un-Emacsism, you can
4999 set this variable to @code{nil} to get the normal Emacs scrolling
5000 action.  This will also inhibit horizontal re-centering of the summary
5001 buffer, which might make it more inconvenient to read extremely long
5002 threads.
5003
5004 This variable can also be a number.  In that case, center the window at
5005 the given number of lines from the top.
5006
5007 @end table
5008
5009
5010 @node Choosing Articles
5011 @section Choosing Articles
5012 @cindex selecting articles
5013
5014 @menu
5015 * Choosing Commands::           Commands for choosing articles.
5016 * Choosing Variables::          Variables that influence these commands.
5017 @end menu
5018
5019
5020 @node Choosing Commands
5021 @subsection Choosing Commands
5022
5023 None of the following movement commands understand the numeric prefix,
5024 and they all select and display an article.
5025
5026 If you want to fetch new articles or redisplay the group, see
5027 @ref{Exiting the Summary Buffer}.
5028
5029 @table @kbd
5030 @item SPACE
5031 @kindex SPACE (Summary)
5032 @findex gnus-summary-next-page
5033 Select the current article, or, if that one's read already, the next
5034 unread article (@code{gnus-summary-next-page}).
5035
5036 If you have an article window open already and you press @kbd{SPACE}
5037 again, the article will be scrolled.  This lets you conveniently
5038 @kbd{SPACE} through an entire newsgroup.  @xref{Paging the Article}.
5039
5040 @item G n
5041 @itemx n
5042 @kindex n (Summary)
5043 @kindex G n (Summary)
5044 @findex gnus-summary-next-unread-article
5045 @c @icon{gnus-summary-next-unread}
5046 Go to next unread article (@code{gnus-summary-next-unread-article}).
5047
5048 @item G p
5049 @itemx p
5050 @kindex p (Summary)
5051 @findex gnus-summary-prev-unread-article
5052 @c @icon{gnus-summary-prev-unread}
5053 Go to previous unread article (@code{gnus-summary-prev-unread-article}).
5054
5055 @item G N
5056 @itemx N
5057 @kindex N (Summary)
5058 @kindex G N (Summary)
5059 @findex gnus-summary-next-article
5060 Go to the next article (@code{gnus-summary-next-article}).
5061
5062 @item G P
5063 @itemx P
5064 @kindex P (Summary)
5065 @kindex G P (Summary)
5066 @findex gnus-summary-prev-article
5067 Go to the previous article (@code{gnus-summary-prev-article}).
5068
5069 @item G C-n
5070 @kindex G C-n (Summary)
5071 @findex gnus-summary-next-same-subject
5072 Go to the next article with the same subject
5073 (@code{gnus-summary-next-same-subject}).
5074
5075 @item G C-p
5076 @kindex G C-p (Summary)
5077 @findex gnus-summary-prev-same-subject
5078 Go to the previous article with the same subject
5079 (@code{gnus-summary-prev-same-subject}).
5080
5081 @item G f
5082 @itemx .
5083 @kindex G f  (Summary)
5084 @kindex .  (Summary)
5085 @findex gnus-summary-first-unread-article
5086 Go to the first unread article
5087 (@code{gnus-summary-first-unread-article}).
5088
5089 @item G b
5090 @itemx ,
5091 @kindex G b (Summary)
5092 @kindex , (Summary)
5093 @findex gnus-summary-best-unread-article
5094 Go to the unread article with the highest score
5095 (@code{gnus-summary-best-unread-article}).  If given a prefix argument,
5096 go to the first unread article that has a score over the default score.
5097
5098 @item G l
5099 @itemx l
5100 @kindex l (Summary)
5101 @kindex G l (Summary)
5102 @findex gnus-summary-goto-last-article
5103 Go to the previous article read (@code{gnus-summary-goto-last-article}).
5104
5105 @item G o
5106 @kindex G o (Summary)
5107 @findex gnus-summary-pop-article
5108 @cindex history
5109 @cindex article history
5110 Pop an article off the summary history and go to this article
5111 (@code{gnus-summary-pop-article}).  This command differs from the
5112 command above in that you can pop as many previous articles off the
5113 history as you like, while @kbd{l} toggles the two last read articles.
5114 For a somewhat related issue (if you use these commands a lot),
5115 @pxref{Article Backlog}.
5116
5117 @item G j
5118 @itemx j
5119 @kindex j (Summary)
5120 @kindex G j (Summary)
5121 @findex gnus-summary-goto-article
5122 Ask for an article number or @code{Message-ID}, and then go to that
5123 article (@code{gnus-summary-goto-article}).
5124
5125 @end table
5126
5127
5128 @node Choosing Variables
5129 @subsection Choosing Variables
5130
5131 Some variables relevant for moving and selecting articles:
5132
5133 @table @code
5134 @item gnus-auto-extend-newsgroup
5135 @vindex gnus-auto-extend-newsgroup
5136 All the movement commands will try to go to the previous (or next)
5137 article, even if that article isn't displayed in the Summary buffer if
5138 this variable is non-@code{nil}.  Gnus will then fetch the article from
5139 the server and display it in the article buffer.
5140
5141 @item gnus-select-article-hook
5142 @vindex gnus-select-article-hook
5143 This hook is called whenever an article is selected.  The default is
5144 @code{nil}.  If you would like each article to be saved in the Agent as
5145 you read it, putting @code{gnus-agent-fetch-selected-article} on this
5146 hook will do so.
5147
5148 @item gnus-mark-article-hook
5149 @vindex gnus-mark-article-hook
5150 @findex gnus-summary-mark-unread-as-read
5151 @findex gnus-summary-mark-read-and-unread-as-read
5152 @findex gnus-unread-mark
5153 This hook is called whenever an article is selected.  It is intended to
5154 be used for marking articles as read.  The default value is
5155 @code{gnus-summary-mark-read-and-unread-as-read}, and will change the
5156 mark of almost any article you read to @code{gnus-read-mark}.  The only
5157 articles not affected by this function are ticked, dormant, and
5158 expirable articles.  If you'd instead like to just have unread articles
5159 marked as read, you can use @code{gnus-summary-mark-unread-as-read}
5160 instead.  It will leave marks like @code{gnus-low-score-mark},
5161 @code{gnus-del-mark} (and so on) alone.
5162
5163 @end table
5164
5165
5166 @node Paging the Article
5167 @section Scrolling the Article
5168 @cindex article scrolling
5169
5170 @table @kbd
5171
5172 @item SPACE
5173 @kindex SPACE (Summary)
5174 @findex gnus-summary-next-page
5175 Pressing @kbd{SPACE} will scroll the current article forward one page,
5176 or, if you have come to the end of the current article, will choose the
5177 next article (@code{gnus-summary-next-page}).
5178
5179 @vindex gnus-article-boring-faces
5180 @vindex gnus-article-skip-boring
5181 If @code{gnus-article-skip-boring} is non-@code{nil} and the rest of
5182 the article consists only of citations and signature, then it will be
5183 skipped; the next article will be shown instead.  You can customize
5184 what is considered uninteresting with
5185 @code{gnus-article-boring-faces}.  You can manually view the article's
5186 pages, no matter how boring, using @kbd{C-M-v}.
5187
5188 @item DEL
5189 @kindex DEL (Summary)
5190 @findex gnus-summary-prev-page
5191 Scroll the current article back one page (@code{gnus-summary-prev-page}).
5192
5193 @item RET
5194 @kindex RET (Summary)
5195 @findex gnus-summary-scroll-up
5196 Scroll the current article one line forward
5197 (@code{gnus-summary-scroll-up}).
5198
5199 @item M-RET
5200 @kindex M-RET (Summary)
5201 @findex gnus-summary-scroll-down
5202 Scroll the current article one line backward
5203 (@code{gnus-summary-scroll-down}).
5204
5205 @item A g
5206 @itemx g
5207 @kindex A g (Summary)
5208 @kindex g (Summary)
5209 @findex gnus-summary-show-article
5210 @vindex gnus-summary-show-article-charset-alist
5211 (Re)fetch the current article (@code{gnus-summary-show-article}).  If
5212 given a prefix, fetch the current article, but don't run any of the
5213 article treatment functions.  This will give you a ``raw'' article, just
5214 the way it came from the server.
5215
5216 If given a numerical prefix, you can do semi-manual charset stuff.
5217 @kbd{C-u 0 g cn-gb-2312 RET} will decode the message as if it were
5218 encoded in the @code{cn-gb-2312} charset.  If you have
5219
5220 @lisp
5221 (setq gnus-summary-show-article-charset-alist
5222       '((1 . cn-gb-2312)
5223         (2 . big5)))
5224 @end lisp
5225
5226 then you can say @kbd{C-u 1 g} to get the same effect.
5227
5228 @item A <
5229 @itemx <
5230 @kindex < (Summary)
5231 @kindex A < (Summary)
5232 @findex gnus-summary-beginning-of-article
5233 Scroll to the beginning of the article
5234 (@code{gnus-summary-beginning-of-article}).
5235
5236 @item A >
5237 @itemx >
5238 @kindex > (Summary)
5239 @kindex A > (Summary)
5240 @findex gnus-summary-end-of-article
5241 Scroll to the end of the article (@code{gnus-summary-end-of-article}).
5242
5243 @item A s
5244 @itemx s
5245 @kindex A s (Summary)
5246 @kindex s (Summary)
5247 @findex gnus-summary-isearch-article
5248 Perform an isearch in the article buffer
5249 (@code{gnus-summary-isearch-article}).
5250
5251 @item h
5252 @kindex h (Summary)
5253 @findex gnus-summary-select-article-buffer
5254 Select the article buffer (@code{gnus-summary-select-article-buffer}).
5255
5256 @end table
5257
5258
5259 @node Reply Followup and Post
5260 @section Reply, Followup and Post
5261
5262 @menu
5263 * Summary Mail Commands::       Sending mail.
5264 * Summary Post Commands::       Sending news.
5265 * Summary Message Commands::    Other Message-related commands.
5266 * Canceling and Superseding::
5267 @end menu
5268
5269
5270 @node Summary Mail Commands
5271 @subsection Summary Mail Commands
5272 @cindex mail
5273 @cindex composing mail
5274
5275 Commands for composing a mail message:
5276
5277 @table @kbd
5278
5279 @item S r
5280 @itemx r
5281 @kindex S r (Summary)
5282 @kindex r (Summary)
5283 @findex gnus-summary-reply
5284 @c @icon{gnus-summary-mail-reply}
5285 @c @icon{gnus-summary-reply}
5286 Mail a reply to the author of the current article
5287 (@code{gnus-summary-reply}).
5288
5289 @item S R
5290 @itemx R
5291 @kindex R (Summary)
5292 @kindex S R (Summary)
5293 @findex gnus-summary-reply-with-original
5294 @c @icon{gnus-summary-reply-with-original}
5295 Mail a reply to the author of the current article and include the
5296 original message (@code{gnus-summary-reply-with-original}).  This
5297 command uses the process/prefix convention.
5298
5299 @item S w
5300 @kindex S w (Summary)
5301 @findex gnus-summary-wide-reply
5302 Mail a wide reply to the author of the current article
5303 (@code{gnus-summary-wide-reply}).  A @dfn{wide reply} is a reply that
5304 goes out to all people listed in the @code{To}, @code{From} (or
5305 @code{Reply-to}) and @code{Cc} headers.  If @code{Mail-Followup-To} is
5306 present, that's used instead.
5307
5308 @item S W
5309 @kindex S W (Summary)
5310 @findex gnus-summary-wide-reply-with-original
5311 Mail a wide reply to the current article and include the original
5312 message (@code{gnus-summary-wide-reply-with-original}).  This command uses
5313 the process/prefix convention.
5314
5315 @item S v
5316 @kindex S v (Summary)
5317 @findex gnus-summary-very-wide-reply
5318 Mail a very wide reply to the author of the current article
5319 (@code{gnus-summary-wide-reply}).  A @dfn{very wide reply} is a reply
5320 that goes out to all people listed in the @code{To}, @code{From} (or
5321 @code{Reply-to}) and @code{Cc} headers in all the process/prefixed
5322 articles.  This command uses the process/prefix convention.
5323
5324 @item S V
5325 @kindex S V (Summary)
5326 @findex gnus-summary-very-wide-reply-with-original
5327 Mail a very wide reply to the author of the current article and include the
5328 original message (@code{gnus-summary-very-wide-reply-with-original}).  This
5329 command uses the process/prefix convention.
5330
5331 @item S B r
5332 @kindex S B r (Summary)
5333 @findex gnus-summary-reply-broken-reply-to
5334 Mail a reply to the author of the current article but ignore the
5335 @code{Reply-To} field (@code{gnus-summary-reply-broken-reply-to}).
5336 If you need this because a mailing list incorrectly sets a
5337 @code{Reply-To} header pointing to the list, you probably want to set
5338 the @code{broken-reply-to} group parameter instead, so things will work
5339 correctly.  @xref{Group Parameters}.
5340
5341 @item S B R
5342 @kindex S B R (Summary)
5343 @findex gnus-summary-reply-broken-reply-to-with-original
5344 Mail a reply to the author of the current article and include the
5345 original message but ignore the @code{Reply-To} field
5346 (@code{gnus-summary-reply-broken-reply-to-with-original}).
5347
5348 @item S o m
5349 @itemx C-c C-f
5350 @kindex S o m (Summary)
5351 @kindex C-c C-f (Summary)
5352 @findex gnus-summary-mail-forward
5353 @c @icon{gnus-summary-mail-forward}
5354 Forward the current article to some other person
5355 (@code{gnus-summary-mail-forward}).  If no prefix is given, the message
5356 is forwarded according to the value of (@code{message-forward-as-mime})
5357 and (@code{message-forward-show-mml}); if the prefix is 1, decode the
5358 message and forward directly inline; if the prefix is 2, forward message
5359 as an rfc822 @acronym{MIME} section; if the prefix is 3, decode message and
5360 forward as an rfc822 @acronym{MIME} section; if the prefix is 4, forward message
5361 directly inline; otherwise, the message is forwarded as no prefix given
5362 but use the flipped value of (@code{message-forward-as-mime}).  By
5363 default, the message is decoded and forwarded as an rfc822 @acronym{MIME}
5364 section.
5365
5366 @item S m
5367 @itemx m
5368 @kindex m (Summary)
5369 @kindex S m (Summary)
5370 @findex gnus-summary-mail-other-window
5371 @c @icon{gnus-summary-mail-originate}
5372 Prepare a mail (@code{gnus-summary-mail-other-window}).  By default, use
5373 the posting style of the current group.  If given a prefix, disable that.
5374 If the prefix is 1, prompt for a group name to find the posting style.
5375
5376 @item S i
5377 @itemx i
5378 @kindex i (Summary)
5379 @kindex S i (Summary)
5380 @findex gnus-summary-news-other-window
5381 Prepare a news (@code{gnus-summary-news-other-window}).  By default,
5382 post to the current group.  If given a prefix, disable that.  If the
5383 prefix is 1, prompt for a group to post to.
5384
5385 This function actually prepares a news even when using mail groups.
5386 This is useful for ``posting'' messages to mail groups without actually
5387 sending them over the network: they're just saved directly to the group
5388 in question.  The corresponding back end must have a request-post method
5389 for this to work though.
5390
5391 @item S D b
5392 @kindex S D b (Summary)
5393 @findex gnus-summary-resend-bounced-mail
5394 @cindex bouncing mail
5395 If you have sent a mail, but the mail was bounced back to you for some
5396 reason (wrong address, transient failure), you can use this command to
5397 resend that bounced mail (@code{gnus-summary-resend-bounced-mail}).  You
5398 will be popped into a mail buffer where you can edit the headers before
5399 sending the mail off again.  If you give a prefix to this command, and
5400 the bounced mail is a reply to some other mail, Gnus will try to fetch
5401 that mail and display it for easy perusal of its headers.  This might
5402 very well fail, though.
5403
5404 @item S D r
5405 @kindex S D r (Summary)
5406 @findex gnus-summary-resend-message
5407 Not to be confused with the previous command,
5408 @code{gnus-summary-resend-message} will prompt you for an address to
5409 send the current message off to, and then send it to that place.  The
5410 headers of the message won't be altered---but lots of headers that say
5411 @code{Resent-To}, @code{Resent-From} and so on will be added.  This
5412 means that you actually send a mail to someone that has a @code{To}
5413 header that (probably) points to yourself.  This will confuse people.
5414 So, natcherly you'll only do that if you're really eVIl.
5415
5416 This command is mainly used if you have several accounts and want to
5417 ship a mail to a different account of yours.  (If you're both
5418 @code{root} and @code{postmaster} and get a mail for @code{postmaster}
5419 to the @code{root} account, you may want to resend it to
5420 @code{postmaster}.  Ordnung muss sein!
5421
5422 This command understands the process/prefix convention
5423 (@pxref{Process/Prefix}).
5424
5425 @item S D e
5426 @kindex S D e (Summary)
5427 @findex gnus-summary-resend-message-edit
5428
5429 Like the previous command, but will allow you to edit the message as
5430 if it were a new message before resending.
5431
5432 @item S O m
5433 @kindex S O m (Summary)
5434 @findex gnus-uu-digest-mail-forward
5435 Digest the current series (@pxref{Decoding Articles}) and forward the
5436 result using mail (@code{gnus-uu-digest-mail-forward}).  This command
5437 uses the process/prefix convention (@pxref{Process/Prefix}).
5438
5439 @item S M-c
5440 @kindex S M-c (Summary)
5441 @findex gnus-summary-mail-crosspost-complaint
5442 @cindex crossposting
5443 @cindex excessive crossposting
5444 Send a complaint about excessive crossposting to the author of the
5445 current article (@code{gnus-summary-mail-crosspost-complaint}).
5446
5447 @findex gnus-crosspost-complaint
5448 This command is provided as a way to fight back against the current
5449 crossposting pandemic that's sweeping Usenet.  It will compose a reply
5450 using the @code{gnus-crosspost-complaint} variable as a preamble.  This
5451 command understands the process/prefix convention
5452 (@pxref{Process/Prefix}) and will prompt you before sending each mail.
5453
5454 @end table
5455
5456 Also @xref{Header Commands, ,Header Commands, message, The Message
5457 Manual}, for more information.
5458
5459
5460 @node Summary Post Commands
5461 @subsection Summary Post Commands
5462 @cindex post
5463 @cindex composing news
5464
5465 Commands for posting a news article:
5466
5467 @table @kbd
5468 @item S p
5469 @itemx a
5470 @kindex a (Summary)
5471 @kindex S p (Summary)
5472 @findex gnus-summary-post-news
5473 @c @icon{gnus-summary-post-news}
5474 Prepare for posting an article (@code{gnus-summary-post-news}).  By
5475 default, post to the current group.  If given a prefix, disable that.
5476 If the prefix is 1, prompt for another group instead.
5477
5478 @item S f
5479 @itemx f
5480 @kindex f (Summary)
5481 @kindex S f (Summary)
5482 @findex gnus-summary-followup
5483 @c @icon{gnus-summary-followup}
5484 Post a followup to the current article (@code{gnus-summary-followup}).
5485
5486 @item S F
5487 @itemx F
5488 @kindex S F (Summary)
5489 @kindex F (Summary)
5490 @c @icon{gnus-summary-followup-with-original}
5491 @findex gnus-summary-followup-with-original
5492 Post a followup to the current article and include the original message
5493 (@code{gnus-summary-followup-with-original}).  This command uses the
5494 process/prefix convention.
5495
5496 @item S n
5497 @kindex S n (Summary)
5498 @findex gnus-summary-followup-to-mail
5499 Post a followup to the current article via news, even if you got the
5500 message through mail (@code{gnus-summary-followup-to-mail}).
5501
5502 @item S N
5503 @kindex S N (Summary)
5504 @findex gnus-summary-followup-to-mail-with-original
5505 Post a followup to the current article via news, even if you got the
5506 message through mail and include the original message
5507 (@code{gnus-summary-followup-to-mail-with-original}).  This command uses
5508 the process/prefix convention.
5509
5510 @item S o p
5511 @kindex S o p (Summary)
5512 @findex gnus-summary-post-forward
5513 Forward the current article to a newsgroup
5514 (@code{gnus-summary-post-forward}).
5515  If no prefix is given, the message is forwarded according to the value
5516 of (@code{message-forward-as-mime}) and
5517 (@code{message-forward-show-mml}); if the prefix is 1, decode the
5518 message and forward directly inline; if the prefix is 2, forward message
5519 as an rfc822 @acronym{MIME} section; if the prefix is 3, decode message and
5520 forward as an rfc822 @acronym{MIME} section; if the prefix is 4, forward message
5521 directly inline; otherwise, the message is forwarded as no prefix given
5522 but use the flipped value of (@code{message-forward-as-mime}).  By
5523 default, the message is decoded and forwarded as an rfc822 @acronym{MIME} section.
5524
5525 @item S O p
5526 @kindex S O p (Summary)
5527 @findex gnus-uu-digest-post-forward
5528 @cindex digests
5529 @cindex making digests
5530 Digest the current series and forward the result to a newsgroup
5531 (@code{gnus-uu-digest-mail-forward}).  This command uses the
5532 process/prefix convention.
5533
5534 @item S u
5535 @kindex S u (Summary)
5536 @findex gnus-uu-post-news
5537 @c @icon{gnus-uu-post-news}
5538 Uuencode a file, split it into parts, and post it as a series
5539 (@code{gnus-uu-post-news}).  (@pxref{Uuencoding and Posting}).
5540 @end table
5541
5542 Also @xref{Header Commands, ,Header Commands, message, The Message
5543 Manual}, for more information.
5544
5545
5546 @node Summary Message Commands
5547 @subsection Summary Message Commands
5548
5549 @table @kbd
5550 @item S y
5551 @kindex S y (Summary)
5552 @findex gnus-summary-yank-message
5553 Yank the current article into an already existing Message composition
5554 buffer (@code{gnus-summary-yank-message}).  This command prompts for
5555 what message buffer you want to yank into, and understands the
5556 process/prefix convention (@pxref{Process/Prefix}).
5557
5558 @end table
5559
5560
5561 @node Canceling and Superseding
5562 @subsection Canceling Articles
5563 @cindex canceling articles
5564 @cindex superseding articles
5565
5566 Have you ever written something, and then decided that you really,
5567 really, really wish you hadn't posted that?
5568
5569 Well, you can't cancel mail, but you can cancel posts.
5570
5571 @findex gnus-summary-cancel-article
5572 @kindex C (Summary)
5573 @c @icon{gnus-summary-cancel-article}
5574 Find the article you wish to cancel (you can only cancel your own
5575 articles, so don't try any funny stuff).  Then press @kbd{C} or @kbd{S
5576 c} (@code{gnus-summary-cancel-article}).  Your article will be
5577 canceled---machines all over the world will be deleting your article.
5578 This command uses the process/prefix convention (@pxref{Process/Prefix}).
5579
5580 Be aware, however, that not all sites honor cancels, so your article may
5581 live on here and there, while most sites will delete the article in
5582 question.
5583
5584 Gnus will use the ``current'' select method when canceling.  If you
5585 want to use the standard posting method, use the @samp{a} symbolic
5586 prefix (@pxref{Symbolic Prefixes}).
5587
5588 Gnus ensures that only you can cancel your own messages using a
5589 @code{Cancel-Lock} header (@pxref{Canceling News, Canceling News, ,
5590 message, Message Manual}).
5591
5592 If you discover that you have made some mistakes and want to do some
5593 corrections, you can post a @dfn{superseding} article that will replace
5594 your original article.
5595
5596 @findex gnus-summary-supersede-article
5597 @kindex S (Summary)
5598 Go to the original article and press @kbd{S s}
5599 (@code{gnus-summary-supersede-article}).  You will be put in a buffer
5600 where you can edit the article all you want before sending it off the
5601 usual way.
5602
5603 The same goes for superseding as for canceling, only more so: Some
5604 sites do not honor superseding.  On those sites, it will appear that you
5605 have posted almost the same article twice.
5606
5607 If you have just posted the article, and change your mind right away,
5608 there is a trick you can use to cancel/supersede the article without
5609 waiting for the article to appear on your site first.  You simply return
5610 to the post buffer (which is called @code{*sent ...*}).  There you will
5611 find the article you just posted, with all the headers intact.  Change
5612 the @code{Message-ID} header to a @code{Cancel} or @code{Supersedes}
5613 header by substituting one of those words for the word
5614 @code{Message-ID}.  Then just press @kbd{C-c C-c} to send the article as
5615 you would do normally.  The previous article will be
5616 canceled/superseded.
5617
5618 Just remember, kids: There is no 'c' in 'supersede'.
5619
5620 @node Delayed Articles
5621 @section Delayed Articles
5622 @cindex delayed sending
5623 @cindex send delayed
5624
5625 Sometimes, you might wish to delay the sending of a message.  For
5626 example, you might wish to arrange for a message to turn up just in time
5627 to remind your about the birthday of your Significant Other.  For this,
5628 there is the @code{gnus-delay} package.  Setup is simple:
5629
5630 @lisp
5631 (gnus-delay-initialize)
5632 @end lisp
5633
5634 @findex gnus-delay-article
5635 Normally, to send a message you use the @kbd{C-c C-c} command from
5636 Message mode.  To delay a message, use @kbd{C-c C-j}
5637 (@code{gnus-delay-article}) instead.  This will ask you for how long the
5638 message should be delayed.  Possible answers are:
5639
5640 @itemize @bullet
5641 @item
5642 A time span.  Consists of an integer and a letter.  For example,
5643 @code{42d} means to delay for 42 days.  Available letters are @code{m}
5644 (minutes), @code{h} (hours), @code{d} (days), @code{w} (weeks), @code{M}
5645 (months) and @code{Y} (years).
5646
5647 @item
5648 A specific date.  Looks like @code{YYYY-MM-DD}.  The message will be
5649 delayed until that day, at a specific time (eight o'clock by default).
5650 See also @code{gnus-delay-default-hour}.
5651
5652 @item
5653 A specific time of day.  Given in @code{hh:mm} format, 24h, no am/pm
5654 stuff.  The deadline will be at that time today, except if that time has
5655 already passed, then it's at the given time tomorrow.  So if it's ten
5656 o'clock in the morning and you specify @code{11:15}, then the deadline
5657 is one hour and fifteen minutes hence.  But if you specify @code{9:20},
5658 that means a time tomorrow.
5659 @end itemize
5660
5661 The action of the @code{gnus-delay-article} command is influenced by a
5662 couple of variables:
5663
5664 @table @code
5665 @item gnus-delay-default-hour
5666 @vindex gnus-delay-default-hour
5667 When you specify a specific date, the message will be due on that hour
5668 on the given date.  Possible values are integers 0 through 23.
5669
5670 @item gnus-delay-default-delay
5671 @vindex gnus-delay-default-delay
5672 This is a string and gives the default delay.  It can be of any of the
5673 formats described above.
5674
5675 @item gnus-delay-group
5676 @vindex gnus-delay-group
5677 Delayed articles will be kept in this group on the drafts server until
5678 they are due.  You probably don't need to change this.  The default
5679 value is @code{"delayed"}.
5680
5681 @item gnus-delay-header
5682 @vindex gnus-delay-header
5683 The deadline for each article will be stored in a header.  This variable
5684 is a string and gives the header name.  You probably don't need to
5685 change this.  The default value is @code{"X-Gnus-Delayed"}.
5686 @end table
5687
5688 The way delaying works is like this: when you use the
5689 @code{gnus-delay-article} command, you give a certain delay.  Gnus
5690 calculates the deadline of the message and stores it in the
5691 @code{X-Gnus-Delayed} header and puts the message in the
5692 @code{nndraft:delayed} group.
5693
5694 @findex gnus-delay-send-queue
5695 And whenever you get new news, Gnus looks through the group for articles
5696 which are due and sends them.  It uses the @code{gnus-delay-send-queue}
5697 function for this.  By default, this function is added to the hook
5698 @code{gnus-get-new-news-hook}.  But of course, you can change this.
5699 Maybe you want to use the demon to send drafts?  Just tell the demon to
5700 execute the @code{gnus-delay-send-queue} function.
5701
5702 @table @code
5703 @item gnus-delay-initialize
5704 @findex gnus-delay-initialize
5705 By default, this function installs @code{gnus-delay-send-queue} in
5706 @code{gnus-get-new-news-hook}.  But it accepts the optional second
5707 argument @code{no-check}.  If it is non-@code{nil},
5708 @code{gnus-get-new-news-hook} is not changed.  The optional first
5709 argument is ignored.
5710
5711 For example, @code{(gnus-delay-initialize nil t)} means to do nothing.
5712 Presumably, you want to use the demon for sending due delayed articles.
5713 Just don't forget to set that up :-)
5714 @end table
5715
5716
5717 @node Marking Articles
5718 @section Marking Articles
5719 @cindex article marking
5720 @cindex article ticking
5721 @cindex marks
5722
5723 There are several marks you can set on an article.
5724
5725 You have marks that decide the @dfn{readedness} (whoo, neato-keano
5726 neologism ohoy!) of the article.  Alphabetic marks generally mean
5727 @dfn{read}, while non-alphabetic characters generally mean @dfn{unread}.
5728
5729 In addition, you also have marks that do not affect readedness.
5730
5731 @ifinfo
5732 There's a plethora of commands for manipulating these marks.
5733 @end ifinfo
5734
5735 @menu
5736 * Unread Articles::             Marks for unread articles.
5737 * Read Articles::               Marks for read articles.
5738 * Other Marks::                 Marks that do not affect readedness.
5739 * Setting Marks::               How to set and remove marks.
5740 * Generic Marking Commands::    How to customize the marking.
5741 * Setting Process Marks::       How to mark articles for later processing.
5742 @end menu
5743
5744
5745 @node Unread Articles
5746 @subsection Unread Articles
5747
5748 The following marks mark articles as (kinda) unread, in one form or
5749 other.
5750
5751 @table @samp
5752 @item !
5753 @vindex gnus-ticked-mark
5754 Marked as ticked (@code{gnus-ticked-mark}).
5755
5756 @dfn{Ticked articles} are articles that will remain visible always.  If
5757 you see an article that you find interesting, or you want to put off
5758 reading it, or replying to it, until sometime later, you'd typically
5759 tick it.  However, articles can be expired (from news servers by the
5760 news server software, Gnus itself never expires ticked messages), so if
5761 you want to keep an article forever, you'll have to make it persistent
5762 (@pxref{Persistent Articles}).
5763
5764 @item ?
5765 @vindex gnus-dormant-mark
5766 Marked as dormant (@code{gnus-dormant-mark}).
5767
5768 @dfn{Dormant articles} will only appear in the summary buffer if there
5769 are followups to it.  If you want to see them even if they don't have
5770 followups, you can use the @kbd{/ D} command (@pxref{Limiting}).
5771 Otherwise (except for the visibility issue), they are just like ticked
5772 messages.
5773
5774 @item SPACE
5775 @vindex gnus-unread-mark
5776 Marked as unread (@code{gnus-unread-mark}).
5777
5778 @dfn{Unread articles} are articles that haven't been read at all yet.
5779 @end table
5780
5781
5782 @node Read Articles
5783 @subsection Read Articles
5784 @cindex expirable mark
5785
5786 All the following marks mark articles as read.
5787
5788 @table @samp
5789
5790 @item r
5791 @vindex gnus-del-mark
5792 These are articles that the user has marked as read with the @kbd{d}
5793 command manually, more or less (@code{gnus-del-mark}).
5794
5795 @item R
5796 @vindex gnus-read-mark
5797 Articles that have actually been read (@code{gnus-read-mark}).
5798
5799 @item O
5800 @vindex gnus-ancient-mark
5801 Articles that were marked as read in previous sessions and are now
5802 @dfn{old} (@code{gnus-ancient-mark}).
5803
5804 @item K
5805 @vindex gnus-killed-mark
5806 Marked as killed (@code{gnus-killed-mark}).
5807
5808 @item X
5809 @vindex gnus-kill-file-mark
5810 Marked as killed by kill files (@code{gnus-kill-file-mark}).
5811
5812 @item Y
5813 @vindex gnus-low-score-mark
5814 Marked as read by having too low a score (@code{gnus-low-score-mark}).
5815
5816 @item C
5817 @vindex gnus-catchup-mark
5818 Marked as read by a catchup (@code{gnus-catchup-mark}).
5819
5820 @item G
5821 @vindex gnus-canceled-mark
5822 Canceled article (@code{gnus-canceled-mark})
5823
5824 @item F
5825 @vindex gnus-souped-mark
5826 @sc{soup}ed article (@code{gnus-souped-mark}).  @xref{SOUP}.
5827
5828 @item Q
5829 @vindex gnus-sparse-mark
5830 Sparsely reffed article (@code{gnus-sparse-mark}).  @xref{Customizing
5831 Threading}.
5832
5833 @item M
5834 @vindex gnus-duplicate-mark
5835 Article marked as read by duplicate suppression
5836 (@code{gnus-duplicate-mark}).  @xref{Duplicate Suppression}.
5837
5838 @end table
5839
5840 All these marks just mean that the article is marked as read, really.
5841 They are interpreted differently when doing adaptive scoring, though.
5842
5843 One more special mark, though:
5844
5845 @table @samp
5846 @item E
5847 @vindex gnus-expirable-mark
5848 Marked as expirable (@code{gnus-expirable-mark}).
5849
5850 Marking articles as @dfn{expirable} (or have them marked as such
5851 automatically) doesn't make much sense in normal groups---a user doesn't
5852 control expiring of news articles, but in mail groups, for instance,
5853 articles marked as @dfn{expirable} can be deleted by Gnus at
5854 any time.
5855 @end table
5856
5857
5858 @node Other Marks
5859 @subsection Other Marks
5860 @cindex process mark
5861 @cindex bookmarks
5862
5863 There are some marks that have nothing to do with whether the article is
5864 read or not.
5865
5866 @itemize @bullet
5867
5868 @item
5869 You can set a bookmark in the current article.  Say you are reading a
5870 long thesis on cats' urinary tracts, and have to go home for dinner
5871 before you've finished reading the thesis.  You can then set a bookmark
5872 in the article, and Gnus will jump to this bookmark the next time it
5873 encounters the article.  @xref{Setting Marks}.
5874
5875 @item
5876 @vindex gnus-replied-mark
5877 All articles that you have replied to or made a followup to (i.e., have
5878 answered) will be marked with an @samp{A} in the second column
5879 (@code{gnus-replied-mark}).
5880
5881 @item
5882 @vindex gnus-forwarded-mark
5883 All articles that you have forwarded will be marked with an @samp{F} in
5884 the second column (@code{gnus-forwarded-mark}).
5885
5886 @item
5887 @vindex gnus-cached-mark
5888 Articles stored in the article cache will be marked with an @samp{*} in
5889 the second column (@code{gnus-cached-mark}).  @xref{Article Caching}.
5890
5891 @item
5892 @vindex gnus-saved-mark
5893 Articles ``saved'' (in some manner or other; not necessarily
5894 religiously) are marked with an @samp{S} in the second column
5895 (@code{gnus-saved-mark}).
5896
5897 @item
5898 @vindex gnus-recent-mark
5899 Articles that according to the server haven't been shown to the user
5900 before are marked with a @samp{N} in the second column
5901 (@code{gnus-recent-mark}).  Note that not all servers support this
5902 mark, in which case it simply never appears.  Compare with
5903 @code{gnus-unseen-mark}.
5904
5905 @item
5906 @vindex gnus-unseen-mark
5907 Articles that haven't been seen before in Gnus by the user are marked
5908 with a @samp{.} in the second column (@code{gnus-unseen-mark}).
5909 Compare with @code{gnus-recent-mark}.
5910
5911 @item
5912 @vindex gnus-downloaded-mark
5913 When using the Gnus agent (@pxref{Agent Basics}), articles may be
5914 downloaded for unplugged (offline) viewing.  If you are using the
5915 @samp{%O} spec, these articles get the @samp{+} mark in that spec.
5916 (The variable @code{gnus-downloaded-mark} controls which character to
5917 use.)
5918
5919 @item
5920 @vindex gnus-undownloaded-mark
5921 When using the Gnus agent (@pxref{Agent Basics}), some articles might
5922 not have been downloaded.  Such articles cannot be viewed while you
5923 are unplugged (offline).  If you are using the @samp{%O} spec, these
5924 articles get the @samp{-} mark in that spec.  (The variable
5925 @code{gnus-undownloaded-mark} controls which character to use.)
5926
5927 @item
5928 @vindex gnus-downloadable-mark
5929 The Gnus agent (@pxref{Agent Basics}) downloads some articles
5930 automatically, but it is also possible to explicitly mark articles for
5931 download, even if they would not be downloaded automatically.  Such
5932 explicitly-marked articles get the @samp{%} mark in the first column.
5933 (The variable @code{gnus-downloadable-mark} controls which character to
5934 use.)
5935
5936 @item
5937 @vindex gnus-not-empty-thread-mark
5938 @vindex gnus-empty-thread-mark
5939 If the @samp{%e} spec is used, the presence of threads or not will be
5940 marked with @code{gnus-not-empty-thread-mark} and
5941 @code{gnus-empty-thread-mark} in the third column, respectively.
5942
5943 @item
5944 @vindex gnus-process-mark
5945 Finally we have the @dfn{process mark} (@code{gnus-process-mark}).  A
5946 variety of commands react to the presence of the process mark.  For
5947 instance, @kbd{X u} (@code{gnus-uu-decode-uu}) will uudecode and view
5948 all articles that have been marked with the process mark.  Articles
5949 marked with the process mark have a @samp{#} in the second column.
5950
5951 @end itemize
5952
5953 You might have noticed that most of these ``non-readedness'' marks
5954 appear in the second column by default.  So if you have a cached, saved,
5955 replied article that you have process-marked, what will that look like?
5956
5957 Nothing much.  The precedence rules go as follows: process -> cache ->
5958 replied -> saved.  So if the article is in the cache and is replied,
5959 you'll only see the cache mark and not the replied mark.
5960
5961
5962 @node Setting Marks
5963 @subsection Setting Marks
5964 @cindex setting marks
5965
5966 All the marking commands understand the numeric prefix.
5967
5968 @table @kbd
5969 @item M c
5970 @itemx M-u
5971 @kindex M c (Summary)
5972 @kindex M-u (Summary)
5973 @findex gnus-summary-clear-mark-forward
5974 @cindex mark as unread
5975 Clear all readedness-marks from the current article
5976 (@code{gnus-summary-clear-mark-forward}).  In other words, mark the
5977 article as unread.
5978
5979 @item M t
5980 @itemx !
5981 @kindex ! (Summary)
5982 @kindex M t (Summary)
5983 @findex gnus-summary-tick-article-forward
5984 Tick the current article (@code{gnus-summary-tick-article-forward}).
5985 @xref{Article Caching}.
5986
5987 @item M ?
5988 @itemx ?
5989 @kindex ? (Summary)
5990 @kindex M ? (Summary)
5991 @findex gnus-summary-mark-as-dormant
5992 Mark the current article as dormant
5993 (@code{gnus-summary-mark-as-dormant}).  @xref{Article Caching}.
5994
5995 @item M d
5996 @itemx d
5997 @kindex M d (Summary)
5998 @kindex d (Summary)
5999 @findex gnus-summary-mark-as-read-forward
6000 Mark the current article as read
6001 (@code{gnus-summary-mark-as-read-forward}).
6002
6003 @item D
6004 @kindex D (Summary)
6005 @findex gnus-summary-mark-as-read-backward
6006 Mark the current article as read and move point to the previous line
6007 (@code{gnus-summary-mark-as-read-backward}).
6008
6009 @item M k
6010 @itemx k
6011 @kindex k (Summary)
6012 @kindex M k (Summary)
6013 @findex gnus-summary-kill-same-subject-and-select
6014 Mark all articles that have the same subject as the current one as read,
6015 and then select the next unread article
6016 (@code{gnus-summary-kill-same-subject-and-select}).
6017
6018 @item M K
6019 @itemx C-k
6020 @kindex M K (Summary)
6021 @kindex C-k (Summary)
6022 @findex gnus-summary-kill-same-subject
6023 Mark all articles that have the same subject as the current one as read
6024 (@code{gnus-summary-kill-same-subject}).
6025
6026 @item M C
6027 @kindex M C (Summary)
6028 @findex gnus-summary-catchup
6029 @c @icon{gnus-summary-catchup}
6030 Mark all unread articles as read (@code{gnus-summary-catchup}).
6031
6032 @item M C-c
6033 @kindex M C-c (Summary)
6034 @findex gnus-summary-catchup-all
6035 Mark all articles in the group as read---even the ticked and dormant
6036 articles (@code{gnus-summary-catchup-all}).
6037
6038 @item M H
6039 @kindex M H (Summary)
6040 @findex gnus-summary-catchup-to-here
6041 Catchup the current group to point (before the point)
6042 (@code{gnus-summary-catchup-to-here}).
6043
6044 @item M h
6045 @kindex M h (Summary)
6046 @findex gnus-summary-catchup-from-here
6047 Catchup the current group from point (after the point)
6048 (@code{gnus-summary-catchup-from-here}).
6049
6050 @item C-w
6051 @kindex C-w (Summary)
6052 @findex gnus-summary-mark-region-as-read
6053 Mark all articles between point and mark as read
6054 (@code{gnus-summary-mark-region-as-read}).
6055
6056 @item M V k
6057 @kindex M V k (Summary)
6058 @findex gnus-summary-kill-below
6059 Kill all articles with scores below the default score (or below the
6060 numeric prefix) (@code{gnus-summary-kill-below}).
6061
6062 @item M e
6063 @itemx E
6064 @kindex M e (Summary)
6065 @kindex E (Summary)
6066 @findex gnus-summary-mark-as-expirable
6067 Mark the current article as expirable
6068 (@code{gnus-summary-mark-as-expirable}).
6069
6070 @item M b
6071 @kindex M b (Summary)
6072 @findex gnus-summary-set-bookmark
6073 Set a bookmark in the current article
6074 (@code{gnus-summary-set-bookmark}).
6075
6076 @item M B
6077 @kindex M B (Summary)
6078 @findex gnus-summary-remove-bookmark
6079 Remove the bookmark from the current article
6080 (@code{gnus-summary-remove-bookmark}).
6081
6082 @item M V c
6083 @kindex M V c (Summary)
6084 @findex gnus-summary-clear-above
6085 Clear all marks from articles with scores over the default score (or
6086 over the numeric prefix) (@code{gnus-summary-clear-above}).
6087
6088 @item M V u
6089 @kindex M V u (Summary)
6090 @findex gnus-summary-tick-above
6091 Tick all articles with scores over the default score (or over the
6092 numeric prefix) (@code{gnus-summary-tick-above}).
6093
6094 @item M V m
6095 @kindex M V m (Summary)
6096 @findex gnus-summary-mark-above
6097 Prompt for a mark, and mark all articles with scores over the default
6098 score (or over the numeric prefix) with this mark
6099 (@code{gnus-summary-clear-above}).
6100 @end table
6101
6102 @vindex gnus-summary-goto-unread
6103 The @code{gnus-summary-goto-unread} variable controls what action should
6104 be taken after setting a mark.  If non-@code{nil}, point will move to
6105 the next/previous unread article.  If @code{nil}, point will just move
6106 one line up or down.  As a special case, if this variable is
6107 @code{never}, all the marking commands as well as other commands (like
6108 @kbd{SPACE}) will move to the next article, whether it is unread or not.
6109 The default is @code{t}.
6110
6111
6112 @node Generic Marking Commands
6113 @subsection Generic Marking Commands
6114
6115 Some people would like the command that ticks an article (@kbd{!}) go to
6116 the next article.  Others would like it to go to the next unread
6117 article.  Yet others would like it to stay on the current article.  And
6118 even though I haven't heard of anybody wanting it to go to the
6119 previous (unread) article, I'm sure there are people that want that as
6120 well.
6121
6122 Multiply these five behaviors with five different marking commands, and
6123 you get a potentially complex set of variable to control what each
6124 command should do.
6125
6126 To sidestep that mess, Gnus provides commands that do all these
6127 different things.  They can be found on the @kbd{M M} map in the summary
6128 buffer.  Type @kbd{M M C-h} to see them all---there are too many of them
6129 to list in this manual.
6130
6131 While you can use these commands directly, most users would prefer
6132 altering the summary mode keymap.  For instance, if you would like the
6133 @kbd{!} command to go to the next article instead of the next unread
6134 article, you could say something like:
6135
6136 @lisp
6137 @group
6138 (add-hook 'gnus-summary-mode-hook 'my-alter-summary-map)
6139 (defun my-alter-summary-map ()
6140   (local-set-key "!" 'gnus-summary-put-mark-as-ticked-next))
6141 @end group
6142 @end lisp
6143
6144 @noindent
6145 or
6146
6147 @lisp
6148 (defun my-alter-summary-map ()
6149   (local-set-key "!" "MM!n"))
6150 @end lisp
6151
6152
6153 @node Setting Process Marks
6154 @subsection Setting Process Marks
6155 @cindex setting process marks
6156
6157 Process marks are displayed as @code{#} in the summary buffer, and are
6158 used for marking articles in such a way that other commands will
6159 process these articles.  For instance, if you process mark four
6160 articles and then use the @kbd{*} command, Gnus will enter these four
6161 commands into the cache.  For more information,
6162 @pxref{Process/Prefix}.
6163
6164 @table @kbd
6165
6166 @item M P p
6167 @itemx #
6168 @kindex # (Summary)
6169 @kindex M P p (Summary)
6170 @findex gnus-summary-mark-as-processable
6171 Mark the current article with the process mark
6172 (@code{gnus-summary-mark-as-processable}).
6173 @findex gnus-summary-unmark-as-processable
6174
6175 @item M P u
6176 @itemx M-#
6177 @kindex M P u (Summary)
6178 @kindex M-# (Summary)
6179 Remove the process mark, if any, from the current article
6180 (@code{gnus-summary-unmark-as-processable}).
6181
6182 @item M P U
6183 @kindex M P U (Summary)
6184 @findex gnus-summary-unmark-all-processable
6185 Remove the process mark from all articles
6186 (@code{gnus-summary-unmark-all-processable}).
6187
6188 @item M P i
6189 @kindex M P i (Summary)
6190 @findex gnus-uu-invert-processable
6191 Invert the list of process marked articles
6192 (@code{gnus-uu-invert-processable}).
6193
6194 @item M P R
6195 @kindex M P R (Summary)
6196 @findex gnus-uu-mark-by-regexp
6197 Mark articles that have a @code{Subject} header that matches a regular
6198 expression (@code{gnus-uu-mark-by-regexp}).
6199
6200 @item M P G
6201 @kindex M P G (Summary)
6202 @findex gnus-uu-unmark-by-regexp
6203 Unmark articles that have a @code{Subject} header that matches a regular
6204 expression (@code{gnus-uu-unmark-by-regexp}).
6205
6206 @item M P r
6207 @kindex M P r (Summary)
6208 @findex gnus-uu-mark-region
6209 Mark articles in region (@code{gnus-uu-mark-region}).
6210
6211 @item M P g
6212 @kindex M P g (Summary)
6213 @findex gnus-uu-unmark-region
6214 Unmark articles in region (@code{gnus-uu-unmark-region}).
6215
6216 @item M P t
6217 @kindex M P t (Summary)
6218 @findex gnus-uu-mark-thread
6219 Mark all articles in the current (sub)thread
6220 (@code{gnus-uu-mark-thread}).
6221
6222 @item M P T
6223 @kindex M P T (Summary)
6224 @findex gnus-uu-unmark-thread
6225 Unmark all articles in the current (sub)thread
6226 (@code{gnus-uu-unmark-thread}).
6227
6228 @item M P v
6229 @kindex M P v (Summary)
6230 @findex gnus-uu-mark-over
6231 Mark all articles that have a score above the prefix argument
6232 (@code{gnus-uu-mark-over}).
6233
6234 @item M P s
6235 @kindex M P s (Summary)
6236 @findex gnus-uu-mark-series
6237 Mark all articles in the current series (@code{gnus-uu-mark-series}).
6238
6239 @item M P S
6240 @kindex M P S (Summary)
6241 @findex gnus-uu-mark-sparse
6242 Mark all series that have already had some articles marked
6243 (@code{gnus-uu-mark-sparse}).
6244
6245 @item M P a
6246 @kindex M P a (Summary)
6247 @findex gnus-uu-mark-all
6248 Mark all articles in series order (@code{gnus-uu-mark-all}).
6249
6250 @item M P b
6251 @kindex M P b (Summary)
6252 @findex gnus-uu-mark-buffer
6253 Mark all articles in the buffer in the order they appear
6254 (@code{gnus-uu-mark-buffer}).
6255
6256 @item M P k
6257 @kindex M P k (Summary)
6258 @findex gnus-summary-kill-process-mark
6259 Push the current process mark set onto the stack and unmark all articles
6260 (@code{gnus-summary-kill-process-mark}).
6261
6262 @item M P y
6263 @kindex M P y (Summary)
6264 @findex gnus-summary-yank-process-mark
6265 Pop the previous process mark set from the stack and restore it
6266 (@code{gnus-summary-yank-process-mark}).
6267
6268 @item M P w
6269 @kindex M P w (Summary)
6270 @findex gnus-summary-save-process-mark
6271 Push the current process mark set onto the stack
6272 (@code{gnus-summary-save-process-mark}).
6273
6274 @end table
6275
6276 Also see the @kbd{&} command in @ref{Searching for Articles}, for how to
6277 set process marks based on article body contents.
6278
6279
6280 @node Limiting
6281 @section Limiting
6282 @cindex limiting
6283
6284 It can be convenient to limit the summary buffer to just show some
6285 subset of the articles currently in the group.  The effect most limit
6286 commands have is to remove a few (or many) articles from the summary
6287 buffer.
6288
6289 All limiting commands work on subsets of the articles already fetched
6290 from the servers.  None of these commands query the server for
6291 additional articles.
6292
6293 @table @kbd
6294
6295 @item / /
6296 @itemx / s
6297 @kindex / / (Summary)
6298 @findex gnus-summary-limit-to-subject
6299 Limit the summary buffer to articles that match some subject
6300 (@code{gnus-summary-limit-to-subject}).  If given a prefix, exclude
6301 matching articles.
6302
6303 @item / a
6304 @kindex / a (Summary)
6305 @findex gnus-summary-limit-to-author
6306 Limit the summary buffer to articles that match some author
6307 (@code{gnus-summary-limit-to-author}).  If given a prefix, exclude
6308 matching articles.
6309
6310 @item / R
6311 @kindex / R (Summary)
6312 @findex gnus-summary-limit-to-recipient
6313 Limit the summary buffer to articles that match some recipient
6314 (@code{gnus-summary-limit-to-recipient}).  If given a prefix, exclude
6315 matching articles.
6316
6317 @item / x
6318 @kindex / x (Summary)
6319 @findex gnus-summary-limit-to-extra
6320 Limit the summary buffer to articles that match one of the ``extra''
6321 headers (@pxref{To From Newsgroups})
6322 (@code{gnus-summary-limit-to-extra}).  If given a prefix, exclude
6323 matching articles.
6324
6325 @item / u
6326 @itemx x
6327 @kindex / u (Summary)
6328 @kindex x (Summary)
6329 @findex gnus-summary-limit-to-unread
6330 Limit the summary buffer to articles not marked as read
6331 (@code{gnus-summary-limit-to-unread}).  If given a prefix, limit the
6332 buffer to articles strictly unread.  This means that ticked and
6333 dormant articles will also be excluded.
6334
6335 @item / m
6336 @kindex / m (Summary)
6337 @findex gnus-summary-limit-to-marks
6338 Ask for a mark and then limit to all articles that have been marked
6339 with that mark (@code{gnus-summary-limit-to-marks}).
6340
6341 @item / t
6342 @kindex / t (Summary)
6343 @findex gnus-summary-limit-to-age
6344 Ask for a number and then limit the summary buffer to articles older than (or equal to) that number of days
6345 (@code{gnus-summary-limit-to-age}).  If given a prefix, limit to
6346 articles younger than that number of days.
6347
6348 @item / n
6349 @kindex / n (Summary)
6350 @findex gnus-summary-limit-to-articles
6351 Limit the summary buffer to the current article
6352 (@code{gnus-summary-limit-to-articles}).  Uses the process/prefix
6353 convention (@pxref{Process/Prefix}).
6354
6355 @item / w
6356 @kindex / w (Summary)
6357 @findex gnus-summary-pop-limit
6358 Pop the previous limit off the stack and restore it
6359 (@code{gnus-summary-pop-limit}).  If given a prefix, pop all limits off
6360 the stack.
6361
6362 @item / .
6363 @kindex / . (Summary)
6364 @findex gnus-summary-limit-to-unseen
6365 Limit the summary buffer to the unseen articles
6366 (@code{gnus-summary-limit-to-unseen}).
6367
6368 @item / v
6369 @kindex / v (Summary)
6370 @findex gnus-summary-limit-to-score
6371 Limit the summary buffer to articles that have a score at or above some
6372 score (@code{gnus-summary-limit-to-score}).
6373
6374 @item / p
6375 @kindex / p (Summary)
6376 @findex gnus-summary-limit-to-display-predicate
6377 Limit the summary buffer to articles that satisfy the @code{display}
6378 group parameter predicate
6379 (@code{gnus-summary-limit-to-display-predicate}).  @xref{Group
6380 Parameters}, for more on this predicate.
6381
6382 @item / r
6383 @kindex / r (Summary)
6384 @findex gnus-summary-limit-to-replied
6385 Limit the summary buffer to replied articles
6386 (@code{gnus-summary-limit-to-replied}).  If given a prefix, exclude
6387 replied articles.
6388
6389 @item / E
6390 @itemx M S
6391 @kindex M S (Summary)
6392 @kindex / E (Summary)
6393 @findex gnus-summary-limit-include-expunged
6394 Include all expunged articles in the limit
6395 (@code{gnus-summary-limit-include-expunged}).
6396
6397 @item / D
6398 @kindex / D (Summary)
6399 @findex gnus-summary-limit-include-dormant
6400 Include all dormant articles in the limit
6401 (@code{gnus-summary-limit-include-dormant}).
6402
6403 @item / *
6404 @kindex / * (Summary)
6405 @findex gnus-summary-limit-include-cached
6406 Include all cached articles in the limit
6407 (@code{gnus-summary-limit-include-cached}).
6408
6409 @item / d
6410 @kindex / d (Summary)
6411 @findex gnus-summary-limit-exclude-dormant
6412 Exclude all dormant articles from the limit
6413 (@code{gnus-summary-limit-exclude-dormant}).
6414
6415 @item / M
6416 @kindex / M (Summary)
6417 @findex gnus-summary-limit-exclude-marks
6418 Exclude all marked articles (@code{gnus-summary-limit-exclude-marks}).
6419
6420 @item / T
6421 @kindex / T (Summary)
6422 @findex gnus-summary-limit-include-thread
6423 Include all the articles in the current thread in the limit.
6424
6425 @item / c
6426 @kindex / c (Summary)
6427 @findex gnus-summary-limit-exclude-childless-dormant
6428 Exclude all dormant articles that have no children from the limit@*
6429 (@code{gnus-summary-limit-exclude-childless-dormant}).
6430
6431 @item / C
6432 @kindex / C (Summary)
6433 @findex gnus-summary-limit-mark-excluded-as-read
6434 Mark all excluded unread articles as read
6435 (@code{gnus-summary-limit-mark-excluded-as-read}).  If given a prefix,
6436 also mark excluded ticked and dormant articles as read.
6437
6438 @item / N
6439 @kindex / N (Summary)
6440 @findex gnus-summary-insert-new-articles
6441 Insert all new articles in the summary buffer.  It scans for new emails
6442 if @var{back-end}@code{-get-new-mail} is non-@code{nil}.
6443
6444 @item / o
6445 @kindex / o (Summary)
6446 @findex gnus-summary-insert-old-articles
6447 Insert all old articles in the summary buffer.  If given a numbered
6448 prefix, fetch this number of articles.
6449
6450 @end table
6451
6452
6453 @node Threading
6454 @section Threading
6455 @cindex threading
6456 @cindex article threading
6457
6458 Gnus threads articles by default.  @dfn{To thread} is to put responses
6459 to articles directly after the articles they respond to---in a
6460 hierarchical fashion.
6461
6462 Threading is done by looking at the @code{References} headers of the
6463 articles.  In a perfect world, this would be enough to build pretty
6464 trees, but unfortunately, the @code{References} header is often broken
6465 or simply missing.  Weird news propagation exacerbates the problem,
6466 so one has to employ other heuristics to get pleasing results.  A
6467 plethora of approaches exists, as detailed in horrible detail in
6468 @ref{Customizing Threading}.
6469
6470 First, a quick overview of the concepts:
6471
6472 @table @dfn
6473 @item root
6474 The top-most article in a thread; the first article in the thread.
6475
6476 @item thread
6477 A tree-like article structure.
6478
6479 @item sub-thread
6480 A small(er) section of this tree-like structure.
6481
6482 @item loose threads
6483 Threads often lose their roots due to article expiry, or due to the root
6484 already having been read in a previous session, and not displayed in the
6485 summary buffer.  We then typically have many sub-threads that really
6486 belong to one thread, but are without connecting roots.  These are
6487 called loose threads.
6488
6489 @item thread gathering
6490 An attempt to gather loose threads into bigger threads.
6491
6492 @item sparse threads
6493 A thread where the missing articles have been ``guessed'' at, and are
6494 displayed as empty lines in the summary buffer.
6495
6496 @end table
6497
6498
6499 @menu
6500 * Customizing Threading::       Variables you can change to affect the threading.
6501 * Thread Commands::             Thread based commands in the summary buffer.
6502 @end menu
6503
6504
6505 @node Customizing Threading
6506 @subsection Customizing Threading
6507 @cindex customizing threading
6508
6509 @menu
6510 * Loose Threads::               How Gnus gathers loose threads into bigger threads.
6511 * Filling In Threads::          Making the threads displayed look fuller.
6512 * More Threading::              Even more variables for fiddling with threads.
6513 * Low-Level Threading::         You thought it was over@dots{} but you were wrong!
6514 @end menu
6515
6516
6517 @node Loose Threads
6518 @subsubsection Loose Threads
6519 @cindex <
6520 @cindex >
6521 @cindex loose threads
6522
6523 @table @code
6524 @item gnus-summary-make-false-root
6525 @vindex gnus-summary-make-false-root
6526 If non-@code{nil}, Gnus will gather all loose subtrees into one big tree
6527 and create a dummy root at the top.  (Wait a minute.  Root at the top?
6528 Yup.)  Loose subtrees occur when the real root has expired, or you've
6529 read or killed the root in a previous session.
6530
6531 When there is no real root of a thread, Gnus will have to fudge
6532 something.  This variable says what fudging method Gnus should use.
6533 There are four possible values:
6534
6535 @iftex
6536 @iflatex
6537 \gnusfigure{The Summary Buffer}{390}{
6538 \put(0,0){\epsfig{figure=ps/summary-adopt,width=7.5cm}}
6539 \put(445,0){\makebox(0,0)[br]{\epsfig{figure=ps/summary-empty,width=7.5cm}}}
6540 \put(0,400){\makebox(0,0)[tl]{\epsfig{figure=ps/summary-none,width=7.5cm}}}
6541 \put(445,400){\makebox(0,0)[tr]{\epsfig{figure=ps/summary-dummy,width=7.5cm}}}
6542 }
6543 @end iflatex
6544 @end iftex
6545
6546 @cindex adopting articles
6547
6548 @table @code
6549
6550 @item adopt
6551 Gnus will make the first of the orphaned articles the parent.  This
6552 parent will adopt all the other articles.  The adopted articles will be
6553 marked as such by pointy brackets (@samp{<>}) instead of the standard
6554 square brackets (@samp{[]}).  This is the default method.
6555
6556 @item dummy
6557 @vindex gnus-summary-dummy-line-format
6558 @vindex gnus-summary-make-false-root-always
6559 Gnus will create a dummy summary line that will pretend to be the
6560 parent.  This dummy line does not correspond to any real article, so
6561 selecting it will just select the first real article after the dummy
6562 article.  @code{gnus-summary-dummy-line-format} is used to specify the
6563 format of the dummy roots.  It accepts only one format spec:  @samp{S},
6564 which is the subject of the article.  @xref{Formatting Variables}.
6565 If you want all threads to have a dummy root, even the non-gathered
6566 ones, set @code{gnus-summary-make-false-root-always} to @code{t}.
6567
6568 @item empty
6569 Gnus won't actually make any article the parent, but simply leave the
6570 subject field of all orphans except the first empty.  (Actually, it will
6571 use @code{gnus-summary-same-subject} as the subject (@pxref{Summary
6572 Buffer Format}).)
6573
6574 @item none
6575 Don't make any article parent at all.  Just gather the threads and
6576 display them after one another.
6577
6578 @item nil
6579 Don't gather loose threads.
6580 @end table
6581
6582 @item gnus-summary-gather-subject-limit
6583 @vindex gnus-summary-gather-subject-limit
6584 Loose threads are gathered by comparing subjects of articles.  If this
6585 variable is @code{nil}, Gnus requires an exact match between the
6586 subjects of the loose threads before gathering them into one big
6587 super-thread.  This might be too strict a requirement, what with the
6588 presence of stupid newsreaders that chop off long subject lines.  If
6589 you think so, set this variable to, say, 20 to require that only the
6590 first 20 characters of the subjects have to match.  If you set this
6591 variable to a really low number, you'll find that Gnus will gather
6592 everything in sight into one thread, which isn't very helpful.
6593
6594 @cindex fuzzy article gathering
6595 If you set this variable to the special value @code{fuzzy}, Gnus will
6596 use a fuzzy string comparison algorithm on the subjects (@pxref{Fuzzy
6597 Matching}).
6598
6599 @item gnus-simplify-subject-fuzzy-regexp
6600 @vindex gnus-simplify-subject-fuzzy-regexp
6601 This can either be a regular expression or list of regular expressions
6602 that match strings that will be removed from subjects if fuzzy subject
6603 simplification is used.
6604
6605 @item gnus-simplify-ignored-prefixes
6606 @vindex gnus-simplify-ignored-prefixes
6607 If you set @code{gnus-summary-gather-subject-limit} to something as low
6608 as 10, you might consider setting this variable to something sensible:
6609
6610 @c Written by Michael Ernst <mernst@cs.rice.edu>
6611 @lisp
6612 (setq gnus-simplify-ignored-prefixes
6613       (concat
6614        "\\`\\[?\\("
6615        (mapconcat
6616         'identity
6617         '("looking"
6618           "wanted" "followup" "summary\\( of\\)?"
6619           "help" "query" "problem" "question"
6620           "answer" "reference" "announce"
6621           "How can I" "How to" "Comparison of"
6622           ;; ...
6623           )
6624         "\\|")
6625        "\\)\\s *\\("
6626        (mapconcat 'identity
6627                   '("for" "for reference" "with" "about")
6628                   "\\|")
6629        "\\)?\\]?:?[ \t]*"))
6630 @end lisp
6631
6632 All words that match this regexp will be removed before comparing two
6633 subjects.
6634
6635 @item gnus-simplify-subject-functions
6636 @vindex gnus-simplify-subject-functions
6637 If non-@code{nil}, this variable overrides
6638 @code{gnus-summary-gather-subject-limit}.  This variable should be a
6639 list of functions to apply to the @code{Subject} string iteratively to
6640 arrive at the simplified version of the string.
6641
6642 Useful functions to put in this list include:
6643
6644 @table @code
6645 @item gnus-simplify-subject-re
6646 @findex gnus-simplify-subject-re
6647 Strip the leading @samp{Re:}.
6648
6649 @item gnus-simplify-subject-fuzzy
6650 @findex gnus-simplify-subject-fuzzy
6651 Simplify fuzzily.
6652
6653 @item gnus-simplify-whitespace
6654 @findex gnus-simplify-whitespace
6655 Remove excessive whitespace.
6656
6657 @item gnus-simplify-all-whitespace
6658 @findex gnus-simplify-all-whitespace
6659 Remove all whitespace.
6660 @end table
6661
6662 You may also write your own functions, of course.
6663
6664
6665 @item gnus-summary-gather-exclude-subject
6666 @vindex gnus-summary-gather-exclude-subject
6667 Since loose thread gathering is done on subjects only, that might lead
6668 to many false hits, especially with certain common subjects like
6669 @samp{} and @samp{(none)}.  To make the situation slightly better,
6670 you can use the regexp @code{gnus-summary-gather-exclude-subject} to say
6671 what subjects should be excluded from the gathering process.@*
6672 The default is @samp{^ *$\\|^(none)$}.
6673
6674 @item gnus-summary-thread-gathering-function
6675 @vindex gnus-summary-thread-gathering-function
6676 Gnus gathers threads by looking at @code{Subject} headers.  This means
6677 that totally unrelated articles may end up in the same ``thread'', which
6678 is confusing.  An alternate approach is to look at all the
6679 @code{Message-ID}s in all the @code{References} headers to find matches.
6680 This will ensure that no gathered threads ever include unrelated
6681 articles, but it also means that people who have posted with broken
6682 newsreaders won't be gathered properly.  The choice is yours---plague or
6683 cholera:
6684
6685 @table @code
6686 @item gnus-gather-threads-by-subject
6687 @findex gnus-gather-threads-by-subject
6688 This function is the default gathering function and looks at
6689 @code{Subject}s exclusively.
6690
6691 @item gnus-gather-threads-by-references
6692 @findex gnus-gather-threads-by-references
6693 This function looks at @code{References} headers exclusively.
6694 @end table
6695
6696 If you want to test gathering by @code{References}, you could say
6697 something like:
6698
6699 @lisp
6700 (setq gnus-summary-thread-gathering-function
6701       'gnus-gather-threads-by-references)
6702 @end lisp
6703
6704 @end table
6705
6706
6707 @node Filling In Threads
6708 @subsubsection Filling In Threads
6709
6710 @table @code
6711 @item gnus-fetch-old-headers
6712 @vindex gnus-fetch-old-headers
6713 If non-@code{nil}, Gnus will attempt to build old threads by fetching
6714 more old headers---headers to articles marked as read.  If you would
6715 like to display as few summary lines as possible, but still connect as
6716 many loose threads as possible, you should set this variable to
6717 @code{some} or a number.  If you set it to a number, no more than that
6718 number of extra old headers will be fetched.  In either case, fetching
6719 old headers only works if the back end you are using carries overview
6720 files---this would normally be @code{nntp}, @code{nnspool},
6721 @code{nnml}, and @code{nnmaildir}.  Also remember that if the root of
6722 the thread has been expired by the server, there's not much Gnus can
6723 do about that.
6724
6725 This variable can also be set to @code{invisible}.  This won't have any
6726 visible effects, but is useful if you use the @kbd{A T} command a lot
6727 (@pxref{Finding the Parent}).
6728
6729 @item gnus-fetch-old-ephemeral-headers
6730 @vindex gnus-fetch-old-ephemeral-headers
6731 Same as @code{gnus-fetch-old-headers}, but only used for ephemeral
6732 newsgroups.
6733
6734 @item gnus-build-sparse-threads
6735 @vindex gnus-build-sparse-threads
6736 Fetching old headers can be slow.  A low-rent similar effect can be
6737 gotten by setting this variable to @code{some}.  Gnus will then look at
6738 the complete @code{References} headers of all articles and try to string
6739 together articles that belong in the same thread.  This will leave
6740 @dfn{gaps} in the threading display where Gnus guesses that an article
6741 is missing from the thread.  (These gaps appear like normal summary
6742 lines.  If you select a gap, Gnus will try to fetch the article in
6743 question.)  If this variable is @code{t}, Gnus will display all these
6744 ``gaps'' without regard for whether they are useful for completing the
6745 thread or not.  Finally, if this variable is @code{more}, Gnus won't cut
6746 off sparse leaf nodes that don't lead anywhere.  This variable is
6747 @code{nil} by default.
6748
6749 @item gnus-read-all-available-headers
6750 @vindex gnus-read-all-available-headers
6751 This is a rather obscure variable that few will find useful.  It's
6752 intended for those non-news newsgroups where the back end has to fetch
6753 quite a lot to present the summary buffer, and where it's impossible to
6754 go back to parents of articles.  This is mostly the case in the
6755 web-based groups, like the @code{nnultimate} groups.
6756
6757 If you don't use those, then it's safe to leave this as the default
6758 @code{nil}.  If you want to use this variable, it should be a regexp
6759 that matches the group name, or @code{t} for all groups.
6760
6761 @end table
6762
6763
6764 @node More Threading
6765 @subsubsection More Threading
6766
6767 @table @code
6768 @item gnus-show-threads
6769 @vindex gnus-show-threads
6770 If this variable is @code{nil}, no threading will be done, and all of
6771 the rest of the variables here will have no effect.  Turning threading
6772 off will speed group selection up a bit, but it is sure to make reading
6773 slower and more awkward.
6774
6775 @item gnus-thread-hide-subtree
6776 @vindex gnus-thread-hide-subtree
6777 If non-@code{nil}, all threads will be hidden when the summary buffer is
6778 generated.
6779
6780 This can also be a predicate specifier (@pxref{Predicate Specifiers}).
6781 Available predicates are @code{gnus-article-unread-p} and
6782 @code{gnus-article-unseen-p}.
6783
6784 Here's an example:
6785
6786 @lisp
6787 (setq gnus-thread-hide-subtree
6788       '(or gnus-article-unread-p
6789            gnus-article-unseen-p))
6790 @end lisp
6791
6792 (It's a pretty nonsensical example, since all unseen articles are also
6793 unread, but you get my drift.)
6794
6795
6796 @item gnus-thread-expunge-below
6797 @vindex gnus-thread-expunge-below
6798 All threads that have a total score (as defined by
6799 @code{gnus-thread-score-function}) less than this number will be
6800 expunged.  This variable is @code{nil} by default, which means that no
6801 threads are expunged.
6802
6803 @item gnus-thread-hide-killed
6804 @vindex gnus-thread-hide-killed
6805 if you kill a thread and this variable is non-@code{nil}, the subtree
6806 will be hidden.
6807
6808 @item gnus-thread-ignore-subject
6809 @vindex gnus-thread-ignore-subject
6810 Sometimes somebody changes the subject in the middle of a thread.  If
6811 this variable is non-@code{nil}, which is the default, the subject
6812 change is ignored.  If it is @code{nil}, a change in the subject will
6813 result in a new thread.
6814
6815 @item gnus-thread-indent-level
6816 @vindex gnus-thread-indent-level
6817 This is a number that says how much each sub-thread should be indented.
6818 The default is 4.
6819
6820 @item gnus-sort-gathered-threads-function
6821 @vindex gnus-sort-gathered-threads-function
6822 Sometimes, particularly with mailing lists, the order in which mails
6823 arrive locally is not necessarily the same as the order in which they
6824 arrived on the mailing list.  Consequently, when sorting sub-threads
6825 using the default @code{gnus-thread-sort-by-number}, responses can end
6826 up appearing before the article to which they are responding to.
6827 Setting this variable to an alternate value
6828 (e.g. @code{gnus-thread-sort-by-date}), in a group's parameters or in an
6829 appropriate hook (e.g. @code{gnus-summary-generate-hook}) can produce a
6830 more logical sub-thread ordering in such instances.
6831
6832 @end table
6833
6834
6835 @node Low-Level Threading
6836 @subsubsection Low-Level Threading
6837
6838 @table @code
6839
6840 @item gnus-parse-headers-hook
6841 @vindex gnus-parse-headers-hook
6842 Hook run before parsing any headers.
6843
6844 @item gnus-alter-header-function
6845 @vindex gnus-alter-header-function
6846 If non-@code{nil}, this function will be called to allow alteration of
6847 article header structures.  The function is called with one parameter,
6848 the article header vector, which it may alter in any way.  For instance,
6849 if you have a mail-to-news gateway which alters the @code{Message-ID}s
6850 in systematic ways (by adding prefixes and such), you can use this
6851 variable to un-scramble the @code{Message-ID}s so that they are more
6852 meaningful.  Here's one example:
6853
6854 @lisp
6855 (setq gnus-alter-header-function 'my-alter-message-id)
6856
6857 (defun my-alter-message-id (header)
6858   (let ((id (mail-header-id header)))
6859     (when (string-match
6860            "\\(<[^<>@@]*\\)\\.?cygnus\\..*@@\\([^<>@@]*>\\)" id)
6861       (mail-header-set-id
6862        (concat (match-string 1 id) "@@" (match-string 2 id))
6863        header))))
6864 @end lisp
6865
6866 @end table
6867
6868
6869 @node Thread Commands
6870 @subsection Thread Commands
6871 @cindex thread commands
6872
6873 @table @kbd
6874
6875 @item T k
6876 @itemx C-M-k
6877 @kindex T k (Summary)
6878 @kindex C-M-k (Summary)
6879 @findex gnus-summary-kill-thread
6880 Mark all articles in the current (sub-)thread as read
6881 (@code{gnus-summary-kill-thread}).  If the prefix argument is positive,
6882 remove all marks instead.  If the prefix argument is negative, tick
6883 articles instead.
6884
6885 @item T l
6886 @itemx C-M-l
6887 @kindex T l (Summary)
6888 @kindex C-M-l (Summary)
6889 @findex gnus-summary-lower-thread
6890 Lower the score of the current (sub-)thread
6891 (@code{gnus-summary-lower-thread}).
6892
6893 @item T i
6894 @kindex T i (Summary)
6895 @findex gnus-summary-raise-thread
6896 Increase the score of the current (sub-)thread
6897 (@code{gnus-summary-raise-thread}).
6898
6899 @item T #
6900 @kindex T # (Summary)
6901 @findex gnus-uu-mark-thread
6902 Set the process mark on the current (sub-)thread
6903 (@code{gnus-uu-mark-thread}).
6904
6905 @item T M-#
6906 @kindex T M-# (Summary)
6907 @findex gnus-uu-unmark-thread
6908 Remove the process mark from the current (sub-)thread
6909 (@code{gnus-uu-unmark-thread}).
6910
6911 @item T T
6912 @kindex T T (Summary)
6913 @findex gnus-summary-toggle-threads
6914 Toggle threading (@code{gnus-summary-toggle-threads}).
6915
6916 @item T s
6917 @kindex T s (Summary)
6918 @findex gnus-summary-show-thread
6919 Expose the (sub-)thread hidden under the current article, if any@*
6920 (@code{gnus-summary-show-thread}).
6921
6922 @item T h
6923 @kindex T h (Summary)
6924 @findex gnus-summary-hide-thread
6925 Hide the current (sub-)thread (@code{gnus-summary-hide-thread}).
6926
6927 @item T S
6928 @kindex T S (Summary)
6929 @findex gnus-summary-show-all-threads
6930 Expose all hidden threads (@code{gnus-summary-show-all-threads}).
6931
6932 @item T H
6933 @kindex T H (Summary)
6934 @findex gnus-summary-hide-all-threads
6935 Hide all threads (@code{gnus-summary-hide-all-threads}).
6936
6937 @item T t
6938 @kindex T t (Summary)
6939 @findex gnus-summary-rethread-current
6940 Re-thread the current article's thread
6941 (@code{gnus-summary-rethread-current}).  This works even when the
6942 summary buffer is otherwise unthreaded.
6943
6944 @item T ^
6945 @kindex T ^ (Summary)
6946 @findex gnus-summary-reparent-thread
6947 Make the current article the child of the marked (or previous) article
6948 (@code{gnus-summary-reparent-thread}).
6949
6950 @end table
6951
6952 The following commands are thread movement commands.  They all
6953 understand the numeric prefix.
6954
6955 @table @kbd
6956
6957 @item T n
6958 @kindex T n (Summary)
6959 @itemx C-M-f
6960 @kindex C-M-n (Summary)
6961 @itemx M-down
6962 @kindex M-down (Summary)
6963 @findex gnus-summary-next-thread
6964 Go to the next thread (@code{gnus-summary-next-thread}).
6965
6966 @item T p
6967 @kindex T p (Summary)
6968 @itemx C-M-b
6969 @kindex C-M-p (Summary)
6970 @itemx M-up
6971 @kindex M-up (Summary)
6972 @findex gnus-summary-prev-thread
6973 Go to the previous thread (@code{gnus-summary-prev-thread}).
6974
6975 @item T d
6976 @kindex T d (Summary)
6977 @findex gnus-summary-down-thread
6978 Descend the thread (@code{gnus-summary-down-thread}).
6979
6980 @item T u
6981 @kindex T u (Summary)
6982 @findex gnus-summary-up-thread
6983 Ascend the thread (@code{gnus-summary-up-thread}).
6984
6985 @item T o
6986 @kindex T o (Summary)
6987 @findex gnus-summary-top-thread
6988 Go to the top of the thread (@code{gnus-summary-top-thread}).
6989 @end table
6990
6991 @vindex gnus-thread-operation-ignore-subject
6992 If you ignore subject while threading, you'll naturally end up with
6993 threads that have several different subjects in them.  If you then issue
6994 a command like @kbd{T k} (@code{gnus-summary-kill-thread}) you might not
6995 wish to kill the entire thread, but just those parts of the thread that
6996 have the same subject as the current article.  If you like this idea,
6997 you can fiddle with @code{gnus-thread-operation-ignore-subject}.  If it
6998 is non-@code{nil} (which it is by default), subjects will be ignored
6999 when doing thread commands.  If this variable is @code{nil}, articles in
7000 the same thread with different subjects will not be included in the
7001 operation in question.  If this variable is @code{fuzzy}, only articles
7002 that have subjects fuzzily equal will be included (@pxref{Fuzzy
7003 Matching}).
7004
7005
7006 @node Sorting the Summary Buffer
7007 @section Sorting the Summary Buffer
7008
7009 @findex gnus-thread-sort-by-total-score
7010 @findex gnus-thread-sort-by-date
7011 @findex gnus-thread-sort-by-score
7012 @findex gnus-thread-sort-by-subject
7013 @findex gnus-thread-sort-by-author
7014 @findex gnus-thread-sort-by-recipient
7015 @findex gnus-thread-sort-by-number
7016 @findex gnus-thread-sort-by-random
7017 @vindex gnus-thread-sort-functions
7018 @findex gnus-thread-sort-by-most-recent-number
7019 @findex gnus-thread-sort-by-most-recent-date
7020 If you are using a threaded summary display, you can sort the threads by
7021 setting @code{gnus-thread-sort-functions}, which can be either a single
7022 function, a list of functions, or a list containing functions and
7023 @code{(not some-function)} elements.
7024
7025 By default, sorting is done on article numbers.  Ready-made sorting
7026 predicate functions include @code{gnus-thread-sort-by-number},
7027 @code{gnus-thread-sort-by-author}, @code{gnus-thread-sort-by-recipient},
7028 @code{gnus-thread-sort-by-subject}, @code{gnus-thread-sort-by-date},
7029 @code{gnus-thread-sort-by-score},
7030 @code{gnus-thread-sort-by-most-recent-number},
7031 @code{gnus-thread-sort-by-most-recent-date},
7032 @code{gnus-thread-sort-by-random} and
7033 @code{gnus-thread-sort-by-total-score}.
7034
7035 Each function takes two threads and returns non-@code{nil} if the first
7036 thread should be sorted before the other.  Note that sorting really is
7037 normally done by looking only at the roots of each thread.
7038
7039 If you use more than one function, the primary sort key should be the
7040 last function in the list.  You should probably always include
7041 @code{gnus-thread-sort-by-number} in the list of sorting
7042 functions---preferably first.  This will ensure that threads that are
7043 equal with respect to the other sort criteria will be displayed in
7044 ascending article order.
7045
7046 If you would like to sort by reverse score, then by subject, and finally
7047 by number, you could do something like:
7048
7049 @lisp
7050 (setq gnus-thread-sort-functions
7051       '(gnus-thread-sort-by-number
7052         gnus-thread-sort-by-subject
7053         (not gnus-thread-sort-by-total-score)))
7054 @end lisp
7055
7056 The threads that have highest score will be displayed first in the
7057 summary buffer.  When threads have the same score, they will be sorted
7058 alphabetically.  The threads that have the same score and the same
7059 subject will be sorted by number, which is (normally) the sequence in
7060 which the articles arrived.
7061
7062 If you want to sort by score and then reverse arrival order, you could
7063 say something like:
7064
7065 @lisp
7066 (setq gnus-thread-sort-functions
7067       '((lambda (t1 t2)
7068           (not (gnus-thread-sort-by-number t1 t2)))
7069         gnus-thread-sort-by-score))
7070 @end lisp
7071
7072 @vindex gnus-thread-score-function
7073 The function in the @code{gnus-thread-score-function} variable (default
7074 @code{+}) is used for calculating the total score of a thread.  Useful
7075 functions might be @code{max}, @code{min}, or squared means, or whatever
7076 tickles your fancy.
7077
7078 @findex gnus-article-sort-functions
7079 @findex gnus-article-sort-by-date
7080 @findex gnus-article-sort-by-score
7081 @findex gnus-article-sort-by-subject
7082 @findex gnus-article-sort-by-author
7083 @findex gnus-article-sort-by-random
7084 @findex gnus-article-sort-by-number
7085 If you are using an unthreaded display for some strange reason or
7086 other, you have to fiddle with the @code{gnus-article-sort-functions}
7087 variable.  It is very similar to the
7088 @code{gnus-thread-sort-functions}, except that it uses slightly
7089 different functions for article comparison.  Available sorting
7090 predicate functions are @code{gnus-article-sort-by-number},
7091 @code{gnus-article-sort-by-author},
7092 @code{gnus-article-sort-by-subject}, @code{gnus-article-sort-by-date},
7093 @code{gnus-article-sort-by-random}, and
7094 @code{gnus-article-sort-by-score}.
7095
7096 If you want to sort an unthreaded summary display by subject, you could
7097 say something like:
7098
7099 @lisp
7100 (setq gnus-article-sort-functions
7101       '(gnus-article-sort-by-number
7102         gnus-article-sort-by-subject))
7103 @end lisp
7104
7105
7106
7107 @node Asynchronous Fetching
7108 @section Asynchronous Article Fetching
7109 @cindex asynchronous article fetching
7110 @cindex article pre-fetch
7111 @cindex pre-fetch
7112
7113 If you read your news from an @acronym{NNTP} server that's far away, the
7114 network latencies may make reading articles a chore.  You have to wait
7115 for a while after pressing @kbd{n} to go to the next article before the
7116 article appears.  Why can't Gnus just go ahead and fetch the article
7117 while you are reading the previous one?  Why not, indeed.
7118
7119 First, some caveats.  There are some pitfalls to using asynchronous
7120 article fetching, especially the way Gnus does it.
7121
7122 Let's say you are reading article 1, which is short, and article 2 is
7123 quite long, and you are not interested in reading that.  Gnus does not
7124 know this, so it goes ahead and fetches article 2.  You decide to read
7125 article 3, but since Gnus is in the process of fetching article 2, the
7126 connection is blocked.
7127
7128 To avoid these situations, Gnus will open two (count 'em two)
7129 connections to the server.  Some people may think this isn't a very nice
7130 thing to do, but I don't see any real alternatives.  Setting up that
7131 extra connection takes some time, so Gnus startup will be slower.
7132
7133 Gnus will fetch more articles than you will read.  This will mean that
7134 the link between your machine and the @acronym{NNTP} server will become more
7135 loaded than if you didn't use article pre-fetch.  The server itself will
7136 also become more loaded---both with the extra article requests, and the
7137 extra connection.
7138
7139 Ok, so now you know that you shouldn't really use this thing@dots{} unless
7140 you really want to.
7141
7142 @vindex gnus-asynchronous
7143 Here's how:  Set @code{gnus-asynchronous} to @code{t}.  The rest should
7144 happen automatically.
7145
7146 @vindex gnus-use-article-prefetch
7147 You can control how many articles are to be pre-fetched by setting
7148 @code{gnus-use-article-prefetch}.  This is 30 by default, which means
7149 that when you read an article in the group, the back end will pre-fetch
7150 the next 30 articles.  If this variable is @code{t}, the back end will
7151 pre-fetch all the articles it can without bound.  If it is
7152 @code{nil}, no pre-fetching will be done.
7153
7154 @vindex gnus-async-prefetch-article-p
7155 @findex gnus-async-read-p
7156 There are probably some articles that you don't want to pre-fetch---read
7157 articles, for instance.  The @code{gnus-async-prefetch-article-p}
7158 variable controls whether an article is to be pre-fetched.  This
7159 function should return non-@code{nil} when the article in question is
7160 to be pre-fetched.  The default is @code{gnus-async-read-p}, which
7161 returns @code{nil} on read articles.  The function is called with an
7162 article data structure as the only parameter.
7163
7164 If, for instance, you wish to pre-fetch only unread articles shorter
7165 than 100 lines, you could say something like:
7166
7167 @lisp
7168 (defun my-async-short-unread-p (data)
7169   "Return non-nil for short, unread articles."
7170   (and (gnus-data-unread-p data)
7171        (< (mail-header-lines (gnus-data-header data))
7172           100)))
7173
7174 (setq gnus-async-prefetch-article-p 'my-async-short-unread-p)
7175 @end lisp
7176
7177 These functions will be called many, many times, so they should
7178 preferably be short and sweet to avoid slowing down Gnus too much.
7179 It's probably a good idea to byte-compile things like this.
7180
7181 @vindex gnus-prefetched-article-deletion-strategy
7182 Articles have to be removed from the asynch buffer sooner or later.  The
7183 @code{gnus-prefetched-article-deletion-strategy} says when to remove
7184 articles.  This is a list that may contain the following elements:
7185
7186 @table @code
7187 @item read
7188 Remove articles when they are read.
7189
7190 @item exit
7191 Remove articles when exiting the group.
7192 @end table
7193
7194 The default value is @code{(read exit)}.
7195
7196 @c @vindex gnus-use-header-prefetch
7197 @c If @code{gnus-use-header-prefetch} is non-@code{nil}, prefetch articles
7198 @c from the next group.
7199
7200
7201 @node Article Caching
7202 @section Article Caching
7203 @cindex article caching
7204 @cindex caching
7205
7206 If you have an @emph{extremely} slow @acronym{NNTP} connection, you may
7207 consider turning article caching on.  Each article will then be stored
7208 locally under your home directory.  As you may surmise, this could
7209 potentially use @emph{huge} amounts of disk space, as well as eat up all
7210 your inodes so fast it will make your head swim.  In vodka.
7211
7212 Used carefully, though, it could be just an easier way to save articles.
7213
7214 @vindex gnus-use-long-file-name
7215 @vindex gnus-cache-directory
7216 @vindex gnus-use-cache
7217 To turn caching on, set @code{gnus-use-cache} to @code{t}.  By default,
7218 all articles ticked or marked as dormant will then be copied
7219 over to your local cache (@code{gnus-cache-directory}).  Whether this
7220 cache is flat or hierarchical is controlled by the
7221 @code{gnus-use-long-file-name} variable, as usual.
7222
7223 When re-selecting a ticked or dormant article, it will be fetched from the
7224 cache instead of from the server.  As articles in your cache will never
7225 expire, this might serve as a method of saving articles while still
7226 keeping them where they belong.  Just mark all articles you want to save
7227 as dormant, and don't worry.
7228
7229 When an article is marked as read, is it removed from the cache.
7230
7231 @vindex gnus-cache-remove-articles
7232 @vindex gnus-cache-enter-articles
7233 The entering/removal of articles from the cache is controlled by the
7234 @code{gnus-cache-enter-articles} and @code{gnus-cache-remove-articles}
7235 variables.  Both are lists of symbols.  The first is @code{(ticked
7236 dormant)} by default, meaning that ticked and dormant articles will be
7237 put in the cache.  The latter is @code{(read)} by default, meaning that
7238 articles marked as read are removed from the cache.  Possibly
7239 symbols in these two lists are @code{ticked}, @code{dormant},
7240 @code{unread} and @code{read}.
7241
7242 @findex gnus-jog-cache
7243 So where does the massive article-fetching and storing come into the
7244 picture?  The @code{gnus-jog-cache} command will go through all
7245 subscribed newsgroups, request all unread articles, score them, and
7246 store them in the cache.  You should only ever, ever ever ever, use this
7247 command if 1) your connection to the @acronym{NNTP} server is really, really,
7248 really slow and 2) you have a really, really, really huge disk.
7249 Seriously.  One way to cut down on the number of articles downloaded is
7250 to score unwanted articles down and have them marked as read.  They will
7251 not then be downloaded by this command.
7252
7253 @vindex gnus-uncacheable-groups
7254 @vindex gnus-cacheable-groups
7255 It is likely that you do not want caching on all groups.  For instance,
7256 if your @code{nnml} mail is located under your home directory, it makes no
7257 sense to cache it somewhere else under your home directory.  Unless you
7258 feel that it's neat to use twice as much space.
7259
7260 To limit the caching, you could set @code{gnus-cacheable-groups} to a
7261 regexp of groups to cache, @samp{^nntp} for instance, or set the
7262 @code{gnus-uncacheable-groups} regexp to @samp{^nnml}, for instance.
7263 Both variables are @code{nil} by default.  If a group matches both
7264 variables, the group is not cached.
7265
7266 @findex gnus-cache-generate-nov-databases
7267 @findex gnus-cache-generate-active
7268 @vindex gnus-cache-active-file
7269 The cache stores information on what articles it contains in its active
7270 file (@code{gnus-cache-active-file}).  If this file (or any other parts
7271 of the cache) becomes all messed up for some reason or other, Gnus
7272 offers two functions that will try to set things right.  @kbd{M-x
7273 gnus-cache-generate-nov-databases} will (re)build all the @acronym{NOV}
7274 files, and @kbd{gnus-cache-generate-active} will (re)generate the active
7275 file.
7276
7277 @findex gnus-cache-move-cache
7278 @code{gnus-cache-move-cache} will move your whole
7279 @code{gnus-cache-directory} to some other location.  You get asked to
7280 where, isn't that cool?
7281
7282 @node Persistent Articles
7283 @section Persistent Articles
7284 @cindex persistent articles
7285
7286 Closely related to article caching, we have @dfn{persistent articles}.
7287 In fact, it's just a different way of looking at caching, and much more
7288 useful in my opinion.
7289
7290 Say you're reading a newsgroup, and you happen on to some valuable gem
7291 that you want to keep and treasure forever.  You'd normally just save it
7292 (using one of the many saving commands) in some file.  The problem with
7293 that is that it's just, well, yucky.  Ideally you'd prefer just having
7294 the article remain in the group where you found it forever; untouched by
7295 the expiry going on at the news server.
7296
7297 This is what a @dfn{persistent article} is---an article that just won't
7298 be deleted.  It's implemented using the normal cache functions, but
7299 you use two explicit commands for managing persistent articles:
7300
7301 @table @kbd
7302
7303 @item *
7304 @kindex * (Summary)
7305 @findex gnus-cache-enter-article
7306 Make the current article persistent (@code{gnus-cache-enter-article}).
7307
7308 @item M-*
7309 @kindex M-* (Summary)
7310 @findex gnus-cache-remove-article
7311 Remove the current article from the persistent articles
7312 (@code{gnus-cache-remove-article}).  This will normally delete the
7313 article.
7314 @end table
7315
7316 Both these commands understand the process/prefix convention.
7317
7318 To avoid having all ticked articles (and stuff) entered into the cache,
7319 you should set @code{gnus-use-cache} to @code{passive} if you're just
7320 interested in persistent articles:
7321
7322 @lisp
7323 (setq gnus-use-cache 'passive)
7324 @end lisp
7325
7326
7327 @node Article Backlog
7328 @section Article Backlog
7329 @cindex backlog
7330 @cindex article backlog
7331
7332 If you have a slow connection, but the idea of using caching seems
7333 unappealing to you (and it is, really), you can help the situation some
7334 by switching on the @dfn{backlog}.  This is where Gnus will buffer
7335 already read articles so that it doesn't have to re-fetch articles
7336 you've already read.  This only helps if you are in the habit of
7337 re-selecting articles you've recently read, of course.  If you never do
7338 that, turning the backlog on will slow Gnus down a little bit, and
7339 increase memory usage some.
7340
7341 @vindex gnus-keep-backlog
7342 If you set @code{gnus-keep-backlog} to a number @var{n}, Gnus will store
7343 at most @var{n} old articles in a buffer for later re-fetching.  If this
7344 variable is non-@code{nil} and is not a number, Gnus will store
7345 @emph{all} read articles, which means that your Emacs will grow without
7346 bound before exploding and taking your machine down with you.  I put
7347 that in there just to keep y'all on your toes.
7348
7349 The default value is 20.
7350
7351
7352 @node Saving Articles
7353 @section Saving Articles
7354 @cindex saving articles
7355
7356 Gnus can save articles in a number of ways.  Below is the documentation
7357 for saving articles in a fairly straight-forward fashion (i.e., little
7358 processing of the article is done before it is saved).  For a different
7359 approach (uudecoding, unsharing) you should use @code{gnus-uu}
7360 (@pxref{Decoding Articles}).
7361
7362 For the commands listed here, the target is a file.  If you want to
7363 save to a group, see the @kbd{B c} (@code{gnus-summary-copy-article})
7364 command (@pxref{Mail Group Commands}).
7365
7366 @vindex gnus-save-all-headers
7367 If @code{gnus-save-all-headers} is non-@code{nil}, Gnus will not delete
7368 unwanted headers before saving the article.
7369
7370 @vindex gnus-saved-headers
7371 If the preceding variable is @code{nil}, all headers that match the
7372 @code{gnus-saved-headers} regexp will be kept, while the rest will be
7373 deleted before saving.
7374
7375 @table @kbd
7376
7377 @item O o
7378 @itemx o
7379 @kindex O o (Summary)
7380 @kindex o (Summary)
7381 @findex gnus-summary-save-article
7382 @c @icon{gnus-summary-save-article}
7383 Save the current article using the default article saver
7384 (@code{gnus-summary-save-article}).
7385
7386 @item O m
7387 @kindex O m (Summary)
7388 @findex gnus-summary-save-article-mail
7389 Save the current article in mail format
7390 (@code{gnus-summary-save-article-mail}).
7391
7392 @item O r
7393 @kindex O r (Summary)
7394 @findex gnus-summary-save-article-rmail
7395 Save the current article in Rmail format
7396 (@code{gnus-summary-save-article-rmail}).
7397
7398 @item O f
7399 @kindex O f (Summary)
7400 @findex gnus-summary-save-article-file
7401 @c @icon{gnus-summary-save-article-file}
7402 Save the current article in plain file format
7403 (@code{gnus-summary-save-article-file}).
7404
7405 @item O F
7406 @kindex O F (Summary)
7407 @findex gnus-summary-write-article-file
7408 Write the current article in plain file format, overwriting any previous
7409 file contents (@code{gnus-summary-write-article-file}).
7410
7411 @item O b
7412 @kindex O b (Summary)
7413 @findex gnus-summary-save-article-body-file
7414 Save the current article body in plain file format
7415 (@code{gnus-summary-save-article-body-file}).
7416
7417 @item O h
7418 @kindex O h (Summary)
7419 @findex gnus-summary-save-article-folder
7420 Save the current article in mh folder format
7421 (@code{gnus-summary-save-article-folder}).
7422
7423 @item O v
7424 @kindex O v (Summary)
7425 @findex gnus-summary-save-article-vm
7426 Save the current article in a VM folder
7427 (@code{gnus-summary-save-article-vm}).
7428
7429 @item O p
7430 @itemx |
7431 @kindex O p (Summary)
7432 @kindex | (Summary)
7433 @findex gnus-summary-pipe-output
7434 Save the current article in a pipe.  Uhm, like, what I mean is---Pipe
7435 the current article to a process (@code{gnus-summary-pipe-output}).
7436 If given a symbolic prefix (@pxref{Symbolic Prefixes}), include the
7437 complete headers in the piped output.
7438
7439 @item O P
7440 @kindex O P (Summary)
7441 @findex gnus-summary-muttprint
7442 @vindex gnus-summary-muttprint-program
7443 Save the current article into muttprint.  That is, print it using the
7444 external program @uref{http://muttprint.sourceforge.net/,
7445 Muttprint}.  The program name and options to use is controlled by the
7446 variable @code{gnus-summary-muttprint-program}.
7447 (@code{gnus-summary-muttprint}).
7448
7449 @end table
7450
7451 @vindex gnus-prompt-before-saving
7452 All these commands use the process/prefix convention
7453 (@pxref{Process/Prefix}).  If you save bunches of articles using these
7454 functions, you might get tired of being prompted for files to save each
7455 and every article in.  The prompting action is controlled by
7456 the @code{gnus-prompt-before-saving} variable, which is @code{always} by
7457 default, giving you that excessive prompting action you know and
7458 loathe.  If you set this variable to @code{t} instead, you'll be prompted
7459 just once for each series of articles you save.  If you like to really
7460 have Gnus do all your thinking for you, you can even set this variable
7461 to @code{nil}, which means that you will never be prompted for files to
7462 save articles in.  Gnus will simply save all the articles in the default
7463 files.
7464
7465
7466 @vindex gnus-default-article-saver
7467 You can customize the @code{gnus-default-article-saver} variable to make
7468 Gnus do what you want it to.  You can use any of the six ready-made
7469 functions below, or you can create your own.
7470
7471 @table @code
7472
7473 @item gnus-summary-save-in-rmail
7474 @findex gnus-summary-save-in-rmail
7475 @vindex gnus-rmail-save-name
7476 @findex gnus-plain-save-name
7477 This is the default format, @dfn{Babyl}.  Uses the function in the
7478 @code{gnus-rmail-save-name} variable to get a file name to save the
7479 article in.  The default is @code{gnus-plain-save-name}.
7480
7481 @item gnus-summary-save-in-mail
7482 @findex gnus-summary-save-in-mail
7483 @vindex gnus-mail-save-name
7484 Save in a Unix mail (mbox) file.  Uses the function in the
7485 @code{gnus-mail-save-name} variable to get a file name to save the
7486 article in.  The default is @code{gnus-plain-save-name}.
7487
7488 @item gnus-summary-save-in-file
7489 @findex gnus-summary-save-in-file
7490 @vindex gnus-file-save-name
7491 @findex gnus-numeric-save-name
7492 Append the article straight to an ordinary file.  Uses the function in
7493 the @code{gnus-file-save-name} variable to get a file name to save the
7494 article in.  The default is @code{gnus-numeric-save-name}.
7495
7496 @item gnus-summary-write-to-file
7497 @findex gnus-summary-write-to-file
7498 Write the article straight to an ordinary file.  The file is
7499 overwritten if it exists.  Uses the function in the
7500 @code{gnus-file-save-name} variable to get a file name to save the
7501 article in.  The default is @code{gnus-numeric-save-name}.
7502
7503 @item gnus-summary-save-body-in-file
7504 @findex gnus-summary-save-body-in-file
7505 Append the article body to an ordinary file.  Uses the function in the
7506 @code{gnus-file-save-name} variable to get a file name to save the
7507 article in.  The default is @code{gnus-numeric-save-name}.
7508
7509 @item gnus-summary-save-in-folder
7510 @findex gnus-summary-save-in-folder
7511 @findex gnus-folder-save-name
7512 @findex gnus-Folder-save-name
7513 @vindex gnus-folder-save-name
7514 @cindex rcvstore
7515 @cindex MH folders
7516 Save the article to an MH folder using @code{rcvstore} from the MH
7517 library.  Uses the function in the @code{gnus-folder-save-name} variable
7518 to get a file name to save the article in.  The default is
7519 @code{gnus-folder-save-name}, but you can also use
7520 @code{gnus-Folder-save-name}, which creates capitalized names.
7521
7522 @item gnus-summary-save-in-vm
7523 @findex gnus-summary-save-in-vm
7524 Save the article in a VM folder.  You have to have the VM mail
7525 reader to use this setting.
7526 @end table
7527
7528 @vindex gnus-article-save-directory
7529 All of these functions, except for the last one, will save the article
7530 in the @code{gnus-article-save-directory}, which is initialized from the
7531 @env{SAVEDIR} environment variable.  This is @file{~/News/} by
7532 default.
7533
7534 As you can see above, the functions use different functions to find a
7535 suitable name of a file to save the article in.  Below is a list of
7536 available functions that generate names:
7537
7538 @table @code
7539
7540 @item gnus-Numeric-save-name
7541 @findex gnus-Numeric-save-name
7542 File names like @file{~/News/Alt.andrea-dworkin/45}.
7543
7544 @item gnus-numeric-save-name
7545 @findex gnus-numeric-save-name
7546 File names like @file{~/News/alt.andrea-dworkin/45}.
7547
7548 @item gnus-Plain-save-name
7549 @findex gnus-Plain-save-name
7550 File names like @file{~/News/Alt.andrea-dworkin}.
7551
7552 @item gnus-plain-save-name
7553 @findex gnus-plain-save-name
7554 File names like @file{~/News/alt.andrea-dworkin}.
7555
7556 @item gnus-sender-save-name
7557 @findex gnus-sender-save-name
7558 File names like @file{~/News/larsi}.
7559 @end table
7560
7561 @vindex gnus-split-methods
7562 You can have Gnus suggest where to save articles by plonking a regexp into
7563 the @code{gnus-split-methods} alist.  For instance, if you would like to
7564 save articles related to Gnus in the file @file{gnus-stuff}, and articles
7565 related to VM in @file{vm-stuff}, you could set this variable to something
7566 like:
7567
7568 @lisp
7569 (("^Subject:.*gnus\\|^Newsgroups:.*gnus" "gnus-stuff")
7570  ("^Subject:.*vm\\|^Xref:.*vm" "vm-stuff")
7571  (my-choosing-function "../other-dir/my-stuff")
7572  ((equal gnus-newsgroup-name "mail.misc") "mail-stuff"))
7573 @end lisp
7574
7575 We see that this is a list where each element is a list that has two
7576 elements---the @dfn{match} and the @dfn{file}.  The match can either be
7577 a string (in which case it is used as a regexp to match on the article
7578 head); it can be a symbol (which will be called as a function with the
7579 group name as a parameter); or it can be a list (which will be
7580 @code{eval}ed).  If any of these actions have a non-@code{nil} result,
7581 the @dfn{file} will be used as a default prompt.  In addition, the
7582 result of the operation itself will be used if the function or form
7583 called returns a string or a list of strings.
7584
7585 You basically end up with a list of file names that might be used when
7586 saving the current article.  (All ``matches'' will be used.)  You will
7587 then be prompted for what you really want to use as a name, with file
7588 name completion over the results from applying this variable.
7589
7590 This variable is @code{((gnus-article-archive-name))} by default, which
7591 means that Gnus will look at the articles it saves for an
7592 @code{Archive-name} line and use that as a suggestion for the file
7593 name.
7594
7595 Here's an example function to clean up file names somewhat.  If you have
7596 lots of mail groups called things like
7597 @samp{nnml:mail.whatever}, you may want to chop off the beginning of
7598 these group names before creating the file name to save to.  The
7599 following will do just that:
7600
7601 @lisp
7602 (defun my-save-name (group)
7603   (when (string-match "^nnml:mail." group)
7604     (substring group (match-end 0))))
7605
7606 (setq gnus-split-methods
7607       '((gnus-article-archive-name)
7608         (my-save-name)))
7609 @end lisp
7610
7611
7612 @vindex gnus-use-long-file-name
7613 Finally, you have the @code{gnus-use-long-file-name} variable.  If it is
7614 @code{nil}, all the preceding functions will replace all periods
7615 (@samp{.}) in the group names with slashes (@samp{/})---which means that
7616 the functions will generate hierarchies of directories instead of having
7617 all the files in the top level directory
7618 (@file{~/News/alt/andrea-dworkin} instead of
7619 @file{~/News/alt.andrea-dworkin}.)  This variable is @code{t} by default
7620 on most systems.  However, for historical reasons, this is @code{nil} on
7621 Xenix and usg-unix-v machines by default.
7622
7623 This function also affects kill and score file names.  If this variable
7624 is a list, and the list contains the element @code{not-score}, long file
7625 names will not be used for score files, if it contains the element
7626 @code{not-save}, long file names will not be used for saving, and if it
7627 contains the element @code{not-kill}, long file names will not be used
7628 for kill files.
7629
7630 If you'd like to save articles in a hierarchy that looks something like
7631 a spool, you could
7632
7633 @lisp
7634 (setq gnus-use-long-file-name '(not-save)) ; @r{to get a hierarchy}
7635 (setq gnus-default-article-saver
7636       'gnus-summary-save-in-file)          ; @r{no encoding}
7637 @end lisp
7638
7639 Then just save with @kbd{o}.  You'd then read this hierarchy with
7640 ephemeral @code{nneething} groups---@kbd{G D} in the group buffer, and
7641 the top level directory as the argument (@file{~/News/}).  Then just walk
7642 around to the groups/directories with @code{nneething}.
7643
7644
7645 @node Decoding Articles
7646 @section Decoding Articles
7647 @cindex decoding articles
7648
7649 Sometime users post articles (or series of articles) that have been
7650 encoded in some way or other.  Gnus can decode them for you.
7651
7652 @menu
7653 * Uuencoded Articles::          Uudecode articles.
7654 * Shell Archives::              Unshar articles.
7655 * PostScript Files::            Split PostScript.
7656 * Other Files::                 Plain save and binhex.
7657 * Decoding Variables::          Variables for a happy decoding.
7658 * Viewing Files::               You want to look at the result of the decoding?
7659 @end menu
7660
7661 @cindex series
7662 @cindex article series
7663 All these functions use the process/prefix convention
7664 (@pxref{Process/Prefix}) for finding out what articles to work on, with
7665 the extension that a ``single article'' means ``a single series''.  Gnus
7666 can find out by itself what articles belong to a series, decode all the
7667 articles and unpack/view/save the resulting file(s).
7668
7669 Gnus guesses what articles are in the series according to the following
7670 simplish rule: The subjects must be (nearly) identical, except for the
7671 last two numbers of the line.  (Spaces are largely ignored, however.)
7672
7673 For example: If you choose a subject called @samp{cat.gif (2/3)}, Gnus
7674 will find all the articles that match the regexp @samp{^cat.gif
7675 ([0-9]+/[0-9]+).*$}.
7676
7677 Subjects that are non-standard, like @samp{cat.gif (2/3) Part 6 of a
7678 series}, will not be properly recognized by any of the automatic viewing
7679 commands, and you have to mark the articles manually with @kbd{#}.
7680
7681
7682 @node Uuencoded Articles
7683 @subsection Uuencoded Articles
7684 @cindex uudecode
7685 @cindex uuencoded articles
7686
7687 @table @kbd
7688
7689 @item X u
7690 @kindex X u (Summary)
7691 @findex gnus-uu-decode-uu
7692 @c @icon{gnus-uu-decode-uu}
7693 Uudecodes the current series (@code{gnus-uu-decode-uu}).
7694
7695 @item X U
7696 @kindex X U (Summary)
7697 @findex gnus-uu-decode-uu-and-save
7698 Uudecodes and saves the current series
7699 (@code{gnus-uu-decode-uu-and-save}).
7700
7701 @item X v u
7702 @kindex X v u (Summary)
7703 @findex gnus-uu-decode-uu-view
7704 Uudecodes and views the current series (@code{gnus-uu-decode-uu-view}).
7705
7706 @item X v U
7707 @kindex X v U (Summary)
7708 @findex gnus-uu-decode-uu-and-save-view
7709 Uudecodes, views and saves the current series
7710 (@code{gnus-uu-decode-uu-and-save-view}).
7711
7712 @end table
7713
7714 Remember that these all react to the presence of articles marked with
7715 the process mark.  If, for instance, you'd like to decode and save an
7716 entire newsgroup, you'd typically do @kbd{M P a}
7717 (@code{gnus-uu-mark-all}) and then @kbd{X U}
7718 (@code{gnus-uu-decode-uu-and-save}).
7719
7720 All this is very much different from how @code{gnus-uu} worked with
7721 @sc{gnus 4.1}, where you had explicit keystrokes for everything under
7722 the sun.  This version of @code{gnus-uu} generally assumes that you mark
7723 articles in some way (@pxref{Setting Process Marks}) and then press
7724 @kbd{X u}.
7725
7726 @vindex gnus-uu-notify-files
7727 Note: When trying to decode articles that have names matching
7728 @code{gnus-uu-notify-files}, which is hard-coded to
7729 @samp{[Cc][Ii][Nn][Dd][Yy][0-9]+.\\(gif\\|jpg\\)}, @code{gnus-uu} will
7730 automatically post an article on @samp{comp.unix.wizards} saying that
7731 you have just viewed the file in question.  This feature can't be turned
7732 off.
7733
7734
7735 @node Shell Archives
7736 @subsection Shell Archives
7737 @cindex unshar
7738 @cindex shell archives
7739 @cindex shared articles
7740
7741 Shell archives (``shar files'') used to be a popular way to distribute
7742 sources, but it isn't used all that much today.  In any case, we have
7743 some commands to deal with these:
7744
7745 @table @kbd
7746
7747 @item X s
7748 @kindex X s (Summary)
7749 @findex gnus-uu-decode-unshar
7750 Unshars the current series (@code{gnus-uu-decode-unshar}).
7751
7752 @item X S
7753 @kindex X S (Summary)
7754 @findex gnus-uu-decode-unshar-and-save
7755 Unshars and saves the current series (@code{gnus-uu-decode-unshar-and-save}).
7756
7757 @item X v s
7758 @kindex X v s (Summary)
7759 @findex gnus-uu-decode-unshar-view
7760 Unshars and views the current series (@code{gnus-uu-decode-unshar-view}).
7761
7762 @item X v S
7763 @kindex X v S (Summary)
7764 @findex gnus-uu-decode-unshar-and-save-view
7765 Unshars, views and saves the current series
7766 (@code{gnus-uu-decode-unshar-and-save-view}).
7767 @end table
7768
7769
7770 @node PostScript Files
7771 @subsection PostScript Files
7772 @cindex PostScript
7773
7774 @table @kbd
7775
7776 @item X p
7777 @kindex X p (Summary)
7778 @findex gnus-uu-decode-postscript
7779 Unpack the current PostScript series (@code{gnus-uu-decode-postscript}).
7780
7781 @item X P
7782 @kindex X P (Summary)
7783 @findex gnus-uu-decode-postscript-and-save
7784 Unpack and save the current PostScript series
7785 (@code{gnus-uu-decode-postscript-and-save}).
7786
7787 @item X v p
7788 @kindex X v p (Summary)
7789 @findex gnus-uu-decode-postscript-view
7790 View the current PostScript series
7791 (@code{gnus-uu-decode-postscript-view}).
7792
7793 @item X v P
7794 @kindex X v P (Summary)
7795 @findex gnus-uu-decode-postscript-and-save-view
7796 View and save the current PostScript series
7797 (@code{gnus-uu-decode-postscript-and-save-view}).
7798 @end table
7799
7800
7801 @node Other Files
7802 @subsection Other Files
7803
7804 @table @kbd
7805 @item X o
7806 @kindex X o (Summary)
7807 @findex gnus-uu-decode-save
7808 Save the current series
7809 (@code{gnus-uu-decode-save}).
7810
7811 @item X b
7812 @kindex X b (Summary)
7813 @findex gnus-uu-decode-binhex
7814 Unbinhex the current series (@code{gnus-uu-decode-binhex}).  This
7815 doesn't really work yet.
7816 @end table
7817
7818
7819 @node Decoding Variables
7820 @subsection Decoding Variables
7821
7822 Adjective, not verb.
7823
7824 @menu
7825 * Rule Variables::              Variables that say how a file is to be viewed.
7826 * Other Decode Variables::      Other decode variables.
7827 * Uuencoding and Posting::      Variables for customizing uuencoding.
7828 @end menu
7829
7830
7831 @node Rule Variables
7832 @subsubsection Rule Variables
7833 @cindex rule variables
7834
7835 Gnus uses @dfn{rule variables} to decide how to view a file.  All these
7836 variables are of the form
7837
7838 @lisp
7839       (list '(regexp1 command2)
7840             '(regexp2 command2)
7841             ...)
7842 @end lisp
7843
7844 @table @code
7845
7846 @item gnus-uu-user-view-rules
7847 @vindex gnus-uu-user-view-rules
7848 @cindex sox
7849 This variable is consulted first when viewing files.  If you wish to use,
7850 for instance, @code{sox} to convert an @file{.au} sound file, you could
7851 say something like:
7852 @lisp
7853 (setq gnus-uu-user-view-rules
7854       (list '("\\\\.au$" "sox %s -t .aiff > /dev/audio")))
7855 @end lisp
7856
7857 @item gnus-uu-user-view-rules-end
7858 @vindex gnus-uu-user-view-rules-end
7859 This variable is consulted if Gnus couldn't make any matches from the
7860 user and default view rules.
7861
7862 @item gnus-uu-user-archive-rules
7863 @vindex gnus-uu-user-archive-rules
7864 This variable can be used to say what commands should be used to unpack
7865 archives.
7866 @end table
7867
7868
7869 @node Other Decode Variables
7870 @subsubsection Other Decode Variables
7871
7872 @table @code
7873 @vindex gnus-uu-grabbed-file-functions
7874
7875 @item gnus-uu-grabbed-file-functions
7876 All functions in this list will be called right after each file has been
7877 successfully decoded---so that you can move or view files right away,
7878 and don't have to wait for all files to be decoded before you can do
7879 anything.  Ready-made functions you can put in this list are:
7880
7881 @table @code
7882
7883 @item gnus-uu-grab-view
7884 @findex gnus-uu-grab-view
7885 View the file.
7886
7887 @item gnus-uu-grab-move
7888 @findex gnus-uu-grab-move
7889 Move the file (if you're using a saving function.)
7890 @end table
7891
7892 @item gnus-uu-be-dangerous
7893 @vindex gnus-uu-be-dangerous
7894 Specifies what to do if unusual situations arise during decoding.  If
7895 @code{nil}, be as conservative as possible.  If @code{t}, ignore things
7896 that didn't work, and overwrite existing files.  Otherwise, ask each
7897 time.
7898
7899 @item gnus-uu-ignore-files-by-name
7900 @vindex gnus-uu-ignore-files-by-name
7901 Files with name matching this regular expression won't be viewed.
7902
7903 @item gnus-uu-ignore-files-by-type
7904 @vindex gnus-uu-ignore-files-by-type
7905 Files with a @acronym{MIME} type matching this variable won't be viewed.
7906 Note that Gnus tries to guess what type the file is based on the name.
7907 @code{gnus-uu} is not a @acronym{MIME} package (yet), so this is slightly
7908 kludgey.
7909
7910 @item gnus-uu-tmp-dir
7911 @vindex gnus-uu-tmp-dir
7912 Where @code{gnus-uu} does its work.
7913
7914 @item gnus-uu-do-not-unpack-archives
7915 @vindex gnus-uu-do-not-unpack-archives
7916 Non-@code{nil} means that @code{gnus-uu} won't peek inside archives
7917 looking for files to display.
7918
7919 @item gnus-uu-view-and-save
7920 @vindex gnus-uu-view-and-save
7921 Non-@code{nil} means that the user will always be asked to save a file
7922 after viewing it.
7923
7924 @item gnus-uu-ignore-default-view-rules
7925 @vindex gnus-uu-ignore-default-view-rules
7926 Non-@code{nil} means that @code{gnus-uu} will ignore the default viewing
7927 rules.
7928
7929 @item gnus-uu-ignore-default-archive-rules
7930 @vindex gnus-uu-ignore-default-archive-rules
7931 Non-@code{nil} means that @code{gnus-uu} will ignore the default archive
7932 unpacking commands.
7933
7934 @item gnus-uu-kill-carriage-return
7935 @vindex gnus-uu-kill-carriage-return
7936 Non-@code{nil} means that @code{gnus-uu} will strip all carriage returns
7937 from articles.
7938
7939 @item gnus-uu-unmark-articles-not-decoded
7940 @vindex gnus-uu-unmark-articles-not-decoded
7941 Non-@code{nil} means that @code{gnus-uu} will mark unsuccessfully
7942 decoded articles as unread.
7943
7944 @item gnus-uu-correct-stripped-uucode
7945 @vindex gnus-uu-correct-stripped-uucode
7946 Non-@code{nil} means that @code{gnus-uu} will @emph{try} to fix
7947 uuencoded files that have had trailing spaces deleted.
7948
7949 @item gnus-uu-pre-uudecode-hook
7950 @vindex gnus-uu-pre-uudecode-hook
7951 Hook run before sending a message to @code{uudecode}.
7952
7953 @item gnus-uu-view-with-metamail
7954 @vindex gnus-uu-view-with-metamail
7955 @cindex metamail
7956 Non-@code{nil} means that @code{gnus-uu} will ignore the viewing
7957 commands defined by the rule variables and just fudge a @acronym{MIME}
7958 content type based on the file name.  The result will be fed to
7959 @code{metamail} for viewing.
7960
7961 @item gnus-uu-save-in-digest
7962 @vindex gnus-uu-save-in-digest
7963 Non-@code{nil} means that @code{gnus-uu}, when asked to save without
7964 decoding, will save in digests.  If this variable is @code{nil},
7965 @code{gnus-uu} will just save everything in a file without any
7966 embellishments.  The digesting almost conforms to RFC 1153---no easy way
7967 to specify any meaningful volume and issue numbers were found, so I
7968 simply dropped them.
7969
7970 @end table
7971
7972
7973 @node Uuencoding and Posting
7974 @subsubsection Uuencoding and Posting
7975
7976 @table @code
7977
7978 @item gnus-uu-post-include-before-composing
7979 @vindex gnus-uu-post-include-before-composing
7980 Non-@code{nil} means that @code{gnus-uu} will ask for a file to encode
7981 before you compose the article.  If this variable is @code{t}, you can
7982 either include an encoded file with @kbd{C-c C-i} or have one included
7983 for you when you post the article.
7984
7985 @item gnus-uu-post-length
7986 @vindex gnus-uu-post-length
7987 Maximum length of an article.  The encoded file will be split into how
7988 many articles it takes to post the entire file.
7989
7990 @item gnus-uu-post-threaded
7991 @vindex gnus-uu-post-threaded
7992 Non-@code{nil} means that @code{gnus-uu} will post the encoded file in a
7993 thread.  This may not be smart, as no other decoder I have seen is able
7994 to follow threads when collecting uuencoded articles.  (Well, I have
7995 seen one package that does that---@code{gnus-uu}, but somehow, I don't
7996 think that counts@dots{}) Default is @code{nil}.
7997
7998 @item gnus-uu-post-separate-description
7999 @vindex gnus-uu-post-separate-description
8000 Non-@code{nil} means that the description will be posted in a separate
8001 article.  The first article will typically be numbered (0/x).  If this
8002 variable is @code{nil}, the description the user enters will be included
8003 at the beginning of the first article, which will be numbered (1/x).
8004 Default is @code{t}.
8005
8006 @end table
8007
8008
8009 @node Viewing Files
8010 @subsection Viewing Files
8011 @cindex viewing files
8012 @cindex pseudo-articles
8013
8014 After decoding, if the file is some sort of archive, Gnus will attempt
8015 to unpack the archive and see if any of the files in the archive can be
8016 viewed.  For instance, if you have a gzipped tar file @file{pics.tar.gz}
8017 containing the files @file{pic1.jpg} and @file{pic2.gif}, Gnus will
8018 uncompress and de-tar the main file, and then view the two pictures.
8019 This unpacking process is recursive, so if the archive contains archives
8020 of archives, it'll all be unpacked.
8021
8022 Finally, Gnus will normally insert a @dfn{pseudo-article} for each
8023 extracted file into the summary buffer.  If you go to these
8024 ``articles'', you will be prompted for a command to run (usually Gnus
8025 will make a suggestion), and then the command will be run.
8026
8027 @vindex gnus-view-pseudo-asynchronously
8028 If @code{gnus-view-pseudo-asynchronously} is @code{nil}, Emacs will wait
8029 until the viewing is done before proceeding.
8030
8031 @vindex gnus-view-pseudos
8032 If @code{gnus-view-pseudos} is @code{automatic}, Gnus will not insert
8033 the pseudo-articles into the summary buffer, but view them
8034 immediately.  If this variable is @code{not-confirm}, the user won't even
8035 be asked for a confirmation before viewing is done.
8036
8037 @vindex gnus-view-pseudos-separately
8038 If @code{gnus-view-pseudos-separately} is non-@code{nil}, one
8039 pseudo-article will be created for each file to be viewed.  If
8040 @code{nil}, all files that use the same viewing command will be given as
8041 a list of parameters to that command.
8042
8043 @vindex gnus-insert-pseudo-articles
8044 If @code{gnus-insert-pseudo-articles} is non-@code{nil}, insert
8045 pseudo-articles when decoding.  It is @code{t} by default.
8046
8047 So; there you are, reading your @emph{pseudo-articles} in your
8048 @emph{virtual newsgroup} from the @emph{virtual server}; and you think:
8049 Why isn't anything real anymore? How did we get here?
8050
8051
8052 @node Article Treatment
8053 @section Article Treatment
8054
8055 Reading through this huge manual, you may have quite forgotten that the
8056 object of newsreaders is to actually, like, read what people have
8057 written.  Reading articles.  Unfortunately, people are quite bad at
8058 writing, so there are tons of functions and variables to make reading
8059 these articles easier.
8060
8061 @menu
8062 * Article Highlighting::        You want to make the article look like fruit salad.
8063 * Article Fontisizing::         Making emphasized text look nice.
8064 * Article Hiding::              You also want to make certain info go away.
8065 * Article Washing::             Lots of way-neat functions to make life better.
8066 * Article Header::              Doing various header transformations.
8067 * Article Buttons::             Click on URLs, Message-IDs, addresses and the like.
8068 * Article Button Levels::       Controlling appearance of buttons.
8069 * Article Date::                Grumble, UT!
8070 * Article Display::             Display various stuff---X-Face, Picons, Smileys
8071 * Article Signature::           What is a signature?
8072 * Article Miscellanea::         Various other stuff.
8073 @end menu
8074
8075
8076 @node Article Highlighting
8077 @subsection Article Highlighting
8078 @cindex highlighting
8079
8080 Not only do you want your article buffer to look like fruit salad, but
8081 you want it to look like technicolor fruit salad.
8082
8083 @table @kbd
8084
8085 @item W H a
8086 @kindex W H a (Summary)
8087 @findex gnus-article-highlight
8088 @findex gnus-article-maybe-highlight
8089 Do much highlighting of the current article
8090 (@code{gnus-article-highlight}).  This function highlights header, cited
8091 text, the signature, and adds buttons to the body and the head.
8092
8093 @item W H h
8094 @kindex W H h (Summary)
8095 @findex gnus-article-highlight-headers
8096 @vindex gnus-header-face-alist
8097 Highlight the headers (@code{gnus-article-highlight-headers}).  The
8098 highlighting will be done according to the @code{gnus-header-face-alist}
8099 variable, which is a list where each element has the form
8100 @code{(@var{regexp} @var{name} @var{content})}.
8101 @var{regexp} is a regular expression for matching the
8102 header, @var{name} is the face used for highlighting the header name
8103 (@pxref{Faces and Fonts}) and @var{content} is the face for highlighting
8104 the header value.  The first match made will be used.  Note that
8105 @var{regexp} shouldn't have @samp{^} prepended---Gnus will add one.
8106
8107 @item W H c
8108 @kindex W H c (Summary)
8109 @findex gnus-article-highlight-citation
8110 Highlight cited text (@code{gnus-article-highlight-citation}).
8111
8112 Some variables to customize the citation highlights:
8113
8114 @table @code
8115 @vindex gnus-cite-parse-max-size
8116
8117 @item gnus-cite-parse-max-size
8118 If the article size if bigger than this variable (which is 25000 by
8119 default), no citation highlighting will be performed.
8120
8121 @item gnus-cite-max-prefix
8122 @vindex gnus-cite-max-prefix
8123 Maximum possible length for a citation prefix (default 20).
8124
8125 @item gnus-cite-face-list
8126 @vindex gnus-cite-face-list
8127 List of faces used for highlighting citations (@pxref{Faces and Fonts}).
8128 When there are citations from multiple articles in the same message,
8129 Gnus will try to give each citation from each article its own face.
8130 This should make it easier to see who wrote what.
8131
8132 @item gnus-supercite-regexp
8133 @vindex gnus-supercite-regexp
8134 Regexp matching normal Supercite attribution lines.
8135
8136 @item gnus-supercite-secondary-regexp
8137 @vindex gnus-supercite-secondary-regexp
8138 Regexp matching mangled Supercite attribution lines.
8139
8140 @item gnus-cite-minimum-match-count
8141 @vindex gnus-cite-minimum-match-count
8142 Minimum number of identical prefixes we have to see before we believe
8143 that it's a citation.
8144
8145 @item gnus-cite-attribution-prefix
8146 @vindex gnus-cite-attribution-prefix
8147 Regexp matching the beginning of an attribution line.
8148
8149 @item gnus-cite-attribution-suffix
8150 @vindex gnus-cite-attribution-suffix
8151 Regexp matching the end of an attribution line.
8152
8153 @item gnus-cite-attribution-face
8154 @vindex gnus-cite-attribution-face
8155 Face used for attribution lines.  It is merged with the face for the
8156 cited text belonging to the attribution.
8157
8158 @item gnus-cite-ignore-quoted-from
8159 @vindex gnus-cite-ignore-quoted-from
8160 If non-@code{nil}, no citation highlighting will be performed on lines
8161 beginning with @samp{>From }.  Those lines may have been quoted by MTAs
8162 in order not to mix up with the envelope From line.  The default value
8163 is @code{t}.
8164
8165 @end table
8166
8167
8168 @item W H s
8169 @kindex W H s (Summary)
8170 @vindex gnus-signature-separator
8171 @vindex gnus-signature-face
8172 @findex gnus-article-highlight-signature
8173 Highlight the signature (@code{gnus-article-highlight-signature}).
8174 Everything after @code{gnus-signature-separator} (@pxref{Article
8175 Signature}) in an article will be considered a signature and will be
8176 highlighted with @code{gnus-signature-face}, which is @code{italic} by
8177 default.
8178
8179 @end table
8180
8181 @xref{Customizing Articles}, for how to highlight articles automatically.
8182
8183
8184 @node Article Fontisizing
8185 @subsection Article Fontisizing
8186 @cindex emphasis
8187 @cindex article emphasis
8188
8189 @findex gnus-article-emphasize
8190 @kindex W e (Summary)
8191 People commonly add emphasis to words in news articles by writing things
8192 like @samp{_this_} or @samp{*this*} or @samp{/this/}.  Gnus can make
8193 this look nicer by running the article through the @kbd{W e}
8194 (@code{gnus-article-emphasize}) command.
8195
8196 @vindex gnus-emphasis-alist
8197 How the emphasis is computed is controlled by the
8198 @code{gnus-emphasis-alist} variable.  This is an alist where the first
8199 element is a regular expression to be matched.  The second is a number
8200 that says what regular expression grouping is used to find the entire
8201 emphasized word.  The third is a number that says what regexp grouping
8202 should be displayed and highlighted.  (The text between these two
8203 groupings will be hidden.)  The fourth is the face used for
8204 highlighting.
8205
8206 @lisp
8207 (setq gnus-emphasis-alist
8208       '(("_\\(\\w+\\)_" 0 1 gnus-emphasis-underline)
8209         ("\\*\\(\\w+\\)\\*" 0 1 gnus-emphasis-bold)))
8210 @end lisp
8211
8212 @cindex slash
8213 @cindex asterisk
8214 @cindex underline
8215 @cindex /
8216 @cindex *
8217
8218 @vindex gnus-emphasis-underline
8219 @vindex gnus-emphasis-bold
8220 @vindex gnus-emphasis-italic
8221 @vindex gnus-emphasis-underline-bold
8222 @vindex gnus-emphasis-underline-italic
8223 @vindex gnus-emphasis-bold-italic
8224 @vindex gnus-emphasis-underline-bold-italic
8225 By default, there are seven rules, and they use the following faces:
8226 @code{gnus-emphasis-bold}, @code{gnus-emphasis-italic},
8227 @code{gnus-emphasis-underline}, @code{gnus-emphasis-bold-italic},
8228 @code{gnus-emphasis-underline-italic},
8229 @code{gnus-emphasis-underline-bold}, and
8230 @code{gnus-emphasis-underline-bold-italic}.
8231
8232 If you want to change these faces, you can either use @kbd{M-x
8233 customize}, or you can use @code{copy-face}.  For instance, if you want
8234 to make @code{gnus-emphasis-italic} use a red face instead, you could
8235 say something like:
8236
8237 @lisp
8238 (copy-face 'red 'gnus-emphasis-italic)
8239 @end lisp
8240
8241 @vindex gnus-group-highlight-words-alist
8242
8243 If you want to highlight arbitrary words, you can use the
8244 @code{gnus-group-highlight-words-alist} variable, which uses the same
8245 syntax as @code{gnus-emphasis-alist}.  The @code{highlight-words} group
8246 parameter (@pxref{Group Parameters}) can also be used.
8247
8248 @xref{Customizing Articles}, for how to fontize articles automatically.
8249
8250
8251 @node Article Hiding
8252 @subsection Article Hiding
8253 @cindex article hiding
8254
8255 Or rather, hiding certain things in each article.  There usually is much
8256 too much cruft in most articles.
8257
8258 @table @kbd
8259
8260 @item W W a
8261 @kindex W W a (Summary)
8262 @findex gnus-article-hide
8263 Do quite a lot of hiding on the article buffer
8264 (@kbd{gnus-article-hide}).  In particular, this function will hide
8265 headers, @acronym{PGP}, cited text and the signature.
8266
8267 @item W W h
8268 @kindex W W h (Summary)
8269 @findex gnus-article-hide-headers
8270 Hide headers (@code{gnus-article-hide-headers}).  @xref{Hiding
8271 Headers}.
8272
8273 @item W W b
8274 @kindex W W b (Summary)
8275 @findex gnus-article-hide-boring-headers
8276 Hide headers that aren't particularly interesting
8277 (@code{gnus-article-hide-boring-headers}).  @xref{Hiding Headers}.
8278
8279 @item W W s
8280 @kindex W W s (Summary)
8281 @findex gnus-article-hide-signature
8282 Hide signature (@code{gnus-article-hide-signature}).  @xref{Article
8283 Signature}.
8284
8285 @item W W l
8286 @kindex W W l (Summary)
8287 @findex gnus-article-hide-list-identifiers
8288 @vindex gnus-list-identifiers
8289 Strip list identifiers specified in @code{gnus-list-identifiers}.  These
8290 are strings some mailing list servers add to the beginning of all
8291 @code{Subject} headers---for example, @samp{[zebra 4711]}.  Any leading
8292 @samp{Re: } is skipped before stripping.  @code{gnus-list-identifiers}
8293 may not contain @code{\\(..\\)}.
8294
8295 @table @code
8296
8297 @item gnus-list-identifiers
8298 @vindex gnus-list-identifiers
8299 A regular expression that matches list identifiers to be removed from
8300 subject.  This can also be a list of regular expressions.
8301
8302 @end table
8303
8304 @item W W P
8305 @kindex W W P (Summary)
8306 @findex gnus-article-hide-pem
8307 Hide @acronym{PEM} (privacy enhanced messages) cruft
8308 (@code{gnus-article-hide-pem}).
8309
8310 @item W W B
8311 @kindex W W B (Summary)
8312 @findex gnus-article-strip-banner
8313 @vindex gnus-article-banner-alist
8314 @vindex gnus-article-address-banner-alist
8315 @cindex banner
8316 @cindex OneList
8317 @cindex stripping advertisements
8318 @cindex advertisements
8319 Strip the banner specified by the @code{banner} group parameter
8320 (@code{gnus-article-strip-banner}).  This is mainly used to hide those
8321 annoying banners and/or signatures that some mailing lists and moderated
8322 groups adds to all the messages.  The way to use this function is to add
8323 the @code{banner} group parameter (@pxref{Group Parameters}) to the
8324 group you want banners stripped from.  The parameter either be a string,
8325 which will be interpreted as a regular expression matching text to be
8326 removed, or the symbol @code{signature}, meaning that the (last)
8327 signature should be removed, or other symbol, meaning that the
8328 corresponding regular expression in @code{gnus-article-banner-alist} is
8329 used.
8330
8331 Regardless of a group, you can hide things like advertisements only when
8332 the sender of an article has a certain mail address specified in
8333 @code{gnus-article-address-banner-alist}.
8334
8335 @table @code
8336
8337 @item gnus-article-address-banner-alist
8338 @vindex gnus-article-address-banner-alist
8339 Alist of mail addresses and banners.  Each element has the form
8340 @code{(@var{address} . @var{banner})}, where @var{address} is a regexp
8341 matching a mail address in the From header, @var{banner} is one of a
8342 symbol @code{signature}, an item in @code{gnus-article-banner-alist},
8343 a regexp and @code{nil}.  If @var{address} matches author's mail
8344 address, it will remove things like advertisements.  For example, if a
8345 sender has the mail address @samp{hail@@yoo-hoo.co.jp} and there is a
8346 banner something like @samp{Do You Yoo-hoo!?} in all articles he
8347 sends, you can use the following element to remove them:
8348
8349 @lisp
8350 ("@@yoo-hoo\\.co\\.jp\\'" .
8351  "\n_+\nDo You Yoo-hoo!\\?\n.*\n.*\n")
8352 @end lisp
8353
8354 @end table
8355
8356 @item W W c
8357 @kindex W W c (Summary)
8358 @findex gnus-article-hide-citation
8359 Hide citation (@code{gnus-article-hide-citation}).  Some variables for
8360 customizing the hiding:
8361
8362 @table @code
8363
8364 @item gnus-cited-opened-text-button-line-format
8365 @itemx gnus-cited-closed-text-button-line-format
8366 @vindex gnus-cited-closed-text-button-line-format
8367 @vindex gnus-cited-opened-text-button-line-format
8368 Gnus adds buttons to show where the cited text has been hidden, and to
8369 allow toggle hiding the text.  The format of the variable is specified
8370 by these format-like variable (@pxref{Formatting Variables}).  These
8371 specs are valid:
8372
8373 @table @samp
8374 @item b
8375 Starting point of the hidden text.
8376 @item e
8377 Ending point of the hidden text.
8378 @item l
8379 Number of characters in the hidden region.
8380 @item n
8381 Number of lines of hidden text.
8382 @end table
8383
8384 @item gnus-cited-lines-visible
8385 @vindex gnus-cited-lines-visible
8386 The number of lines at the beginning of the cited text to leave
8387 shown.  This can also be a cons cell with the number of lines at the top
8388 and bottom of the text, respectively, to remain visible.
8389
8390 @end table
8391
8392 @item W W C-c
8393 @kindex W W C-c (Summary)
8394 @findex gnus-article-hide-citation-maybe
8395
8396 Hide citation (@code{gnus-article-hide-citation-maybe}) depending on the
8397 following two variables:
8398
8399 @table @code
8400 @item gnus-cite-hide-percentage
8401 @vindex gnus-cite-hide-percentage
8402 If the cited text is of a bigger percentage than this variable (default
8403 50), hide the cited text.
8404
8405 @item gnus-cite-hide-absolute
8406 @vindex gnus-cite-hide-absolute
8407 The cited text must have at least this length (default 10) before it
8408 is hidden.
8409 @end table
8410
8411 @item W W C
8412 @kindex W W C (Summary)
8413 @findex gnus-article-hide-citation-in-followups
8414 Hide cited text in articles that aren't roots
8415 (@code{gnus-article-hide-citation-in-followups}).  This isn't very
8416 useful as an interactive command, but might be a handy function to stick
8417 have happen automatically (@pxref{Customizing Articles}).
8418
8419 @end table
8420
8421 All these ``hiding'' commands are toggles, but if you give a negative
8422 prefix to these commands, they will show what they have previously
8423 hidden.  If you give a positive prefix, they will always hide.
8424
8425 Also @pxref{Article Highlighting} for further variables for
8426 citation customization.
8427
8428 @xref{Customizing Articles}, for how to hide article elements
8429 automatically.
8430
8431
8432 @node Article Washing
8433 @subsection Article Washing
8434 @cindex washing
8435 @cindex article washing
8436
8437 We call this ``article washing'' for a really good reason.  Namely, the
8438 @kbd{A} key was taken, so we had to use the @kbd{W} key instead.
8439
8440 @dfn{Washing} is defined by us as ``changing something from something to
8441 something else'', but normally results in something looking better.
8442 Cleaner, perhaps.
8443
8444 @xref{Customizing Articles}, if you want to change how Gnus displays
8445 articles by default.
8446
8447 @table @kbd
8448
8449 @item C-u g
8450 This is not really washing, it's sort of the opposite of washing.  If
8451 you type this, you see the article exactly as it exists on disk or on
8452 the server.
8453
8454 @item g
8455 Force redisplaying of the current article
8456 (@code{gnus-summary-show-article}).  This is also not really washing.
8457 If you type this, you see the article without any previously applied
8458 interactive Washing functions but with all default treatments
8459 (@pxref{Customizing Articles}).
8460
8461 @item W l
8462 @kindex W l (Summary)
8463 @findex gnus-summary-stop-page-breaking
8464 Remove page breaks from the current article
8465 (@code{gnus-summary-stop-page-breaking}).  @xref{Misc Article}, for page
8466 delimiters.
8467
8468 @item W r
8469 @kindex W r (Summary)
8470 @findex gnus-summary-caesar-message
8471 @c @icon{gnus-summary-caesar-message}
8472 Do a Caesar rotate (rot13) on the article buffer
8473 (@code{gnus-summary-caesar-message}).
8474 Unreadable articles that tell you to read them with Caesar rotate or rot13.
8475 (Typically offensive jokes and such.)
8476
8477 It's commonly called ``rot13'' because each letter is rotated 13
8478 positions in the alphabet, e. g. @samp{B} (letter #2) -> @samp{O} (letter
8479 #15).  It is sometimes referred to as ``Caesar rotate'' because Caesar
8480 is rumored to have employed this form of, uh, somewhat weak encryption.
8481
8482 @item W m
8483 @kindex W m (Summary)
8484 @findex gnus-summary-morse-message
8485 Morse decode the article buffer (@code{gnus-summary-morse-message}).
8486
8487 @item W i
8488 @kindex W i (Summary)
8489 @findex gnus-summary-idna-message
8490 Decode IDNA encoded domain names in the current articles.  IDNA
8491 encoded domain names looks like @samp{xn--bar}.  If a string remain
8492 unencoded after running invoking this, it is likely an invalid IDNA
8493 string (@samp{xn--bar} is invalid).  You must have GNU Libidn
8494 (@url{http://www.gnu.org/software/libidn/}) installed for this command
8495 to work.
8496
8497 @item W t
8498 @item t
8499 @kindex W t (Summary)
8500 @kindex t (Summary)
8501 @findex gnus-summary-toggle-header
8502 Toggle whether to display all headers in the article buffer
8503 (@code{gnus-summary-toggle-header}).
8504
8505 @item W v
8506 @kindex W v (Summary)
8507 @findex gnus-summary-verbose-headers
8508 Toggle whether to display all headers in the article buffer permanently
8509 (@code{gnus-summary-verbose-headers}).
8510
8511 @item W o
8512 @kindex W o (Summary)
8513 @findex gnus-article-treat-overstrike
8514 Treat overstrike (@code{gnus-article-treat-overstrike}).
8515
8516 @item W d
8517 @kindex W d (Summary)
8518 @findex gnus-article-treat-dumbquotes
8519 @vindex gnus-article-dumbquotes-map
8520 @cindex Smartquotes
8521 @cindex M****s*** sm*rtq**t*s
8522 @cindex Latin 1
8523 Treat M****s*** sm*rtq**t*s according to
8524 @code{gnus-article-dumbquotes-map}
8525 (@code{gnus-article-treat-dumbquotes}).  Note that this function guesses
8526 whether a character is a sm*rtq**t* or not, so it should only be used
8527 interactively.
8528
8529 Sm*rtq**t*s are M****s***'s unilateral extension to the character map in
8530 an attempt to provide more quoting characters.  If you see something
8531 like @code{\222} or @code{\264} where you're expecting some kind of
8532 apostrophe or quotation mark, then try this wash.
8533
8534 @item W Y f
8535 @kindex W Y f (Summary)
8536 @findex gnus-article-outlook-deuglify-article
8537 @cindex Outlook Express
8538 Full deuglify of broken Outlook (Express) articles: Treat dumbquotes,
8539 unwrap lines, repair attribution and rearrange citation.
8540 (@code{gnus-article-outlook-deuglify-article}).
8541
8542 @item W Y u
8543 @kindex W Y u (Summary)
8544 @findex gnus-article-outlook-unwrap-lines
8545 @vindex gnus-outlook-deuglify-unwrap-min
8546 @vindex gnus-outlook-deuglify-unwrap-max
8547 Unwrap lines that appear to be wrapped citation lines.  You can control
8548 what lines will be unwrapped by frobbing
8549 @code{gnus-outlook-deuglify-unwrap-min} and
8550 @code{gnus-outlook-deuglify-unwrap-max}, indicating the minimum and
8551 maximum length of an unwrapped citation line.
8552 (@code{gnus-article-outlook-unwrap-lines}).
8553
8554 @item W Y a
8555 @kindex W Y a (Summary)
8556 @findex gnus-article-outlook-repair-attribution
8557 Repair a broken attribution line.@*
8558 (@code{gnus-article-outlook-repair-attribution}).
8559
8560 @item W Y c
8561 @kindex W Y c (Summary)
8562 @findex gnus-article-outlook-rearrange-citation
8563 Repair broken citations by rearranging the text.
8564 (@code{gnus-article-outlook-rearrange-citation}).
8565
8566 @item W w
8567 @kindex W w (Summary)
8568 @findex gnus-article-fill-cited-article
8569 Do word wrap (@code{gnus-article-fill-cited-article}).
8570
8571 You can give the command a numerical prefix to specify the width to use
8572 when filling.
8573
8574 @item W Q
8575 @kindex W Q (Summary)
8576 @findex gnus-article-fill-long-lines
8577 Fill long lines (@code{gnus-article-fill-long-lines}).
8578
8579 @item W C
8580 @kindex W C (Summary)
8581 @findex gnus-article-capitalize-sentences
8582 Capitalize the first word in each sentence
8583 (@code{gnus-article-capitalize-sentences}).
8584
8585 @item W c
8586 @kindex W c (Summary)
8587 @findex gnus-article-remove-cr
8588 Translate CRLF pairs (i. e., @samp{^M}s on the end of the lines) into LF
8589 (this takes care of DOS line endings), and then translate any remaining
8590 CRs into LF (this takes care of Mac line endings)
8591 (@code{gnus-article-remove-cr}).
8592
8593 @item W q
8594 @kindex W q (Summary)
8595 @findex gnus-article-de-quoted-unreadable
8596 Treat quoted-printable (@code{gnus-article-de-quoted-unreadable}).
8597 Quoted-Printable is one common @acronym{MIME} encoding employed when
8598 sending non-@acronym{ASCII} (i.e., 8-bit) articles.  It typically
8599 makes strings like @samp{d@'ej@`a vu} look like @samp{d=E9j=E0 vu},
8600 which doesn't look very readable to me.  Note that this is usually
8601 done automatically by Gnus if the message in question has a
8602 @code{Content-Transfer-Encoding} header that says that this encoding
8603 has been done.  If a prefix is given, a charset will be asked for.
8604
8605 @item W 6
8606 @kindex W 6 (Summary)
8607 @findex gnus-article-de-base64-unreadable
8608 Treat base64 (@code{gnus-article-de-base64-unreadable}).  Base64 is
8609 one common @acronym{MIME} encoding employed when sending
8610 non-@acronym{ASCII} (i.e., 8-bit) articles.  Note that this is
8611 usually done automatically by Gnus if the message in question has a
8612 @code{Content-Transfer-Encoding} header that says that this encoding
8613 has been done.  If a prefix is given, a charset will be asked for.
8614
8615 @item W Z
8616 @kindex W Z (Summary)
8617 @findex gnus-article-decode-HZ
8618 Treat HZ or HZP (@code{gnus-article-decode-HZ}).  HZ (or HZP) is one
8619 common encoding employed when sending Chinese articles.  It typically
8620 makes strings look like @samp{~@{<:Ky2;S@{#,NpJ)l6HK!#~@}}.
8621
8622 @item W A
8623 @kindex W A (Summary)
8624 @findex gnus-article-treat-ansi-sequences
8625 @cindex @acronym{ANSI} control sequences
8626 Translate @acronym{ANSI} SGR control sequences into overlays or
8627 extents (@code{gnus-article-treat-ansi-sequences}).  @acronym{ANSI}
8628 sequences are used in some Chinese hierarchies for highlighting.
8629
8630 @item W u
8631 @kindex W u (Summary)
8632 @findex gnus-article-unsplit-urls
8633 Remove newlines from within URLs.  Some mailers insert newlines into
8634 outgoing email messages to keep lines short.  This reformatting can
8635 split long URLs onto multiple lines.  Repair those URLs by removing
8636 the newlines (@code{gnus-article-unsplit-urls}).
8637
8638 @item W h
8639 @kindex W h (Summary)
8640 @findex gnus-article-wash-html
8641 Treat @acronym{HTML} (@code{gnus-article-wash-html}).  Note that this is
8642 usually done automatically by Gnus if the message in question has a
8643 @code{Content-Type} header that says that the message is @acronym{HTML}.
8644
8645 If a prefix is given, a charset will be asked for.
8646
8647 @vindex gnus-article-wash-function
8648 The default is to use the function specified by
8649 @code{mm-text-html-renderer} (@pxref{Display Customization, ,Display
8650 Customization, emacs-mime, The Emacs MIME Manual}) to convert the
8651 @acronym{HTML}, but this is controlled by the
8652 @code{gnus-article-wash-function} variable.  Pre-defined functions you
8653 can use include:
8654
8655 @table @code
8656 @item W3
8657 Use Emacs/W3.
8658
8659 @item w3m
8660 Use @uref{http://emacs-w3m.namazu.org/, emacs-w3m}.
8661
8662 @item links
8663 Use @uref{http://links.sf.net/, Links}.
8664
8665 @item lynx
8666 Use @uref{http://lynx.isc.org/, Lynx}.
8667
8668 @item html2text
8669 Use html2text---a simple @acronym{HTML} converter included with Gnus.
8670
8671 @end table
8672
8673 @item W b
8674 @kindex W b (Summary)
8675 @findex gnus-article-add-buttons
8676 Add clickable buttons to the article (@code{gnus-article-add-buttons}).
8677 @xref{Article Buttons}.
8678
8679 @item W B
8680 @kindex W B (Summary)
8681 @findex gnus-article-add-buttons-to-head
8682 Add clickable buttons to the article headers
8683 (@code{gnus-article-add-buttons-to-head}).
8684
8685 @item W p
8686 @kindex W p (Summary)
8687 @findex gnus-article-verify-x-pgp-sig
8688 Verify a signed control message
8689 (@code{gnus-article-verify-x-pgp-sig}).  Control messages such as
8690 @code{newgroup} and @code{checkgroups} are usually signed by the
8691 hierarchy maintainer.  You need to add the @acronym{PGP} public key of
8692 the maintainer to your keyring to verify the
8693 message.@footnote{@acronym{PGP} keys for many hierarchies are
8694 available at @uref{ftp://ftp.isc.org/pub/pgpcontrol/README.html}}
8695
8696 @item W s
8697 @kindex W s (Summary)
8698 @findex gnus-summary-force-verify-and-decrypt
8699 Verify a signed (@acronym{PGP}, @acronym{PGP/MIME} or
8700 @acronym{S/MIME}) message
8701 (@code{gnus-summary-force-verify-and-decrypt}). @xref{Security}.
8702
8703 @item W a
8704 @kindex W a (Summary)
8705 @findex gnus-article-strip-headers-in-body
8706 Strip headers like the @code{X-No-Archive} header from the beginning of
8707 article bodies (@code{gnus-article-strip-headers-in-body}).
8708
8709 @item W E l
8710 @kindex W E l (Summary)
8711 @findex gnus-article-strip-leading-blank-lines
8712 Remove all blank lines from the beginning of the article
8713 (@code{gnus-article-strip-leading-blank-lines}).
8714
8715 @item W E m
8716 @kindex W E m (Summary)
8717 @findex gnus-article-strip-multiple-blank-lines
8718 Replace all blank lines with empty lines and then all multiple empty
8719 lines with a single empty line.
8720 (@code{gnus-article-strip-multiple-blank-lines}).
8721
8722 @item W E t
8723 @kindex W E t (Summary)
8724 @findex gnus-article-remove-trailing-blank-lines
8725 Remove all blank lines at the end of the article
8726 (@code{gnus-article-remove-trailing-blank-lines}).
8727
8728 @item W E a
8729 @kindex W E a (Summary)
8730 @findex gnus-article-strip-blank-lines
8731 Do all the three commands above
8732 (@code{gnus-article-strip-blank-lines}).
8733
8734 @item W E A
8735 @kindex W E A (Summary)
8736 @findex gnus-article-strip-all-blank-lines
8737 Remove all blank lines
8738 (@code{gnus-article-strip-all-blank-lines}).
8739
8740 @item W E s
8741 @kindex W E s (Summary)
8742 @findex gnus-article-strip-leading-space
8743 Remove all white space from the beginning of all lines of the article
8744 body (@code{gnus-article-strip-leading-space}).
8745
8746 @item W E e
8747 @kindex W E e (Summary)
8748 @findex gnus-article-strip-trailing-space
8749 Remove all white space from the end of all lines of the article
8750 body (@code{gnus-article-strip-trailing-space}).
8751
8752 @end table
8753
8754 @xref{Customizing Articles}, for how to wash articles automatically.
8755
8756
8757 @node Article Header
8758 @subsection Article Header
8759
8760 These commands perform various transformations of article header.
8761
8762 @table @kbd
8763
8764 @item W G u
8765 @kindex W G u (Summary)
8766 @findex gnus-article-treat-unfold-headers
8767 Unfold folded header lines (@code{gnus-article-treat-unfold-headers}).
8768
8769 @item W G n
8770 @kindex W G n (Summary)
8771 @findex gnus-article-treat-fold-newsgroups
8772 Fold the @code{Newsgroups} and @code{Followup-To} headers
8773 (@code{gnus-article-treat-fold-newsgroups}).
8774
8775 @item W G f
8776 @kindex W G f (Summary)
8777 @findex gnus-article-treat-fold-headers
8778 Fold all the message headers
8779 (@code{gnus-article-treat-fold-headers}).
8780
8781 @item W E w
8782 @kindex W E w (Summary)
8783 @findex gnus-article-remove-leading-whitespace
8784 Remove excessive whitespace from all headers
8785 (@code{gnus-article-remove-leading-whitespace}).
8786
8787 @end table
8788
8789
8790 @node Article Buttons
8791 @subsection Article Buttons
8792 @cindex buttons
8793
8794 People often include references to other stuff in articles, and it would
8795 be nice if Gnus could just fetch whatever it is that people talk about
8796 with the minimum of fuzz when you hit @kbd{RET} or use the middle mouse
8797 button on these references.
8798
8799 @vindex gnus-button-man-handler
8800 Gnus adds @dfn{buttons} to certain standard references by default:
8801 Well-formed URLs, mail addresses, Message-IDs, Info links, man pages and
8802 Emacs or Gnus related references.  This is controlled by two variables,
8803 one that handles article bodies and one that handles article heads:
8804
8805 @table @code
8806
8807 @item gnus-button-alist
8808 @vindex gnus-button-alist
8809 This is an alist where each entry has this form:
8810
8811 @lisp
8812 (@var{regexp} @var{button-par} @var{use-p} @var{function} @var{data-par})
8813 @end lisp
8814
8815 @table @var
8816
8817 @item regexp
8818 All text that match this regular expression (case insensitive) will be
8819 considered an external reference.  Here's a typical regexp that matches
8820 embedded URLs: @samp{<URL:\\([^\n\r>]*\\)>}.  This can also be a
8821 variable containing a regexp, useful variables to use include
8822 @code{gnus-button-url-regexp} and @code{gnus-button-mid-or-mail-regexp}.
8823
8824 @item button-par
8825 Gnus has to know which parts of the matches is to be highlighted.  This
8826 is a number that says what sub-expression of the regexp is to be
8827 highlighted.  If you want it all highlighted, you use 0 here.
8828
8829 @item use-p
8830 This form will be @code{eval}ed, and if the result is non-@code{nil},
8831 this is considered a match.  This is useful if you want extra sifting to
8832 avoid false matches.  Often variables named
8833 @code{gnus-button-@var{*}-level} are used here, @xref{Article Button
8834 Levels}, but any other form may be used too.
8835
8836 @c @code{use-p} is @code{eval}ed only if @code{regexp} matches.
8837
8838 @item function
8839 This function will be called when you click on this button.
8840
8841 @item data-par
8842 As with @var{button-par}, this is a sub-expression number, but this one
8843 says which part of the match is to be sent as data to @var{function}.
8844
8845 @end table
8846
8847 So the full entry for buttonizing URLs is then
8848
8849 @lisp
8850 ("<URL:\\([^\n\r>]*\\)>" 0 t gnus-button-url 1)
8851 @end lisp
8852
8853 @item gnus-header-button-alist
8854 @vindex gnus-header-button-alist
8855 This is just like the other alist, except that it is applied to the
8856 article head only, and that each entry has an additional element that is
8857 used to say what headers to apply the buttonize coding to:
8858
8859 @lisp
8860 (@var{header} @var{regexp} @var{button-par} @var{use-p} @var{function} @var{data-par})
8861 @end lisp
8862
8863 @var{header} is a regular expression.
8864 @end table
8865
8866 @subsubsection Related variables and functions
8867
8868 @table @code
8869 @item gnus-button-@var{*}-level
8870 @xref{Article Button Levels}.
8871
8872 @c Stuff related to gnus-button-browse-level
8873
8874 @item gnus-button-url-regexp
8875 @vindex gnus-button-url-regexp
8876 A regular expression that matches embedded URLs.  It is used in the
8877 default values of the variables above.
8878
8879 @c Stuff related to gnus-button-man-level
8880
8881 @item gnus-button-man-handler
8882 @vindex gnus-button-man-handler
8883 The function to use for displaying man pages.  It must take at least one
8884 argument with a string naming the man page.
8885
8886 @c Stuff related to gnus-button-message-level
8887
8888 @item gnus-button-mid-or-mail-regexp
8889 @vindex gnus-button-mid-or-mail-regexp
8890 Regular expression that matches a message ID or a mail address.
8891
8892 @item gnus-button-prefer-mid-or-mail
8893 @vindex gnus-button-prefer-mid-or-mail
8894 This variable determines what to do when the button on a string as
8895 @samp{foo123@@bar.invalid} is pushed.  Strings like this can be either a
8896 message ID or a mail address.  If it is one of the symbols @code{mid} or
8897 @code{mail}, Gnus will always assume that the string is a message ID or
8898 a mail address, respectively.  If this variable is set to the symbol
8899 @code{ask}, always query the user what do do.  If it is a function, this
8900 function will be called with the string as its only argument.  The
8901 function must return @code{mid}, @code{mail}, @code{invalid} or
8902 @code{ask}.  The default value is the function
8903 @code{gnus-button-mid-or-mail-heuristic}.
8904
8905 @item gnus-button-mid-or-mail-heuristic
8906 @findex gnus-button-mid-or-mail-heuristic
8907 Function that guesses whether its argument is a message ID or a mail
8908 address.  Returns @code{mid} if it's a message IDs, @code{mail} if
8909 it's a mail address, @code{ask} if unsure and @code{invalid} if the
8910 string is invalid.
8911
8912 @item gnus-button-mid-or-mail-heuristic-alist
8913 @vindex gnus-button-mid-or-mail-heuristic-alist
8914 An alist of @code{(RATE . REGEXP)} pairs used by the function
8915 @code{gnus-button-mid-or-mail-heuristic}.
8916
8917 @c Stuff related to gnus-button-tex-level
8918
8919 @item gnus-button-ctan-handler
8920 @findex gnus-button-ctan-handler
8921 The function to use for displaying CTAN links.  It must take one
8922 argument, the string naming the URL.
8923
8924 @item gnus-ctan-url
8925 @vindex gnus-ctan-url
8926 Top directory of a CTAN (Comprehensive TeX Archive Network) archive used
8927 by @code{gnus-button-ctan-handler}.
8928
8929 @c Misc stuff
8930
8931 @item gnus-article-button-face
8932 @vindex gnus-article-button-face
8933 Face used on buttons.
8934
8935 @item gnus-article-mouse-face
8936 @vindex gnus-article-mouse-face
8937 Face used when the mouse cursor is over a button.
8938
8939 @end table
8940
8941 @xref{Customizing Articles}, for how to buttonize articles automatically.
8942
8943
8944 @node Article Button Levels
8945 @subsection Article button levels
8946 @cindex button levels
8947 The higher the value of the variables @code{gnus-button-@var{*}-level},
8948 the more buttons will appear.  If the level is zero, no corresponding
8949 buttons are displayed.  With the default value (which is 5) you should
8950 already see quite a lot of buttons.  With higher levels, you will see
8951 more buttons, but you may also get more false positives.  To avoid them,
8952 you can set the variables @code{gnus-button-@var{*}-level} local to
8953 specific groups (@pxref{Group Parameters}).  Here's an example for the
8954 variable @code{gnus-parameters}:
8955
8956 @lisp
8957 ;; @r{increase @code{gnus-button-*-level} in some groups:}
8958 (setq gnus-parameters
8959       '(("\\<\\(emacs\\|gnus\\)\\>" (gnus-button-emacs-level 10))
8960         ("\\<unix\\>"               (gnus-button-man-level 10))
8961         ("\\<tex\\>"                (gnus-button-tex-level 10))))
8962 @end lisp
8963
8964 @table @code
8965
8966 @item gnus-button-browse-level
8967 @vindex gnus-button-browse-level
8968 Controls the display of references to message IDs, mail addresses and
8969 news URLs.  Related variables and functions include
8970 @code{gnus-button-url-regexp}, @code{browse-url}, and
8971 @code{browse-url-browser-function}.
8972
8973 @item gnus-button-emacs-level
8974 @vindex gnus-button-emacs-level
8975 Controls the display of Emacs or Gnus references.  Related functions are
8976 @code{gnus-button-handle-custom},
8977 @code{gnus-button-handle-describe-function},
8978 @code{gnus-button-handle-describe-variable},
8979 @code{gnus-button-handle-symbol},
8980 @code{gnus-button-handle-describe-key},
8981 @code{gnus-button-handle-apropos},
8982 @code{gnus-button-handle-apropos-command},
8983 @code{gnus-button-handle-apropos-variable},
8984 @code{gnus-button-handle-apropos-documentation}, and
8985 @code{gnus-button-handle-library}.
8986
8987 @item gnus-button-man-level
8988 @vindex gnus-button-man-level
8989 Controls the display of references to (Unix) man pages.
8990 See @code{gnus-button-man-handler}.
8991
8992 @item gnus-button-message-level
8993 @vindex gnus-button-message-level
8994 Controls the display of message IDs, mail addresses and news URLs.
8995 Related variables and functions include
8996 @code{gnus-button-mid-or-mail-regexp},
8997 @code{gnus-button-prefer-mid-or-mail},
8998 @code{gnus-button-mid-or-mail-heuristic}, and
8999 @code{gnus-button-mid-or-mail-heuristic-alist}.
9000
9001 @item gnus-button-tex-level
9002 @vindex gnus-button-tex-level
9003 Controls the display of references to @TeX{} or LaTeX stuff, e.g. for CTAN
9004 URLs.  See the variables @code{gnus-ctan-url},
9005 @code{gnus-button-ctan-handler},
9006 @code{gnus-button-ctan-directory-regexp}, and
9007 @code{gnus-button-handle-ctan-bogus-regexp}.
9008
9009 @end table
9010
9011
9012 @node Article Date
9013 @subsection Article Date
9014
9015 The date is most likely generated in some obscure timezone you've never
9016 heard of, so it's quite nice to be able to find out what the time was
9017 when the article was sent.
9018
9019 @table @kbd
9020
9021 @item W T u
9022 @kindex W T u (Summary)
9023 @findex gnus-article-date-ut
9024 Display the date in UT (aka. GMT, aka ZULU)
9025 (@code{gnus-article-date-ut}).
9026
9027 @item W T i
9028 @kindex W T i (Summary)
9029 @findex gnus-article-date-iso8601
9030 @cindex ISO 8601
9031 Display the date in international format, aka. ISO 8601
9032 (@code{gnus-article-date-iso8601}).
9033
9034 @item W T l
9035 @kindex W T l (Summary)
9036 @findex gnus-article-date-local
9037 Display the date in the local timezone (@code{gnus-article-date-local}).
9038
9039 @item W T p
9040 @kindex W T p (Summary)
9041 @findex gnus-article-date-english
9042 Display the date in a format that's easily pronounceable in English
9043 (@code{gnus-article-date-english}).
9044
9045 @item W T s
9046 @kindex W T s (Summary)
9047 @vindex gnus-article-time-format
9048 @findex gnus-article-date-user
9049 @findex format-time-string
9050 Display the date using a user-defined format
9051 (@code{gnus-article-date-user}).  The format is specified by the
9052 @code{gnus-article-time-format} variable, and is a string that's passed
9053 to @code{format-time-string}.  See the documentation of that variable
9054 for a list of possible format specs.
9055
9056 @item W T e
9057 @kindex W T e (Summary)
9058 @findex gnus-article-date-lapsed
9059 @findex gnus-start-date-timer
9060 @findex gnus-stop-date-timer
9061 Say how much time has elapsed between the article was posted and now
9062 (@code{gnus-article-date-lapsed}).  It looks something like:
9063
9064 @example
9065 X-Sent: 6 weeks, 4 days, 1 hour, 3 minutes, 8 seconds ago
9066 @end example
9067
9068 @vindex gnus-article-date-lapsed-new-header
9069 The value of @code{gnus-article-date-lapsed-new-header} determines
9070 whether this header will just be added below the old Date one, or will
9071 replace it.
9072
9073 An advantage of using Gnus to read mail is that it converts simple bugs
9074 into wonderful absurdities.
9075
9076 If you want to have this line updated continually, you can put
9077
9078 @lisp
9079 (gnus-start-date-timer)
9080 @end lisp
9081
9082 in your @file{~/.gnus.el} file, or you can run it off of some hook.  If
9083 you want to stop the timer, you can use the @code{gnus-stop-date-timer}
9084 command.
9085
9086 @item W T o
9087 @kindex W T o (Summary)
9088 @findex gnus-article-date-original
9089 Display the original date (@code{gnus-article-date-original}).  This can
9090 be useful if you normally use some other conversion function and are
9091 worried that it might be doing something totally wrong.  Say, claiming
9092 that the article was posted in 1854.  Although something like that is
9093 @emph{totally} impossible.  Don't you trust me? *titter*
9094
9095 @end table
9096
9097 @xref{Customizing Articles}, for how to display the date in your
9098 preferred format automatically.
9099
9100
9101 @node Article Display
9102 @subsection Article Display
9103 @cindex picons
9104 @cindex x-face
9105 @cindex smileys
9106
9107 These commands add various frivolous display gimmicks to the article
9108 buffer in Emacs versions that support them.
9109
9110 @code{X-Face} headers are small black-and-white images supplied by the
9111 message headers (@pxref{X-Face}).
9112
9113 @code{Face} headers are small colored images supplied by the message
9114 headers (@pxref{Face}).
9115
9116 Smileys are those little @samp{:-)} symbols that people like to litter
9117 their messages with (@pxref{Smileys}).
9118
9119 Picons, on the other hand, reside on your own system, and Gnus will
9120 try to match the headers to what you have (@pxref{Picons}).
9121
9122 All these functions are toggles---if the elements already exist,
9123 they'll be removed.
9124
9125 @table @kbd
9126 @item W D x
9127 @kindex W D x (Summary)
9128 @findex gnus-article-display-x-face
9129 Display an @code{X-Face} in the @code{From} header.
9130 (@code{gnus-article-display-x-face}).
9131
9132 @item W D d
9133 @kindex W D d (Summary)
9134 @findex gnus-article-display-face
9135 Display a @code{Face} in the @code{From} header.
9136 (@code{gnus-article-display-face}).
9137
9138 @item W D s
9139 @kindex W D s (Summary)
9140 @findex gnus-treat-smiley
9141 Display smileys (@code{gnus-treat-smiley}).
9142
9143 @item W D f
9144 @kindex W D f (Summary)
9145 @findex gnus-treat-from-picon
9146 Piconify the @code{From} header (@code{gnus-treat-from-picon}).
9147
9148 @item W D m
9149 @kindex W D m (Summary)
9150 @findex gnus-treat-mail-picon
9151 Piconify all mail headers (i. e., @code{Cc}, @code{To})
9152 (@code{gnus-treat-mail-picon}).
9153
9154 @item W D n
9155 @kindex W D n (Summary)
9156 @findex gnus-treat-newsgroups-picon
9157 Piconify all news headers (i. e., @code{Newsgroups} and
9158 @code{Followup-To}) (@code{gnus-treat-newsgroups-picon}).
9159
9160 @item W D D
9161 @kindex W D D (Summary)
9162 @findex gnus-article-remove-images
9163 Remove all images from the article buffer
9164 (@code{gnus-article-remove-images}).
9165
9166 @end table
9167
9168
9169
9170 @node Article Signature
9171 @subsection Article Signature
9172 @cindex signatures
9173 @cindex article signature
9174
9175 @vindex gnus-signature-separator
9176 Each article is divided into two parts---the head and the body.  The
9177 body can be divided into a signature part and a text part.  The variable
9178 that says what is to be considered a signature is
9179 @code{gnus-signature-separator}.  This is normally the standard
9180 @samp{^-- $} as mandated by son-of-RFC 1036.  However, many people use
9181 non-standard signature separators, so this variable can also be a list
9182 of regular expressions to be tested, one by one.  (Searches are done
9183 from the end of the body towards the beginning.)  One likely value is:
9184
9185 @lisp
9186 (setq gnus-signature-separator
9187       '("^-- $"         ; @r{The standard}
9188         "^-- *$"        ; @r{A common mangling}
9189         "^-------*$"    ; @r{Many people just use a looong}
9190                         ; @r{line of dashes.  Shame!}
9191         "^ *--------*$" ; @r{Double-shame!}
9192         "^________*$"   ; @r{Underscores are also popular}
9193         "^========*$")) ; @r{Pervert!}
9194 @end lisp
9195
9196 The more permissive you are, the more likely it is that you'll get false
9197 positives.
9198
9199 @vindex gnus-signature-limit
9200 @code{gnus-signature-limit} provides a limit to what is considered a
9201 signature when displaying articles.
9202
9203 @enumerate
9204 @item
9205 If it is an integer, no signature may be longer (in characters) than
9206 that integer.
9207 @item
9208 If it is a floating point number, no signature may be longer (in lines)
9209 than that number.
9210 @item
9211 If it is a function, the function will be called without any parameters,
9212 and if it returns @code{nil}, there is no signature in the buffer.
9213 @item
9214 If it is a string, it will be used as a regexp.  If it matches, the text
9215 in question is not a signature.
9216 @end enumerate
9217
9218 This variable can also be a list where the elements may be of the types
9219 listed above.  Here's an example:
9220
9221 @lisp
9222 (setq gnus-signature-limit
9223       '(200.0 "^---*Forwarded article"))
9224 @end lisp
9225
9226 This means that if there are more than 200 lines after the signature
9227 separator, or the text after the signature separator is matched by
9228 the regular expression @samp{^---*Forwarded article}, then it isn't a
9229 signature after all.
9230
9231
9232 @node Article Miscellanea
9233 @subsection Article Miscellanea
9234
9235 @table @kbd
9236 @item A t
9237 @kindex A t (Summary)
9238 @findex gnus-article-babel
9239 Translate the article from one language to another
9240 (@code{gnus-article-babel}).
9241
9242 @end table
9243
9244
9245 @node MIME Commands
9246 @section MIME Commands
9247 @cindex MIME decoding
9248 @cindex attachments
9249 @cindex viewing attachments
9250
9251 The following commands all understand the numerical prefix.  For
9252 instance, @kbd{3 K v} means ``view the third @acronym{MIME} part''.
9253
9254 @table @kbd
9255 @item b
9256 @itemx K v
9257 @kindex b (Summary)
9258 @kindex K v (Summary)
9259 View the @acronym{MIME} part.
9260
9261 @item K o
9262 @kindex K o (Summary)
9263 Save the @acronym{MIME} part.
9264
9265 @item K O
9266 @kindex K O (Summary)
9267 Prompt for a file name, then save the @acronym{MIME} part and strip it
9268 from the article.  The stripped @acronym{MIME} object will be referred
9269 via the message/external-body @acronym{MIME} type.
9270
9271 @item K r
9272 @kindex K r (Summary)
9273 Replace the @acronym{MIME} part with an external body.
9274
9275 @item K d
9276 @kindex K d (Summary)
9277 Delete the @acronym{MIME} part and add some information about the
9278 removed part.
9279
9280 @item K c
9281 @kindex K c (Summary)
9282 Copy the @acronym{MIME} part.
9283
9284 @item K e
9285 @kindex K e (Summary)
9286 View the @acronym{MIME} part externally.
9287
9288 @item K i
9289 @kindex K i (Summary)
9290 View the @acronym{MIME} part internally.
9291
9292 @item K |
9293 @kindex K | (Summary)
9294 Pipe the @acronym{MIME} part to an external command.
9295 @end table
9296
9297 The rest of these @acronym{MIME} commands do not use the numerical prefix in
9298 the same manner:
9299
9300 @table @kbd
9301 @item K b
9302 @kindex K b (Summary)
9303 Make all the @acronym{MIME} parts have buttons in front of them.  This is
9304 mostly useful if you wish to save (or perform other actions) on inlined
9305 parts.
9306
9307 @item K m
9308 @kindex K m (Summary)
9309 @findex gnus-summary-repair-multipart
9310 Some multipart messages are transmitted with missing or faulty headers.
9311 This command will attempt to ``repair'' these messages so that they can
9312 be viewed in a more pleasant manner
9313 (@code{gnus-summary-repair-multipart}).
9314
9315 @item X m
9316 @kindex X m (Summary)
9317 @findex gnus-summary-save-parts
9318 Save all parts matching a @acronym{MIME} type to a directory
9319 (@code{gnus-summary-save-parts}).  Understands the process/prefix
9320 convention (@pxref{Process/Prefix}).
9321
9322 @item M-t
9323 @kindex M-t (Summary)
9324 @findex gnus-summary-toggle-display-buttonized
9325 Toggle the buttonized display of the article buffer
9326 (@code{gnus-summary-toggle-display-buttonized}).
9327
9328 @item W M w
9329 @kindex W M w (Summary)
9330 @findex gnus-article-decode-mime-words
9331 Decode RFC 2047-encoded words in the article headers
9332 (@code{gnus-article-decode-mime-words}).
9333
9334 @item W M c
9335 @kindex W M c (Summary)
9336 @findex gnus-article-decode-charset
9337 Decode encoded article bodies as well as charsets
9338 (@code{gnus-article-decode-charset}).
9339
9340 This command looks in the @code{Content-Type} header to determine the
9341 charset.  If there is no such header in the article, you can give it a
9342 prefix, which will prompt for the charset to decode as.  In regional
9343 groups where people post using some common encoding (but do not
9344 include @acronym{MIME} headers), you can set the @code{charset} group/topic
9345 parameter to the required charset (@pxref{Group Parameters}).
9346
9347 @item W M v
9348 @kindex W M v (Summary)
9349 @findex gnus-mime-view-all-parts
9350 View all the @acronym{MIME} parts in the current article
9351 (@code{gnus-mime-view-all-parts}).
9352
9353 @end table
9354
9355 Relevant variables:
9356
9357 @table @code
9358 @item gnus-ignored-mime-types
9359 @vindex gnus-ignored-mime-types
9360 This is a list of regexps.  @acronym{MIME} types that match a regexp from
9361 this list will be completely ignored by Gnus.  The default value is
9362 @code{nil}.
9363
9364 To have all Vcards be ignored, you'd say something like this:
9365
9366 @lisp
9367 (setq gnus-ignored-mime-types
9368       '("text/x-vcard"))
9369 @end lisp
9370
9371 @item gnus-article-loose-mime
9372 @vindex gnus-article-loose-mime
9373 If non-@code{nil}, Gnus won't require the @samp{MIME-Version} header
9374 before interpreting the message as a @acronym{MIME} message.  This helps
9375 when reading messages from certain broken mail user agents.  The
9376 default is @code{nil}.
9377
9378 @item gnus-article-emulate-mime
9379 @vindex gnus-article-emulate-mime
9380 There are other, non-@acronym{MIME} encoding methods used.  The most common
9381 is @samp{uuencode}, but yEncode is also getting to be popular.  If
9382 this variable is non-@code{nil}, Gnus will look in message bodies to
9383 see if it finds these encodings, and if so, it'll run them through the
9384 Gnus @acronym{MIME} machinery.  The default is @code{t}.
9385
9386 @item gnus-unbuttonized-mime-types
9387 @vindex gnus-unbuttonized-mime-types
9388 This is a list of regexps.  @acronym{MIME} types that match a regexp from
9389 this list won't have @acronym{MIME} buttons inserted unless they aren't
9390 displayed or this variable is overridden by
9391 @code{gnus-buttonized-mime-types}.  The default value is
9392 @code{(".*/.*")}.  This variable is only used when
9393 @code{gnus-inhibit-mime-unbuttonizing} is @code{nil}.
9394
9395 @item gnus-buttonized-mime-types
9396 @vindex gnus-buttonized-mime-types
9397 This is a list of regexps.  @acronym{MIME} types that match a regexp from
9398 this list will have @acronym{MIME} buttons inserted unless they aren't
9399 displayed.  This variable overrides
9400 @code{gnus-unbuttonized-mime-types}.  The default value is @code{nil}.
9401 This variable is only used when @code{gnus-inhibit-mime-unbuttonizing}
9402 is @code{nil}.
9403
9404 To see e.g. security buttons but no other buttons, you could set this
9405 variable to @code{("multipart/signed")} and leave
9406 @code{gnus-unbuttonized-mime-types} at the default value.
9407
9408 @item gnus-inhibit-mime-unbuttonizing
9409 @vindex gnus-inhibit-mime-unbuttonizing
9410 If this is non-@code{nil}, then all @acronym{MIME} parts get buttons.  The
9411 default value is @code{nil}.
9412
9413 @item gnus-article-mime-part-function
9414 @vindex gnus-article-mime-part-function
9415 For each @acronym{MIME} part, this function will be called with the @acronym{MIME}
9416 handle as the parameter.  The function is meant to be used to allow
9417 users to gather information from the article (e. g., add Vcard info to
9418 the bbdb database) or to do actions based on parts (e. g., automatically
9419 save all jpegs into some directory).
9420
9421 Here's an example function the does the latter:
9422
9423 @lisp
9424 (defun my-save-all-jpeg-parts (handle)
9425   (when (equal (car (mm-handle-type handle)) "image/jpeg")
9426     (with-temp-buffer
9427       (insert (mm-get-part handle))
9428       (write-region (point-min) (point-max)
9429                     (read-file-name "Save jpeg to: ")))))
9430 (setq gnus-article-mime-part-function
9431       'my-save-all-jpeg-parts)
9432 @end lisp
9433
9434 @vindex gnus-mime-multipart-functions
9435 @item gnus-mime-multipart-functions
9436 Alist of @acronym{MIME} multipart types and functions to handle them.
9437
9438 @vindex gnus-mime-display-multipart-alternative-as-mixed
9439 @item gnus-mime-display-multipart-alternative-as-mixed
9440 Display "multipart/alternative" parts as "multipart/mixed".
9441
9442 @vindex gnus-mime-display-multipart-related-as-mixed
9443 @item gnus-mime-display-multipart-related-as-mixed
9444 Display "multipart/related" parts as "multipart/mixed".
9445
9446 If displaying "text/html" is discouraged, see
9447 @code{mm-discouraged-alternatives} in @ref{Display Customization,
9448 Display Customization, , emacs-mime, Emacs-Mime Manual}.  Images or
9449 other material inside a "multipart/related" part might be overlooked
9450 when this variable is @code{nil}.
9451
9452 @vindex gnus-mime-display-multipart-as-mixed
9453 @item gnus-mime-display-multipart-as-mixed
9454 Display "multipart" parts as "multipart/mixed".  If @code{t}, it
9455 overrides @code{nil} values of
9456 @code{gnus-mime-display-multipart-alternative-as-mixed} and
9457 @code{gnus-mime-display-multipart-related-as-mixed}.
9458
9459 @vindex mm-file-name-rewrite-functions
9460 @item mm-file-name-rewrite-functions
9461 List of functions used for rewriting file names of @acronym{MIME} parts.
9462 Each function takes a file name as input and returns a file name.
9463
9464 Ready-made functions include@*
9465 @code{mm-file-name-delete-whitespace},
9466 @code{mm-file-name-trim-whitespace},
9467 @code{mm-file-name-collapse-whitespace}, and
9468 @code{mm-file-name-replace-whitespace}.  The later uses the value of
9469 the variable @code{mm-file-name-replace-whitespace} to replace each
9470 whitespace character in a file name with that string; default value
9471 is @code{"_"} (a single underscore).
9472 @findex mm-file-name-delete-whitespace
9473 @findex mm-file-name-trim-whitespace
9474 @findex mm-file-name-collapse-whitespace
9475 @findex mm-file-name-replace-whitespace
9476 @vindex mm-file-name-replace-whitespace
9477
9478 The standard functions @code{capitalize}, @code{downcase},
9479 @code{upcase}, and @code{upcase-initials} may be useful, too.
9480
9481 Everybody knows that whitespace characters in file names are evil,
9482 except those who don't know.  If you receive lots of attachments from
9483 such unenlightened users, you can make live easier by adding
9484
9485 @lisp
9486 (setq mm-file-name-rewrite-functions
9487       '(mm-file-name-trim-whitespace
9488         mm-file-name-collapse-whitespace
9489         mm-file-name-replace-whitespace))
9490 @end lisp
9491
9492 @noindent
9493 to your @file{~/.gnus.el} file.
9494
9495 @end table
9496
9497
9498 @node Charsets
9499 @section Charsets
9500 @cindex charsets
9501
9502 People use different charsets, and we have @acronym{MIME} to let us know what
9503 charsets they use.  Or rather, we wish we had.  Many people use
9504 newsreaders and mailers that do not understand or use @acronym{MIME}, and
9505 just send out messages without saying what character sets they use.  To
9506 help a bit with this, some local news hierarchies have policies that say
9507 what character set is the default.  For instance, the @samp{fj}
9508 hierarchy uses @code{iso-2022-jp}.
9509
9510 @vindex gnus-group-charset-alist
9511 This knowledge is encoded in the @code{gnus-group-charset-alist}
9512 variable, which is an alist of regexps (use the first item to match full
9513 group names) and default charsets to be used when reading these groups.
9514
9515 @vindex gnus-newsgroup-ignored-charsets
9516 In addition, some people do use soi-disant @acronym{MIME}-aware agents that
9517 aren't.  These blithely mark messages as being in @code{iso-8859-1}
9518 even if they really are in @code{koi-8}.  To help here, the
9519 @code{gnus-newsgroup-ignored-charsets} variable can be used.  The
9520 charsets that are listed here will be ignored.  The variable can be
9521 set on a group-by-group basis using the group parameters (@pxref{Group
9522 Parameters}).  The default value is @code{(unknown-8bit x-unknown)},
9523 which includes values some agents insist on having in there.
9524
9525 @vindex gnus-group-posting-charset-alist
9526 When posting, @code{gnus-group-posting-charset-alist} is used to
9527 determine which charsets should not be encoded using the @acronym{MIME}
9528 encodings.  For instance, some hierarchies discourage using
9529 quoted-printable header encoding.
9530
9531 This variable is an alist of regexps and permitted unencoded charsets
9532 for posting.  Each element of the alist has the form @code{(}@var{test
9533 header body-list}@code{)}, where:
9534
9535 @table @var
9536 @item test
9537 is either a regular expression matching the newsgroup header or a
9538 variable to query,
9539 @item header
9540 is the charset which may be left unencoded in the header (@code{nil}
9541 means encode all charsets),
9542 @item body-list
9543 is a list of charsets which may be encoded using 8bit content-transfer
9544 encoding in the body, or one of the special values @code{nil} (always
9545 encode using quoted-printable) or @code{t} (always use 8bit).
9546 @end table
9547
9548 @cindex Russian
9549 @cindex koi8-r
9550 @cindex koi8-u
9551 @cindex iso-8859-5
9552 @cindex coding system aliases
9553 @cindex preferred charset
9554
9555 @xref{Encoding Customization, , Encoding Customization, emacs-mime,
9556 The Emacs MIME Manual}, for additional variables that control which
9557 MIME charsets are used when sending messages.
9558
9559 Other charset tricks that may be useful, although not Gnus-specific:
9560
9561 If there are several @acronym{MIME} charsets that encode the same Emacs
9562 charset, you can choose what charset to use by saying the following:
9563
9564 @lisp
9565 (put-charset-property 'cyrillic-iso8859-5
9566                       'preferred-coding-system 'koi8-r)
9567 @end lisp
9568
9569 This means that Russian will be encoded using @code{koi8-r} instead of
9570 the default @code{iso-8859-5} @acronym{MIME} charset.
9571
9572 If you want to read messages in @code{koi8-u}, you can cheat and say
9573
9574 @lisp
9575 (define-coding-system-alias 'koi8-u 'koi8-r)
9576 @end lisp
9577
9578 This will almost do the right thing.
9579
9580 And finally, to read charsets like @code{windows-1251}, you can say
9581 something like
9582
9583 @lisp
9584 (codepage-setup 1251)
9585 (define-coding-system-alias 'windows-1251 'cp1251)
9586 @end lisp
9587
9588
9589 @node Article Commands
9590 @section Article Commands
9591
9592 @table @kbd
9593
9594 @item A P
9595 @cindex PostScript
9596 @cindex printing
9597 @kindex A P (Summary)
9598 @vindex gnus-ps-print-hook
9599 @findex gnus-summary-print-article
9600 Generate and print a PostScript image of the article buffer
9601 (@code{gnus-summary-print-article}).  @code{gnus-ps-print-hook} will
9602 be run just before printing the buffer.  An alternative way to print
9603 article is to use Muttprint (@pxref{Saving Articles}).
9604
9605 @end table
9606
9607
9608 @node Summary Sorting
9609 @section Summary Sorting
9610 @cindex summary sorting
9611
9612 You can have the summary buffer sorted in various ways, even though I
9613 can't really see why you'd want that.
9614
9615 @table @kbd
9616
9617 @item C-c C-s C-n
9618 @kindex C-c C-s C-n (Summary)
9619 @findex gnus-summary-sort-by-number
9620 Sort by article number (@code{gnus-summary-sort-by-number}).
9621
9622 @item C-c C-s C-a
9623 @kindex C-c C-s C-a (Summary)
9624 @findex gnus-summary-sort-by-author
9625 Sort by author (@code{gnus-summary-sort-by-author}).
9626
9627 @item C-c C-s C-t
9628 @kindex C-c C-s C-t (Summary)
9629 @findex gnus-summary-sort-by-recipient
9630 Sort by recipient (@code{gnus-summary-sort-by-recipient}).
9631
9632 @item C-c C-s C-s
9633 @kindex C-c C-s C-s (Summary)
9634 @findex gnus-summary-sort-by-subject
9635 Sort by subject (@code{gnus-summary-sort-by-subject}).
9636
9637 @item C-c C-s C-d
9638 @kindex C-c C-s C-d (Summary)
9639 @findex gnus-summary-sort-by-date
9640 Sort by date (@code{gnus-summary-sort-by-date}).
9641
9642 @item C-c C-s C-l
9643 @kindex C-c C-s C-l (Summary)
9644 @findex gnus-summary-sort-by-lines
9645 Sort by lines (@code{gnus-summary-sort-by-lines}).
9646
9647 @item C-c C-s C-c
9648 @kindex C-c C-s C-c (Summary)
9649 @findex gnus-summary-sort-by-chars
9650 Sort by article length (@code{gnus-summary-sort-by-chars}).
9651
9652 @item C-c C-s C-i
9653 @kindex C-c C-s C-i (Summary)
9654 @findex gnus-summary-sort-by-score
9655 Sort by score (@code{gnus-summary-sort-by-score}).
9656
9657 @item C-c C-s C-r
9658 @kindex C-c C-s C-r (Summary)
9659 @findex gnus-summary-sort-by-random
9660 Randomize (@code{gnus-summary-sort-by-random}).
9661
9662 @item C-c C-s C-o
9663 @kindex C-c C-s C-o (Summary)
9664 @findex gnus-summary-sort-by-original
9665 Sort using the default sorting method
9666 (@code{gnus-summary-sort-by-original}).
9667 @end table
9668
9669 These functions will work both when you use threading and when you don't
9670 use threading.  In the latter case, all summary lines will be sorted,
9671 line by line.  In the former case, sorting will be done on a
9672 root-by-root basis, which might not be what you were looking for.  To
9673 toggle whether to use threading, type @kbd{T T} (@pxref{Thread
9674 Commands}).
9675
9676
9677 @node Finding the Parent
9678 @section Finding the Parent
9679 @cindex parent articles
9680 @cindex referring articles
9681
9682 @table @kbd
9683 @item ^
9684 @kindex ^ (Summary)
9685 @findex gnus-summary-refer-parent-article
9686 If you'd like to read the parent of the current article, and it is not
9687 displayed in the summary buffer, you might still be able to.  That is,
9688 if the current group is fetched by @acronym{NNTP}, the parent hasn't expired
9689 and the @code{References} in the current article are not mangled, you
9690 can just press @kbd{^} or @kbd{A r}
9691 (@code{gnus-summary-refer-parent-article}).  If everything goes well,
9692 you'll get the parent.  If the parent is already displayed in the
9693 summary buffer, point will just move to this article.
9694
9695 If given a positive numerical prefix, fetch that many articles back into
9696 the ancestry.  If given a negative numerical prefix, fetch just that
9697 ancestor.  So if you say @kbd{3 ^}, Gnus will fetch the parent, the
9698 grandparent and the grandgrandparent of the current article.  If you say
9699 @kbd{-3 ^}, Gnus will only fetch the grandgrandparent of the current
9700 article.
9701
9702 @item A R (Summary)
9703 @findex gnus-summary-refer-references
9704 @kindex A R (Summary)
9705 Fetch all articles mentioned in the @code{References} header of the
9706 article (@code{gnus-summary-refer-references}).
9707
9708 @item A T (Summary)
9709 @findex gnus-summary-refer-thread
9710 @kindex A T (Summary)
9711 Display the full thread where the current article appears
9712 (@code{gnus-summary-refer-thread}).  This command has to fetch all the
9713 headers in the current group to work, so it usually takes a while.  If
9714 you do it often, you may consider setting @code{gnus-fetch-old-headers}
9715 to @code{invisible} (@pxref{Filling In Threads}).  This won't have any
9716 visible effects normally, but it'll make this command work a whole lot
9717 faster.  Of course, it'll make group entry somewhat slow.
9718
9719 @vindex gnus-refer-thread-limit
9720 The @code{gnus-refer-thread-limit} variable says how many old (i. e.,
9721 articles before the first displayed in the current group) headers to
9722 fetch when doing this command.  The default is 200.  If @code{t}, all
9723 the available headers will be fetched.  This variable can be overridden
9724 by giving the @kbd{A T} command a numerical prefix.
9725
9726 @item M-^ (Summary)
9727 @findex gnus-summary-refer-article
9728 @kindex M-^ (Summary)
9729 @cindex Message-ID
9730 @cindex fetching by Message-ID
9731 You can also ask Gnus for an arbitrary article, no matter what group it
9732 belongs to.  @kbd{M-^} (@code{gnus-summary-refer-article}) will ask you
9733 for a @code{Message-ID}, which is one of those long, hard-to-read
9734 thingies that look something like @samp{<38o6up$6f2@@hymir.ifi.uio.no>}.
9735 You have to get it all exactly right.  No fuzzy searches, I'm afraid.
9736
9737 Gnus looks for the @code{Message-ID} in the headers that have already
9738 been fetched, but also tries all the select methods specified by
9739 @code{gnus-refer-article-method} if it is not found.
9740 @end table
9741
9742 @vindex gnus-refer-article-method
9743 If the group you are reading is located on a back end that does not
9744 support fetching by @code{Message-ID} very well (like @code{nnspool}),
9745 you can set @code{gnus-refer-article-method} to an @acronym{NNTP} method.  It
9746 would, perhaps, be best if the @acronym{NNTP} server you consult is the one
9747 updating the spool you are reading from, but that's not really
9748 necessary.
9749
9750 It can also be a list of select methods, as well as the special symbol
9751 @code{current}, which means to use the current select method.  If it
9752 is a list, Gnus will try all the methods in the list until it finds a
9753 match.
9754
9755 Here's an example setting that will first try the current method, and
9756 then ask Google if that fails:
9757
9758 @lisp
9759 (setq gnus-refer-article-method
9760       '(current
9761         (nnweb "google" (nnweb-type google))))
9762 @end lisp
9763
9764 Most of the mail back ends support fetching by @code{Message-ID}, but
9765 do not do a particularly excellent job at it.  That is, @code{nnmbox},
9766 @code{nnbabyl}, @code{nnmaildir}, @code{nnml}, are able to locate
9767 articles from any groups, while @code{nnfolder}, and @code{nnimap} are
9768 only able to locate articles that have been posted to the current
9769 group.  (Anything else would be too time consuming.)  @code{nnmh} does
9770 not support this at all.
9771
9772
9773 @node Alternative Approaches
9774 @section Alternative Approaches
9775
9776 Different people like to read news using different methods.  This being
9777 Gnus, we offer a small selection of minor modes for the summary buffers.
9778
9779 @menu
9780 * Pick and Read::               First mark articles and then read them.
9781 * Binary Groups::               Auto-decode all articles.
9782 @end menu
9783
9784
9785 @node Pick and Read
9786 @subsection Pick and Read
9787 @cindex pick and read
9788
9789 Some newsreaders (like @code{nn} and, uhm, @code{Netnews} on VM/CMS) use
9790 a two-phased reading interface.  The user first marks in a summary
9791 buffer the articles she wants to read.  Then she starts reading the
9792 articles with just an article buffer displayed.
9793
9794 @findex gnus-pick-mode
9795 @kindex M-x gnus-pick-mode
9796 Gnus provides a summary buffer minor mode that allows
9797 this---@code{gnus-pick-mode}.  This basically means that a few process
9798 mark commands become one-keystroke commands to allow easy marking, and
9799 it provides one additional command for switching to the summary buffer.
9800
9801 Here are the available keystrokes when using pick mode:
9802
9803 @table @kbd
9804 @item .
9805 @kindex . (Pick)
9806 @findex gnus-pick-article-or-thread
9807 Pick the article or thread on the current line
9808 (@code{gnus-pick-article-or-thread}).  If the variable
9809 @code{gnus-thread-hide-subtree} is true, then this key selects the
9810 entire thread when used at the first article of the thread.  Otherwise,
9811 it selects just the article.  If given a numerical prefix, go to that
9812 thread or article and pick it.  (The line number is normally displayed
9813 at the beginning of the summary pick lines.)
9814
9815 @item SPACE
9816 @kindex SPACE (Pick)
9817 @findex gnus-pick-next-page
9818 Scroll the summary buffer up one page (@code{gnus-pick-next-page}).  If
9819 at the end of the buffer, start reading the picked articles.
9820
9821 @item u
9822 @kindex u (Pick)
9823 @findex gnus-pick-unmark-article-or-thread.
9824 Unpick the thread or article
9825 (@code{gnus-pick-unmark-article-or-thread}).  If the variable
9826 @code{gnus-thread-hide-subtree} is true, then this key unpicks the
9827 thread if used at the first article of the thread.  Otherwise it unpicks
9828 just the article.  You can give this key a numerical prefix to unpick
9829 the thread or article at that line.
9830
9831 @item RET
9832 @kindex RET (Pick)
9833 @findex gnus-pick-start-reading
9834 @vindex gnus-pick-display-summary
9835 Start reading the picked articles (@code{gnus-pick-start-reading}).  If
9836 given a prefix, mark all unpicked articles as read first.  If
9837 @code{gnus-pick-display-summary} is non-@code{nil}, the summary buffer
9838 will still be visible when you are reading.
9839
9840 @end table
9841
9842 All the normal summary mode commands are still available in the
9843 pick-mode, with the exception of @kbd{u}.  However @kbd{!} is available
9844 which is mapped to the same function
9845 @code{gnus-summary-tick-article-forward}.
9846
9847 If this sounds like a good idea to you, you could say:
9848
9849 @lisp
9850 (add-hook 'gnus-summary-mode-hook 'gnus-pick-mode)
9851 @end lisp
9852
9853 @vindex gnus-pick-mode-hook
9854 @code{gnus-pick-mode-hook} is run in pick minor mode buffers.
9855
9856 @vindex gnus-mark-unpicked-articles-as-read
9857 If @code{gnus-mark-unpicked-articles-as-read} is non-@code{nil}, mark
9858 all unpicked articles as read.  The default is @code{nil}.
9859
9860 @vindex gnus-summary-pick-line-format
9861 The summary line format in pick mode is slightly different from the
9862 standard format.  At the beginning of each line the line number is
9863 displayed.  The pick mode line format is controlled by the
9864 @code{gnus-summary-pick-line-format} variable (@pxref{Formatting
9865 Variables}).  It accepts the same format specs that
9866 @code{gnus-summary-line-format} does (@pxref{Summary Buffer Lines}).
9867
9868
9869 @node Binary Groups
9870 @subsection Binary Groups
9871 @cindex binary groups
9872
9873 @findex gnus-binary-mode
9874 @kindex M-x gnus-binary-mode
9875 If you spend much time in binary groups, you may grow tired of hitting
9876 @kbd{X u}, @kbd{n}, @kbd{RET} all the time.  @kbd{M-x gnus-binary-mode}
9877 is a minor mode for summary buffers that makes all ordinary Gnus article
9878 selection functions uudecode series of articles and display the result
9879 instead of just displaying the articles the normal way.
9880
9881 @kindex g (Binary)
9882 @findex gnus-binary-show-article
9883 The only way, in fact, to see the actual articles is the @kbd{g}
9884 command, when you have turned on this mode
9885 (@code{gnus-binary-show-article}).
9886
9887 @vindex gnus-binary-mode-hook
9888 @code{gnus-binary-mode-hook} is called in binary minor mode buffers.
9889
9890
9891 @node Tree Display
9892 @section Tree Display
9893 @cindex trees
9894
9895 @vindex gnus-use-trees
9896 If you don't like the normal Gnus summary display, you might try setting
9897 @code{gnus-use-trees} to @code{t}.  This will create (by default) an
9898 additional @dfn{tree buffer}.  You can execute all summary mode commands
9899 in the tree buffer.
9900
9901 There are a few variables to customize the tree display, of course:
9902
9903 @table @code
9904 @item gnus-tree-mode-hook
9905 @vindex gnus-tree-mode-hook
9906 A hook called in all tree mode buffers.
9907
9908 @item gnus-tree-mode-line-format
9909 @vindex gnus-tree-mode-line-format
9910 A format string for the mode bar in the tree mode buffers (@pxref{Mode
9911 Line Formatting}).  The default is @samp{Gnus: %%b %S %Z}.  For a list
9912 of valid specs, @pxref{Summary Buffer Mode Line}.
9913
9914 @item gnus-selected-tree-face
9915 @vindex gnus-selected-tree-face
9916 Face used for highlighting the selected article in the tree buffer.  The
9917 default is @code{modeline}.
9918
9919 @item gnus-tree-line-format
9920 @vindex gnus-tree-line-format
9921 A format string for the tree nodes.  The name is a bit of a misnomer,
9922 though---it doesn't define a line, but just the node.  The default value
9923 is @samp{%(%[%3,3n%]%)}, which displays the first three characters of
9924 the name of the poster.  It is vital that all nodes are of the same
9925 length, so you @emph{must} use @samp{%4,4n}-like specifiers.
9926
9927 Valid specs are:
9928
9929 @table @samp
9930 @item n
9931 The name of the poster.
9932 @item f
9933 The @code{From} header.
9934 @item N
9935 The number of the article.
9936 @item [
9937 The opening bracket.
9938 @item ]
9939 The closing bracket.
9940 @item s
9941 The subject.
9942 @end table
9943
9944 @xref{Formatting Variables}.
9945
9946 Variables related to the display are:
9947
9948 @table @code
9949 @item gnus-tree-brackets
9950 @vindex gnus-tree-brackets
9951 This is used for differentiating between ``real'' articles and
9952 ``sparse'' articles.  The format is
9953 @example
9954 ((@var{real-open} . @var{real-close})
9955  (@var{sparse-open} . @var{sparse-close})
9956  (@var{dummy-open} . @var{dummy-close}))
9957 @end example
9958 and the default is @code{((?[ . ?]) (?( . ?)) (?@{ . ?@}) (?< . ?>))}.
9959
9960 @item gnus-tree-parent-child-edges
9961 @vindex gnus-tree-parent-child-edges
9962 This is a list that contains the characters used for connecting parent
9963 nodes to their children.  The default is @code{(?- ?\\ ?|)}.
9964
9965 @end table
9966
9967 @item gnus-tree-minimize-window
9968 @vindex gnus-tree-minimize-window
9969 If this variable is non-@code{nil}, Gnus will try to keep the tree
9970 buffer as small as possible to allow more room for the other Gnus
9971 windows.  If this variable is a number, the tree buffer will never be
9972 higher than that number.  The default is @code{t}.  Note that if you
9973 have several windows displayed side-by-side in a frame and the tree
9974 buffer is one of these, minimizing the tree window will also resize all
9975 other windows displayed next to it.
9976
9977 You may also wish to add the following hook to keep the window minimized
9978 at all times:
9979
9980 @lisp
9981 (add-hook 'gnus-configure-windows-hook
9982           'gnus-tree-perhaps-minimize)
9983 @end lisp
9984
9985 @item gnus-generate-tree-function
9986 @vindex gnus-generate-tree-function
9987 @findex gnus-generate-horizontal-tree
9988 @findex gnus-generate-vertical-tree
9989 The function that actually generates the thread tree.  Two predefined
9990 functions are available: @code{gnus-generate-horizontal-tree} and
9991 @code{gnus-generate-vertical-tree} (which is the default).
9992
9993 @end table
9994
9995 Here's an example from a horizontal tree buffer:
9996
9997 @example
9998 @{***@}-(***)-[odd]-[Gun]
9999      |      \[Jan]
10000      |      \[odd]-[Eri]
10001      |      \(***)-[Eri]
10002      |            \[odd]-[Paa]
10003      \[Bjo]
10004      \[Gun]
10005      \[Gun]-[Jor]
10006 @end example
10007
10008 Here's the same thread displayed in a vertical tree buffer:
10009
10010 @example
10011 @group
10012 @{***@}
10013   |--------------------------\-----\-----\
10014 (***)                         [Bjo] [Gun] [Gun]
10015   |--\-----\-----\                          |
10016 [odd] [Jan] [odd] (***)                   [Jor]
10017   |           |     |--\
10018 [Gun]       [Eri] [Eri] [odd]
10019                           |
10020                         [Paa]
10021 @end group
10022 @end example
10023
10024 If you're using horizontal trees, it might be nice to display the trees
10025 side-by-side with the summary buffer.  You could add something like the
10026 following to your @file{~/.gnus.el} file:
10027
10028 @lisp
10029 (setq gnus-use-trees t
10030       gnus-generate-tree-function 'gnus-generate-horizontal-tree
10031       gnus-tree-minimize-window nil)
10032 (gnus-add-configuration
10033  '(article
10034    (vertical 1.0
10035              (horizontal 0.25
10036                          (summary 0.75 point)
10037                          (tree 1.0))
10038              (article 1.0))))
10039 @end lisp
10040
10041 @xref{Window Layout}.
10042
10043
10044 @node Mail Group Commands
10045 @section Mail Group Commands
10046 @cindex mail group commands
10047
10048 Some commands only make sense in mail groups.  If these commands are
10049 invalid in the current group, they will raise a hell and let you know.
10050
10051 All these commands (except the expiry and edit commands) use the
10052 process/prefix convention (@pxref{Process/Prefix}).
10053
10054 @table @kbd
10055
10056 @item B e
10057 @kindex B e (Summary)
10058 @findex gnus-summary-expire-articles
10059 Run all expirable articles in the current group through the expiry
10060 process (@code{gnus-summary-expire-articles}).  That is, delete all
10061 expirable articles in the group that have been around for a while.
10062 (@pxref{Expiring Mail}).
10063
10064 @item B C-M-e
10065 @kindex B C-M-e (Summary)
10066 @findex gnus-summary-expire-articles-now
10067 Delete all the expirable articles in the group
10068 (@code{gnus-summary-expire-articles-now}).  This means that @strong{all}
10069 articles eligible for expiry in the current group will
10070 disappear forever into that big @file{/dev/null} in the sky.
10071
10072 @item B DEL
10073 @kindex B DEL (Summary)
10074 @findex gnus-summary-delete-article
10075 @c @icon{gnus-summary-mail-delete}
10076 Delete the mail article.  This is ``delete'' as in ``delete it from your
10077 disk forever and ever, never to return again.'' Use with caution.
10078 (@code{gnus-summary-delete-article}).
10079
10080 @item B m
10081 @kindex B m (Summary)
10082 @cindex move mail
10083 @findex gnus-summary-move-article
10084 @vindex gnus-preserve-marks
10085 Move the article from one mail group to another
10086 (@code{gnus-summary-move-article}).  Marks will be preserved if
10087 @code{gnus-preserve-marks} is non-@code{nil} (which is the default).
10088
10089 @item B c
10090 @kindex B c (Summary)
10091 @cindex copy mail
10092 @findex gnus-summary-copy-article
10093 @c @icon{gnus-summary-mail-copy}
10094 Copy the article from one group (mail group or not) to a mail group
10095 (@code{gnus-summary-copy-article}).  Marks will be preserved if
10096 @code{gnus-preserve-marks} is non-@code{nil} (which is the default).
10097
10098 @item B B
10099 @kindex B B (Summary)
10100 @cindex crosspost mail
10101 @findex gnus-summary-crosspost-article
10102 Crosspost the current article to some other group
10103 (@code{gnus-summary-crosspost-article}).  This will create a new copy of
10104 the article in the other group, and the Xref headers of the article will
10105 be properly updated.
10106
10107 @item B i
10108 @kindex B i (Summary)
10109 @findex gnus-summary-import-article
10110 Import an arbitrary file into the current mail newsgroup
10111 (@code{gnus-summary-import-article}).  You will be prompted for a file
10112 name, a @code{From} header and a @code{Subject} header.
10113
10114 @item B I
10115 @kindex B I (Summary)
10116 @findex gnus-summary-create-article
10117 Create an empty article in the current mail newsgroups
10118 (@code{gnus-summary-create-article}).  You will be prompted for a
10119 @code{From} header and a @code{Subject} header.
10120
10121 @item B r
10122 @kindex B r (Summary)
10123 @findex gnus-summary-respool-article
10124 @vindex gnus-summary-respool-default-method
10125 Respool the mail article (@code{gnus-summary-respool-article}).
10126 @code{gnus-summary-respool-default-method} will be used as the default
10127 select method when respooling.  This variable is @code{nil} by default,
10128 which means that the current group select method will be used instead.
10129 Marks will be preserved if @code{gnus-preserve-marks} is non-@code{nil}
10130 (which is the default).
10131
10132 @item B w
10133 @itemx e
10134 @kindex B w (Summary)
10135 @kindex e (Summary)
10136 @findex gnus-summary-edit-article
10137 @kindex C-c C-c (Article)
10138 @findex gnus-summary-edit-article-done
10139 Edit the current article (@code{gnus-summary-edit-article}).  To finish
10140 editing and make the changes permanent, type @kbd{C-c C-c}
10141 (@code{gnus-summary-edit-article-done}).  If you give a prefix to the
10142 @kbd{C-c C-c} command, Gnus won't re-highlight the article.
10143
10144 @item B q
10145 @kindex B q (Summary)
10146 @findex gnus-summary-respool-query
10147 If you want to re-spool an article, you might be curious as to what group
10148 the article will end up in before you do the re-spooling.  This command
10149 will tell you (@code{gnus-summary-respool-query}).
10150
10151 @item B t
10152 @kindex B t (Summary)
10153 @findex gnus-summary-respool-trace
10154 Similarly, this command will display all fancy splitting patterns used
10155 when respooling, if any (@code{gnus-summary-respool-trace}).
10156
10157 @item B p
10158 @kindex B p (Summary)
10159 @findex gnus-summary-article-posted-p
10160 Some people have a tendency to send you ``courtesy'' copies when they
10161 follow up to articles you have posted.  These usually have a
10162 @code{Newsgroups} header in them, but not always.  This command
10163 (@code{gnus-summary-article-posted-p}) will try to fetch the current
10164 article from your news server (or rather, from
10165 @code{gnus-refer-article-method} or @code{gnus-select-method}) and will
10166 report back whether it found the article or not.  Even if it says that
10167 it didn't find the article, it may have been posted anyway---mail
10168 propagation is much faster than news propagation, and the news copy may
10169 just not have arrived yet.
10170
10171 @item K E
10172 @kindex K E (Summary)
10173 @findex gnus-article-encrypt-body
10174 @vindex gnus-article-encrypt-protocol
10175 Encrypt the body of an article (@code{gnus-article-encrypt-body}).
10176 The body is encrypted with the encryption protocol specified by the
10177 variable @code{gnus-article-encrypt-protocol}.
10178
10179 @end table
10180
10181 @vindex gnus-move-split-methods
10182 @cindex moving articles
10183 If you move (or copy) articles regularly, you might wish to have Gnus
10184 suggest where to put the articles.  @code{gnus-move-split-methods} is a
10185 variable that uses the same syntax as @code{gnus-split-methods}
10186 (@pxref{Saving Articles}).  You may customize that variable to create
10187 suggestions you find reasonable.  (Note that
10188 @code{gnus-move-split-methods} uses group names where
10189 @code{gnus-split-methods} uses file names.)
10190
10191 @lisp
10192 (setq gnus-move-split-methods
10193       '(("^From:.*Lars Magne" "nnml:junk")
10194         ("^Subject:.*gnus" "nnfolder:important")
10195         (".*" "nnml:misc")))
10196 @end lisp
10197
10198
10199 @node Various Summary Stuff
10200 @section Various Summary Stuff
10201
10202 @menu
10203 * Summary Group Information::   Information oriented commands.
10204 * Searching for Articles::      Multiple article commands.
10205 * Summary Generation Commands::
10206 * Really Various Summary Commands::  Those pesky non-conformant commands.
10207 @end menu
10208
10209 @table @code
10210 @vindex gnus-summary-display-while-building
10211 @item gnus-summary-display-while-building
10212 If non-@code{nil}, show and update the summary buffer as it's being
10213 built.  If @code{t}, update the buffer after every line is inserted.
10214 If the value is an integer, @var{n}, update the display every @var{n}
10215 lines.  The default is @code{nil}.
10216
10217 @vindex gnus-summary-display-arrow
10218 @item gnus-summary-display-arrow
10219 If non-@code{nil}, display an arrow in the fringe to indicate the
10220 current article.
10221
10222 @vindex gnus-summary-mode-hook
10223 @item gnus-summary-mode-hook
10224 This hook is called when creating a summary mode buffer.
10225
10226 @vindex gnus-summary-generate-hook
10227 @item gnus-summary-generate-hook
10228 This is called as the last thing before doing the threading and the
10229 generation of the summary buffer.  It's quite convenient for customizing
10230 the threading variables based on what data the newsgroup has.  This hook
10231 is called from the summary buffer after most summary buffer variables
10232 have been set.
10233
10234 @vindex gnus-summary-prepare-hook
10235 @item gnus-summary-prepare-hook
10236 It is called after the summary buffer has been generated.  You might use
10237 it to, for instance, highlight lines or modify the look of the buffer in
10238 some other ungodly manner.  I don't care.
10239
10240 @vindex gnus-summary-prepared-hook
10241 @item gnus-summary-prepared-hook
10242 A hook called as the very last thing after the summary buffer has been
10243 generated.
10244
10245 @vindex gnus-summary-ignore-duplicates
10246 @item gnus-summary-ignore-duplicates
10247 When Gnus discovers two articles that have the same @code{Message-ID},
10248 it has to do something drastic.  No articles are allowed to have the
10249 same @code{Message-ID}, but this may happen when reading mail from some
10250 sources.  Gnus allows you to customize what happens with this variable.
10251 If it is @code{nil} (which is the default), Gnus will rename the
10252 @code{Message-ID} (for display purposes only) and display the article as
10253 any other article.  If this variable is @code{t}, it won't display the
10254 article---it'll be as if it never existed.
10255
10256 @vindex gnus-alter-articles-to-read-function
10257 @item gnus-alter-articles-to-read-function
10258 This function, which takes two parameters (the group name and the list
10259 of articles to be selected), is called to allow the user to alter the
10260 list of articles to be selected.
10261
10262 For instance, the following function adds the list of cached articles to
10263 the list in one particular group:
10264
10265 @lisp
10266 (defun my-add-cached-articles (group articles)
10267   (if (string= group "some.group")
10268       (append gnus-newsgroup-cached articles)
10269     articles))
10270 @end lisp
10271
10272 @vindex gnus-newsgroup-variables
10273 @item gnus-newsgroup-variables
10274 A list of newsgroup (summary buffer) local variables, or cons of
10275 variables and their default expressions to be evalled (when the default
10276 values are not @code{nil}), that should be made global while the summary
10277 buffer is active.
10278
10279 Note: The default expressions will be evaluated (using function
10280 @code{eval}) before assignment to the local variable rather than just
10281 assigned to it.  If the default expression is the symbol @code{global},
10282 that symbol will not be evaluated but the global value of the local
10283 variable will be used instead.
10284
10285 These variables can be used to set variables in the group parameters
10286 while still allowing them to affect operations done in other
10287 buffers.  For example:
10288
10289 @lisp
10290 (setq gnus-newsgroup-variables
10291       '(message-use-followup-to
10292         (gnus-visible-headers .
10293  "^From:\\|^Newsgroups:\\|^Subject:\\|^Date:\\|^To:")))
10294 @end lisp
10295
10296 Also @pxref{Group Parameters}.
10297 @end table
10298
10299
10300 @node Summary Group Information
10301 @subsection Summary Group Information
10302
10303 @table @kbd
10304
10305 @item H f
10306 @kindex H f (Summary)
10307 @findex gnus-summary-fetch-faq
10308 @vindex gnus-group-faq-directory
10309 Try to fetch the @acronym{FAQ} (list of frequently asked questions)
10310 for the current group (@code{gnus-summary-fetch-faq}).  Gnus will try
10311 to get the @acronym{FAQ} from @code{gnus-group-faq-directory}, which
10312 is usually a directory on a remote machine.  This variable can also be
10313 a list of directories.  In that case, giving a prefix to this command
10314 will allow you to choose between the various sites.  @code{ange-ftp}
10315 or @code{efs} will probably be used for fetching the file.
10316
10317 @item H d
10318 @kindex H d (Summary)
10319 @findex gnus-summary-describe-group
10320 Give a brief description of the current group
10321 (@code{gnus-summary-describe-group}).  If given a prefix, force
10322 rereading the description from the server.
10323
10324 @item H h
10325 @kindex H h (Summary)
10326 @findex gnus-summary-describe-briefly
10327 Give an extremely brief description of the most important summary
10328 keystrokes (@code{gnus-summary-describe-briefly}).
10329
10330 @item H i
10331 @kindex H i (Summary)
10332 @findex gnus-info-find-node
10333 Go to the Gnus info node (@code{gnus-info-find-node}).
10334 @end table
10335
10336
10337 @node Searching for Articles
10338 @subsection Searching for Articles
10339
10340 @table @kbd
10341
10342 @item M-s
10343 @kindex M-s (Summary)
10344 @findex gnus-summary-search-article-forward
10345 Search through all subsequent (raw) articles for a regexp
10346 (@code{gnus-summary-search-article-forward}).
10347
10348 @item M-r
10349 @kindex M-r (Summary)
10350 @findex gnus-summary-search-article-backward
10351 Search through all previous (raw) articles for a regexp
10352 (@code{gnus-summary-search-article-backward}).
10353
10354 @item &
10355 @kindex & (Summary)
10356 @findex gnus-summary-execute-command
10357 This command will prompt you for a header, a regular expression to match
10358 on this field, and a command to be executed if the match is made
10359 (@code{gnus-summary-execute-command}).  If the header is an empty
10360 string, the match is done on the entire article.  If given a prefix,
10361 search backward instead.
10362
10363 For instance, @kbd{& RET some.*string RET #} will put the process mark on
10364 all articles that have heads or bodies that match @samp{some.*string}.
10365
10366 @item M-&
10367 @kindex M-& (Summary)
10368 @findex gnus-summary-universal-argument
10369 Perform any operation on all articles that have been marked with
10370 the process mark (@code{gnus-summary-universal-argument}).
10371 @end table
10372
10373 @node Summary Generation Commands
10374 @subsection Summary Generation Commands
10375
10376 @table @kbd
10377
10378 @item Y g
10379 @kindex Y g (Summary)
10380 @findex gnus-summary-prepare
10381 Regenerate the current summary buffer (@code{gnus-summary-prepare}).
10382
10383 @item Y c
10384 @kindex Y c (Summary)
10385 @findex gnus-summary-insert-cached-articles
10386 Pull all cached articles (for the current group) into the summary buffer
10387 (@code{gnus-summary-insert-cached-articles}).
10388
10389 @item Y d
10390 @kindex Y d (Summary)
10391 @findex gnus-summary-insert-dormant-articles
10392 Pull all dormant articles (for the current group) into the summary buffer
10393 (@code{gnus-summary-insert-dormant-articles}).
10394
10395 @end table
10396
10397
10398 @node Really Various Summary Commands
10399 @subsection Really Various Summary Commands
10400
10401 @table @kbd
10402
10403 @item A D
10404 @itemx C-d
10405 @kindex C-d (Summary)
10406 @kindex A D (Summary)
10407 @findex gnus-summary-enter-digest-group
10408 If the current article is a collection of other articles (for instance,
10409 a digest), you might use this command to enter a group based on the that
10410 article (@code{gnus-summary-enter-digest-group}).  Gnus will try to
10411 guess what article type is currently displayed unless you give a prefix
10412 to this command, which forces a ``digest'' interpretation.  Basically,
10413 whenever you see a message that is a collection of other messages of
10414 some format, you @kbd{C-d} and read these messages in a more convenient
10415 fashion.
10416
10417 @item C-M-d
10418 @kindex C-M-d (Summary)
10419 @findex gnus-summary-read-document
10420 This command is very similar to the one above, but lets you gather
10421 several documents into one biiig group
10422 (@code{gnus-summary-read-document}).  It does this by opening several
10423 @code{nndoc} groups for each document, and then opening an
10424 @code{nnvirtual} group on top of these @code{nndoc} groups.  This
10425 command understands the process/prefix convention
10426 (@pxref{Process/Prefix}).
10427
10428 @item C-t
10429 @kindex C-t (Summary)
10430 @findex gnus-summary-toggle-truncation
10431 Toggle truncation of summary lines
10432 (@code{gnus-summary-toggle-truncation}).  This will probably confuse the
10433 line centering function in the summary buffer, so it's not a good idea
10434 to have truncation switched off while reading articles.
10435
10436 @item =
10437 @kindex = (Summary)
10438 @findex gnus-summary-expand-window
10439 Expand the summary buffer window (@code{gnus-summary-expand-window}).
10440 If given a prefix, force an @code{article} window configuration.
10441
10442 @item C-M-e
10443 @kindex C-M-e (Summary)
10444 @findex gnus-summary-edit-parameters
10445 Edit the group parameters (@pxref{Group Parameters}) of the current
10446 group (@code{gnus-summary-edit-parameters}).
10447
10448 @item C-M-a
10449 @kindex C-M-a (Summary)
10450 @findex gnus-summary-customize-parameters
10451 Customize the group parameters (@pxref{Group Parameters}) of the current
10452 group (@code{gnus-summary-customize-parameters}).
10453
10454 @end table
10455
10456
10457 @node Exiting the Summary Buffer
10458 @section Exiting the Summary Buffer
10459 @cindex summary exit
10460 @cindex exiting groups
10461
10462 Exiting from the summary buffer will normally update all info on the
10463 group and return you to the group buffer.
10464
10465 @table @kbd
10466
10467 @item Z Z
10468 @itemx Z Q
10469 @itemx q
10470 @kindex Z Z (Summary)
10471 @kindex Z Q (Summary)
10472 @kindex q (Summary)
10473 @findex gnus-summary-exit
10474 @vindex gnus-summary-exit-hook
10475 @vindex gnus-summary-prepare-exit-hook
10476 @vindex gnus-group-no-more-groups-hook
10477 @c @icon{gnus-summary-exit}
10478 Exit the current group and update all information on the group
10479 (@code{gnus-summary-exit}).  @code{gnus-summary-prepare-exit-hook} is
10480 called before doing much of the exiting, which calls
10481 @code{gnus-summary-expire-articles} by default.
10482 @code{gnus-summary-exit-hook} is called after finishing the exit
10483 process.  @code{gnus-group-no-more-groups-hook} is run when returning to
10484 group mode having no more (unread) groups.
10485
10486 @item Z E
10487 @itemx Q
10488 @kindex Z E (Summary)
10489 @kindex Q (Summary)
10490 @findex gnus-summary-exit-no-update
10491 Exit the current group without updating any information on the group
10492 (@code{gnus-summary-exit-no-update}).
10493
10494 @item Z c
10495 @itemx c
10496 @kindex Z c (Summary)
10497 @kindex c (Summary)
10498 @findex gnus-summary-catchup-and-exit
10499 @c @icon{gnus-summary-catchup-and-exit}
10500 Mark all unticked articles in the group as read and then exit
10501 (@code{gnus-summary-catchup-and-exit}).
10502
10503 @item Z C
10504 @kindex Z C (Summary)
10505 @findex gnus-summary-catchup-all-and-exit
10506 Mark all articles, even the ticked ones, as read and then exit
10507 (@code{gnus-summary-catchup-all-and-exit}).
10508
10509 @item Z n
10510 @kindex Z n (Summary)
10511 @findex gnus-summary-catchup-and-goto-next-group
10512 Mark all articles as read and go to the next group
10513 (@code{gnus-summary-catchup-and-goto-next-group}).
10514
10515 @item Z R
10516 @itemx C-x C-s
10517 @kindex Z R (Summary)
10518 @kindex C-x C-s (Summary)
10519 @findex gnus-summary-reselect-current-group
10520 Exit this group, and then enter it again
10521 (@code{gnus-summary-reselect-current-group}).  If given a prefix, select
10522 all articles, both read and unread.
10523
10524 @item Z G
10525 @itemx M-g
10526 @kindex Z G (Summary)
10527 @kindex M-g (Summary)
10528 @findex gnus-summary-rescan-group
10529 @c @icon{gnus-summary-mail-get}
10530 Exit the group, check for new articles in the group, and select the
10531 group (@code{gnus-summary-rescan-group}).  If given a prefix, select all
10532 articles, both read and unread.
10533
10534 @item Z N
10535 @kindex Z N (Summary)
10536 @findex gnus-summary-next-group
10537 Exit the group and go to the next group
10538 (@code{gnus-summary-next-group}).
10539
10540 @item Z P
10541 @kindex Z P (Summary)
10542 @findex gnus-summary-prev-group
10543 Exit the group and go to the previous group
10544 (@code{gnus-summary-prev-group}).
10545
10546 @item Z s
10547 @kindex Z s (Summary)
10548 @findex gnus-summary-save-newsrc
10549 Save the current number of read/marked articles in the dribble buffer
10550 and then save the dribble buffer (@code{gnus-summary-save-newsrc}).  If
10551 given a prefix, also save the @file{.newsrc} file(s).  Using this
10552 command will make exit without updating (the @kbd{Q} command) worthless.
10553 @end table
10554
10555 @vindex gnus-exit-group-hook
10556 @code{gnus-exit-group-hook} is called when you exit the current group
10557 with an ``updating'' exit.  For instance @kbd{Q}
10558 (@code{gnus-summary-exit-no-update}) does not call this hook.
10559
10560 @findex gnus-summary-wake-up-the-dead
10561 @findex gnus-dead-summary-mode
10562 @vindex gnus-kill-summary-on-exit
10563 If you're in the habit of exiting groups, and then changing your mind
10564 about it, you might set @code{gnus-kill-summary-on-exit} to @code{nil}.
10565 If you do that, Gnus won't kill the summary buffer when you exit it.
10566 (Quelle surprise!)  Instead it will change the name of the buffer to
10567 something like @samp{*Dead Summary ... *} and install a minor mode
10568 called @code{gnus-dead-summary-mode}.  Now, if you switch back to this
10569 buffer, you'll find that all keys are mapped to a function called
10570 @code{gnus-summary-wake-up-the-dead}.  So tapping any keys in a dead
10571 summary buffer will result in a live, normal summary buffer.
10572
10573 There will never be more than one dead summary buffer at any one time.
10574
10575 @vindex gnus-use-cross-reference
10576 The data on the current group will be updated (which articles you have
10577 read, which articles you have replied to, etc.) when you exit the
10578 summary buffer.  If the @code{gnus-use-cross-reference} variable is
10579 @code{t} (which is the default), articles that are cross-referenced to
10580 this group and are marked as read, will also be marked as read in the
10581 other subscribed groups they were cross-posted to.  If this variable is
10582 neither @code{nil} nor @code{t}, the article will be marked as read in
10583 both subscribed and unsubscribed groups (@pxref{Crosspost Handling}).
10584
10585
10586 @node Crosspost Handling
10587 @section Crosspost Handling
10588
10589 @cindex velveeta
10590 @cindex spamming
10591 Marking cross-posted articles as read ensures that you'll never have to
10592 read the same article more than once.  Unless, of course, somebody has
10593 posted it to several groups separately.  Posting the same article to
10594 several groups (not cross-posting) is called @dfn{spamming}, and you are
10595 by law required to send nasty-grams to anyone who perpetrates such a
10596 heinous crime.  You may want to try NoCeM handling to filter out spam
10597 (@pxref{NoCeM}).
10598
10599 Remember: Cross-posting is kinda ok, but posting the same article
10600 separately to several groups is not.  Massive cross-posting (aka.
10601 @dfn{velveeta}) is to be avoided at all costs, and you can even use the
10602 @code{gnus-summary-mail-crosspost-complaint} command to complain about
10603 excessive crossposting (@pxref{Summary Mail Commands}).
10604
10605 @cindex cross-posting
10606 @cindex Xref
10607 @cindex @acronym{NOV}
10608 One thing that may cause Gnus to not do the cross-posting thing
10609 correctly is if you use an @acronym{NNTP} server that supports @sc{xover}
10610 (which is very nice, because it speeds things up considerably) which
10611 does not include the @code{Xref} header in its @acronym{NOV} lines.  This is
10612 Evil, but all too common, alas, alack.  Gnus tries to Do The Right Thing
10613 even with @sc{xover} by registering the @code{Xref} lines of all
10614 articles you actually read, but if you kill the articles, or just mark
10615 them as read without reading them, Gnus will not get a chance to snoop
10616 the @code{Xref} lines out of these articles, and will be unable to use
10617 the cross reference mechanism.
10618
10619 @cindex LIST overview.fmt
10620 @cindex overview.fmt
10621 To check whether your @acronym{NNTP} server includes the @code{Xref} header
10622 in its overview files, try @samp{telnet your.nntp.server nntp},
10623 @samp{MODE READER} on @code{inn} servers, and then say @samp{LIST
10624 overview.fmt}.  This may not work, but if it does, and the last line you
10625 get does not read @samp{Xref:full}, then you should shout and whine at
10626 your news admin until she includes the @code{Xref} header in the
10627 overview files.
10628
10629 @vindex gnus-nov-is-evil
10630 If you want Gnus to get the @code{Xref}s right all the time, you have to
10631 set @code{gnus-nov-is-evil} to @code{t}, which slows things down
10632 considerably.
10633
10634 C'est la vie.
10635
10636 For an alternative approach, @pxref{Duplicate Suppression}.
10637
10638
10639 @node Duplicate Suppression
10640 @section Duplicate Suppression
10641
10642 By default, Gnus tries to make sure that you don't have to read the same
10643 article more than once by utilizing the crossposting mechanism
10644 (@pxref{Crosspost Handling}).  However, that simple and efficient
10645 approach may not work satisfactory for some users for various
10646 reasons.
10647
10648 @enumerate
10649 @item
10650 The @acronym{NNTP} server may fail to generate the @code{Xref} header.  This
10651 is evil and not very common.
10652
10653 @item
10654 The @acronym{NNTP} server may fail to include the @code{Xref} header in the
10655 @file{.overview} data bases.  This is evil and all too common, alas.
10656
10657 @item
10658 You may be reading the same group (or several related groups) from
10659 different @acronym{NNTP} servers.
10660
10661 @item
10662 You may be getting mail that duplicates articles posted to groups.
10663 @end enumerate
10664
10665 I'm sure there are other situations where @code{Xref} handling fails as
10666 well, but these four are the most common situations.
10667
10668 If, and only if, @code{Xref} handling fails for you, then you may
10669 consider switching on @dfn{duplicate suppression}.  If you do so, Gnus
10670 will remember the @code{Message-ID}s of all articles you have read or
10671 otherwise marked as read, and then, as if by magic, mark them as read
10672 all subsequent times you see them---in @emph{all} groups.  Using this
10673 mechanism is quite likely to be somewhat inefficient, but not overly
10674 so.  It's certainly preferable to reading the same articles more than
10675 once.
10676
10677 Duplicate suppression is not a very subtle instrument.  It's more like a
10678 sledge hammer than anything else.  It works in a very simple
10679 fashion---if you have marked an article as read, it adds this Message-ID
10680 to a cache.  The next time it sees this Message-ID, it will mark the
10681 article as read with the @samp{M} mark.  It doesn't care what group it
10682 saw the article in.
10683
10684 @table @code
10685 @item gnus-suppress-duplicates
10686 @vindex gnus-suppress-duplicates
10687 If non-@code{nil}, suppress duplicates.
10688
10689 @item gnus-save-duplicate-list
10690 @vindex gnus-save-duplicate-list
10691 If non-@code{nil}, save the list of duplicates to a file.  This will
10692 make startup and shutdown take longer, so the default is @code{nil}.
10693 However, this means that only duplicate articles read in a single Gnus
10694 session are suppressed.
10695
10696 @item gnus-duplicate-list-length
10697 @vindex gnus-duplicate-list-length
10698 This variable says how many @code{Message-ID}s to keep in the duplicate
10699 suppression list.  The default is 10000.
10700
10701 @item gnus-duplicate-file
10702 @vindex gnus-duplicate-file
10703 The name of the file to store the duplicate suppression list in.  The
10704 default is @file{~/News/suppression}.
10705 @end table
10706
10707 If you have a tendency to stop and start Gnus often, setting
10708 @code{gnus-save-duplicate-list} to @code{t} is probably a good idea.  If
10709 you leave Gnus running for weeks on end, you may have it @code{nil}.  On
10710 the other hand, saving the list makes startup and shutdown much slower,
10711 so that means that if you stop and start Gnus often, you should set
10712 @code{gnus-save-duplicate-list} to @code{nil}.  Uhm.  I'll leave this up
10713 to you to figure out, I think.
10714
10715 @node Security
10716 @section Security
10717
10718 Gnus is able to verify signed messages or decrypt encrypted messages.
10719 The formats that are supported are @acronym{PGP}, @acronym{PGP/MIME}
10720 and @acronym{S/MIME}, however you need some external programs to get
10721 things to work:
10722
10723 @enumerate
10724 @item
10725 To handle @acronym{PGP} and @acronym{PGP/MIME} messages, you have to
10726 install an OpenPGP implementation such as GnuPG.  The Lisp interface
10727 to GnuPG included with Gnus is called PGG (@pxref{Top, ,PGG, pgg, PGG
10728 Manual}), but Mailcrypt and gpg.el are also supported.
10729
10730 @item
10731 To handle @acronym{S/MIME} message, you need to install OpenSSL.  OpenSSL 0.9.6
10732 or newer is recommended.
10733
10734 @end enumerate
10735
10736 More information on how to set things up can be found in the message
10737 manual (@pxref{Security, ,Security, message, Message Manual}).
10738
10739 @table @code
10740 @item mm-verify-option
10741 @vindex mm-verify-option
10742 Option of verifying signed parts.  @code{never}, not verify;
10743 @code{always}, always verify; @code{known}, only verify known
10744 protocols.  Otherwise, ask user.
10745
10746 @item mm-decrypt-option
10747 @vindex mm-decrypt-option
10748 Option of decrypting encrypted parts.  @code{never}, no decryption;
10749 @code{always}, always decrypt; @code{known}, only decrypt known
10750 protocols.  Otherwise, ask user.
10751
10752 @item mml1991-use
10753 @vindex mml1991-use
10754 Symbol indicating elisp interface to OpenPGP implementation for
10755 @acronym{PGP} messages.  The default is @code{pgg}, but
10756 @code{mailcrypt} and @code{gpg} are also supported although
10757 deprecated.
10758
10759 @item mml2015-use
10760 @vindex mml2015-use
10761 Symbol indicating elisp interface to OpenPGP implementation for
10762 @acronym{PGP/MIME} messages.  The default is @code{pgg}, but
10763 @code{mailcrypt} and @code{gpg} are also supported although
10764 deprecated.
10765
10766 @end table
10767
10768 @cindex snarfing keys
10769 @cindex importing PGP keys
10770 @cindex PGP key ring import
10771 Snarfing OpenPGP keys (i.e., importing keys from articles into your
10772 key ring) is not supported explicitly through a menu item or command,
10773 rather Gnus do detect and label keys as @samp{application/pgp-keys},
10774 allowing you to specify whatever action you think is appropriate
10775 through the usual @acronym{MIME} infrastructure.  You can use a
10776 @file{~/.mailcap} entry (@pxref{mailcap, , mailcap, emacs-mime, The
10777 Emacs MIME Manual}) such as the following to import keys using GNU
10778 Privacy Guard when you click on the @acronym{MIME} button
10779 (@pxref{Using MIME}).
10780
10781 @example
10782 application/pgp-keys; gpg --import --interactive --verbose; needsterminal
10783 @end example
10784 @noindent
10785 This happens to also be the default action defined in
10786 @code{mailcap-mime-data}.
10787
10788 @node Mailing List
10789 @section Mailing List
10790 @cindex mailing list
10791 @cindex RFC 2396
10792
10793 @kindex A M (summary)
10794 @findex gnus-mailing-list-insinuate
10795 Gnus understands some mailing list fields of RFC 2369.  To enable it,
10796 add a @code{to-list} group parameter (@pxref{Group Parameters}),
10797 possibly using @kbd{A M} (@code{gnus-mailing-list-insinuate}) in the
10798 summary buffer.
10799
10800 That enables the following commands to the summary buffer:
10801
10802 @table @kbd
10803
10804 @item C-c C-n h
10805 @kindex C-c C-n h (Summary)
10806 @findex gnus-mailing-list-help
10807 Send a message to fetch mailing list help, if List-Help field exists.
10808
10809 @item C-c C-n s
10810 @kindex C-c C-n s (Summary)
10811 @findex gnus-mailing-list-subscribe
10812 Send a message to subscribe the mailing list, if List-Subscribe field exists.
10813
10814 @item C-c C-n u
10815 @kindex C-c C-n u (Summary)
10816 @findex gnus-mailing-list-unsubscribe
10817 Send a message to unsubscribe the mailing list, if List-Unsubscribe
10818 field exists.
10819
10820 @item C-c C-n p
10821 @kindex C-c C-n p (Summary)
10822 @findex gnus-mailing-list-post
10823 Post to the mailing list, if List-Post field exists.
10824
10825 @item C-c C-n o
10826 @kindex C-c C-n o (Summary)
10827 @findex gnus-mailing-list-owner
10828 Send a message to the mailing list owner, if List-Owner field exists.
10829
10830 @item C-c C-n a
10831 @kindex C-c C-n a (Summary)
10832 @findex gnus-mailing-list-archive
10833 Browse the mailing list archive, if List-Archive field exists.
10834
10835 @end table
10836
10837
10838 @node Article Buffer
10839 @chapter Article Buffer
10840 @cindex article buffer
10841
10842 The articles are displayed in the article buffer, of which there is only
10843 one.  All the summary buffers share the same article buffer unless you
10844 tell Gnus otherwise.
10845
10846 @menu
10847 * Hiding Headers::              Deciding what headers should be displayed.
10848 * Using MIME::                  Pushing articles through @acronym{MIME} before reading them.
10849 * Customizing Articles::        Tailoring the look of the articles.
10850 * Article Keymap::              Keystrokes available in the article buffer.
10851 * Misc Article::                Other stuff.
10852 @end menu
10853
10854
10855 @node Hiding Headers
10856 @section Hiding Headers
10857 @cindex hiding headers
10858 @cindex deleting headers
10859
10860 The top section of each article is the @dfn{head}.  (The rest is the
10861 @dfn{body}, but you may have guessed that already.)
10862
10863 @vindex gnus-show-all-headers
10864 There is a lot of useful information in the head: the name of the person
10865 who wrote the article, the date it was written and the subject of the
10866 article.  That's well and nice, but there's also lots of information
10867 most people do not want to see---what systems the article has passed
10868 through before reaching you, the @code{Message-ID}, the
10869 @code{References}, etc. ad nauseam---and you'll probably want to get rid
10870 of some of those lines.  If you want to keep all those lines in the
10871 article buffer, you can set @code{gnus-show-all-headers} to @code{t}.
10872
10873 Gnus provides you with two variables for sifting headers:
10874
10875 @table @code
10876
10877 @item gnus-visible-headers
10878 @vindex gnus-visible-headers
10879 If this variable is non-@code{nil}, it should be a regular expression
10880 that says what headers you wish to keep in the article buffer.  All
10881 headers that do not match this variable will be hidden.
10882
10883 For instance, if you only want to see the name of the person who wrote
10884 the article and the subject, you'd say:
10885
10886 @lisp
10887 (setq gnus-visible-headers "^From:\\|^Subject:")
10888 @end lisp
10889
10890 This variable can also be a list of regexps to match headers to
10891 remain visible.
10892
10893 @item gnus-ignored-headers
10894 @vindex gnus-ignored-headers
10895 This variable is the reverse of @code{gnus-visible-headers}.  If this
10896 variable is set (and @code{gnus-visible-headers} is @code{nil}), it
10897 should be a regular expression that matches all lines that you want to
10898 hide.  All lines that do not match this variable will remain visible.
10899
10900 For instance, if you just want to get rid of the @code{References} line
10901 and the @code{Xref} line, you might say:
10902
10903 @lisp
10904 (setq gnus-ignored-headers "^References:\\|^Xref:")
10905 @end lisp
10906
10907 This variable can also be a list of regexps to match headers to
10908 be removed.
10909
10910 Note that if @code{gnus-visible-headers} is non-@code{nil}, this
10911 variable will have no effect.
10912
10913 @end table
10914
10915 @vindex gnus-sorted-header-list
10916 Gnus can also sort the headers for you.  (It does this by default.)  You
10917 can control the sorting by setting the @code{gnus-sorted-header-list}
10918 variable.  It is a list of regular expressions that says in what order
10919 the headers are to be displayed.
10920
10921 For instance, if you want the name of the author of the article first,
10922 and then the subject, you might say something like:
10923
10924 @lisp
10925 (setq gnus-sorted-header-list '("^From:" "^Subject:"))
10926 @end lisp
10927
10928 Any headers that are to remain visible, but are not listed in this
10929 variable, will be displayed in random order after all the headers listed in this variable.
10930
10931 @findex gnus-article-hide-boring-headers
10932 @vindex gnus-boring-article-headers
10933 You can hide further boring headers by setting
10934 @code{gnus-treat-hide-boring-headers} to @code{head}.  What this function
10935 does depends on the @code{gnus-boring-article-headers} variable.  It's a
10936 list, but this list doesn't actually contain header names.  Instead it
10937 lists various @dfn{boring conditions} that Gnus can check and remove
10938 from sight.
10939
10940 These conditions are:
10941 @table @code
10942 @item empty
10943 Remove all empty headers.
10944 @item followup-to
10945 Remove the @code{Followup-To} header if it is identical to the
10946 @code{Newsgroups} header.
10947 @item reply-to
10948 Remove the @code{Reply-To} header if it lists the same addresses as
10949 the @code{From} header, or if the @code{broken-reply-to} group
10950 parameter is set.
10951 @item newsgroups
10952 Remove the @code{Newsgroups} header if it only contains the current group
10953 name.
10954 @item to-address
10955 Remove the @code{To} header if it only contains the address identical to
10956 the current group's @code{to-address} parameter.
10957 @item to-list
10958 Remove the @code{To} header if it only contains the address identical to
10959 the current group's @code{to-list} parameter.
10960 @item cc-list
10961 Remove the @code{CC} header if it only contains the address identical to
10962 the current group's @code{to-list} parameter.
10963 @item date
10964 Remove the @code{Date} header if the article is less than three days
10965 old.
10966 @item long-to
10967 Remove the @code{To} header if it is very long.
10968 @item many-to
10969 Remove all @code{To} headers if there are more than one.
10970 @end table
10971
10972 To include these three elements, you could say something like:
10973
10974 @lisp
10975 (setq gnus-boring-article-headers
10976       '(empty followup-to reply-to))
10977 @end lisp
10978
10979 This is also the default value for this variable.
10980
10981
10982 @node Using MIME
10983 @section Using MIME
10984 @cindex @acronym{MIME}
10985
10986 Mime is a standard for waving your hands through the air, aimlessly,
10987 while people stand around yawning.
10988
10989 @acronym{MIME}, however, is a standard for encoding your articles, aimlessly,
10990 while all newsreaders die of fear.
10991
10992 @acronym{MIME} may specify what character set the article uses, the encoding
10993 of the characters, and it also makes it possible to embed pictures and
10994 other naughty stuff in innocent-looking articles.
10995
10996 @vindex gnus-display-mime-function
10997 @findex gnus-display-mime
10998 Gnus pushes @acronym{MIME} articles through @code{gnus-display-mime-function}
10999 to display the @acronym{MIME} parts.  This is @code{gnus-display-mime} by
11000 default, which creates a bundle of clickable buttons that can be used to
11001 display, save and manipulate the @acronym{MIME} objects.
11002
11003 The following commands are available when you have placed point over a
11004 @acronym{MIME} button:
11005
11006 @table @kbd
11007 @findex gnus-article-press-button
11008 @item RET (Article)
11009 @kindex RET (Article)
11010 @itemx BUTTON-2 (Article)
11011 Toggle displaying of the @acronym{MIME} object
11012 (@code{gnus-article-press-button}).  If built-in viewers can not display
11013 the object, Gnus resorts to external viewers in the @file{mailcap}
11014 files.  If a viewer has the @samp{copiousoutput} specification, the
11015 object is displayed inline.
11016
11017 @findex gnus-mime-view-part
11018 @item M-RET (Article)
11019 @kindex M-RET (Article)
11020 @itemx v (Article)
11021 Prompt for a method, and then view the @acronym{MIME} object using this
11022 method (@code{gnus-mime-view-part}).
11023
11024 @findex gnus-mime-view-part-as-type
11025 @item t (Article)
11026 @kindex t (Article)
11027 View the @acronym{MIME} object as if it were a different @acronym{MIME} media type
11028 (@code{gnus-mime-view-part-as-type}).
11029
11030 @findex gnus-mime-view-part-as-charset
11031 @item C (Article)
11032 @kindex C (Article)
11033 Prompt for a charset, and then view the @acronym{MIME} object using this
11034 charset (@code{gnus-mime-view-part-as-charset}).
11035
11036 @findex gnus-mime-save-part
11037 @item o (Article)
11038 @kindex o (Article)
11039 Prompt for a file name, and then save the @acronym{MIME} object
11040 (@code{gnus-mime-save-part}).
11041
11042 @findex gnus-mime-save-part-and-strip
11043 @item C-o (Article)
11044 @kindex C-o (Article)
11045 Prompt for a file name, then save the @acronym{MIME} object and strip it from
11046 the article.  Then proceed to article editing, where a reasonable
11047 suggestion is being made on how the altered article should look
11048 like.  The stripped @acronym{MIME} object will be referred via the
11049 message/external-body @acronym{MIME} type.
11050 (@code{gnus-mime-save-part-and-strip}).
11051
11052 @findex gnus-mime-replace-part
11053 @item r (Article)
11054 @kindex r (Article)
11055 Prompt for a file name, replace the @acronym{MIME} object with an
11056 external body refering to the file via the message/external-body
11057 @acronym{MIME} type.  (@code{gnus-mime-replace-part}).
11058
11059 @findex gnus-mime-delete-part
11060 @item d (Article)
11061 @kindex d (Article)
11062 Delete the @acronym{MIME} object from the article and replace it with some
11063 information about the removed @acronym{MIME} object
11064 (@code{gnus-mime-delete-part}).
11065
11066 @c FIXME: gnus-auto-select-part should be documented here
11067
11068 @findex gnus-mime-copy-part
11069 @item c (Article)
11070 @kindex c (Article)
11071 Copy the @acronym{MIME} object to a fresh buffer and display this buffer
11072 (@code{gnus-mime-copy-part}).  If given a prefix, copy the raw contents
11073 without decoding.  If given a numerical prefix, you can do semi-manual
11074 charset stuff (see @code{gnus-summary-show-article-charset-alist} in
11075 @ref{Paging the Article}).  Compressed files like @file{.gz} and
11076 @file{.bz2} are automatically decompressed if
11077 @code{auto-compression-mode} is enabled (@pxref{Compressed Files,,
11078 Accessing Compressed Files, emacs, The Emacs Editor}).
11079
11080 @findex gnus-mime-print-part
11081 @item p (Article)
11082 @kindex p (Article)
11083 Print the @acronym{MIME} object (@code{gnus-mime-print-part}).  This
11084 command respects the @samp{print=} specifications in the
11085 @file{.mailcap} file.
11086
11087 @findex gnus-mime-inline-part
11088 @item i (Article)
11089 @kindex i (Article)
11090 Insert the contents of the @acronym{MIME} object into the buffer
11091 (@code{gnus-mime-inline-part}) as text/plain.  If given a prefix, insert
11092 the raw contents without decoding.  If given a numerical prefix, you can
11093 do semi-manual charset stuff (see
11094 @code{gnus-summary-show-article-charset-alist} in @ref{Paging the
11095 Article}).  Compressed files like @file{.gz} and @file{.bz2} are
11096 automatically decompressed depending on @code{jka-compr} regardless of
11097 @code{auto-compression-mode} (@pxref{Compressed Files,, Accessing
11098 Compressed Files, emacs, The Emacs Editor}).
11099
11100 @findex gnus-mime-view-part-internally
11101 @item E (Article)
11102 @kindex E (Article)
11103 View the @acronym{MIME} object with an internal viewer.  If no internal
11104 viewer is available, use an external viewer
11105 (@code{gnus-mime-view-part-internally}).
11106
11107 @findex gnus-mime-view-part-externally
11108 @item e (Article)
11109 @kindex e (Article)
11110 View the @acronym{MIME} object with an external viewer.
11111 (@code{gnus-mime-view-part-externally}).
11112
11113 @findex gnus-mime-pipe-part
11114 @item | (Article)
11115 @kindex | (Article)
11116 Output the @acronym{MIME} object to a process (@code{gnus-mime-pipe-part}).
11117
11118 @findex gnus-mime-action-on-part
11119 @item . (Article)
11120 @kindex . (Article)
11121 Interactively run an action on the @acronym{MIME} object
11122 (@code{gnus-mime-action-on-part}).
11123
11124 @end table
11125
11126 Gnus will display some @acronym{MIME} objects automatically.  The way Gnus
11127 determines which parts to do this with is described in the Emacs
11128 @acronym{MIME} manual.
11129
11130 It might be best to just use the toggling functions from the article
11131 buffer to avoid getting nasty surprises.  (For instance, you enter the
11132 group @samp{alt.sing-a-long} and, before you know it, @acronym{MIME} has
11133 decoded the sound file in the article and some horrible sing-a-long song
11134 comes screaming out your speakers, and you can't find the volume button,
11135 because there isn't one, and people are starting to look at you, and you
11136 try to stop the program, but you can't, and you can't find the program
11137 to control the volume, and everybody else in the room suddenly decides
11138 to look at you disdainfully, and you'll feel rather stupid.)
11139
11140 Any similarity to real events and people is purely coincidental.  Ahem.
11141
11142 Also @pxref{MIME Commands}.
11143
11144
11145 @node Customizing Articles
11146 @section Customizing Articles
11147 @cindex article customization
11148
11149 A slew of functions for customizing how the articles are to look like
11150 exist.  You can call these functions interactively
11151 (@pxref{Article Washing}), or you can have them
11152 called automatically when you select the articles.
11153
11154 To have them called automatically, you should set the corresponding
11155 ``treatment'' variable.  For instance, to have headers hidden, you'd set
11156 @code{gnus-treat-hide-headers}.  Below is a list of variables that can
11157 be set, but first we discuss the values these variables can have.
11158
11159 Note: Some values, while valid, make little sense.  Check the list below
11160 for sensible values.
11161
11162 @enumerate
11163 @item
11164 @code{nil}: Don't do this treatment.
11165
11166 @item
11167 @code{t}: Do this treatment on all body parts.
11168
11169 @item
11170 @code{head}: Do the treatment on the headers.
11171
11172 @item
11173 @code{last}: Do this treatment on the last part.
11174
11175 @item
11176 An integer: Do this treatment on all body parts that have a length less
11177 than this number.
11178
11179 @item
11180 A list of strings: Do this treatment on all body parts that are in
11181 articles that are read in groups that have names that match one of the
11182 regexps in the list.
11183
11184 @item
11185 A list where the first element is not a string:
11186
11187 The list is evaluated recursively.  The first element of the list is a
11188 predicate.  The following predicates are recognized: @code{or},
11189 @code{and}, @code{not} and @code{typep}.  Here's an example:
11190
11191 @lisp
11192 (or last
11193     (typep "text/x-vcard"))
11194 @end lisp
11195
11196 @end enumerate
11197
11198 You may have noticed that the word @dfn{part} is used here.  This refers
11199 to the fact that some messages are @acronym{MIME} multipart articles that may
11200 be divided into several parts.  Articles that are not multiparts are
11201 considered to contain just a single part.
11202
11203 @vindex gnus-article-treat-types
11204 Are the treatments applied to all sorts of multipart parts?  Yes, if you
11205 want to, but by default, only @samp{text/plain} parts are given the
11206 treatment.  This is controlled by the @code{gnus-article-treat-types}
11207 variable, which is a list of regular expressions that are matched to the
11208 type of the part.  This variable is ignored if the value of the
11209 controlling variable is a predicate list, as described above.
11210
11211 The following treatment options are available.  The easiest way to
11212 customize this is to examine the @code{gnus-article-treat} customization
11213 group.  Values in parenthesis are suggested sensible values.  Others are
11214 possible but those listed are probably sufficient for most people.
11215
11216 @table @code
11217 @item gnus-treat-buttonize (t, integer)
11218 @item gnus-treat-buttonize-head (head)
11219
11220 @xref{Article Buttons}.
11221
11222 @item gnus-treat-capitalize-sentences (t, integer)
11223 @item gnus-treat-overstrike (t, integer)
11224 @item gnus-treat-strip-cr (t, integer)
11225 @item gnus-treat-strip-headers-in-body (t, integer)
11226 @item gnus-treat-strip-leading-blank-lines (t, integer)
11227 @item gnus-treat-strip-multiple-blank-lines (t, integer)
11228 @item gnus-treat-strip-pem (t, last, integer)
11229 @item gnus-treat-strip-trailing-blank-lines (t, last, integer)
11230 @item gnus-treat-unsplit-urls (t, integer)
11231 @item gnus-treat-wash-html (t, integer)
11232
11233 @xref{Article Washing}.
11234
11235 @item gnus-treat-date-english (head)
11236 @item gnus-treat-date-iso8601 (head)
11237 @item gnus-treat-date-lapsed (head)
11238 @item gnus-treat-date-local (head)
11239 @item gnus-treat-date-original (head)
11240 @item gnus-treat-date-user-defined (head)
11241 @item gnus-treat-date-ut (head)
11242
11243 @xref{Article Date}.
11244
11245 @item gnus-treat-from-picon (head)
11246 @item gnus-treat-mail-picon (head)
11247 @item gnus-treat-newsgroups-picon (head)
11248
11249 @xref{Picons}.
11250
11251 @item gnus-treat-display-smileys (t, integer)
11252
11253 @item gnus-treat-body-boundary (head)
11254
11255 @vindex gnus-body-boundary-delimiter
11256 Adds a delimiter between header and body, the string used as delimiter
11257 is controlled by @code{gnus-body-boundary-delimiter}.
11258
11259 @xref{Smileys}.
11260
11261 @item gnus-treat-display-x-face (head)
11262
11263 @xref{X-Face}.
11264
11265 @item gnus-treat-display-face (head)
11266
11267 @xref{Face}.
11268
11269 @item gnus-treat-emphasize (t, head, integer)
11270 @item gnus-treat-fill-article (t, integer)
11271 @item gnus-treat-fill-long-lines (t, integer)
11272 @item gnus-treat-hide-boring-headers (head)
11273 @item gnus-treat-hide-citation (t, integer)
11274 @item gnus-treat-hide-citation-maybe (t, integer)
11275 @item gnus-treat-hide-headers (head)
11276 @item gnus-treat-hide-signature (t, last)
11277 @item gnus-treat-strip-banner (t, last)
11278 @item gnus-treat-strip-list-identifiers (head)
11279
11280 @xref{Article Hiding}.
11281
11282 @item gnus-treat-highlight-citation (t, integer)
11283 @item gnus-treat-highlight-headers (head)
11284 @item gnus-treat-highlight-signature (t, last, integer)
11285
11286 @xref{Article Highlighting}.
11287
11288 @item gnus-treat-play-sounds
11289 @item gnus-treat-translate
11290 @item gnus-treat-ansi-sequences (t)
11291 @item gnus-treat-x-pgp-sig (head)
11292
11293 @item gnus-treat-unfold-headers (head)
11294 @item gnus-treat-fold-headers (head)
11295 @item gnus-treat-fold-newsgroups (head)
11296 @item gnus-treat-leading-whitespace (head)
11297
11298 @xref{Article Header}.
11299
11300
11301 @end table
11302
11303 @vindex gnus-part-display-hook
11304 You can, of course, write your own functions to be called from
11305 @code{gnus-part-display-hook}.  The functions are called narrowed to the
11306 part, and you can do anything you like, pretty much.  There is no
11307 information that you have to keep in the buffer---you can change
11308 everything.
11309
11310
11311 @node Article Keymap
11312 @section Article Keymap
11313
11314 Most of the keystrokes in the summary buffer can also be used in the
11315 article buffer.  They should behave as if you typed them in the summary
11316 buffer, which means that you don't actually have to have a summary
11317 buffer displayed while reading.  You can do it all from the article
11318 buffer.
11319
11320 A few additional keystrokes are available:
11321
11322 @table @kbd
11323
11324 @item SPACE
11325 @kindex SPACE (Article)
11326 @findex gnus-article-next-page
11327 Scroll forwards one page (@code{gnus-article-next-page}).
11328 This is exactly the same as @kbd{h SPACE h}.
11329
11330 @item DEL
11331 @kindex DEL (Article)
11332 @findex gnus-article-prev-page
11333 Scroll backwards one page (@code{gnus-article-prev-page}).
11334 This is exactly the same as @kbd{h DEL h}.
11335
11336 @item C-c ^
11337 @kindex C-c ^ (Article)
11338 @findex gnus-article-refer-article
11339 If point is in the neighborhood of a @code{Message-ID} and you press
11340 @kbd{C-c ^}, Gnus will try to get that article from the server
11341 (@code{gnus-article-refer-article}).
11342
11343 @item C-c C-m
11344 @kindex C-c C-m (Article)
11345 @findex gnus-article-mail
11346 Send a reply to the address near point (@code{gnus-article-mail}).  If
11347 given a prefix, include the mail.
11348
11349 @item s
11350 @kindex s (Article)
11351 @findex gnus-article-show-summary
11352 Reconfigure the buffers so that the summary buffer becomes visible
11353 (@code{gnus-article-show-summary}).
11354
11355 @item ?
11356 @kindex ? (Article)
11357 @findex gnus-article-describe-briefly
11358 Give a very brief description of the available keystrokes
11359 (@code{gnus-article-describe-briefly}).
11360
11361 @item TAB
11362 @kindex TAB (Article)
11363 @findex gnus-article-next-button
11364 Go to the next button, if any (@code{gnus-article-next-button}).  This
11365 only makes sense if you have buttonizing turned on.
11366
11367 @item M-TAB
11368 @kindex M-TAB (Article)
11369 @findex gnus-article-prev-button
11370 Go to the previous button, if any (@code{gnus-article-prev-button}).
11371
11372 @item R
11373 @kindex R (Article)
11374 @findex gnus-article-reply-with-original
11375 Send a reply to the current article and yank the current article
11376 (@code{gnus-article-reply-with-original}).  If given a prefix, make a
11377 wide reply.  If the region is active, only yank the text in the
11378 region.
11379
11380 @item F
11381 @kindex F (Article)
11382 @findex gnus-article-followup-with-original
11383 Send a followup to the current article and yank the current article
11384 (@code{gnus-article-followup-with-original}).  If given a prefix, make
11385 a wide reply.  If the region is active, only yank the text in the
11386 region.
11387
11388
11389 @end table
11390
11391
11392 @node Misc Article
11393 @section Misc Article
11394
11395 @table @code
11396
11397 @item gnus-single-article-buffer
11398 @vindex gnus-single-article-buffer
11399 If non-@code{nil}, use the same article buffer for all the groups.
11400 (This is the default.)  If @code{nil}, each group will have its own
11401 article buffer.
11402
11403 @vindex gnus-article-decode-hook
11404 @item gnus-article-decode-hook
11405 @cindex @acronym{MIME}
11406 Hook used to decode @acronym{MIME} articles.  The default value is
11407 @code{(article-decode-charset article-decode-encoded-words)}
11408
11409 @vindex gnus-article-prepare-hook
11410 @item gnus-article-prepare-hook
11411 This hook is called right after the article has been inserted into the
11412 article buffer.  It is mainly intended for functions that do something
11413 depending on the contents; it should probably not be used for changing
11414 the contents of the article buffer.
11415
11416 @item gnus-article-mode-hook
11417 @vindex gnus-article-mode-hook
11418 Hook called in article mode buffers.
11419
11420 @item gnus-article-mode-syntax-table
11421 @vindex gnus-article-mode-syntax-table
11422 Syntax table used in article buffers.  It is initialized from
11423 @code{text-mode-syntax-table}.
11424
11425 @vindex gnus-article-over-scroll
11426 @item gnus-article-over-scroll
11427 If non-@code{nil}, allow scrolling the article buffer even when there
11428 no more new text to scroll in.  The default is @code{nil}.
11429
11430 @vindex gnus-article-mode-line-format
11431 @item gnus-article-mode-line-format
11432 This variable is a format string along the same lines as
11433 @code{gnus-summary-mode-line-format} (@pxref{Summary Buffer Mode
11434 Line}).  It accepts the same format specifications as that variable,
11435 with two extensions:
11436
11437 @table @samp
11438
11439 @item w
11440 The @dfn{wash status} of the article.  This is a short string with one
11441 character for each possible article wash operation that may have been
11442 performed.  The characters and their meaning:
11443
11444 @table @samp
11445
11446 @item c
11447 Displayed when cited text may be hidden in the article buffer.
11448
11449 @item h
11450 Displayed when headers are hidden in the article buffer.
11451
11452 @item p
11453 Displayed when article is digitally signed or encrypted, and Gnus has
11454 hidden the security headers.  (N.B. does not tell anything about
11455 security status, i.e. good or bad signature.)
11456
11457 @item s
11458 Displayed when the signature has been hidden in the Article buffer.
11459
11460 @item o
11461 Displayed when Gnus has treated overstrike characters in the article buffer.
11462
11463 @item e
11464 Displayed when Gnus has treated emphasised strings in the article buffer.
11465
11466 @end table
11467
11468 @item m
11469 The number of @acronym{MIME} parts in the article.
11470
11471 @end table
11472
11473 @vindex gnus-break-pages
11474
11475 @item gnus-break-pages
11476 Controls whether @dfn{page breaking} is to take place.  If this variable
11477 is non-@code{nil}, the articles will be divided into pages whenever a
11478 page delimiter appears in the article.  If this variable is @code{nil},
11479 paging will not be done.
11480
11481 @item gnus-page-delimiter
11482 @vindex gnus-page-delimiter
11483 This is the delimiter mentioned above.  By default, it is @samp{^L}
11484 (formfeed).
11485
11486 @cindex IDNA
11487 @cindex internationalized domain names
11488 @vindex gnus-use-idna
11489 @item gnus-use-idna
11490 This variable controls whether Gnus performs IDNA decoding of
11491 internationalized domain names inside @samp{From}, @samp{To} and
11492 @samp{Cc} headers.  @xref{IDNA, ,IDNA,message, The Message Manual},
11493 for how to compose such messages.  This requires
11494 @uref{http://www.gnu.org/software/libidn/, GNU Libidn}, and this
11495 variable is only enabled if you have installed it.
11496
11497 @end table
11498
11499
11500 @node Composing Messages
11501 @chapter Composing Messages
11502 @cindex composing messages
11503 @cindex messages
11504 @cindex mail
11505 @cindex sending mail
11506 @cindex reply
11507 @cindex followup
11508 @cindex post
11509 @cindex using gpg
11510 @cindex using s/mime
11511 @cindex using smime
11512
11513 @kindex C-c C-c (Post)
11514 All commands for posting and mailing will put you in a message buffer
11515 where you can edit the article all you like, before you send the
11516 article by pressing @kbd{C-c C-c}.  @xref{Top, , Overview, message,
11517 Message Manual}.  Where the message will be posted/mailed to depends
11518 on your setup (@pxref{Posting Server}).
11519
11520 @menu
11521 * Mail::                        Mailing and replying.
11522 * Posting Server::              What server should you post and mail via?
11523 * POP before SMTP::             You cannot send a mail unless you read a mail.
11524 * Mail and Post::               Mailing and posting at the same time.
11525 * Archived Messages::           Where Gnus stores the messages you've sent.
11526 * Posting Styles::              An easier way to specify who you are.
11527 * Drafts::                      Postponing messages and rejected messages.
11528 * Rejected Articles::           What happens if the server doesn't like your article?
11529 * Signing and encrypting::      How to compose secure messages.
11530 @end menu
11531
11532 Also @pxref{Canceling and Superseding} for information on how to
11533 remove articles you shouldn't have posted.
11534
11535
11536 @node Mail
11537 @section Mail
11538
11539 Variables for customizing outgoing mail:
11540
11541 @table @code
11542 @item gnus-uu-digest-headers
11543 @vindex gnus-uu-digest-headers
11544 List of regexps to match headers included in digested messages.  The
11545 headers will be included in the sequence they are matched.  If
11546 @code{nil} include all headers.
11547
11548 @item gnus-add-to-list
11549 @vindex gnus-add-to-list
11550 If non-@code{nil}, add a @code{to-list} group parameter to mail groups
11551 that have none when you do a @kbd{a}.
11552
11553 @item gnus-confirm-mail-reply-to-news
11554 @vindex gnus-confirm-mail-reply-to-news
11555 If non-@code{nil}, Gnus will ask you for a confirmation when you are
11556 about to reply to news articles by mail.  If it is @code{nil}, nothing
11557 interferes in what you want to do.  This can also be a function
11558 receiving the group name as the only parameter which should return
11559 non-@code{nil} if a confirmation is needed, or a regular expression
11560 matching group names, where confirmation should be asked for.
11561
11562 If you find yourself never wanting to reply to mail, but occasionally
11563 press @kbd{R} anyway, this variable might be for you.
11564
11565 @item gnus-confirm-treat-mail-like-news
11566 @vindex gnus-confirm-treat-mail-like-news
11567 If non-@code{nil}, Gnus also requests confirmation according to
11568 @code{gnus-confirm-mail-reply-to-news} when replying to mail.  This is
11569 useful for treating mailing lists like newsgroups.
11570
11571 @end table
11572
11573
11574 @node Posting Server
11575 @section Posting Server
11576
11577 When you press those magical @kbd{C-c C-c} keys to ship off your latest
11578 (extremely intelligent, of course) article, where does it go?
11579
11580 Thank you for asking.  I hate you.
11581
11582 It can be quite complicated.
11583
11584 @vindex gnus-post-method
11585 When posting news, Message usually invokes @code{message-send-news}
11586 (@pxref{News Variables, , News Variables, message, Message Manual}).
11587 Normally, Gnus will post using the same select method as you're
11588 reading from (which might be convenient if you're reading lots of
11589 groups from different private servers).  However.  If the server
11590 you're reading from doesn't allow posting, just reading, you probably
11591 want to use some other server to post your (extremely intelligent and
11592 fabulously interesting) articles.  You can then set the
11593 @code{gnus-post-method} to some other method:
11594
11595 @lisp
11596 (setq gnus-post-method '(nnspool ""))
11597 @end lisp
11598
11599 Now, if you've done this, and then this server rejects your article, or
11600 this server is down, what do you do then?  To override this variable you
11601 can use a non-zero prefix to the @kbd{C-c C-c} command to force using
11602 the ``current'' server, to get back the default behavior, for posting.
11603
11604 If you give a zero prefix (i.e., @kbd{C-u 0 C-c C-c}) to that command,
11605 Gnus will prompt you for what method to use for posting.
11606
11607 You can also set @code{gnus-post-method} to a list of select methods.
11608 If that's the case, Gnus will always prompt you for what method to use
11609 for posting.
11610
11611 Finally, if you want to always post using the native select method,
11612 you can set this variable to @code{native}.
11613
11614 When sending mail, Message invokes @code{message-send-mail-function}.
11615 The default function, @code{message-send-mail-with-sendmail}, pipes
11616 your article to the @code{sendmail} binary for further queuing and
11617 sending.  When your local system is not configured for sending mail
11618 using @code{sendmail}, and you have access to a remote @acronym{SMTP}
11619 server, you can set @code{message-send-mail-function} to
11620 @code{smtpmail-send-it} and make sure to setup the @code{smtpmail}
11621 package correctly.  An example:
11622
11623 @lisp
11624 (setq message-send-mail-function 'smtpmail-send-it
11625       smtpmail-default-smtp-server "YOUR SMTP HOST")
11626 @end lisp
11627
11628 To the thing similar to this, there is
11629 @code{message-smtpmail-send-it}.  It is useful if your @acronym{ISP}
11630 requires the @acronym{POP}-before-@acronym{SMTP} authentication.
11631 @xref{POP before SMTP}.
11632
11633 Other possible choices for @code{message-send-mail-function} includes
11634 @code{message-send-mail-with-mh}, @code{message-send-mail-with-qmail},
11635 and @code{feedmail-send-it}.
11636
11637 @node POP before SMTP
11638 @section POP before SMTP
11639 @cindex pop before smtp
11640 @findex message-smtpmail-send-it
11641 @findex mail-source-touch-pop
11642
11643 Does your @acronym{ISP} require the @acronym{POP}-before-@acronym{SMTP}
11644 authentication?  It is whether you need to connect to the @acronym{POP}
11645 mail server within a certain time before sending mails.  If so, there is
11646 a convenient way.  To do that, put the following lines in your
11647 @file{~/.gnus.el} file:
11648
11649 @lisp
11650 (setq message-send-mail-function 'message-smtpmail-send-it)
11651 (add-hook 'message-send-mail-hook 'mail-source-touch-pop)
11652 @end lisp
11653
11654 @noindent
11655 It means to let Gnus connect to the @acronym{POP} mail server in advance
11656 whenever you send a mail.  The @code{mail-source-touch-pop} function
11657 does only a @acronym{POP} authentication according to the value of
11658 @code{mail-sources} without fetching mails, just before sending a mail.
11659 Note that you have to use @code{message-smtpmail-send-it} which runs
11660 @code{message-send-mail-hook} rather than @code{smtpmail-send-it} and
11661 set the value of @code{mail-sources} for a @acronym{POP} connection
11662 correctly.  @xref{Mail Sources}.
11663
11664 If you have two or more @acronym{POP} mail servers set in
11665 @code{mail-sources}, you may want to specify one of them to
11666 @code{mail-source-primary-source} as the @acronym{POP} mail server to be
11667 used for the @acronym{POP}-before-@acronym{SMTP} authentication.  If it
11668 is your primary @acronym{POP} mail server (i.e., you are fetching mails
11669 mainly from that server), you can set it permanently as follows:
11670
11671 @lisp
11672 (setq mail-source-primary-source
11673       '(pop :server "pop3.mail.server"
11674             :password "secret"))
11675 @end lisp
11676
11677 @noindent
11678 Otherwise, bind it dynamically only when performing the
11679 @acronym{POP}-before-@acronym{SMTP} authentication as follows:
11680
11681 @lisp
11682 (add-hook 'message-send-mail-hook
11683           (lambda ()
11684             (let ((mail-source-primary-source
11685                    '(pop :server "pop3.mail.server"
11686                          :password "secret")))
11687               (mail-source-touch-pop))))
11688 @end lisp
11689
11690 @node Mail and Post
11691 @section Mail and Post
11692
11693 Here's a list of variables relevant to both mailing and
11694 posting:
11695
11696 @table @code
11697 @item gnus-mailing-list-groups
11698 @findex gnus-mailing-list-groups
11699 @cindex mailing lists
11700
11701 If your news server offers groups that are really mailing lists
11702 gatewayed to the @acronym{NNTP} server, you can read those groups without
11703 problems, but you can't post/followup to them without some difficulty.
11704 One solution is to add a @code{to-address} to the group parameters
11705 (@pxref{Group Parameters}).  An easier thing to do is set the
11706 @code{gnus-mailing-list-groups} to a regexp that matches the groups that
11707 really are mailing lists.  Then, at least, followups to the mailing
11708 lists will work most of the time.  Posting to these groups (@kbd{a}) is
11709 still a pain, though.
11710
11711 @item gnus-user-agent
11712 @vindex gnus-user-agent
11713 @cindex User-Agent
11714
11715 This variable controls which information should be exposed in the
11716 User-Agent header.  It can be one of the symbols @code{gnus} (show only
11717 Gnus version), @code{emacs-gnus} (show only Emacs and Gnus versions),
11718 @code{emacs-gnus-config} (same as @code{emacs-gnus} plus system
11719 configuration), @code{emacs-gnus-type} (same as @code{emacs-gnus} plus
11720 system type) or a custom string.  If you set it to a string, be sure to
11721 use a valid format, see RFC 2616.
11722
11723 @end table
11724
11725 You may want to do spell-checking on messages that you send out.  Or, if
11726 you don't want to spell-check by hand, you could add automatic
11727 spell-checking via the @code{ispell} package:
11728
11729 @cindex ispell
11730 @findex ispell-message
11731 @lisp
11732 (add-hook 'message-send-hook 'ispell-message)
11733 @end lisp
11734
11735 If you want to change the @code{ispell} dictionary based on what group
11736 you're in, you could say something like the following:
11737
11738 @lisp
11739 (add-hook 'gnus-select-group-hook
11740           (lambda ()
11741             (cond
11742              ((string-match
11743                "^de\\." (gnus-group-real-name gnus-newsgroup-name))
11744               (ispell-change-dictionary "deutsch"))
11745              (t
11746               (ispell-change-dictionary "english")))))
11747 @end lisp
11748
11749 Modify to suit your needs.
11750
11751
11752 @node Archived Messages
11753 @section Archived Messages
11754 @cindex archived messages
11755 @cindex sent messages
11756
11757 Gnus provides a few different methods for storing the mail and news you
11758 send.  The default method is to use the @dfn{archive virtual server} to
11759 store the messages.  If you want to disable this completely, the
11760 @code{gnus-message-archive-group} variable should be @code{nil}, which
11761 is the default.
11762
11763 For archiving interesting messages in a group you read, see the
11764 @kbd{B c} (@code{gnus-summary-copy-article}) command (@pxref{Mail
11765 Group Commands}).
11766
11767 @vindex gnus-message-archive-method
11768 @code{gnus-message-archive-method} says what virtual server Gnus is to
11769 use to store sent messages.  The default is:
11770
11771 @lisp
11772 (nnfolder "archive"
11773           (nnfolder-directory   "~/Mail/archive")
11774           (nnfolder-active-file "~/Mail/archive/active")
11775           (nnfolder-get-new-mail nil)
11776           (nnfolder-inhibit-expiry t))
11777 @end lisp
11778
11779 You can, however, use any mail select method (@code{nnml},
11780 @code{nnmbox}, etc.).  @code{nnfolder} is a quite likable select method
11781 for doing this sort of thing, though.  If you don't like the default
11782 directory chosen, you could say something like:
11783
11784 @lisp
11785 (setq gnus-message-archive-method
11786       '(nnfolder "archive"
11787                  (nnfolder-inhibit-expiry t)
11788                  (nnfolder-active-file "~/News/sent-mail/active")
11789                  (nnfolder-directory "~/News/sent-mail/")))
11790 @end lisp
11791
11792 @vindex gnus-message-archive-group
11793 @cindex Gcc
11794 Gnus will insert @code{Gcc} headers in all outgoing messages that point
11795 to one or more group(s) on that server.  Which group to use is
11796 determined by the @code{gnus-message-archive-group} variable.
11797
11798 This variable can be used to do the following:
11799
11800 @table @asis
11801 @item a string
11802 Messages will be saved in that group.
11803
11804 Note that you can include a select method in the group name, then the
11805 message will not be stored in the select method given by
11806 @code{gnus-message-archive-method}, but in the select method specified
11807 by the group name, instead.  Suppose @code{gnus-message-archive-method}
11808 has the default value shown above.  Then setting
11809 @code{gnus-message-archive-group} to @code{"foo"} means that outgoing
11810 messages are stored in @samp{nnfolder+archive:foo}, but if you use the
11811 value @code{"nnml:foo"}, then outgoing messages will be stored in
11812 @samp{nnml:foo}.
11813
11814 @item a list of strings
11815 Messages will be saved in all those groups.
11816
11817 @item an alist of regexps, functions and forms
11818 When a key ``matches'', the result is used.
11819
11820 @item @code{nil}
11821 No message archiving will take place.  This is the default.
11822 @end table
11823
11824 Let's illustrate:
11825
11826 Just saving to a single group called @samp{MisK}:
11827 @lisp
11828 (setq gnus-message-archive-group "MisK")
11829 @end lisp
11830
11831 Saving to two groups, @samp{MisK} and @samp{safe}:
11832 @lisp
11833 (setq gnus-message-archive-group '("MisK" "safe"))
11834 @end lisp
11835
11836 Save to different groups based on what group you are in:
11837 @lisp
11838 (setq gnus-message-archive-group
11839       '(("^alt" "sent-to-alt")
11840         ("mail" "sent-to-mail")
11841         (".*" "sent-to-misc")))
11842 @end lisp
11843
11844 More complex stuff:
11845 @lisp
11846 (setq gnus-message-archive-group
11847       '((if (message-news-p)
11848             "misc-news"
11849           "misc-mail")))
11850 @end lisp
11851
11852 How about storing all news messages in one file, but storing all mail
11853 messages in one file per month:
11854
11855 @lisp
11856 (setq gnus-message-archive-group
11857       '((if (message-news-p)
11858             "misc-news"
11859           (concat "mail." (format-time-string "%Y-%m")))))
11860 @end lisp
11861
11862 @c (XEmacs 19.13 doesn't have @code{format-time-string}, so you'll have to
11863 @c use a different value for @code{gnus-message-archive-group} there.)
11864
11865 Now, when you send a message off, it will be stored in the appropriate
11866 group.  (If you want to disable storing for just one particular message,
11867 you can just remove the @code{Gcc} header that has been inserted.)  The
11868 archive group will appear in the group buffer the next time you start
11869 Gnus, or the next time you press @kbd{F} in the group buffer.  You can
11870 enter it and read the articles in it just like you'd read any other
11871 group.  If the group gets really big and annoying, you can simply rename
11872 if (using @kbd{G r} in the group buffer) to something
11873 nice---@samp{misc-mail-september-1995}, or whatever.  New messages will
11874 continue to be stored in the old (now empty) group.
11875
11876 That's the default method of archiving sent messages.  Gnus offers a
11877 different way for the people who don't like the default method.  In that
11878 case you should set @code{gnus-message-archive-group} to @code{nil};
11879 this will disable archiving.
11880
11881 @table @code
11882 @item gnus-outgoing-message-group
11883 @vindex gnus-outgoing-message-group
11884 All outgoing messages will be put in this group.  If you want to store
11885 all your outgoing mail and articles in the group @samp{nnml:archive},
11886 you set this variable to that value.  This variable can also be a list of
11887 group names.
11888
11889 If you want to have greater control over what group to put each
11890 message in, you can set this variable to a function that checks the
11891 current newsgroup name and then returns a suitable group name (or list
11892 of names).
11893
11894 This variable can be used instead of @code{gnus-message-archive-group},
11895 but the latter is the preferred method.
11896
11897 @item gnus-gcc-mark-as-read
11898 @vindex gnus-gcc-mark-as-read
11899 If non-@code{nil}, automatically mark @code{Gcc} articles as read.
11900
11901 @item gnus-gcc-externalize-attachments
11902 @vindex gnus-gcc-externalize-attachments
11903 If @code{nil}, attach files as normal parts in Gcc copies; if a regexp
11904 and matches the Gcc group name, attach files as external parts; if it is
11905 @code{all}, attach local files as external parts; if it is other
11906 non-@code{nil}, the behavior is the same as @code{all}, but it may be
11907 changed in the future.
11908
11909 @end table
11910
11911
11912 @node Posting Styles
11913 @section Posting Styles
11914 @cindex posting styles
11915 @cindex styles
11916
11917 All them variables, they make my head swim.
11918
11919 So what if you want a different @code{Organization} and signature based
11920 on what groups you post to?  And you post both from your home machine
11921 and your work machine, and you want different @code{From} lines, and so
11922 on?
11923
11924 @vindex gnus-posting-styles
11925 One way to do stuff like that is to write clever hooks that change the
11926 variables you need to have changed.  That's a bit boring, so somebody
11927 came up with the bright idea of letting the user specify these things in
11928 a handy alist.  Here's an example of a @code{gnus-posting-styles}
11929 variable:
11930
11931 @lisp
11932 ((".*"
11933   (signature "Peace and happiness")
11934   (organization "What me?"))
11935  ("^comp"
11936   (signature "Death to everybody"))
11937  ("comp.emacs.i-love-it"
11938   (organization "Emacs is it")))
11939 @end lisp
11940
11941 As you might surmise from this example, this alist consists of several
11942 @dfn{styles}.  Each style will be applicable if the first element
11943 ``matches'', in some form or other.  The entire alist will be iterated
11944 over, from the beginning towards the end, and each match will be
11945 applied, which means that attributes in later styles that match override
11946 the same attributes in earlier matching styles.  So
11947 @samp{comp.programming.literate} will have the @samp{Death to everybody}
11948 signature and the @samp{What me?} @code{Organization} header.
11949
11950 The first element in each style is called the @code{match}.  If it's a
11951 string, then Gnus will try to regexp match it against the group name.
11952 If it is the form @code{(header @var{match} @var{regexp})}, then Gnus
11953 will look in the original article for a header whose name is
11954 @var{match} and compare that @var{regexp}.  @var{match} and
11955 @var{regexp} are strings.  (The original article is the one you are
11956 replying or following up to.  If you are not composing a reply or a
11957 followup, then there is nothing to match against.)  If the
11958 @code{match} is a function symbol, that function will be called with
11959 no arguments.  If it's a variable symbol, then the variable will be
11960 referenced.  If it's a list, then that list will be @code{eval}ed.  In
11961 any case, if this returns a non-@code{nil} value, then the style is
11962 said to @dfn{match}.
11963
11964 Each style may contain an arbitrary amount of @dfn{attributes}.  Each
11965 attribute consists of a @code{(@var{name} @var{value})} pair.  In
11966 addition, you can also use the @code{(@var{name} :file @var{value})}
11967 form or the @code{(@var{name} :value @var{value})} form.  Where
11968 @code{:file} signifies @var{value} represents a file name and its
11969 contents should be used as the attribute value, @code{:value} signifies
11970 @var{value} does not represent a file name explicitly.  The attribute
11971 name can be one of:
11972
11973 @itemize @bullet
11974 @item @code{signature}
11975 @item @code{signature-file}
11976 @item @code{x-face-file}
11977 @item @code{address}, overriding @code{user-mail-address}
11978 @item @code{name}, overriding @code{(user-full-name)}
11979 @item @code{body}
11980 @end itemize
11981
11982 The attribute name can also be a string or a symbol.  In that case,
11983 this will be used as a header name, and the value will be inserted in
11984 the headers of the article; if the value is @code{nil}, the header
11985 name will be removed.  If the attribute name is @code{eval}, the form
11986 is evaluated, and the result is thrown away.
11987
11988 The attribute value can be a string (used verbatim), a function with
11989 zero arguments (the return value will be used), a variable (its value
11990 will be used) or a list (it will be @code{eval}ed and the return value
11991 will be used).  The functions and sexps are called/@code{eval}ed in the
11992 message buffer that is being set up.  The headers of the current article
11993 are available through the @code{message-reply-headers} variable, which
11994 is a vector of the following headers: number subject from date id
11995 references chars lines xref extra.
11996
11997 @vindex message-reply-headers
11998
11999 If you wish to check whether the message you are about to compose is
12000 meant to be a news article or a mail message, you can check the values
12001 of the @code{message-news-p} and @code{message-mail-p} functions.
12002
12003 @findex message-mail-p
12004 @findex message-news-p
12005
12006 So here's a new example:
12007
12008 @lisp
12009 (setq gnus-posting-styles
12010       '((".*"
12011          (signature-file "~/.signature")
12012          (name "User Name")
12013          ("X-Home-Page" (getenv "WWW_HOME"))
12014          (organization "People's Front Against MWM"))
12015         ("^rec.humor"
12016          (signature my-funny-signature-randomizer))
12017         ((equal (system-name) "gnarly")  ;; @r{A form}
12018          (signature my-quote-randomizer))
12019         (message-news-p        ;; @r{A function symbol}
12020          (signature my-news-signature))
12021         (window-system         ;; @r{A value symbol}
12022          ("X-Window-System" (format "%s" window-system)))
12023         ;; @r{If I'm replying to Larsi, set the Organization header.}
12024         ((header "from" "larsi.*org")
12025          (Organization "Somewhere, Inc."))
12026         ((posting-from-work-p) ;; @r{A user defined function}
12027          (signature-file "~/.work-signature")
12028          (address "user@@bar.foo")
12029          (body "You are fired.\n\nSincerely, your boss.")
12030          (organization "Important Work, Inc"))
12031         ("nnml:.*"
12032          (From (save-excursion
12033                  (set-buffer gnus-article-buffer)
12034                  (message-fetch-field "to"))))
12035         ("^nn.+:"
12036          (signature-file "~/.mail-signature"))))
12037 @end lisp
12038
12039 The @samp{nnml:.*} rule means that you use the @code{To} address as the
12040 @code{From} address in all your outgoing replies, which might be handy
12041 if you fill many roles.
12042
12043
12044 @node Drafts
12045 @section Drafts
12046 @cindex drafts
12047
12048 If you are writing a message (mail or news) and suddenly remember that
12049 you have a steak in the oven (or some pesto in the food processor, you
12050 craaazy vegetarians), you'll probably wish there was a method to save
12051 the message you are writing so that you can continue editing it some
12052 other day, and send it when you feel its finished.
12053
12054 Well, don't worry about it.  Whenever you start composing a message of
12055 some sort using the Gnus mail and post commands, the buffer you get will
12056 automatically associate to an article in a special @dfn{draft} group.
12057 If you save the buffer the normal way (@kbd{C-x C-s}, for instance), the
12058 article will be saved there.  (Auto-save files also go to the draft
12059 group.)
12060
12061 @cindex nndraft
12062 @vindex nndraft-directory
12063 The draft group is a special group (which is implemented as an
12064 @code{nndraft} group, if you absolutely have to know) called
12065 @samp{nndraft:drafts}.  The variable @code{nndraft-directory} says where
12066 @code{nndraft} is to store its files.  What makes this group special is
12067 that you can't tick any articles in it or mark any articles as
12068 read---all articles in the group are permanently unread.
12069
12070 If the group doesn't exist, it will be created and you'll be subscribed
12071 to it.  The only way to make it disappear from the Group buffer is to
12072 unsubscribe it.  The special properties of the draft group comes from
12073 a group property (@pxref{Group Parameters}), and if lost the group
12074 behaves like any other group.  This means the commands below will not
12075 be available.  To restore the special properties of the group, the
12076 simplest way is to kill the group, using @kbd{C-k}, and restart
12077 Gnus.  The group is automatically created again with the
12078 correct parameters.  The content of the group is not lost.
12079
12080 @c @findex gnus-dissociate-buffer-from-draft
12081 @c @kindex C-c M-d (Mail)
12082 @c @kindex C-c M-d (Post)
12083 @c @findex gnus-associate-buffer-with-draft
12084 @c @kindex C-c C-d (Mail)
12085 @c @kindex C-c C-d (Post)
12086 @c If you're writing some super-secret message that you later want to
12087 @c encode with PGP before sending, you may wish to turn the auto-saving
12088 @c (and association with the draft group) off.  You never know who might be
12089 @c interested in reading all your extremely valuable and terribly horrible
12090 @c and interesting secrets.  The @kbd{C-c M-d}
12091 @c (@code{gnus-dissociate-buffer-from-draft}) command does that for you.
12092 @c If you change your mind and want to turn the auto-saving back on again,
12093 @c @kbd{C-c C-d} (@code{gnus-associate-buffer-with-draft} does that.
12094 @c
12095 @c @vindex gnus-use-draft
12096 @c To leave association with the draft group off by default, set
12097 @c @code{gnus-use-draft} to @code{nil}.  It is @code{t} by default.
12098
12099 @findex gnus-draft-edit-message
12100 @kindex D e (Draft)
12101 When you want to continue editing the article, you simply enter the
12102 draft group and push @kbd{D e} (@code{gnus-draft-edit-message}) to do
12103 that.  You will be placed in a buffer where you left off.
12104
12105 Rejected articles will also be put in this draft group (@pxref{Rejected
12106 Articles}).
12107
12108 @findex gnus-draft-send-all-messages
12109 @kindex D s (Draft)
12110 @findex gnus-draft-send-message
12111 @kindex D S (Draft)
12112 If you have lots of rejected messages you want to post (or mail) without
12113 doing further editing, you can use the @kbd{D s} command
12114 (@code{gnus-draft-send-message}).  This command understands the
12115 process/prefix convention (@pxref{Process/Prefix}).  The @kbd{D S}
12116 command (@code{gnus-draft-send-all-messages}) will ship off all messages
12117 in the buffer.
12118
12119 @findex gnus-draft-toggle-sending
12120 @kindex D t (Draft)
12121 If you have some messages that you wish not to send, you can use the
12122 @kbd{D t} (@code{gnus-draft-toggle-sending}) command to mark the message
12123 as unsendable.  This is a toggling command.
12124
12125
12126 @node Rejected Articles
12127 @section Rejected Articles
12128 @cindex rejected articles
12129
12130 Sometimes a news server will reject an article.  Perhaps the server
12131 doesn't like your face.  Perhaps it just feels miserable.  Perhaps
12132 @emph{there be demons}.  Perhaps you have included too much cited text.
12133 Perhaps the disk is full.  Perhaps the server is down.
12134
12135 These situations are, of course, totally beyond the control of Gnus.
12136 (Gnus, of course, loves the way you look, always feels great, has angels
12137 fluttering around inside of it, doesn't care about how much cited text
12138 you include, never runs full and never goes down.)  So Gnus saves these
12139 articles until some later time when the server feels better.
12140
12141 The rejected articles will automatically be put in a special draft group
12142 (@pxref{Drafts}).  When the server comes back up again, you'd then
12143 typically enter that group and send all the articles off.
12144
12145 @node Signing and encrypting
12146 @section Signing and encrypting
12147 @cindex using gpg
12148 @cindex using s/mime
12149 @cindex using smime
12150
12151 Gnus can digitally sign and encrypt your messages, using vanilla
12152 @acronym{PGP} format or @acronym{PGP/MIME} or @acronym{S/MIME}.  For
12153 decoding such messages, see the @code{mm-verify-option} and
12154 @code{mm-decrypt-option} options (@pxref{Security}).
12155
12156 @vindex gnus-message-replysign
12157 @vindex gnus-message-replyencrypt
12158 @vindex gnus-message-replysignencrypted
12159 Often, you would like to sign replies to people who send you signed
12160 messages.  Even more often, you might want to encrypt messages which
12161 are in reply to encrypted messages.  Gnus offers
12162 @code{gnus-message-replysign} to enable the former, and
12163 @code{gnus-message-replyencrypt} for the latter.  In addition, setting
12164 @code{gnus-message-replysignencrypted} (on by default) will sign
12165 automatically encrypted messages.
12166
12167 Instructing @acronym{MML} to perform security operations on a
12168 @acronym{MIME} part is done using the @kbd{C-c C-m s} key map for
12169 signing and the @kbd{C-c C-m c} key map for encryption, as follows.
12170
12171 @table @kbd
12172
12173 @item C-c C-m s s
12174 @kindex C-c C-m s s (Message)
12175 @findex mml-secure-message-sign-smime
12176
12177 Digitally sign current message using @acronym{S/MIME}.
12178
12179 @item C-c C-m s o
12180 @kindex C-c C-m s o (Message)
12181 @findex mml-secure-message-sign-pgp
12182
12183 Digitally sign current message using @acronym{PGP}.
12184
12185 @item C-c C-m s p
12186 @kindex C-c C-m s p (Message)
12187 @findex mml-secure-message-sign-pgp
12188
12189 Digitally sign current message using @acronym{PGP/MIME}.
12190
12191 @item C-c C-m c s
12192 @kindex C-c C-m c s (Message)
12193 @findex mml-secure-message-encrypt-smime
12194
12195 Digitally encrypt current message using @acronym{S/MIME}.
12196
12197 @item C-c C-m c o
12198 @kindex C-c C-m c o (Message)
12199 @findex mml-secure-message-encrypt-pgp
12200
12201 Digitally encrypt current message using @acronym{PGP}.
12202
12203 @item C-c C-m c p
12204 @kindex C-c C-m c p (Message)
12205 @findex mml-secure-message-encrypt-pgpmime
12206
12207 Digitally encrypt current message using @acronym{PGP/MIME}.
12208
12209 @item C-c C-m C-n
12210 @kindex C-c C-m C-n (Message)
12211 @findex mml-unsecure-message
12212 Remove security related @acronym{MML} tags from message.
12213
12214 @end table
12215
12216 @xref{Security, ,Security, message, Message Manual}, for more information.
12217
12218 @node Select Methods
12219 @chapter Select Methods
12220 @cindex foreign groups
12221 @cindex select methods
12222
12223 A @dfn{foreign group} is a group not read by the usual (or
12224 default) means.  It could be, for instance, a group from a different
12225 @acronym{NNTP} server, it could be a virtual group, or it could be your own
12226 personal mail group.
12227
12228 A foreign group (or any group, really) is specified by a @dfn{name} and
12229 a @dfn{select method}.  To take the latter first, a select method is a
12230 list where the first element says what back end to use (e.g. @code{nntp},
12231 @code{nnspool}, @code{nnml}) and the second element is the @dfn{server
12232 name}.  There may be additional elements in the select method, where the
12233 value may have special meaning for the back end in question.
12234
12235 One could say that a select method defines a @dfn{virtual server}---so
12236 we do just that (@pxref{Server Buffer}).
12237
12238 The @dfn{name} of the group is the name the back end will recognize the
12239 group as.
12240
12241 For instance, the group @samp{soc.motss} on the @acronym{NNTP} server
12242 @samp{some.where.edu} will have the name @samp{soc.motss} and select
12243 method @code{(nntp "some.where.edu")}.  Gnus will call this group
12244 @samp{nntp+some.where.edu:soc.motss}, even though the @code{nntp}
12245 back end just knows this group as @samp{soc.motss}.
12246
12247 The different methods all have their peculiarities, of course.
12248
12249 @menu
12250 * Server Buffer::               Making and editing virtual servers.
12251 * Getting News::                Reading USENET news with Gnus.
12252 * Getting Mail::                Reading your personal mail with Gnus.
12253 * Browsing the Web::            Getting messages from a plethora of Web sources.
12254 * IMAP::                        Using Gnus as a @acronym{IMAP} client.
12255 * Other Sources::               Reading directories, files, SOUP packets.
12256 * Combined Groups::             Combining groups into one group.
12257 * Email Based Diary::           Using mails to manage diary events in Gnus.
12258 * Gnus Unplugged::              Reading news and mail offline.
12259 @end menu
12260
12261
12262 @node Server Buffer
12263 @section Server Buffer
12264
12265 Traditionally, a @dfn{server} is a machine or a piece of software that
12266 one connects to, and then requests information from.  Gnus does not
12267 connect directly to any real servers, but does all transactions through
12268 one back end or other.  But that's just putting one layer more between
12269 the actual media and Gnus, so we might just as well say that each
12270 back end represents a virtual server.
12271
12272 For instance, the @code{nntp} back end may be used to connect to several
12273 different actual @acronym{NNTP} servers, or, perhaps, to many different ports
12274 on the same actual @acronym{NNTP} server.  You tell Gnus which back end to
12275 use, and what parameters to set by specifying a @dfn{select method}.
12276
12277 These select method specifications can sometimes become quite
12278 complicated---say, for instance, that you want to read from the
12279 @acronym{NNTP} server @samp{news.funet.fi} on port number 13, which
12280 hangs if queried for @acronym{NOV} headers and has a buggy select.  Ahem.
12281 Anyway, if you had to specify that for each group that used this
12282 server, that would be too much work, so Gnus offers a way of naming
12283 select methods, which is what you do in the server buffer.
12284
12285 To enter the server buffer, use the @kbd{^}
12286 (@code{gnus-group-enter-server-mode}) command in the group buffer.
12287
12288 @menu
12289 * Server Buffer Format::        You can customize the look of this buffer.
12290 * Server Commands::             Commands to manipulate servers.
12291 * Example Methods::             Examples server specifications.
12292 * Creating a Virtual Server::   An example session.
12293 * Server Variables::            Which variables to set.
12294 * Servers and Methods::         You can use server names as select methods.
12295 * Unavailable Servers::         Some servers you try to contact may be down.
12296 @end menu
12297
12298 @vindex gnus-server-mode-hook
12299 @code{gnus-server-mode-hook} is run when creating the server buffer.
12300
12301
12302 @node Server Buffer Format
12303 @subsection Server Buffer Format
12304 @cindex server buffer format
12305
12306 @vindex gnus-server-line-format
12307 You can change the look of the server buffer lines by changing the
12308 @code{gnus-server-line-format} variable.  This is a @code{format}-like
12309 variable, with some simple extensions:
12310
12311 @table @samp
12312
12313 @item h
12314 How the news is fetched---the back end name.
12315
12316 @item n
12317 The name of this server.
12318
12319 @item w
12320 Where the news is to be fetched from---the address.
12321
12322 @item s
12323 The opened/closed/denied status of the server.
12324
12325 @item a
12326 Whether this server is agentized.
12327 @end table
12328
12329 @vindex gnus-server-mode-line-format
12330 The mode line can also be customized by using the
12331 @code{gnus-server-mode-line-format} variable (@pxref{Mode Line
12332 Formatting}).  The following specs are understood:
12333
12334 @table @samp
12335 @item S
12336 Server name.
12337
12338 @item M
12339 Server method.
12340 @end table
12341
12342 Also @pxref{Formatting Variables}.
12343
12344
12345 @node Server Commands
12346 @subsection Server Commands
12347 @cindex server commands
12348
12349 @table @kbd
12350
12351 @item a
12352 @kindex a (Server)
12353 @findex gnus-server-add-server
12354 Add a new server (@code{gnus-server-add-server}).
12355
12356 @item e
12357 @kindex e (Server)
12358 @findex gnus-server-edit-server
12359 Edit a server (@code{gnus-server-edit-server}).
12360
12361 @item SPACE
12362 @kindex SPACE (Server)
12363 @findex gnus-server-read-server
12364 Browse the current server (@code{gnus-server-read-server}).
12365
12366 @item q
12367 @kindex q (Server)
12368 @findex gnus-server-exit
12369 Return to the group buffer (@code{gnus-server-exit}).
12370
12371 @item k
12372 @kindex k (Server)
12373 @findex gnus-server-kill-server
12374 Kill the current server (@code{gnus-server-kill-server}).
12375
12376 @item y
12377 @kindex y (Server)
12378 @findex gnus-server-yank-server
12379 Yank the previously killed server (@code{gnus-server-yank-server}).
12380
12381 @item c
12382 @kindex c (Server)
12383 @findex gnus-server-copy-server
12384 Copy the current server (@code{gnus-server-copy-server}).
12385
12386 @item l
12387 @kindex l (Server)
12388 @findex gnus-server-list-servers
12389 List all servers (@code{gnus-server-list-servers}).
12390
12391 @item s
12392 @kindex s (Server)
12393 @findex gnus-server-scan-server
12394 Request that the server scan its sources for new articles
12395 (@code{gnus-server-scan-server}).  This is mainly sensible with mail
12396 servers.
12397
12398 @item g
12399 @kindex g (Server)
12400 @findex gnus-server-regenerate-server
12401 Request that the server regenerate all its data structures
12402 (@code{gnus-server-regenerate-server}).  This can be useful if you have
12403 a mail back end that has gotten out of sync.
12404
12405 @end table
12406
12407
12408 @node Example Methods
12409 @subsection Example Methods
12410
12411 Most select methods are pretty simple and self-explanatory:
12412
12413 @lisp
12414 (nntp "news.funet.fi")
12415 @end lisp
12416
12417 Reading directly from the spool is even simpler:
12418
12419 @lisp
12420 (nnspool "")
12421 @end lisp
12422
12423 As you can see, the first element in a select method is the name of the
12424 back end, and the second is the @dfn{address}, or @dfn{name}, if you
12425 will.
12426
12427 After these two elements, there may be an arbitrary number of
12428 @code{(@var{variable} @var{form})} pairs.
12429
12430 To go back to the first example---imagine that you want to read from
12431 port 15 on that machine.  This is what the select method should
12432 look like then:
12433
12434 @lisp
12435 (nntp "news.funet.fi" (nntp-port-number 15))
12436 @end lisp
12437
12438 You should read the documentation to each back end to find out what
12439 variables are relevant, but here's an @code{nnmh} example:
12440
12441 @code{nnmh} is a mail back end that reads a spool-like structure.  Say
12442 you have two structures that you wish to access: One is your private
12443 mail spool, and the other is a public one.  Here's the possible spec for
12444 your private mail:
12445
12446 @lisp
12447 (nnmh "private" (nnmh-directory "~/private/mail/"))
12448 @end lisp
12449
12450 (This server is then called @samp{private}, but you may have guessed
12451 that.)
12452
12453 Here's the method for a public spool:
12454
12455 @lisp
12456 (nnmh "public"
12457       (nnmh-directory "/usr/information/spool/")
12458       (nnmh-get-new-mail nil))
12459 @end lisp
12460
12461 @cindex proxy
12462 @cindex firewall
12463
12464 If you are behind a firewall and only have access to the @acronym{NNTP}
12465 server from the firewall machine, you can instruct Gnus to @code{rlogin}
12466 on the firewall machine and telnet from there to the @acronym{NNTP} server.
12467 Doing this can be rather fiddly, but your virtual server definition
12468 should probably look something like this:
12469
12470 @lisp
12471 (nntp "firewall"
12472       (nntp-open-connection-function nntp-open-via-rlogin-and-telnet)
12473       (nntp-via-address "the.firewall.machine")
12474       (nntp-address "the.real.nntp.host")
12475       (nntp-end-of-line "\n"))
12476 @end lisp
12477
12478 If you want to use the wonderful @code{ssh} program to provide a
12479 compressed connection over the modem line, you could add the following
12480 configuration to the example above:
12481
12482 @lisp
12483       (nntp-via-rlogin-command "ssh")
12484 @end lisp
12485
12486 See also @code{nntp-via-rlogin-command-switches}.
12487
12488 If you're behind a firewall, but have direct access to the outside world
12489 through a wrapper command like "runsocks", you could open a socksified
12490 telnet connection to the news server as follows:
12491
12492 @lisp
12493 (nntp "outside"
12494       (nntp-pre-command "runsocks")
12495       (nntp-open-connection-function nntp-open-via-telnet)
12496       (nntp-address "the.news.server")
12497       (nntp-end-of-line "\n"))
12498 @end lisp
12499
12500 This means that you have to have set up @code{ssh-agent} correctly to
12501 provide automatic authorization, of course.  And to get a compressed
12502 connection, you have to have the @samp{Compression} option in the
12503 @code{ssh} @file{config} file.
12504
12505
12506 @node Creating a Virtual Server
12507 @subsection Creating a Virtual Server
12508
12509 If you're saving lots of articles in the cache by using persistent
12510 articles, you may want to create a virtual server to read the cache.
12511
12512 First you need to add a new server.  The @kbd{a} command does that.  It
12513 would probably be best to use @code{nnml} to read the cache.  You
12514 could also use @code{nnspool} or @code{nnmh}, though.
12515
12516 Type @kbd{a nnml RET cache RET}.
12517
12518 You should now have a brand new @code{nnml} virtual server called
12519 @samp{cache}.  You now need to edit it to have the right definitions.
12520 Type @kbd{e} to edit the server.  You'll be entered into a buffer that
12521 will contain the following:
12522
12523 @lisp
12524 (nnml "cache")
12525 @end lisp
12526
12527 Change that to:
12528
12529 @lisp
12530 (nnml "cache"
12531          (nnml-directory "~/News/cache/")
12532          (nnml-active-file "~/News/cache/active"))
12533 @end lisp
12534
12535 Type @kbd{C-c C-c} to return to the server buffer.  If you now press
12536 @kbd{RET} over this virtual server, you should be entered into a browse
12537 buffer, and you should be able to enter any of the groups displayed.
12538
12539
12540 @node Server Variables
12541 @subsection Server Variables
12542 @cindex server variables
12543 @cindex server parameters
12544
12545 One sticky point when defining variables (both on back ends and in Emacs
12546 in general) is that some variables are typically initialized from other
12547 variables when the definition of the variables is being loaded.  If you
12548 change the ``base'' variable after the variables have been loaded, you
12549 won't change the ``derived'' variables.
12550
12551 This typically affects directory and file variables.  For instance,
12552 @code{nnml-directory} is @file{~/Mail/} by default, and all @code{nnml}
12553 directory variables are initialized from that variable, so
12554 @code{nnml-active-file} will be @file{~/Mail/active}.  If you define a
12555 new virtual @code{nnml} server, it will @emph{not} suffice to set just
12556 @code{nnml-directory}---you have to explicitly set all the file
12557 variables to be what you want them to be.  For a complete list of
12558 variables for each back end, see each back end's section later in this
12559 manual, but here's an example @code{nnml} definition:
12560
12561 @lisp
12562 (nnml "public"
12563       (nnml-directory "~/my-mail/")
12564       (nnml-active-file "~/my-mail/active")
12565       (nnml-newsgroups-file "~/my-mail/newsgroups"))
12566 @end lisp
12567
12568 Server variables are often called @dfn{server parameters}.
12569
12570 @node Servers and Methods
12571 @subsection Servers and Methods
12572
12573 Wherever you would normally use a select method
12574 (e.g. @code{gnus-secondary-select-method}, in the group select method,
12575 when browsing a foreign server) you can use a virtual server name
12576 instead.  This could potentially save lots of typing.  And it's nice all
12577 over.
12578
12579
12580 @node Unavailable Servers
12581 @subsection Unavailable Servers
12582
12583 If a server seems to be unreachable, Gnus will mark that server as
12584 @code{denied}.  That means that any subsequent attempt to make contact
12585 with that server will just be ignored.  ``It can't be opened,'' Gnus
12586 will tell you, without making the least effort to see whether that is
12587 actually the case or not.
12588
12589 That might seem quite naughty, but it does make sense most of the time.
12590 Let's say you have 10 groups subscribed to on server
12591 @samp{nephelococcygia.com}.  This server is located somewhere quite far
12592 away from you and the machine is quite slow, so it takes 1 minute just
12593 to find out that it refuses connection to you today.  If Gnus were to
12594 attempt to do that 10 times, you'd be quite annoyed, so Gnus won't
12595 attempt to do that.  Once it has gotten a single ``connection refused'',
12596 it will regard that server as ``down''.
12597
12598 So, what happens if the machine was only feeling unwell temporarily?
12599 How do you test to see whether the machine has come up again?
12600
12601 You jump to the server buffer (@pxref{Server Buffer}) and poke it
12602 with the following commands:
12603
12604 @table @kbd
12605
12606 @item O
12607 @kindex O (Server)
12608 @findex gnus-server-open-server
12609 Try to establish connection to the server on the current line
12610 (@code{gnus-server-open-server}).
12611
12612 @item C
12613 @kindex C (Server)
12614 @findex gnus-server-close-server
12615 Close the connection (if any) to the server
12616 (@code{gnus-server-close-server}).
12617
12618 @item D
12619 @kindex D (Server)
12620 @findex gnus-server-deny-server
12621 Mark the current server as unreachable
12622 (@code{gnus-server-deny-server}).
12623
12624 @item M-o
12625 @kindex M-o (Server)
12626 @findex gnus-server-open-all-servers
12627 Open the connections to all servers in the buffer
12628 (@code{gnus-server-open-all-servers}).
12629
12630 @item M-c
12631 @kindex M-c (Server)
12632 @findex gnus-server-close-all-servers
12633 Close the connections to all servers in the buffer
12634 (@code{gnus-server-close-all-servers}).
12635
12636 @item R
12637 @kindex R (Server)
12638 @findex gnus-server-remove-denials
12639 Remove all marks to whether Gnus was denied connection from any servers
12640 (@code{gnus-server-remove-denials}).
12641
12642 @item L
12643 @kindex L (Server)
12644 @findex gnus-server-offline-server
12645 Set server status to offline (@code{gnus-server-offline-server}).
12646
12647 @end table
12648
12649
12650 @node Getting News
12651 @section Getting News
12652 @cindex reading news
12653 @cindex news back ends
12654
12655 A newsreader is normally used for reading news.  Gnus currently provides
12656 only two methods of getting news---it can read from an @acronym{NNTP} server,
12657 or it can read from a local spool.
12658
12659 @menu
12660 * NNTP::                        Reading news from an @acronym{NNTP} server.
12661 * News Spool::                  Reading news from the local spool.
12662 @end menu
12663
12664
12665 @node NNTP
12666 @subsection NNTP
12667 @cindex nntp
12668
12669 Subscribing to a foreign group from an @acronym{NNTP} server is rather easy.
12670 You just specify @code{nntp} as method and the address of the @acronym{NNTP}
12671 server as the, uhm, address.
12672
12673 If the @acronym{NNTP} server is located at a non-standard port, setting the
12674 third element of the select method to this port number should allow you
12675 to connect to the right port.  You'll have to edit the group info for
12676 that (@pxref{Foreign Groups}).
12677
12678 The name of the foreign group can be the same as a native group.  In
12679 fact, you can subscribe to the same group from as many different servers
12680 you feel like.  There will be no name collisions.
12681
12682 The following variables can be used to create a virtual @code{nntp}
12683 server:
12684
12685 @table @code
12686
12687 @item nntp-server-opened-hook
12688 @vindex nntp-server-opened-hook
12689 @cindex @sc{mode reader}
12690 @cindex authinfo
12691 @cindex authentification
12692 @cindex nntp authentification
12693 @findex nntp-send-authinfo
12694 @findex nntp-send-mode-reader
12695 is run after a connection has been made.  It can be used to send
12696 commands to the @acronym{NNTP} server after it has been contacted.  By
12697 default it sends the command @code{MODE READER} to the server with the
12698 @code{nntp-send-mode-reader} function.  This function should always be
12699 present in this hook.
12700
12701 @item nntp-authinfo-function
12702 @vindex nntp-authinfo-function
12703 @findex nntp-send-authinfo
12704 @vindex nntp-authinfo-file
12705 This function will be used to send @samp{AUTHINFO} to the @acronym{NNTP}
12706 server.  The default function is @code{nntp-send-authinfo}, which looks
12707 through your @file{~/.authinfo} (or whatever you've set the
12708 @code{nntp-authinfo-file} variable to) for applicable entries.  If none
12709 are found, it will prompt you for a login name and a password.  The
12710 format of the @file{~/.authinfo} file is (almost) the same as the
12711 @code{ftp} @file{~/.netrc} file, which is defined in the @code{ftp}
12712 manual page, but here are the salient facts:
12713
12714 @enumerate
12715 @item
12716 The file contains one or more line, each of which define one server.
12717
12718 @item
12719 Each line may contain an arbitrary number of token/value pairs.
12720
12721 The valid tokens include @samp{machine}, @samp{login}, @samp{password},
12722 @samp{default}.  In addition Gnus introduces two new tokens, not present
12723 in the original @file{.netrc}/@code{ftp} syntax, namely @samp{port} and
12724 @samp{force}.  (This is the only way the @file{.authinfo} file format
12725 deviates from the @file{.netrc} file format.)  @samp{port} is used to
12726 indicate what port on the server the credentials apply to and
12727 @samp{force} is explained below.
12728
12729 @end enumerate
12730
12731 Here's an example file:
12732
12733 @example
12734 machine news.uio.no login larsi password geheimnis
12735 machine nntp.ifi.uio.no login larsi force yes
12736 @end example
12737
12738 The token/value pairs may appear in any order; @samp{machine} doesn't
12739 have to be first, for instance.
12740
12741 In this example, both login name and password have been supplied for the
12742 former server, while the latter has only the login name listed, and the
12743 user will be prompted for the password.  The latter also has the
12744 @samp{force} tag, which means that the authinfo will be sent to the
12745 @var{nntp} server upon connection; the default (i.e., when there is not
12746 @samp{force} tag) is to not send authinfo to the @var{nntp} server
12747 until the @var{nntp} server asks for it.
12748
12749 You can also add @samp{default} lines that will apply to all servers
12750 that don't have matching @samp{machine} lines.
12751
12752 @example
12753 default force yes
12754 @end example
12755
12756 This will force sending @samp{AUTHINFO} commands to all servers not
12757 previously mentioned.
12758
12759 Remember to not leave the @file{~/.authinfo} file world-readable.
12760
12761 @item nntp-server-action-alist
12762 @vindex nntp-server-action-alist
12763 This is a list of regexps to match on server types and actions to be
12764 taken when matches are made.  For instance, if you want Gnus to beep
12765 every time you connect to innd, you could say something like:
12766
12767 @lisp
12768 (setq nntp-server-action-alist
12769       '(("innd" (ding))))
12770 @end lisp
12771
12772 You probably don't want to do that, though.
12773
12774 The default value is
12775
12776 @lisp
12777 '(("nntpd 1\\.5\\.11t"
12778    (remove-hook 'nntp-server-opened-hook
12779                 'nntp-send-mode-reader)))
12780 @end lisp
12781
12782 This ensures that Gnus doesn't send the @code{MODE READER} command to
12783 nntpd 1.5.11t, since that command chokes that server, I've been told.
12784
12785 @item nntp-maximum-request
12786 @vindex nntp-maximum-request
12787 If the @acronym{NNTP} server doesn't support @acronym{NOV} headers, this back end
12788 will collect headers by sending a series of @code{head} commands.  To
12789 speed things up, the back end sends lots of these commands without
12790 waiting for reply, and then reads all the replies.  This is controlled
12791 by the @code{nntp-maximum-request} variable, and is 400 by default.  If
12792 your network is buggy, you should set this to 1.
12793
12794 @item nntp-connection-timeout
12795 @vindex nntp-connection-timeout
12796 If you have lots of foreign @code{nntp} groups that you connect to
12797 regularly, you're sure to have problems with @acronym{NNTP} servers not
12798 responding properly, or being too loaded to reply within reasonable
12799 time.  This is can lead to awkward problems, which can be helped
12800 somewhat by setting @code{nntp-connection-timeout}.  This is an integer
12801 that says how many seconds the @code{nntp} back end should wait for a
12802 connection before giving up.  If it is @code{nil}, which is the default,
12803 no timeouts are done.
12804
12805 @item nntp-nov-is-evil
12806 @vindex nntp-nov-is-evil
12807 If the @acronym{NNTP} server does not support @acronym{NOV}, you could set this
12808 variable to @code{t}, but @code{nntp} usually checks automatically whether @acronym{NOV}
12809 can be used.
12810
12811 @item nntp-xover-commands
12812 @vindex nntp-xover-commands
12813 @cindex @acronym{NOV}
12814 @cindex XOVER
12815 List of strings used as commands to fetch @acronym{NOV} lines from a
12816 server.  The default value of this variable is @code{("XOVER"
12817 "XOVERVIEW")}.
12818
12819 @item nntp-nov-gap
12820 @vindex nntp-nov-gap
12821 @code{nntp} normally sends just one big request for @acronym{NOV} lines to
12822 the server.  The server responds with one huge list of lines.  However,
12823 if you have read articles 2-5000 in the group, and only want to read
12824 article 1 and 5001, that means that @code{nntp} will fetch 4999 @acronym{NOV}
12825 lines that you will not need.  This variable says how
12826 big a gap between two consecutive articles is allowed to be before the
12827 @code{XOVER} request is split into several request.  Note that if your
12828 network is fast, setting this variable to a really small number means
12829 that fetching will probably be slower.  If this variable is @code{nil},
12830 @code{nntp} will never split requests.  The default is 5.
12831
12832 @item nntp-prepare-server-hook
12833 @vindex nntp-prepare-server-hook
12834 A hook run before attempting to connect to an @acronym{NNTP} server.
12835
12836 @item nntp-record-commands
12837 @vindex nntp-record-commands
12838 If non-@code{nil}, @code{nntp} will log all commands it sends to the
12839 @acronym{NNTP} server (along with a timestamp) in the @samp{*nntp-log*}
12840 buffer.  This is useful if you are debugging a Gnus/@acronym{NNTP} connection
12841 that doesn't seem to work.
12842
12843 @item nntp-open-connection-function
12844 @vindex nntp-open-connection-function
12845 It is possible to customize how the connection to the nntp server will
12846 be opened.  If you specify an @code{nntp-open-connection-function}
12847 parameter, Gnus will use that function to establish the connection.
12848 Seven pre-made functions are supplied.  These functions can be grouped
12849 in two categories: direct connection functions (four pre-made), and
12850 indirect ones (three pre-made).
12851
12852 @item nntp-prepare-post-hook
12853 @vindex nntp-prepare-post-hook
12854 A hook run just before posting an article.  If there is no
12855 @code{Message-ID} header in the article and the news server provides the
12856 recommended ID, it will be added to the article before running this
12857 hook.  It is useful to make @code{Cancel-Lock} headers even if you
12858 inhibit Gnus to add a @code{Message-ID} header, you could say:
12859
12860 @lisp
12861 (add-hook 'nntp-prepare-post-hook 'canlock-insert-header)
12862 @end lisp
12863
12864 Note that not all servers support the recommended ID.  This works for
12865 INN versions 2.3.0 and later, for instance.
12866
12867 @end table
12868
12869 @menu
12870 * Direct Functions::            Connecting directly to the server.
12871 * Indirect Functions::          Connecting indirectly to the server.
12872 * Common Variables::            Understood by several connection functions.
12873 * NNTP marks::                  Storing marks for @acronym{NNTP} servers.
12874 @end menu
12875
12876
12877 @node Direct Functions
12878 @subsubsection Direct Functions
12879 @cindex direct connection functions
12880
12881 These functions are called direct because they open a direct connection
12882 between your machine and the @acronym{NNTP} server.  The behavior of these
12883 functions is also affected by commonly understood variables
12884 (@pxref{Common Variables}).
12885
12886 @table @code
12887 @findex nntp-open-network-stream
12888 @item nntp-open-network-stream
12889 This is the default, and simply connects to some port or other on the
12890 remote system.
12891
12892 @findex nntp-open-tls-stream
12893 @item nntp-open-tls-stream
12894 Opens a connection to a server over a @dfn{secure} channel.  To use
12895 this you must have @uref{http://www.gnu.org/software/gnutls/, GNUTLS}
12896 installed.  You then define a server as follows:
12897
12898 @lisp
12899 ;; @r{"nntps" is port 563 and is predefined in our @file{/etc/services}}
12900 ;; @r{however, @samp{gnutls-cli -p} doesn't like named ports.}
12901 ;;
12902 (nntp "snews.bar.com"
12903       (nntp-open-connection-function nntp-open-tls-stream)
12904       (nntp-port-number )
12905       (nntp-address "snews.bar.com"))
12906 @end lisp
12907
12908 @findex nntp-open-ssl-stream
12909 @item nntp-open-ssl-stream
12910 Opens a connection to a server over a @dfn{secure} channel.  To use
12911 this you must have @uref{http://www.openssl.org, OpenSSL} or
12912 @uref{ftp://ftp.psy.uq.oz.au/pub/Crypto/SSL, SSLeay} installed.  You
12913 then define a server as follows:
12914
12915 @lisp
12916 ;; @r{"snews" is port 563 and is predefined in our @file{/etc/services}}
12917 ;; @r{however, @samp{openssl s_client -port} doesn't like named ports.}
12918 ;;
12919 (nntp "snews.bar.com"
12920       (nntp-open-connection-function nntp-open-ssl-stream)
12921       (nntp-port-number 563)
12922       (nntp-address "snews.bar.com"))
12923 @end lisp
12924
12925 @findex nntp-open-telnet-stream
12926 @item nntp-open-telnet-stream
12927 Opens a connection to an @acronym{NNTP} server by simply @samp{telnet}'ing
12928 it.  You might wonder why this function exists, since we have the
12929 default @code{nntp-open-network-stream} which would do the job.  (One
12930 of) the reason(s) is that if you are behind a firewall but have direct
12931 connections to the outside world thanks to a command wrapper like
12932 @code{runsocks}, you can use it like this:
12933
12934 @lisp
12935 (nntp "socksified"
12936       (nntp-pre-command "runsocks")
12937       (nntp-open-connection-function nntp-open-telnet-stream)
12938       (nntp-address "the.news.server"))
12939 @end lisp
12940
12941 With the default method, you would need to wrap your whole Emacs
12942 session, which is not a good idea.
12943 @end table
12944
12945
12946 @node Indirect Functions
12947 @subsubsection Indirect Functions
12948 @cindex indirect connection functions
12949
12950 These functions are called indirect because they connect to an
12951 intermediate host before actually connecting to the @acronym{NNTP} server.
12952 All of these functions and related variables are also said to belong to
12953 the ``via'' family of connection: they're all prefixed with ``via'' to make
12954 things cleaner.  The behavior of these functions is also affected by
12955 commonly understood variables (@pxref{Common Variables}).
12956
12957 @table @code
12958 @item nntp-open-via-rlogin-and-telnet
12959 @findex nntp-open-via-rlogin-and-telnet
12960 Does an @samp{rlogin} on a remote system, and then does a @samp{telnet}
12961 to the real @acronym{NNTP} server from there.  This is useful for instance if
12962 you need to connect to a firewall machine first.
12963
12964 @code{nntp-open-via-rlogin-and-telnet}-specific variables:
12965
12966 @table @code
12967 @item nntp-via-rlogin-command
12968 @vindex nntp-via-rlogin-command
12969 Command used to log in on the intermediate host.  The default is
12970 @samp{rsh}, but @samp{ssh} is a popular alternative.
12971
12972 @item nntp-via-rlogin-command-switches
12973 @vindex nntp-via-rlogin-command-switches
12974 List of strings to be used as the switches to
12975 @code{nntp-via-rlogin-command}.  The default is @code{nil}.  If you use
12976 @samp{ssh} for @code{nntp-via-rlogin-command}, you may set this to
12977 @samp{("-C")} in order to compress all data connections, otherwise set
12978 this to @samp{("-t" "-e" "none")} or @samp{("-C" "-t" "-e" "none")} if
12979 the telnet command requires a pseudo-tty allocation on an intermediate
12980 host.
12981 @end table
12982
12983 Note that you may want to change the value for @code{nntp-end-of-line}
12984 to @samp{\n} (@pxref{Common Variables}).
12985
12986 @item nntp-open-via-rlogin-and-netcat
12987 @findex nntp-open-via-rlogin-and-netcat
12988 Does essentially the same, but uses
12989 @uref{http://netcat.sourceforge.net/, netcat} instead of @samp{telnet}
12990 to connect to the real @acronym{NNTP} server from the intermediate host.
12991
12992 @code{nntp-open-via-rlogin-and-netcat}-specific variables:
12993
12994 @table @code
12995 @item nntp-via-netcat-command
12996 @vindex nntp-via-netcat-command
12997 Command used to connect to the real @acronym{NNTP} server from the
12998 intermediate host.  The default is @samp{nc}.  You can also use other
12999 programs like @uref{http://www.imasy.or.jp/~gotoh/ssh/connect.html,
13000 connect} instead.
13001
13002 @item nntp-via-netcat-switches
13003 @vindex nntp-via-netcat-switches
13004 List of strings to be used as the switches to the
13005 @code{nntp-via-telnet-command} command.  The default is @code{nil}.
13006
13007 @item nntp-via-rlogin-command
13008 @vindex nntp-via-rlogin-command
13009 Command used to log in on the intermediate host.  The default is
13010 @samp{rsh}, but @samp{ssh} is a popular alternative.
13011
13012 @item nntp-via-rlogin-command-switches
13013 @vindex nntp-via-rlogin-command-switches
13014 List of strings to be used as the switches to
13015 @code{nntp-via-rlogin-command}.  The default is @code{nil}.
13016 @end table
13017
13018 @item nntp-open-via-telnet-and-telnet
13019 @findex nntp-open-via-telnet-and-telnet
13020 Does essentially also the same, but uses @samp{telnet} instead of
13021 @samp{rlogin} to connect to the intermediate host.
13022
13023 @code{nntp-open-via-telnet-and-telnet}-specific variables:
13024
13025 @table @code
13026 @item nntp-via-telnet-command
13027 @vindex nntp-via-telnet-command
13028 Command used to @code{telnet} the intermediate host.  The default is
13029 @samp{telnet}.
13030
13031 @item nntp-via-telnet-switches
13032 @vindex nntp-via-telnet-switches
13033 List of strings to be used as the switches to the
13034 @code{nntp-via-telnet-command} command.  The default is @samp{("-8")}.
13035
13036 @item nntp-via-user-password
13037 @vindex nntp-via-user-password
13038 Password to use when logging in on the intermediate host.
13039
13040 @item nntp-via-envuser
13041 @vindex nntp-via-envuser
13042 If non-@code{nil}, the intermediate @code{telnet} session (client and
13043 server both) will support the @code{ENVIRON} option and not prompt for
13044 login name.  This works for Solaris @code{telnet}, for instance.
13045
13046 @item nntp-via-shell-prompt
13047 @vindex nntp-via-shell-prompt
13048 Regexp matching the shell prompt on the intermediate host.  The default
13049 is @samp{bash\\|\$ *\r?$\\|> *\r?}.
13050
13051 @end table
13052
13053 Note that you may want to change the value for @code{nntp-end-of-line}
13054 to @samp{\n} (@pxref{Common Variables}).
13055 @end table
13056
13057
13058 Here are some additional variables that are understood by all the above
13059 functions:
13060
13061 @table @code
13062
13063 @item nntp-via-user-name
13064 @vindex nntp-via-user-name
13065 User name to use when connecting to the intermediate host.
13066
13067 @item nntp-via-address
13068 @vindex nntp-via-address
13069 Address of the intermediate host to connect to.
13070
13071 @end table
13072
13073
13074 @node Common Variables
13075 @subsubsection Common Variables
13076
13077 The following variables affect the behavior of all, or several of the
13078 pre-made connection functions.  When not specified, all functions are
13079 affected (the values of the following variables will be used as the
13080 default if each virtual @code{nntp} server doesn't specify those server
13081 variables individually).
13082
13083 @table @code
13084
13085 @item nntp-pre-command
13086 @vindex nntp-pre-command
13087 A command wrapper to use when connecting through a non native
13088 connection function (all except @code{nntp-open-network-stream},
13089 @code{nntp-open-tls-stream}, and @code{nntp-open-ssl-stream}).  This is
13090 where you would put a @samp{SOCKS} wrapper for instance.
13091
13092 @item nntp-address
13093 @vindex nntp-address
13094 The address of the @acronym{NNTP} server.
13095
13096 @item nntp-port-number
13097 @vindex nntp-port-number
13098 Port number to connect to the @acronym{NNTP} server.  The default is
13099 @samp{nntp}.  If you use @acronym{NNTP} over
13100 @acronym{TLS}/@acronym{SSL}, you may want to use integer ports rather
13101 than named ports (i.e, use @samp{563} instead of @samp{snews} or
13102 @samp{nntps}), because external @acronym{TLS}/@acronym{SSL} tools may
13103 not work with named ports.
13104
13105 @item nntp-end-of-line
13106 @vindex nntp-end-of-line
13107 String to use as end-of-line marker when talking to the @acronym{NNTP}
13108 server.  This is @samp{\r\n} by default, but should be @samp{\n} when
13109 using a non native telnet connection function.
13110
13111 @item nntp-telnet-command
13112 @vindex nntp-telnet-command
13113 Command to use when connecting to the @acronym{NNTP} server through
13114 @samp{telnet}.  This is @emph{not} for an intermediate host.  This is
13115 just for the real @acronym{NNTP} server.  The default is
13116 @samp{telnet}.
13117
13118 @item nntp-telnet-switches
13119 @vindex nntp-telnet-switches
13120 A list of switches to pass to @code{nntp-telnet-command}.  The default
13121 is @samp{("-8")}.
13122
13123 @end table
13124
13125 @node NNTP marks
13126 @subsubsection NNTP marks
13127 @cindex storing NNTP marks
13128
13129 Gnus stores marks (@pxref{Marking Articles}) for @acronym{NNTP}
13130 servers in marks files.  A marks file records what marks you have set
13131 in a group and each file is specific to the corresponding server.
13132 Marks files are stored in @file{~/News/marks}
13133 (@code{nntp-marks-directory}) under a classic hierarchy resembling
13134 that of a news server, for example marks for the group
13135 @samp{gmane.discuss} on the news.gmane.org server will be stored in
13136 the file @file{~/News/marks/news.gmane.org/gmane/discuss/.marks}.
13137
13138 Marks files are useful because you can copy the @file{~/News/marks}
13139 directory (using rsync, scp or whatever) to another Gnus installation,
13140 and it will realize what articles you have read and marked.  The data
13141 in @file{~/News/marks} has priority over the same data in
13142 @file{~/.newsrc.eld}.
13143
13144 Note that marks files are very much server-specific: Gnus remembers
13145 the article numbers so if you don't use the same servers on both
13146 installations things are most likely to break (most @acronym{NNTP}
13147 servers do not use the same article numbers as any other server).
13148 However, if you use servers A, B, C on one installation and servers A,
13149 D, E on the other, you can sync the marks files for A and then you'll
13150 get synchronization for that server between the two installations.
13151
13152 Using @acronym{NNTP} marks can possibly incur a performance penalty so
13153 if Gnus feels sluggish, try setting the @code{nntp-marks-is-evil}
13154 variable to @code{t}.  Marks will then be stored in @file{~/.newsrc.eld}.
13155
13156 Related variables:
13157
13158 @table @code
13159
13160 @item nntp-marks-is-evil
13161 @vindex nntp-marks-is-evil
13162 If non-@code{nil}, this back end will ignore any marks files.  The
13163 default is @code{nil}.
13164
13165 @item nntp-marks-directory
13166 @vindex nntp-marks-directory
13167 The directory where marks for nntp groups will be stored.
13168
13169 @end table
13170
13171
13172 @node News Spool
13173 @subsection News Spool
13174 @cindex nnspool
13175 @cindex news spool
13176
13177 Subscribing to a foreign group from the local spool is extremely easy,
13178 and might be useful, for instance, to speed up reading groups that
13179 contain very big articles---@samp{alt.binaries.pictures.furniture}, for
13180 instance.
13181
13182 Anyway, you just specify @code{nnspool} as the method and @code{""} (or
13183 anything else) as the address.
13184
13185 If you have access to a local spool, you should probably use that as the
13186 native select method (@pxref{Finding the News}).  It is normally faster
13187 than using an @code{nntp} select method, but might not be.  It depends.
13188 You just have to try to find out what's best at your site.
13189
13190 @table @code
13191
13192 @item nnspool-inews-program
13193 @vindex nnspool-inews-program
13194 Program used to post an article.
13195
13196 @item nnspool-inews-switches
13197 @vindex nnspool-inews-switches
13198 Parameters given to the inews program when posting an article.
13199
13200 @item nnspool-spool-directory
13201 @vindex nnspool-spool-directory
13202 Where @code{nnspool} looks for the articles.  This is normally
13203 @file{/usr/spool/news/}.
13204
13205 @item nnspool-nov-directory
13206 @vindex nnspool-nov-directory
13207 Where @code{nnspool} will look for @acronym{NOV} files.  This is normally@*
13208 @file{/usr/spool/news/over.view/}.
13209
13210 @item nnspool-lib-dir
13211 @vindex nnspool-lib-dir
13212 Where the news lib dir is (@file{/usr/lib/news/} by default).
13213
13214 @item nnspool-active-file
13215 @vindex nnspool-active-file
13216 The name of the active file.
13217
13218 @item nnspool-newsgroups-file
13219 @vindex nnspool-newsgroups-file
13220 The name of the group descriptions file.
13221
13222 @item nnspool-history-file
13223 @vindex nnspool-history-file
13224 The name of the news history file.
13225
13226 @item nnspool-active-times-file
13227 @vindex nnspool-active-times-file
13228 The name of the active date file.
13229
13230 @item nnspool-nov-is-evil
13231 @vindex nnspool-nov-is-evil
13232 If non-@code{nil}, @code{nnspool} won't try to use any @acronym{NOV} files
13233 that it finds.
13234
13235 @item nnspool-sift-nov-with-sed
13236 @vindex nnspool-sift-nov-with-sed
13237 @cindex sed
13238 If non-@code{nil}, which is the default, use @code{sed} to get the
13239 relevant portion from the overview file.  If @code{nil},
13240 @code{nnspool} will load the entire file into a buffer and process it
13241 there.
13242
13243 @end table
13244
13245
13246 @node Getting Mail
13247 @section Getting Mail
13248 @cindex reading mail
13249 @cindex mail
13250
13251 Reading mail with a newsreader---isn't that just plain WeIrD? But of
13252 course.
13253
13254 @menu
13255 * Mail in a Newsreader::        Important introductory notes.
13256 * Getting Started Reading Mail::  A simple cookbook example.
13257 * Splitting Mail::              How to create mail groups.
13258 * Mail Sources::                How to tell Gnus where to get mail from.
13259 * Mail Back End Variables::     Variables for customizing mail handling.
13260 * Fancy Mail Splitting::        Gnus can do hairy splitting of incoming mail.
13261 * Group Mail Splitting::        Use group customize to drive mail splitting.
13262 * Incorporating Old Mail::      What about the old mail you have?
13263 * Expiring Mail::               Getting rid of unwanted mail.
13264 * Washing Mail::                Removing cruft from the mail you get.
13265 * Duplicates::                  Dealing with duplicated mail.
13266 * Not Reading Mail::            Using mail back ends for reading other files.
13267 * Choosing a Mail Back End::    Gnus can read a variety of mail formats.
13268 @end menu
13269
13270
13271 @node Mail in a Newsreader
13272 @subsection Mail in a Newsreader
13273
13274 If you are used to traditional mail readers, but have decided to switch
13275 to reading mail with Gnus, you may find yourself experiencing something
13276 of a culture shock.
13277
13278 Gnus does not behave like traditional mail readers.  If you want to make
13279 it behave that way, you can, but it's an uphill battle.
13280
13281 Gnus, by default, handles all its groups using the same approach.  This
13282 approach is very newsreaderly---you enter a group, see the new/unread
13283 messages, and when you read the messages, they get marked as read, and
13284 you don't see them any more.  (Unless you explicitly ask for them.)
13285
13286 In particular, you do not do anything explicitly to delete messages.
13287
13288 Does this mean that all the messages that have been marked as read are
13289 deleted?  How awful!
13290
13291 But, no, it means that old messages are @dfn{expired} according to some
13292 scheme or other.  For news messages, the expire process is controlled by
13293 the news administrator; for mail, the expire process is controlled by
13294 you.  The expire process for mail is covered in depth in @ref{Expiring
13295 Mail}.
13296
13297 What many Gnus users find, after using it a while for both news and
13298 mail, is that the transport mechanism has very little to do with how
13299 they want to treat a message.
13300
13301 Many people subscribe to several mailing lists.  These are transported
13302 via @acronym{SMTP}, and are therefore mail.  But we might go for weeks without
13303 answering, or even reading these messages very carefully.  We may not
13304 need to save them because if we should need to read one again, they are
13305 archived somewhere else.
13306
13307 Some people have local news groups which have only a handful of readers.
13308 These are transported via @acronym{NNTP}, and are therefore news.  But we may need
13309 to read and answer a large fraction of the messages very carefully in
13310 order to do our work.  And there may not be an archive, so we may need
13311 to save the interesting messages the same way we would personal mail.
13312
13313 The important distinction turns out to be not the transport mechanism,
13314 but other factors such as how interested we are in the subject matter,
13315 or how easy it is to retrieve the message if we need to read it again.
13316
13317 Gnus provides many options for sorting mail into ``groups'' which behave
13318 like newsgroups, and for treating each group (whether mail or news)
13319 differently.
13320
13321 Some users never get comfortable using the Gnus (ahem) paradigm and wish
13322 that Gnus should grow up and be a male, er, mail reader.  It is possible
13323 to whip Gnus into a more mailreaderly being, but, as said before, it's
13324 not easy.  People who prefer proper mail readers should try @sc{vm}
13325 instead, which is an excellent, and proper, mail reader.
13326
13327 I don't mean to scare anybody off, but I want to make it clear that you
13328 may be required to learn a new way of thinking about messages.  After
13329 you've been subjected to The Gnus Way, you will come to love it.  I can
13330 guarantee it.  (At least the guy who sold me the Emacs Subliminal
13331 Brain-Washing Functions that I've put into Gnus did guarantee it.  You
13332 Will Be Assimilated.  You Love Gnus.  You Love The Gnus Mail Way.
13333 You Do.)
13334
13335
13336 @node Getting Started Reading Mail
13337 @subsection Getting Started Reading Mail
13338
13339 It's quite easy to use Gnus to read your new mail.  You just plonk the
13340 mail back end of your choice into @code{gnus-secondary-select-methods},
13341 and things will happen automatically.
13342
13343 For instance, if you want to use @code{nnml} (which is a ``one file per
13344 mail'' back end), you could put the following in your @file{~/.gnus.el} file:
13345
13346 @lisp
13347 (setq gnus-secondary-select-methods '((nnml "")))
13348 @end lisp
13349
13350 Now, the next time you start Gnus, this back end will be queried for new
13351 articles, and it will move all the messages in your spool file to its
13352 directory, which is @file{~/Mail/} by default.  The new group that will
13353 be created (@samp{mail.misc}) will be subscribed, and you can read it
13354 like any other group.
13355
13356 You will probably want to split the mail into several groups, though:
13357
13358 @lisp
13359 (setq nnmail-split-methods
13360       '(("junk" "^From:.*Lars Ingebrigtsen")
13361         ("crazy" "^Subject:.*die\\|^Organization:.*flabby")
13362         ("other" "")))
13363 @end lisp
13364
13365 This will result in three new @code{nnml} mail groups being created:
13366 @samp{nnml:junk}, @samp{nnml:crazy}, and @samp{nnml:other}.  All the
13367 mail that doesn't fit into the first two groups will be placed in the
13368 last group.
13369
13370 This should be sufficient for reading mail with Gnus.  You might want to
13371 give the other sections in this part of the manual a perusal, though.
13372 Especially @pxref{Choosing a Mail Back End} and @pxref{Expiring Mail}.
13373
13374
13375 @node Splitting Mail
13376 @subsection Splitting Mail
13377 @cindex splitting mail
13378 @cindex mail splitting
13379 @cindex mail filtering (splitting)
13380
13381 @vindex nnmail-split-methods
13382 The @code{nnmail-split-methods} variable says how the incoming mail is
13383 to be split into groups.
13384
13385 @lisp
13386 (setq nnmail-split-methods
13387   '(("mail.junk" "^From:.*Lars Ingebrigtsen")
13388     ("mail.crazy" "^Subject:.*die\\|^Organization:.*flabby")
13389     ("mail.other" "")))
13390 @end lisp
13391
13392 This variable is a list of lists, where the first element of each of
13393 these lists is the name of the mail group (they do not have to be called
13394 something beginning with @samp{mail}, by the way), and the second
13395 element is a regular expression used on the header of each mail to
13396 determine if it belongs in this mail group.  The first string may
13397 contain @samp{\\1} forms, like the ones used by @code{replace-match} to
13398 insert sub-expressions from the matched text.  For instance:
13399
13400 @lisp
13401 ("list.\\1" "From:.* \\(.*\\)-list@@majordomo.com")
13402 @end lisp
13403
13404 @noindent
13405 In that case, @code{nnmail-split-lowercase-expanded} controls whether
13406 the inserted text should be made lowercase.  @xref{Fancy Mail Splitting}.
13407
13408 The second element can also be a function.  In that case, it will be
13409 called narrowed to the headers with the first element of the rule as the
13410 argument.  It should return a non-@code{nil} value if it thinks that the
13411 mail belongs in that group.
13412
13413 @cindex @samp{bogus} group
13414 The last of these groups should always be a general one, and the regular
13415 expression should @emph{always} be @samp{""} so that it matches any mails
13416 that haven't been matched by any of the other regexps.  (These rules are
13417 processed from the beginning of the alist toward the end.  The first rule
13418 to make a match will ``win'', unless you have crossposting enabled.  In
13419 that case, all matching rules will ``win''.)  If no rule matched, the mail
13420 will end up in the @samp{bogus} group.  When new groups are created by
13421 splitting mail, you may want to run @code{gnus-group-find-new-groups} to
13422 see the new groups.  This also applies to the @samp{bogus} group.
13423
13424 If you like to tinker with this yourself, you can set this variable to a
13425 function of your choice.  This function will be called without any
13426 arguments in a buffer narrowed to the headers of an incoming mail
13427 message.  The function should return a list of group names that it
13428 thinks should carry this mail message.
13429
13430 Note that the mail back ends are free to maul the poor, innocent,
13431 incoming headers all they want to.  They all add @code{Lines} headers;
13432 some add @code{X-Gnus-Group} headers; most rename the Unix mbox
13433 @code{From<SPACE>} line to something else.
13434
13435 @vindex nnmail-crosspost
13436 The mail back ends all support cross-posting.  If several regexps match,
13437 the mail will be ``cross-posted'' to all those groups.
13438 @code{nnmail-crosspost} says whether to use this mechanism or not.  Note
13439 that no articles are crossposted to the general (@samp{""}) group.
13440
13441 @vindex nnmail-crosspost-link-function
13442 @cindex crosspost
13443 @cindex links
13444 @code{nnmh} and @code{nnml} makes crossposts by creating hard links to
13445 the crossposted articles.  However, not all file systems support hard
13446 links.  If that's the case for you, set
13447 @code{nnmail-crosspost-link-function} to @code{copy-file}.  (This
13448 variable is @code{add-name-to-file} by default.)
13449
13450 @kindex M-x nnmail-split-history
13451 @findex nnmail-split-history
13452 If you wish to see where the previous mail split put the messages, you
13453 can use the @kbd{M-x nnmail-split-history} command.  If you wish to see
13454 where re-spooling messages would put the messages, you can use
13455 @code{gnus-summary-respool-trace} and related commands (@pxref{Mail
13456 Group Commands}).
13457
13458 @vindex nnmail-split-header-length-limit
13459 Header lines longer than the value of
13460 @code{nnmail-split-header-length-limit} are excluded from the split
13461 function.
13462
13463 @vindex nnmail-mail-splitting-charset
13464 @vindex nnmail-mail-splitting-decodes
13465 By default the splitting codes @acronym{MIME} decodes headers so you
13466 can match on non-@acronym{ASCII} strings.  The
13467 @code{nnmail-mail-splitting-charset} variable specifies the default
13468 charset for decoding.  The behavior can be turned off completely by
13469 binding @code{nnmail-mail-splitting-decodes} to @code{nil}, which is
13470 useful if you want to match articles based on the raw header data.
13471
13472 @vindex nnmail-resplit-incoming
13473 By default, splitting is performed on all incoming messages.  If you
13474 specify a @code{directory} entry for the variable @code{mail-sources}
13475 (@pxref{Mail Source Specifiers}), however, then splitting does
13476 @emph{not} happen by default.  You can set the variable
13477 @code{nnmail-resplit-incoming} to a non-@code{nil} value to make
13478 splitting happen even in this case.  (This variable has no effect on
13479 other kinds of entries.)
13480
13481 Gnus gives you all the opportunity you could possibly want for shooting
13482 yourself in the foot.  Let's say you create a group that will contain
13483 all the mail you get from your boss.  And then you accidentally
13484 unsubscribe from the group.  Gnus will still put all the mail from your
13485 boss in the unsubscribed group, and so, when your boss mails you ``Have
13486 that report ready by Monday or you're fired!'', you'll never see it and,
13487 come Tuesday, you'll still believe that you're gainfully employed while
13488 you really should be out collecting empty bottles to save up for next
13489 month's rent money.
13490
13491
13492 @node Mail Sources
13493 @subsection Mail Sources
13494
13495 Mail can be gotten from many different sources---the mail spool, from
13496 a @acronym{POP} mail server, from a procmail directory, or from a
13497 maildir, for instance.
13498
13499 @menu
13500 * Mail Source Specifiers::      How to specify what a mail source is.
13501 * Mail Source Customization::   Some variables that influence things.
13502 * Fetching Mail::               Using the mail source specifiers.
13503 @end menu
13504
13505
13506 @node Mail Source Specifiers
13507 @subsubsection Mail Source Specifiers
13508 @cindex POP
13509 @cindex mail server
13510 @cindex procmail
13511 @cindex mail spool
13512 @cindex mail source
13513
13514 You tell Gnus how to fetch mail by setting @code{mail-sources}
13515 (@pxref{Fetching Mail}) to a @dfn{mail source specifier}.
13516
13517 Here's an example:
13518
13519 @lisp
13520 (pop :server "pop3.mailserver.com" :user "myname")
13521 @end lisp
13522
13523 As can be observed, a mail source specifier is a list where the first
13524 element is a @dfn{mail source type}, followed by an arbitrary number of
13525 @dfn{keywords}.  Keywords that are not explicitly specified are given
13526 default values.
13527
13528 The following mail source types are available:
13529
13530 @table @code
13531 @item file
13532 Get mail from a single file; typically from the mail spool.
13533
13534 Keywords:
13535
13536 @table @code
13537 @item :path
13538 The file name.  Defaults to the value of the @env{MAIL}
13539 environment variable or the value of @code{rmail-spool-directory}
13540 (usually something like @file{/usr/mail/spool/user-name}).
13541
13542 @item :prescript
13543 @itemx :postscript
13544 Script run before/after fetching mail.
13545 @end table
13546
13547 An example file mail source:
13548
13549 @lisp
13550 (file :path "/usr/spool/mail/user-name")
13551 @end lisp
13552
13553 Or using the default file name:
13554
13555 @lisp
13556 (file)
13557 @end lisp
13558
13559 If the mail spool file is not located on the local machine, it's best
13560 to use @acronym{POP} or @acronym{IMAP} or the like to fetch the mail.
13561 You can not use ange-ftp file names here---it has no way to lock the
13562 mail spool while moving the mail.
13563
13564 If it's impossible to set up a proper server, you can use ssh instead.
13565
13566 @lisp
13567 (setq mail-sources
13568       '((file :prescript "ssh host bin/getmail >%t")))
13569 @end lisp
13570
13571 The @samp{getmail} script would look something like the following:
13572
13573 @example
13574 #!/bin/sh
13575 #  getmail - move mail from spool to stdout
13576 #  flu@@iki.fi
13577
13578 MOVEMAIL=/usr/lib/emacs/20.3/i386-redhat-linux/movemail
13579 TMP=$HOME/Mail/tmp
13580 rm -f $TMP; $MOVEMAIL $MAIL $TMP >/dev/null && cat $TMP
13581 @end example
13582
13583 Alter this script to fit find the @samp{movemail} you want to use.
13584
13585
13586 @item directory
13587 @vindex nnmail-scan-directory-mail-source-once
13588 Get mail from several files in a directory.  This is typically used
13589 when you have procmail split the incoming mail into several files.
13590 That is, there is a one-to-one correspondence between files in that
13591 directory and groups, so that mail from the file @file{foo.bar.spool}
13592 will be put in the group @code{foo.bar}.  (You can change the suffix
13593 to be used instead of @code{.spool}.)  Setting
13594 @code{nnmail-scan-directory-mail-source-once} to non-@code{nil} forces
13595 Gnus to scan the mail source only once.  This is particularly useful
13596 if you want to scan mail groups at a specified level.
13597
13598 @vindex nnmail-resplit-incoming
13599 There is also the variable @code{nnmail-resplit-incoming}, if you set
13600 that to a non-@code{nil} value, then the normal splitting process is
13601 applied to all the files from the directory, @ref{Splitting Mail}.
13602
13603 Keywords:
13604
13605 @table @code
13606 @item :path
13607 The name of the directory where the files are.  There is no default
13608 value.
13609
13610 @item :suffix
13611 Only files ending with this suffix are used.  The default is
13612 @samp{.spool}.
13613
13614 @item :predicate
13615 Only files that have this predicate return non-@code{nil} are returned.
13616 The default is @code{identity}.  This is used as an additional
13617 filter---only files that have the right suffix @emph{and} satisfy this
13618 predicate are considered.
13619
13620 @item :prescript
13621 @itemx :postscript
13622 Script run before/after fetching mail.
13623
13624 @end table
13625
13626 An example directory mail source:
13627
13628 @lisp
13629 (directory :path "/home/user-name/procmail-dir/"
13630            :suffix ".prcml")
13631 @end lisp
13632
13633 @item pop
13634 Get mail from a @acronym{POP} server.
13635
13636 Keywords:
13637
13638 @table @code
13639 @item :server
13640 The name of the @acronym{POP} server.  The default is taken from the
13641 @env{MAILHOST} environment variable.
13642
13643 @item :port
13644 The port number of the @acronym{POP} server.  This can be a number (eg,
13645 @samp{:port 1234}) or a string (eg, @samp{:port "pop3"}).  If it is a
13646 string, it should be a service name as listed in @file{/etc/services} on
13647 Unix systems.  The default is @samp{"pop3"}.  On some systems you might
13648 need to specify it as @samp{"pop-3"} instead.
13649
13650 @item :user
13651 The user name to give to the @acronym{POP} server.  The default is the login
13652 name.
13653
13654 @item :password
13655 The password to give to the @acronym{POP} server.  If not specified,
13656 the user is prompted.
13657
13658 @item :program
13659 The program to use to fetch mail from the @acronym{POP} server.  This
13660 should be a @code{format}-like string.  Here's an example:
13661
13662 @example
13663 fetchmail %u@@%s -P %p %t
13664 @end example
13665
13666 The valid format specifier characters are:
13667
13668 @table @samp
13669 @item t
13670 The name of the file the mail is to be moved to.  This must always be
13671 included in this string.
13672
13673 @item s
13674 The name of the server.
13675
13676 @item P
13677 The port number of the server.
13678
13679 @item u
13680 The user name to use.
13681
13682 @item p
13683 The password to use.
13684 @end table
13685
13686 The values used for these specs are taken from the values you give the
13687 corresponding keywords.
13688
13689 @item :prescript
13690 A script to be run before fetching the mail.  The syntax is the same as
13691 the @code{:program} keyword.  This can also be a function to be run.
13692
13693 @item :postscript
13694 A script to be run after fetching the mail.  The syntax is the same as
13695 the @code{:program} keyword.  This can also be a function to be run.
13696
13697 @item :function
13698 The function to use to fetch mail from the @acronym{POP} server.  The
13699 function is called with one parameter---the name of the file where the
13700 mail should be moved to.
13701
13702 @item :authentication
13703 This can be either the symbol @code{password} or the symbol @code{apop}
13704 and says what authentication scheme to use.  The default is
13705 @code{password}.
13706
13707 @end table
13708
13709 @vindex pop3-movemail
13710 @vindex pop3-leave-mail-on-server
13711 If the @code{:program} and @code{:function} keywords aren't specified,
13712 @code{pop3-movemail} will be used.  If the
13713 @code{pop3-leave-mail-on-server} is non-@code{nil} the mail is to be
13714 left on the @acronym{POP} server after fetching when using
13715 @code{pop3-movemail}.  Note that POP servers maintain no state
13716 information between sessions, so what the client believes is there and
13717 what is actually there may not match up.  If they do not, then the whole
13718 thing can fall apart and leave you with a corrupt mailbox.
13719
13720 Here are some examples.  Fetch from the default @acronym{POP} server,
13721 using the default user name, and default fetcher:
13722
13723 @lisp
13724 (pop)
13725 @end lisp
13726
13727 Fetch from a named server with a named user and password:
13728
13729 @lisp
13730 (pop :server "my.pop.server"
13731      :user "user-name" :password "secret")
13732 @end lisp
13733
13734 Use @samp{movemail} to move the mail:
13735
13736 @lisp
13737 (pop :program "movemail po:%u %t %p")
13738 @end lisp
13739
13740 @item maildir
13741 Get mail from a maildir.  This is a type of mailbox that is supported by
13742 at least qmail and postfix, where each file in a special directory
13743 contains exactly one mail.
13744
13745 Keywords:
13746
13747 @table @code
13748 @item :path
13749 The name of the directory where the mails are stored.  The default is
13750 taken from the @env{MAILDIR} environment variable or
13751 @file{~/Maildir/}.
13752 @item :subdirs
13753 The subdirectories of the Maildir.  The default is
13754 @samp{("new" "cur")}.
13755
13756 @c If you sometimes look at your mail through a pop3 daemon before fetching
13757 @c them with Gnus, you may also have to fetch your mails from the
13758 @c @code{cur} directory inside the maildir, like in the first example
13759 @c below.
13760
13761 You can also get mails from remote hosts (because maildirs don't suffer
13762 from locking problems).
13763
13764 @end table
13765
13766 Two example maildir mail sources:
13767
13768 @lisp
13769 (maildir :path "/home/user-name/Maildir/"
13770          :subdirs ("cur" "new"))
13771 @end lisp
13772
13773 @lisp
13774 (maildir :path "/user@@remotehost.org:~/Maildir/"
13775          :subdirs ("new"))
13776 @end lisp
13777
13778 @item imap
13779 Get mail from a @acronym{IMAP} server.  If you don't want to use
13780 @acronym{IMAP} as intended, as a network mail reading protocol (ie
13781 with nnimap), for some reason or other, Gnus let you treat it similar
13782 to a @acronym{POP} server and fetches articles from a given
13783 @acronym{IMAP} mailbox.  @xref{IMAP}, for more information.
13784
13785 Note that for the Kerberos, GSSAPI, @acronym{TLS}/@acronym{SSL} and STARTTLS support you
13786 may need external programs and libraries, @xref{IMAP}.
13787
13788 Keywords:
13789
13790 @table @code
13791 @item :server
13792 The name of the @acronym{IMAP} server.  The default is taken from the
13793 @env{MAILHOST} environment variable.
13794
13795 @item :port
13796 The port number of the @acronym{IMAP} server.  The default is @samp{143}, or
13797 @samp{993} for @acronym{TLS}/@acronym{SSL} connections.
13798
13799 @item :user
13800 The user name to give to the @acronym{IMAP} server.  The default is the login
13801 name.
13802
13803 @item :password
13804 The password to give to the @acronym{IMAP} server.  If not specified, the user is
13805 prompted.
13806
13807 @item :stream
13808 What stream to use for connecting to the server, this is one of the
13809 symbols in @code{imap-stream-alist}.  Right now, this means
13810 @samp{gssapi}, @samp{kerberos4}, @samp{starttls}, @samp{tls},
13811 @samp{ssl}, @samp{shell} or the default @samp{network}.
13812
13813 @item :authentication
13814 Which authenticator to use for authenticating to the server, this is
13815 one of the symbols in @code{imap-authenticator-alist}.  Right now,
13816 this means @samp{gssapi}, @samp{kerberos4}, @samp{digest-md5},
13817 @samp{cram-md5}, @samp{anonymous} or the default @samp{login}.
13818
13819 @item :program
13820 When using the `shell' :stream, the contents of this variable is
13821 mapped into the @code{imap-shell-program} variable.  This should be a
13822 @code{format}-like string (or list of strings).  Here's an example:
13823
13824 @example
13825 ssh %s imapd
13826 @end example
13827
13828 The valid format specifier characters are:
13829
13830 @table @samp
13831 @item s
13832 The name of the server.
13833
13834 @item l
13835 User name from @code{imap-default-user}.
13836
13837 @item p
13838 The port number of the server.
13839 @end table
13840
13841 The values used for these specs are taken from the values you give the
13842 corresponding keywords.
13843
13844 @item :mailbox
13845 The name of the mailbox to get mail from.  The default is @samp{INBOX}
13846 which normally is the mailbox which receive incoming mail.
13847
13848 @item :predicate
13849 The predicate used to find articles to fetch.  The default, @samp{UNSEEN
13850 UNDELETED}, is probably the best choice for most people, but if you
13851 sometimes peek in your mailbox with a @acronym{IMAP} client and mark some
13852 articles as read (or; SEEN) you might want to set this to @samp{1:*}.
13853 Then all articles in the mailbox is fetched, no matter what.  For a
13854 complete list of predicates, see RFC 2060 section 6.4.4.
13855
13856 @item :fetchflag
13857 How to flag fetched articles on the server, the default @samp{\Deleted}
13858 will mark them as deleted, an alternative would be @samp{\Seen} which
13859 would simply mark them as read.  These are the two most likely choices,
13860 but more flags are defined in RFC 2060 section 2.3.2.
13861
13862 @item :dontexpunge
13863 If non-@code{nil}, don't remove all articles marked as deleted in the
13864 mailbox after finishing the fetch.
13865
13866 @end table
13867
13868 An example @acronym{IMAP} mail source:
13869
13870 @lisp
13871 (imap :server "mail.mycorp.com"
13872       :stream kerberos4
13873       :fetchflag "\\Seen")
13874 @end lisp
13875
13876 @item webmail
13877 Get mail from a webmail server, such as @uref{http://www.hotmail.com/},
13878 @uref{http://webmail.netscape.com/}, @uref{http://www.netaddress.com/},
13879 @uref{http://mail.yahoo.com/}.
13880
13881 NOTE: Webmail largely depends on cookies.  A "one-line-cookie" patch is
13882 required for url "4.0pre.46".
13883
13884 WARNING: Mails may be lost.  NO WARRANTY.
13885
13886 Keywords:
13887
13888 @table @code
13889 @item :subtype
13890 The type of the webmail server.  The default is @code{hotmail}.  The
13891 alternatives are @code{netscape}, @code{netaddress}, @code{my-deja}.
13892
13893 @item :user
13894 The user name to give to the webmail server.  The default is the login
13895 name.
13896
13897 @item :password
13898 The password to give to the webmail server.  If not specified, the user is
13899 prompted.
13900
13901 @item :dontexpunge
13902 If non-@code{nil}, only fetch unread articles and don't move them to
13903 trash folder after finishing the fetch.
13904
13905 @end table
13906
13907 An example webmail source:
13908
13909 @lisp
13910 (webmail :subtype 'hotmail
13911          :user "user-name"
13912          :password "secret")
13913 @end lisp
13914 @end table
13915
13916 @table @dfn
13917 @item Common Keywords
13918 Common keywords can be used in any type of mail source.
13919
13920 Keywords:
13921
13922 @table @code
13923 @item :plugged
13924 If non-@code{nil}, fetch the mail even when Gnus is unplugged.  If you
13925 use directory source to get mail, you can specify it as in this
13926 example:
13927
13928 @lisp
13929 (setq mail-sources
13930       '((directory :path "/home/pavel/.Spool/"
13931                    :suffix ""
13932                    :plugged t)))
13933 @end lisp
13934
13935 Gnus will then fetch your mail even when you are unplugged.  This is
13936 useful when you use local mail and news.
13937
13938 @end table
13939 @end table
13940
13941 @subsubsection Function Interface
13942
13943 Some of the above keywords specify a Lisp function to be executed.
13944 For each keyword @code{:foo}, the Lisp variable @code{foo} is bound to
13945 the value of the keyword while the function is executing.  For example,
13946 consider the following mail-source setting:
13947
13948 @lisp
13949 (setq mail-sources '((pop :user "jrl"
13950                           :server "pophost" :function fetchfunc)))
13951 @end lisp
13952
13953 While the function @code{fetchfunc} is executing, the symbol @code{user}
13954 is bound to @code{"jrl"}, and the symbol @code{server} is bound to
13955 @code{"pophost"}.  The symbols @code{port}, @code{password},
13956 @code{program}, @code{prescript}, @code{postscript}, @code{function},
13957 and @code{authentication} are also bound (to their default values).
13958
13959 See above for a list of keywords for each type of mail source.
13960
13961
13962 @node Mail Source Customization
13963 @subsubsection Mail Source Customization
13964
13965 The following is a list of variables that influence how the mail is
13966 fetched.  You would normally not need to set or change any of these
13967 variables.
13968
13969 @table @code
13970 @item mail-source-crash-box
13971 @vindex mail-source-crash-box
13972 File where mail will be stored while processing it.  The default is@*
13973 @file{~/.emacs-mail-crash-box}.
13974
13975 @item mail-source-delete-incoming
13976 @vindex mail-source-delete-incoming
13977 If non-@code{nil}, delete incoming files after handling them.  If
13978 @code{t}, delete the files immediately, if @code{nil}, never delete any
13979 files.  If a positive number, delete files older than number of days
13980 (This will only happen, when receiving new mail).  You may also set
13981 @code{mail-source-delete-incoming} to @code{nil} and call
13982 @code{mail-source-delete-old-incoming} from a hook or interactively.
13983
13984 @item mail-source-delete-old-incoming-confirm
13985 @vindex mail-source-delete-old-incoming-confirm
13986 If non-@code{nil}, ask for for confirmation before deleting old incoming
13987 files.  This variable only applies when
13988 @code{mail-source-delete-incoming} is a positive number.
13989
13990 @item mail-source-ignore-errors
13991 @vindex mail-source-ignore-errors
13992 If non-@code{nil}, ignore errors when reading mail from a mail source.
13993
13994 @item mail-source-directory
13995 @vindex mail-source-directory
13996 Directory where incoming mail source files (if any) will be stored.  The
13997 default is @file{~/Mail/}.  At present, the only thing this is used for
13998 is to say where the incoming files will be stored if the variable
13999 @code{mail-source-delete-incoming} is @code{nil} or a number.
14000
14001 @item mail-source-incoming-file-prefix
14002 @vindex mail-source-incoming-file-prefix
14003 Prefix for file name for storing incoming mail.  The default is
14004 @file{Incoming}, in which case files will end up with names like
14005 @file{Incoming30630D_} or @file{Incoming298602ZD}.  This is really only
14006 relevant if @code{mail-source-delete-incoming} is @code{nil} or a
14007 number.
14008
14009 @item mail-source-default-file-modes
14010 @vindex mail-source-default-file-modes
14011 All new mail files will get this file mode.  The default is 384.
14012
14013 @item mail-source-movemail-program
14014 @vindex mail-source-movemail-program
14015 If non-@code{nil}, name of program for fetching new mail.  If
14016 @code{nil}, @code{movemail} in @var{exec-directory}.
14017
14018 @end table
14019
14020
14021 @node Fetching Mail
14022 @subsubsection Fetching Mail
14023
14024 @vindex mail-sources
14025 @vindex nnmail-spool-file
14026 The way to actually tell Gnus where to get new mail from is to set
14027 @code{mail-sources} to a list of mail source specifiers
14028 (@pxref{Mail Source Specifiers}).
14029
14030 If this variable (and the obsolescent @code{nnmail-spool-file}) is
14031 @code{nil}, the mail back ends will never attempt to fetch mail by
14032 themselves.
14033
14034 If you want to fetch mail both from your local spool as well as a
14035 @acronym{POP} mail server, you'd say something like:
14036
14037 @lisp
14038 (setq mail-sources
14039       '((file)
14040         (pop :server "pop3.mail.server"
14041              :password "secret")))
14042 @end lisp
14043
14044 Or, if you don't want to use any of the keyword defaults:
14045
14046 @lisp
14047 (setq mail-sources
14048       '((file :path "/var/spool/mail/user-name")
14049         (pop :server "pop3.mail.server"
14050              :user "user-name"
14051              :port "pop3"
14052              :password "secret")))
14053 @end lisp
14054
14055
14056 When you use a mail back end, Gnus will slurp all your mail from your
14057 inbox and plonk it down in your home directory.  Gnus doesn't move any
14058 mail if you're not using a mail back end---you have to do a lot of magic
14059 invocations first.  At the time when you have finished drawing the
14060 pentagram, lightened the candles, and sacrificed the goat, you really
14061 shouldn't be too surprised when Gnus moves your mail.
14062
14063
14064
14065 @node Mail Back End Variables
14066 @subsection Mail Back End Variables
14067
14068 These variables are (for the most part) pertinent to all the various
14069 mail back ends.
14070
14071 @table @code
14072 @vindex nnmail-read-incoming-hook
14073 @item nnmail-read-incoming-hook
14074 The mail back ends all call this hook after reading new mail.  You can
14075 use this hook to notify any mail watch programs, if you want to.
14076
14077 @vindex nnmail-split-hook
14078 @item nnmail-split-hook
14079 @findex gnus-article-decode-encoded-words
14080 @cindex RFC 1522 decoding
14081 @cindex RFC 2047 decoding
14082 Hook run in the buffer where the mail headers of each message is kept
14083 just before the splitting based on these headers is done.  The hook is
14084 free to modify the buffer contents in any way it sees fit---the buffer
14085 is discarded after the splitting has been done, and no changes performed
14086 in the buffer will show up in any files.
14087 @code{gnus-article-decode-encoded-words} is one likely function to add
14088 to this hook.
14089
14090 @vindex nnmail-pre-get-new-mail-hook
14091 @vindex nnmail-post-get-new-mail-hook
14092 @item nnmail-pre-get-new-mail-hook
14093 @itemx nnmail-post-get-new-mail-hook
14094 These are two useful hooks executed when treating new incoming
14095 mail---@code{nnmail-pre-get-new-mail-hook} (is called just before
14096 starting to handle the new mail) and
14097 @code{nnmail-post-get-new-mail-hook} (is called when the mail handling
14098 is done).  Here's and example of using these two hooks to change the
14099 default file modes the new mail files get:
14100
14101 @lisp
14102 (add-hook 'nnmail-pre-get-new-mail-hook
14103           (lambda () (set-default-file-modes 511)))
14104
14105 (add-hook 'nnmail-post-get-new-mail-hook
14106           (lambda () (set-default-file-modes 551)))
14107 @end lisp
14108
14109 @item nnmail-use-long-file-names
14110 @vindex nnmail-use-long-file-names
14111 If non-@code{nil}, the mail back ends will use long file and directory
14112 names.  Groups like @samp{mail.misc} will end up in directories
14113 (assuming use of @code{nnml} back end) or files (assuming use of
14114 @code{nnfolder} back end) like @file{mail.misc}.  If it is @code{nil},
14115 the same group will end up in @file{mail/misc}.
14116
14117 @item nnmail-delete-file-function
14118 @vindex nnmail-delete-file-function
14119 @findex delete-file
14120 Function called to delete files.  It is @code{delete-file} by default.
14121
14122 @item nnmail-cache-accepted-message-ids
14123 @vindex nnmail-cache-accepted-message-ids
14124 If non-@code{nil}, put the @code{Message-ID}s of articles imported into
14125 the back end (via @code{Gcc}, for instance) into the mail duplication
14126 discovery cache.  The default is @code{nil}.
14127
14128 @item nnmail-cache-ignore-groups
14129 @vindex nnmail-cache-ignore-groups
14130 This can be a regular expression or a list of regular expressions.
14131 Group names that match any of the regular expressions will never be
14132 recorded in the @code{Message-ID} cache.
14133
14134 This can be useful, for example, when using Fancy Splitting
14135 (@pxref{Fancy Mail Splitting}) together with the function
14136 @code{nnmail-split-fancy-with-parent}.
14137
14138 @end table
14139
14140
14141 @node Fancy Mail Splitting
14142 @subsection Fancy Mail Splitting
14143 @cindex mail splitting
14144 @cindex fancy mail splitting
14145
14146 @vindex nnmail-split-fancy
14147 @findex nnmail-split-fancy
14148 If the rather simple, standard method for specifying how to split mail
14149 doesn't allow you to do what you want, you can set
14150 @code{nnmail-split-methods} to @code{nnmail-split-fancy}.  Then you can
14151 play with the @code{nnmail-split-fancy} variable.
14152
14153 Let's look at an example value of this variable first:
14154
14155 @lisp
14156 ;; @r{Messages from the mailer daemon are not crossposted to any of}
14157 ;; @r{the ordinary groups.  Warnings are put in a separate group}
14158 ;; @r{from real errors.}
14159 (| ("from" mail (| ("subject" "warn.*" "mail.warning")
14160                    "mail.misc"))
14161    ;; @r{Non-error messages are crossposted to all relevant}
14162    ;; @r{groups, but we don't crosspost between the group for the}
14163    ;; @r{(ding) list and the group for other (ding) related mail.}
14164    (& (| (any "ding@@ifi\\.uio\\.no" "ding.list")
14165          ("subject" "ding" "ding.misc"))
14166       ;; @r{Other mailing lists@dots{}}
14167       (any "procmail@@informatik\\.rwth-aachen\\.de" "procmail.list")
14168       (any "SmartList@@informatik\\.rwth-aachen\\.de" "SmartList.list")
14169       ;; @r{Both lists below have the same suffix, so prevent}
14170       ;; @r{cross-posting to mkpkg.list of messages posted only to}
14171       ;; @r{the bugs- list, but allow cross-posting when the}
14172       ;; @r{message was really cross-posted.}
14173       (any "bugs-mypackage@@somewhere" "mypkg.bugs")
14174       (any "mypackage@@somewhere" - "bugs-mypackage" "mypkg.list")
14175       ;; @r{People@dots{}}
14176       (any "larsi@@ifi\\.uio\\.no" "people.Lars_Magne_Ingebrigtsen"))
14177    ;; @r{Unmatched mail goes to the catch all group.}
14178    "misc.misc")
14179 @end lisp
14180
14181 This variable has the format of a @dfn{split}.  A split is a
14182 (possibly) recursive structure where each split may contain other
14183 splits.  Here are the possible split syntaxes:
14184
14185 @table @code
14186
14187 @item group
14188 If the split is a string, that will be taken as a group name.  Normal
14189 regexp match expansion will be done.  See below for examples.
14190
14191 @item (@var{field} @var{value} [- @var{restrict} [@dots{}] ] @var{split})
14192 If the split is a list, the first element of which is a string, then
14193 store the message as specified by @var{split}, if header @var{field}
14194 (a regexp) contains @var{value} (also a regexp).  If @var{restrict}
14195 (yet another regexp) matches some string after @var{field} and before
14196 the end of the matched @var{value}, the @var{split} is ignored.  If
14197 none of the @var{restrict} clauses match, @var{split} is processed.
14198
14199 @item (| @var{split} @dots{})
14200 If the split is a list, and the first element is @code{|} (vertical
14201 bar), then process each @var{split} until one of them matches.  A
14202 @var{split} is said to match if it will cause the mail message to be
14203 stored in one or more groups.
14204
14205 @item (& @var{split} @dots{})
14206 If the split is a list, and the first element is @code{&}, then
14207 process all @var{split}s in the list.
14208
14209 @item junk
14210 If the split is the symbol @code{junk}, then don't save (i.e., delete)
14211 this message.  Use with extreme caution.
14212
14213 @item (: @var{function} @var{arg1} @var{arg2} @dots{})
14214 If the split is a list, and the first element is @samp{:}, then the
14215 second element will be called as a function with @var{args} given as
14216 arguments.  The function should return a @var{split}.
14217
14218 @cindex body split
14219 For instance, the following function could be used to split based on the
14220 body of the messages:
14221
14222 @lisp
14223 (defun split-on-body ()
14224   (save-excursion
14225     (save-restriction
14226       (widen)
14227       (goto-char (point-min))
14228       (when (re-search-forward "Some.*string" nil t)
14229         "string.group"))))
14230 @end lisp
14231
14232 The buffer is narrowed to the message in question when @var{function}
14233 is run.  That's why @code{(widen)} needs to be called after
14234 @code{save-excursion} and @code{save-restriction} in the example
14235 above.  Also note that with the nnimap back end, message bodies will
14236 not be downloaded by default.  You need to set
14237 @code{nnimap-split-download-body} to @code{t} to do that
14238 (@pxref{Splitting in IMAP}).
14239
14240 @item (! @var{func} @var{split})
14241 If the split is a list, and the first element is @code{!}, then
14242 @var{split} will be processed, and @var{func} will be called as a
14243 function with the result of @var{split} as argument.  @var{func}
14244 should return a split.
14245
14246 @item nil
14247 If the split is @code{nil}, it is ignored.
14248
14249 @end table
14250
14251 In these splits, @var{field} must match a complete field name.
14252 @var{value} must match a complete word according to the fundamental mode
14253 syntax table.  You can use @code{.*} in the regexps to match partial
14254 field names or words.  In other words, all @var{value}'s are wrapped in
14255 @samp{\<} and @samp{\>} pairs.
14256
14257 @vindex nnmail-split-abbrev-alist
14258 @var{field} and @var{value} can also be Lisp symbols, in that case
14259 they are expanded as specified by the variable
14260 @code{nnmail-split-abbrev-alist}.  This is an alist of cons cells,
14261 where the @sc{car} of a cell contains the key, and the @sc{cdr}
14262 contains the associated value.  Predefined entries in
14263 @code{nnmail-split-abbrev-alist} include:
14264
14265 @table @code
14266 @item from
14267 Matches the @samp{From}, @samp{Sender} and @samp{Resent-From} fields.
14268 @item to
14269 Matches the @samp{To}, @samp{Cc}, @samp{Apparently-To},
14270 @samp{Resent-To} and @samp{Resent-Cc} fields.
14271 @item any
14272 Is the union of the @code{from} and @code{to} entries.
14273 @end table
14274
14275 @vindex nnmail-split-fancy-syntax-table
14276 @code{nnmail-split-fancy-syntax-table} is the syntax table in effect
14277 when all this splitting is performed.
14278
14279 If you want to have Gnus create groups dynamically based on some
14280 information in the headers (i.e., do @code{replace-match}-like
14281 substitutions in the group names), you can say things like:
14282
14283 @example
14284 (any "debian-\\b\\(\\w+\\)@@lists.debian.org" "mail.debian.\\1")
14285 @end example
14286
14287 In this example, messages sent to @samp{debian-foo@@lists.debian.org}
14288 will be filed in @samp{mail.debian.foo}.
14289
14290 If the string contains the element @samp{\&}, then the previously
14291 matched string will be substituted.  Similarly, the elements @samp{\\1}
14292 up to @samp{\\9} will be substituted with the text matched by the
14293 groupings 1 through 9.
14294
14295 @vindex nnmail-split-lowercase-expanded
14296 Where @code{nnmail-split-lowercase-expanded} controls whether the
14297 lowercase of the matched string should be used for the substitution.
14298 Setting it as non-@code{nil} is useful to avoid the creation of multiple
14299 groups when users send to an address using different case
14300 (i.e. mailing-list@@domain vs Mailing-List@@Domain).  The default value
14301 is @code{t}.
14302
14303 @vindex nnmail-split-fancy-match-partial-words
14304 @code{nnmail-split-fancy-match-partial-words} controls whether partial
14305 words are matched during fancy splitting.
14306
14307 Normally, regular expressions given in @code{nnmail-split-fancy} are
14308 implicitly surrounded by @code{\<...\>} markers, which are word
14309 delimiters.  If this variable is true, they are not implicitly
14310 surrounded by anything.
14311
14312 @example
14313 (any "joe" "joemail")
14314 @end example
14315
14316 In this example, messages sent from @samp{joedavis@@foo.org} will
14317 normally not be filed in @samp{joemail}.  With
14318 @code{nnmail-split-fancy-match-partial-words} set to @code{t},
14319 however, the match will happen.  In effect, the requirement of a word
14320 boundary is removed and instead the match becomes more like a grep.
14321
14322 @findex nnmail-split-fancy-with-parent
14323 @code{nnmail-split-fancy-with-parent} is a function which allows you to
14324 split followups into the same groups their parents are in.  Sometimes
14325 you can't make splitting rules for all your mail.  For example, your
14326 boss might send you personal mail regarding different projects you are
14327 working on, and as you can't tell your boss to put a distinguishing
14328 string into the subject line, you have to resort to manually moving the
14329 messages into the right group.  With this function, you only have to do
14330 it once per thread.
14331
14332 To use this feature, you have to set @code{nnmail-treat-duplicates}
14333 and @code{nnmail-cache-accepted-message-ids} to a non-@code{nil}
14334 value.  And then you can include @code{nnmail-split-fancy-with-parent}
14335 using the colon feature, like so:
14336 @lisp
14337 (setq nnmail-treat-duplicates 'warn     ; @r{or @code{delete}}
14338       nnmail-cache-accepted-message-ids t
14339       nnmail-split-fancy
14340       '(| (: nnmail-split-fancy-with-parent)
14341           ;; @r{other splits go here}
14342         ))
14343 @end lisp
14344
14345 This feature works as follows: when @code{nnmail-treat-duplicates} is
14346 non-@code{nil}, Gnus records the message id of every message it sees
14347 in the file specified by the variable
14348 @code{nnmail-message-id-cache-file}, together with the group it is in
14349 (the group is omitted for non-mail messages).  When mail splitting is
14350 invoked, the function @code{nnmail-split-fancy-with-parent} then looks
14351 at the References (and In-Reply-To) header of each message to split
14352 and searches the file specified by @code{nnmail-message-id-cache-file}
14353 for the message ids.  When it has found a parent, it returns the
14354 corresponding group name unless the group name matches the regexp
14355 @code{nnmail-split-fancy-with-parent-ignore-groups}.  It is
14356 recommended that you set @code{nnmail-message-id-cache-length} to a
14357 somewhat higher number than the default so that the message ids are
14358 still in the cache.  (A value of 5000 appears to create a file some
14359 300 kBytes in size.)
14360 @vindex nnmail-cache-accepted-message-ids
14361 When @code{nnmail-cache-accepted-message-ids} is non-@code{nil}, Gnus
14362 also records the message ids of moved articles, so that the followup
14363 messages goes into the new group.
14364
14365 Also see the variable @code{nnmail-cache-ignore-groups} if you don't
14366 want certain groups to be recorded in the cache.  For example, if all
14367 outgoing messages are written to an ``outgoing'' group, you could set
14368 @code{nnmail-cache-ignore-groups} to match that group name.
14369 Otherwise, answers to all your messages would end up in the
14370 ``outgoing'' group.
14371
14372
14373 @node Group Mail Splitting
14374 @subsection Group Mail Splitting
14375 @cindex mail splitting
14376 @cindex group mail splitting
14377
14378 @findex gnus-group-split
14379 If you subscribe to dozens of mailing lists but you don't want to
14380 maintain mail splitting rules manually, group mail splitting is for you.
14381 You just have to set @code{to-list} and/or @code{to-address} in group
14382 parameters or group customization and set @code{nnmail-split-methods} to
14383 @code{gnus-group-split}.  This splitting function will scan all groups
14384 for those parameters and split mail accordingly, i.e., messages posted
14385 from or to the addresses specified in the parameters @code{to-list} or
14386 @code{to-address} of a mail group will be stored in that group.
14387
14388 Sometimes, mailing lists have multiple addresses, and you may want mail
14389 splitting to recognize them all: just set the @code{extra-aliases} group
14390 parameter to the list of additional addresses and it's done.  If you'd
14391 rather use a regular expression, set @code{split-regexp}.
14392
14393 All these parameters in a group will be used to create an
14394 @code{nnmail-split-fancy} split, in which the @var{field} is @samp{any},
14395 the @var{value} is a single regular expression that matches
14396 @code{to-list}, @code{to-address}, all of @code{extra-aliases} and all
14397 matches of @code{split-regexp}, and the @var{split} is the name of the
14398 group.  @var{restrict}s are also supported: just set the
14399 @code{split-exclude} parameter to a list of regular expressions.
14400
14401 If you can't get the right split to be generated using all these
14402 parameters, or you just need something fancier, you can set the
14403 parameter @code{split-spec} to an @code{nnmail-split-fancy} split.  In
14404 this case, all other aforementioned parameters will be ignored by
14405 @code{gnus-group-split}.  In particular, @code{split-spec} may be set to
14406 @code{nil}, in which case the group will be ignored by
14407 @code{gnus-group-split}.
14408
14409 @vindex gnus-group-split-default-catch-all-group
14410 @code{gnus-group-split} will do cross-posting on all groups that match,
14411 by defining a single @code{&} fancy split containing one split for each
14412 group.  If a message doesn't match any split, it will be stored in the
14413 group named in @code{gnus-group-split-default-catch-all-group}, unless
14414 some group has @code{split-spec} set to @code{catch-all}, in which case
14415 that group is used as the catch-all group.  Even though this variable is
14416 often used just to name a group, it may also be set to an arbitrarily
14417 complex fancy split (after all, a group name is a fancy split), and this
14418 may be useful to split mail that doesn't go to any mailing list to
14419 personal mail folders.  Note that this fancy split is added as the last
14420 element of a @code{|} split list that also contains a @code{&} split
14421 with the rules extracted from group parameters.
14422
14423 It's time for an example.  Assume the following group parameters have
14424 been defined:
14425
14426 @example
14427 nnml:mail.bar:
14428 ((to-address . "bar@@femail.com")
14429  (split-regexp . ".*@@femail\\.com"))
14430 nnml:mail.foo:
14431 ((to-list . "foo@@nowhere.gov")
14432  (extra-aliases "foo@@localhost" "foo-redist@@home")
14433  (split-exclude "bugs-foo" "rambling-foo")
14434  (admin-address . "foo-request@@nowhere.gov"))
14435 nnml:mail.others:
14436 ((split-spec . catch-all))
14437 @end example
14438
14439 Setting @code{nnmail-split-methods} to @code{gnus-group-split} will
14440 behave as if @code{nnmail-split-fancy} had been selected and variable
14441 @code{nnmail-split-fancy} had been set as follows:
14442
14443 @lisp
14444 (| (& (any "\\(bar@@femail\\.com\\|.*@@femail\\.com\\)" "mail.bar")
14445       (any "\\(foo@@nowhere\\.gov\\|foo@@localhost\\|foo-redist@@home\\)"
14446            - "bugs-foo" - "rambling-foo" "mail.foo"))
14447    "mail.others")
14448 @end lisp
14449
14450 @findex gnus-group-split-fancy
14451 If you'd rather not use group splitting for all your mail groups, you
14452 may use it for only some of them, by using @code{nnmail-split-fancy}
14453 splits like this:
14454
14455 @lisp
14456 (: gnus-group-split-fancy @var{groups} @var{no-crosspost} @var{catch-all})
14457 @end lisp
14458
14459 @var{groups} may be a regular expression or a list of group names whose
14460 parameters will be scanned to generate the output split.
14461 @var{no-crosspost} can be used to disable cross-posting; in this case, a
14462 single @code{|} split will be output.  @var{catch-all} is the fall back
14463 fancy split, used like @code{gnus-group-split-default-catch-all-group}.
14464 If @var{catch-all} is @code{nil}, or if @code{split-regexp} matches the
14465 empty string in any selected group, no catch-all split will be issued.
14466 Otherwise, if some group has @code{split-spec} set to @code{catch-all},
14467 this group will override the value of the @var{catch-all} argument.
14468
14469 @findex gnus-group-split-setup
14470 Unfortunately, scanning all groups and their parameters can be quite
14471 slow, especially considering that it has to be done for every message.
14472 But don't despair!  The function @code{gnus-group-split-setup} can be
14473 used to enable @code{gnus-group-split} in a much more efficient way.  It
14474 sets @code{nnmail-split-methods} to @code{nnmail-split-fancy} and sets
14475 @code{nnmail-split-fancy} to the split produced by
14476 @code{gnus-group-split-fancy}.  Thus, the group parameters are only
14477 scanned once, no matter how many messages are split.
14478
14479 @findex gnus-group-split-update
14480 However, if you change group parameters, you'd have to update
14481 @code{nnmail-split-fancy} manually.  You can do it by running
14482 @code{gnus-group-split-update}.  If you'd rather have it updated
14483 automatically, just tell @code{gnus-group-split-setup} to do it for
14484 you.  For example, add to your @file{~/.gnus.el}:
14485
14486 @lisp
14487 (gnus-group-split-setup @var{auto-update} @var{catch-all})
14488 @end lisp
14489
14490 If @var{auto-update} is non-@code{nil}, @code{gnus-group-split-update}
14491 will be added to @code{nnmail-pre-get-new-mail-hook}, so you won't ever
14492 have to worry about updating @code{nnmail-split-fancy} again.  If you
14493 don't omit @var{catch-all} (it's optional, equivalent to @code{nil}),
14494 @code{gnus-group-split-default-catch-all-group} will be set to its
14495 value.
14496
14497 @vindex gnus-group-split-updated-hook
14498 Because you may want to change @code{nnmail-split-fancy} after it is set
14499 by @code{gnus-group-split-update}, this function will run
14500 @code{gnus-group-split-updated-hook} just before finishing.
14501
14502 @node Incorporating Old Mail
14503 @subsection Incorporating Old Mail
14504 @cindex incorporating old mail
14505 @cindex import old mail
14506
14507 Most people have lots of old mail stored in various file formats.  If
14508 you have set up Gnus to read mail using one of the spiffy Gnus mail
14509 back ends, you'll probably wish to have that old mail incorporated into
14510 your mail groups.
14511
14512 Doing so can be quite easy.
14513
14514 To take an example: You're reading mail using @code{nnml}
14515 (@pxref{Mail Spool}), and have set @code{nnmail-split-methods} to a
14516 satisfactory value (@pxref{Splitting Mail}).  You have an old Unix mbox
14517 file filled with important, but old, mail.  You want to move it into
14518 your @code{nnml} groups.
14519
14520 Here's how:
14521
14522 @enumerate
14523 @item
14524 Go to the group buffer.
14525
14526 @item
14527 Type @kbd{G f} and give the file name to the mbox file when prompted to create an
14528 @code{nndoc} group from the mbox file (@pxref{Foreign Groups}).
14529
14530 @item
14531 Type @kbd{SPACE} to enter the newly created group.
14532
14533 @item
14534 Type @kbd{M P b} to process-mark all articles in this group's buffer
14535 (@pxref{Setting Process Marks}).
14536
14537 @item
14538 Type @kbd{B r} to respool all the process-marked articles, and answer
14539 @samp{nnml} when prompted (@pxref{Mail Group Commands}).
14540 @end enumerate
14541
14542 All the mail messages in the mbox file will now also be spread out over
14543 all your @code{nnml} groups.  Try entering them and check whether things
14544 have gone without a glitch.  If things look ok, you may consider
14545 deleting the mbox file, but I wouldn't do that unless I was absolutely
14546 sure that all the mail has ended up where it should be.
14547
14548 Respooling is also a handy thing to do if you're switching from one mail
14549 back end to another.  Just respool all the mail in the old mail groups
14550 using the new mail back end.
14551
14552
14553 @node Expiring Mail
14554 @subsection Expiring Mail
14555 @cindex article expiry
14556
14557 Traditional mail readers have a tendency to remove mail articles when
14558 you mark them as read, in some way.  Gnus takes a fundamentally
14559 different approach to mail reading.
14560
14561 Gnus basically considers mail just to be news that has been received in
14562 a rather peculiar manner.  It does not think that it has the power to
14563 actually change the mail, or delete any mail messages.  If you enter a
14564 mail group, and mark articles as ``read'', or kill them in some other
14565 fashion, the mail articles will still exist on the system.  I repeat:
14566 Gnus will not delete your old, read mail.  Unless you ask it to, of
14567 course.
14568
14569 To make Gnus get rid of your unwanted mail, you have to mark the
14570 articles as @dfn{expirable}.  (With the default key bindings, this means
14571 that you have to type @kbd{E}.)  This does not mean that the articles
14572 will disappear right away, however.  In general, a mail article will be
14573 deleted from your system if, 1) it is marked as expirable, AND 2) it is
14574 more than one week old.  If you do not mark an article as expirable, it
14575 will remain on your system until hell freezes over.  This bears
14576 repeating one more time, with some spurious capitalizations: IF you do
14577 NOT mark articles as EXPIRABLE, Gnus will NEVER delete those ARTICLES.
14578
14579 You do not have to mark articles as expirable by hand.  Gnus provides
14580 two features, called ``auto-expire'' and ``total-expire'', that can help you
14581 with this.  In a nutshell, ``auto-expire'' means that Gnus hits @kbd{E}
14582 for you when you select an article.  And ``total-expire'' means that Gnus
14583 considers all articles as expirable that are read.  So, in addition to
14584 the articles marked @samp{E}, also the articles marked @samp{r},
14585 @samp{R}, @samp{O}, @samp{K}, @samp{Y} and so on are considered
14586 expirable.
14587
14588 When should either auto-expire or total-expire be used?  Most people
14589 who are subscribed to mailing lists split each list into its own group
14590 and then turn on auto-expire or total-expire for those groups.
14591 (@xref{Splitting Mail}, for more information on splitting each list
14592 into its own group.)
14593
14594 Which one is better, auto-expire or total-expire?  It's not easy to
14595 answer.  Generally speaking, auto-expire is probably faster.  Another
14596 advantage of auto-expire is that you get more marks to work with: for
14597 the articles that are supposed to stick around, you can still choose
14598 between tick and dormant and read marks.  But with total-expire, you
14599 only have dormant and ticked to choose from.  The advantage of
14600 total-expire is that it works well with adaptive scoring (@pxref{Adaptive
14601 Scoring}).  Auto-expire works with normal scoring but not with adaptive
14602 scoring.
14603
14604 @vindex gnus-auto-expirable-newsgroups
14605 Groups that match the regular expression
14606 @code{gnus-auto-expirable-newsgroups} will have all articles that you
14607 read marked as expirable automatically.  All articles marked as
14608 expirable have an @samp{E} in the first column in the summary buffer.
14609
14610 By default, if you have auto expiry switched on, Gnus will mark all the
14611 articles you read as expirable, no matter if they were read or unread
14612 before.  To avoid having articles marked as read marked as expirable
14613 automatically, you can put something like the following in your
14614 @file{~/.gnus.el} file:
14615
14616 @vindex gnus-mark-article-hook
14617 @lisp
14618 (remove-hook 'gnus-mark-article-hook
14619              'gnus-summary-mark-read-and-unread-as-read)
14620 (add-hook 'gnus-mark-article-hook 'gnus-summary-mark-unread-as-read)
14621 @end lisp
14622
14623 Note that making a group auto-expirable doesn't mean that all read
14624 articles are expired---only the articles marked as expirable
14625 will be expired.  Also note that using the @kbd{d} command won't make
14626 articles expirable---only semi-automatic marking of articles as read will
14627 mark the articles as expirable in auto-expirable groups.
14628
14629 Let's say you subscribe to a couple of mailing lists, and you want the
14630 articles you have read to disappear after a while:
14631
14632 @lisp
14633 (setq gnus-auto-expirable-newsgroups
14634       "mail.nonsense-list\\|mail.nice-list")
14635 @end lisp
14636
14637 Another way to have auto-expiry happen is to have the element
14638 @code{auto-expire} in the group parameters of the group.
14639
14640 If you use adaptive scoring (@pxref{Adaptive Scoring}) and
14641 auto-expiring, you'll have problems.  Auto-expiring and adaptive scoring
14642 don't really mix very well.
14643
14644 @vindex nnmail-expiry-wait
14645 The @code{nnmail-expiry-wait} variable supplies the default time an
14646 expirable article has to live.  Gnus starts counting days from when the
14647 message @emph{arrived}, not from when it was sent.  The default is seven
14648 days.
14649
14650 Gnus also supplies a function that lets you fine-tune how long articles
14651 are to live, based on what group they are in.  Let's say you want to
14652 have one month expiry period in the @samp{mail.private} group, a one day
14653 expiry period in the @samp{mail.junk} group, and a six day expiry period
14654 everywhere else:
14655
14656 @vindex nnmail-expiry-wait-function
14657 @lisp
14658 (setq nnmail-expiry-wait-function
14659       (lambda (group)
14660        (cond ((string= group "mail.private")
14661                31)
14662              ((string= group "mail.junk")
14663                1)
14664              ((string= group "important")
14665                'never)
14666              (t
14667                6))))
14668 @end lisp
14669
14670 The group names this function is fed are ``unadorned'' group
14671 names---no @samp{nnml:} prefixes and the like.
14672
14673 The @code{nnmail-expiry-wait} variable and
14674 @code{nnmail-expiry-wait-function} function can either be a number (not
14675 necessarily an integer) or one of the symbols @code{immediate} or
14676 @code{never}.
14677
14678 You can also use the @code{expiry-wait} group parameter to selectively
14679 change the expiry period (@pxref{Group Parameters}).
14680
14681 @vindex nnmail-expiry-target
14682 The normal action taken when expiring articles is to delete them.
14683 However, in some circumstances it might make more sense to move them
14684 to other groups instead of deleting them.  The variable
14685 @code{nnmail-expiry-target} (and the @code{expiry-target} group
14686 parameter) controls this.  The variable supplies a default value for
14687 all groups, which can be overridden for specific groups by the group
14688 parameter.  default value is @code{delete}, but this can also be a
14689 string (which should be the name of the group the message should be
14690 moved to), or a function (which will be called in a buffer narrowed to
14691 the message in question, and with the name of the group being moved
14692 from as its parameter) which should return a target---either a group
14693 name or @code{delete}.
14694
14695 Here's an example for specifying a group name:
14696 @lisp
14697 (setq nnmail-expiry-target "nnml:expired")
14698 @end lisp
14699
14700 @findex nnmail-fancy-expiry-target
14701 @vindex nnmail-fancy-expiry-targets
14702 Gnus provides a function @code{nnmail-fancy-expiry-target} which will
14703 expire mail to groups according to the variable
14704 @code{nnmail-fancy-expiry-targets}.  Here's an example:
14705
14706 @lisp
14707  (setq nnmail-expiry-target 'nnmail-fancy-expiry-target
14708        nnmail-fancy-expiry-targets
14709        '((to-from "boss" "nnfolder:Work")
14710          ("subject" "IMPORTANT" "nnfolder:IMPORTANT.%Y.%b")
14711          ("from" ".*" "nnfolder:Archive-%Y")))
14712 @end lisp
14713
14714 With this setup, any mail that has @code{IMPORTANT} in its Subject
14715 header and was sent in the year @code{YYYY} and month @code{MMM}, will
14716 get expired to the group @code{nnfolder:IMPORTANT.YYYY.MMM}.  If its
14717 From or To header contains the string @code{boss}, it will get expired
14718 to @code{nnfolder:Work}.  All other mail will get expired to
14719 @code{nnfolder:Archive-YYYY}.
14720
14721 @vindex nnmail-keep-last-article
14722 If @code{nnmail-keep-last-article} is non-@code{nil}, Gnus will never
14723 expire the final article in a mail newsgroup.  This is to make life
14724 easier for procmail users.
14725
14726 @vindex gnus-total-expirable-newsgroups
14727 By the way: That line up there, about Gnus never expiring non-expirable
14728 articles, is a lie.  If you put @code{total-expire} in the group
14729 parameters, articles will not be marked as expirable, but all read
14730 articles will be put through the expiry process.  Use with extreme
14731 caution.  Even more dangerous is the
14732 @code{gnus-total-expirable-newsgroups} variable.  All groups that match
14733 this regexp will have all read articles put through the expiry process,
14734 which means that @emph{all} old mail articles in the groups in question
14735 will be deleted after a while.  Use with extreme caution, and don't come
14736 crying to me when you discover that the regexp you used matched the
14737 wrong group and all your important mail has disappeared.  Be a
14738 @emph{man}!  Or a @emph{woman}!  Whatever you feel more comfortable
14739 with!  So there!
14740
14741 Most people make most of their mail groups total-expirable, though.
14742
14743 @vindex gnus-inhibit-user-auto-expire
14744 If @code{gnus-inhibit-user-auto-expire} is non-@code{nil}, user marking
14745 commands will not mark an article as expirable, even if the group has
14746 auto-expire turned on.
14747
14748
14749 @node Washing Mail
14750 @subsection Washing Mail
14751 @cindex mail washing
14752 @cindex list server brain damage
14753 @cindex incoming mail treatment
14754
14755 Mailers and list servers are notorious for doing all sorts of really,
14756 really stupid things with mail.  ``Hey, RFC 822 doesn't explicitly
14757 prohibit us from adding the string @code{wE aRe ElItE!!!!!1!!} to the
14758 end of all lines passing through our server, so let's do that!!!!1!''
14759 Yes, but RFC 822 wasn't designed to be read by morons.  Things that were
14760 considered to be self-evident were not discussed.  So.  Here we are.
14761
14762 Case in point:  The German version of Microsoft Exchange adds @samp{AW:
14763 } to the subjects of replies instead of @samp{Re: }.  I could pretend to
14764 be shocked and dismayed by this, but I haven't got the energy.  It is to
14765 laugh.
14766
14767 Gnus provides a plethora of functions for washing articles while
14768 displaying them, but it might be nicer to do the filtering before
14769 storing the mail to disk.  For that purpose, we have three hooks and
14770 various functions that can be put in these hooks.
14771
14772 @table @code
14773 @item nnmail-prepare-incoming-hook
14774 @vindex nnmail-prepare-incoming-hook
14775 This hook is called before doing anything with the mail and is meant for
14776 grand, sweeping gestures.  It is called in a buffer that contains all
14777 the new, incoming mail.  Functions to be used include:
14778
14779 @table @code
14780 @item nnheader-ms-strip-cr
14781 @findex nnheader-ms-strip-cr
14782 Remove trailing carriage returns from each line.  This is default on
14783 Emacs running on MS machines.
14784
14785 @end table
14786
14787 @item nnmail-prepare-incoming-header-hook
14788 @vindex nnmail-prepare-incoming-header-hook
14789 This hook is called narrowed to each header.  It can be used when
14790 cleaning up the headers.  Functions that can be used include:
14791
14792 @table @code
14793 @item nnmail-remove-leading-whitespace
14794 @findex nnmail-remove-leading-whitespace
14795 Clear leading white space that ``helpful'' listservs have added to the
14796 headers to make them look nice.  Aaah.
14797
14798 (Note that this function works on both the header on the body of all
14799 messages, so it is a potentially dangerous function to use (if a body
14800 of a message contains something that looks like a header line).  So
14801 rather than fix the bug, it is of course the right solution to make it
14802 into a feature by documenting it.)
14803
14804 @item nnmail-remove-list-identifiers
14805 @findex nnmail-remove-list-identifiers
14806 Some list servers add an identifier---for example, @samp{(idm)}---to the
14807 beginning of all @code{Subject} headers.  I'm sure that's nice for
14808 people who use stone age mail readers.  This function will remove
14809 strings that match the @code{nnmail-list-identifiers} regexp, which can
14810 also be a list of regexp.  @code{nnmail-list-identifiers} may not contain
14811 @code{\\(..\\)}.
14812
14813 For instance, if you want to remove the @samp{(idm)} and the
14814 @samp{nagnagnag} identifiers:
14815
14816 @lisp
14817 (setq nnmail-list-identifiers
14818       '("(idm)" "nagnagnag"))
14819 @end lisp
14820
14821 This can also be done non-destructively with
14822 @code{gnus-list-identifiers}, @xref{Article Hiding}.
14823
14824 @item nnmail-remove-tabs
14825 @findex nnmail-remove-tabs
14826 Translate all @samp{TAB} characters into @samp{SPACE} characters.
14827
14828 @item nnmail-fix-eudora-headers
14829 @findex nnmail-fix-eudora-headers
14830 @cindex Eudora
14831 Eudora produces broken @code{References} headers, but OK
14832 @code{In-Reply-To} headers.  This function will get rid of the
14833 @code{References} headers.
14834
14835 @end table
14836
14837 @item nnmail-prepare-incoming-message-hook
14838 @vindex nnmail-prepare-incoming-message-hook
14839 This hook is called narrowed to each message.  Functions to be used
14840 include:
14841
14842 @table @code
14843 @item article-de-quoted-unreadable
14844 @findex article-de-quoted-unreadable
14845 Decode Quoted Readable encoding.
14846
14847 @end table
14848 @end table
14849
14850
14851 @node Duplicates
14852 @subsection Duplicates
14853
14854 @vindex nnmail-treat-duplicates
14855 @vindex nnmail-message-id-cache-length
14856 @vindex nnmail-message-id-cache-file
14857 @cindex duplicate mails
14858 If you are a member of a couple of mailing lists, you will sometimes
14859 receive two copies of the same mail.  This can be quite annoying, so
14860 @code{nnmail} checks for and treats any duplicates it might find.  To do
14861 this, it keeps a cache of old @code{Message-ID}s---
14862 @code{nnmail-message-id-cache-file}, which is @file{~/.nnmail-cache} by
14863 default.  The approximate maximum number of @code{Message-ID}s stored
14864 there is controlled by the @code{nnmail-message-id-cache-length}
14865 variable, which is 1000 by default.  (So 1000 @code{Message-ID}s will be
14866 stored.) If all this sounds scary to you, you can set
14867 @code{nnmail-treat-duplicates} to @code{warn} (which is what it is by
14868 default), and @code{nnmail} won't delete duplicate mails.  Instead it
14869 will insert a warning into the head of the mail saying that it thinks
14870 that this is a duplicate of a different message.
14871
14872 This variable can also be a function.  If that's the case, the function
14873 will be called from a buffer narrowed to the message in question with
14874 the @code{Message-ID} as a parameter.  The function must return either
14875 @code{nil}, @code{warn}, or @code{delete}.
14876
14877 You can turn this feature off completely by setting the variable to
14878 @code{nil}.
14879
14880 If you want all the duplicate mails to be put into a special
14881 @dfn{duplicates} group, you could do that using the normal mail split
14882 methods:
14883
14884 @lisp
14885 (setq nnmail-split-fancy
14886       '(| ;; @r{Messages duplicates go to a separate group.}
14887         ("gnus-warning" "duplicat\\(e\\|ion\\) of message" "duplicate")
14888         ;; @r{Message from daemons, postmaster, and the like to another.}
14889         (any mail "mail.misc")
14890         ;; @r{Other rules.}
14891         [...] ))
14892 @end lisp
14893 @noindent
14894 Or something like:
14895 @lisp
14896 (setq nnmail-split-methods
14897       '(("duplicates" "^Gnus-Warning:.*duplicate")
14898         ;; @r{Other rules.}
14899         [...]))
14900 @end lisp
14901
14902 Here's a neat feature: If you know that the recipient reads her mail
14903 with Gnus, and that she has @code{nnmail-treat-duplicates} set to
14904 @code{delete}, you can send her as many insults as you like, just by
14905 using a @code{Message-ID} of a mail that you know that she's already
14906 received.  Think of all the fun!  She'll never see any of it!  Whee!
14907
14908
14909 @node Not Reading Mail
14910 @subsection Not Reading Mail
14911
14912 If you start using any of the mail back ends, they have the annoying
14913 habit of assuming that you want to read mail with them.  This might not
14914 be unreasonable, but it might not be what you want.
14915
14916 If you set @code{mail-sources} and @code{nnmail-spool-file} to
14917 @code{nil}, none of the back ends will ever attempt to read incoming
14918 mail, which should help.
14919
14920 @vindex nnbabyl-get-new-mail
14921 @vindex nnmbox-get-new-mail
14922 @vindex nnml-get-new-mail
14923 @vindex nnmh-get-new-mail
14924 @vindex nnfolder-get-new-mail
14925 This might be too much, if, for instance, you are reading mail quite
14926 happily with @code{nnml} and just want to peek at some old Rmail
14927 file you have stashed away with @code{nnbabyl}.  All back ends have
14928 variables called back-end-@code{get-new-mail}.  If you want to disable
14929 the @code{nnbabyl} mail reading, you edit the virtual server for the
14930 group to have a setting where @code{nnbabyl-get-new-mail} to @code{nil}.
14931
14932 All the mail back ends will call @code{nn}*@code{-prepare-save-mail-hook}
14933 narrowed to the article to be saved before saving it when reading
14934 incoming mail.
14935
14936
14937 @node Choosing a Mail Back End
14938 @subsection Choosing a Mail Back End
14939
14940 Gnus will read the mail spool when you activate a mail group.  The mail
14941 file is first copied to your home directory.  What happens after that
14942 depends on what format you want to store your mail in.
14943
14944 There are six different mail back ends in the standard Gnus, and more
14945 back ends are available separately.  The mail back end most people use
14946 (because it is possibly the fastest) is @code{nnml} (@pxref{Mail
14947 Spool}).
14948
14949 @menu
14950 * Unix Mail Box::               Using the (quite) standard Un*x mbox.
14951 * Rmail Babyl::                 Emacs programs use the Rmail Babyl format.
14952 * Mail Spool::                  Store your mail in a private spool?
14953 * MH Spool::                    An mhspool-like back end.
14954 * Maildir::                     Another one-file-per-message format.
14955 * Mail Folders::                Having one file for each group.
14956 * Comparing Mail Back Ends::    An in-depth looks at pros and cons.
14957 @end menu
14958
14959
14960 @node Unix Mail Box
14961 @subsubsection Unix Mail Box
14962 @cindex nnmbox
14963 @cindex unix mail box
14964
14965 @vindex nnmbox-active-file
14966 @vindex nnmbox-mbox-file
14967 The @dfn{nnmbox} back end will use the standard Un*x mbox file to store
14968 mail.  @code{nnmbox} will add extra headers to each mail article to say
14969 which group it belongs in.
14970
14971 Virtual server settings:
14972
14973 @table @code
14974 @item nnmbox-mbox-file
14975 @vindex nnmbox-mbox-file
14976 The name of the mail box in the user's home directory.  Default is
14977 @file{~/mbox}.
14978
14979 @item nnmbox-active-file
14980 @vindex nnmbox-active-file
14981 The name of the active file for the mail box.  Default is
14982 @file{~/.mbox-active}.
14983
14984 @item nnmbox-get-new-mail
14985 @vindex nnmbox-get-new-mail
14986 If non-@code{nil}, @code{nnmbox} will read incoming mail and split it
14987 into groups.  Default is @code{t}.
14988 @end table
14989
14990
14991 @node Rmail Babyl
14992 @subsubsection Rmail Babyl
14993 @cindex nnbabyl
14994 @cindex Rmail mbox
14995
14996 @vindex nnbabyl-active-file
14997 @vindex nnbabyl-mbox-file
14998 The @dfn{nnbabyl} back end will use a Babyl mail box (aka. @dfn{Rmail
14999 mbox}) to store mail.  @code{nnbabyl} will add extra headers to each
15000 mail article to say which group it belongs in.
15001
15002 Virtual server settings:
15003
15004 @table @code
15005 @item nnbabyl-mbox-file
15006 @vindex nnbabyl-mbox-file
15007 The name of the Rmail mbox file.  The default is @file{~/RMAIL}
15008
15009 @item nnbabyl-active-file
15010 @vindex nnbabyl-active-file
15011 The name of the active file for the rmail box.  The default is
15012 @file{~/.rmail-active}
15013
15014 @item nnbabyl-get-new-mail
15015 @vindex nnbabyl-get-new-mail
15016 If non-@code{nil}, @code{nnbabyl} will read incoming mail.  Default is
15017 @code{t}
15018 @end table
15019
15020
15021 @node Mail Spool
15022 @subsubsection Mail Spool
15023 @cindex nnml
15024 @cindex mail @acronym{NOV} spool
15025
15026 The @dfn{nnml} spool mail format isn't compatible with any other known
15027 format.  It should be used with some caution.
15028
15029 @vindex nnml-directory
15030 If you use this back end, Gnus will split all incoming mail into files,
15031 one file for each mail, and put the articles into the corresponding
15032 directories under the directory specified by the @code{nnml-directory}
15033 variable.  The default value is @file{~/Mail/}.
15034
15035 You do not have to create any directories beforehand; Gnus will take
15036 care of all that.
15037
15038 If you have a strict limit as to how many files you are allowed to store
15039 in your account, you should not use this back end.  As each mail gets its
15040 own file, you might very well occupy thousands of inodes within a few
15041 weeks.  If this is no problem for you, and it isn't a problem for you
15042 having your friendly systems administrator walking around, madly,
15043 shouting ``Who is eating all my inodes?! Who? Who!?!'', then you should
15044 know that this is probably the fastest format to use.  You do not have
15045 to trudge through a big mbox file just to read your new mail.
15046
15047 @code{nnml} is probably the slowest back end when it comes to article
15048 splitting.  It has to create lots of files, and it also generates
15049 @acronym{NOV} databases for the incoming mails.  This makes it possibly the
15050 fastest back end when it comes to reading mail.
15051
15052 @cindex self contained nnml servers
15053 @cindex marks
15054 When the marks file is used (which it is by default), @code{nnml}
15055 servers have the property that you may backup them using @code{tar} or
15056 similar, and later be able to restore them into Gnus (by adding the
15057 proper @code{nnml} server) and have all your marks be preserved.  Marks
15058 for a group is usually stored in the @code{.marks} file (but see
15059 @code{nnml-marks-file-name}) within each @code{nnml} group's directory.
15060 Individual @code{nnml} groups are also possible to backup, use @kbd{G m}
15061 to restore the group (after restoring the backup into the nnml
15062 directory).
15063
15064 If for some reason you believe your @file{.marks} files are screwed
15065 up, you can just delete them all.  Gnus will then correctly regenerate
15066 them next time it starts.
15067
15068 Virtual server settings:
15069
15070 @table @code
15071 @item nnml-directory
15072 @vindex nnml-directory
15073 All @code{nnml} directories will be placed under this directory.  The
15074 default is the value of @code{message-directory} (whose default value
15075 is @file{~/Mail}).
15076
15077 @item nnml-active-file
15078 @vindex nnml-active-file
15079 The active file for the @code{nnml} server.  The default is
15080 @file{~/Mail/active}.
15081
15082 @item nnml-newsgroups-file
15083 @vindex nnml-newsgroups-file
15084 The @code{nnml} group descriptions file.  @xref{Newsgroups File
15085 Format}.  The default is @file{~/Mail/newsgroups}.
15086
15087 @item nnml-get-new-mail
15088 @vindex nnml-get-new-mail
15089 If non-@code{nil}, @code{nnml} will read incoming mail.  The default is
15090 @code{t}.
15091
15092 @item nnml-nov-is-evil
15093 @vindex nnml-nov-is-evil
15094 If non-@code{nil}, this back end will ignore any @acronym{NOV} files.  The
15095 default is @code{nil}.
15096
15097 @item nnml-nov-file-name
15098 @vindex nnml-nov-file-name
15099 The name of the @acronym{NOV} files.  The default is @file{.overview}.
15100
15101 @item nnml-prepare-save-mail-hook
15102 @vindex nnml-prepare-save-mail-hook
15103 Hook run narrowed to an article before saving.
15104
15105 @item nnml-marks-is-evil
15106 @vindex nnml-marks-is-evil
15107 If non-@code{nil}, this back end will ignore any @sc{marks} files.  The
15108 default is @code{nil}.
15109
15110 @item nnml-marks-file-name
15111 @vindex nnml-marks-file-name
15112 The name of the @dfn{marks} files.  The default is @file{.marks}.
15113
15114 @item nnml-use-compressed-files
15115 @vindex nnml-use-compressed-files
15116 If non-@code{nil}, @code{nnml} will allow using compressed message
15117 files.  This variable requires @code{auto-compression-mode} to be
15118 enabled (@pxref{Compressed Files, ,Compressed Files, emacs, The Emacs
15119 Manual})
15120
15121 @item nnml-compressed-files-size-threshold
15122 @vindex nnml-compressed-files-size-threshold
15123 Default size threshold for compressed message files.  Message files with
15124 bodies larger than that many characters will be automatically compressed
15125 if @code{nnml-use-compressed-files} is non-nil.
15126
15127 @end table
15128
15129 @findex nnml-generate-nov-databases
15130 If your @code{nnml} groups and @acronym{NOV} files get totally out of
15131 whack, you can do a complete update by typing @kbd{M-x
15132 nnml-generate-nov-databases}.  This command will trawl through the
15133 entire @code{nnml} hierarchy, looking at each and every article, so it
15134 might take a while to complete.  A better interface to this
15135 functionality can be found in the server buffer (@pxref{Server
15136 Commands}).
15137
15138
15139 @node MH Spool
15140 @subsubsection MH Spool
15141 @cindex nnmh
15142 @cindex mh-e mail spool
15143
15144 @code{nnmh} is just like @code{nnml}, except that is doesn't generate
15145 @acronym{NOV} databases and it doesn't keep an active file or marks
15146 file.  This makes @code{nnmh} a @emph{much} slower back end than
15147 @code{nnml}, but it also makes it easier to write procmail scripts
15148 for.
15149
15150 Virtual server settings:
15151
15152 @table @code
15153 @item nnmh-directory
15154 @vindex nnmh-directory
15155 All @code{nnmh} directories will be located under this directory.  The
15156 default is the value of @code{message-directory} (whose default is
15157 @file{~/Mail})
15158
15159 @item nnmh-get-new-mail
15160 @vindex nnmh-get-new-mail
15161 If non-@code{nil}, @code{nnmh} will read incoming mail.  The default is
15162 @code{t}.
15163
15164 @item nnmh-be-safe
15165 @vindex nnmh-be-safe
15166 If non-@code{nil}, @code{nnmh} will go to ridiculous lengths to make
15167 sure that the articles in the folder are actually what Gnus thinks
15168 they are.  It will check date stamps and stat everything in sight, so
15169 setting this to @code{t} will mean a serious slow-down.  If you never
15170 use anything but Gnus to read the @code{nnmh} articles, you do not
15171 have to set this variable to @code{t}.  The default is @code{nil}.
15172 @end table
15173
15174
15175 @node Maildir
15176 @subsubsection Maildir
15177 @cindex nnmaildir
15178 @cindex maildir
15179
15180 @code{nnmaildir} stores mail in the maildir format, with each maildir
15181 corresponding to a group in Gnus.  This format is documented here:
15182 @uref{http://cr.yp.to/proto/maildir.html} and here:
15183 @uref{http://www.qmail.org/man/man5/maildir.html}.  @code{nnmaildir}
15184 also stores extra information in the @file{.nnmaildir/} directory
15185 within a maildir.
15186
15187 Maildir format was designed to allow concurrent deliveries and
15188 reading, without needing locks.  With other back ends, you would have
15189 your mail delivered to a spool of some kind, and then you would
15190 configure Gnus to split mail from that spool into your groups.  You
15191 can still do that with @code{nnmaildir}, but the more common
15192 configuration is to have your mail delivered directly to the maildirs
15193 that appear as group in Gnus.
15194
15195 @code{nnmaildir} is designed to be perfectly reliable: @kbd{C-g} will
15196 never corrupt its data in memory, and @code{SIGKILL} will never
15197 corrupt its data in the filesystem.
15198
15199 @code{nnmaildir} stores article marks and @acronym{NOV} data in each
15200 maildir.  So you can copy a whole maildir from one Gnus setup to
15201 another, and you will keep your marks.
15202
15203 Virtual server settings:
15204
15205 @table @code
15206 @item directory
15207 For each of your @code{nnmaildir} servers (it's very unlikely that
15208 you'd need more than one), you need to create a directory and populate
15209 it with maildirs or symlinks to maildirs (and nothing else; do not
15210 choose a directory already used for other purposes).  Each maildir
15211 will be represented in Gnus as a newsgroup on that server; the
15212 filename of the symlink will be the name of the group.  Any filenames
15213 in the directory starting with @samp{.} are ignored.  The directory is
15214 scanned when you first start Gnus, and each time you type @kbd{g} in
15215 the group buffer; if any maildirs have been removed or added,
15216 @code{nnmaildir} notices at these times.
15217
15218 The value of the @code{directory} parameter should be a Lisp form
15219 which is processed by @code{eval} and @code{expand-file-name} to get
15220 the path of the directory for this server.  The form is @code{eval}ed
15221 only when the server is opened; the resulting string is used until the
15222 server is closed.  (If you don't know about forms and @code{eval},
15223 don't worry---a simple string will work.)  This parameter is not
15224 optional; you must specify it.  I don't recommend using
15225 @code{"~/Mail"} or a subdirectory of it; several other parts of Gnus
15226 use that directory by default for various things, and may get confused
15227 if @code{nnmaildir} uses it too.  @code{"~/.nnmaildir"} is a typical
15228 value.
15229
15230 @item target-prefix
15231 This should be a Lisp form which is processed by @code{eval} and
15232 @code{expand-file-name}.  The form is @code{eval}ed only when the
15233 server is opened; the resulting string is used until the server is
15234 closed.
15235
15236 When you create a group on an @code{nnmaildir} server, the maildir is
15237 created with @code{target-prefix} prepended to its name, and a symlink
15238 pointing to that maildir is created, named with the plain group name.
15239 So if @code{directory} is @code{"~/.nnmaildir"} and
15240 @code{target-prefix} is @code{"../maildirs/"}, then when you create
15241 the group @code{foo}, @code{nnmaildir} will create
15242 @file{~/.nnmaildir/../maildirs/foo} as a maildir, and will create
15243 @file{~/.nnmaildir/foo} as a symlink pointing to
15244 @file{../maildirs/foo}.
15245
15246 You can set @code{target-prefix} to a string without any slashes to
15247 create both maildirs and symlinks in the same @code{directory}; in
15248 this case, any maildirs found in @code{directory} whose names start
15249 with @code{target-prefix} will not be listed as groups (but the
15250 symlinks pointing to them will be).
15251
15252 As a special case, if @code{target-prefix} is @code{""} (the default),
15253 then when you create a group, the maildir will be created in
15254 @code{directory} without a corresponding symlink.  Beware that you
15255 cannot use @code{gnus-group-delete-group} on such groups without the
15256 @code{force} argument.
15257
15258 @item directory-files
15259 This should be a function with the same interface as
15260 @code{directory-files} (such as @code{directory-files} itself).  It is
15261 used to scan the server's @code{directory} for maildirs.  This
15262 parameter is optional; the default is
15263 @code{nnheader-directory-files-safe} if
15264 @code{nnheader-directory-files-is-safe} is @code{nil}, and
15265 @code{directory-files} otherwise.
15266 (@code{nnheader-directory-files-is-safe} is checked only once when the
15267 server is opened; if you want to check it each time the directory is
15268 scanned, you'll have to provide your own function that does that.)
15269
15270 @item get-new-mail
15271 If non-@code{nil}, then after scanning for new mail in the group
15272 maildirs themselves as usual, this server will also incorporate mail
15273 the conventional Gnus way, from @code{mail-sources} according to
15274 @code{nnmail-split-methods} or @code{nnmail-split-fancy}.  The default
15275 value is @code{nil}.
15276
15277 Do @emph{not} use the same maildir both in @code{mail-sources} and as
15278 an @code{nnmaildir} group.  The results might happen to be useful, but
15279 that would be by chance, not by design, and the results might be
15280 different in the future.  If your split rules create new groups,
15281 remember to supply a @code{create-directory} server parameter.
15282 @end table
15283
15284 @subsubsection Group parameters
15285
15286 @code{nnmaildir} uses several group parameters.  It's safe to ignore
15287 all this; the default behavior for @code{nnmaildir} is the same as the
15288 default behavior for other mail back ends: articles are deleted after
15289 one week, etc.  Except for the expiry parameters, all this
15290 functionality is unique to @code{nnmaildir}, so you can ignore it if
15291 you're just trying to duplicate the behavior you already have with
15292 another back end.
15293
15294 If the value of any of these parameters is a vector, the first element
15295 is evaluated as a Lisp form and the result is used, rather than the
15296 original value.  If the value is not a vector, the value itself is
15297 evaluated as a Lisp form.  (This is why these parameters use names
15298 different from those of other, similar parameters supported by other
15299 back ends: they have different, though similar, meanings.)  (For
15300 numbers, strings, @code{nil}, and @code{t}, you can ignore the
15301 @code{eval} business again; for other values, remember to use an extra
15302 quote and wrap the value in a vector when appropriate.)
15303
15304 @table @code
15305 @item expire-age
15306 An integer specifying the minimum age, in seconds, of an article
15307 before it will be expired, or the symbol @code{never} to specify that
15308 articles should never be expired.  If this parameter is not set,
15309 @code{nnmaildir} falls back to the usual
15310 @code{nnmail-expiry-wait}(@code{-function}) variables (the
15311 @code{expiry-wait} group parameter overrides @code{nnmail-expiry-wait}
15312 and makes @code{nnmail-expiry-wait-function} ineffective).  If you
15313 wanted a value of 3 days, you could use something like @code{[(* 3 24
15314 60 60)]}; @code{nnmaildir} will evaluate the form and use the result.
15315 An article's age is measured starting from the article file's
15316 modification time.  Normally, this is the same as the article's
15317 delivery time, but editing an article makes it younger.  Moving an
15318 article (other than via expiry) may also make an article younger.
15319
15320 @item expire-group
15321 If this is set to a string such as a full Gnus group name, like
15322 @example
15323 "backend+server.address.string:group.name"
15324 @end example
15325 and if it is not the name of the same group that the parameter belongs
15326 to, then articles will be moved to the specified group during expiry
15327 before being deleted.  @emph{If this is set to an @code{nnmaildir}
15328 group, the article will be just as old in the destination group as it
15329 was in the source group.}  So be careful with @code{expire-age} in the
15330 destination group.  If this is set to the name of the same group that
15331 the parameter belongs to, then the article is not expired at all.  If
15332 you use the vector form, the first element is evaluated once for each
15333 article.  So that form can refer to
15334 @code{nnmaildir-article-file-name}, etc., to decide where to put the
15335 article.  @emph{Even if this parameter is not set, @code{nnmaildir}
15336 does not fall back to the @code{expiry-target} group parameter or the
15337 @code{nnmail-expiry-target} variable.}
15338
15339 @item read-only
15340 If this is set to @code{t}, @code{nnmaildir} will treat the articles
15341 in this maildir as read-only.  This means: articles are not renamed
15342 from @file{new/} into @file{cur/}; articles are only found in
15343 @file{new/}, not @file{cur/}; articles are never deleted; articles
15344 cannot be edited.  @file{new/} is expected to be a symlink to the
15345 @file{new/} directory of another maildir---e.g., a system-wide mailbox
15346 containing a mailing list of common interest.  Everything in the
15347 maildir outside @file{new/} is @emph{not} treated as read-only, so for
15348 a shared mailbox, you do still need to set up your own maildir (or
15349 have write permission to the shared mailbox); your maildir just won't
15350 contain extra copies of the articles.
15351
15352 @item directory-files
15353 A function with the same interface as @code{directory-files}.  It is
15354 used to scan the directories in the maildir corresponding to this
15355 group to find articles.  The default is the function specified by the
15356 server's @code{directory-files} parameter.
15357
15358 @item distrust-Lines:
15359 If non-@code{nil}, @code{nnmaildir} will always count the lines of an
15360 article, rather than use the @code{Lines:} header field.  If
15361 @code{nil}, the header field will be used if present.
15362
15363 @item always-marks
15364 A list of mark symbols, such as @code{['(read expire)]}.  Whenever
15365 Gnus asks @code{nnmaildir} for article marks, @code{nnmaildir} will
15366 say that all articles have these marks, regardless of whether the
15367 marks stored in the filesystem say so.  This is a proof-of-concept
15368 feature that will probably be removed eventually; it ought to be done
15369 in Gnus proper, or abandoned if it's not worthwhile.
15370
15371 @item never-marks
15372 A list of mark symbols, such as @code{['(tick expire)]}.  Whenever
15373 Gnus asks @code{nnmaildir} for article marks, @code{nnmaildir} will
15374 say that no articles have these marks, regardless of whether the marks
15375 stored in the filesystem say so.  @code{never-marks} overrides
15376 @code{always-marks}.  This is a proof-of-concept feature that will
15377 probably be removed eventually; it ought to be done in Gnus proper, or
15378 abandoned if it's not worthwhile.
15379
15380 @item nov-cache-size
15381 An integer specifying the size of the @acronym{NOV} memory cache.  To
15382 speed things up, @code{nnmaildir} keeps @acronym{NOV} data in memory
15383 for a limited number of articles in each group.  (This is probably not
15384 worthwhile, and will probably be removed in the future.)  This
15385 parameter's value is noticed only the first time a group is seen after
15386 the server is opened---i.e., when you first start Gnus, typically.
15387 The @acronym{NOV} cache is never resized until the server is closed
15388 and reopened.  The default is an estimate of the number of articles
15389 that would be displayed in the summary buffer: a count of articles
15390 that are either marked with @code{tick} or not marked with
15391 @code{read}, plus a little extra.
15392 @end table
15393
15394 @subsubsection Article identification
15395 Articles are stored in the @file{cur/} subdirectory of each maildir.
15396 Each article file is named like @code{uniq:info}, where @code{uniq}
15397 contains no colons.  @code{nnmaildir} ignores, but preserves, the
15398 @code{:info} part.  (Other maildir readers typically use this part of
15399 the filename to store marks.)  The @code{uniq} part uniquely
15400 identifies the article, and is used in various places in the
15401 @file{.nnmaildir/} subdirectory of the maildir to store information
15402 about the corresponding article.  The full pathname of an article is
15403 available in the variable @code{nnmaildir-article-file-name} after you
15404 request the article in the summary buffer.
15405
15406 @subsubsection NOV data
15407 An article identified by @code{uniq} has its @acronym{NOV} data (used
15408 to generate lines in the summary buffer) stored in
15409 @code{.nnmaildir/nov/uniq}.  There is no
15410 @code{nnmaildir-generate-nov-databases} function.  (There isn't much
15411 need for it---an article's @acronym{NOV} data is updated automatically
15412 when the article or @code{nnmail-extra-headers} has changed.)  You can
15413 force @code{nnmaildir} to regenerate the @acronym{NOV} data for a
15414 single article simply by deleting the corresponding @acronym{NOV}
15415 file, but @emph{beware}: this will also cause @code{nnmaildir} to
15416 assign a new article number for this article, which may cause trouble
15417 with @code{seen} marks, the Agent, and the cache.
15418
15419 @subsubsection Article marks
15420 An article identified by @code{uniq} is considered to have the mark
15421 @code{flag} when the file @file{.nnmaildir/marks/flag/uniq} exists.
15422 When Gnus asks @code{nnmaildir} for a group's marks, @code{nnmaildir}
15423 looks for such files and reports the set of marks it finds.  When Gnus
15424 asks @code{nnmaildir} to store a new set of marks, @code{nnmaildir}
15425 creates and deletes the corresponding files as needed.  (Actually,
15426 rather than create a new file for each mark, it just creates hard
15427 links to @file{.nnmaildir/markfile}, to save inodes.)
15428
15429 You can invent new marks by creating a new directory in
15430 @file{.nnmaildir/marks/}.  You can tar up a maildir and remove it from
15431 your server, untar it later, and keep your marks.  You can add and
15432 remove marks yourself by creating and deleting mark files.  If you do
15433 this while Gnus is running and your @code{nnmaildir} server is open,
15434 it's best to exit all summary buffers for @code{nnmaildir} groups and
15435 type @kbd{s} in the group buffer first, and to type @kbd{g} or
15436 @kbd{M-g} in the group buffer afterwards.  Otherwise, Gnus might not
15437 pick up the changes, and might undo them.
15438
15439
15440 @node Mail Folders
15441 @subsubsection Mail Folders
15442 @cindex nnfolder
15443 @cindex mbox folders
15444 @cindex mail folders
15445
15446 @code{nnfolder} is a back end for storing each mail group in a
15447 separate file.  Each file is in the standard Un*x mbox format.
15448 @code{nnfolder} will add extra headers to keep track of article
15449 numbers and arrival dates.
15450
15451 @cindex self contained nnfolder servers
15452 @cindex marks
15453 When the marks file is used (which it is by default), @code{nnfolder}
15454 servers have the property that you may backup them using @code{tar} or
15455 similar, and later be able to restore them into Gnus (by adding the
15456 proper @code{nnfolder} server) and have all your marks be preserved.
15457 Marks for a group is usually stored in a file named as the mbox file
15458 with @code{.mrk} concatenated to it (but see
15459 @code{nnfolder-marks-file-suffix}) within the @code{nnfolder}
15460 directory.  Individual @code{nnfolder} groups are also possible to
15461 backup, use @kbd{G m} to restore the group (after restoring the backup
15462 into the @code{nnfolder} directory).
15463
15464 Virtual server settings:
15465
15466 @table @code
15467 @item nnfolder-directory
15468 @vindex nnfolder-directory
15469 All the @code{nnfolder} mail boxes will be stored under this
15470 directory.  The default is the value of @code{message-directory}
15471 (whose default is @file{~/Mail})
15472
15473 @item nnfolder-active-file
15474 @vindex nnfolder-active-file
15475 The name of the active file.  The default is @file{~/Mail/active}.
15476
15477 @item nnfolder-newsgroups-file
15478 @vindex nnfolder-newsgroups-file
15479 The name of the group descriptions file.  @xref{Newsgroups File
15480 Format}.  The default is @file{~/Mail/newsgroups}
15481
15482 @item nnfolder-get-new-mail
15483 @vindex nnfolder-get-new-mail
15484 If non-@code{nil}, @code{nnfolder} will read incoming mail.  The
15485 default is @code{t}
15486
15487 @item nnfolder-save-buffer-hook
15488 @vindex nnfolder-save-buffer-hook
15489 @cindex backup files
15490 Hook run before saving the folders.  Note that Emacs does the normal
15491 backup renaming of files even with the @code{nnfolder} buffers.  If
15492 you wish to switch this off, you could say something like the
15493 following in your @file{.emacs} file:
15494
15495 @lisp
15496 (defun turn-off-backup ()
15497   (set (make-local-variable 'backup-inhibited) t))
15498
15499 (add-hook 'nnfolder-save-buffer-hook 'turn-off-backup)
15500 @end lisp
15501
15502 @item nnfolder-delete-mail-hook
15503 @vindex nnfolder-delete-mail-hook
15504 Hook run in a buffer narrowed to the message that is to be deleted.
15505 This function can be used to copy the message to somewhere else, or to
15506 extract some information from it before removing it.
15507
15508 @item nnfolder-nov-is-evil
15509 @vindex nnfolder-nov-is-evil
15510 If non-@code{nil}, this back end will ignore any @acronym{NOV} files.  The
15511 default is @code{nil}.
15512
15513 @item nnfolder-nov-file-suffix
15514 @vindex nnfolder-nov-file-suffix
15515 The extension for @acronym{NOV} files.  The default is @file{.nov}.
15516
15517 @item nnfolder-nov-directory
15518 @vindex nnfolder-nov-directory
15519 The directory where the @acronym{NOV} files should be stored.  If
15520 @code{nil}, @code{nnfolder-directory} is used.
15521
15522 @item nnfolder-marks-is-evil
15523 @vindex nnfolder-marks-is-evil
15524 If non-@code{nil}, this back end will ignore any @sc{marks} files.  The
15525 default is @code{nil}.
15526
15527 @item nnfolder-marks-file-suffix
15528 @vindex nnfolder-marks-file-suffix
15529 The extension for @sc{marks} files.  The default is @file{.mrk}.
15530
15531 @item nnfolder-marks-directory
15532 @vindex nnfolder-marks-directory
15533 The directory where the @sc{marks} files should be stored.  If
15534 @code{nil}, @code{nnfolder-directory} is used.
15535
15536 @end table
15537
15538
15539 @findex nnfolder-generate-active-file
15540 @kindex M-x nnfolder-generate-active-file
15541 If you have lots of @code{nnfolder}-like files you'd like to read with
15542 @code{nnfolder}, you can use the @kbd{M-x nnfolder-generate-active-file}
15543 command to make @code{nnfolder} aware of all likely files in
15544 @code{nnfolder-directory}.  This only works if you use long file names,
15545 though.
15546
15547 @node Comparing Mail Back Ends
15548 @subsubsection Comparing Mail Back Ends
15549
15550 First, just for terminology, the @dfn{back end} is the common word for a
15551 low-level access method---a transport, if you will, by which something
15552 is acquired.  The sense is that one's mail has to come from somewhere,
15553 and so selection of a suitable back end is required in order to get that
15554 mail within spitting distance of Gnus.
15555
15556 The same concept exists for Usenet itself: Though access to articles is
15557 typically done by @acronym{NNTP} these days, once upon a midnight dreary, everyone
15558 in the world got at Usenet by running a reader on the machine where the
15559 articles lay (the machine which today we call an @acronym{NNTP} server), and
15560 access was by the reader stepping into the articles' directory spool
15561 area directly.  One can still select between either the @code{nntp} or
15562 @code{nnspool} back ends, to select between these methods, if one happens
15563 actually to live on the server (or can see its spool directly, anyway,
15564 via NFS).
15565
15566 The goal in selecting a mail back end is to pick one which
15567 simultaneously represents a suitable way of dealing with the original
15568 format plus leaving mail in a form that is convenient to use in the
15569 future.  Here are some high and low points on each:
15570
15571 @table @code
15572 @item nnmbox
15573
15574 UNIX systems have historically had a single, very common, and well-
15575 defined format.  All messages arrive in a single @dfn{spool file}, and
15576 they are delineated by a line whose regular expression matches
15577 @samp{^From_}.  (My notational use of @samp{_} is to indicate a space,
15578 to make it clear in this instance that this is not the RFC-specified
15579 @samp{From:} header.)  Because Emacs and therefore Gnus emanate
15580 historically from the Unix environment, it is simplest if one does not
15581 mess a great deal with the original mailbox format, so if one chooses
15582 this back end, Gnus' primary activity in getting mail from the real spool
15583 area to Gnus' preferred directory is simply to copy it, with no
15584 (appreciable) format change in the process.  It is the ``dumbest'' way
15585 to move mail into availability in the Gnus environment.  This makes it
15586 fast to move into place, but slow to parse, when Gnus has to look at
15587 what's where.
15588
15589 @item nnbabyl
15590
15591 Once upon a time, there was the DEC-10 and DEC-20, running operating
15592 systems called TOPS and related things, and the usual (only?) mail
15593 reading environment was a thing called Babyl.  I don't know what format
15594 was used for mail landing on the system, but Babyl had its own internal
15595 format to which mail was converted, primarily involving creating a
15596 spool-file-like entity with a scheme for inserting Babyl-specific
15597 headers and status bits above the top of each message in the file.
15598 Rmail was Emacs' first mail reader, it was written by Richard Stallman,
15599 and Stallman came out of that TOPS/Babyl environment, so he wrote Rmail
15600 to understand the mail files folks already had in existence.  Gnus (and
15601 VM, for that matter) continue to support this format because it's
15602 perceived as having some good qualities in those mailer-specific
15603 headers/status bits stuff.  Rmail itself still exists as well, of
15604 course, and is still maintained by Stallman.
15605
15606 Both of the above forms leave your mail in a single file on your
15607 file system, and they must parse that entire file each time you take a
15608 look at your mail.
15609
15610 @item nnml
15611
15612 @code{nnml} is the back end which smells the most as though you were
15613 actually operating with an @code{nnspool}-accessed Usenet system.  (In
15614 fact, I believe @code{nnml} actually derived from @code{nnspool} code,
15615 lo these years ago.)  One's mail is taken from the original spool file,
15616 and is then cut up into individual message files, 1:1.  It maintains a
15617 Usenet-style active file (analogous to what one finds in an INN- or
15618 CNews-based news system in (for instance) @file{/var/lib/news/active},
15619 or what is returned via the @samp{NNTP LIST} verb) and also creates
15620 @dfn{overview} files for efficient group entry, as has been defined for
15621 @acronym{NNTP} servers for some years now.  It is slower in mail-splitting,
15622 due to the creation of lots of files, updates to the @code{nnml} active
15623 file, and additions to overview files on a per-message basis, but it is
15624 extremely fast on access because of what amounts to the indexing support
15625 provided by the active file and overviews.
15626
15627 @code{nnml} costs @dfn{inodes} in a big way; that is, it soaks up the
15628 resource which defines available places in the file system to put new
15629 files.  Sysadmins take a dim view of heavy inode occupation within
15630 tight, shared file systems.  But if you live on a personal machine where
15631 the file system is your own and space is not at a premium, @code{nnml}
15632 wins big.
15633
15634 It is also problematic using this back end if you are living in a
15635 FAT16-based Windows world, since much space will be wasted on all these
15636 tiny files.
15637
15638 @item nnmh
15639
15640 The Rand MH mail-reading system has been around UNIX systems for a very
15641 long time; it operates by splitting one's spool file of messages into
15642 individual files, but with little or no indexing support---@code{nnmh}
15643 is considered to be semantically equivalent to ``@code{nnml} without
15644 active file or overviews''.  This is arguably the worst choice, because
15645 one gets the slowness of individual file creation married to the
15646 slowness of access parsing when learning what's new in one's groups.
15647
15648 @item nnfolder
15649
15650 Basically the effect of @code{nnfolder} is @code{nnmbox} (the first
15651 method described above) on a per-group basis.  That is, @code{nnmbox}
15652 itself puts @emph{all} one's mail in one file; @code{nnfolder} provides a
15653 little bit of optimization to this so that each of one's mail groups has
15654 a Unix mail box file.  It's faster than @code{nnmbox} because each group
15655 can be parsed separately, and still provides the simple Unix mail box
15656 format requiring minimal effort in moving the mail around.  In addition,
15657 it maintains an ``active'' file making it much faster for Gnus to figure
15658 out how many messages there are in each separate group.
15659
15660 If you have groups that are expected to have a massive amount of
15661 messages, @code{nnfolder} is not the best choice, but if you receive
15662 only a moderate amount of mail, @code{nnfolder} is probably the most
15663 friendly mail back end all over.
15664
15665 @item nnmaildir
15666
15667 For configuring expiry and other things, @code{nnmaildir} uses
15668 incompatible group parameters, slightly different from those of other
15669 mail back ends.
15670
15671 @code{nnmaildir} is largely similar to @code{nnml}, with some notable
15672 differences.  Each message is stored in a separate file, but the
15673 filename is unrelated to the article number in Gnus.  @code{nnmaildir}
15674 also stores the equivalent of @code{nnml}'s overview files in one file
15675 per article, so it uses about twice as many inodes as @code{nnml}.  (Use
15676 @code{df -i} to see how plentiful your inode supply is.)  If this slows
15677 you down or takes up very much space, consider switching to
15678 @uref{http://www.namesys.com/, ReiserFS} or another non-block-structured
15679 file system.
15680
15681 Since maildirs don't require locking for delivery, the maildirs you use
15682 as groups can also be the maildirs your mail is directly delivered to.
15683 This means you can skip Gnus' mail splitting if your mail is already
15684 organized into different mailboxes during delivery.  A @code{directory}
15685 entry in @code{mail-sources} would have a similar effect, but would
15686 require one set of mailboxes for spooling deliveries (in mbox format,
15687 thus damaging message bodies), and another set to be used as groups (in
15688 whatever format you like).  A maildir has a built-in spool, in the
15689 @code{new/} subdirectory.  Beware that currently, mail moved from
15690 @code{new/} to @code{cur/} instead of via mail splitting will not
15691 undergo treatment such as duplicate checking.
15692
15693 @code{nnmaildir} stores article marks for a given group in the
15694 corresponding maildir, in a way designed so that it's easy to manipulate
15695 them from outside Gnus.  You can tar up a maildir, unpack it somewhere
15696 else, and still have your marks.  @code{nnml} also stores marks, but
15697 it's not as easy to work with them from outside Gnus as with
15698 @code{nnmaildir}.
15699
15700 @code{nnmaildir} uses a significant amount of memory to speed things up.
15701 (It keeps in memory some of the things that @code{nnml} stores in files
15702 and that @code{nnmh} repeatedly parses out of message files.)  If this
15703 is a problem for you, you can set the @code{nov-cache-size} group
15704 parameter to something small (0 would probably not work, but 1 probably
15705 would) to make it use less memory.  This caching will probably be
15706 removed in the future.
15707
15708 Startup is likely to be slower with @code{nnmaildir} than with other
15709 back ends.  Everything else is likely to be faster, depending in part
15710 on your file system.
15711
15712 @code{nnmaildir} does not use @code{nnoo}, so you cannot use @code{nnoo}
15713 to write an @code{nnmaildir}-derived back end.
15714
15715 @end table
15716
15717
15718 @node Browsing the Web
15719 @section Browsing the Web
15720 @cindex web
15721 @cindex browsing the web
15722 @cindex www
15723 @cindex http
15724
15725 Web-based discussion forums are getting more and more popular.  On many
15726 subjects, the web-based forums have become the most important forums,
15727 eclipsing the importance of mailing lists and news groups.  The reason
15728 is easy to understand---they are friendly to new users; you just point
15729 and click, and there's the discussion.  With mailing lists, you have to
15730 go through a cumbersome subscription procedure, and most people don't
15731 even know what a news group is.
15732
15733 The problem with this scenario is that web browsers are not very good at
15734 being newsreaders.  They do not keep track of what articles you've read;
15735 they do not allow you to score on subjects you're interested in; they do
15736 not allow off-line browsing; they require you to click around and drive
15737 you mad in the end.
15738
15739 So---if web browsers suck at reading discussion forums, why not use Gnus
15740 to do it instead?
15741
15742 Gnus has been getting a bit of a collection of back ends for providing
15743 interfaces to these sources.
15744
15745 @menu
15746 * Archiving Mail::
15747 * Web Searches::                Creating groups from articles that match a string.
15748 * Slashdot::                    Reading the Slashdot comments.
15749 * Ultimate::                    The Ultimate Bulletin Board systems.
15750 * Web Archive::                 Reading mailing list archived on web.
15751 * RSS::                         Reading RDF site summary.
15752 * Customizing W3::              Doing stuff to Emacs/W3 from Gnus.
15753 @end menu
15754
15755 All the web sources require Emacs/W3 and the url library or those
15756 alternatives to work.
15757
15758 The main caveat with all these web sources is that they probably won't
15759 work for a very long time.  Gleaning information from the @acronym{HTML} data
15760 is guesswork at best, and when the layout is altered, the Gnus back end
15761 will fail.  If you have reasonably new versions of these back ends,
15762 though, you should be ok.
15763
15764 One thing all these Web methods have in common is that the Web sources
15765 are often down, unavailable or just plain too slow to be fun.  In those
15766 cases, it makes a lot of sense to let the Gnus Agent (@pxref{Gnus
15767 Unplugged}) handle downloading articles, and then you can read them at
15768 leisure from your local disk.  No more World Wide Wait for you.
15769
15770 @node Archiving Mail
15771 @subsection Archiving Mail
15772 @cindex archiving mail
15773 @cindex backup of mail
15774
15775 Some of the back ends, notably @code{nnml}, @code{nnfolder}, and
15776 @code{nnmaildir}, now actually store the article marks with each group.
15777 For these servers, archiving and restoring a group while preserving
15778 marks is fairly simple.
15779
15780 (Preserving the group level and group parameters as well still
15781 requires ritual dancing and sacrifices to the @file{.newsrc.eld} deity
15782 though.)
15783
15784 To archive an entire @code{nnml}, @code{nnfolder}, or @code{nnmaildir}
15785 server, take a recursive copy of the server directory.  There is no need
15786 to shut down Gnus, so archiving may be invoked by @code{cron} or
15787 similar.  You restore the data by restoring the directory tree, and
15788 adding a server definition pointing to that directory in Gnus.  The
15789 @ref{Article Backlog}, @ref{Asynchronous Fetching} and other things
15790 might interfere with overwriting data, so you may want to shut down Gnus
15791 before you restore the data.
15792
15793 It is also possible to archive individual @code{nnml},
15794 @code{nnfolder}, or @code{nnmaildir} groups, while preserving marks.
15795 For @code{nnml} or @code{nnmaildir}, you copy all files in the group's
15796 directory.  For @code{nnfolder} you need to copy both the base folder
15797 file itself (@file{FOO}, say), and the marks file (@file{FOO.mrk} in
15798 this example).  Restoring the group is done with @kbd{G m} from the Group
15799 buffer.  The last step makes Gnus notice the new directory.
15800 @code{nnmaildir} notices the new directory automatically, so @kbd{G m}
15801 is unnecessary in that case.
15802
15803 @node Web Searches
15804 @subsection Web Searches
15805 @cindex nnweb
15806 @cindex Google
15807 @cindex dejanews
15808 @cindex gmane
15809 @cindex Usenet searches
15810 @cindex searching the Usenet
15811
15812 It's, like, too neat to search the Usenet for articles that match a
15813 string, but it, like, totally @emph{sucks}, like, totally, to use one of
15814 those, like, Web browsers, and you, like, have to, rilly, like, look at
15815 the commercials, so, like, with Gnus you can do @emph{rad}, rilly,
15816 searches without having to use a browser.
15817
15818 The @code{nnweb} back end allows an easy interface to the mighty search
15819 engine.  You create an @code{nnweb} group, enter a search pattern, and
15820 then enter the group and read the articles like you would any normal
15821 group.  The @kbd{G w} command in the group buffer (@pxref{Foreign
15822 Groups}) will do this in an easy-to-use fashion.
15823
15824 @code{nnweb} groups don't really lend themselves to being solid
15825 groups---they have a very fleeting idea of article numbers.  In fact,
15826 each time you enter an @code{nnweb} group (not even changing the search
15827 pattern), you are likely to get the articles ordered in a different
15828 manner.  Not even using duplicate suppression (@pxref{Duplicate
15829 Suppression}) will help, since @code{nnweb} doesn't even know the
15830 @code{Message-ID} of the articles before reading them using some search
15831 engines (Google, for instance).  The only possible way to keep track
15832 of which articles you've read is by scoring on the @code{Date}
15833 header---mark all articles posted before the last date you read the
15834 group as read.
15835
15836 If the search engine changes its output substantially, @code{nnweb}
15837 won't be able to parse it and will fail.  One could hardly fault the Web
15838 providers if they were to do this---their @emph{raison d'@^etre} is to
15839 make money off of advertisements, not to provide services to the
15840 community.  Since @code{nnweb} washes the ads off all the articles, one
15841 might think that the providers might be somewhat miffed.  We'll see.
15842
15843 You must have the @code{url} and @code{W3} package or those alternatives
15844 (try @code{customize-group} on the @samp{mm-url} variable group)
15845 installed to be able to use @code{nnweb}.
15846
15847 Virtual server variables:
15848
15849 @table @code
15850 @item nnweb-type
15851 @vindex nnweb-type
15852 What search engine type is being used.  The currently supported types
15853 are @code{google}, @code{dejanews}, and @code{gmane}.  Note that
15854 @code{dejanews} is an alias to @code{google}.
15855
15856 @item nnweb-search
15857 @vindex nnweb-search
15858 The search string to feed to the search engine.
15859
15860 @item nnweb-max-hits
15861 @vindex nnweb-max-hits
15862 Advisory maximum number of hits per search to display.  The default is
15863 999.
15864
15865 @item nnweb-type-definition
15866 @vindex nnweb-type-definition
15867 Type-to-definition alist.  This alist says what @code{nnweb} should do
15868 with the various search engine types.  The following elements must be
15869 present:
15870
15871 @table @code
15872 @item article
15873 Function to decode the article and provide something that Gnus
15874 understands.
15875
15876 @item map
15877 Function to create an article number to message header and URL alist.
15878
15879 @item search
15880 Function to send the search string to the search engine.
15881
15882 @item address
15883 The address the aforementioned function should send the search string
15884 to.
15885
15886 @item id
15887 Format string URL to fetch an article by @code{Message-ID}.
15888 @end table
15889
15890 @end table
15891
15892
15893 @node Slashdot
15894 @subsection Slashdot
15895 @cindex Slashdot
15896 @cindex nnslashdot
15897
15898 @uref{http://slashdot.org/, Slashdot} is a popular news site, with
15899 lively discussion following the news articles.  @code{nnslashdot} will
15900 let you read this forum in a convenient manner.
15901
15902 The easiest way to read this source is to put something like the
15903 following in your @file{~/.gnus.el} file:
15904
15905 @lisp
15906 (setq gnus-secondary-select-methods
15907       '((nnslashdot "")))
15908 @end lisp
15909
15910 This will make Gnus query the @code{nnslashdot} back end for new comments
15911 and groups.  The @kbd{F} command will subscribe each new news article as
15912 a new Gnus group, and you can read the comments by entering these
15913 groups.  (Note that the default subscription method is to subscribe new
15914 groups as zombies.  Other methods are available (@pxref{Subscription
15915 Methods}).
15916
15917 If you want to remove an old @code{nnslashdot} group, the @kbd{G DEL}
15918 command is the most handy tool (@pxref{Foreign Groups}).
15919
15920 When following up to @code{nnslashdot} comments (or posting new
15921 comments), some light @acronym{HTML}izations will be performed.  In
15922 particular, text quoted with @samp{> } will be quoted with
15923 @samp{blockquote} instead, and signatures will have @samp{br} added to
15924 the end of each line.  Other than that, you can just write @acronym{HTML}
15925 directly into the message buffer.  Note that Slashdot filters out some
15926 @acronym{HTML} forms.
15927
15928 The following variables can be altered to change its behavior:
15929
15930 @table @code
15931 @item nnslashdot-threaded
15932 Whether @code{nnslashdot} should display threaded groups or not.  The
15933 default is @code{t}.  To be able to display threads, @code{nnslashdot}
15934 has to retrieve absolutely all comments in a group upon entry.  If a
15935 threaded display is not required, @code{nnslashdot} will only retrieve
15936 the comments that are actually wanted by the user.  Threading is nicer,
15937 but much, much slower than unthreaded.
15938
15939 @item nnslashdot-login-name
15940 @vindex nnslashdot-login-name
15941 The login name to use when posting.
15942
15943 @item nnslashdot-password
15944 @vindex nnslashdot-password
15945 The password to use when posting.
15946
15947 @item nnslashdot-directory
15948 @vindex nnslashdot-directory
15949 Where @code{nnslashdot} will store its files.  The default is
15950 @file{~/News/slashdot/}.
15951
15952 @item nnslashdot-active-url
15953 @vindex nnslashdot-active-url
15954 The @acronym{URL} format string that will be used to fetch the
15955 information on news articles and comments.  The default is@*
15956 @samp{http://slashdot.org/search.pl?section=&min=%d}.
15957
15958 @item nnslashdot-comments-url
15959 @vindex nnslashdot-comments-url
15960 The @acronym{URL} format string that will be used to fetch comments.
15961
15962 @item nnslashdot-article-url
15963 @vindex nnslashdot-article-url
15964 The @acronym{URL} format string that will be used to fetch the news
15965 article.  The default is
15966 @samp{http://slashdot.org/article.pl?sid=%s&mode=nocomment}.
15967
15968 @item nnslashdot-threshold
15969 @vindex nnslashdot-threshold
15970 The score threshold.  The default is -1.
15971
15972 @item nnslashdot-group-number
15973 @vindex nnslashdot-group-number
15974 The number of old groups, in addition to the ten latest, to keep
15975 updated.  The default is 0.
15976
15977 @end table
15978
15979
15980
15981 @node Ultimate
15982 @subsection Ultimate
15983 @cindex nnultimate
15984 @cindex Ultimate Bulletin Board
15985
15986 @uref{http://www.ultimatebb.com/, The Ultimate Bulletin Board} is
15987 probably the most popular Web bulletin board system used.  It has a
15988 quite regular and nice interface, and it's possible to get the
15989 information Gnus needs to keep groups updated.
15990
15991 The easiest way to get started with @code{nnultimate} is to say
15992 something like the following in the group buffer:  @kbd{B nnultimate RET
15993 http://www.tcj.com/messboard/ubbcgi/ RET}.  (Substitute the @acronym{URL}
15994 (not including @samp{Ultimate.cgi} or the like at the end) for a forum
15995 you're interested in; there's quite a list of them on the Ultimate web
15996 site.)  Then subscribe to the groups you're interested in from the
15997 server buffer, and read them from the group buffer.
15998
15999 The following @code{nnultimate} variables can be altered:
16000
16001 @table @code
16002 @item nnultimate-directory
16003 @vindex nnultimate-directory
16004 The directory where @code{nnultimate} stores its files.  The default is@*
16005 @file{~/News/ultimate/}.
16006 @end table
16007
16008
16009 @node Web Archive
16010 @subsection Web Archive
16011 @cindex nnwarchive
16012 @cindex Web Archive
16013
16014 Some mailing lists only have archives on Web servers, such as
16015 @uref{http://www.egroups.com/} and
16016 @uref{http://www.mail-archive.com/}.  It has a quite regular and nice
16017 interface, and it's possible to get the information Gnus needs to keep
16018 groups updated.
16019
16020 @findex gnus-group-make-warchive-group
16021 The easiest way to get started with @code{nnwarchive} is to say
16022 something like the following in the group buffer: @kbd{M-x
16023 gnus-group-make-warchive-group RET @var{an_egroup} RET egroups RET
16024 www.egroups.com RET @var{your@@email.address} RET}.  (Substitute the
16025 @var{an_egroup} with the mailing list you subscribed, the
16026 @var{your@@email.address} with your email address.), or to browse the
16027 back end by @kbd{B nnwarchive RET mail-archive RET}.
16028
16029 The following @code{nnwarchive} variables can be altered:
16030
16031 @table @code
16032 @item nnwarchive-directory
16033 @vindex nnwarchive-directory
16034 The directory where @code{nnwarchive} stores its files.  The default is@*
16035 @file{~/News/warchive/}.
16036
16037 @item nnwarchive-login
16038 @vindex nnwarchive-login
16039 The account name on the web server.
16040
16041 @item nnwarchive-passwd
16042 @vindex nnwarchive-passwd
16043 The password for your account on the web server.
16044 @end table
16045
16046 @node RSS
16047 @subsection RSS
16048 @cindex nnrss
16049 @cindex RSS
16050
16051 Some web sites have an RDF Site Summary (@acronym{RSS}).
16052 @acronym{RSS} is a format for summarizing headlines from news related
16053 sites (such as BBC or CNN).  But basically anything list-like can be
16054 presented as an @acronym{RSS} feed: weblogs, changelogs or recent
16055 changes to a wiki (e.g. @url{http://cliki.net/recent-changes.rdf}).
16056
16057 @acronym{RSS} has a quite regular and nice interface, and it's
16058 possible to get the information Gnus needs to keep groups updated.
16059
16060 Note: you had better use Emacs which supports the @code{utf-8} coding
16061 system because @acronym{RSS} uses UTF-8 for encoding non-@acronym{ASCII}
16062 text by default.  It is also used by default for non-@acronym{ASCII}
16063 group names.
16064
16065 @kindex G R (Group)
16066 Use @kbd{G R} from the group buffer to subscribe to a feed---you will be
16067 prompted for the location, the title and the description of the feed.
16068 The title, which allows any characters, will be used for the group name
16069 and the name of the group data file.  The description can be omitted.
16070
16071 An easy way to get started with @code{nnrss} is to say something like
16072 the following in the group buffer: @kbd{B nnrss RET RET y}, then
16073 subscribe to groups.
16074
16075 The @code{nnrss} back end saves the group data file in
16076 @code{nnrss-directory} (see below) for each @code{nnrss} group.  File
16077 names containing non-@acronym{ASCII} characters will be encoded by the
16078 coding system specified with the @code{nnmail-pathname-coding-system}
16079 variable.  If it is @code{nil}, in Emacs the coding system defaults to
16080 the value of @code{default-file-name-coding-system}.  If you are using
16081 XEmacs and want to use non-@acronym{ASCII} group names, you should set
16082 the value for the @code{nnmail-pathname-coding-system} variable properly.
16083
16084 @cindex OPML
16085 You can also use the following commands to import and export your
16086 subscriptions from a file in @acronym{OPML} format (Outline Processor
16087 Markup Language).
16088
16089 @defun nnrss-opml-import file
16090 Prompt for an @acronym{OPML} file, and subscribe to each feed in the
16091 file.
16092 @end defun
16093
16094 @defun nnrss-opml-export
16095 Write your current @acronym{RSS} subscriptions to a buffer in
16096 @acronym{OPML} format.
16097 @end defun
16098
16099 The following @code{nnrss} variables can be altered:
16100
16101 @table @code
16102 @item nnrss-directory
16103 @vindex nnrss-directory
16104 The directory where @code{nnrss} stores its files.  The default is
16105 @file{~/News/rss/}.
16106
16107 @item nnrss-file-coding-system
16108 @vindex nnrss-file-coding-system
16109 The coding system used when reading and writing the @code{nnrss} groups
16110 data files.  The default is the value of
16111 @code{mm-universal-coding-system} (which defaults to @code{emacs-mule}
16112 in Emacs or @code{escape-quoted} in XEmacs).
16113
16114 @item nnrss-use-local
16115 @vindex nnrss-use-local
16116 @findex nnrss-generate-download-script
16117 If you set @code{nnrss-use-local} to @code{t}, @code{nnrss} will read
16118 the feeds from local files in @code{nnrss-directory}.  You can use
16119 the command @code{nnrss-generate-download-script} to generate a
16120 download script using @command{wget}.
16121 @end table
16122
16123 The following code may be helpful, if you want to show the description in
16124 the summary buffer.
16125
16126 @lisp
16127 (add-to-list 'nnmail-extra-headers nnrss-description-field)
16128 (setq gnus-summary-line-format "%U%R%z%I%(%[%4L: %-15,15f%]%) %s%uX\n")
16129
16130 (defun gnus-user-format-function-X (header)
16131   (let ((descr
16132          (assq nnrss-description-field (mail-header-extra header))))
16133     (if descr (concat "\n\t" (cdr descr)) "")))
16134 @end lisp
16135
16136 The following code may be useful to open an nnrss url directly from the
16137 summary buffer.
16138 @lisp
16139 (require 'browse-url)
16140
16141 (defun browse-nnrss-url( arg )
16142   (interactive "p")
16143   (let ((url (assq nnrss-url-field
16144                    (mail-header-extra
16145                     (gnus-data-header
16146                      (assq (gnus-summary-article-number)
16147                            gnus-newsgroup-data))))))
16148     (if url
16149         (progn
16150           (browse-url (cdr url))
16151           (gnus-summary-mark-as-read-forward 1))
16152       (gnus-summary-scroll-up arg))))
16153
16154 (eval-after-load "gnus"
16155   #'(define-key gnus-summary-mode-map
16156       (kbd "<RET>") 'browse-nnrss-url))
16157 (add-to-list 'nnmail-extra-headers nnrss-url-field)
16158 @end lisp
16159
16160 @node Customizing W3
16161 @subsection Customizing W3
16162 @cindex W3
16163 @cindex html
16164 @cindex url
16165 @cindex Netscape
16166
16167 Gnus uses the url library to fetch web pages and Emacs/W3 (or those
16168 alternatives) to display web pages.  Emacs/W3 is documented in its own
16169 manual, but there are some things that may be more relevant for Gnus
16170 users.
16171
16172 For instance, a common question is how to make Emacs/W3 follow links
16173 using the @code{browse-url} functions (which will call some external web
16174 browser like Netscape).  Here's one way:
16175
16176 @lisp
16177 (eval-after-load "w3"
16178   '(progn
16179     (fset 'w3-fetch-orig (symbol-function 'w3-fetch))
16180     (defun w3-fetch (&optional url target)
16181       (interactive (list (w3-read-url-with-default)))
16182       (if (eq major-mode 'gnus-article-mode)
16183           (browse-url url)
16184         (w3-fetch-orig url target)))))
16185 @end lisp
16186
16187 Put that in your @file{.emacs} file, and hitting links in W3-rendered
16188 @acronym{HTML} in the Gnus article buffers will use @code{browse-url} to
16189 follow the link.
16190
16191
16192 @node IMAP
16193 @section IMAP
16194 @cindex nnimap
16195 @cindex @acronym{IMAP}
16196
16197 @acronym{IMAP} is a network protocol for reading mail (or news, or @dots{}),
16198 think of it as a modernized @acronym{NNTP}.  Connecting to a @acronym{IMAP}
16199 server is much similar to connecting to a news server, you just
16200 specify the network address of the server.
16201
16202 @acronym{IMAP} has two properties.  First, @acronym{IMAP} can do
16203 everything that @acronym{POP} can, it can hence be viewed as a
16204 @acronym{POP++}.  Secondly, @acronym{IMAP} is a mail storage protocol,
16205 similar to @acronym{NNTP} being a news storage protocol---however,
16206 @acronym{IMAP} offers more features than @acronym{NNTP} because news
16207 is more or less read-only whereas mail is read-write.
16208
16209 If you want to use @acronym{IMAP} as a @acronym{POP++}, use an imap
16210 entry in @code{mail-sources}.  With this, Gnus will fetch mails from
16211 the @acronym{IMAP} server and store them on the local disk.  This is
16212 not the usage described in this section---@xref{Mail Sources}.
16213
16214 If you want to use @acronym{IMAP} as a mail storage protocol, use an nnimap
16215 entry in @code{gnus-secondary-select-methods}.  With this, Gnus will
16216 manipulate mails stored on the @acronym{IMAP} server.  This is the kind of
16217 usage explained in this section.
16218
16219 A server configuration in @file{~/.gnus.el} with a few @acronym{IMAP}
16220 servers might look something like the following.  (Note that for
16221 @acronym{TLS}/@acronym{SSL}, you need external programs and libraries,
16222 see below.)
16223
16224 @lisp
16225 (setq gnus-secondary-select-methods
16226       '((nnimap "simpleserver") ; @r{no special configuration}
16227         ; @r{perhaps a ssh port forwarded server:}
16228         (nnimap "dolk"
16229                 (nnimap-address "localhost")
16230                 (nnimap-server-port 1430))
16231         ; @r{a UW server running on localhost}
16232         (nnimap "barbar"
16233                 (nnimap-server-port 143)
16234                 (nnimap-address "localhost")
16235                 (nnimap-list-pattern ("INBOX" "mail/*")))
16236         ; @r{anonymous public cyrus server:}
16237         (nnimap "cyrus.andrew.cmu.edu"
16238                 (nnimap-authenticator anonymous)
16239                 (nnimap-list-pattern "archive.*")
16240                 (nnimap-stream network))
16241         ; @r{a ssl server on a non-standard port:}
16242         (nnimap "vic20"
16243                 (nnimap-address "vic20.somewhere.com")
16244                 (nnimap-server-port 9930)
16245                 (nnimap-stream ssl))))
16246 @end lisp
16247
16248 After defining the new server, you can subscribe to groups on the
16249 server using normal Gnus commands such as @kbd{U} in the Group Buffer
16250 (@pxref{Subscription Commands}) or via the Server Buffer
16251 (@pxref{Server Buffer}).
16252
16253 The following variables can be used to create a virtual @code{nnimap}
16254 server:
16255
16256 @table @code
16257
16258 @item nnimap-address
16259 @vindex nnimap-address
16260
16261 The address of the remote @acronym{IMAP} server.  Defaults to the virtual
16262 server name if not specified.
16263
16264 @item nnimap-server-port
16265 @vindex nnimap-server-port
16266 Port on server to contact.  Defaults to port 143, or 993 for @acronym{TLS}/@acronym{SSL}.
16267
16268 Note that this should be an integer, example server specification:
16269
16270 @lisp
16271 (nnimap "mail.server.com"
16272         (nnimap-server-port 4711))
16273 @end lisp
16274
16275 @item nnimap-list-pattern
16276 @vindex nnimap-list-pattern
16277 String or list of strings of mailboxes to limit available groups to.
16278 This is used when the server has very many mailboxes and you're only
16279 interested in a few---some servers export your home directory via
16280 @acronym{IMAP}, you'll probably want to limit the mailboxes to those in
16281 @file{~/Mail/*} then.
16282
16283 The string can also be a cons of REFERENCE and the string as above, what
16284 REFERENCE is used for is server specific, but on the University of
16285 Washington server it's a directory that will be concatenated with the
16286 mailbox.
16287
16288 Example server specification:
16289
16290 @lisp
16291 (nnimap "mail.server.com"
16292         (nnimap-list-pattern ("INBOX" "Mail/*" "alt.sex.*"
16293                                ("~friend/Mail/" . "list/*"))))
16294 @end lisp
16295
16296 @item nnimap-stream
16297 @vindex nnimap-stream
16298 The type of stream used to connect to your server.  By default, nnimap
16299 will detect and automatically use all of the below, with the exception
16300 of @acronym{TLS}/@acronym{SSL}.  (@acronym{IMAP} over
16301 @acronym{TLS}/@acronym{SSL} is being replaced by STARTTLS, which can
16302 be automatically detected, but it's not widely deployed yet.)
16303
16304 Example server specification:
16305
16306 @lisp
16307 (nnimap "mail.server.com"
16308         (nnimap-stream ssl))
16309 @end lisp
16310
16311 Please note that the value of @code{nnimap-stream} is a symbol!
16312
16313 @itemize @bullet
16314 @item
16315 @dfn{gssapi:} Connect with GSSAPI (usually Kerberos 5).  Requires the
16316 @samp{gsasl} or @samp{imtest} program.
16317 @item
16318 @dfn{kerberos4:} Connect with Kerberos 4.  Requires the @samp{imtest} program.
16319 @item
16320 @dfn{starttls:} Connect via the STARTTLS extension (similar to
16321 @acronym{TLS}/@acronym{SSL}).  Requires the external library @samp{starttls.el} and program
16322 @samp{starttls}.
16323 @item
16324 @dfn{tls:} Connect through @acronym{TLS}.  Requires GNUTLS (the program
16325 @samp{gnutls-cli}).
16326 @item
16327 @dfn{ssl:} Connect through @acronym{SSL}.  Requires OpenSSL (the program
16328 @samp{openssl}) or SSLeay (@samp{s_client}).
16329 @item
16330 @dfn{shell:} Use a shell command to start @acronym{IMAP} connection.
16331 @item
16332 @dfn{network:} Plain, TCP/IP network connection.
16333 @end itemize
16334
16335 @vindex imap-kerberos4-program
16336 The @samp{imtest} program is shipped with Cyrus IMAPD.  If you're
16337 using @samp{imtest} from Cyrus IMAPD < 2.0.14 (which includes version
16338 1.5.x and 1.6.x) you need to frob @code{imap-process-connection-type}
16339 to make @code{imap.el} use a pty instead of a pipe when communicating
16340 with @samp{imtest}.  You will then suffer from a line length
16341 restrictions on @acronym{IMAP} commands, which might make Gnus seem to hang
16342 indefinitely if you have many articles in a mailbox.  The variable
16343 @code{imap-kerberos4-program} contain parameters to pass to the imtest
16344 program.
16345
16346 For @acronym{TLS} connection, the @code{gnutls-cli} program from GNUTLS is
16347 needed.  It is available from
16348 @uref{http://www.gnu.org/software/gnutls/}.
16349
16350 @vindex imap-gssapi-program
16351 This parameter specifies a list of command lines that invoke a GSSAPI
16352 authenticated @acronym{IMAP} stream in a subshell.  They are tried
16353 sequentially until a connection is made, or the list has been
16354 exhausted.  By default, @samp{gsasl} from GNU SASL, available from
16355 @uref{http://www.gnu.org/software/gsasl/}, and the @samp{imtest}
16356 program from Cyrus IMAPD (see @code{imap-kerberos4-program}), are
16357 tried.
16358
16359 @vindex imap-ssl-program
16360 For @acronym{SSL} connections, the OpenSSL program is available from
16361 @uref{http://www.openssl.org/}.  OpenSSL was formerly known as SSLeay,
16362 and nnimap support it too---although the most recent versions of
16363 SSLeay, 0.9.x, are known to have serious bugs making it
16364 useless.  Earlier versions, especially 0.8.x, of SSLeay are known to
16365 work.  The variable @code{imap-ssl-program} contain parameters to pass
16366 to OpenSSL/SSLeay.
16367
16368 @vindex imap-shell-program
16369 @vindex imap-shell-host
16370 For @acronym{IMAP} connections using the @code{shell} stream, the variable
16371 @code{imap-shell-program} specify what program to call.
16372
16373 @item nnimap-authenticator
16374 @vindex nnimap-authenticator
16375
16376 The authenticator used to connect to the server.  By default, nnimap
16377 will use the most secure authenticator your server is capable of.
16378
16379 Example server specification:
16380
16381 @lisp
16382 (nnimap "mail.server.com"
16383         (nnimap-authenticator anonymous))
16384 @end lisp
16385
16386 Please note that the value of @code{nnimap-authenticator} is a symbol!
16387
16388 @itemize @bullet
16389 @item
16390 @dfn{gssapi:} GSSAPI (usually kerberos 5) authentication.  Requires
16391 external program @code{gsasl} or @code{imtest}.
16392 @item
16393 @dfn{kerberos4:} Kerberos 4 authentication.  Requires external program
16394 @code{imtest}.
16395 @item
16396 @dfn{digest-md5:} Encrypted username/password via DIGEST-MD5.  Requires
16397 external library @code{digest-md5.el}.
16398 @item
16399 @dfn{cram-md5:} Encrypted username/password via CRAM-MD5.
16400 @item
16401 @dfn{login:} Plain-text username/password via LOGIN.
16402 @item
16403 @dfn{anonymous:} Login as ``anonymous'', supplying your email address as password.
16404 @end itemize
16405
16406 @item nnimap-expunge-on-close
16407 @cindex expunging
16408 @vindex nnimap-expunge-on-close
16409 Unlike Parmenides the @acronym{IMAP} designers have decided things that
16410 don't exist actually do exist.  More specifically, @acronym{IMAP} has
16411 this concept of marking articles @code{Deleted} which doesn't actually
16412 delete them, and this (marking them @code{Deleted}, that is) is what
16413 nnimap does when you delete an article in Gnus (with @kbd{B DEL} or
16414 similar).
16415
16416 Since the articles aren't really removed when we mark them with the
16417 @code{Deleted} flag we'll need a way to actually delete them.  Feel like
16418 running in circles yet?
16419
16420 Traditionally, nnimap has removed all articles marked as @code{Deleted}
16421 when closing a mailbox but this is now configurable by this server
16422 variable.
16423
16424 The possible options are:
16425
16426 @table @code
16427
16428 @item always
16429 The default behavior, delete all articles marked as ``Deleted'' when
16430 closing a mailbox.
16431 @item never
16432 Never actually delete articles.  Currently there is no way of showing
16433 the articles marked for deletion in nnimap, but other @acronym{IMAP} clients
16434 may allow you to do this.  If you ever want to run the EXPUNGE command
16435 manually, @xref{Expunging mailboxes}.
16436 @item ask
16437 When closing mailboxes, nnimap will ask if you wish to expunge deleted
16438 articles or not.
16439
16440 @end table
16441
16442 @item nnimap-importantize-dormant
16443 @vindex nnimap-importantize-dormant
16444
16445 If non-@code{nil} (the default), marks dormant articles as ticked (as
16446 well), for other @acronym{IMAP} clients.  Within Gnus, dormant articles will
16447 naturally still (only) be marked as dormant.  This is to make dormant
16448 articles stand out, just like ticked articles, in other @acronym{IMAP}
16449 clients.  (In other words, Gnus has two ``Tick'' marks and @acronym{IMAP}
16450 has only one.)
16451
16452 Probably the only reason for frobing this would be if you're trying
16453 enable per-user persistent dormant flags, using something like:
16454
16455 @lisp
16456 (setcdr (assq 'dormant nnimap-mark-to-flag-alist)
16457         (format "gnus-dormant-%s" (user-login-name)))
16458 (setcdr (assq 'dormant nnimap-mark-to-predicate-alist)
16459         (format "KEYWORD gnus-dormant-%s" (user-login-name)))
16460 @end lisp
16461
16462 In this case, you would not want the per-user dormant flag showing up
16463 as ticked for other users.
16464
16465 @item nnimap-expunge-search-string
16466 @cindex expunging
16467 @vindex nnimap-expunge-search-string
16468
16469 This variable contain the @acronym{IMAP} search command sent to server when
16470 searching for articles eligible for expiring.  The default is
16471 @code{"UID %s NOT SINCE %s"}, where the first @code{%s} is replaced by
16472 UID set and the second @code{%s} is replaced by a date.
16473
16474 Probably the only useful value to change this to is
16475 @code{"UID %s NOT SENTSINCE %s"}, which makes nnimap use the Date: in
16476 messages instead of the internal article date.  See section 6.4.4 of
16477 RFC 2060 for more information on valid strings.
16478
16479 @item nnimap-authinfo-file
16480 @vindex nnimap-authinfo-file
16481
16482 A file containing credentials used to log in on servers.  The format is
16483 (almost) the same as the @code{ftp} @file{~/.netrc} file.  See the
16484 variable @code{nntp-authinfo-file} for exact syntax; also see
16485 @ref{NNTP}.  An example of an .authinfo line for an IMAP server, is:
16486
16487 @example
16488 machine students.uio.no login larsi password geheimnis port imap
16489 @end example
16490
16491 Note that it should be @code{port imap}, or @code{port 143}, if you
16492 use a @code{nnimap-stream} of @code{tls} or @code{ssl}, even if the
16493 actual port number used is port 993 for secured IMAP.  For
16494 convenience, Gnus will accept @code{port imaps} as a synonym of
16495 @code{port imap}.
16496
16497 @item nnimap-need-unselect-to-notice-new-mail
16498 @vindex nnimap-need-unselect-to-notice-new-mail
16499
16500 Unselect mailboxes before looking for new mail in them.  Some servers
16501 seem to need this under some circumstances; it was reported that
16502 Courier 1.7.1 did.
16503
16504 @end table
16505
16506 @menu
16507 * Splitting in IMAP::           Splitting mail with nnimap.
16508 * Expiring in IMAP::            Expiring mail with nnimap.
16509 * Editing IMAP ACLs::           Limiting/enabling other users access to a mailbox.
16510 * Expunging mailboxes::         Equivalent of a ``compress mailbox'' button.
16511 * A note on namespaces::        How to (not) use @acronym{IMAP} namespace in Gnus.
16512 * Debugging IMAP::              What to do when things don't work.
16513 @end menu
16514
16515
16516
16517 @node Splitting in IMAP
16518 @subsection Splitting in IMAP
16519 @cindex splitting imap mail
16520
16521 Splitting is something Gnus users have loved and used for years, and now
16522 the rest of the world is catching up.  Yeah, dream on, not many
16523 @acronym{IMAP} servers have server side splitting and those that have
16524 splitting seem to use some non-standard protocol.  This means that
16525 @acronym{IMAP} support for Gnus has to do its own splitting.
16526
16527 And it does.
16528
16529 (Incidentally, people seem to have been dreaming on, and Sieve has
16530 gaining a market share and is supported by several IMAP servers.
16531 Fortunately, Gnus support it too, @xref{Sieve Commands}.)
16532
16533 Here are the variables of interest:
16534
16535 @table @code
16536
16537 @item nnimap-split-crosspost
16538 @cindex splitting, crosspost
16539 @cindex crosspost
16540 @vindex nnimap-split-crosspost
16541
16542 If non-@code{nil}, do crossposting if several split methods match the
16543 mail.  If @code{nil}, the first match in @code{nnimap-split-rule}
16544 found will be used.
16545
16546 Nnmail equivalent: @code{nnmail-crosspost}.
16547
16548 @item nnimap-split-inbox
16549 @cindex splitting, inbox
16550 @cindex inbox
16551 @vindex nnimap-split-inbox
16552
16553 A string or a list of strings that gives the name(s) of @acronym{IMAP}
16554 mailboxes to split from.  Defaults to @code{nil}, which means that
16555 splitting is disabled!
16556
16557 @lisp
16558 (setq nnimap-split-inbox
16559       '("INBOX" ("~/friend/Mail" . "lists/*") "lists.imap"))
16560 @end lisp
16561
16562 No nnmail equivalent.
16563
16564 @item nnimap-split-rule
16565 @cindex splitting, rules
16566 @vindex nnimap-split-rule
16567
16568 New mail found in @code{nnimap-split-inbox} will be split according to
16569 this variable.
16570
16571 This variable contains a list of lists, where the first element in the
16572 sublist gives the name of the @acronym{IMAP} mailbox to move articles
16573 matching the regexp in the second element in the sublist.  Got that?
16574 Neither did I, we need examples.
16575
16576 @lisp
16577 (setq nnimap-split-rule
16578       '(("INBOX.nnimap"
16579          "^Sender: owner-nnimap@@vic20.globalcom.se")
16580         ("INBOX.junk"    "^Subject:.*MAKE MONEY")
16581         ("INBOX.private" "")))
16582 @end lisp
16583
16584 This will put all articles from the nnimap mailing list into mailbox
16585 INBOX.nnimap, all articles containing MAKE MONEY in the Subject: line
16586 into INBOX.junk and everything else in INBOX.private.
16587
16588 The first string may contain @samp{\\1} forms, like the ones used by
16589 replace-match to insert sub-expressions from the matched text.  For
16590 instance:
16591
16592 @lisp
16593 ("INBOX.lists.\\1"     "^Sender: owner-\\([a-z-]+\\)@@")
16594 @end lisp
16595
16596 The first element can also be the symbol @code{junk} to indicate that
16597 matching messages should simply be deleted.  Use with care.
16598
16599 The second element can also be a function.  In that case, it will be
16600 called with the first element of the rule as the argument, in a buffer
16601 containing the headers of the article.  It should return a
16602 non-@code{nil} value if it thinks that the mail belongs in that group.
16603
16604 Nnmail users might recollect that the last regexp had to be empty to
16605 match all articles (like in the example above).  This is not required in
16606 nnimap.  Articles not matching any of the regexps will not be moved out
16607 of your inbox.  (This might affect performance if you keep lots of
16608 unread articles in your inbox, since the splitting code would go over
16609 them every time you fetch new mail.)
16610
16611 These rules are processed from the beginning of the alist toward the
16612 end.  The first rule to make a match will ``win'', unless you have
16613 crossposting enabled.  In that case, all matching rules will ``win''.
16614
16615 This variable can also have a function as its value, the function will
16616 be called with the headers narrowed and should return a group where it
16617 thinks the article should be split to.  See @code{nnimap-split-fancy}.
16618
16619 The splitting code tries to create mailboxes if it needs to.
16620
16621 To allow for different split rules on different virtual servers, and
16622 even different split rules in different inboxes on the same server,
16623 the syntax of this variable have been extended along the lines of:
16624
16625 @lisp
16626 (setq nnimap-split-rule
16627       '(("my1server"    (".*" (("ding"    "ding@@gnus.org")
16628                                ("junk"    "From:.*Simon"))))
16629         ("my2server"    ("INBOX" nnimap-split-fancy))
16630         ("my[34]server" (".*" (("private" "To:.*Simon")
16631                                ("junk"    my-junk-func))))))
16632 @end lisp
16633
16634 The virtual server name is in fact a regexp, so that the same rules
16635 may apply to several servers.  In the example, the servers
16636 @code{my3server} and @code{my4server} both use the same rules.
16637 Similarly, the inbox string is also a regexp.  The actual splitting
16638 rules are as before, either a function, or a list with group/regexp or
16639 group/function elements.
16640
16641 Nnmail equivalent: @code{nnmail-split-methods}.
16642
16643 @item nnimap-split-predicate
16644 @cindex splitting
16645 @vindex nnimap-split-predicate
16646
16647 Mail matching this predicate in @code{nnimap-split-inbox} will be
16648 split, it is a string and the default is @samp{UNSEEN UNDELETED}.
16649
16650 This might be useful if you use another @acronym{IMAP} client to read mail in
16651 your inbox but would like Gnus to split all articles in the inbox
16652 regardless of readedness.  Then you might change this to
16653 @samp{UNDELETED}.
16654
16655 @item nnimap-split-fancy
16656 @cindex splitting, fancy
16657 @findex nnimap-split-fancy
16658 @vindex nnimap-split-fancy
16659
16660 It's possible to set @code{nnimap-split-rule} to
16661 @code{nnmail-split-fancy} if you want to use fancy
16662 splitting.  @xref{Fancy Mail Splitting}.
16663
16664 However, to be able to have different fancy split rules for nnmail and
16665 nnimap back ends you can set @code{nnimap-split-rule} to
16666 @code{nnimap-split-fancy} and define the nnimap specific fancy split
16667 rule in @code{nnimap-split-fancy}.
16668
16669 Example:
16670
16671 @lisp
16672 (setq nnimap-split-rule 'nnimap-split-fancy
16673       nnimap-split-fancy ...)
16674 @end lisp
16675
16676 Nnmail equivalent: @code{nnmail-split-fancy}.
16677
16678 @item nnimap-split-download-body
16679 @findex nnimap-split-download-body
16680 @vindex nnimap-split-download-body
16681
16682 Set to non-@code{nil} to download entire articles during splitting.
16683 This is generally not required, and will slow things down
16684 considerably.  You may need it if you want to use an advanced
16685 splitting function that analyzes the body to split the article.
16686
16687 @end table
16688
16689 @node Expiring in IMAP
16690 @subsection Expiring in IMAP
16691 @cindex expiring imap mail
16692
16693 Even though @code{nnimap} is not a proper @code{nnmail} derived back
16694 end, it supports most features in regular expiring (@pxref{Expiring
16695 Mail}).  Unlike splitting in @acronym{IMAP} (@pxref{Splitting in
16696 IMAP}) it does not clone the @code{nnmail} variables (i.e., creating
16697 @var{nnimap-expiry-wait}) but reuse the @code{nnmail} variables.  What
16698 follows below are the variables used by the @code{nnimap} expiry
16699 process.
16700
16701 A note on how the expire mark is stored on the @acronym{IMAP} server is
16702 appropriate here as well.  The expire mark is translated into a
16703 @code{imap} client specific mark, @code{gnus-expire}, and stored on the
16704 message.  This means that likely only Gnus will understand and treat
16705 the @code{gnus-expire} mark properly, although other clients may allow
16706 you to view client specific flags on the message.  It also means that
16707 your server must support permanent storage of client specific flags on
16708 messages.  Most do, fortunately.
16709
16710 @table @code
16711
16712 @item nnmail-expiry-wait
16713 @item nnmail-expiry-wait-function
16714
16715 These variables are fully supported.  The expire value can be a
16716 number, the symbol @code{immediate} or @code{never}.
16717
16718 @item nnmail-expiry-target
16719
16720 This variable is supported, and internally implemented by calling the
16721 @code{nnmail} functions that handle this.  It contains an optimization
16722 that if the destination is a @acronym{IMAP} group on the same server, the
16723 article is copied instead of appended (that is, uploaded again).
16724
16725 @end table
16726
16727 @node Editing IMAP ACLs
16728 @subsection Editing IMAP ACLs
16729 @cindex editing imap acls
16730 @cindex Access Control Lists
16731 @cindex Editing @acronym{IMAP} ACLs
16732 @kindex G l (Group)
16733 @findex gnus-group-nnimap-edit-acl
16734
16735 ACL stands for Access Control List.  ACLs are used in @acronym{IMAP} for
16736 limiting (or enabling) other users access to your mail boxes.  Not all
16737 @acronym{IMAP} servers support this, this function will give an error if it
16738 doesn't.
16739
16740 To edit an ACL for a mailbox, type @kbd{G l}
16741 (@code{gnus-group-edit-nnimap-acl}) and you'll be presented with an ACL
16742 editing window with detailed instructions.
16743
16744 Some possible uses:
16745
16746 @itemize @bullet
16747 @item
16748 Giving ``anyone'' the ``lrs'' rights (lookup, read, keep seen/unseen flags)
16749 on your mailing list mailboxes enables other users on the same server to
16750 follow the list without subscribing to it.
16751 @item
16752 At least with the Cyrus server, you are required to give the user
16753 ``anyone'' posting ("p") capabilities to have ``plussing'' work (that is,
16754 mail sent to user+mailbox@@domain ending up in the @acronym{IMAP} mailbox
16755 INBOX.mailbox).
16756 @end itemize
16757
16758 @node Expunging mailboxes
16759 @subsection Expunging mailboxes
16760 @cindex expunging
16761
16762 @cindex expunge
16763 @cindex manual expunging
16764 @kindex G x (Group)
16765 @findex gnus-group-nnimap-expunge
16766
16767 If you're using the @code{never} setting of @code{nnimap-expunge-on-close},
16768 you may want the option of expunging all deleted articles in a mailbox
16769 manually.  This is exactly what @kbd{G x} does.
16770
16771 Currently there is no way of showing deleted articles, you can just
16772 delete them.
16773
16774 @node A note on namespaces
16775 @subsection A note on namespaces
16776 @cindex IMAP namespace
16777 @cindex namespaces
16778
16779 The @acronym{IMAP} protocol has a concept called namespaces, described
16780 by the following text in the RFC:
16781
16782 @display
16783 5.1.2.  Mailbox Namespace Naming Convention
16784
16785    By convention, the first hierarchical element of any mailbox name
16786    which begins with "#" identifies the "namespace" of the remainder of
16787    the name.  This makes it possible to disambiguate between different
16788    types of mailbox stores, each of which have their own namespaces.
16789
16790       For example, implementations which offer access to USENET
16791       newsgroups MAY use the "#news" namespace to partition the USENET
16792       newsgroup namespace from that of other mailboxes.  Thus, the
16793       comp.mail.misc newsgroup would have an mailbox name of
16794       "#news.comp.mail.misc", and the name "comp.mail.misc" could refer
16795       to a different object (e.g. a user's private mailbox).
16796 @end display
16797
16798 While there is nothing in this text that warrants concern for the
16799 @acronym{IMAP} implementation in Gnus, some servers use namespace
16800 prefixes in a way that does not work with how Gnus uses mailbox names.
16801
16802 Specifically, University of Washington's @acronym{IMAP} server uses
16803 mailbox names like @code{#driver.mbx/read-mail} which are valid only
16804 in the @sc{create} and @sc{append} commands.  After the mailbox is
16805 created (or a messages is appended to a mailbox), it must be accessed
16806 without the namespace prefix, i.e. @code{read-mail}.  Since Gnus do
16807 not make it possible for the user to guarantee that user entered
16808 mailbox names will only be used with the CREATE and APPEND commands,
16809 you should simply not use the namespace prefixed mailbox names in
16810 Gnus.
16811
16812 See the UoW IMAPD documentation for the @code{#driver.*/} prefix
16813 for more information on how to use the prefixes.  They are a power
16814 tool and should be used only if you are sure what the effects are.
16815
16816 @node Debugging IMAP
16817 @subsection Debugging IMAP
16818 @cindex IMAP debugging
16819 @cindex protocol dump (IMAP)
16820
16821 @acronym{IMAP} is a complex protocol, more so than @acronym{NNTP} or
16822 @acronym{POP3}.  Implementation bugs are not unlikely, and we do our
16823 best to fix them right away.  If you encounter odd behavior, chances
16824 are that either the server or Gnus is buggy.
16825
16826 If you are familiar with network protocols in general, you will
16827 probably be able to extract some clues from the protocol dump of the
16828 exchanges between Gnus and the server.  Even if you are not familiar
16829 with network protocols, when you include the protocol dump in
16830 @acronym{IMAP}-related bug reports you are helping us with data
16831 critical to solving the problem.  Therefore, we strongly encourage you
16832 to include the protocol dump when reporting IMAP bugs in Gnus.
16833
16834
16835 @vindex imap-log
16836 Because the protocol dump, when enabled, generates lots of data, it is
16837 disabled by default.  You can enable it by setting @code{imap-log} as
16838 follows:
16839
16840 @lisp
16841 (setq imap-log t)
16842 @end lisp
16843
16844 This instructs the @code{imap.el} package to log any exchanges with
16845 the server.  The log is stored in the buffer @samp{*imap-log*}.  Look
16846 for error messages, which sometimes are tagged with the keyword
16847 @code{BAD}---but when submitting a bug, make sure to include all the
16848 data.
16849
16850 @node Other Sources
16851 @section Other Sources
16852
16853 Gnus can do more than just read news or mail.  The methods described
16854 below allow Gnus to view directories and files as if they were
16855 newsgroups.
16856
16857 @menu
16858 * Directory Groups::            You can read a directory as if it was a newsgroup.
16859 * Anything Groups::             Dired?  Who needs dired?
16860 * Document Groups::             Single files can be the basis of a group.
16861 * SOUP::                        Reading @sc{soup} packets ``offline''.
16862 * Mail-To-News Gateways::       Posting articles via mail-to-news gateways.
16863 @end menu
16864
16865
16866 @node Directory Groups
16867 @subsection Directory Groups
16868 @cindex nndir
16869 @cindex directory groups
16870
16871 If you have a directory that has lots of articles in separate files in
16872 it, you might treat it as a newsgroup.  The files have to have numerical
16873 names, of course.
16874
16875 This might be an opportune moment to mention @code{ange-ftp} (and its
16876 successor @code{efs}), that most wonderful of all wonderful Emacs
16877 packages.  When I wrote @code{nndir}, I didn't think much about it---a
16878 back end to read directories.  Big deal.
16879
16880 @code{ange-ftp} changes that picture dramatically.  For instance, if you
16881 enter the @code{ange-ftp} file name
16882 @file{/ftp.hpc.uh.edu:/pub/emacs/ding-list/} as the directory name,
16883 @code{ange-ftp} or @code{efs} will actually allow you to read this
16884 directory over at @samp{sina} as a newsgroup.  Distributed news ahoy!
16885
16886 @code{nndir} will use @acronym{NOV} files if they are present.
16887
16888 @code{nndir} is a ``read-only'' back end---you can't delete or expire
16889 articles with this method.  You can use @code{nnmh} or @code{nnml} for
16890 whatever you use @code{nndir} for, so you could switch to any of those
16891 methods if you feel the need to have a non-read-only @code{nndir}.
16892
16893
16894 @node Anything Groups
16895 @subsection Anything Groups
16896 @cindex nneething
16897
16898 From the @code{nndir} back end (which reads a single spool-like
16899 directory), it's just a hop and a skip to @code{nneething}, which
16900 pretends that any arbitrary directory is a newsgroup.  Strange, but
16901 true.
16902
16903 When @code{nneething} is presented with a directory, it will scan this
16904 directory and assign article numbers to each file.  When you enter such
16905 a group, @code{nneething} must create ``headers'' that Gnus can use.
16906 After all, Gnus is a newsreader, in case you're forgetting.
16907 @code{nneething} does this in a two-step process.  First, it snoops each
16908 file in question.  If the file looks like an article (i.e., the first
16909 few lines look like headers), it will use this as the head.  If this is
16910 just some arbitrary file without a head (e.g. a C source file),
16911 @code{nneething} will cobble up a header out of thin air.  It will use
16912 file ownership, name and date and do whatever it can with these
16913 elements.
16914
16915 All this should happen automatically for you, and you will be presented
16916 with something that looks very much like a newsgroup.  Totally like a
16917 newsgroup, to be precise.  If you select an article, it will be displayed
16918 in the article buffer, just as usual.
16919
16920 If you select a line that represents a directory, Gnus will pop you into
16921 a new summary buffer for this @code{nneething} group.  And so on.  You can
16922 traverse the entire disk this way, if you feel like, but remember that
16923 Gnus is not dired, really, and does not intend to be, either.
16924
16925 There are two overall modes to this action---ephemeral or solid.  When
16926 doing the ephemeral thing (i.e., @kbd{G D} from the group buffer), Gnus
16927 will not store information on what files you have read, and what files
16928 are new, and so on.  If you create a solid @code{nneething} group the
16929 normal way with @kbd{G m}, Gnus will store a mapping table between
16930 article numbers and file names, and you can treat this group like any
16931 other groups.  When you activate a solid @code{nneething} group, you will
16932 be told how many unread articles it contains, etc., etc.
16933
16934 Some variables:
16935
16936 @table @code
16937 @item nneething-map-file-directory
16938 @vindex nneething-map-file-directory
16939 All the mapping files for solid @code{nneething} groups will be stored
16940 in this directory, which defaults to @file{~/.nneething/}.
16941
16942 @item nneething-exclude-files
16943 @vindex nneething-exclude-files
16944 All files that match this regexp will be ignored.  Nice to use to exclude
16945 auto-save files and the like, which is what it does by default.
16946
16947 @item nneething-include-files
16948 @vindex nneething-include-files
16949 Regexp saying what files to include in the group.  If this variable is
16950 non-@code{nil}, only files matching this regexp will be included.
16951
16952 @item nneething-map-file
16953 @vindex nneething-map-file
16954 Name of the map files.
16955 @end table
16956
16957
16958 @node Document Groups
16959 @subsection Document Groups
16960 @cindex nndoc
16961 @cindex documentation group
16962 @cindex help group
16963
16964 @code{nndoc} is a cute little thing that will let you read a single file
16965 as a newsgroup.  Several files types are supported:
16966
16967 @table @code
16968 @cindex Babyl
16969 @cindex Rmail mbox
16970
16971 @item babyl
16972 The Babyl (Rmail) mail box.
16973 @cindex mbox
16974 @cindex Unix mbox
16975
16976 @item mbox
16977 The standard Unix mbox file.
16978
16979 @cindex MMDF mail box
16980 @item mmdf
16981 The MMDF mail box format.
16982
16983 @item news
16984 Several news articles appended into a file.
16985
16986 @item rnews
16987 @cindex rnews batch files
16988 The rnews batch transport format.
16989 @cindex forwarded messages
16990
16991 @item forward
16992 Forwarded articles.
16993
16994 @item nsmail
16995 Netscape mail boxes.
16996
16997 @item mime-parts
16998 @acronym{MIME} multipart messages.
16999
17000 @item standard-digest
17001 The standard (RFC 1153) digest format.
17002
17003 @item mime-digest
17004 A @acronym{MIME} digest of messages.
17005
17006 @item lanl-gov-announce
17007 Announcement messages from LANL Gov Announce.
17008
17009 @item rfc822-forward
17010 A message forwarded according to RFC822.
17011
17012 @item outlook
17013 The Outlook mail box.
17014
17015 @item oe-dbx
17016 The Outlook Express dbx mail box.
17017
17018 @item exim-bounce
17019 A bounce message from the Exim MTA.
17020
17021 @item forward
17022 A message forwarded according to informal rules.
17023
17024 @item rfc934
17025 An RFC934-forwarded message.
17026
17027 @item mailman
17028 A mailman digest.
17029
17030 @item clari-briefs
17031 A digest of Clarinet brief news items.
17032
17033 @item slack-digest
17034 Non-standard digest format---matches most things, but does it badly.
17035
17036 @item mail-in-mail
17037 The last resort.
17038 @end table
17039
17040 You can also use the special ``file type'' @code{guess}, which means
17041 that @code{nndoc} will try to guess what file type it is looking at.
17042 @code{digest} means that @code{nndoc} should guess what digest type the
17043 file is.
17044
17045 @code{nndoc} will not try to change the file or insert any extra headers into
17046 it---it will simply, like, let you use the file as the basis for a
17047 group.  And that's it.
17048
17049 If you have some old archived articles that you want to insert into your
17050 new & spiffy Gnus mail back end, @code{nndoc} can probably help you with
17051 that.  Say you have an old @file{RMAIL} file with mail that you now want
17052 to split into your new @code{nnml} groups.  You look at that file using
17053 @code{nndoc} (using the @kbd{G f} command in the group buffer
17054 (@pxref{Foreign Groups})), set the process mark on all the articles in
17055 the buffer (@kbd{M P b}, for instance), and then re-spool (@kbd{B r})
17056 using @code{nnml}.  If all goes well, all the mail in the @file{RMAIL}
17057 file is now also stored in lots of @code{nnml} directories, and you can
17058 delete that pesky @file{RMAIL} file.  If you have the guts!
17059
17060 Virtual server variables:
17061
17062 @table @code
17063 @item nndoc-article-type
17064 @vindex nndoc-article-type
17065 This should be one of @code{mbox}, @code{babyl}, @code{digest},
17066 @code{news}, @code{rnews}, @code{mmdf}, @code{forward}, @code{rfc934},
17067 @code{rfc822-forward}, @code{mime-parts}, @code{standard-digest},
17068 @code{slack-digest}, @code{clari-briefs}, @code{nsmail}, @code{outlook},
17069 @code{oe-dbx}, @code{mailman}, and @code{mail-in-mail} or @code{guess}.
17070
17071 @item nndoc-post-type
17072 @vindex nndoc-post-type
17073 This variable says whether Gnus is to consider the group a news group or
17074 a mail group.  There are two valid values:  @code{mail} (the default)
17075 and @code{news}.
17076 @end table
17077
17078 @menu
17079 * Document Server Internals::   How to add your own document types.
17080 @end menu
17081
17082
17083 @node Document Server Internals
17084 @subsubsection Document Server Internals
17085
17086 Adding new document types to be recognized by @code{nndoc} isn't
17087 difficult.  You just have to whip up a definition of what the document
17088 looks like, write a predicate function to recognize that document type,
17089 and then hook into @code{nndoc}.
17090
17091 First, here's an example document type definition:
17092
17093 @example
17094 (mmdf
17095  (article-begin .  "^\^A\^A\^A\^A\n")
17096  (body-end .  "^\^A\^A\^A\^A\n"))
17097 @end example
17098
17099 The definition is simply a unique @dfn{name} followed by a series of
17100 regexp pseudo-variable settings.  Below are the possible
17101 variables---don't be daunted by the number of variables; most document
17102 types can be defined with very few settings:
17103
17104 @table @code
17105 @item first-article
17106 If present, @code{nndoc} will skip past all text until it finds
17107 something that match this regexp.  All text before this will be
17108 totally ignored.
17109
17110 @item article-begin
17111 This setting has to be present in all document type definitions.  It
17112 says what the beginning of each article looks like.
17113
17114 @item head-begin-function
17115 If present, this should be a function that moves point to the head of
17116 the article.
17117
17118 @item nndoc-head-begin
17119 If present, this should be a regexp that matches the head of the
17120 article.
17121
17122 @item nndoc-head-end
17123 This should match the end of the head of the article.  It defaults to
17124 @samp{^$}---the empty line.
17125
17126 @item body-begin-function
17127 If present, this function should move point to the beginning of the body
17128 of the article.
17129
17130 @item body-begin
17131 This should match the beginning of the body of the article.  It defaults
17132 to @samp{^\n}.
17133
17134 @item body-end-function
17135 If present, this function should move point to the end of the body of
17136 the article.
17137
17138 @item body-end
17139 If present, this should match the end of the body of the article.
17140
17141 @item file-end
17142 If present, this should match the end of the file.  All text after this
17143 regexp will be totally ignored.
17144
17145 @end table
17146
17147 So, using these variables @code{nndoc} is able to dissect a document
17148 file into a series of articles, each with a head and a body.  However, a
17149 few more variables are needed since not all document types are all that
17150 news-like---variables needed to transform the head or the body into
17151 something that's palatable for Gnus:
17152
17153 @table @code
17154 @item prepare-body-function
17155 If present, this function will be called when requesting an article.  It
17156 will be called with point at the start of the body, and is useful if the
17157 document has encoded some parts of its contents.
17158
17159 @item article-transform-function
17160 If present, this function is called when requesting an article.  It's
17161 meant to be used for more wide-ranging transformation of both head and
17162 body of the article.
17163
17164 @item generate-head-function
17165 If present, this function is called to generate a head that Gnus can
17166 understand.  It is called with the article number as a parameter, and is
17167 expected to generate a nice head for the article in question.  It is
17168 called when requesting the headers of all articles.
17169
17170 @end table
17171
17172 Let's look at the most complicated example I can come up with---standard
17173 digests:
17174
17175 @example
17176 (standard-digest
17177  (first-article . ,(concat "^" (make-string 70 ?-) "\n\n+"))
17178  (article-begin . ,(concat "\n\n" (make-string 30 ?-) "\n\n+"))
17179  (prepare-body-function . nndoc-unquote-dashes)
17180  (body-end-function . nndoc-digest-body-end)
17181  (head-end . "^ ?$")
17182  (body-begin . "^ ?\n")
17183  (file-end . "^End of .*digest.*[0-9].*\n\\*\\*\\|^End of.*Digest *$")
17184  (subtype digest guess))
17185 @end example
17186
17187 We see that all text before a 70-width line of dashes is ignored; all
17188 text after a line that starts with that @samp{^End of} is also ignored;
17189 each article begins with a 30-width line of dashes; the line separating
17190 the head from the body may contain a single space; and that the body is
17191 run through @code{nndoc-unquote-dashes} before being delivered.
17192
17193 To hook your own document definition into @code{nndoc}, use the
17194 @code{nndoc-add-type} function.  It takes two parameters---the first
17195 is the definition itself and the second (optional) parameter says
17196 where in the document type definition alist to put this definition.
17197 The alist is traversed sequentially, and
17198 @code{nndoc-@var{type}-type-p} is called for a given type @var{type}.
17199 So @code{nndoc-mmdf-type-p} is called to see whether a document is of
17200 @code{mmdf} type, and so on.  These type predicates should return
17201 @code{nil} if the document is not of the correct type; @code{t} if it
17202 is of the correct type; and a number if the document might be of the
17203 correct type.  A high number means high probability; a low number
17204 means low probability with @samp{0} being the lowest valid number.
17205
17206
17207 @node SOUP
17208 @subsection SOUP
17209 @cindex SOUP
17210 @cindex offline
17211
17212 In the PC world people often talk about ``offline'' newsreaders.  These
17213 are thingies that are combined reader/news transport monstrosities.
17214 With built-in modem programs.  Yecchh!
17215
17216 Of course, us Unix Weenie types of human beans use things like
17217 @code{uucp} and, like, @code{nntpd} and set up proper news and mail
17218 transport things like Ghod intended.  And then we just use normal
17219 newsreaders.
17220
17221 However, it can sometimes be convenient to do something that's a bit
17222 easier on the brain if you have a very slow modem, and you're not really
17223 that interested in doing things properly.
17224
17225 A file format called @sc{soup} has been developed for transporting news
17226 and mail from servers to home machines and back again.  It can be a bit
17227 fiddly.
17228
17229 First some terminology:
17230
17231 @table @dfn
17232
17233 @item server
17234 This is the machine that is connected to the outside world and where you
17235 get news and/or mail from.
17236
17237 @item home machine
17238 This is the machine that you want to do the actual reading and responding
17239 on.  It is typically not connected to the rest of the world in any way.
17240
17241 @item packet
17242 Something that contains messages and/or commands.  There are two kinds
17243 of packets:
17244
17245 @table @dfn
17246 @item message packets
17247 These are packets made at the server, and typically contain lots of
17248 messages for you to read.  These are called @file{SoupoutX.tgz} by
17249 default, where @var{x} is a number.
17250
17251 @item response packets
17252 These are packets made at the home machine, and typically contains
17253 replies that you've written.  These are called @file{SoupinX.tgz} by
17254 default, where @var{x} is a number.
17255
17256 @end table
17257
17258 @end table
17259
17260
17261 @enumerate
17262
17263 @item
17264 You log in on the server and create a @sc{soup} packet.  You can either
17265 use a dedicated @sc{soup} thingie (like the @code{awk} program), or you
17266 can use Gnus to create the packet with its @sc{soup} commands (@kbd{O
17267 s} and/or @kbd{G s b}; and then @kbd{G s p}) (@pxref{SOUP Commands}).
17268
17269 @item
17270 You transfer the packet home.  Rail, boat, car or modem will do fine.
17271
17272 @item
17273 You put the packet in your home directory.
17274
17275 @item
17276 You fire up Gnus on your home machine using the @code{nnsoup} back end as
17277 the native or secondary server.
17278
17279 @item
17280 You read articles and mail and answer and followup to the things you
17281 want (@pxref{SOUP Replies}).
17282
17283 @item
17284 You do the @kbd{G s r} command to pack these replies into a @sc{soup}
17285 packet.
17286
17287 @item
17288 You transfer this packet to the server.
17289
17290 @item
17291 You use Gnus to mail this packet out with the @kbd{G s s} command.
17292
17293 @item
17294 You then repeat until you die.
17295
17296 @end enumerate
17297
17298 So you basically have a bipartite system---you use @code{nnsoup} for
17299 reading and Gnus for packing/sending these @sc{soup} packets.
17300
17301 @menu
17302 * SOUP Commands::               Commands for creating and sending @sc{soup} packets
17303 * SOUP Groups::                 A back end for reading @sc{soup} packets.
17304 * SOUP Replies::                How to enable @code{nnsoup} to take over mail and news.
17305 @end menu
17306
17307
17308 @node SOUP Commands
17309 @subsubsection SOUP Commands
17310
17311 These are commands for creating and manipulating @sc{soup} packets.
17312
17313 @table @kbd
17314 @item G s b
17315 @kindex G s b (Group)
17316 @findex gnus-group-brew-soup
17317 Pack all unread articles in the current group
17318 (@code{gnus-group-brew-soup}).  This command understands the
17319 process/prefix convention.
17320
17321 @item G s w
17322 @kindex G s w (Group)
17323 @findex gnus-soup-save-areas
17324 Save all @sc{soup} data files (@code{gnus-soup-save-areas}).
17325
17326 @item G s s
17327 @kindex G s s (Group)
17328 @findex gnus-soup-send-replies
17329 Send all replies from the replies packet
17330 (@code{gnus-soup-send-replies}).
17331
17332 @item G s p
17333 @kindex G s p (Group)
17334 @findex gnus-soup-pack-packet
17335 Pack all files into a @sc{soup} packet (@code{gnus-soup-pack-packet}).
17336
17337 @item G s r
17338 @kindex G s r (Group)
17339 @findex nnsoup-pack-replies
17340 Pack all replies into a replies packet (@code{nnsoup-pack-replies}).
17341
17342 @item O s
17343 @kindex O s (Summary)
17344 @findex gnus-soup-add-article
17345 This summary-mode command adds the current article to a @sc{soup} packet
17346 (@code{gnus-soup-add-article}).  It understands the process/prefix
17347 convention (@pxref{Process/Prefix}).
17348
17349 @end table
17350
17351
17352 There are a few variables to customize where Gnus will put all these
17353 thingies:
17354
17355 @table @code
17356
17357 @item gnus-soup-directory
17358 @vindex gnus-soup-directory
17359 Directory where Gnus will save intermediate files while composing
17360 @sc{soup} packets.  The default is @file{~/SoupBrew/}.
17361
17362 @item gnus-soup-replies-directory
17363 @vindex gnus-soup-replies-directory
17364 This is what Gnus will use as a temporary directory while sending our
17365 reply packets.  @file{~/SoupBrew/SoupReplies/} is the default.
17366
17367 @item gnus-soup-prefix-file
17368 @vindex gnus-soup-prefix-file
17369 Name of the file where Gnus stores the last used prefix.  The default is
17370 @samp{gnus-prefix}.
17371
17372 @item gnus-soup-packer
17373 @vindex gnus-soup-packer
17374 A format string command for packing a @sc{soup} packet.  The default is
17375 @samp{tar cf - %s | gzip > $HOME/Soupout%d.tgz}.
17376
17377 @item gnus-soup-unpacker
17378 @vindex gnus-soup-unpacker
17379 Format string command for unpacking a @sc{soup} packet.  The default is
17380 @samp{gunzip -c %s | tar xvf -}.
17381
17382 @item gnus-soup-packet-directory
17383 @vindex gnus-soup-packet-directory
17384 Where Gnus will look for reply packets.  The default is @file{~/}.
17385
17386 @item gnus-soup-packet-regexp
17387 @vindex gnus-soup-packet-regexp
17388 Regular expression matching @sc{soup} reply packets in
17389 @code{gnus-soup-packet-directory}.
17390
17391 @end table
17392
17393
17394 @node SOUP Groups
17395 @subsubsection SOUP Groups
17396 @cindex nnsoup
17397
17398 @code{nnsoup} is the back end for reading @sc{soup} packets.  It will
17399 read incoming packets, unpack them, and put them in a directory where
17400 you can read them at leisure.
17401
17402 These are the variables you can use to customize its behavior:
17403
17404 @table @code
17405
17406 @item nnsoup-tmp-directory
17407 @vindex nnsoup-tmp-directory
17408 When @code{nnsoup} unpacks a @sc{soup} packet, it does it in this
17409 directory.  (@file{/tmp/} by default.)
17410
17411 @item nnsoup-directory
17412 @vindex nnsoup-directory
17413 @code{nnsoup} then moves each message and index file to this directory.
17414 The default is @file{~/SOUP/}.
17415
17416 @item nnsoup-replies-directory
17417 @vindex nnsoup-replies-directory
17418 All replies will be stored in this directory before being packed into a
17419 reply packet.  The default is @file{~/SOUP/replies/}.
17420
17421 @item nnsoup-replies-format-type
17422 @vindex nnsoup-replies-format-type
17423 The @sc{soup} format of the replies packets.  The default is @samp{?n}
17424 (rnews), and I don't think you should touch that variable.  I probably
17425 shouldn't even have documented it.  Drats!  Too late!
17426
17427 @item nnsoup-replies-index-type
17428 @vindex nnsoup-replies-index-type
17429 The index type of the replies packet.  The default is @samp{?n}, which
17430 means ``none''.  Don't fiddle with this one either!
17431
17432 @item nnsoup-active-file
17433 @vindex nnsoup-active-file
17434 Where @code{nnsoup} stores lots of information.  This is not an ``active
17435 file'' in the @code{nntp} sense; it's an Emacs Lisp file.  If you lose
17436 this file or mess it up in any way, you're dead.  The default is
17437 @file{~/SOUP/active}.
17438
17439 @item nnsoup-packer
17440 @vindex nnsoup-packer
17441 Format string command for packing a reply @sc{soup} packet.  The default
17442 is @samp{tar cf - %s | gzip > $HOME/Soupin%d.tgz}.
17443
17444 @item nnsoup-unpacker
17445 @vindex nnsoup-unpacker
17446 Format string command for unpacking incoming @sc{soup} packets.  The
17447 default is @samp{gunzip -c %s | tar xvf -}.
17448
17449 @item nnsoup-packet-directory
17450 @vindex nnsoup-packet-directory
17451 Where @code{nnsoup} will look for incoming packets.  The default is
17452 @file{~/}.
17453
17454 @item nnsoup-packet-regexp
17455 @vindex nnsoup-packet-regexp
17456 Regular expression matching incoming @sc{soup} packets.  The default is
17457 @samp{Soupout}.
17458
17459 @item nnsoup-always-save
17460 @vindex nnsoup-always-save
17461 If non-@code{nil}, save the replies buffer after each posted message.
17462
17463 @end table
17464
17465
17466 @node SOUP Replies
17467 @subsubsection SOUP Replies
17468
17469 Just using @code{nnsoup} won't mean that your postings and mailings end
17470 up in @sc{soup} reply packets automagically.  You have to work a bit
17471 more for that to happen.
17472
17473 @findex nnsoup-set-variables
17474 The @code{nnsoup-set-variables} command will set the appropriate
17475 variables to ensure that all your followups and replies end up in the
17476 @sc{soup} system.
17477
17478 In specific, this is what it does:
17479
17480 @lisp
17481 (setq message-send-news-function 'nnsoup-request-post)
17482 (setq message-send-mail-function 'nnsoup-request-mail)
17483 @end lisp
17484
17485 And that's it, really.  If you only want news to go into the @sc{soup}
17486 system you just use the first line.  If you only want mail to be
17487 @sc{soup}ed you use the second.
17488
17489
17490 @node Mail-To-News Gateways
17491 @subsection Mail-To-News Gateways
17492 @cindex mail-to-news gateways
17493 @cindex gateways
17494
17495 If your local @code{nntp} server doesn't allow posting, for some reason
17496 or other, you can post using one of the numerous mail-to-news gateways.
17497 The @code{nngateway} back end provides the interface.
17498
17499 Note that you can't read anything from this back end---it can only be
17500 used to post with.
17501
17502 Server variables:
17503
17504 @table @code
17505 @item nngateway-address
17506 @vindex nngateway-address
17507 This is the address of the mail-to-news gateway.
17508
17509 @item nngateway-header-transformation
17510 @vindex nngateway-header-transformation
17511 News headers often have to be transformed in some odd way or other
17512 for the mail-to-news gateway to accept it.  This variable says what
17513 transformation should be called, and defaults to
17514 @code{nngateway-simple-header-transformation}.  The function is called
17515 narrowed to the headers to be transformed and with one parameter---the
17516 gateway address.
17517
17518 This default function just inserts a new @code{To} header based on the
17519 @code{Newsgroups} header and the gateway address.
17520 For instance, an article with this @code{Newsgroups} header:
17521
17522 @example
17523 Newsgroups: alt.religion.emacs
17524 @end example
17525
17526 will get this @code{To} header inserted:
17527
17528 @example
17529 To: alt-religion-emacs@@GATEWAY
17530 @end example
17531
17532 The following pre-defined functions exist:
17533
17534 @findex nngateway-simple-header-transformation
17535 @table @code
17536
17537 @item nngateway-simple-header-transformation
17538 Creates a @code{To} header that looks like
17539 @var{newsgroup}@@@code{nngateway-address}.
17540
17541 @findex nngateway-mail2news-header-transformation
17542
17543 @item nngateway-mail2news-header-transformation
17544 Creates a @code{To} header that looks like
17545 @code{nngateway-address}.
17546 @end table
17547
17548 @end table
17549
17550 Here's an example:
17551
17552 @lisp
17553 (setq gnus-post-method
17554       '(nngateway
17555         "mail2news@@replay.com"
17556         (nngateway-header-transformation
17557          nngateway-mail2news-header-transformation)))
17558 @end lisp
17559
17560 So, to use this, simply say something like:
17561
17562 @lisp
17563 (setq gnus-post-method '(nngateway "GATEWAY.ADDRESS"))
17564 @end lisp
17565
17566
17567
17568 @node Combined Groups
17569 @section Combined Groups
17570
17571 Gnus allows combining a mixture of all the other group types into bigger
17572 groups.
17573
17574 @menu
17575 * Virtual Groups::              Combining articles from many groups.
17576 * Kibozed Groups::              Looking through parts of the newsfeed for articles.
17577 @end menu
17578
17579
17580 @node Virtual Groups
17581 @subsection Virtual Groups
17582 @cindex nnvirtual
17583 @cindex virtual groups
17584 @cindex merging groups
17585
17586 An @dfn{nnvirtual group} is really nothing more than a collection of
17587 other groups.
17588
17589 For instance, if you are tired of reading many small groups, you can
17590 put them all in one big group, and then grow tired of reading one
17591 big, unwieldy group.  The joys of computing!
17592
17593 You specify @code{nnvirtual} as the method.  The address should be a
17594 regexp to match component groups.
17595
17596 All marks in the virtual group will stick to the articles in the
17597 component groups.  So if you tick an article in a virtual group, the
17598 article will also be ticked in the component group from whence it
17599 came.  (And vice versa---marks from the component groups will also be
17600 shown in the virtual group.).  To create an empty virtual group, run
17601 @kbd{G V} (@code{gnus-group-make-empty-virtual}) in the group buffer
17602 and edit the method regexp with @kbd{M-e}
17603 (@code{gnus-group-edit-group-method})
17604
17605 Here's an example @code{nnvirtual} method that collects all Andrea Dworkin
17606 newsgroups into one, big, happy newsgroup:
17607
17608 @lisp
17609 (nnvirtual "^alt\\.fan\\.andrea-dworkin$\\|^rec\\.dworkin.*")
17610 @end lisp
17611
17612 The component groups can be native or foreign; everything should work
17613 smoothly, but if your computer explodes, it was probably my fault.
17614
17615 Collecting the same group from several servers might actually be a good
17616 idea if users have set the Distribution header to limit distribution.
17617 If you would like to read @samp{soc.motss} both from a server in Japan
17618 and a server in Norway, you could use the following as the group regexp:
17619
17620 @example
17621 "^nntp\\+server\\.jp:soc\\.motss$\\|^nntp\\+server\\.no:soc\\.motss$"
17622 @end example
17623
17624 (Remember, though, that if you're creating the group with @kbd{G m}, you
17625 shouldn't double the backslashes, and you should leave off the quote
17626 characters at the beginning and the end of the string.)
17627
17628 This should work kinda smoothly---all articles from both groups should
17629 end up in this one, and there should be no duplicates.  Threading (and
17630 the rest) will still work as usual, but there might be problems with the
17631 sequence of articles.  Sorting on date might be an option here
17632 (@pxref{Selecting a Group}).
17633
17634 One limitation, however---all groups included in a virtual
17635 group have to be alive (i.e., subscribed or unsubscribed).  Killed or
17636 zombie groups can't be component groups for @code{nnvirtual} groups.
17637
17638 @vindex nnvirtual-always-rescan
17639 If the @code{nnvirtual-always-rescan} is non-@code{nil},
17640 @code{nnvirtual} will always scan groups for unread articles when
17641 entering a virtual group.  If this variable is @code{nil} (which is the
17642 default) and you read articles in a component group after the virtual
17643 group has been activated, the read articles from the component group
17644 will show up when you enter the virtual group.  You'll also see this
17645 effect if you have two virtual groups that have a component group in
17646 common.  If that's the case, you should set this variable to @code{t}.
17647 Or you can just tap @code{M-g} on the virtual group every time before
17648 you enter it---it'll have much the same effect.
17649
17650 @code{nnvirtual} can have both mail and news groups as component groups.
17651 When responding to articles in @code{nnvirtual} groups, @code{nnvirtual}
17652 has to ask the back end of the component group the article comes from
17653 whether it is a news or mail back end.  However, when you do a @kbd{^},
17654 there is typically no sure way for the component back end to know this,
17655 and in that case @code{nnvirtual} tells Gnus that the article came from a
17656 not-news back end.  (Just to be on the safe side.)
17657
17658 @kbd{C-c C-n} in the message buffer will insert the @code{Newsgroups}
17659 line from the article you respond to in these cases.
17660
17661 @code{nnvirtual} groups do not inherit anything but articles and marks
17662 from component groups---group parameters, for instance, are not
17663 inherited.
17664
17665
17666 @node Kibozed Groups
17667 @subsection Kibozed Groups
17668 @cindex nnkiboze
17669 @cindex kibozing
17670
17671 @dfn{Kibozing} is defined by the @acronym{OED} as ``grepping through
17672 (parts of) the news feed''.  @code{nnkiboze} is a back end that will
17673 do this for you.  Oh joy!  Now you can grind any @acronym{NNTP} server
17674 down to a halt with useless requests!  Oh happiness!
17675
17676 @kindex G k (Group)
17677 To create a kibozed group, use the @kbd{G k} command in the group
17678 buffer.
17679
17680 The address field of the @code{nnkiboze} method is, as with
17681 @code{nnvirtual}, a regexp to match groups to be ``included'' in the
17682 @code{nnkiboze} group.  That's where most similarities between
17683 @code{nnkiboze} and @code{nnvirtual} end.
17684
17685 In addition to this regexp detailing component groups, an
17686 @code{nnkiboze} group must have a score file to say what articles are
17687 to be included in the group (@pxref{Scoring}).
17688
17689 @kindex M-x nnkiboze-generate-groups
17690 @findex nnkiboze-generate-groups
17691 You must run @kbd{M-x nnkiboze-generate-groups} after creating the
17692 @code{nnkiboze} groups you want to have.  This command will take time.
17693 Lots of time.  Oodles and oodles of time.  Gnus has to fetch the
17694 headers from all the articles in all the component groups and run them
17695 through the scoring process to determine if there are any articles in
17696 the groups that are to be part of the @code{nnkiboze} groups.
17697
17698 Please limit the number of component groups by using restrictive
17699 regexps.  Otherwise your sysadmin may become annoyed with you, and the
17700 @acronym{NNTP} site may throw you off and never let you back in again.
17701 Stranger things have happened.
17702
17703 @code{nnkiboze} component groups do not have to be alive---they can be dead,
17704 and they can be foreign.  No restrictions.
17705
17706 @vindex nnkiboze-directory
17707 The generation of an @code{nnkiboze} group means writing two files in
17708 @code{nnkiboze-directory}, which is @file{~/News/kiboze/} by default.
17709 One contains the @acronym{NOV} header lines for all the articles in
17710 the group, and the other is an additional @file{.newsrc} file to store
17711 information on what groups have been searched through to find
17712 component articles.
17713
17714 Articles marked as read in the @code{nnkiboze} group will have
17715 their @acronym{NOV} lines removed from the @acronym{NOV} file.
17716
17717
17718 @node Email Based Diary
17719 @section Email Based Diary
17720 @cindex diary
17721 @cindex email based diary
17722 @cindex calendar
17723
17724 This section describes a special mail back end called @code{nndiary},
17725 and its companion library @code{gnus-diary}.  It is ``special'' in the
17726 sense that it is not meant to be one of the standard alternatives for
17727 reading mail with Gnus.  See @ref{Choosing a Mail Back End} for that.
17728 Instead, it is used to treat @emph{some} of your mails in a special way,
17729 namely, as event reminders.
17730
17731 Here is a typical scenario:
17732
17733 @itemize @bullet
17734 @item
17735 You've got a date with Andy Mc Dowell or Bruce Willis (select according
17736 to your sexual preference) in one month.  You don't want to forget it.
17737 @item
17738 So you send a ``reminder'' message (actually, a diary one) to yourself.
17739 @item
17740 You forget all about it and keep on getting and reading new mail, as usual.
17741 @item
17742 From time to time, as you type `g' in the group buffer and as the date
17743 is getting closer, the message will pop up again to remind you of your
17744 appointment, just as if it were new and unread.
17745 @item
17746 Read your ``new'' messages, this one included, and start dreaming again
17747 of the night you're gonna have.
17748 @item
17749 Once the date is over (you actually fell asleep just after dinner), the
17750 message will be automatically deleted if it is marked as expirable.
17751 @end itemize
17752
17753 The Gnus Diary back end has the ability to handle regular appointments
17754 (that wouldn't ever be deleted) as well as punctual ones, operates as a
17755 real mail back end and is configurable in many ways.  All of this is
17756 explained in the sections below.
17757
17758 @menu
17759 * The NNDiary Back End::        Basic setup and usage.
17760 * The Gnus Diary Library::      Utility toolkit on top of nndiary.
17761 * Sending or Not Sending::      A final note on sending diary messages.
17762 @end menu
17763
17764
17765 @node The NNDiary Back End
17766 @subsection The NNDiary Back End
17767 @cindex nndiary
17768 @cindex the nndiary back end
17769
17770 @code{nndiary} is a back end very similar to @code{nnml} (@pxref{Mail
17771 Spool}).  Actually, it could appear as a mix of @code{nnml} and
17772 @code{nndraft}.  If you know @code{nnml}, you're already familiar with
17773 the message storing scheme of @code{nndiary}: one file per message, one
17774 directory per group.
17775
17776   Before anything, there is one requirement to be able to run
17777 @code{nndiary} properly: you @emph{must} use the group timestamp feature
17778 of Gnus.  This adds a timestamp to each group's parameters.  @ref{Group
17779 Timestamp} to see how it's done.
17780
17781 @menu
17782 * Diary Messages::              What makes a message valid for nndiary.
17783 * Running NNDiary::             NNDiary has two modes of operation.
17784 * Customizing NNDiary::         Bells and whistles.
17785 @end menu
17786
17787 @node Diary Messages
17788 @subsubsection Diary Messages
17789 @cindex nndiary messages
17790 @cindex nndiary mails
17791
17792 @code{nndiary} messages are just normal ones, except for the mandatory
17793 presence of 7 special headers.  These headers are of the form
17794 @code{X-Diary-<something>}, @code{<something>} being one of
17795 @code{Minute}, @code{Hour}, @code{Dom}, @code{Month}, @code{Year},
17796 @code{Time-Zone} and @code{Dow}.  @code{Dom} means ``Day of Month'', and
17797 @code{dow} means ``Day of Week''.  These headers actually behave like
17798 crontab specifications and define the event date(s):
17799
17800 @itemize @bullet
17801 @item
17802 For all headers except the @code{Time-Zone} one, a header value is
17803 either a star (meaning all possible values), or a list of fields
17804 (separated by a comma).
17805 @item
17806 A field is either an integer, or a range.
17807 @item
17808 A range is two integers separated by a dash.
17809 @item
17810 Possible integer values are 0--59 for @code{Minute}, 0--23 for
17811 @code{Hour}, 1--31 for @code{Dom}, 1--12 for @code{Month}, above 1971
17812 for @code{Year} and 0--6 for @code{Dow} (0 meaning Sunday).
17813 @item
17814 As a special case, a star in either @code{Dom} or @code{Dow} doesn't
17815 mean ``all possible values'', but ``use only the other field''.  Note
17816 that if both are star'ed, the use of either one gives the same result.
17817 @item
17818 The @code{Time-Zone} header is special in that it can only have one
17819 value (@code{GMT}, for instance).  A star doesn't mean ``all possible
17820 values'' (because it makes no sense), but ``the current local time
17821 zone''.  Most of the time, you'll be using a star here.  However, for a
17822 list of available time zone values, see the variable
17823 @code{nndiary-headers}.
17824 @end itemize
17825
17826 As a concrete example, here are the diary headers to add to your message
17827 for specifying ``Each Monday and each 1st of month, at 12:00, 20:00,
17828 21:00, 22:00, 23:00 and 24:00, from 1999 to 2010'' (I'll let you find
17829 what to do then):
17830
17831 @example
17832 X-Diary-Minute: 0
17833 X-Diary-Hour: 12, 20-24
17834 X-Diary-Dom: 1
17835 X-Diary-Month: *
17836 X-Diary-Year: 1999-2010
17837 X-Diary-Dow: 1
17838 X-Diary-Time-Zone: *
17839 @end example
17840
17841 @node Running NNDiary
17842 @subsubsection Running NNDiary
17843 @cindex running nndiary
17844 @cindex nndiary operation modes
17845
17846 @code{nndiary} has two modes of operation: ``traditional'' (the default)
17847 and ``autonomous''.  In traditional mode, @code{nndiary} does not get new
17848 mail by itself.  You have to move (@kbd{B m}) or copy (@kbd{B c}) mails
17849 from your primary mail back end to nndiary groups in order to handle them
17850 as diary messages.  In autonomous mode, @code{nndiary} retrieves its own
17851 mail and handles it independently from your primary mail back end.
17852
17853 One should note that Gnus is not inherently designed to allow several
17854 ``master'' mail back ends at the same time.  However, this does make
17855 sense with @code{nndiary}: you really want to send and receive diary
17856 messages to your diary groups directly.  So, @code{nndiary} supports
17857 being sort of a ``second primary mail back end'' (to my knowledge, it is
17858 the only back end offering this feature).  However, there is a limitation
17859 (which I hope to fix some day): respooling doesn't work in autonomous
17860 mode.
17861
17862 In order to use @code{nndiary} in autonomous mode, you have several
17863 things to do:
17864
17865 @itemize @bullet
17866 @item
17867 Allow @code{nndiary} to retrieve new mail by itself.  Put the following
17868 line in your @file{gnusrc} file:
17869
17870 @lisp
17871 (setq nndiary-get-new-mail t)
17872 @end lisp
17873 @item
17874 You must arrange for diary messages (those containing @code{X-Diary-*}
17875 headers) to be split in a private folder @emph{before} Gnus treat them.
17876 Again, this is needed because Gnus cannot (yet ?) properly handle
17877 multiple primary mail back ends.  Getting those messages from a separate
17878 source will compensate this misfeature to some extent.
17879
17880 As an example, here's my procmailrc entry to store diary files in
17881 @file{~/.nndiary} (the default @code{nndiary} mail source file):
17882
17883 @example
17884 :0 HD :
17885 * ^X-Diary
17886 .nndiary
17887 @end example
17888 @end itemize
17889
17890 Once this is done, you might want to customize the following two options
17891 that affect the diary mail retrieval and splitting processes:
17892
17893 @defvar nndiary-mail-sources
17894 This is the diary-specific replacement for the standard
17895 @code{mail-sources} variable.  It obeys the same syntax, and defaults to
17896 @code{(file :path "~/.nndiary")}.
17897 @end defvar
17898
17899 @defvar nndiary-split-methods
17900 This is the diary-specific replacement for the standard
17901 @code{nnmail-split-methods} variable.  It obeys the same syntax.
17902 @end defvar
17903
17904   Finally, you may add a permanent @code{nndiary} virtual server
17905 (something like @code{(nndiary "diary")} should do) to your
17906 @code{gnus-secondary-select-methods}.
17907
17908   Hopefully, almost everything (see the TODO section in
17909 @file{nndiary.el}) will work as expected when you restart Gnus: in
17910 autonomous mode, typing @kbd{g} and @kbd{M-g} in the group buffer, will
17911 also get your new diary mails and split them according to your
17912 diary-specific rules, @kbd{F} will find your new diary groups etc.
17913
17914 @node Customizing NNDiary
17915 @subsubsection Customizing NNDiary
17916 @cindex customizing nndiary
17917 @cindex nndiary customization
17918
17919 Now that @code{nndiary} is up and running, it's time to customize it.
17920 The custom group is called @code{nndiary} (no, really ?!).  You should
17921 browse it to figure out which options you'd like to tweak.  The following
17922 two variables are probably the only ones you will want to change:
17923
17924 @defvar nndiary-reminders
17925 This is the list of times when you want to be reminded of your
17926 appointements (e.g. 3 weeks before, then 2 days before, then 1 hour
17927 before and that's it).  Remember that ``being reminded'' means that the
17928 diary message will pop up as brand new and unread again when you get new
17929 mail.
17930 @end defvar
17931
17932 @defvar nndiary-week-starts-on-monday
17933 Rather self-explanatory.  Otherwise, Sunday is assumed (this is the
17934 default).
17935 @end defvar
17936
17937
17938 @node The Gnus Diary Library
17939 @subsection The Gnus Diary Library
17940 @cindex gnus-diary
17941 @cindex the gnus diary library
17942
17943 Using @code{nndiary} manually (I mean, writing the headers by hand and
17944 so on) would be rather boring.  Fortunately, there is a library called
17945 @code{gnus-diary} written on top of @code{nndiary}, that does many
17946 useful things for you.
17947
17948   In order to use it, add the following line to your @file{gnusrc} file:
17949
17950 @lisp
17951 (require 'gnus-diary)
17952 @end lisp
17953
17954   Also, you shouldn't use any @code{gnus-user-format-function-[d|D]}
17955 (@pxref{Summary Buffer Lines}).  @code{gnus-diary} provides both of these
17956 (sorry if you used them before).
17957
17958
17959 @menu
17960 * Diary Summary Line Format::           A nicer summary buffer line format.
17961 * Diary Articles Sorting::              A nicer way to sort messages.
17962 * Diary Headers Generation::            Not doing it manually.
17963 * Diary Group Parameters::              Not handling them manually.
17964 @end menu
17965
17966 @node Diary Summary Line Format
17967 @subsubsection Diary Summary Line Format
17968 @cindex diary summary buffer line
17969 @cindex diary summary line format
17970
17971 Displaying diary messages in standard summary line format (usually
17972 something like @samp{From Joe: Subject}) is pretty useless.  Most of
17973 the time, you're the one who wrote the message, and you mostly want to
17974 see the event's date.
17975
17976   @code{gnus-diary} provides two supplemental user formats to be used in
17977 summary line formats.  @code{D} corresponds to a formatted time string
17978 for the next occurrence of the event (e.g. ``Sat, Sep 22 01, 12:00''),
17979 while @code{d} corresponds to an approximative remaining time until the
17980 next occurrence of the event (e.g. ``in 6 months, 1 week'').
17981
17982   For example, here's how Joe's birthday is displayed in my
17983 @code{nndiary+diary:birthdays} summary buffer (note that the message is
17984 expirable, but will never be deleted, as it specifies a periodic event):
17985
17986 @example
17987    E  Sat, Sep 22 01, 12:00: Joe's birthday (in 6 months, 1 week)
17988 @end example
17989
17990 In order to get something like the above, you would normally add the
17991 following line to your diary groups'parameters:
17992
17993 @lisp
17994 (gnus-summary-line-format "%U%R%z %uD: %(%s%) (%ud)\n")
17995 @end lisp
17996
17997 However, @code{gnus-diary} does it automatically (@pxref{Diary Group
17998 Parameters}).  You can however customize the provided summary line format
17999 with the following user options:
18000
18001 @defvar gnus-diary-summary-line-format
18002 Defines the summary line format used for diary groups (@pxref{Summary
18003 Buffer Lines}).  @code{gnus-diary} uses it to automatically update the
18004 diary groups'parameters.
18005 @end defvar
18006
18007 @defvar gnus-diary-time-format
18008 Defines the format to display dates in diary summary buffers.  This is
18009 used by the @code{D} user format.  See the docstring for details.
18010 @end defvar
18011
18012 @defvar gnus-diary-delay-format-function
18013 Defines the format function to use for displaying delays (remaining
18014 times) in diary summary buffers.  This is used by the @code{d} user
18015 format.  There are currently built-in functions for English and French;
18016 you can also define your own.  See the docstring for details.
18017 @end defvar
18018
18019 @node Diary Articles Sorting
18020 @subsubsection Diary Articles Sorting
18021 @cindex diary articles sorting
18022 @cindex diary summary lines sorting
18023 @findex gnus-summary-sort-by-schedule
18024 @findex gnus-thread-sort-by-schedule
18025 @findex gnus-article-sort-by-schedule
18026
18027 @code{gnus-diary} provides new sorting functions (@pxref{Sorting the
18028 Summary Buffer} ) called @code{gnus-summary-sort-by-schedule},
18029 @code{gnus-thread-sort-by-schedule} and
18030 @code{gnus-article-sort-by-schedule}.  These functions let you organize
18031 your diary summary buffers from the closest event to the farthest one.
18032
18033 @code{gnus-diary} automatically installs
18034 @code{gnus-summary-sort-by-schedule} as a menu item in the summary
18035 buffer's ``sort'' menu, and the two others as the primary (hence
18036 default) sorting functions in the group parameters (@pxref{Diary Group
18037 Parameters}).
18038
18039 @node Diary Headers Generation
18040 @subsubsection Diary Headers Generation
18041 @cindex diary headers generation
18042 @findex gnus-diary-check-message
18043
18044 @code{gnus-diary} provides a function called
18045 @code{gnus-diary-check-message} to help you handle the @code{X-Diary-*}
18046 headers.  This function ensures that the current message contains all the
18047 required diary headers, and prompts you for values or corrections if
18048 needed.
18049
18050   This function is hooked into the @code{nndiary} back end, so that
18051 moving or copying an article to a diary group will trigger it
18052 automatically.  It is also bound to @kbd{C-c D c} in @code{message-mode}
18053 and @code{article-edit-mode} in order to ease the process of converting
18054 a usual mail to a diary one.
18055
18056   This function takes a prefix argument which will force prompting of
18057 all diary headers, regardless of their presence or validity.  That way,
18058 you can very easily reschedule an already valid diary message, for
18059 instance.
18060
18061 @node Diary Group Parameters
18062 @subsubsection Diary Group Parameters
18063 @cindex diary group parameters
18064
18065 When you create a new diary group, or visit one, @code{gnus-diary}
18066 automatically checks your group parameters and if needed, sets the
18067 summary line format to the diary-specific value, installs the
18068 diary-specific sorting functions, and also adds the different
18069 @code{X-Diary-*} headers to the group's posting-style.  It is then easier
18070 to send a diary message, because if you use @kbd{C-u a} or @kbd{C-u m}
18071 on a diary group to prepare a message, these headers will be inserted
18072 automatically (although not filled with proper values yet).
18073
18074 @node Sending or Not Sending
18075 @subsection Sending or Not Sending
18076
18077 Well, assuming you've read of of the above, here are two final notes on
18078 mail sending with @code{nndiary}:
18079
18080 @itemize @bullet
18081 @item
18082 @code{nndiary} is a @emph{real} mail back end.  You really send real diary
18083 messsages for real.  This means for instance that you can give
18084 appointements to anybody (provided they use Gnus and @code{nndiary}) by
18085 sending the diary message to them as well.
18086 @item
18087 However, since @code{nndiary} also has a @code{request-post} method, you
18088 can also use @kbd{C-u a} instead of @kbd{C-u m} on a diary group and the
18089 message won't actually be sent; just stored locally in the group. This
18090 comes in very handy for private appointments.
18091 @end itemize
18092
18093 @node Gnus Unplugged
18094 @section Gnus Unplugged
18095 @cindex offline
18096 @cindex unplugged
18097 @cindex agent
18098 @cindex Gnus agent
18099 @cindex Gnus unplugged
18100
18101 In olden times (ca. February '88), people used to run their newsreaders
18102 on big machines with permanent connections to the net.  News transport
18103 was dealt with by news servers, and all the newsreaders had to do was to
18104 read news.  Believe it or not.
18105
18106 Nowadays most people read news and mail at home, and use some sort of
18107 modem to connect to the net.  To avoid running up huge phone bills, it
18108 would be nice to have a way to slurp down all the news and mail, hang up
18109 the phone, read for several hours, and then upload any responses you
18110 have to make.  And then you repeat the procedure.
18111
18112 Of course, you can use news servers for doing this as well.  I've used
18113 @code{inn} together with @code{slurp}, @code{pop} and @code{sendmail}
18114 for some years, but doing that's a bore.  Moving the news server
18115 functionality up to the newsreader makes sense if you're the only person
18116 reading news on a machine.
18117
18118 Setting up Gnus as an ``offline'' newsreader is quite simple.  In
18119 fact, you don't have to configure anything as the agent is now enabled
18120 by default (@pxref{Agent Variables, gnus-agent}).
18121
18122 Of course, to use it as such, you have to learn a few new commands.
18123
18124 @menu
18125 * Agent Basics::                How it all is supposed to work.
18126 * Agent Categories::            How to tell the Gnus Agent what to download.
18127 * Agent Commands::              New commands for all the buffers.
18128 * Agent Visuals::               Ways that the agent may effect your summary buffer.
18129 * Agent as Cache::              The Agent is a big cache too.
18130 * Agent Expiry::                How to make old articles go away.
18131 * Agent Regeneration::          How to recover from lost connections and other accidents.
18132 * Agent and IMAP::              How to use the Agent with @acronym{IMAP}.
18133 * Outgoing Messages::           What happens when you post/mail something?
18134 * Agent Variables::             Customizing is fun.
18135 * Example Setup::               An example @file{~/.gnus.el} file for offline people.
18136 * Batching Agents::             How to fetch news from a @code{cron} job.
18137 * Agent Caveats::               What you think it'll do and what it does.
18138 @end menu
18139
18140
18141 @node Agent Basics
18142 @subsection Agent Basics
18143
18144 First, let's get some terminology out of the way.
18145
18146 The Gnus Agent is said to be @dfn{unplugged} when you have severed the
18147 connection to the net (and notified the Agent that this is the case).
18148 When the connection to the net is up again (and Gnus knows this), the
18149 Agent is @dfn{plugged}.
18150
18151 The @dfn{local} machine is the one you're running on, and which isn't
18152 connected to the net continuously.
18153
18154 @dfn{Downloading} means fetching things from the net to your local
18155 machine.  @dfn{Uploading} is doing the opposite.
18156
18157 You know that Gnus gives you all the opportunity you'd ever want for
18158 shooting yourself in the foot.  Some people call it flexibility.  Gnus
18159 is also customizable to a great extent, which means that the user has a
18160 say on how Gnus behaves.  Other newsreaders might unconditionally shoot
18161 you in your foot, but with Gnus, you have a choice!
18162
18163 Gnus is never really in plugged or unplugged state.  Rather, it applies
18164 that state to each server individually.  This means that some servers
18165 can be plugged while others can be unplugged.  Additionally, some
18166 servers can be ignored by the Agent altogether (which means that
18167 they're kinda like plugged always).
18168
18169 So when you unplug the Agent and then wonder why is Gnus opening a
18170 connection to the Net, the next step to do is to look whether all
18171 servers are agentized.  If there is an unagentized server, you found
18172 the culprit.
18173
18174 Another thing is the @dfn{offline} state.  Sometimes, servers aren't
18175 reachable.  When Gnus notices this, it asks you whether you want the
18176 server to be switched to offline state.  If you say yes, then the
18177 server will behave somewhat as if it was unplugged, except that Gnus
18178 will ask you whether you want to switch it back online again.
18179
18180 Let's take a typical Gnus session using the Agent.
18181
18182 @itemize @bullet
18183
18184 @item
18185 @findex gnus-unplugged
18186 You start Gnus with @code{gnus-unplugged}.  This brings up the Gnus
18187 Agent in a disconnected state.  You can read all the news that you have
18188 already fetched while in this mode.
18189
18190 @item
18191 You then decide to see whether any new news has arrived.  You connect
18192 your machine to the net (using PPP or whatever), and then hit @kbd{J j}
18193 to make Gnus become @dfn{plugged} and use @kbd{g} to check for new mail
18194 as usual.  To check for new mail in unplugged mode (@pxref{Mail
18195 Source Specifiers}).
18196
18197 @item
18198 You can then read the new news immediately, or you can download the
18199 news onto your local machine.  If you want to do the latter, you press
18200 @kbd{g} to check if there are any new news and then @kbd{J s} to fetch
18201 all the eligible articles in all the groups.  (To let Gnus know which
18202 articles you want to download, @pxref{Agent Categories}).
18203
18204 @item
18205 After fetching the articles, you press @kbd{J j} to make Gnus become
18206 unplugged again, and you shut down the PPP thing (or whatever).  And
18207 then you read the news offline.
18208
18209 @item
18210 And then you go to step 2.
18211 @end itemize
18212
18213 Here are some things you should do the first time (or so) that you use
18214 the Agent.
18215
18216 @itemize @bullet
18217
18218 @item
18219 Decide which servers should be covered by the Agent.  If you have a mail
18220 back end, it would probably be nonsensical to have it covered by the
18221 Agent.  Go to the server buffer (@kbd{^} in the group buffer) and press
18222 @kbd{J a} on the server (or servers) that you wish to have covered by the
18223 Agent (@pxref{Server Agent Commands}), or @kbd{J r} on automatically
18224 added servers you do not wish to have covered by the Agent.  By default,
18225 all @code{nntp} and @code{nnimap} servers in @code{gnus-select-method} and
18226 @code{gnus-secondary-select-methods} are agentized.
18227
18228 @item
18229 Decide on download policy.  It's fairly simple once you decide whether
18230 you are going to use agent categories, topic parameters, and/or group
18231 parameters to implement your policy.  If you're new to gnus, it
18232 is probably best to start with a category, @xref{Agent Categories}.
18233
18234 Both topic parameters (@pxref{Topic Parameters}) and agent categories
18235 (@pxref{Agent Categories}) provide for setting a policy that applies
18236 to multiple groups.  Which you use is entirely up to you.  Topic
18237 parameters do override categories so, if you mix the two, you'll have
18238 to take that into account.  If you have a few groups that deviate from
18239 your policy, you can use group parameters (@pxref{Group Parameters}) to
18240 configure them.
18241
18242 @item
18243 Uhm@dots{} that's it.
18244 @end itemize
18245
18246
18247 @node Agent Categories
18248 @subsection Agent Categories
18249
18250 One of the main reasons to integrate the news transport layer into the
18251 newsreader is to allow greater control over what articles to download.
18252 There's not much point in downloading huge amounts of articles, just to
18253 find out that you're not interested in reading any of them.  It's better
18254 to be somewhat more conservative in choosing what to download, and then
18255 mark the articles for downloading manually if it should turn out that
18256 you're interested in the articles anyway.
18257
18258 One of the more effective methods for controlling what is to be
18259 downloaded is to create a @dfn{category} and then assign some (or all)
18260 groups to this category.  Groups that do not belong in any other
18261 category belong to the @code{default} category.  Gnus has its own
18262 buffer for creating and managing categories.
18263
18264 If you prefer, you can also use group parameters (@pxref{Group
18265 Parameters}) and topic parameters (@pxref{Topic Parameters}) for an
18266 alternative approach to controlling the agent.  The only real
18267 difference is that categories are specific to the agent (so there is
18268 less to learn) while group and topic parameters include the kitchen
18269 sink.
18270
18271 Since you can set agent parameters in several different places we have
18272 a rule to decide which source to believe.  This rule specifies that
18273 the parameter sources are checked in the following order: group
18274 parameters, topic parameters, agent category, and finally customizable
18275 variables.  So you can mix all of these sources to produce a wide range
18276 of behavior, just don't blame me if you don't remember where you put
18277 your settings.
18278
18279 @menu
18280 * Category Syntax::             What a category looks like.
18281 * Category Buffer::             A buffer for maintaining categories.
18282 * Category Variables::          Customize'r'Us.
18283 @end menu
18284
18285
18286 @node Category Syntax
18287 @subsubsection Category Syntax
18288
18289 A category consists of a name, the list of groups belonging to the
18290 category, and a number of optional parameters that override the
18291 customizable variables.  The complete list of agent parameters are
18292 listed below.
18293
18294 @cindex Agent Parameters
18295 @table @code
18296 @item agent-cat-name
18297 The name of the category.
18298
18299 @item agent-groups
18300 The list of groups that are in this category.
18301
18302 @item agent-predicate
18303 A predicate which (generally) gives a rough outline of which articles
18304 are eligible for downloading; and
18305
18306 @item agent-score-file
18307 a score rule which (generally) gives you a finer granularity when
18308 deciding what articles to download.  (Note that this @dfn{download
18309 score} is not necessarily related to normal scores.)
18310
18311 @item agent-enable-expiration
18312 a boolean indicating whether the agent should expire old articles in
18313 this group.  Most groups should be expired to conserve disk space.  In
18314 fact, its probably safe to say that the gnus.* hierarchy contains the
18315 only groups that should not be expired.
18316
18317 @item agent-days-until-old
18318 an integer indicating the number of days that the agent should wait
18319 before deciding that a read article is safe to expire.
18320
18321 @item agent-low-score
18322 an integer that overrides the value of @code{gnus-agent-low-score}.
18323
18324 @item agent-high-score
18325 an integer that overrides the value of @code{gnus-agent-high-score}.
18326
18327 @item agent-length-when-short
18328 an integer that overrides the value of
18329 @code{gnus-agent-short-article}.
18330
18331 @item agent-length-when-long
18332 an integer that overrides the value of @code{gnus-agent-long-article}.
18333
18334 @item agent-enable-undownloaded-faces
18335 a symbol indicating whether the summary buffer should display
18336 undownloaded articles using the @code{gnus-summary-*-undownloaded-face}
18337 faces.  Any symbol other than @code{nil} will enable the use of
18338 undownloaded faces.
18339 @end table
18340
18341 The name of a category can not be changed once the category has been
18342 created.
18343
18344 Each category maintains a list of groups that are exclusive members of
18345 that category.  The exclusivity rule is automatically enforced, add a
18346 group to a new category and it is automatically removed from its old
18347 category.
18348
18349 A predicate in its simplest form can be a single predicate such as
18350 @code{true} or @code{false}.  These two will download every available
18351 article or nothing respectively.  In the case of these two special
18352 predicates an additional score rule is superfluous.
18353
18354 Predicates of @code{high} or @code{low} download articles in respect of
18355 their scores in relationship to @code{gnus-agent-high-score} and
18356 @code{gnus-agent-low-score} as described below.
18357
18358 To gain even finer control of what is to be regarded eligible for
18359 download a predicate can consist of a number of predicates with logical
18360 operators sprinkled in between.
18361
18362 Perhaps some examples are in order.
18363
18364 Here's a simple predicate.  (It's the default predicate, in fact, used
18365 for all groups that don't belong to any other category.)
18366
18367 @lisp
18368 short
18369 @end lisp
18370
18371 Quite simple, eh?  This predicate is true if and only if the article is
18372 short (for some value of ``short'').
18373
18374 Here's a more complex predicate:
18375
18376 @lisp
18377 (or high
18378     (and
18379      (not low)
18380      (not long)))
18381 @end lisp
18382
18383 This means that an article should be downloaded if it has a high score,
18384 or if the score is not low and the article is not long.  You get the
18385 drift.
18386
18387 The available logical operators are @code{or}, @code{and} and
18388 @code{not}.  (If you prefer, you can use the more ``C''-ish operators
18389 @samp{|}, @code{&} and @code{!} instead.)
18390
18391 The following predicates are pre-defined, but if none of these fit what
18392 you want to do, you can write your own.
18393
18394 When evaluating each of these predicates, the named constant will be
18395 bound to the value determined by calling
18396 @code{gnus-agent-find-parameter} on the appropriate parameter.  For
18397 example, gnus-agent-short-article will be bound to
18398 @code{(gnus-agent-find-parameter group 'agent-short-article)}.  This
18399 means that you can specify a predicate in your category then tune that
18400 predicate to individual groups.
18401
18402 @table @code
18403 @item short
18404 True iff the article is shorter than @code{gnus-agent-short-article}
18405 lines; default 100.
18406
18407 @item long
18408 True iff the article is longer than @code{gnus-agent-long-article}
18409 lines; default 200.
18410
18411 @item low
18412 True iff the article has a download score less than
18413 @code{gnus-agent-low-score}; default 0.
18414
18415 @item high
18416 True iff the article has a download score greater than
18417 @code{gnus-agent-high-score}; default 0.
18418
18419 @item spam
18420 True iff the Gnus Agent guesses that the article is spam.  The
18421 heuristics may change over time, but at present it just computes a
18422 checksum and sees whether articles match.
18423
18424 @item true
18425 Always true.
18426
18427 @item false
18428 Always false.
18429 @end table
18430
18431 If you want to create your own predicate function, here's what you have
18432 to know:  The functions are called with no parameters, but the
18433 @code{gnus-headers} and @code{gnus-score} dynamic variables are bound to
18434 useful values.
18435
18436 For example, you could decide that you don't want to download articles
18437 that were posted more than a certain number of days ago (e.g. posted
18438 more than @code{gnus-agent-expire-days} ago) you might write a function
18439 something along the lines of the following:
18440
18441 @lisp
18442 (defun my-article-old-p ()
18443   "Say whether an article is old."
18444   (< (time-to-days (date-to-time (mail-header-date gnus-headers)))
18445      (- (time-to-days (current-time)) gnus-agent-expire-days)))
18446 @end lisp
18447
18448 with the predicate then defined as:
18449
18450 @lisp
18451 (not my-article-old-p)
18452 @end lisp
18453
18454 or you could append your predicate to the predefined
18455 @code{gnus-category-predicate-alist} in your @file{~/.gnus.el} or
18456 wherever.
18457
18458 @lisp
18459 (require 'gnus-agent)
18460 (setq  gnus-category-predicate-alist
18461   (append gnus-category-predicate-alist
18462          '((old . my-article-old-p))))
18463 @end lisp
18464
18465 and simply specify your predicate as:
18466
18467 @lisp
18468 (not old)
18469 @end lisp
18470
18471 If/when using something like the above, be aware that there are many
18472 misconfigured systems/mailers out there and so an article's date is not
18473 always a reliable indication of when it was posted.  Hell, some people
18474 just don't give a damn.
18475
18476 The above predicates apply to @emph{all} the groups which belong to the
18477 category.  However, if you wish to have a specific predicate for an
18478 individual group within a category, or you're just too lazy to set up a
18479 new category, you can enter a group's individual predicate in its group
18480 parameters like so:
18481
18482 @lisp
18483 (agent-predicate . short)
18484 @end lisp
18485
18486 This is the group/topic parameter equivalent of the agent category default.
18487 Note that when specifying a single word predicate like this, the
18488 @code{agent-predicate} specification must be in dotted pair notation.
18489
18490 The equivalent of the longer example from above would be:
18491
18492 @lisp
18493 (agent-predicate or high (and (not low) (not long)))
18494 @end lisp
18495
18496 The outer parenthesis required in the category specification are not
18497 entered here as, not being in dotted pair notation, the value of the
18498 predicate is assumed to be a list.
18499
18500
18501 Now, the syntax of the download score is the same as the syntax of
18502 normal score files, except that all elements that require actually
18503 seeing the article itself are verboten.  This means that only the
18504 following headers can be scored on: @code{Subject}, @code{From},
18505 @code{Date}, @code{Message-ID}, @code{References}, @code{Chars},
18506 @code{Lines}, and @code{Xref}.
18507
18508 As with predicates, the specification of the @code{download score rule}
18509 to use in respect of a group can be in either the category definition if
18510 it's to be applicable to all groups in therein, or a group's parameters
18511 if it's to be specific to that group.
18512
18513 In both of these places the @code{download score rule} can take one of
18514 three forms:
18515
18516 @enumerate
18517 @item
18518 Score rule
18519
18520 This has the same syntax as a normal Gnus score file except only a
18521 subset of scoring keywords are available as mentioned above.
18522
18523 example:
18524
18525 @itemize @bullet
18526 @item
18527 Category specification
18528
18529 @lisp
18530 (("from"
18531        ("Lars Ingebrigtsen" 1000000 nil s))
18532 ("lines"
18533        (500 -100 nil <)))
18534 @end lisp
18535
18536 @item
18537 Group/Topic Parameter specification
18538
18539 @lisp
18540 (agent-score ("from"
18541                    ("Lars Ingebrigtsen" 1000000 nil s))
18542              ("lines"
18543                    (500 -100 nil <)))
18544 @end lisp
18545
18546 Again, note the omission of the outermost parenthesis here.
18547 @end itemize
18548
18549 @item
18550 Agent score file
18551
18552 These score files must @emph{only} contain the permitted scoring
18553 keywords stated above.
18554
18555 example:
18556
18557 @itemize @bullet
18558 @item
18559 Category specification
18560
18561 @lisp
18562 ("~/News/agent.SCORE")
18563 @end lisp
18564
18565 or perhaps
18566
18567 @lisp
18568 ("~/News/agent.SCORE" "~/News/agent.group.SCORE")
18569 @end lisp
18570
18571 @item
18572 Group Parameter specification
18573
18574 @lisp
18575 (agent-score "~/News/agent.SCORE")
18576 @end lisp
18577
18578 Additional score files can be specified as above.  Need I say anything
18579 about parenthesis?
18580 @end itemize
18581
18582 @item
18583 Use @code{normal} score files
18584
18585 If you don't want to maintain two sets of scoring rules for a group, and
18586 your desired @code{downloading} criteria for a group are the same as your
18587 @code{reading} criteria then you can tell the agent to refer to your
18588 @code{normal} score files when deciding what to download.
18589
18590 These directives in either the category definition or a group's
18591 parameters will cause the agent to read in all the applicable score
18592 files for a group, @emph{filtering out} those sections that do not
18593 relate to one of the permitted subset of scoring keywords.
18594
18595 @itemize @bullet
18596 @item
18597 Category Specification
18598
18599 @lisp
18600 file
18601 @end lisp
18602
18603 @item
18604 Group Parameter specification
18605
18606 @lisp
18607 (agent-score . file)
18608 @end lisp
18609 @end itemize
18610 @end enumerate
18611
18612 @node Category Buffer
18613 @subsubsection Category Buffer
18614
18615 You'd normally do all category maintenance from the category buffer.
18616 When you enter it for the first time (with the @kbd{J c} command from
18617 the group buffer), you'll only see the @code{default} category.
18618
18619 The following commands are available in this buffer:
18620
18621 @table @kbd
18622 @item q
18623 @kindex q (Category)
18624 @findex gnus-category-exit
18625 Return to the group buffer (@code{gnus-category-exit}).
18626
18627 @item e
18628 @kindex e (Category)
18629 @findex gnus-category-customize-category
18630 Use a customization buffer to set all of the selected category's
18631 parameters at one time (@code{gnus-category-customize-category}).
18632
18633 @item k
18634 @kindex k (Category)
18635 @findex gnus-category-kill
18636 Kill the current category (@code{gnus-category-kill}).
18637
18638 @item c
18639 @kindex c (Category)
18640 @findex gnus-category-copy
18641 Copy the current category (@code{gnus-category-copy}).
18642
18643 @item a
18644 @kindex a (Category)
18645 @findex gnus-category-add
18646 Add a new category (@code{gnus-category-add}).
18647
18648 @item p
18649 @kindex p (Category)
18650 @findex gnus-category-edit-predicate
18651 Edit the predicate of the current category
18652 (@code{gnus-category-edit-predicate}).
18653
18654 @item g
18655 @kindex g (Category)
18656 @findex gnus-category-edit-groups
18657 Edit the list of groups belonging to the current category
18658 (@code{gnus-category-edit-groups}).
18659
18660 @item s
18661 @kindex s (Category)
18662 @findex gnus-category-edit-score
18663 Edit the download score rule of the current category
18664 (@code{gnus-category-edit-score}).
18665
18666 @item l
18667 @kindex l (Category)
18668 @findex gnus-category-list
18669 List all the categories (@code{gnus-category-list}).
18670 @end table
18671
18672
18673 @node Category Variables
18674 @subsubsection Category Variables
18675
18676 @table @code
18677 @item gnus-category-mode-hook
18678 @vindex gnus-category-mode-hook
18679 Hook run in category buffers.
18680
18681 @item gnus-category-line-format
18682 @vindex gnus-category-line-format
18683 Format of the lines in the category buffer (@pxref{Formatting
18684 Variables}).  Valid elements are:
18685
18686 @table @samp
18687 @item c
18688 The name of the category.
18689
18690 @item g
18691 The number of groups in the category.
18692 @end table
18693
18694 @item gnus-category-mode-line-format
18695 @vindex gnus-category-mode-line-format
18696 Format of the category mode line (@pxref{Mode Line Formatting}).
18697
18698 @item gnus-agent-short-article
18699 @vindex gnus-agent-short-article
18700 Articles that have fewer lines than this are short.  Default 100.
18701
18702 @item gnus-agent-long-article
18703 @vindex gnus-agent-long-article
18704 Articles that have more lines than this are long.  Default 200.
18705
18706 @item gnus-agent-low-score
18707 @vindex gnus-agent-low-score
18708 Articles that have a score lower than this have a low score.  Default
18709 0.
18710
18711 @item gnus-agent-high-score
18712 @vindex gnus-agent-high-score
18713 Articles that have a score higher than this have a high score.  Default
18714 0.
18715
18716 @item gnus-agent-expire-days
18717 @vindex gnus-agent-expire-days
18718 The number of days that a @samp{read} article must stay in the agent's
18719 local disk before becoming eligible for expiration (While the name is
18720 the same, this doesn't mean expiring the article on the server.  It
18721 just means deleting the local copy of the article).  What is also
18722 important to understand is that the counter starts with the time the
18723 article was written to the local disk and not the time the article was
18724 read.
18725 Default 7.
18726
18727 @item gnus-agent-enable-expiration
18728 @vindex gnus-agent-enable-expiration
18729 Determines whether articles in a group are, by default, expired or
18730 retained indefinitely.  The default is @code{ENABLE} which means that
18731 you'll have to disable expiration when desired.  On the other hand,
18732 you could set this to @code{DISABLE}.  In that case, you would then
18733 have to enable expiration in selected groups.
18734
18735 @end table
18736
18737
18738 @node Agent Commands
18739 @subsection Agent Commands
18740 @findex gnus-agent-toggle-plugged
18741 @kindex J j (Agent)
18742
18743 All the Gnus Agent commands are on the @kbd{J} submap.  The @kbd{J j}
18744 (@code{gnus-agent-toggle-plugged}) command works in all modes, and
18745 toggles the plugged/unplugged state of the Gnus Agent.
18746
18747
18748 @menu
18749 * Group Agent Commands::        Configure groups and fetch their contents.
18750 * Summary Agent Commands::      Manually select then fetch specific articles.
18751 * Server Agent Commands::       Select the servers that are supported by the agent.
18752 @end menu
18753
18754
18755
18756
18757 @node Group Agent Commands
18758 @subsubsection Group Agent Commands
18759
18760 @table @kbd
18761 @item J u
18762 @kindex J u (Agent Group)
18763 @findex gnus-agent-fetch-groups
18764 Fetch all eligible articles in the current group
18765 (@code{gnus-agent-fetch-groups}).
18766
18767 @item J c
18768 @kindex J c (Agent Group)
18769 @findex gnus-enter-category-buffer
18770 Enter the Agent category buffer (@code{gnus-enter-category-buffer}).
18771
18772 @item J s
18773 @kindex J s (Agent Group)
18774 @findex gnus-agent-fetch-session
18775 Fetch all eligible articles in all groups
18776 (@code{gnus-agent-fetch-session}).
18777
18778 @item J S
18779 @kindex J S (Agent Group)
18780 @findex gnus-group-send-queue
18781 Send all sendable messages in the queue group
18782 (@code{gnus-group-send-queue}).  @xref{Drafts}.
18783
18784 @item J a
18785 @kindex J a (Agent Group)
18786 @findex gnus-agent-add-group
18787 Add the current group to an Agent category
18788 (@code{gnus-agent-add-group}).  This command understands the
18789 process/prefix convention (@pxref{Process/Prefix}).
18790
18791 @item J r
18792 @kindex J r (Agent Group)
18793 @findex gnus-agent-remove-group
18794 Remove the current group from its category, if any
18795 (@code{gnus-agent-remove-group}).  This command understands the
18796 process/prefix convention (@pxref{Process/Prefix}).
18797
18798 @item J Y
18799 @kindex J Y (Agent Group)
18800 @findex gnus-agent-synchronize-flags
18801 Synchronize flags changed while unplugged with remote server, if any.
18802
18803
18804 @end table
18805
18806
18807 @node Summary Agent Commands
18808 @subsubsection Summary Agent Commands
18809
18810 @table @kbd
18811 @item J #
18812 @kindex J # (Agent Summary)
18813 @findex gnus-agent-mark-article
18814 Mark the article for downloading (@code{gnus-agent-mark-article}).
18815
18816 @item J M-#
18817 @kindex J M-# (Agent Summary)
18818 @findex gnus-agent-unmark-article
18819 Remove the downloading mark from the article
18820 (@code{gnus-agent-unmark-article}).
18821
18822 @cindex %
18823 @item @@
18824 @kindex @@ (Agent Summary)
18825 @findex gnus-agent-toggle-mark
18826 Toggle whether to download the article
18827 (@code{gnus-agent-toggle-mark}).  The download mark is @samp{%} by
18828 default.
18829
18830 @item J c
18831 @kindex J c (Agent Summary)
18832 @findex gnus-agent-catchup
18833 Mark all articles as read (@code{gnus-agent-catchup}) that are neither cached, downloaded, nor downloadable.
18834
18835 @item J S
18836 @kindex J S (Agent Summary)
18837 @findex gnus-agent-fetch-group
18838 Download all eligible (@pxref{Agent Categories}) articles in this group.
18839 (@code{gnus-agent-fetch-group}).
18840
18841 @item J s
18842 @kindex J s (Agent Summary)
18843 @findex gnus-agent-fetch-series
18844 Download all processable articles in this group.
18845 (@code{gnus-agent-fetch-series}).
18846
18847 @item J u
18848 @kindex J u (Agent Summary)
18849 @findex gnus-agent-summary-fetch-group
18850 Download all downloadable articles in the current group
18851 (@code{gnus-agent-summary-fetch-group}).
18852
18853 @end table
18854
18855
18856 @node Server Agent Commands
18857 @subsubsection Server Agent Commands
18858
18859 @table @kbd
18860 @item J a
18861 @kindex J a (Agent Server)
18862 @findex gnus-agent-add-server
18863 Add the current server to the list of servers covered by the Gnus Agent
18864 (@code{gnus-agent-add-server}).
18865
18866 @item J r
18867 @kindex J r (Agent Server)
18868 @findex gnus-agent-remove-server
18869 Remove the current server from the list of servers covered by the Gnus
18870 Agent (@code{gnus-agent-remove-server}).
18871
18872 @end table
18873
18874
18875 @node Agent Visuals
18876 @subsection Agent Visuals
18877
18878 If you open a summary while unplugged and, Gnus knows from the group's
18879 active range that there are more articles than the headers currently
18880 stored in the Agent, you may see some articles whose subject looks
18881 something like @samp{[Undownloaded article #####]}.  These are
18882 placeholders for the missing headers.  Aside from setting a mark,
18883 there is not much that can be done with one of these placeholders.
18884 When Gnus finally gets a chance to fetch the group's headers, the
18885 placeholders will automatically be replaced by the actual headers.
18886 You can configure the summary buffer's maneuvering to skip over the
18887 placeholders if you care (See @code{gnus-auto-goto-ignores}).
18888
18889 While it may be obvious to all, the only headers and articles
18890 available while unplugged are those headers and articles that were
18891 fetched into the Agent while previously plugged.  To put it another
18892 way, ``If you forget to fetch something while plugged, you might have a
18893 less than satisfying unplugged session''.  For this reason, the Agent
18894 adds two visual effects to your summary buffer.  These effects display
18895 the download status of each article so that you always know which
18896 articles will be available when unplugged.
18897
18898 The first visual effect is the @samp{%O} spec.  If you customize
18899 @code{gnus-summary-line-format} to include this specifier, you will add
18900 a single character field that indicates an article's download status.
18901 Articles that have been fetched into either the Agent or the Cache,
18902 will display @code{gnus-downloaded-mark} (defaults to @samp{+}).  All
18903 other articles will display @code{gnus-undownloaded-mark} (defaults to
18904 @samp{-}).  If you open a group that has not been agentized, a space
18905 (@samp{ }) will be displayed.
18906
18907 The second visual effect are the undownloaded faces.  The faces, there
18908 are three indicating the article's score (low, normal, high), seem to
18909 result in a love/hate response from many Gnus users.  The problem is
18910 that the face selection is controlled by a list of condition tests and
18911 face names (See @code{gnus-summary-highlight}).  Each condition is
18912 tested in the order in which it appears in the list so early
18913 conditions have precedence over later conditions.  All of this means
18914 that, if you tick an undownloaded article, the article will continue
18915 to be displayed in the undownloaded face rather than the ticked face.
18916
18917 If you use the Agent as a cache (to avoid downloading the same article
18918 each time you visit it or to minimize your connection time), the
18919 undownloaded face will probably seem like a good idea.  The reason
18920 being that you do all of our work (marking, reading, deleting) with
18921 downloaded articles so the normal faces always appear.  For those
18922 users using the agent to improve online performance by caching the NOV
18923 database (most users since 5.10.2), the undownloaded faces may appear
18924 to be an absolutely horrible idea.  The issue being that, since none
18925 of their articles have been fetched into the Agent, all of the
18926 normal faces will be obscured by the undownloaded faces.
18927
18928 If you would like to use the undownloaded faces, you must enable the
18929 undownloaded faces by setting the @code{agent-enable-undownloaded-faces}
18930 group parameter to @code{t}.  This parameter, like all other agent
18931 parameters, may be set on an Agent Category (@pxref{Agent Categories}),
18932 a Group Topic (@pxref{Topic Parameters}), or an individual group
18933 (@pxref{Group Parameters}).
18934
18935 The one problem common to all users using the agent is how quickly it
18936 can consume disk space.  If you using the agent on many groups, it is
18937 even more difficult to effectively recover disk space.  One solution
18938 is the @samp{%F} format available in @code{gnus-group-line-format}.
18939 This format will display the actual disk space used by articles
18940 fetched into both the agent and cache.  By knowing which groups use
18941 the most space, users know where to focus their efforts when ``agent
18942 expiring'' articles.
18943
18944 @node Agent as Cache
18945 @subsection Agent as Cache
18946
18947 When Gnus is plugged, it is not efficient to download headers or
18948 articles from the server again, if they are already stored in the
18949 Agent.  So, Gnus normally only downloads headers once, and stores them
18950 in the Agent.  These headers are later used when generating the summary
18951 buffer, regardless of whether you are plugged or unplugged.  Articles
18952 are not cached in the Agent by default though (that would potentially
18953 consume lots of disk space), but if you have already downloaded an
18954 article into the Agent, Gnus will not download the article from the
18955 server again but use the locally stored copy instead.
18956
18957 If you so desire, you can configure the agent (see @code{gnus-agent-cache}
18958 @pxref{Agent Variables}) to always download headers and articles while
18959 plugged.  Gnus will almost certainly be slower, but it will be kept
18960 synchronized with the server.  That last point probably won't make any
18961 sense if you are using a nntp or nnimap back end.
18962
18963 @node Agent Expiry
18964 @subsection Agent Expiry
18965
18966 @vindex gnus-agent-expire-days
18967 @findex gnus-agent-expire
18968 @kindex M-x gnus-agent-expire
18969 @kindex M-x gnus-agent-expire-group
18970 @findex gnus-agent-expire-group
18971 @cindex agent expiry
18972 @cindex Gnus agent expiry
18973 @cindex expiry
18974
18975 The Agent back end, @code{nnagent}, doesn't handle expiry.  Well, at
18976 least it doesn't handle it like other back ends.  Instead, there are
18977 special @code{gnus-agent-expire} and @code{gnus-agent-expire-group}
18978 commands that will expire all read articles that are older than
18979 @code{gnus-agent-expire-days} days.  They can be run whenever you feel
18980 that you're running out of space.  Neither are particularly fast or
18981 efficient, and it's not a particularly good idea to interrupt them (with
18982 @kbd{C-g} or anything else) once you've started one of them.
18983
18984 Note that other functions, e.g. @code{gnus-request-expire-articles},
18985 might run @code{gnus-agent-expire} for you to keep the agent
18986 synchronized with the group.
18987
18988 The agent parameter @code{agent-enable-expiration} may be used to
18989 prevent expiration in selected groups.
18990
18991 @vindex gnus-agent-expire-all
18992 If @code{gnus-agent-expire-all} is non-@code{nil}, the agent
18993 expiration commands will expire all articles---unread, read, ticked
18994 and dormant.  If @code{nil} (which is the default), only read articles
18995 are eligible for expiry, and unread, ticked and dormant articles will
18996 be kept indefinitely.
18997
18998 If you find that some articles eligible for expiry are never expired,
18999 perhaps some Gnus Agent files are corrupted.  There's are special
19000 commands, @code{gnus-agent-regenerate} and
19001 @code{gnus-agent-regenerate-group}, to fix possible problems.
19002
19003 @node Agent Regeneration
19004 @subsection Agent Regeneration
19005
19006 @cindex agent regeneration
19007 @cindex Gnus agent regeneration
19008 @cindex regeneration
19009
19010 The local data structures used by @code{nnagent} may become corrupted
19011 due to certain exceptional conditions.  When this happens,
19012 @code{nnagent} functionality may degrade or even fail.  The solution
19013 to this problem is to repair the local data structures by removing all
19014 internal inconsistencies.
19015
19016 For example, if your connection to your server is lost while
19017 downloaded articles into the agent, the local data structures will not
19018 know about articles successfully downloaded prior to the connection
19019 failure.  Running @code{gnus-agent-regenerate} or
19020 @code{gnus-agent-regenerate-group} will update the data structures
19021 such that you don't need to download these articles a second time.
19022
19023 @findex gnus-agent-regenerate
19024 @kindex M-x gnus-agent-regenerate
19025 The command @code{gnus-agent-regenerate} will perform
19026 @code{gnus-agent-regenerate-group} on every agentized group.  While
19027 you can run @code{gnus-agent-regenerate} in any buffer, it is strongly
19028 recommended that you first close all summary buffers.
19029
19030 @findex gnus-agent-regenerate-group
19031 @kindex M-x gnus-agent-regenerate-group
19032 The command @code{gnus-agent-regenerate-group} uses the local copies
19033 of individual articles to repair the local @acronym{NOV}(header) database.  It
19034 then updates the internal data structures that document which articles
19035 are stored locally.  An optional argument will mark articles in the
19036 agent as unread.
19037
19038 @node Agent and IMAP
19039 @subsection Agent and IMAP
19040
19041 The Agent works with any Gnus back end, including nnimap.  However,
19042 since there are some conceptual differences between @acronym{NNTP} and
19043 @acronym{IMAP}, this section (should) provide you with some information to
19044 make Gnus Agent work smoother as a @acronym{IMAP} Disconnected Mode client.
19045
19046 The first thing to keep in mind is that all flags (read, ticked, etc)
19047 are kept on the @acronym{IMAP} server, rather than in @file{.newsrc} as is the
19048 case for nntp.  Thus Gnus need to remember flag changes when
19049 disconnected, and synchronize these flags when you plug back in.
19050
19051 Gnus keeps track of flag changes when reading nnimap groups under the
19052 Agent.  When you plug back in, Gnus will check if you have any changed
19053 any flags and ask if you wish to synchronize these with the server.
19054 The behavior is customizable by @code{gnus-agent-synchronize-flags}.
19055
19056 @vindex gnus-agent-synchronize-flags
19057 If @code{gnus-agent-synchronize-flags} is @code{nil}, the Agent will
19058 never automatically synchronize flags.  If it is @code{ask}, which is
19059 the default, the Agent will check if you made any changes and if so
19060 ask if you wish to synchronize these when you re-connect.  If it has
19061 any other value, all flags will be synchronized automatically.
19062
19063 If you do not wish to synchronize flags automatically when you
19064 re-connect, you can do it manually with the
19065 @code{gnus-agent-synchronize-flags} command that is bound to @kbd{J Y}
19066 in the group buffer.
19067
19068 Some things are currently not implemented in the Agent that you'd might
19069 expect from a disconnected @acronym{IMAP} client, including:
19070
19071 @itemize @bullet
19072
19073 @item
19074 Copying/moving articles into nnimap groups when unplugged.
19075
19076 @item
19077 Creating/deleting nnimap groups when unplugged.
19078
19079 @end itemize
19080
19081 Technical note: the synchronization algorithm does not work by ``pushing''
19082 all local flags to the server, but rather incrementally update the
19083 server view of flags by changing only those flags that were changed by
19084 the user.  Thus, if you set one flag on an article, quit the group and
19085 re-select the group and remove the flag; the flag will be set and
19086 removed from the server when you ``synchronize''.  The queued flag
19087 operations can be found in the per-server @code{flags} file in the Agent
19088 directory.  It's emptied when you synchronize flags.
19089
19090
19091 @node Outgoing Messages
19092 @subsection Outgoing Messages
19093
19094 By default, when Gnus is unplugged, all outgoing messages (both mail
19095 and news) are stored in the draft group ``queue'' (@pxref{Drafts}).
19096 You can view them there after posting, and edit them at will.
19097
19098 You can control the circumstances under which outgoing mail is queued
19099 (see @code{gnus-agent-queue-mail}, @pxref{Agent Variables}).  Outgoing
19100 news is always queued when Gnus is unplugged, and never otherwise.
19101
19102 You can send the messages either from the draft group with the special
19103 commands available there, or you can use the @kbd{J S} command in the
19104 group buffer to send all the sendable messages in the draft group.
19105 Posting news will only work when Gnus is plugged, but you can send
19106 mail at any time.
19107
19108 If sending mail while unplugged does not work for you and you worry
19109 about hitting @kbd{J S} by accident when unplugged, you can have Gnus
19110 ask you to confirm your action (see
19111 @code{gnus-agent-prompt-send-queue}, @pxref{Agent Variables}).
19112
19113 @node Agent Variables
19114 @subsection Agent Variables
19115
19116 @table @code
19117 @item gnus-agent
19118 @vindex gnus-agent
19119 Is the agent enabled?  The default is @code{t}.  When first enabled,
19120 the agent will use @code{gnus-agent-auto-agentize-methods} to
19121 automatically mark some back ends as agentized.  You may change which
19122 back ends are agentized using the agent commands in the server buffer.
19123
19124 To enter the server buffer, use the @kbd{^}
19125 (@code{gnus-group-enter-server-mode}) command in the group buffer.
19126
19127
19128 @item gnus-agent-directory
19129 @vindex gnus-agent-directory
19130 Where the Gnus Agent will store its files.  The default is
19131 @file{~/News/agent/}.
19132
19133 @item gnus-agent-handle-level
19134 @vindex gnus-agent-handle-level
19135 Groups on levels (@pxref{Group Levels}) higher than this variable will
19136 be ignored by the Agent.  The default is @code{gnus-level-subscribed},
19137 which means that only subscribed group will be considered by the Agent
19138 by default.
19139
19140 @item gnus-agent-plugged-hook
19141 @vindex gnus-agent-plugged-hook
19142 Hook run when connecting to the network.
19143
19144 @item gnus-agent-unplugged-hook
19145 @vindex gnus-agent-unplugged-hook
19146 Hook run when disconnecting from the network.
19147
19148 @item gnus-agent-fetched-hook
19149 @vindex gnus-agent-fetched-hook
19150 Hook run when finished fetching articles.
19151
19152 @item gnus-agent-cache
19153 @vindex gnus-agent-cache
19154 Variable to control whether use the locally stored @acronym{NOV} and
19155 articles when plugged, e.g. essentially using the Agent as a cache.
19156 The default is non-@code{nil}, which means to use the Agent as a cache.
19157
19158 @item gnus-agent-go-online
19159 @vindex gnus-agent-go-online
19160 If @code{gnus-agent-go-online} is @code{nil}, the Agent will never
19161 automatically switch offline servers into online status.  If it is
19162 @code{ask}, the default, the Agent will ask if you wish to switch
19163 offline servers into online status when you re-connect.  If it has any
19164 other value, all offline servers will be automatically switched into
19165 online status.
19166
19167 @item gnus-agent-mark-unread-after-downloaded
19168 @vindex gnus-agent-mark-unread-after-downloaded
19169 If @code{gnus-agent-mark-unread-after-downloaded} is non-@code{nil},
19170 mark articles as unread after downloading.  This is usually a safe
19171 thing to do as the newly downloaded article has obviously not been
19172 read.  The default is @code{t}.
19173
19174 @item gnus-agent-consider-all-articles
19175 @vindex gnus-agent-consider-all-articles
19176 If @code{gnus-agent-consider-all-articles} is non-@code{nil}, the
19177 agent will let the agent predicate decide whether articles need to be
19178 downloaded or not, for all articles.  When @code{nil}, the default,
19179 the agent will only let the predicate decide whether unread articles
19180 are downloaded or not.  If you enable this, you may also want to look
19181 into the agent expiry settings (@pxref{Category Variables}), so that
19182 the agent doesn't download articles which the agent will later expire,
19183 over and over again.
19184
19185 @item gnus-agent-max-fetch-size
19186 @vindex gnus-agent-max-fetch-size
19187 The agent fetches articles into a temporary buffer prior to parsing
19188 them into individual files.  To avoid exceeding the max. buffer size,
19189 the agent alternates between fetching and parsing until all articles
19190 have been fetched.  @code{gnus-agent-max-fetch-size} provides a size
19191 limit to control how often the cycling occurs.  A large value improves
19192 performance.  A small value minimizes the time lost should the
19193 connection be lost while fetching (You may need to run
19194 @code{gnus-agent-regenerate-group} to update the group's state.
19195 However, all articles parsed prior to loosing the connection will be
19196 available while unplugged).  The default is 10M so it is unusual to
19197 see any cycling.
19198
19199 @item gnus-server-unopen-status
19200 @vindex gnus-server-unopen-status
19201 Perhaps not an Agent variable, but closely related to the Agent, this
19202 variable says what will happen if Gnus cannot open a server.  If the
19203 Agent is enabled, the default, @code{nil}, makes Gnus ask the user
19204 whether to deny the server or whether to unplug the agent.  If the
19205 Agent is disabled, Gnus always simply deny the server.  Other choices
19206 for this variable include @code{denied} and @code{offline} the latter
19207 is only valid if the Agent is used.
19208
19209 @item gnus-auto-goto-ignores
19210 @vindex gnus-auto-goto-ignores
19211 Another variable that isn't an Agent variable, yet so closely related
19212 that most will look for it here, this variable tells the summary
19213 buffer how to maneuver around undownloaded (only headers stored in the
19214 agent) and unfetched (neither article nor headers stored) articles.
19215
19216 The valid values are @code{nil} (maneuver to any article),
19217 @code{undownloaded} (maneuvering while unplugged ignores articles that
19218 have not been fetched), @code{always-undownloaded} (maneuvering always
19219 ignores articles that have not been fetched), @code{unfetched}
19220 (maneuvering ignores articles whose headers have not been fetched).
19221
19222 @item gnus-agent-queue-mail
19223 @vindex gnus-agent-queue-mail
19224 When @code{gnus-agent-queue-mail} is @code{always}, Gnus will always
19225 queue mail rather than sending it straight away.  When @code{t}, Gnus
19226 will queue mail when unplugged only.  When @code{nil}, never queue
19227 mail.  The default is @code{t}.
19228
19229 @item gnus-agent-prompt-send-queue
19230 @vindex gnus-agent-prompt-send-queue
19231 When @code{gnus-agent-prompt-send-queue} is non-@code{nil} Gnus will
19232 prompt you to confirm that you really wish to proceed if you hit
19233 @kbd{J S} while unplugged.  The default is @code{nil}.
19234
19235 @item gnus-agent-auto-agentize-methods
19236 @vindex gnus-agent-auto-agentize-methods
19237 If you have never used the Agent before (or more technically, if
19238 @file{~/News/agent/lib/servers} does not exist), Gnus will
19239 automatically agentize a few servers for you.  This variable control
19240 which back ends should be auto-agentized.  It is typically only useful
19241 to agentize remote back ends.  The auto-agentizing has the same effect
19242 as running @kbd{J a} on the servers (@pxref{Server Agent Commands}).
19243 If the file exist, you must manage the servers manually by adding or
19244 removing them, this variable is only applicable the first time you
19245 start Gnus.  The default is @samp{(nntp nnimap)}.
19246
19247 @end table
19248
19249
19250 @node Example Setup
19251 @subsection Example Setup
19252
19253 If you don't want to read this manual, and you have a fairly standard
19254 setup, you may be able to use something like the following as your
19255 @file{~/.gnus.el} file to get started.
19256
19257 @lisp
19258 ;;; @r{Define how Gnus is to fetch news.  We do this over @acronym{NNTP}}
19259 ;;; @r{from your ISP's server.}
19260 (setq gnus-select-method '(nntp "news.your-isp.com"))
19261
19262 ;;; @r{Define how Gnus is to read your mail.  We read mail from}
19263 ;;; @r{your ISP's @acronym{POP} server.}
19264 (setq mail-sources '((pop :server "pop.your-isp.com")))
19265
19266 ;;; @r{Say how Gnus is to store the mail.  We use nnml groups.}
19267 (setq gnus-secondary-select-methods '((nnml "")))
19268
19269 ;;; @r{Make Gnus into an offline newsreader.}
19270 ;;; (gnus-agentize) ; @r{The obsolete setting.}
19271 ;;; (setq gnus-agent t) ; @r{Now the default.}
19272 @end lisp
19273
19274 That should be it, basically.  Put that in your @file{~/.gnus.el} file,
19275 edit to suit your needs, start up PPP (or whatever), and type @kbd{M-x
19276 gnus}.
19277
19278 If this is the first time you've run Gnus, you will be subscribed
19279 automatically to a few default newsgroups.  You'll probably want to
19280 subscribe to more groups, and to do that, you have to query the
19281 @acronym{NNTP} server for a complete list of groups with the @kbd{A A}
19282 command.  This usually takes quite a while, but you only have to do it
19283 once.
19284
19285 After reading and parsing a while, you'll be presented with a list of
19286 groups.  Subscribe to the ones you want to read with the @kbd{u}
19287 command.  @kbd{l} to make all the killed groups disappear after you've
19288 subscribe to all the groups you want to read.  (@kbd{A k} will bring
19289 back all the killed groups.)
19290
19291 You can now read the groups at once, or you can download the articles
19292 with the @kbd{J s} command.  And then read the rest of this manual to
19293 find out which of the other gazillion things you want to customize.
19294
19295
19296 @node Batching Agents
19297 @subsection Batching Agents
19298 @findex gnus-agent-batch
19299
19300 Having the Gnus Agent fetch articles (and post whatever messages you've
19301 written) is quite easy once you've gotten things set up properly.  The
19302 following shell script will do everything that is necessary:
19303
19304 You can run a complete batch command from the command line with the
19305 following incantation:
19306
19307 @example
19308 #!/bin/sh
19309 emacs -batch -l ~/.emacs -l ~/.gnus.el gnus-agent-batch >/dev/null 2>&1
19310 @end example
19311
19312
19313 @node Agent Caveats
19314 @subsection Agent Caveats
19315
19316 The Gnus Agent doesn't seem to work like most other offline
19317 newsreaders.  Here are some common questions that some imaginary people
19318 may ask:
19319
19320 @table @dfn
19321 @item If I read an article while plugged, do they get entered into the Agent?
19322
19323 @strong{No}.  If you want this behavior, add
19324 @code{gnus-agent-fetch-selected-article} to
19325 @code{gnus-select-article-hook}.
19326
19327 @item If I read an article while plugged, and the article already exists in
19328 the Agent, will it get downloaded once more?
19329
19330 @strong{No}, unless @code{gnus-agent-cache} is @code{nil}.
19331
19332 @end table
19333
19334 In short, when Gnus is unplugged, it only looks into the locally stored
19335 articles; when it's plugged, it talks to your ISP and may also use the
19336 locally stored articles.
19337
19338
19339 @node Scoring
19340 @chapter Scoring
19341 @cindex scoring
19342
19343 Other people use @dfn{kill files}, but we here at Gnus Towers like
19344 scoring better than killing, so we'd rather switch than fight.  They do
19345 something completely different as well, so sit up straight and pay
19346 attention!
19347
19348 @vindex gnus-summary-mark-below
19349 All articles have a default score (@code{gnus-summary-default-score}),
19350 which is 0 by default.  This score may be raised or lowered either
19351 interactively or by score files.  Articles that have a score lower than
19352 @code{gnus-summary-mark-below} are marked as read.
19353
19354 Gnus will read any @dfn{score files} that apply to the current group
19355 before generating the summary buffer.
19356
19357 There are several commands in the summary buffer that insert score
19358 entries based on the current article.  You can, for instance, ask Gnus to
19359 lower or increase the score of all articles with a certain subject.
19360
19361 There are two sorts of scoring entries: Permanent and temporary.
19362 Temporary score entries are self-expiring entries.  Any entries that are
19363 temporary and have not been used for, say, a week, will be removed
19364 silently to help keep the sizes of the score files down.
19365
19366 @menu
19367 * Summary Score Commands::      Adding score entries for the current group.
19368 * Group Score Commands::        General score commands.
19369 * Score Variables::             Customize your scoring.  (My, what terminology).
19370 * Score File Format::           What a score file may contain.
19371 * Score File Editing::          You can edit score files by hand as well.
19372 * Adaptive Scoring::            Big Sister Gnus knows what you read.
19373 * Home Score File::             How to say where new score entries are to go.
19374 * Followups To Yourself::       Having Gnus notice when people answer you.
19375 * Scoring On Other Headers::    Scoring on non-standard headers.
19376 * Scoring Tips::                How to score effectively.
19377 * Reverse Scoring::             That problem child of old is not problem.
19378 * Global Score Files::          Earth-spanning, ear-splitting score files.
19379 * Kill Files::                  They are still here, but they can be ignored.
19380 * Converting Kill Files::       Translating kill files to score files.
19381 * Advanced Scoring::            Using logical expressions to build score rules.
19382 * Score Decays::                It can be useful to let scores wither away.
19383 @end menu
19384
19385
19386 @node Summary Score Commands
19387 @section Summary Score Commands
19388 @cindex score commands
19389
19390 The score commands that alter score entries do not actually modify real
19391 score files.  That would be too inefficient.  Gnus maintains a cache of
19392 previously loaded score files, one of which is considered the
19393 @dfn{current score file alist}.  The score commands simply insert
19394 entries into this list, and upon group exit, this list is saved.
19395
19396 The current score file is by default the group's local score file, even
19397 if no such score file actually exists.  To insert score commands into
19398 some other score file (e.g. @file{all.SCORE}), you must first make this
19399 score file the current one.
19400
19401 General score commands that don't actually change the score file:
19402
19403 @table @kbd
19404
19405 @item V s
19406 @kindex V s (Summary)
19407 @findex gnus-summary-set-score
19408 Set the score of the current article (@code{gnus-summary-set-score}).
19409
19410 @item V S
19411 @kindex V S (Summary)
19412 @findex gnus-summary-current-score
19413 Display the score of the current article
19414 (@code{gnus-summary-current-score}).
19415
19416 @item V t
19417 @kindex V t (Summary)
19418 @findex gnus-score-find-trace
19419 Display all score rules that have been used on the current article
19420 (@code{gnus-score-find-trace}).  In the @code{*Score Trace*} buffer, you
19421 may type @kbd{e} to edit score file corresponding to the score rule on
19422 current line and @kbd{f} to format (@code{gnus-score-pretty-print}) the
19423 score file and edit it.
19424
19425 @item V w
19426 @kindex V w (Summary)
19427 @findex gnus-score-find-favourite-words
19428 List words used in scoring (@code{gnus-score-find-favourite-words}).
19429
19430 @item V R
19431 @kindex V R (Summary)
19432 @findex gnus-summary-rescore
19433 Run the current summary through the scoring process
19434 (@code{gnus-summary-rescore}).  This might be useful if you're playing
19435 around with your score files behind Gnus' back and want to see the
19436 effect you're having.
19437
19438 @item V c
19439 @kindex V c (Summary)
19440 @findex gnus-score-change-score-file
19441 Make a different score file the current
19442 (@code{gnus-score-change-score-file}).
19443
19444 @item V e
19445 @kindex V e (Summary)
19446 @findex gnus-score-edit-current-scores
19447 Edit the current score file (@code{gnus-score-edit-current-scores}).
19448 You will be popped into a @code{gnus-score-mode} buffer (@pxref{Score
19449 File Editing}).
19450
19451 @item V f
19452 @kindex V f (Summary)
19453 @findex gnus-score-edit-file
19454 Edit a score file and make this score file the current one
19455 (@code{gnus-score-edit-file}).
19456
19457 @item V F
19458 @kindex V F (Summary)
19459 @findex gnus-score-flush-cache
19460 Flush the score cache (@code{gnus-score-flush-cache}).  This is useful
19461 after editing score files.
19462
19463 @item V C
19464 @kindex V C (Summary)
19465 @findex gnus-score-customize
19466 Customize a score file in a visually pleasing manner
19467 (@code{gnus-score-customize}).
19468
19469 @end table
19470
19471 The rest of these commands modify the local score file.
19472
19473 @table @kbd
19474
19475 @item V m
19476 @kindex V m (Summary)
19477 @findex gnus-score-set-mark-below
19478 Prompt for a score, and mark all articles with a score below this as
19479 read (@code{gnus-score-set-mark-below}).
19480
19481 @item V x
19482 @kindex V x (Summary)
19483 @findex gnus-score-set-expunge-below
19484 Prompt for a score, and add a score rule to the current score file to
19485 expunge all articles below this score
19486 (@code{gnus-score-set-expunge-below}).
19487 @end table
19488
19489 The keystrokes for actually making score entries follow a very regular
19490 pattern, so there's no need to list all the commands.  (Hundreds of
19491 them.)
19492
19493 @findex gnus-summary-increase-score
19494 @findex gnus-summary-lower-score
19495
19496 @enumerate
19497 @item
19498 The first key is either @kbd{I} (upper case i) for increasing the score
19499 or @kbd{L} for lowering the score.
19500 @item
19501 The second key says what header you want to score on.  The following
19502 keys are available:
19503 @table @kbd
19504
19505 @item a
19506 Score on the author name.
19507
19508 @item s
19509 Score on the subject line.
19510
19511 @item x
19512 Score on the @code{Xref} line---i.e., the cross-posting line.
19513
19514 @item r
19515 Score on the @code{References} line.
19516
19517 @item d
19518 Score on the date.
19519
19520 @item l
19521 Score on the number of lines.
19522
19523 @item i
19524 Score on the @code{Message-ID} header.
19525
19526 @item e
19527 Score on an ``extra'' header, that is, one of those in gnus-extra-headers,
19528 if your @acronym{NNTP} server tracks additional header data in overviews.
19529
19530 @item f
19531 Score on followups---this matches the author name, and adds scores to
19532 the followups to this author.  (Using this key leads to the creation of
19533 @file{ADAPT} files.)
19534
19535 @item b
19536 Score on the body.
19537
19538 @item h
19539 Score on the head.
19540
19541 @item t
19542 Score on thread.  (Using this key leads to the creation of @file{ADAPT}
19543 files.)
19544
19545 @end table
19546
19547 @item
19548 The third key is the match type.  Which match types are valid depends on
19549 what headers you are scoring on.
19550
19551 @table @code
19552
19553 @item strings
19554
19555 @table @kbd
19556
19557 @item e
19558 Exact matching.
19559
19560 @item s
19561 Substring matching.
19562
19563 @item f
19564 Fuzzy matching (@pxref{Fuzzy Matching}).
19565
19566 @item r
19567 Regexp matching
19568 @end table
19569
19570 @item date
19571 @table @kbd
19572
19573 @item b
19574 Before date.
19575
19576 @item a
19577 After date.
19578
19579 @item n
19580 This date.
19581 @end table
19582
19583 @item number
19584 @table @kbd
19585
19586 @item <
19587 Less than number.
19588
19589 @item =
19590 Equal to number.
19591
19592 @item >
19593 Greater than number.
19594 @end table
19595 @end table
19596
19597 @item
19598 The fourth and usually final key says whether this is a temporary (i.e.,
19599 expiring) score entry, or a permanent (i.e., non-expiring) score entry,
19600 or whether it is to be done immediately, without adding to the score
19601 file.
19602 @table @kbd
19603
19604 @item t
19605 Temporary score entry.
19606
19607 @item p
19608 Permanent score entry.
19609
19610 @item i
19611 Immediately scoring.
19612 @end table
19613
19614 @item
19615 If you are scoring on `e' (extra) headers, you will then be prompted for
19616 the header name on which you wish to score.  This must be a header named
19617 in gnus-extra-headers, and @samp{TAB} completion is available.
19618
19619 @end enumerate
19620
19621 So, let's say you want to increase the score on the current author with
19622 exact matching permanently: @kbd{I a e p}.  If you want to lower the
19623 score based on the subject line, using substring matching, and make a
19624 temporary score entry: @kbd{L s s t}.  Pretty easy.
19625
19626 To make things a bit more complicated, there are shortcuts.  If you use
19627 a capital letter on either the second or third keys, Gnus will use
19628 defaults for the remaining one or two keystrokes.  The defaults are
19629 ``substring'' and ``temporary''.  So @kbd{I A} is the same as @kbd{I a s
19630 t}, and @kbd{I a R} is the same as @kbd{I a r t}.
19631
19632 These functions take both the numerical prefix and the symbolic prefix
19633 (@pxref{Symbolic Prefixes}).  A numerical prefix says how much to lower
19634 (or increase) the score of the article.  A symbolic prefix of @code{a}
19635 says to use the @file{all.SCORE} file for the command instead of the
19636 current score file.
19637
19638 @vindex gnus-score-mimic-keymap
19639 The @code{gnus-score-mimic-keymap} says whether these commands will
19640 pretend they are keymaps or not.
19641
19642
19643 @node Group Score Commands
19644 @section Group Score Commands
19645 @cindex group score commands
19646
19647 There aren't many of these as yet, I'm afraid.
19648
19649 @table @kbd
19650
19651 @item W e
19652 @kindex W e (Group)
19653 @findex gnus-score-edit-all-score
19654 Edit the apply-to-all-groups all.SCORE file.  You will be popped into
19655 a @code{gnus-score-mode} buffer (@pxref{Score File Editing}).
19656
19657 @item W f
19658 @kindex W f (Group)
19659 @findex gnus-score-flush-cache
19660 Gnus maintains a cache of score alists to avoid having to reload them
19661 all the time.  This command will flush the cache
19662 (@code{gnus-score-flush-cache}).
19663
19664 @end table
19665
19666 You can do scoring from the command line by saying something like:
19667
19668 @findex gnus-batch-score
19669 @cindex batch scoring
19670 @example
19671 $ emacs -batch -l ~/.emacs -l ~/.gnus.el -f gnus-batch-score
19672 @end example
19673
19674
19675 @node Score Variables
19676 @section Score Variables
19677 @cindex score variables
19678
19679 @table @code
19680
19681 @item gnus-use-scoring
19682 @vindex gnus-use-scoring
19683 If @code{nil}, Gnus will not check for score files, and will not, in
19684 general, do any score-related work.  This is @code{t} by default.
19685
19686 @item gnus-kill-killed
19687 @vindex gnus-kill-killed
19688 If this variable is @code{nil}, Gnus will never apply score files to
19689 articles that have already been through the kill process.  While this
19690 may save you lots of time, it also means that if you apply a kill file
19691 to a group, and then change the kill file and want to run it over you
19692 group again to kill more articles, it won't work.  You have to set this
19693 variable to @code{t} to do that.  (It is @code{t} by default.)
19694
19695 @item gnus-kill-files-directory
19696 @vindex gnus-kill-files-directory
19697 All kill and score files will be stored in this directory, which is
19698 initialized from the @env{SAVEDIR} environment variable by default.
19699 This is @file{~/News/} by default.
19700
19701 @item gnus-score-file-suffix
19702 @vindex gnus-score-file-suffix
19703 Suffix to add to the group name to arrive at the score file name
19704 (@file{SCORE} by default.)
19705
19706 @item gnus-score-uncacheable-files
19707 @vindex gnus-score-uncacheable-files
19708 @cindex score cache
19709 All score files are normally cached to avoid excessive re-loading of
19710 score files.  However, if this might make your Emacs grow big and
19711 bloated, so this regexp can be used to weed out score files unlikely
19712 to be needed again.  It would be a bad idea to deny caching of
19713 @file{all.SCORE}, while it might be a good idea to not cache
19714 @file{comp.infosystems.www.authoring.misc.ADAPT}.  In fact, this
19715 variable is @samp{ADAPT$} by default, so no adaptive score files will
19716 be cached.
19717
19718 @item gnus-save-score
19719 @vindex gnus-save-score
19720 If you have really complicated score files, and do lots of batch
19721 scoring, then you might set this variable to @code{t}.  This will make
19722 Gnus save the scores into the @file{.newsrc.eld} file.
19723
19724 If you do not set this to @code{t}, then manual scores (like those set
19725 with @kbd{V s} (@code{gnus-summary-set-score})) will not be preserved
19726 across group visits.
19727
19728 @item gnus-score-interactive-default-score
19729 @vindex gnus-score-interactive-default-score
19730 Score used by all the interactive raise/lower commands to raise/lower
19731 score with.  Default is 1000, which may seem excessive, but this is to
19732 ensure that the adaptive scoring scheme gets enough room to play with.
19733 We don't want the small changes from the adaptive scoring to overwrite
19734 manually entered data.
19735
19736 @item gnus-summary-default-score
19737 @vindex gnus-summary-default-score
19738 Default score of an article, which is 0 by default.
19739
19740 @item gnus-summary-expunge-below
19741 @vindex gnus-summary-expunge-below
19742 Don't display the summary lines of articles that have scores lower than
19743 this variable.  This is @code{nil} by default, which means that no
19744 articles will be hidden.  This variable is local to the summary buffers,
19745 and has to be set from @code{gnus-summary-mode-hook}.
19746
19747 @item gnus-score-over-mark
19748 @vindex gnus-score-over-mark
19749 Mark (in the third column) used for articles with a score over the
19750 default.  Default is @samp{+}.
19751
19752 @item gnus-score-below-mark
19753 @vindex gnus-score-below-mark
19754 Mark (in the third column) used for articles with a score below the
19755 default.  Default is @samp{-}.
19756
19757 @item gnus-score-find-score-files-function
19758 @vindex gnus-score-find-score-files-function
19759 Function used to find score files for the current group.  This function
19760 is called with the name of the group as the argument.
19761
19762 Predefined functions available are:
19763 @table @code
19764
19765 @item gnus-score-find-single
19766 @findex gnus-score-find-single
19767 Only apply the group's own score file.
19768
19769 @item gnus-score-find-bnews
19770 @findex gnus-score-find-bnews
19771 Apply all score files that match, using bnews syntax.  This is the
19772 default.  If the current group is @samp{gnu.emacs.gnus}, for instance,
19773 @file{all.emacs.all.SCORE}, @file{not.alt.all.SCORE} and
19774 @file{gnu.all.SCORE} would all apply.  In short, the instances of
19775 @samp{all} in the score file names are translated into @samp{.*}, and
19776 then a regexp match is done.
19777
19778 This means that if you have some score entries that you want to apply to
19779 all groups, then you put those entries in the @file{all.SCORE} file.
19780
19781 The score files are applied in a semi-random order, although Gnus will
19782 try to apply the more general score files before the more specific score
19783 files.  It does this by looking at the number of elements in the score
19784 file names---discarding the @samp{all} elements.
19785
19786 @item gnus-score-find-hierarchical
19787 @findex gnus-score-find-hierarchical
19788 Apply all score files from all the parent groups.  This means that you
19789 can't have score files like @file{all.SCORE}, but you can have
19790 @file{SCORE}, @file{comp.SCORE} and @file{comp.emacs.SCORE} for each
19791 server.
19792
19793 @end table
19794 This variable can also be a list of functions.  In that case, all
19795 these functions will be called with the group name as argument, and
19796 all the returned lists of score files will be applied.  These
19797 functions can also return lists of lists of score alists directly.  In
19798 that case, the functions that return these non-file score alists
19799 should probably be placed before the ``real'' score file functions, to
19800 ensure that the last score file returned is the local score file.
19801 Phu.
19802
19803 For example, to do hierarchical scoring but use a non-server-specific
19804 overall score file, you could use the value
19805 @example
19806 (list (lambda (group) ("all.SCORE"))
19807       'gnus-score-find-hierarchical)
19808 @end example
19809
19810 @item gnus-score-expiry-days
19811 @vindex gnus-score-expiry-days
19812 This variable says how many days should pass before an unused score file
19813 entry is expired.  If this variable is @code{nil}, no score file entries
19814 are expired.  It's 7 by default.
19815
19816 @item gnus-update-score-entry-dates
19817 @vindex gnus-update-score-entry-dates
19818 If this variable is non-@code{nil}, temporary score entries that have
19819 been triggered (matched) will have their dates updated.  (This is how Gnus
19820 controls expiry---all non-matched-entries will become too old while
19821 matched entries will stay fresh and young.)  However, if you set this
19822 variable to @code{nil}, even matched entries will grow old and will
19823 have to face that oh-so grim reaper.
19824
19825 @item gnus-score-after-write-file-function
19826 @vindex gnus-score-after-write-file-function
19827 Function called with the name of the score file just written.
19828
19829 @item gnus-score-thread-simplify
19830 @vindex gnus-score-thread-simplify
19831 If this variable is non-@code{nil}, article subjects will be
19832 simplified for subject scoring purposes in the same manner as with
19833 threading---according to the current value of
19834 @code{gnus-simplify-subject-functions}.  If the scoring entry uses
19835 @code{substring} or @code{exact} matching, the match will also be
19836 simplified in this manner.
19837
19838 @end table
19839
19840
19841 @node Score File Format
19842 @section Score File Format
19843 @cindex score file format
19844
19845 A score file is an @code{emacs-lisp} file that normally contains just a
19846 single form.  Casual users are not expected to edit these files;
19847 everything can be changed from the summary buffer.
19848
19849 Anyway, if you'd like to dig into it yourself, here's an example:
19850
19851 @lisp
19852 (("from"
19853   ("Lars Ingebrigtsen" -10000)
19854   ("Per Abrahamsen")
19855   ("larsi\\|lmi" -50000 nil R))
19856  ("subject"
19857   ("Ding is Badd" nil 728373))
19858  ("xref"
19859   ("alt.politics" -1000 728372 s))
19860  ("lines"
19861   (2 -100 nil <))
19862  (mark 0)
19863  (expunge -1000)
19864  (mark-and-expunge -10)
19865  (read-only nil)
19866  (orphan -10)
19867  (adapt t)
19868  (files "/hom/larsi/News/gnu.SCORE")
19869  (exclude-files "all.SCORE")
19870  (local (gnus-newsgroup-auto-expire t)
19871         (gnus-summary-make-false-root empty))
19872  (eval (ding)))
19873 @end lisp
19874
19875 This example demonstrates most score file elements.  @xref{Advanced
19876 Scoring}, for a different approach.
19877
19878 Even though this looks much like Lisp code, nothing here is actually
19879 @code{eval}ed.  The Lisp reader is used to read this form, though, so it
19880 has to be valid syntactically, if not semantically.
19881
19882 Six keys are supported by this alist:
19883
19884 @table @code
19885
19886 @item STRING
19887 If the key is a string, it is the name of the header to perform the
19888 match on.  Scoring can only be performed on these eight headers:
19889 @code{From}, @code{Subject}, @code{References}, @code{Message-ID},
19890 @code{Xref}, @code{Lines}, @code{Chars} and @code{Date}.  In addition to
19891 these headers, there are three strings to tell Gnus to fetch the entire
19892 article and do the match on larger parts of the article: @code{Body}
19893 will perform the match on the body of the article, @code{Head} will
19894 perform the match on the head of the article, and @code{All} will
19895 perform the match on the entire article.  Note that using any of these
19896 last three keys will slow down group entry @emph{considerably}.  The
19897 final ``header'' you can score on is @code{Followup}.  These score
19898 entries will result in new score entries being added for all follow-ups
19899 to articles that matches these score entries.
19900
19901 Following this key is an arbitrary number of score entries, where each
19902 score entry has one to four elements.
19903 @enumerate
19904
19905 @item
19906 The first element is the @dfn{match element}.  On most headers this will
19907 be a string, but on the Lines and Chars headers, this must be an
19908 integer.
19909
19910 @item
19911 If the second element is present, it should be a number---the @dfn{score
19912 element}.  This number should be an integer in the neginf to posinf
19913 interval.  This number is added to the score of the article if the match
19914 is successful.  If this element is not present, the
19915 @code{gnus-score-interactive-default-score} number will be used
19916 instead.  This is 1000 by default.
19917
19918 @item
19919 If the third element is present, it should be a number---the @dfn{date
19920 element}.  This date says when the last time this score entry matched,
19921 which provides a mechanism for expiring the score entries.  It this
19922 element is not present, the score entry is permanent.  The date is
19923 represented by the number of days since December 31, 1 BCE.
19924
19925 @item
19926 If the fourth element is present, it should be a symbol---the @dfn{type
19927 element}.  This element specifies what function should be used to see
19928 whether this score entry matches the article.  What match types that can
19929 be used depends on what header you wish to perform the match on.
19930 @table @dfn
19931
19932 @item From, Subject, References, Xref, Message-ID
19933 For most header types, there are the @code{r} and @code{R} (regexp), as
19934 well as @code{s} and @code{S} (substring) types, and @code{e} and
19935 @code{E} (exact match), and @code{w} (word match) types.  If this
19936 element is not present, Gnus will assume that substring matching should
19937 be used.  @code{R}, @code{S}, and @code{E} differ from the others in
19938 that the matches will be done in a case-sensitive manner.  All these
19939 one-letter types are really just abbreviations for the @code{regexp},
19940 @code{string}, @code{exact}, and @code{word} types, which you can use
19941 instead, if you feel like.
19942
19943 @item Extra
19944 Just as for the standard string overview headers, if you are using
19945 gnus-extra-headers, you can score on these headers' values.  In this
19946 case, there is a 5th element in the score entry, being the name of the
19947 header to be scored.  The following entry is useful in your
19948 @file{all.SCORE} file in case of spam attacks from a single origin
19949 host, if your @acronym{NNTP} server tracks @samp{NNTP-Posting-Host} in
19950 overviews:
19951
19952 @lisp
19953 ("111.222.333.444" -1000 nil s
19954  "NNTP-Posting-Host")
19955 @end lisp
19956
19957 @item Lines, Chars
19958 These two headers use different match types: @code{<}, @code{>},
19959 @code{=}, @code{>=} and @code{<=}.
19960
19961 These predicates are true if
19962
19963 @example
19964 (PREDICATE HEADER MATCH)
19965 @end example
19966
19967 evaluates to non-@code{nil}.  For instance, the advanced match
19968 @code{("lines" 4 <)} (@pxref{Advanced Scoring}) will result in the
19969 following form:
19970
19971 @lisp
19972 (< header-value 4)
19973 @end lisp
19974
19975 Or to put it another way: When using @code{<} on @code{Lines} with 4 as
19976 the match, we get the score added if the article has less than 4 lines.
19977 (It's easy to get confused and think it's the other way around.  But
19978 it's not.  I think.)
19979
19980 When matching on @code{Lines}, be careful because some back ends (like
19981 @code{nndir}) do not generate @code{Lines} header, so every article ends
19982 up being marked as having 0 lines.  This can lead to strange results if
19983 you happen to lower score of the articles with few lines.
19984
19985 @item Date
19986 For the Date header we have three kinda silly match types:
19987 @code{before}, @code{at} and @code{after}.  I can't really imagine this
19988 ever being useful, but, like, it would feel kinda silly not to provide
19989 this function.  Just in case.  You never know.  Better safe than sorry.
19990 Once burnt, twice shy.  Don't judge a book by its cover.  Never not have
19991 sex on a first date.  (I have been told that at least one person, and I
19992 quote, ``found this function indispensable'', however.)
19993
19994 @cindex ISO8601
19995 @cindex date
19996 A more useful match type is @code{regexp}.  With it, you can match the
19997 date string using a regular expression.  The date is normalized to
19998 ISO8601 compact format first---@var{YYYYMMDD}@code{T}@var{HHMMSS}.  If
19999 you want to match all articles that have been posted on April 1st in
20000 every year, you could use @samp{....0401.........} as a match string,
20001 for instance.  (Note that the date is kept in its original time zone, so
20002 this will match articles that were posted when it was April 1st where
20003 the article was posted from.  Time zones are such wholesome fun for the
20004 whole family, eh?)
20005
20006 @item Head, Body, All
20007 These three match keys use the same match types as the @code{From} (etc)
20008 header uses.
20009
20010 @item Followup
20011 This match key is somewhat special, in that it will match the
20012 @code{From} header, and affect the score of not only the matching
20013 articles, but also all followups to the matching articles.  This allows
20014 you e.g. increase the score of followups to your own articles, or
20015 decrease the score of followups to the articles of some known
20016 trouble-maker.  Uses the same match types as the @code{From} header
20017 uses.  (Using this match key will lead to creation of @file{ADAPT}
20018 files.)
20019
20020 @item Thread
20021 This match key works along the same lines as the @code{Followup} match
20022 key.  If you say that you want to score on a (sub-)thread started by an
20023 article with a @code{Message-ID} @var{x}, then you add a @samp{thread}
20024 match.  This will add a new @samp{thread} match for each article that
20025 has @var{x} in its @code{References} header.  (These new @samp{thread}
20026 matches will use the @code{Message-ID}s of these matching articles.)
20027 This will ensure that you can raise/lower the score of an entire thread,
20028 even though some articles in the thread may not have complete
20029 @code{References} headers.  Note that using this may lead to
20030 undeterministic scores of the articles in the thread.  (Using this match
20031 key will lead to creation of @file{ADAPT} files.)
20032 @end table
20033 @end enumerate
20034
20035 @cindex score file atoms
20036 @item mark
20037 The value of this entry should be a number.  Any articles with a score
20038 lower than this number will be marked as read.
20039
20040 @item expunge
20041 The value of this entry should be a number.  Any articles with a score
20042 lower than this number will be removed from the summary buffer.
20043
20044 @item mark-and-expunge
20045 The value of this entry should be a number.  Any articles with a score
20046 lower than this number will be marked as read and removed from the
20047 summary buffer.
20048
20049 @item thread-mark-and-expunge
20050 The value of this entry should be a number.  All articles that belong to
20051 a thread that has a total score below this number will be marked as read
20052 and removed from the summary buffer.  @code{gnus-thread-score-function}
20053 says how to compute the total score for a thread.
20054
20055 @item files
20056 The value of this entry should be any number of file names.  These files
20057 are assumed to be score files as well, and will be loaded the same way
20058 this one was.
20059
20060 @item exclude-files
20061 The clue of this entry should be any number of files.  These files will
20062 not be loaded, even though they would normally be so, for some reason or
20063 other.
20064
20065 @item eval
20066 The value of this entry will be @code{eval}el.  This element will be
20067 ignored when handling global score files.
20068
20069 @item read-only
20070 Read-only score files will not be updated or saved.  Global score files
20071 should feature this atom (@pxref{Global Score Files}).  (Note:
20072 @dfn{Global} here really means @dfn{global}; not your personal
20073 apply-to-all-groups score files.)
20074
20075 @item orphan
20076 The value of this entry should be a number.  Articles that do not have
20077 parents will get this number added to their scores.  Imagine you follow
20078 some high-volume newsgroup, like @samp{comp.lang.c}.  Most likely you
20079 will only follow a few of the threads, also want to see any new threads.
20080
20081 You can do this with the following two score file entries:
20082
20083 @example
20084         (orphan -500)
20085         (mark-and-expunge -100)
20086 @end example
20087
20088 When you enter the group the first time, you will only see the new
20089 threads.  You then raise the score of the threads that you find
20090 interesting (with @kbd{I T} or @kbd{I S}), and ignore (@kbd{C y}) the
20091 rest.  Next time you enter the group, you will see new articles in the
20092 interesting threads, plus any new threads.
20093
20094 I.e.---the orphan score atom is for high-volume groups where a few
20095 interesting threads which can't be found automatically by ordinary
20096 scoring rules exist.
20097
20098 @item adapt
20099 This entry controls the adaptive scoring.  If it is @code{t}, the
20100 default adaptive scoring rules will be used.  If it is @code{ignore}, no
20101 adaptive scoring will be performed on this group.  If it is a list, this
20102 list will be used as the adaptive scoring rules.  If it isn't present,
20103 or is something other than @code{t} or @code{ignore}, the default
20104 adaptive scoring rules will be used.  If you want to use adaptive
20105 scoring on most groups, you'd set @code{gnus-use-adaptive-scoring} to
20106 @code{t}, and insert an @code{(adapt ignore)} in the groups where you do
20107 not want adaptive scoring.  If you only want adaptive scoring in a few
20108 groups, you'd set @code{gnus-use-adaptive-scoring} to @code{nil}, and
20109 insert @code{(adapt t)} in the score files of the groups where you want
20110 it.
20111
20112 @item adapt-file
20113 All adaptive score entries will go to the file named by this entry.  It
20114 will also be applied when entering the group.  This atom might be handy
20115 if you want to adapt on several groups at once, using the same adaptive
20116 file for a number of groups.
20117
20118 @item local
20119 @cindex local variables
20120 The value of this entry should be a list of @code{(@var{var}
20121 @var{value})} pairs.  Each @var{var} will be made buffer-local to the
20122 current summary buffer, and set to the value specified.  This is a
20123 convenient, if somewhat strange, way of setting variables in some
20124 groups if you don't like hooks much.  Note that the @var{value} won't
20125 be evaluated.
20126 @end table
20127
20128
20129 @node Score File Editing
20130 @section Score File Editing
20131
20132 You normally enter all scoring commands from the summary buffer, but you
20133 might feel the urge to edit them by hand as well, so we've supplied you
20134 with a mode for that.
20135
20136 It's simply a slightly customized @code{emacs-lisp} mode, with these
20137 additional commands:
20138
20139 @table @kbd
20140
20141 @item C-c C-c
20142 @kindex C-c C-c (Score)
20143 @findex gnus-score-edit-done
20144 Save the changes you have made and return to the summary buffer
20145 (@code{gnus-score-edit-done}).
20146
20147 @item C-c C-d
20148 @kindex C-c C-d (Score)
20149 @findex gnus-score-edit-insert-date
20150 Insert the current date in numerical format
20151 (@code{gnus-score-edit-insert-date}).  This is really the day number, if
20152 you were wondering.
20153
20154 @item C-c C-p
20155 @kindex C-c C-p (Score)
20156 @findex gnus-score-pretty-print
20157 The adaptive score files are saved in an unformatted fashion.  If you
20158 intend to read one of these files, you want to @dfn{pretty print} it
20159 first.  This command (@code{gnus-score-pretty-print}) does that for
20160 you.
20161
20162 @end table
20163
20164 Type @kbd{M-x gnus-score-mode} to use this mode.
20165
20166 @vindex gnus-score-mode-hook
20167 @code{gnus-score-menu-hook} is run in score mode buffers.
20168
20169 In the summary buffer you can use commands like @kbd{V f}, @kbd{V e} and
20170 @kbd{V t} to begin editing score files.
20171
20172
20173 @node Adaptive Scoring
20174 @section Adaptive Scoring
20175 @cindex adaptive scoring
20176
20177 If all this scoring is getting you down, Gnus has a way of making it all
20178 happen automatically---as if by magic.  Or rather, as if by artificial
20179 stupidity, to be precise.
20180
20181 @vindex gnus-use-adaptive-scoring
20182 When you read an article, or mark an article as read, or kill an
20183 article, you leave marks behind.  On exit from the group, Gnus can sniff
20184 these marks and add score elements depending on what marks it finds.
20185 You turn on this ability by setting @code{gnus-use-adaptive-scoring} to
20186 @code{t} or @code{(line)}.  If you want score adaptively on separate
20187 words appearing in the subjects, you should set this variable to
20188 @code{(word)}.  If you want to use both adaptive methods, set this
20189 variable to @code{(word line)}.
20190
20191 @vindex gnus-default-adaptive-score-alist
20192 To give you complete control over the scoring process, you can customize
20193 the @code{gnus-default-adaptive-score-alist} variable.  For instance, it
20194 might look something like this:
20195
20196 @lisp
20197 (setq gnus-default-adaptive-score-alist
20198   '((gnus-unread-mark)
20199     (gnus-ticked-mark (from 4))
20200     (gnus-dormant-mark (from 5))
20201     (gnus-del-mark (from -4) (subject -1))
20202     (gnus-read-mark (from 4) (subject 2))
20203     (gnus-expirable-mark (from -1) (subject -1))
20204     (gnus-killed-mark (from -1) (subject -3))
20205     (gnus-kill-file-mark)
20206     (gnus-ancient-mark)
20207     (gnus-low-score-mark)
20208     (gnus-catchup-mark (from -1) (subject -1))))
20209 @end lisp
20210
20211 As you see, each element in this alist has a mark as a key (either a
20212 variable name or a ``real'' mark---a character).  Following this key is
20213 a arbitrary number of header/score pairs.  If there are no header/score
20214 pairs following the key, no adaptive scoring will be done on articles
20215 that have that key as the article mark.  For instance, articles with
20216 @code{gnus-unread-mark} in the example above will not get adaptive score
20217 entries.
20218
20219 Each article can have only one mark, so just a single of these rules
20220 will be applied to each article.
20221
20222 To take @code{gnus-del-mark} as an example---this alist says that all
20223 articles that have that mark (i.e., are marked with @samp{e}) will have a
20224 score entry added to lower based on the @code{From} header by -4, and
20225 lowered by @code{Subject} by -1.  Change this to fit your prejudices.
20226
20227 If you have marked 10 articles with the same subject with
20228 @code{gnus-del-mark}, the rule for that mark will be applied ten times.
20229 That means that that subject will get a score of ten times -1, which
20230 should be, unless I'm much mistaken, -10.
20231
20232 If you have auto-expirable (mail) groups (@pxref{Expiring Mail}), all
20233 the read articles will be marked with the @samp{E} mark.  This'll
20234 probably make adaptive scoring slightly impossible, so auto-expiring and
20235 adaptive scoring doesn't really mix very well.
20236
20237 The headers you can score on are @code{from}, @code{subject},
20238 @code{message-id}, @code{references}, @code{xref}, @code{lines},
20239 @code{chars} and @code{date}.  In addition, you can score on
20240 @code{followup}, which will create an adaptive score entry that matches
20241 on the @code{References} header using the @code{Message-ID} of the
20242 current article, thereby matching the following thread.
20243
20244 If you use this scheme, you should set the score file atom @code{mark}
20245 to something small---like -300, perhaps, to avoid having small random
20246 changes result in articles getting marked as read.
20247
20248 After using adaptive scoring for a week or so, Gnus should start to
20249 become properly trained and enhance the authors you like best, and kill
20250 the authors you like least, without you having to say so explicitly.
20251
20252 You can control what groups the adaptive scoring is to be performed on
20253 by using the score files (@pxref{Score File Format}).  This will also
20254 let you use different rules in different groups.
20255
20256 @vindex gnus-adaptive-file-suffix
20257 The adaptive score entries will be put into a file where the name is the
20258 group name with @code{gnus-adaptive-file-suffix} appended.  The default
20259 is @file{ADAPT}.
20260
20261 @vindex gnus-adaptive-pretty-print
20262 Adaptive score files can get huge and are not meant to be edited by
20263 human hands.  If @code{gnus-adaptive-pretty-print} is @code{nil} (the
20264 deafult) those files will not be written in a human readable way.
20265
20266 @vindex gnus-score-exact-adapt-limit
20267 When doing adaptive scoring, substring or fuzzy matching would probably
20268 give you the best results in most cases.  However, if the header one
20269 matches is short, the possibility for false positives is great, so if
20270 the length of the match is less than
20271 @code{gnus-score-exact-adapt-limit}, exact matching will be used.  If
20272 this variable is @code{nil}, exact matching will always be used to avoid
20273 this problem.
20274
20275 @vindex gnus-default-adaptive-word-score-alist
20276 As mentioned above, you can adapt either on individual words or entire
20277 headers.  If you adapt on words, the
20278 @code{gnus-default-adaptive-word-score-alist} variable says what score
20279 each instance of a word should add given a mark.
20280
20281 @lisp
20282 (setq gnus-default-adaptive-word-score-alist
20283       `((,gnus-read-mark . 30)
20284         (,gnus-catchup-mark . -10)
20285         (,gnus-killed-mark . -20)
20286         (,gnus-del-mark . -15)))
20287 @end lisp
20288
20289 This is the default value.  If you have adaption on words enabled, every
20290 word that appears in subjects of articles marked with
20291 @code{gnus-read-mark} will result in a score rule that increase the
20292 score with 30 points.
20293
20294 @vindex gnus-default-ignored-adaptive-words
20295 @vindex gnus-ignored-adaptive-words
20296 Words that appear in the @code{gnus-default-ignored-adaptive-words} list
20297 will be ignored.  If you wish to add more words to be ignored, use the
20298 @code{gnus-ignored-adaptive-words} list instead.
20299
20300 @vindex gnus-adaptive-word-length-limit
20301 Some may feel that short words shouldn't count when doing adaptive
20302 scoring.  If so, you may set @code{gnus-adaptive-word-length-limit} to
20303 an integer.  Words shorter than this number will be ignored.  This
20304 variable defaults to @code{nil}.
20305
20306 @vindex gnus-adaptive-word-syntax-table
20307 When the scoring is done, @code{gnus-adaptive-word-syntax-table} is the
20308 syntax table in effect.  It is similar to the standard syntax table, but
20309 it considers numbers to be non-word-constituent characters.
20310
20311 @vindex gnus-adaptive-word-minimum
20312 If @code{gnus-adaptive-word-minimum} is set to a number, the adaptive
20313 word scoring process will never bring down the score of an article to
20314 below this number.  The default is @code{nil}.
20315
20316 @vindex gnus-adaptive-word-no-group-words
20317 If @code{gnus-adaptive-word-no-group-words} is set to @code{t}, gnus
20318 won't adaptively word score any of the words in the group name.  Useful
20319 for groups like @samp{comp.editors.emacs}, where most of the subject
20320 lines contain the word @samp{emacs}.
20321
20322 After using this scheme for a while, it might be nice to write a
20323 @code{gnus-psychoanalyze-user} command to go through the rules and see
20324 what words you like and what words you don't like.  Or perhaps not.
20325
20326 Note that the adaptive word scoring thing is highly experimental and is
20327 likely to change in the future.  Initial impressions seem to indicate
20328 that it's totally useless as it stands.  Some more work (involving more
20329 rigorous statistical methods) will have to be done to make this useful.
20330
20331
20332 @node Home Score File
20333 @section Home Score File
20334
20335 The score file where new score file entries will go is called the
20336 @dfn{home score file}.  This is normally (and by default) the score file
20337 for the group itself.  For instance, the home score file for
20338 @samp{gnu.emacs.gnus} is @file{gnu.emacs.gnus.SCORE}.
20339
20340 However, this may not be what you want.  It is often convenient to share
20341 a common home score file among many groups---all @samp{emacs} groups
20342 could perhaps use the same home score file.
20343
20344 @vindex gnus-home-score-file
20345 The variable that controls this is @code{gnus-home-score-file}.  It can
20346 be:
20347
20348 @enumerate
20349 @item
20350 A string.  Then this file will be used as the home score file for all
20351 groups.
20352
20353 @item
20354 A function.  The result of this function will be used as the home score
20355 file.  The function will be called with the name of the group as the
20356 parameter.
20357
20358 @item
20359 A list.  The elements in this list can be:
20360
20361 @enumerate
20362 @item
20363 @code{(@var{regexp} @var{file-name})}.  If the @var{regexp} matches the
20364 group name, the @var{file-name} will be used as the home score file.
20365
20366 @item
20367 A function.  If the function returns non-@code{nil}, the result will
20368 be used as the home score file.
20369
20370 @item
20371 A string.  Use the string as the home score file.
20372 @end enumerate
20373
20374 The list will be traversed from the beginning towards the end looking
20375 for matches.
20376
20377 @end enumerate
20378
20379 So, if you want to use just a single score file, you could say:
20380
20381 @lisp
20382 (setq gnus-home-score-file
20383       "my-total-score-file.SCORE")
20384 @end lisp
20385
20386 If you want to use @file{gnu.SCORE} for all @samp{gnu} groups and
20387 @file{rec.SCORE} for all @samp{rec} groups (and so on), you can say:
20388
20389 @findex gnus-hierarchial-home-score-file
20390 @lisp
20391 (setq gnus-home-score-file
20392       'gnus-hierarchial-home-score-file)
20393 @end lisp
20394
20395 This is a ready-made function provided for your convenience.
20396 Other functions include
20397
20398 @table @code
20399 @item gnus-current-home-score-file
20400 @findex gnus-current-home-score-file
20401 Return the ``current'' regular score file.  This will make scoring
20402 commands add entry to the ``innermost'' matching score file.
20403
20404 @end table
20405
20406 If you want to have one score file for the @samp{emacs} groups and
20407 another for the @samp{comp} groups, while letting all other groups use
20408 their own home score files:
20409
20410 @lisp
20411 (setq gnus-home-score-file
20412       ;; @r{All groups that match the regexp @code{"\\.emacs"}}
20413       '(("\\.emacs" "emacs.SCORE")
20414         ;; @r{All the comp groups in one score file}
20415         ("^comp" "comp.SCORE")))
20416 @end lisp
20417
20418 @vindex gnus-home-adapt-file
20419 @code{gnus-home-adapt-file} works exactly the same way as
20420 @code{gnus-home-score-file}, but says what the home adaptive score file
20421 is instead.  All new adaptive file entries will go into the file
20422 specified by this variable, and the same syntax is allowed.
20423
20424 In addition to using @code{gnus-home-score-file} and
20425 @code{gnus-home-adapt-file}, you can also use group parameters
20426 (@pxref{Group Parameters}) and topic parameters (@pxref{Topic
20427 Parameters}) to achieve much the same.  Group and topic parameters take
20428 precedence over this variable.
20429
20430
20431 @node Followups To Yourself
20432 @section Followups To Yourself
20433
20434 Gnus offers two commands for picking out the @code{Message-ID} header in
20435 the current buffer.  Gnus will then add a score rule that scores using
20436 this @code{Message-ID} on the @code{References} header of other
20437 articles.  This will, in effect, increase the score of all articles that
20438 respond to the article in the current buffer.  Quite useful if you want
20439 to easily note when people answer what you've said.
20440
20441 @table @code
20442
20443 @item gnus-score-followup-article
20444 @findex gnus-score-followup-article
20445 This will add a score to articles that directly follow up your own
20446 article.
20447
20448 @item gnus-score-followup-thread
20449 @findex gnus-score-followup-thread
20450 This will add a score to all articles that appear in a thread ``below''
20451 your own article.
20452 @end table
20453
20454 @vindex message-sent-hook
20455 These two functions are both primarily meant to be used in hooks like
20456 @code{message-sent-hook}, like this:
20457 @lisp
20458 (add-hook 'message-sent-hook 'gnus-score-followup-thread)
20459 @end lisp
20460
20461
20462 If you look closely at your own @code{Message-ID}, you'll notice that
20463 the first two or three characters are always the same.  Here's two of
20464 mine:
20465
20466 @example
20467 <x6u3u47icf.fsf@@eyesore.no>
20468 <x6sp9o7ibw.fsf@@eyesore.no>
20469 @end example
20470
20471 So ``my'' ident on this machine is @samp{x6}.  This can be
20472 exploited---the following rule will raise the score on all followups to
20473 myself:
20474
20475 @lisp
20476 ("references"
20477  ("<x6[0-9a-z]+\\.fsf\\(_-_\\)?@@.*eyesore\\.no>"
20478   1000 nil r))
20479 @end lisp
20480
20481 Whether it's the first two or first three characters that are ``yours''
20482 is system-dependent.
20483
20484
20485 @node Scoring On Other Headers
20486 @section Scoring On Other Headers
20487 @cindex scoring on other headers
20488
20489 Gnus is quite fast when scoring the ``traditional''
20490 headers---@samp{From}, @samp{Subject} and so on.  However, scoring
20491 other headers requires writing a @code{head} scoring rule, which means
20492 that Gnus has to request every single article from the back end to find
20493 matches.  This takes a long time in big groups.
20494
20495 Now, there's not much you can do about this for news groups, but for
20496 mail groups, you have greater control.  In @ref{To From Newsgroups},
20497 it's explained in greater detail what this mechanism does, but here's
20498 a cookbook example for @code{nnml} on how to allow scoring on the
20499 @samp{To} and @samp{Cc} headers.
20500
20501 Put the following in your @file{~/.gnus.el} file.
20502
20503 @lisp
20504 (setq gnus-extra-headers '(To Cc Newsgroups Keywords)
20505       nnmail-extra-headers gnus-extra-headers)
20506 @end lisp
20507
20508 Restart Gnus and rebuild your @code{nnml} overview files with the
20509 @kbd{M-x nnml-generate-nov-databases} command.  This will take a long
20510 time if you have much mail.
20511
20512 Now you can score on @samp{To} and @samp{Cc} as ``extra headers'' like
20513 so: @kbd{I e s p To RET <your name> RET}.
20514
20515 See?  Simple.
20516
20517
20518 @node Scoring Tips
20519 @section Scoring Tips
20520 @cindex scoring tips
20521
20522 @table @dfn
20523
20524 @item Crossposts
20525 @cindex crossposts
20526 @cindex scoring crossposts
20527 If you want to lower the score of crossposts, the line to match on is
20528 the @code{Xref} header.
20529 @lisp
20530 ("xref" (" talk.politics.misc:" -1000))
20531 @end lisp
20532
20533 @item Multiple crossposts
20534 If you want to lower the score of articles that have been crossposted to
20535 more than, say, 3 groups:
20536 @lisp
20537 ("xref"
20538   ("[^:\n]+:[0-9]+ +[^:\n]+:[0-9]+ +[^:\n]+:[0-9]+"
20539    -1000 nil r))
20540 @end lisp
20541
20542 @item Matching on the body
20543 This is generally not a very good idea---it takes a very long time.
20544 Gnus actually has to fetch each individual article from the server.  But
20545 you might want to anyway, I guess.  Even though there are three match
20546 keys (@code{Head}, @code{Body} and @code{All}), you should choose one
20547 and stick with it in each score file.  If you use any two, each article
20548 will be fetched @emph{twice}.  If you want to match a bit on the
20549 @code{Head} and a bit on the @code{Body}, just use @code{All} for all
20550 the matches.
20551
20552 @item Marking as read
20553 You will probably want to mark articles that have scores below a certain
20554 number as read.  This is most easily achieved by putting the following
20555 in your @file{all.SCORE} file:
20556 @lisp
20557 ((mark -100))
20558 @end lisp
20559 You may also consider doing something similar with @code{expunge}.
20560
20561 @item Negated character classes
20562 If you say stuff like @code{[^abcd]*}, you may get unexpected results.
20563 That will match newlines, which might lead to, well, The Unknown.  Say
20564 @code{[^abcd\n]*} instead.
20565 @end table
20566
20567
20568 @node Reverse Scoring
20569 @section Reverse Scoring
20570 @cindex reverse scoring
20571
20572 If you want to keep just articles that have @samp{Sex with Emacs} in the
20573 subject header, and expunge all other articles, you could put something
20574 like this in your score file:
20575
20576 @lisp
20577 (("subject"
20578   ("Sex with Emacs" 2))
20579  (mark 1)
20580  (expunge 1))
20581 @end lisp
20582
20583 So, you raise all articles that match @samp{Sex with Emacs} and mark the
20584 rest as read, and expunge them to boot.
20585
20586
20587 @node Global Score Files
20588 @section Global Score Files
20589 @cindex global score files
20590
20591 Sure, other newsreaders have ``global kill files''.  These are usually
20592 nothing more than a single kill file that applies to all groups, stored
20593 in the user's home directory.  Bah!  Puny, weak newsreaders!
20594
20595 What I'm talking about here are Global Score Files.  Score files from
20596 all over the world, from users everywhere, uniting all nations in one
20597 big, happy score file union!  Ange-score!  New and untested!
20598
20599 @vindex gnus-global-score-files
20600 All you have to do to use other people's score files is to set the
20601 @code{gnus-global-score-files} variable.  One entry for each score file,
20602 or each score file directory.  Gnus will decide by itself what score
20603 files are applicable to which group.
20604
20605 To use the score file
20606 @file{/ftp@@ftp.gnus.org:/pub/larsi/ding/score/soc.motss.SCORE} and
20607 all score files in the @file{/ftp@@ftp.some-where:/pub/score} directory,
20608 say this:
20609
20610 @lisp
20611 (setq gnus-global-score-files
20612       '("/ftp@@ftp.gnus.org:/pub/larsi/ding/score/soc.motss.SCORE"
20613         "/ftp@@ftp.some-where:/pub/score/"))
20614 @end lisp
20615
20616 @findex gnus-score-search-global-directories
20617 @noindent
20618 Simple, eh?  Directory names must end with a @samp{/}.  These
20619 directories are typically scanned only once during each Gnus session.
20620 If you feel the need to manually re-scan the remote directories, you can
20621 use the @code{gnus-score-search-global-directories} command.
20622
20623 Note that, at present, using this option will slow down group entry
20624 somewhat.  (That is---a lot.)
20625
20626 If you want to start maintaining score files for other people to use,
20627 just put your score file up for anonymous ftp and announce it to the
20628 world.  Become a retro-moderator!  Participate in the retro-moderator
20629 wars sure to ensue, where retro-moderators battle it out for the
20630 sympathy of the people, luring them to use their score files on false
20631 premises!  Yay!  The net is saved!
20632
20633 Here are some tips for the would-be retro-moderator, off the top of my
20634 head:
20635
20636 @itemize @bullet
20637
20638 @item
20639 Articles heavily crossposted are probably junk.
20640 @item
20641 To lower a single inappropriate article, lower by @code{Message-ID}.
20642 @item
20643 Particularly brilliant authors can be raised on a permanent basis.
20644 @item
20645 Authors that repeatedly post off-charter for the group can safely be
20646 lowered out of existence.
20647 @item
20648 Set the @code{mark} and @code{expunge} atoms to obliterate the nastiest
20649 articles completely.
20650
20651 @item
20652 Use expiring score entries to keep the size of the file down.  You
20653 should probably have a long expiry period, though, as some sites keep
20654 old articles for a long time.
20655 @end itemize
20656
20657 @dots{} I wonder whether other newsreaders will support global score files
20658 in the future.  @emph{Snicker}.  Yup, any day now, newsreaders like Blue
20659 Wave, xrn and 1stReader are bound to implement scoring.  Should we start
20660 holding our breath yet?
20661
20662
20663 @node Kill Files
20664 @section Kill Files
20665 @cindex kill files
20666
20667 Gnus still supports those pesky old kill files.  In fact, the kill file
20668 entries can now be expiring, which is something I wrote before Daniel
20669 Quinlan thought of doing score files, so I've left the code in there.
20670
20671 In short, kill processing is a lot slower (and I do mean @emph{a lot})
20672 than score processing, so it might be a good idea to rewrite your kill
20673 files into score files.
20674
20675 Anyway, a kill file is a normal @code{emacs-lisp} file.  You can put any
20676 forms into this file, which means that you can use kill files as some
20677 sort of primitive hook function to be run on group entry, even though
20678 that isn't a very good idea.
20679
20680 Normal kill files look like this:
20681
20682 @lisp
20683 (gnus-kill "From" "Lars Ingebrigtsen")
20684 (gnus-kill "Subject" "ding")
20685 (gnus-expunge "X")
20686 @end lisp
20687
20688 This will mark every article written by me as read, and remove the
20689 marked articles from the summary buffer.  Very useful, you'll agree.
20690
20691 Other programs use a totally different kill file syntax.  If Gnus
20692 encounters what looks like a @code{rn} kill file, it will take a stab at
20693 interpreting it.
20694
20695 Two summary functions for editing a @sc{gnus} kill file:
20696
20697 @table @kbd
20698
20699 @item M-k
20700 @kindex M-k (Summary)
20701 @findex gnus-summary-edit-local-kill
20702 Edit this group's kill file (@code{gnus-summary-edit-local-kill}).
20703
20704 @item M-K
20705 @kindex M-K (Summary)
20706 @findex gnus-summary-edit-global-kill
20707 Edit the general kill file (@code{gnus-summary-edit-global-kill}).
20708 @end table
20709
20710 Two group mode functions for editing the kill files:
20711
20712 @table @kbd
20713
20714 @item M-k
20715 @kindex M-k (Group)
20716 @findex gnus-group-edit-local-kill
20717 Edit this group's kill file (@code{gnus-group-edit-local-kill}).
20718
20719 @item M-K
20720 @kindex M-K (Group)
20721 @findex gnus-group-edit-global-kill
20722 Edit the general kill file (@code{gnus-group-edit-global-kill}).
20723 @end table
20724
20725 Kill file variables:
20726
20727 @table @code
20728 @item gnus-kill-file-name
20729 @vindex gnus-kill-file-name
20730 A kill file for the group @samp{soc.motss} is normally called
20731 @file{soc.motss.KILL}.  The suffix appended to the group name to get
20732 this file name is detailed by the @code{gnus-kill-file-name} variable.
20733 The ``global'' kill file (not in the score file sense of ``global'', of
20734 course) is just called @file{KILL}.
20735
20736 @vindex gnus-kill-save-kill-file
20737 @item gnus-kill-save-kill-file
20738 If this variable is non-@code{nil}, Gnus will save the
20739 kill file after processing, which is necessary if you use expiring
20740 kills.
20741
20742 @item gnus-apply-kill-hook
20743 @vindex gnus-apply-kill-hook
20744 @findex gnus-apply-kill-file-unless-scored
20745 @findex gnus-apply-kill-file
20746 A hook called to apply kill files to a group.  It is
20747 @code{(gnus-apply-kill-file)} by default.  If you want to ignore the
20748 kill file if you have a score file for the same group, you can set this
20749 hook to @code{(gnus-apply-kill-file-unless-scored)}.  If you don't want
20750 kill files to be processed, you should set this variable to @code{nil}.
20751
20752 @item gnus-kill-file-mode-hook
20753 @vindex gnus-kill-file-mode-hook
20754 A hook called in kill-file mode buffers.
20755
20756 @end table
20757
20758
20759 @node Converting Kill Files
20760 @section Converting Kill Files
20761 @cindex kill files
20762 @cindex converting kill files
20763
20764 If you have loads of old kill files, you may want to convert them into
20765 score files.  If they are ``regular'', you can use
20766 the @file{gnus-kill-to-score.el} package; if not, you'll have to do it
20767 by hand.
20768
20769 The kill to score conversion package isn't included in Gnus by default.
20770 You can fetch it from
20771 @uref{http://www.stud.ifi.uio.no/~larsi/ding-various/gnus-kill-to-score.el}.
20772
20773 If your old kill files are very complex---if they contain more
20774 non-@code{gnus-kill} forms than not, you'll have to convert them by
20775 hand.  Or just let them be as they are.  Gnus will still use them as
20776 before.
20777
20778
20779 @node Advanced Scoring
20780 @section Advanced Scoring
20781
20782 Scoring on Subjects and From headers is nice enough, but what if you're
20783 really interested in what a person has to say only when she's talking
20784 about a particular subject?  Or what if you really don't want to
20785 read what person A has to say when she's following up to person B, but
20786 want to read what she says when she's following up to person C?
20787
20788 By using advanced scoring rules you may create arbitrarily complex
20789 scoring patterns.
20790
20791 @menu
20792 * Advanced Scoring Syntax::     A definition.
20793 * Advanced Scoring Examples::   What they look like.
20794 * Advanced Scoring Tips::       Getting the most out of it.
20795 @end menu
20796
20797
20798 @node Advanced Scoring Syntax
20799 @subsection Advanced Scoring Syntax
20800
20801 Ordinary scoring rules have a string as the first element in the rule.
20802 Advanced scoring rules have a list as the first element.  The second
20803 element is the score to be applied if the first element evaluated to a
20804 non-@code{nil} value.
20805
20806 These lists may consist of three logical operators, one redirection
20807 operator, and various match operators.
20808
20809 Logical operators:
20810
20811 @table @code
20812 @item &
20813 @itemx and
20814 This logical operator will evaluate each of its arguments until it finds
20815 one that evaluates to @code{false}, and then it'll stop.  If all arguments
20816 evaluate to @code{true} values, then this operator will return
20817 @code{true}.
20818
20819 @item |
20820 @itemx or
20821 This logical operator will evaluate each of its arguments until it finds
20822 one that evaluates to @code{true}.  If no arguments are @code{true},
20823 then this operator will return @code{false}.
20824
20825 @item !
20826 @itemx not
20827 @itemx Â¬
20828 This logical operator only takes a single argument.  It returns the
20829 logical negation of the value of its argument.
20830
20831 @end table
20832
20833 There is an @dfn{indirection operator} that will make its arguments
20834 apply to the ancestors of the current article being scored.  For
20835 instance, @code{1-} will make score rules apply to the parent of the
20836 current article.  @code{2-} will make score rules apply to the
20837 grandparent of the current article.  Alternatively, you can write
20838 @code{^^}, where the number of @code{^}s (carets) says how far back into
20839 the ancestry you want to go.
20840
20841 Finally, we have the match operators.  These are the ones that do the
20842 real work.  Match operators are header name strings followed by a match
20843 and a match type.  A typical match operator looks like @samp{("from"
20844 "Lars Ingebrigtsen" s)}.  The header names are the same as when using
20845 simple scoring, and the match types are also the same.
20846
20847
20848 @node Advanced Scoring Examples
20849 @subsection Advanced Scoring Examples
20850
20851 Please note that the following examples are score file rules.  To
20852 make a complete score file from them, surround them with another pair
20853 of parentheses.
20854
20855 Let's say you want to increase the score of articles written by Lars
20856 when he's talking about Gnus:
20857
20858 @example
20859 @group
20860 ((&
20861   ("from" "Lars Ingebrigtsen")
20862   ("subject" "Gnus"))
20863  1000)
20864 @end group
20865 @end example
20866
20867 Quite simple, huh?
20868
20869 When he writes long articles, he sometimes has something nice to say:
20870
20871 @example
20872 ((&
20873   ("from" "Lars Ingebrigtsen")
20874   (|
20875    ("subject" "Gnus")
20876    ("lines" 100 >)))
20877  1000)
20878 @end example
20879
20880 However, when he responds to things written by Reig Eigil Logge, you
20881 really don't want to read what he's written:
20882
20883 @example
20884 ((&
20885   ("from" "Lars Ingebrigtsen")
20886   (1- ("from" "Reig Eigir Logge")))
20887  -100000)
20888 @end example
20889
20890 Everybody that follows up Redmondo when he writes about disappearing
20891 socks should have their scores raised, but only when they talk about
20892 white socks.  However, when Lars talks about socks, it's usually not
20893 very interesting:
20894
20895 @example
20896 ((&
20897   (1-
20898    (&
20899     ("from" "redmondo@@.*no" r)
20900     ("body" "disappearing.*socks" t)))
20901   (! ("from" "Lars Ingebrigtsen"))
20902   ("body" "white.*socks"))
20903  1000)
20904 @end example
20905
20906 Suppose you're reading a high volume group and you're only interested
20907 in replies. The plan is to score down all articles that don't have
20908 subject that begin with "Re:", "Fw:" or "Fwd:" and then score up all
20909 parents of articles that have subjects that begin with reply marks.
20910
20911 @example
20912 ((! ("subject" "re:\\|fwd?:" r))
20913   -200)
20914 ((1- ("subject" "re:\\|fwd?:" r))
20915   200)
20916 @end example
20917
20918 The possibilities are endless.
20919
20920 @node Advanced Scoring Tips
20921 @subsection Advanced Scoring Tips
20922
20923 The @code{&} and @code{|} logical operators do short-circuit logic.
20924 That is, they stop processing their arguments when it's clear what the
20925 result of the operation will be.  For instance, if one of the arguments
20926 of an @code{&} evaluates to @code{false}, there's no point in evaluating
20927 the rest of the arguments.  This means that you should put slow matches
20928 (@samp{body}, @samp{header}) last and quick matches (@samp{from},
20929 @samp{subject}) first.
20930
20931 The indirection arguments (@code{1-} and so on) will make their
20932 arguments work on previous generations of the thread.  If you say
20933 something like:
20934
20935 @example
20936 ...
20937 (1-
20938  (1-
20939   ("from" "lars")))
20940 ...
20941 @end example
20942
20943 Then that means ``score on the from header of the grandparent of the
20944 current article''.  An indirection is quite fast, but it's better to say:
20945
20946 @example
20947 (1-
20948  (&
20949   ("from" "Lars")
20950   ("subject" "Gnus")))
20951 @end example
20952
20953 than it is to say:
20954
20955 @example
20956 (&
20957  (1- ("from" "Lars"))
20958  (1- ("subject" "Gnus")))
20959 @end example
20960
20961
20962 @node Score Decays
20963 @section Score Decays
20964 @cindex score decays
20965 @cindex decays
20966
20967 You may find that your scores have a tendency to grow without
20968 bounds, especially if you're using adaptive scoring.  If scores get too
20969 big, they lose all meaning---they simply max out and it's difficult to
20970 use them in any sensible way.
20971
20972 @vindex gnus-decay-scores
20973 @findex gnus-decay-score
20974 @vindex gnus-decay-score-function
20975 Gnus provides a mechanism for decaying scores to help with this problem.
20976 When score files are loaded and @code{gnus-decay-scores} is
20977 non-@code{nil}, Gnus will run the score files through the decaying
20978 mechanism thereby lowering the scores of all non-permanent score rules.
20979 If @code{gnus-decay-scores} is a regexp, only score files matching this
20980 regexp are treated.  E.g. you may set it to @samp{\\.ADAPT\\'} if only
20981 @emph{adaptive} score files should be decayed.  The decay itself if
20982 performed by the @code{gnus-decay-score-function} function, which is
20983 @code{gnus-decay-score} by default.  Here's the definition of that
20984 function:
20985
20986 @lisp
20987 (defun gnus-decay-score (score)
20988   "Decay SCORE according to `gnus-score-decay-constant'
20989 and `gnus-score-decay-scale'."
20990   (let ((n (- score
20991               (* (if (< score 0) -1 1)
20992                  (min (abs score)
20993                       (max gnus-score-decay-constant
20994                            (* (abs score)
20995                               gnus-score-decay-scale)))))))
20996     (if (and (featurep 'xemacs)
20997              ;; XEmacs' floor can handle only the floating point
20998              ;; number below the half of the maximum integer.
20999              (> (abs n) (lsh -1 -2)))
21000         (string-to-number
21001          (car (split-string (number-to-string n) "\\.")))
21002       (floor n))))
21003 @end lisp
21004
21005 @vindex gnus-score-decay-scale
21006 @vindex gnus-score-decay-constant
21007 @code{gnus-score-decay-constant} is 3 by default and
21008 @code{gnus-score-decay-scale} is 0.05.  This should cause the following:
21009
21010 @enumerate
21011 @item
21012 Scores between -3 and 3 will be set to 0 when this function is called.
21013
21014 @item
21015 Scores with magnitudes between 3 and 60 will be shrunk by 3.
21016
21017 @item
21018 Scores with magnitudes greater than 60 will be shrunk by 5% of the
21019 score.
21020 @end enumerate
21021
21022 If you don't like this decay function, write your own.  It is called
21023 with the score to be decayed as its only parameter, and it should return
21024 the new score, which should be an integer.
21025
21026 Gnus will try to decay scores once a day.  If you haven't run Gnus for
21027 four days, Gnus will decay the scores four times, for instance.
21028
21029 @iftex
21030 @iflatex
21031 @chapter Message
21032 @include message.texi
21033 @chapter Emacs MIME
21034 @include emacs-mime.texi
21035 @chapter Sieve
21036 @include sieve.texi
21037 @chapter PGG
21038 @include pgg.texi
21039 @chapter SASL
21040 @include sasl.texi
21041 @end iflatex
21042 @end iftex
21043
21044 @node Various
21045 @chapter Various
21046
21047 @menu
21048 * Process/Prefix::              A convention used by many treatment commands.
21049 * Interactive::                 Making Gnus ask you many questions.
21050 * Symbolic Prefixes::           How to supply some Gnus functions with options.
21051 * Formatting Variables::        You can specify what buffers should look like.
21052 * Window Layout::               Configuring the Gnus buffer windows.
21053 * Faces and Fonts::             How to change how faces look.
21054 * Compilation::                 How to speed Gnus up.
21055 * Mode Lines::                  Displaying information in the mode lines.
21056 * Highlighting and Menus::      Making buffers look all nice and cozy.
21057 * Buttons::                     Get tendinitis in ten easy steps!
21058 * Daemons::                     Gnus can do things behind your back.
21059 * NoCeM::                       How to avoid spam and other fatty foods.
21060 * Undo::                        Some actions can be undone.
21061 * Predicate Specifiers::        Specifying predicates.
21062 * Moderation::                  What to do if you're a moderator.
21063 * Fetching a Group::            Starting Gnus just to read a group.
21064 * Image Enhancements::          Modern versions of Emacs/XEmacs can display images.
21065 * Fuzzy Matching::              What's the big fuzz?
21066 * Thwarting Email Spam::        A how-to on avoiding unsolicited commercial email.
21067 * Other modes::                 Interaction with other modes.
21068 * Various Various::             Things that are really various.
21069 @end menu
21070
21071
21072 @node Process/Prefix
21073 @section Process/Prefix
21074 @cindex process/prefix convention
21075
21076 Many functions, among them functions for moving, decoding and saving
21077 articles, use what is known as the @dfn{Process/Prefix convention}.
21078
21079 This is a method for figuring out what articles the user wants the
21080 command to be performed on.
21081
21082 It goes like this:
21083
21084 If the numeric prefix is N, perform the operation on the next N
21085 articles, starting with the current one.  If the numeric prefix is
21086 negative, perform the operation on the previous N articles, starting
21087 with the current one.
21088
21089 @vindex transient-mark-mode
21090 If @code{transient-mark-mode} in non-@code{nil} and the region is
21091 active, all articles in the region will be worked upon.
21092
21093 If there is no numeric prefix, but some articles are marked with the
21094 process mark, perform the operation on the articles marked with
21095 the process mark.
21096
21097 If there is neither a numeric prefix nor any articles marked with the
21098 process mark, just perform the operation on the current article.
21099
21100 Quite simple, really, but it needs to be made clear so that surprises
21101 are avoided.
21102
21103 Commands that react to the process mark will push the current list of
21104 process marked articles onto a stack and will then clear all process
21105 marked articles.  You can restore the previous configuration with the
21106 @kbd{M P y} command (@pxref{Setting Process Marks}).
21107
21108 @vindex gnus-summary-goto-unread
21109 One thing that seems to shock & horrify lots of people is that, for
21110 instance, @kbd{3 d} does exactly the same as @kbd{d} @kbd{d} @kbd{d}.
21111 Since each @kbd{d} (which marks the current article as read) by default
21112 goes to the next unread article after marking, this means that @kbd{3 d}
21113 will mark the next three unread articles as read, no matter what the
21114 summary buffer looks like.  Set @code{gnus-summary-goto-unread} to
21115 @code{nil} for a more straightforward action.
21116
21117 Many commands do not use the process/prefix convention.  All commands
21118 that do explicitly say so in this manual.  To apply the process/prefix
21119 convention to commands that do not use it, you can use the @kbd{M-&}
21120 command.  For instance, to mark all the articles in the group as
21121 expirable, you could say @kbd{M P b M-& E}.
21122
21123
21124 @node Interactive
21125 @section Interactive
21126 @cindex interaction
21127
21128 @table @code
21129
21130 @item gnus-novice-user
21131 @vindex gnus-novice-user
21132 If this variable is non-@code{nil}, you are either a newcomer to the
21133 World of Usenet, or you are very cautious, which is a nice thing to be,
21134 really.  You will be given questions of the type ``Are you sure you want
21135 to do this?'' before doing anything dangerous.  This is @code{t} by
21136 default.
21137
21138 @item gnus-expert-user
21139 @vindex gnus-expert-user
21140 If this variable is non-@code{nil}, you will seldom be asked any
21141 questions by Gnus.  It will simply assume you know what you're doing, no
21142 matter how strange.
21143
21144 @item gnus-interactive-catchup
21145 @vindex gnus-interactive-catchup
21146 Require confirmation before catching up a group if non-@code{nil}.  It
21147 is @code{t} by default.
21148
21149 @item gnus-interactive-exit
21150 @vindex gnus-interactive-exit
21151 Require confirmation before exiting Gnus.  This variable is @code{t} by
21152 default.
21153 @end table
21154
21155
21156 @node Symbolic Prefixes
21157 @section Symbolic Prefixes
21158 @cindex symbolic prefixes
21159
21160 Quite a lot of Emacs commands react to the (numeric) prefix.  For
21161 instance, @kbd{C-u 4 C-f} moves point four characters forward, and
21162 @kbd{C-u 9 0 0 I s s p} adds a permanent @code{Subject} substring score
21163 rule of 900 to the current article.
21164
21165 This is all nice and well, but what if you want to give a command some
21166 additional information?  Well, what most commands do is interpret the
21167 ``raw'' prefix in some special way.  @kbd{C-u 0 C-x C-s} means that one
21168 doesn't want a backup file to be created when saving the current buffer,
21169 for instance.  But what if you want to save without making a backup
21170 file, and you want Emacs to flash lights and play a nice tune at the
21171 same time?  You can't, and you're probably perfectly happy that way.
21172
21173 @kindex M-i (Summary)
21174 @findex gnus-symbolic-argument
21175 I'm not, so I've added a second prefix---the @dfn{symbolic prefix}.  The
21176 prefix key is @kbd{M-i} (@code{gnus-symbolic-argument}), and the next
21177 character typed in is the value.  You can stack as many @kbd{M-i}
21178 prefixes as you want.  @kbd{M-i a C-M-u} means ``feed the @kbd{C-M-u}
21179 command the symbolic prefix @code{a}''.  @kbd{M-i a M-i b C-M-u} means
21180 ``feed the @kbd{C-M-u} command the symbolic prefixes @code{a} and
21181 @code{b}''.  You get the drift.
21182
21183 Typing in symbolic prefixes to commands that don't accept them doesn't
21184 hurt, but it doesn't do any good either.  Currently not many Gnus
21185 functions make use of the symbolic prefix.
21186
21187 If you're interested in how Gnus implements this, @pxref{Extended
21188 Interactive}.
21189
21190
21191 @node Formatting Variables
21192 @section Formatting Variables
21193 @cindex formatting variables
21194
21195 Throughout this manual you've probably noticed lots of variables called
21196 things like @code{gnus-group-line-format} and
21197 @code{gnus-summary-mode-line-format}.  These control how Gnus is to
21198 output lines in the various buffers.  There's quite a lot of them.
21199 Fortunately, they all use the same syntax, so there's not that much to
21200 be annoyed by.
21201
21202 Here's an example format spec (from the group buffer): @samp{%M%S%5y:
21203 %(%g%)\n}.  We see that it is indeed extremely ugly, and that there are
21204 lots of percentages everywhere.
21205
21206 @menu
21207 * Formatting Basics::           A formatting variable is basically a format string.
21208 * Mode Line Formatting::        Some rules about mode line formatting variables.
21209 * Advanced Formatting::         Modifying output in various ways.
21210 * User-Defined Specs::          Having Gnus call your own functions.
21211 * Formatting Fonts::            Making the formatting look colorful and nice.
21212 * Positioning Point::           Moving point to a position after an operation.
21213 * Tabulation::                  Tabulating your output.
21214 * Wide Characters::             Dealing with wide characters.
21215 @end menu
21216
21217 Currently Gnus uses the following formatting variables:
21218 @code{gnus-group-line-format}, @code{gnus-summary-line-format},
21219 @code{gnus-server-line-format}, @code{gnus-topic-line-format},
21220 @code{gnus-group-mode-line-format},
21221 @code{gnus-summary-mode-line-format},
21222 @code{gnus-article-mode-line-format},
21223 @code{gnus-server-mode-line-format}, and
21224 @code{gnus-summary-pick-line-format}.
21225
21226 All these format variables can also be arbitrary elisp forms.  In that
21227 case, they will be @code{eval}ed to insert the required lines.
21228
21229 @kindex M-x gnus-update-format
21230 @findex gnus-update-format
21231 Gnus includes a command to help you while creating your own format
21232 specs.  @kbd{M-x gnus-update-format} will @code{eval} the current form,
21233 update the spec in question and pop you to a buffer where you can
21234 examine the resulting Lisp code to be run to generate the line.
21235
21236
21237
21238 @node Formatting Basics
21239 @subsection Formatting Basics
21240
21241 Each @samp{%} element will be replaced by some string or other when the
21242 buffer in question is generated.  @samp{%5y} means ``insert the @samp{y}
21243 spec, and pad with spaces to get a 5-character field''.
21244
21245 As with normal C and Emacs Lisp formatting strings, the numerical
21246 modifier between the @samp{%} and the formatting type character will
21247 @dfn{pad} the output so that it is always at least that long.
21248 @samp{%5y} will make the field always (at least) five characters wide by
21249 padding with spaces to the left.  If you say @samp{%-5y}, it will pad to
21250 the right instead.
21251
21252 You may also wish to limit the length of the field to protect against
21253 particularly wide values.  For that you can say @samp{%4,6y}, which
21254 means that the field will never be more than 6 characters wide and never
21255 less than 4 characters wide.
21256
21257 Also Gnus supports some extended format specifications, such as
21258 @samp{%&user-date;}.
21259
21260
21261 @node Mode Line Formatting
21262 @subsection Mode Line Formatting
21263
21264 Mode line formatting variables (e.g.,
21265 @code{gnus-summary-mode-line-format}) follow the same rules as other,
21266 buffer line oriented formatting variables (@pxref{Formatting Basics})
21267 with the following two differences:
21268
21269 @enumerate
21270
21271 @item
21272 There must be no newline (@samp{\n}) at the end.
21273
21274 @item
21275 The special @samp{%%b} spec can be used to display the buffer name.
21276 Well, it's no spec at all, really---@samp{%%} is just a way to quote
21277 @samp{%} to allow it to pass through the formatting machinery unmangled,
21278 so that Emacs receives @samp{%b}, which is something the Emacs mode line
21279 display interprets to mean ``show the buffer name''.  For a full list of
21280 mode line specs Emacs understands, see the documentation of the
21281 @code{mode-line-format} variable.
21282
21283 @end enumerate
21284
21285
21286 @node Advanced Formatting
21287 @subsection Advanced Formatting
21288
21289 It is frequently useful to post-process the fields in some way.
21290 Padding, limiting, cutting off parts and suppressing certain values can
21291 be achieved by using @dfn{tilde modifiers}.  A typical tilde spec might
21292 look like @samp{%~(cut 3)~(ignore "0")y}.
21293
21294 These are the valid modifiers:
21295
21296 @table @code
21297 @item pad
21298 @itemx pad-left
21299 Pad the field to the left with spaces until it reaches the required
21300 length.
21301
21302 @item pad-right
21303 Pad the field to the right with spaces until it reaches the required
21304 length.
21305
21306 @item max
21307 @itemx max-left
21308 Cut off characters from the left until it reaches the specified length.
21309
21310 @item max-right
21311 Cut off characters from the right until it reaches the specified
21312 length.
21313
21314 @item cut
21315 @itemx cut-left
21316 Cut off the specified number of characters from the left.
21317
21318 @item cut-right
21319 Cut off the specified number of characters from the right.
21320
21321 @item ignore
21322 Return an empty string if the field is equal to the specified value.
21323
21324 @item form
21325 Use the specified form as the field value when the @samp{@@} spec is
21326 used.
21327
21328 Here's an example:
21329
21330 @lisp
21331 "~(form (current-time-string))@@"
21332 @end lisp
21333
21334 @end table
21335
21336 Let's take an example.  The @samp{%o} spec in the summary mode lines
21337 will return a date in compact ISO8601 format---@samp{19960809T230410}.
21338 This is quite a mouthful, so we want to shave off the century number and
21339 the time, leaving us with a six-character date.  That would be
21340 @samp{%~(cut-left 2)~(max-right 6)~(pad 6)o}.  (Cutting is done before
21341 maxing, and we need the padding to ensure that the date is never less
21342 than 6 characters to make it look nice in columns.)
21343
21344 Ignoring is done first; then cutting; then maxing; and then as the very
21345 last operation, padding.
21346
21347 If you use lots of these advanced thingies, you'll find that Gnus gets
21348 quite slow.  This can be helped enormously by running @kbd{M-x
21349 gnus-compile} when you are satisfied with the look of your lines.
21350 @xref{Compilation}.
21351
21352
21353 @node User-Defined Specs
21354 @subsection User-Defined Specs
21355
21356 All the specs allow for inserting user defined specifiers---@samp{u}.
21357 The next character in the format string should be a letter.  Gnus
21358 will call the function @code{gnus-user-format-function-}@samp{X}, where
21359 @samp{X} is the letter following @samp{%u}.  The function will be passed
21360 a single parameter---what the parameter means depends on what buffer
21361 it's being called from.  The function should return a string, which will
21362 be inserted into the buffer just like information from any other
21363 specifier.  This function may also be called with dummy values, so it
21364 should protect against that.
21365
21366 Also Gnus supports extended user-defined specs, such as @samp{%u&foo;}.
21367 Gnus will call the function @code{gnus-user-format-function-}@samp{foo}.
21368
21369 You can also use tilde modifiers (@pxref{Advanced Formatting} to achieve
21370 much the same without defining new functions.  Here's an example:
21371 @samp{%~(form (count-lines (point-min) (point)))@@}.  The form
21372 given here will be evaluated to yield the current line number, and then
21373 inserted.
21374
21375
21376 @node Formatting Fonts
21377 @subsection Formatting Fonts
21378
21379 There are specs for highlighting, and these are shared by all the format
21380 variables.  Text inside the @samp{%(} and @samp{%)} specifiers will get
21381 the special @code{mouse-face} property set, which means that it will be
21382 highlighted (with @code{gnus-mouse-face}) when you put the mouse pointer
21383 over it.
21384
21385 Text inside the @samp{%@{} and @samp{%@}} specifiers will have their
21386 normal faces set using @code{gnus-face-0}, which is @code{bold} by
21387 default.  If you say @samp{%1@{}, you'll get @code{gnus-face-1} instead,
21388 and so on.  Create as many faces as you wish.  The same goes for the
21389 @code{mouse-face} specs---you can say @samp{%3(hello%)} to have
21390 @samp{hello} mouse-highlighted with @code{gnus-mouse-face-3}.
21391
21392 Text inside the @samp{%<<} and @samp{%>>} specifiers will get the
21393 special @code{balloon-help} property set to
21394 @code{gnus-balloon-face-0}.  If you say @samp{%1<<}, you'll get
21395 @code{gnus-balloon-face-1} and so on.  The @code{gnus-balloon-face-*}
21396 variables should be either strings or symbols naming functions that
21397 return a string.  When the mouse passes over text with this property
21398 set, a balloon window will appear and display the string.  Please
21399 refer to @ref{Tooltips, ,Tooltips, emacs, The Emacs Manual},
21400 (in GNU Emacs) or the doc string of @code{balloon-help-mode} (in
21401 XEmacs) for more information on this.  (For technical reasons, the
21402 guillemets have been approximated as @samp{<<} and @samp{>>} in this
21403 paragraph.)
21404
21405 Here's an alternative recipe for the group buffer:
21406
21407 @lisp
21408 ;; @r{Create three face types.}
21409 (setq gnus-face-1 'bold)
21410 (setq gnus-face-3 'italic)
21411
21412 ;; @r{We want the article count to be in}
21413 ;; @r{a bold and green face.  So we create}
21414 ;; @r{a new face called @code{my-green-bold}.}
21415 (copy-face 'bold 'my-green-bold)
21416 ;; @r{Set the color.}
21417 (set-face-foreground 'my-green-bold "ForestGreen")
21418 (setq gnus-face-2 'my-green-bold)
21419
21420 ;; @r{Set the new & fancy format.}
21421 (setq gnus-group-line-format
21422       "%M%S%3@{%5y%@}%2[:%] %(%1@{%g%@}%)\n")
21423 @end lisp
21424
21425 I'm sure you'll be able to use this scheme to create totally unreadable
21426 and extremely vulgar displays.  Have fun!
21427
21428 Note that the @samp{%(} specs (and friends) do not make any sense on the
21429 mode-line variables.
21430
21431 @node Positioning Point
21432 @subsection Positioning Point
21433
21434 Gnus usually moves point to a pre-defined place on each line in most
21435 buffers.  By default, point move to the first colon character on the
21436 line.  You can customize this behavior in three different ways.
21437
21438 You can move the colon character to somewhere else on the line.
21439
21440 @findex gnus-goto-colon
21441 You can redefine the function that moves the point to the colon.  The
21442 function is called @code{gnus-goto-colon}.
21443
21444 But perhaps the most convenient way to deal with this, if you don't want
21445 to have a colon in your line, is to use the @samp{%*} specifier.  If you
21446 put a @samp{%*} somewhere in your format line definition, Gnus will
21447 place point there.
21448
21449
21450 @node Tabulation
21451 @subsection Tabulation
21452
21453 You can usually line up your displays by padding and cutting your
21454 strings.  However, when combining various strings of different size, it
21455 can often be more convenient to just output the strings, and then worry
21456 about lining up the following text afterwards.
21457
21458 To do that, Gnus supplies tabulator specs---@samp{%=}.  There are two
21459 different types---@dfn{hard tabulators} and @dfn{soft tabulators}.
21460
21461 @samp{%50=} will insert space characters to pad the line up to column
21462 50.  If the text is already past column 50, nothing will be inserted.
21463 This is the soft tabulator.
21464
21465 @samp{%-50=} will insert space characters to pad the line up to column
21466 50.  If the text is already past column 50, the excess text past column
21467 50 will be removed.  This is the hard tabulator.
21468
21469
21470 @node Wide Characters
21471 @subsection Wide Characters
21472
21473 Fixed width fonts in most countries have characters of the same width.
21474 Some countries, however, use Latin characters mixed with wider
21475 characters---most notable East Asian countries.
21476
21477 The problem is that when formatting, Gnus assumes that if a string is 10
21478 characters wide, it'll be 10 Latin characters wide on the screen.  In
21479 these countries, that's not true.
21480
21481 @vindex gnus-use-correct-string-widths
21482 To help fix this, you can set @code{gnus-use-correct-string-widths} to
21483 @code{t}.  This makes buffer generation slower, but the results will be
21484 prettier.  The default value under XEmacs is @code{t} but @code{nil}
21485 for Emacs.
21486
21487
21488 @node Window Layout
21489 @section Window Layout
21490 @cindex window layout
21491
21492 No, there's nothing here about X, so be quiet.
21493
21494 @vindex gnus-use-full-window
21495 If @code{gnus-use-full-window} non-@code{nil}, Gnus will delete all
21496 other windows and occupy the entire Emacs screen by itself.  It is
21497 @code{t} by default.
21498
21499 Setting this variable to @code{nil} kinda works, but there are
21500 glitches.  Use at your own peril.
21501
21502 @vindex gnus-buffer-configuration
21503 @code{gnus-buffer-configuration} describes how much space each Gnus
21504 buffer should be given.  Here's an excerpt of this variable:
21505
21506 @lisp
21507 ((group (vertical 1.0 (group 1.0 point)
21508                       (if gnus-carpal (group-carpal 4))))
21509  (article (vertical 1.0 (summary 0.25 point)
21510                         (article 1.0))))
21511 @end lisp
21512
21513 This is an alist.  The @dfn{key} is a symbol that names some action or
21514 other.  For instance, when displaying the group buffer, the window
21515 configuration function will use @code{group} as the key.  A full list of
21516 possible names is listed below.
21517
21518 The @dfn{value} (i.e., the @dfn{split}) says how much space each buffer
21519 should occupy.  To take the @code{article} split as an example -
21520
21521 @lisp
21522 (article (vertical 1.0 (summary 0.25 point)
21523                        (article 1.0)))
21524 @end lisp
21525
21526 This @dfn{split} says that the summary buffer should occupy 25% of upper
21527 half of the screen, and that it is placed over the article buffer.  As
21528 you may have noticed, 100% + 25% is actually 125% (yup, I saw y'all
21529 reaching for that calculator there).  However, the special number
21530 @code{1.0} is used to signal that this buffer should soak up all the
21531 rest of the space available after the rest of the buffers have taken
21532 whatever they need.  There should be only one buffer with the @code{1.0}
21533 size spec per split.
21534
21535 Point will be put in the buffer that has the optional third element
21536 @code{point}.  In a @code{frame} split, the last subsplit having a leaf
21537 split where the tag @code{frame-focus} is a member (i.e. is the third or
21538 fourth element in the list, depending on whether the @code{point} tag is
21539 present) gets focus.
21540
21541 Here's a more complicated example:
21542
21543 @lisp
21544 (article (vertical 1.0 (group 4)
21545                        (summary 0.25 point)
21546                        (if gnus-carpal (summary-carpal 4))
21547                        (article 1.0)))
21548 @end lisp
21549
21550 If the size spec is an integer instead of a floating point number,
21551 then that number will be used to say how many lines a buffer should
21552 occupy, not a percentage.
21553
21554 If the @dfn{split} looks like something that can be @code{eval}ed (to be
21555 precise---if the @code{car} of the split is a function or a subr), this
21556 split will be @code{eval}ed.  If the result is non-@code{nil}, it will
21557 be used as a split.  This means that there will be three buffers if
21558 @code{gnus-carpal} is @code{nil}, and four buffers if @code{gnus-carpal}
21559 is non-@code{nil}.
21560
21561 Not complicated enough for you?  Well, try this on for size:
21562
21563 @lisp
21564 (article (horizontal 1.0
21565              (vertical 0.5
21566                  (group 1.0)
21567                  (gnus-carpal 4))
21568              (vertical 1.0
21569                  (summary 0.25 point)
21570                  (summary-carpal 4)
21571                  (article 1.0))))
21572 @end lisp
21573
21574 Whoops.  Two buffers with the mystery 100% tag.  And what's that
21575 @code{horizontal} thingie?
21576
21577 If the first element in one of the split is @code{horizontal}, Gnus will
21578 split the window horizontally, giving you two windows side-by-side.
21579 Inside each of these strips you may carry on all you like in the normal
21580 fashion.  The number following @code{horizontal} says what percentage of
21581 the screen is to be given to this strip.
21582
21583 For each split, there @emph{must} be one element that has the 100% tag.
21584 The splitting is never accurate, and this buffer will eat any leftover
21585 lines from the splits.
21586
21587 To be slightly more formal, here's a definition of what a valid split
21588 may look like:
21589
21590 @example
21591 @group
21592 split      = frame | horizontal | vertical | buffer | form
21593 frame      = "(frame " size *split ")"
21594 horizontal = "(horizontal " size *split ")"
21595 vertical   = "(vertical " size *split ")"
21596 buffer     = "(" buf-name " " size *[ "point" ] *[ "frame-focus"] ")"
21597 size       = number | frame-params
21598 buf-name   = group | article | summary ...
21599 @end group
21600 @end example
21601
21602 The limitations are that the @code{frame} split can only appear as the
21603 top-level split.  @var{form} should be an Emacs Lisp form that should
21604 return a valid split.  We see that each split is fully recursive, and
21605 may contain any number of @code{vertical} and @code{horizontal} splits.
21606
21607 @vindex gnus-window-min-width
21608 @vindex gnus-window-min-height
21609 @cindex window height
21610 @cindex window width
21611 Finding the right sizes can be a bit complicated.  No window may be less
21612 than @code{gnus-window-min-height} (default 1) characters high, and all
21613 windows must be at least @code{gnus-window-min-width} (default 1)
21614 characters wide.  Gnus will try to enforce this before applying the
21615 splits.  If you want to use the normal Emacs window width/height limit,
21616 you can just set these two variables to @code{nil}.
21617
21618 If you're not familiar with Emacs terminology, @code{horizontal} and
21619 @code{vertical} splits may work the opposite way of what you'd expect.
21620 Windows inside a @code{horizontal} split are shown side-by-side, and
21621 windows within a @code{vertical} split are shown above each other.
21622
21623 @findex gnus-configure-frame
21624 If you want to experiment with window placement, a good tip is to call
21625 @code{gnus-configure-frame} directly with a split.  This is the function
21626 that does all the real work when splitting buffers.  Below is a pretty
21627 nonsensical configuration with 5 windows; two for the group buffer and
21628 three for the article buffer.  (I said it was nonsensical.)  If you
21629 @code{eval} the statement below, you can get an idea of how that would
21630 look straight away, without going through the normal Gnus channels.
21631 Play with it until you're satisfied, and then use
21632 @code{gnus-add-configuration} to add your new creation to the buffer
21633 configuration list.
21634
21635 @lisp
21636 (gnus-configure-frame
21637  '(horizontal 1.0
21638     (vertical 10
21639       (group 1.0)
21640       (article 0.3 point))
21641     (vertical 1.0
21642       (article 1.0)
21643       (horizontal 4
21644         (group 1.0)
21645         (article 10)))))
21646 @end lisp
21647
21648 You might want to have several frames as well.  No prob---just use the
21649 @code{frame} split:
21650
21651 @lisp
21652 (gnus-configure-frame
21653  '(frame 1.0
21654          (vertical 1.0
21655                    (summary 0.25 point frame-focus)
21656                    (article 1.0))
21657          (vertical ((height . 5) (width . 15)
21658                     (user-position . t)
21659                     (left . -1) (top . 1))
21660                    (picon 1.0))))
21661
21662 @end lisp
21663
21664 This split will result in the familiar summary/article window
21665 configuration in the first (or ``main'') frame, while a small additional
21666 frame will be created where picons will be shown.  As you can see,
21667 instead of the normal @code{1.0} top-level spec, each additional split
21668 should have a frame parameter alist as the size spec.
21669 @xref{Frame Parameters, , Frame Parameters, elisp, The GNU Emacs Lisp
21670 Reference Manual}.  Under XEmacs, a frame property list will be
21671 accepted, too---for instance, @code{(height 5 width 15 left -1 top 1)}
21672 is such a plist.
21673 The list of all possible keys for @code{gnus-buffer-configuration} can
21674 be found in its default value.
21675
21676 Note that the @code{message} key is used for both
21677 @code{gnus-group-mail} and @code{gnus-summary-mail-other-window}.  If
21678 it is desirable to distinguish between the two, something like this
21679 might be used:
21680
21681 @lisp
21682 (message (horizontal 1.0
21683                      (vertical 1.0 (message 1.0 point))
21684                      (vertical 0.24
21685                                (if (buffer-live-p gnus-summary-buffer)
21686                                    '(summary 0.5))
21687                                (group 1.0))))
21688 @end lisp
21689
21690 One common desire for a multiple frame split is to have a separate frame
21691 for composing mail and news while leaving the original frame intact.  To
21692 accomplish that, something like the following can be done:
21693
21694 @lisp
21695 (message
21696   (frame 1.0
21697          (if (not (buffer-live-p gnus-summary-buffer))
21698              (car (cdr (assoc 'group gnus-buffer-configuration)))
21699            (car (cdr (assoc 'summary gnus-buffer-configuration))))
21700          (vertical ((user-position . t) (top . 1) (left . 1)
21701                     (name . "Message"))
21702                    (message 1.0 point))))
21703 @end lisp
21704
21705 @findex gnus-add-configuration
21706 Since the @code{gnus-buffer-configuration} variable is so long and
21707 complicated, there's a function you can use to ease changing the config
21708 of a single setting: @code{gnus-add-configuration}.  If, for instance,
21709 you want to change the @code{article} setting, you could say:
21710
21711 @lisp
21712 (gnus-add-configuration
21713  '(article (vertical 1.0
21714                (group 4)
21715                (summary .25 point)
21716                (article 1.0))))
21717 @end lisp
21718
21719 You'd typically stick these @code{gnus-add-configuration} calls in your
21720 @file{~/.gnus.el} file or in some startup hook---they should be run after
21721 Gnus has been loaded.
21722
21723 @vindex gnus-always-force-window-configuration
21724 If all windows mentioned in the configuration are already visible, Gnus
21725 won't change the window configuration.  If you always want to force the
21726 ``right'' window configuration, you can set
21727 @code{gnus-always-force-window-configuration} to non-@code{nil}.
21728
21729 If you're using tree displays (@pxref{Tree Display}), and the tree
21730 window is displayed vertically next to another window, you may also want
21731 to fiddle with @code{gnus-tree-minimize-window} to avoid having the
21732 windows resized.
21733
21734 @subsection Example Window Configurations
21735
21736 @itemize @bullet
21737 @item
21738 Narrow left hand side occupied by group buffer.  Right hand side split
21739 between summary buffer (top one-sixth) and article buffer (bottom).
21740
21741 @ifinfo
21742 @example
21743 +---+---------+
21744 | G | Summary |
21745 | r +---------+
21746 | o |         |
21747 | u | Article |
21748 | p |         |
21749 +---+---------+
21750 @end example
21751 @end ifinfo
21752
21753 @lisp
21754 (gnus-add-configuration
21755  '(article
21756    (horizontal 1.0
21757                (vertical 25 (group 1.0))
21758                (vertical 1.0
21759                          (summary 0.16 point)
21760                          (article 1.0)))))
21761
21762 (gnus-add-configuration
21763  '(summary
21764    (horizontal 1.0
21765                (vertical 25 (group 1.0))
21766                (vertical 1.0 (summary 1.0 point)))))
21767 @end lisp
21768
21769 @end itemize
21770
21771
21772 @node Faces and Fonts
21773 @section Faces and Fonts
21774 @cindex faces
21775 @cindex fonts
21776 @cindex colors
21777
21778 Fiddling with fonts and faces used to be very difficult, but these days
21779 it is very simple.  You simply say @kbd{M-x customize-face}, pick out
21780 the face you want to alter, and alter it via the standard Customize
21781 interface.
21782
21783
21784 @node Compilation
21785 @section Compilation
21786 @cindex compilation
21787 @cindex byte-compilation
21788
21789 @findex gnus-compile
21790
21791 Remember all those line format specification variables?
21792 @code{gnus-summary-line-format}, @code{gnus-group-line-format}, and so
21793 on.  Now, Gnus will of course heed whatever these variables are, but,
21794 unfortunately, changing them will mean a quite significant slow-down.
21795 (The default values of these variables have byte-compiled functions
21796 associated with them, while the user-generated versions do not, of
21797 course.)
21798
21799 To help with this, you can run @kbd{M-x gnus-compile} after you've
21800 fiddled around with the variables and feel that you're (kind of)
21801 satisfied.  This will result in the new specs being byte-compiled, and
21802 you'll get top speed again.  Gnus will save these compiled specs in the
21803 @file{.newsrc.eld} file.  (User-defined functions aren't compiled by
21804 this function, though---you should compile them yourself by sticking
21805 them into the @file{~/.gnus.el} file and byte-compiling that file.)
21806
21807
21808 @node Mode Lines
21809 @section Mode Lines
21810 @cindex mode lines
21811
21812 @vindex gnus-updated-mode-lines
21813 @code{gnus-updated-mode-lines} says what buffers should keep their mode
21814 lines updated.  It is a list of symbols.  Supported symbols include
21815 @code{group}, @code{article}, @code{summary}, @code{server},
21816 @code{browse}, and @code{tree}.  If the corresponding symbol is present,
21817 Gnus will keep that mode line updated with information that may be
21818 pertinent.  If this variable is @code{nil}, screen refresh may be
21819 quicker.
21820
21821 @cindex display-time
21822
21823 @vindex gnus-mode-non-string-length
21824 By default, Gnus displays information on the current article in the mode
21825 lines of the summary and article buffers.  The information Gnus wishes
21826 to display (e.g. the subject of the article) is often longer than the
21827 mode lines, and therefore have to be cut off at some point.  The
21828 @code{gnus-mode-non-string-length} variable says how long the other
21829 elements on the line is (i.e., the non-info part).  If you put
21830 additional elements on the mode line (e.g. a clock), you should modify
21831 this variable:
21832
21833 @c Hook written by Francesco Potorti` <pot@cnuce.cnr.it>
21834 @lisp
21835 (add-hook 'display-time-hook
21836           (lambda () (setq gnus-mode-non-string-length
21837                            (+ 21
21838                               (if line-number-mode 5 0)
21839                               (if column-number-mode 4 0)
21840                               (length display-time-string)))))
21841 @end lisp
21842
21843 If this variable is @code{nil} (which is the default), the mode line
21844 strings won't be chopped off, and they won't be padded either.  Note
21845 that the default is unlikely to be desirable, as even the percentage
21846 complete in the buffer may be crowded off the mode line; the user should
21847 configure this variable appropriately for her configuration.
21848
21849
21850 @node Highlighting and Menus
21851 @section Highlighting and Menus
21852 @cindex visual
21853 @cindex highlighting
21854 @cindex menus
21855
21856 @vindex gnus-visual
21857 The @code{gnus-visual} variable controls most of the Gnus-prettifying
21858 aspects.  If @code{nil}, Gnus won't attempt to create menus or use fancy
21859 colors or fonts.  This will also inhibit loading the @file{gnus-vis.el}
21860 file.
21861
21862 This variable can be a list of visual properties that are enabled.  The
21863 following elements are valid, and are all included by default:
21864
21865 @table @code
21866 @item group-highlight
21867 Do highlights in the group buffer.
21868 @item summary-highlight
21869 Do highlights in the summary buffer.
21870 @item article-highlight
21871 Do highlights in the article buffer.
21872 @item highlight
21873 Turn on highlighting in all buffers.
21874 @item group-menu
21875 Create menus in the group buffer.
21876 @item summary-menu
21877 Create menus in the summary buffers.
21878 @item article-menu
21879 Create menus in the article buffer.
21880 @item browse-menu
21881 Create menus in the browse buffer.
21882 @item server-menu
21883 Create menus in the server buffer.
21884 @item score-menu
21885 Create menus in the score buffers.
21886 @item menu
21887 Create menus in all buffers.
21888 @end table
21889
21890 So if you only want highlighting in the article buffer and menus in all
21891 buffers, you could say something like:
21892
21893 @lisp
21894 (setq gnus-visual '(article-highlight menu))
21895 @end lisp
21896
21897 If you want highlighting only and no menus whatsoever, you'd say:
21898
21899 @lisp
21900 (setq gnus-visual '(highlight))
21901 @end lisp
21902
21903 If @code{gnus-visual} is @code{t}, highlighting and menus will be used
21904 in all Gnus buffers.
21905
21906 Other general variables that influence the look of all buffers include:
21907
21908 @table @code
21909 @item gnus-mouse-face
21910 @vindex gnus-mouse-face
21911 This is the face (i.e., font) used for mouse highlighting in Gnus.  No
21912 mouse highlights will be done if @code{gnus-visual} is @code{nil}.
21913
21914 @end table
21915
21916 There are hooks associated with the creation of all the different menus:
21917
21918 @table @code
21919
21920 @item gnus-article-menu-hook
21921 @vindex gnus-article-menu-hook
21922 Hook called after creating the article mode menu.
21923
21924 @item gnus-group-menu-hook
21925 @vindex gnus-group-menu-hook
21926 Hook called after creating the group mode menu.
21927
21928 @item gnus-summary-menu-hook
21929 @vindex gnus-summary-menu-hook
21930 Hook called after creating the summary mode menu.
21931
21932 @item gnus-server-menu-hook
21933 @vindex gnus-server-menu-hook
21934 Hook called after creating the server mode menu.
21935
21936 @item gnus-browse-menu-hook
21937 @vindex gnus-browse-menu-hook
21938 Hook called after creating the browse mode menu.
21939
21940 @item gnus-score-menu-hook
21941 @vindex gnus-score-menu-hook
21942 Hook called after creating the score mode menu.
21943
21944 @end table
21945
21946
21947 @node Buttons
21948 @section Buttons
21949 @cindex buttons
21950 @cindex mouse
21951 @cindex click
21952
21953 Those new-fangled @dfn{mouse} contraptions is very popular with the
21954 young, hep kids who don't want to learn the proper way to do things
21955 these days.  Why, I remember way back in the summer of '89, when I was
21956 using Emacs on a Tops 20 system.  Three hundred users on one single
21957 machine, and every user was running Simula compilers.  Bah!
21958
21959 Right.
21960
21961 @vindex gnus-carpal
21962 Well, you can make Gnus display bufferfuls of buttons you can click to
21963 do anything by setting @code{gnus-carpal} to @code{t}.  Pretty simple,
21964 really.  Tell the chiropractor I sent you.
21965
21966
21967 @table @code
21968
21969 @item gnus-carpal-mode-hook
21970 @vindex gnus-carpal-mode-hook
21971 Hook run in all carpal mode buffers.
21972
21973 @item gnus-carpal-button-face
21974 @vindex gnus-carpal-button-face
21975 Face used on buttons.
21976
21977 @item gnus-carpal-header-face
21978 @vindex gnus-carpal-header-face
21979 Face used on carpal buffer headers.
21980
21981 @item gnus-carpal-group-buffer-buttons
21982 @vindex gnus-carpal-group-buffer-buttons
21983 Buttons in the group buffer.
21984
21985 @item gnus-carpal-summary-buffer-buttons
21986 @vindex gnus-carpal-summary-buffer-buttons
21987 Buttons in the summary buffer.
21988
21989 @item gnus-carpal-server-buffer-buttons
21990 @vindex gnus-carpal-server-buffer-buttons
21991 Buttons in the server buffer.
21992
21993 @item gnus-carpal-browse-buffer-buttons
21994 @vindex gnus-carpal-browse-buffer-buttons
21995 Buttons in the browse buffer.
21996 @end table
21997
21998 All the @code{buttons} variables are lists.  The elements in these list
21999 are either cons cells where the @code{car} contains a text to be displayed and
22000 the @code{cdr} contains a function symbol, or a simple string.
22001
22002
22003 @node Daemons
22004 @section Daemons
22005 @cindex demons
22006 @cindex daemons
22007
22008 Gnus, being larger than any program ever written (allegedly), does lots
22009 of strange stuff that you may wish to have done while you're not
22010 present.  For instance, you may want it to check for new mail once in a
22011 while.  Or you may want it to close down all connections to all servers
22012 when you leave Emacs idle.  And stuff like that.
22013
22014 Gnus will let you do stuff like that by defining various
22015 @dfn{handlers}.  Each handler consists of three elements:  A
22016 @var{function}, a @var{time}, and an @var{idle} parameter.
22017
22018 Here's an example of a handler that closes connections when Emacs has
22019 been idle for thirty minutes:
22020
22021 @lisp
22022 (gnus-demon-close-connections nil 30)
22023 @end lisp
22024
22025 Here's a handler that scans for @acronym{PGP} headers every hour when
22026 Emacs is idle:
22027
22028 @lisp
22029 (gnus-demon-scan-pgp 60 t)
22030 @end lisp
22031
22032 This @var{time} parameter and that @var{idle} parameter work together
22033 in a strange, but wonderful fashion.  Basically, if @var{idle} is
22034 @code{nil}, then the function will be called every @var{time} minutes.
22035
22036 If @var{idle} is @code{t}, then the function will be called after
22037 @var{time} minutes only if Emacs is idle.  So if Emacs is never idle,
22038 the function will never be called.  But once Emacs goes idle, the
22039 function will be called every @var{time} minutes.
22040
22041 If @var{idle} is a number and @var{time} is a number, the function will
22042 be called every @var{time} minutes only when Emacs has been idle for
22043 @var{idle} minutes.
22044
22045 If @var{idle} is a number and @var{time} is @code{nil}, the function
22046 will be called once every time Emacs has been idle for @var{idle}
22047 minutes.
22048
22049 And if @var{time} is a string, it should look like @samp{07:31}, and
22050 the function will then be called once every day somewhere near that
22051 time.  Modified by the @var{idle} parameter, of course.
22052
22053 @vindex gnus-demon-timestep
22054 (When I say ``minute'' here, I really mean @code{gnus-demon-timestep}
22055 seconds.  This is 60 by default.  If you change that variable,
22056 all the timings in the handlers will be affected.)
22057
22058 So, if you want to add a handler, you could put something like this in
22059 your @file{~/.gnus.el} file:
22060
22061 @findex gnus-demon-add-handler
22062 @lisp
22063 (gnus-demon-add-handler 'gnus-demon-close-connections 30 t)
22064 @end lisp
22065
22066 @findex gnus-demon-add-nocem
22067 @findex gnus-demon-add-scanmail
22068 @findex gnus-demon-add-rescan
22069 @findex gnus-demon-add-scan-timestamps
22070 @findex gnus-demon-add-disconnection
22071 Some ready-made functions to do this have been created:
22072 @code{gnus-demon-add-nocem}, @code{gnus-demon-add-disconnection},
22073 @code{gnus-demon-add-nntp-close-connection},
22074 @code{gnus-demon-add-scan-timestamps}, @code{gnus-demon-add-rescan}, and
22075 @code{gnus-demon-add-scanmail}.  Just put those functions in your
22076 @file{~/.gnus.el} if you want those abilities.
22077
22078 @findex gnus-demon-init
22079 @findex gnus-demon-cancel
22080 @vindex gnus-demon-handlers
22081 If you add handlers to @code{gnus-demon-handlers} directly, you should
22082 run @code{gnus-demon-init} to make the changes take hold.  To cancel all
22083 daemons, you can use the @code{gnus-demon-cancel} function.
22084
22085 Note that adding daemons can be pretty naughty if you over do it.  Adding
22086 functions that scan all news and mail from all servers every two seconds
22087 is a sure-fire way of getting booted off any respectable system.  So
22088 behave.
22089
22090
22091 @node NoCeM
22092 @section NoCeM
22093 @cindex nocem
22094 @cindex spam
22095
22096 @dfn{Spamming} is posting the same article lots and lots of times.
22097 Spamming is bad.  Spamming is evil.
22098
22099 Spamming is usually canceled within a day or so by various anti-spamming
22100 agencies.  These agencies usually also send out @dfn{NoCeM} messages.
22101 NoCeM is pronounced ``no see-'em'', and means what the name
22102 implies---these are messages that make the offending articles, like, go
22103 away.
22104
22105 What use are these NoCeM messages if the articles are canceled anyway?
22106 Some sites do not honor cancel messages and some sites just honor cancels
22107 from a select few people.  Then you may wish to make use of the NoCeM
22108 messages, which are distributed in the @samp{alt.nocem.misc} newsgroup.
22109
22110 Gnus can read and parse the messages in this group automatically, and
22111 this will make spam disappear.
22112
22113 There are some variables to customize, of course:
22114
22115 @table @code
22116 @item gnus-use-nocem
22117 @vindex gnus-use-nocem
22118 Set this variable to @code{t} to set the ball rolling.  It is @code{nil}
22119 by default.
22120
22121 @item gnus-nocem-groups
22122 @vindex gnus-nocem-groups
22123 Gnus will look for NoCeM messages in the groups in this list.  The
22124 default is
22125 @lisp
22126 ("news.lists.filters" "news.admin.net-abuse.bulletins"
22127  "alt.nocem.misc" "news.admin.net-abuse.announce")
22128 @end lisp
22129
22130 @item gnus-nocem-issuers
22131 @vindex gnus-nocem-issuers
22132 There are many people issuing NoCeM messages.  This list says what
22133 people you want to listen to.  The default is
22134 @lisp
22135 ("Automoose-1" "clewis@@ferret.ocunix.on.ca"
22136  "cosmo.roadkill" "SpamHippo" "hweede@@snafu.de")
22137 @end lisp
22138 fine, upstanding citizens all of them.
22139
22140 Known despammers that you can put in this list are listed at@*
22141 @uref{http://www.xs4all.nl/~rosalind/nocemreg/nocemreg.html}.
22142
22143 You do not have to heed NoCeM messages from all these people---just the
22144 ones you want to listen to.  You also don't have to accept all NoCeM
22145 messages from the people you like.  Each NoCeM message has a @dfn{type}
22146 header that gives the message a (more or less, usually less) rigorous
22147 definition.  Common types are @samp{spam}, @samp{spew}, @samp{mmf},
22148 @samp{binary}, and @samp{troll}.  To specify this, you have to use
22149 @code{(@var{issuer} @var{conditions} @dots{})} elements in the list.
22150 Each condition is either a string (which is a regexp that matches types
22151 you want to use) or a list on the form @code{(not @var{string})}, where
22152 @var{string} is a regexp that matches types you don't want to use.
22153
22154 For instance, if you want all NoCeM messages from Chris Lewis except his
22155 @samp{troll} messages, you'd say:
22156
22157 @lisp
22158 ("clewis@@ferret.ocunix.on.ca" ".*" (not "troll"))
22159 @end lisp
22160
22161 On the other hand, if you just want nothing but his @samp{spam} and
22162 @samp{spew} messages, you'd say:
22163
22164 @lisp
22165 ("clewis@@ferret.ocunix.on.ca" (not ".*") "spew" "spam")
22166 @end lisp
22167
22168 The specs are applied left-to-right.
22169
22170
22171 @item gnus-nocem-verifyer
22172 @vindex gnus-nocem-verifyer
22173 @findex pgg-verify
22174 This should be a function for verifying that the NoCeM issuer is who she
22175 says she is.  The default is @code{pgg-verify}, which returns
22176 non-@code{nil} if the verification is successful, otherwise (including
22177 the case the NoCeM message was not signed) returns @code{nil}.  If this
22178 is too slow and you don't care for verification (which may be dangerous),
22179 you can set this variable to @code{nil}.
22180
22181 Formerly the default was @code{mc-verify}, which is a Mailcrypt
22182 function.  While you can still use it, you can change it into
22183 @code{pgg-verify} running with GnuPG if you are willing to add the
22184 @acronym{PGP} public keys to GnuPG's keyring.
22185
22186 @item gnus-nocem-directory
22187 @vindex gnus-nocem-directory
22188 This is where Gnus will store its NoCeM cache files.  The default is@*
22189 @file{~/News/NoCeM/}.
22190
22191 @item gnus-nocem-expiry-wait
22192 @vindex gnus-nocem-expiry-wait
22193 The number of days before removing old NoCeM entries from the cache.
22194 The default is 15.  If you make it shorter Gnus will be faster, but you
22195 might then see old spam.
22196
22197 @item gnus-nocem-check-from
22198 @vindex gnus-nocem-check-from
22199 Non-@code{nil} means check for valid issuers in message bodies.
22200 Otherwise don't bother fetching articles unless their author matches a
22201 valid issuer; that is much faster if you are selective about the
22202 issuers.
22203
22204 @item gnus-nocem-check-article-limit
22205 @vindex gnus-nocem-check-article-limit
22206 If non-@code{nil}, the maximum number of articles to check in any NoCeM
22207 group.  NoCeM groups can be huge and very slow to process.
22208
22209 @end table
22210
22211 Using NoCeM could potentially be a memory hog.  If you have many living
22212 (i. e., subscribed or unsubscribed groups), your Emacs process will grow
22213 big.  If this is a problem, you should kill off all (or most) of your
22214 unsubscribed groups (@pxref{Subscription Commands}).
22215
22216
22217 @node Undo
22218 @section Undo
22219 @cindex undo
22220
22221 It is very useful to be able to undo actions one has done.  In normal
22222 Emacs buffers, it's easy enough---you just push the @code{undo} button.
22223 In Gnus buffers, however, it isn't that simple.
22224
22225 The things Gnus displays in its buffer is of no value whatsoever to
22226 Gnus---it's all just data designed to look nice to the user.
22227 Killing a group in the group buffer with @kbd{C-k} makes the line
22228 disappear, but that's just a side-effect of the real action---the
22229 removal of the group in question from the internal Gnus structures.
22230 Undoing something like that can't be done by the normal Emacs
22231 @code{undo} function.
22232
22233 Gnus tries to remedy this somewhat by keeping track of what the user
22234 does and coming up with actions that would reverse the actions the user
22235 takes.  When the user then presses the @code{undo} key, Gnus will run
22236 the code to reverse the previous action, or the previous actions.
22237 However, not all actions are easily reversible, so Gnus currently offers
22238 a few key functions to be undoable.  These include killing groups,
22239 yanking groups, and changing the list of read articles of groups.
22240 That's it, really.  More functions may be added in the future, but each
22241 added function means an increase in data to be stored, so Gnus will
22242 never be totally undoable.
22243
22244 @findex gnus-undo-mode
22245 @vindex gnus-use-undo
22246 @findex gnus-undo
22247 The undoability is provided by the @code{gnus-undo-mode} minor mode.  It
22248 is used if @code{gnus-use-undo} is non-@code{nil}, which is the
22249 default.  The @kbd{C-M-_} key performs the @code{gnus-undo}
22250 command, which should feel kinda like the normal Emacs @code{undo}
22251 command.
22252
22253
22254 @node Predicate Specifiers
22255 @section Predicate Specifiers
22256 @cindex predicate specifiers
22257
22258 Some Gnus variables are @dfn{predicate specifiers}.  This is a special
22259 form that allows flexible specification of predicates without having
22260 to type all that much.
22261
22262 These specifiers are lists consisting of functions, symbols and lists.
22263
22264 Here's an example:
22265
22266 @lisp
22267 (or gnus-article-unseen-p
22268     gnus-article-unread-p)
22269 @end lisp
22270
22271 The available symbols are @code{or}, @code{and} and @code{not}.  The
22272 functions all take one parameter.
22273
22274 @findex gnus-make-predicate
22275 Internally, Gnus calls @code{gnus-make-predicate} on these specifiers
22276 to create a function that can be called.  This input parameter to this
22277 function will be passed along to all the functions in the predicate
22278 specifier.
22279
22280
22281 @node Moderation
22282 @section Moderation
22283 @cindex moderation
22284
22285 If you are a moderator, you can use the @file{gnus-mdrtn.el} package.
22286 It is not included in the standard Gnus package.  Write a mail to
22287 @samp{larsi@@gnus.org} and state what group you moderate, and you'll
22288 get a copy.
22289
22290 The moderation package is implemented as a minor mode for summary
22291 buffers.  Put
22292
22293 @lisp
22294 (add-hook 'gnus-summary-mode-hook 'gnus-moderate)
22295 @end lisp
22296
22297 in your @file{~/.gnus.el} file.
22298
22299 If you are the moderator of @samp{rec.zoofle}, this is how it's
22300 supposed to work:
22301
22302 @enumerate
22303 @item
22304 You split your incoming mail by matching on
22305 @samp{Newsgroups:.*rec.zoofle}, which will put all the to-be-posted
22306 articles in some mail group---for instance, @samp{nnml:rec.zoofle}.
22307
22308 @item
22309 You enter that group once in a while and post articles using the @kbd{e}
22310 (edit-and-post) or @kbd{s} (just send unedited) commands.
22311
22312 @item
22313 If, while reading the @samp{rec.zoofle} newsgroup, you happen upon some
22314 articles that weren't approved by you, you can cancel them with the
22315 @kbd{c} command.
22316 @end enumerate
22317
22318 To use moderation mode in these two groups, say:
22319
22320 @lisp
22321 (setq gnus-moderated-list
22322       "^nnml:rec.zoofle$\\|^rec.zoofle$")
22323 @end lisp
22324
22325
22326 @node Fetching a Group
22327 @section Fetching a Group
22328 @cindex fetching a group
22329
22330 @findex gnus-fetch-group
22331 It is sometimes convenient to be able to just say ``I want to read this
22332 group and I don't care whether Gnus has been started or not''.  This is
22333 perhaps more useful for people who write code than for users, but the
22334 command @code{gnus-fetch-group} provides this functionality in any case.
22335 It takes the group name as a parameter.
22336
22337
22338 @node Image Enhancements
22339 @section Image Enhancements
22340
22341 XEmacs, as well as Emacs 21@footnote{Emacs 21 on MS Windows doesn't
22342 support images yet.}, is able to display pictures and stuff, so Gnus has
22343 taken advantage of that.
22344
22345 @menu
22346 * X-Face::                      Display a funky, teensy black-and-white image.
22347 * Face::                        Display a funkier, teensier colored image.
22348 * Smileys::                     Show all those happy faces the way they were meant to be shown.
22349 * Picons::                      How to display pictures of what you're reading.
22350 * XVarious::                    Other XEmacsy Gnusey variables.
22351 @end menu
22352
22353
22354 @node X-Face
22355 @subsection X-Face
22356 @cindex x-face
22357
22358 @code{X-Face} headers describe a 48x48 pixel black-and-white (1 bit
22359 depth) image that's supposed to represent the author of the message.
22360 It seems to be supported by an ever-growing number of mail and news
22361 readers.
22362
22363 @cindex x-face
22364 @findex gnus-article-display-x-face
22365 @vindex gnus-article-x-face-command
22366 @vindex gnus-article-x-face-too-ugly
22367 @iftex
22368 @iflatex
22369 \include{xface}
22370 @end iflatex
22371 @end iftex
22372 @c @anchor{X-Face}
22373
22374 Decoding an @code{X-Face} header either requires an Emacs that has
22375 @samp{compface} support (which most XEmacs versions has), or that you
22376 have @samp{compface} installed on your system.  If either is true,
22377 Gnus will default to displaying @code{X-Face} headers.
22378
22379 The variable that controls this is the
22380 @code{gnus-article-x-face-command} variable.  If this variable is a
22381 string, this string will be executed in a sub-shell.  If it is a
22382 function, this function will be called with the face as the argument.
22383 If the @code{gnus-article-x-face-too-ugly} (which is a regexp) matches
22384 the @code{From} header, the face will not be shown.
22385
22386 The default action under Emacs 20 is to fork off the @code{display}
22387 program@footnote{@code{display} is from the ImageMagick package.  For
22388 the @code{uncompface} and @code{icontopbm} programs look for a package
22389 like @code{compface} or @code{faces-xface} on a GNU/Linux system.}  to
22390 view the face.
22391
22392 Under XEmacs or Emacs 21+ with suitable image support, the default
22393 action is to display the face before the @code{From} header.  (It's
22394 nicer if XEmacs has been compiled with @code{X-Face} support---that
22395 will make display somewhat faster.  If there's no native @code{X-Face}
22396 support, Gnus will try to convert the @code{X-Face} header using
22397 external programs from the @code{pbmplus} package and
22398 friends.@footnote{On a GNU/Linux system look for packages with names
22399 like @code{netpbm}, @code{libgr-progs} and @code{compface}.})
22400
22401 (Note: @code{x-face} is used in the variable/function names, not
22402 @code{xface}).
22403
22404 @noindent
22405 Face and variable:
22406
22407 @table @code
22408 @item gnus-x-face
22409 @vindex gnus-x-face
22410 Face to show X-Face.  The colors from this face are used as the
22411 foreground and background colors of the displayed X-Faces.  The
22412 default colors are black and white.
22413
22414 @item gnus-face-properties-alist
22415 @vindex gnus-face-properties-alist
22416 Alist of image types and properties applied to Face (@pxref{Face}) and
22417 X-Face images.  The default value is @code{((pbm . (:face gnus-x-face))
22418 (png . nil))} for Emacs or @code{((xface . (:face gnus-x-face)))} for
22419 XEmacs.  Here are examples:
22420
22421 @lisp
22422 ;; Specify the altitude of Face and X-Face images in the From header.
22423 (setq gnus-face-properties-alist
22424       '((pbm . (:face gnus-x-face :ascent 80))
22425         (png . (:ascent 80))))
22426
22427 ;; Show Face and X-Face images as pressed buttons.
22428 (setq gnus-face-properties-alist
22429       '((pbm . (:face gnus-x-face :relief -2))
22430         (png . (:relief -2))))
22431 @end lisp
22432
22433 @pxref{Image Descriptors, ,Image Descriptors, elisp, The Emacs Lisp
22434 Reference Manual} for the valid properties for various image types.
22435 Currently, @code{pbm} is used for X-Face images and @code{png} is used
22436 for Face images in Emacs.  Only the @code{:face} property is effective
22437 on the @code{xface} image type in XEmacs if it is built with the
22438 @samp{libcompface} library.
22439 @end table
22440
22441 Gnus provides a few convenience functions and variables to allow
22442 easier insertion of X-Face headers in outgoing messages.
22443
22444 @findex gnus-random-x-face
22445 @vindex gnus-convert-pbm-to-x-face-command
22446 @vindex gnus-x-face-directory
22447 @code{gnus-random-x-face} goes through all the @samp{pbm} files in
22448 @code{gnus-x-face-directory} and picks one at random, and then
22449 converts it to the X-Face format by using the
22450 @code{gnus-convert-pbm-to-x-face-command} shell command.  The
22451 @samp{pbm} files should be 48x48 pixels big.  It returns the X-Face
22452 header data as a string.
22453
22454 @findex gnus-insert-random-x-face-header
22455 @code{gnus-insert-random-x-face-header} calls
22456 @code{gnus-random-x-face} and inserts a @samp{X-Face} header with the
22457 randomly generated data.
22458
22459 @findex gnus-x-face-from-file
22460 @vindex gnus-convert-image-to-x-face-command
22461 @code{gnus-x-face-from-file} takes a GIF file as the parameter, and then
22462 converts the file to X-Face format by using the
22463 @code{gnus-convert-image-to-x-face-command} shell command.
22464
22465 Here's how you would typically use the first function.  Put something
22466 like the following in your @file{~/.gnus.el} file:
22467
22468 @lisp
22469 (setq message-required-news-headers
22470       (nconc message-required-news-headers
22471              (list '(X-Face . gnus-random-x-face))))
22472 @end lisp
22473
22474 Using the last function would be something like this:
22475
22476 @lisp
22477 (setq message-required-news-headers
22478       (nconc message-required-news-headers
22479              (list '(X-Face . (lambda ()
22480                                 (gnus-x-face-from-file
22481                                  "~/My-face.gif"))))))
22482 @end lisp
22483
22484
22485 @node Face
22486 @subsection Face
22487 @cindex face
22488
22489 @c #### FIXME: faces and x-faces'implementations should really be harmonized.
22490
22491 @code{Face} headers are essentially a funkier version of @code{X-Face}
22492 ones. They describe a 48x48 pixel colored image that's supposed to
22493 represent the author of the message.
22494
22495 @cindex face
22496 @findex gnus-article-display-face
22497 The contents of a @code{Face} header must be a base64 encoded PNG image.
22498 See @uref{http://quimby.gnus.org/circus/face/} for the precise
22499 specifications.
22500
22501 The @code{gnus-face-properties-alist} variable affects the appearance of
22502 displayed Face images.  @xref{X-Face}.
22503
22504 Gnus provides a few convenience functions and variables to allow
22505 easier insertion of Face headers in outgoing messages.
22506
22507 @findex gnus-convert-png-to-face
22508 @code{gnus-convert-png-to-face} takes a 48x48 PNG image, no longer than
22509 726 bytes long, and converts it to a face.
22510
22511 @findex gnus-face-from-file
22512 @vindex gnus-convert-image-to-face-command
22513 @code{gnus-face-from-file} takes a JPEG file as the parameter, and then
22514 converts the file to Face format by using the
22515 @code{gnus-convert-image-to-face-command} shell command.
22516
22517 Here's how you would typically use this function. Put something like the
22518 following in your @file{~/.gnus.el} file:
22519
22520 @lisp
22521 (setq message-required-news-headers
22522       (nconc message-required-news-headers
22523              (list '(Face . (lambda ()
22524                               (gnus-face-from-file "~/face.jpg"))))))
22525 @end lisp
22526
22527
22528 @node Smileys
22529 @subsection Smileys
22530 @cindex smileys
22531
22532 @iftex
22533 @iflatex
22534 \gnusfig{-3cm}{0.5cm}{\epsfig{figure=ps/BigFace,height=20cm}}
22535 \input{smiley}
22536 @end iflatex
22537 @end iftex
22538
22539 @dfn{Smiley} is a package separate from Gnus, but since Gnus is
22540 currently the only package that uses Smiley, it is documented here.
22541
22542 In short---to use Smiley in Gnus, put the following in your
22543 @file{~/.gnus.el} file:
22544
22545 @lisp
22546 (setq gnus-treat-display-smileys t)
22547 @end lisp
22548
22549 Smiley maps text smiley faces---@samp{:-)}, @samp{8-)}, @samp{:-(} and
22550 the like---to pictures and displays those instead of the text smiley
22551 faces.  The conversion is controlled by a list of regexps that matches
22552 text and maps that to file names.
22553
22554 @vindex smiley-regexp-alist
22555 The alist used is specified by the @code{smiley-regexp-alist}
22556 variable.  The first item in each element is the regexp to be matched;
22557 the second element is the regexp match group that is to be replaced by
22558 the picture; and the third element is the name of the file to be
22559 displayed.
22560
22561 The following variables customize where Smiley will look for these
22562 files:
22563
22564 @table @code
22565
22566 @item smiley-data-directory
22567 @vindex smiley-data-directory
22568 Where Smiley will look for smiley faces files.
22569
22570 @item gnus-smiley-file-types
22571 @vindex gnus-smiley-file-types
22572 List of suffixes on smiley file names to try.
22573
22574 @end table
22575
22576
22577 @node Picons
22578 @subsection Picons
22579
22580 @iftex
22581 @iflatex
22582 \include{picons}
22583 @end iflatex
22584 @end iftex
22585
22586 So@dots{}  You want to slow down your news reader even more!  This is a
22587 good way to do so.  It's also a great way to impress people staring
22588 over your shoulder as you read news.
22589
22590 What are Picons?  To quote directly from the Picons Web site:
22591
22592 @iftex
22593 @iflatex
22594 \margindex{}
22595 @end iflatex
22596 @end iftex
22597
22598 @quotation
22599 @dfn{Picons} is short for ``personal icons''.  They're small,
22600 constrained images used to represent users and domains on the net,
22601 organized into databases so that the appropriate image for a given
22602 e-mail address can be found.  Besides users and domains, there are picon
22603 databases for Usenet newsgroups and weather forecasts.  The picons are
22604 in either monochrome @code{XBM} format or color @code{XPM} and
22605 @code{GIF} formats.
22606 @end quotation
22607
22608 @vindex gnus-picon-databases
22609 For instructions on obtaining and installing the picons databases,
22610 point your Web browser at
22611 @uref{http://www.cs.indiana.edu/picons/ftp/index.html}.
22612
22613 If you are using Debian GNU/Linux, saying @samp{apt-get install
22614 picons.*} will install the picons where Gnus can find them.
22615
22616 To enable displaying picons, simply make sure that
22617 @code{gnus-picon-databases} points to the directory containing the
22618 Picons databases.
22619
22620 @vindex gnus-picon-style
22621 The variable @code{gnus-picon-style} controls how picons are displayed.
22622 If @code{inline}, the textual representation is replaced.  If
22623 @code{right}, picons are added right to the textual representation.
22624
22625 The following variables offer control over where things are located.
22626
22627 @table @code
22628
22629 @item gnus-picon-databases
22630 @vindex gnus-picon-databases
22631 The location of the picons database.  This is a list of directories
22632 containing the @file{news}, @file{domains}, @file{users} (and so on)
22633 subdirectories.  Defaults to @code{("/usr/lib/picon"
22634 "/usr/local/faces")}.
22635
22636 @item gnus-picon-news-directories
22637 @vindex gnus-picon-news-directories
22638 List of subdirectories to search in @code{gnus-picon-databases} for
22639 newsgroups faces.  @code{("news")} is the default.
22640
22641 @item gnus-picon-user-directories
22642 @vindex gnus-picon-user-directories
22643 List of subdirectories to search in @code{gnus-picon-databases} for user
22644 faces.  @code{("users" "usenix" "local" "misc")} is the default.
22645
22646 @item gnus-picon-domain-directories
22647 @vindex gnus-picon-domain-directories
22648 List of subdirectories to search in @code{gnus-picon-databases} for
22649 domain name faces.  Defaults to @code{("domains")}.  Some people may
22650 want to add @samp{"unknown"} to this list.
22651
22652 @item gnus-picon-file-types
22653 @vindex gnus-picon-file-types
22654 Ordered list of suffixes on picon file names to try.  Defaults to
22655 @code{("xpm" "gif" "xbm")} minus those not built-in your Emacs.
22656
22657 @end table
22658
22659
22660 @node XVarious
22661 @subsection Various XEmacs Variables
22662
22663 @table @code
22664 @item gnus-xmas-glyph-directory
22665 @vindex gnus-xmas-glyph-directory
22666 This is where Gnus will look for pictures.  Gnus will normally
22667 auto-detect this directory, but you may set it manually if you have an
22668 unusual directory structure.
22669
22670 @item gnus-xmas-logo-color-alist
22671 @vindex gnus-xmas-logo-color-alist
22672 This is an alist where the key is a type symbol and the values are the
22673 foreground and background color of the splash page glyph.
22674
22675 @item gnus-xmas-logo-color-style
22676 @vindex gnus-xmas-logo-color-style
22677 This is the key used to look up the color in the alist described above.
22678 Valid values include @code{flame}, @code{pine}, @code{moss},
22679 @code{irish}, @code{sky}, @code{tin}, @code{velvet}, @code{grape},
22680 @code{labia}, @code{berry}, @code{neutral}, and @code{september}.
22681
22682 @item gnus-xmas-modeline-glyph
22683 @vindex gnus-xmas-modeline-glyph
22684 A glyph displayed in all Gnus mode lines.  It is a tiny gnu head by
22685 default.
22686
22687 @end table
22688
22689 @subsubsection Toolbar
22690
22691 @table @code
22692
22693 @item gnus-use-toolbar
22694 @vindex gnus-use-toolbar
22695 If @code{nil}, don't display toolbars.  If non-@code{nil}, it should be
22696 one of @code{default-toolbar}, @code{top-toolbar}, @code{bottom-toolbar},
22697 @code{right-toolbar}, or @code{left-toolbar}.
22698
22699 @item gnus-group-toolbar
22700 @vindex gnus-group-toolbar
22701 The toolbar in the group buffer.
22702
22703 @item gnus-summary-toolbar
22704 @vindex gnus-summary-toolbar
22705 The toolbar in the summary buffer.
22706
22707 @item gnus-summary-mail-toolbar
22708 @vindex gnus-summary-mail-toolbar
22709 The toolbar in the summary buffer of mail groups.
22710
22711 @end table
22712
22713 @iftex
22714 @iflatex
22715 \margindex{}
22716 @end iflatex
22717 @end iftex
22718
22719
22720 @node Fuzzy Matching
22721 @section Fuzzy Matching
22722 @cindex fuzzy matching
22723
22724 Gnus provides @dfn{fuzzy matching} of @code{Subject} lines when doing
22725 things like scoring, thread gathering and thread comparison.
22726
22727 As opposed to regular expression matching, fuzzy matching is very fuzzy.
22728 It's so fuzzy that there's not even a definition of what @dfn{fuzziness}
22729 means, and the implementation has changed over time.
22730
22731 Basically, it tries to remove all noise from lines before comparing.
22732 @samp{Re: }, parenthetical remarks, white space, and so on, are filtered
22733 out of the strings before comparing the results.  This often leads to
22734 adequate results---even when faced with strings generated by text
22735 manglers masquerading as newsreaders.
22736
22737
22738 @node Thwarting Email Spam
22739 @section Thwarting Email Spam
22740 @cindex email spam
22741 @cindex spam
22742 @cindex UCE
22743 @cindex unsolicited commercial email
22744
22745 In these last days of the Usenet, commercial vultures are hanging about
22746 and grepping through news like crazy to find email addresses they can
22747 foist off their scams and products to.  As a reaction to this, many
22748 people have started putting nonsense addresses into their @code{From}
22749 lines.  I think this is counterproductive---it makes it difficult for
22750 people to send you legitimate mail in response to things you write, as
22751 well as making it difficult to see who wrote what.  This rewriting may
22752 perhaps be a bigger menace than the unsolicited commercial email itself
22753 in the end.
22754
22755 The biggest problem I have with email spam is that it comes in under
22756 false pretenses.  I press @kbd{g} and Gnus merrily informs me that I
22757 have 10 new emails.  I say ``Golly gee!  Happy is me!'' and select the
22758 mail group, only to find two pyramid schemes, seven advertisements
22759 (``New!  Miracle tonic for growing full, lustrous hair on your toes!'')
22760 and one mail asking me to repent and find some god.
22761
22762 This is annoying.  Here's what you can do about it.
22763
22764 @menu
22765 * The problem of spam::         Some background, and some solutions
22766 * Anti-Spam Basics::            Simple steps to reduce the amount of spam.
22767 * SpamAssassin::                How to use external anti-spam tools.
22768 * Hashcash::                    Reduce spam by burning CPU time.
22769 * Filtering Spam Using The Spam ELisp Package::
22770 * Filtering Spam Using Statistics with spam-stat::
22771 @end menu
22772
22773 @node The problem of spam
22774 @subsection The problem of spam
22775 @cindex email spam
22776 @cindex spam filtering approaches
22777 @cindex filtering approaches, spam
22778 @cindex UCE
22779 @cindex unsolicited commercial email
22780
22781 First, some background on spam.
22782
22783 If you have access to e-mail, you are familiar with spam (technically
22784 termed @acronym{UCE}, Unsolicited Commercial E-mail).  Simply put, it
22785 exists because e-mail delivery is very cheap compared to paper mail,
22786 so only a very small percentage of people need to respond to an UCE to
22787 make it worthwhile to the advertiser.  Ironically, one of the most
22788 common spams is the one offering a database of e-mail addresses for
22789 further spamming.  Senders of spam are usually called @emph{spammers},
22790 but terms like @emph{vermin}, @emph{scum}, @emph{sociopaths}, and
22791 @emph{morons} are in common use as well.
22792
22793 Spam comes from a wide variety of sources.  It is simply impossible to
22794 dispose of all spam without discarding useful messages.  A good
22795 example is the TMDA system, which requires senders
22796 unknown to you to confirm themselves as legitimate senders before
22797 their e-mail can reach you.  Without getting into the technical side
22798 of TMDA, a downside is clearly that e-mail from legitimate sources may
22799 be discarded if those sources can't or won't confirm themselves
22800 through the TMDA system.  Another problem with TMDA is that it
22801 requires its users to have a basic understanding of e-mail delivery
22802 and processing.
22803
22804 The simplest approach to filtering spam is filtering, at the mail
22805 server or when you sort through incoming mail.  If you get 200 spam
22806 messages per day from @samp{random-address@@vmadmin.com}, you block
22807 @samp{vmadmin.com}.  If you get 200 messages about @samp{VIAGRA}, you
22808 discard all messages with @samp{VIAGRA} in the message.  If you get
22809 lots of spam from Bulgaria, for example, you try to filter all mail
22810 from Bulgarian IPs.
22811
22812 This, unfortunately, is a great way to discard legitimate e-mail.  The
22813 risks of blocking a whole country (Bulgaria, Norway, Nigeria, China,
22814 etc.) or even a continent (Asia, Africa, Europe, etc.) from contacting
22815 you should be obvious, so don't do it if you have the choice.
22816
22817 In another instance, the very informative and useful RISKS digest has
22818 been blocked by overzealous mail filters because it @strong{contained}
22819 words that were common in spam messages.  Nevertheless, in isolated
22820 cases, with great care, direct filtering of mail can be useful.
22821
22822 Another approach to filtering e-mail is the distributed spam
22823 processing, for instance DCC implements such a system.  In essence,
22824 @var{N} systems around the world agree that a machine @var{X} in
22825 Ghana, Estonia, or California is sending out spam e-mail, and these
22826 @var{N} systems enter @var{X} or the spam e-mail from @var{X} into a
22827 database.  The criteria for spam detection vary---it may be the number
22828 of messages sent, the content of the messages, and so on.  When a user
22829 of the distributed processing system wants to find out if a message is
22830 spam, he consults one of those @var{N} systems.
22831
22832 Distributed spam processing works very well against spammers that send
22833 a large number of messages at once, but it requires the user to set up
22834 fairly complicated checks.  There are commercial and free distributed
22835 spam processing systems.  Distributed spam processing has its risks as
22836 well.  For instance legitimate e-mail senders have been accused of
22837 sending spam, and their web sites and mailing lists have been shut
22838 down for some time because of the incident.
22839
22840 The statistical approach to spam filtering is also popular.  It is
22841 based on a statistical analysis of previous spam messages.  Usually
22842 the analysis is a simple word frequency count, with perhaps pairs of
22843 words or 3-word combinations thrown into the mix.  Statistical
22844 analysis of spam works very well in most of the cases, but it can
22845 classify legitimate e-mail as spam in some cases.  It takes time to
22846 run the analysis, the full message must be analyzed, and the user has
22847 to store the database of spam analyses.  Statistical analysis on the
22848 server is gaining popularity.  This has the advantage of letting the
22849 user Just Read Mail, but has the disadvantage that it's harder to tell
22850 the server that it has misclassified mail.
22851
22852 Fighting spam is not easy, no matter what anyone says.  There is no
22853 magic switch that will distinguish Viagra ads from Mom's e-mails.
22854 Even people are having a hard time telling spam apart from non-spam,
22855 because spammers are actively looking to fool us into thinking they
22856 are Mom, essentially.  Spamming is irritating, irresponsible, and
22857 idiotic behavior from a bunch of people who think the world owes them
22858 a favor.  We hope the following sections will help you in fighting the
22859 spam plague.
22860
22861 @node Anti-Spam Basics
22862 @subsection Anti-Spam Basics
22863 @cindex email spam
22864 @cindex spam
22865 @cindex UCE
22866 @cindex unsolicited commercial email
22867
22868 One way of dealing with spam is having Gnus split out all spam into a
22869 @samp{spam} mail group (@pxref{Splitting Mail}).
22870
22871 First, pick one (1) valid mail address that you can be reached at, and
22872 put it in your @code{From} header of all your news articles.  (I've
22873 chosen @samp{larsi@@trym.ifi.uio.no}, but for many addresses on the form
22874 @samp{larsi+usenet@@ifi.uio.no} will be a better choice.  Ask your
22875 sysadmin whether your sendmail installation accepts keywords in the local
22876 part of the mail address.)
22877
22878 @lisp
22879 (setq message-default-news-headers
22880       "From: Lars Magne Ingebrigtsen <larsi@@trym.ifi.uio.no>\n")
22881 @end lisp
22882
22883 Then put the following split rule in @code{nnmail-split-fancy}
22884 (@pxref{Fancy Mail Splitting}):
22885
22886 @lisp
22887 (...
22888  (to "larsi@@trym.ifi.uio.no"
22889      (| ("subject" "re:.*" "misc")
22890         ("references" ".*@@.*" "misc")
22891         "spam"))
22892  ...)
22893 @end lisp
22894
22895 This says that all mail to this address is suspect, but if it has a
22896 @code{Subject} that starts with a @samp{Re:} or has a @code{References}
22897 header, it's probably ok.  All the rest goes to the @samp{spam} group.
22898 (This idea probably comes from Tim Pierce.)
22899
22900 In addition, many mail spammers talk directly to your @acronym{SMTP} server
22901 and do not include your email address explicitly in the @code{To}
22902 header.  Why they do this is unknown---perhaps it's to thwart this
22903 thwarting scheme?  In any case, this is trivial to deal with---you just
22904 put anything not addressed to you in the @samp{spam} group by ending
22905 your fancy split rule in this way:
22906
22907 @lisp
22908 (
22909  ...
22910  (to "larsi" "misc")
22911  "spam")
22912 @end lisp
22913
22914 In my experience, this will sort virtually everything into the right
22915 group.  You still have to check the @samp{spam} group from time to time to
22916 check for legitimate mail, though.  If you feel like being a good net
22917 citizen, you can even send off complaints to the proper authorities on
22918 each unsolicited commercial email---at your leisure.
22919
22920 This works for me.  It allows people an easy way to contact me (they can
22921 just press @kbd{r} in the usual way), and I'm not bothered at all with
22922 spam.  It's a win-win situation.  Forging @code{From} headers to point
22923 to non-existent domains is yucky, in my opinion.
22924
22925 Be careful with this approach.  Spammers are wise to it.
22926
22927
22928 @node SpamAssassin
22929 @subsection SpamAssassin, Vipul's Razor, DCC, etc
22930 @cindex SpamAssassin
22931 @cindex Vipul's Razor
22932 @cindex DCC
22933
22934 The days where the hints in the previous section were sufficient in
22935 avoiding spam are coming to an end.  There are many tools out there
22936 that claim to reduce the amount of spam you get.  This section could
22937 easily become outdated fast, as new products replace old, but
22938 fortunately most of these tools seem to have similar interfaces.  Even
22939 though this section will use SpamAssassin as an example, it should be
22940 easy to adapt it to most other tools.
22941
22942 Note that this section does not involve the @code{spam.el} package,
22943 which is discussed in the next section.  If you don't care for all
22944 the features of @code{spam.el}, you can make do with these simple
22945 recipes.
22946
22947 If the tool you are using is not installed on the mail server, you
22948 need to invoke it yourself.  Ideas on how to use the
22949 @code{:postscript} mail source parameter (@pxref{Mail Source
22950 Specifiers}) follow.
22951
22952 @lisp
22953 (setq mail-sources
22954       '((file :prescript "formail -bs spamassassin < /var/mail/%u")
22955         (pop :user "jrl"
22956              :server "pophost"
22957              :postscript
22958              "mv %t /tmp/foo; formail -bs spamc < /tmp/foo > %t")))
22959 @end lisp
22960
22961 Once you manage to process your incoming spool somehow, thus making
22962 the mail contain e.g.@: a header indicating it is spam, you are ready to
22963 filter it out.  Using normal split methods (@pxref{Splitting Mail}):
22964
22965 @lisp
22966 (setq nnmail-split-methods '(("spam"  "^X-Spam-Flag: YES")
22967                              ...))
22968 @end lisp
22969
22970 Or using fancy split methods (@pxref{Fancy Mail Splitting}):
22971
22972 @lisp
22973 (setq nnmail-split-methods 'nnmail-split-fancy
22974       nnmail-split-fancy '(| ("X-Spam-Flag" "YES" "spam")
22975                              ...))
22976 @end lisp
22977
22978 Some people might not like the idea of piping the mail through various
22979 programs using a @code{:prescript} (if some program is buggy, you
22980 might lose all mail).  If you are one of them, another solution is to
22981 call the external tools during splitting.  Example fancy split method:
22982
22983 @lisp
22984 (setq nnmail-split-fancy '(| (: kevin-spamassassin)
22985                              ...))
22986 (defun kevin-spamassassin ()
22987   (save-excursion
22988     (save-restriction
22989       (widen)
22990       (if (eq 1 (call-process-region (point-min) (point-max)
22991                                      "spamc" nil nil nil "-c"))
22992           "spam"))))
22993 @end lisp
22994
22995 Note that with the nnimap back end, message bodies will not be
22996 downloaded by default.  You need to set
22997 @code{nnimap-split-download-body} to @code{t} to do that
22998 (@pxref{Splitting in IMAP}).
22999
23000 That is about it.  As some spam is likely to get through anyway, you
23001 might want to have a nifty function to call when you happen to read
23002 spam.  And here is the nifty function:
23003
23004 @lisp
23005  (defun my-gnus-raze-spam ()
23006   "Submit SPAM to Vipul's Razor, then mark it as expirable."
23007   (interactive)
23008   (gnus-summary-show-raw-article)
23009   (gnus-summary-save-in-pipe "razor-report -f -d")
23010   (gnus-summary-mark-as-expirable 1))
23011 @end lisp
23012
23013 @node Hashcash
23014 @subsection Hashcash
23015 @cindex hashcash
23016
23017 A novel technique to fight spam is to require senders to do something
23018 costly and demonstrably unique for each message they send.  This has
23019 the obvious drawback that you cannot rely on everyone in the world
23020 using this technique, since it is not part of the Internet standards,
23021 but it may be useful in smaller communities.
23022
23023 While the tools in the previous section work well in practice, they
23024 work only because the tools are constantly maintained and updated as
23025 new form of spam appears.  This means that a small percentage of spam
23026 will always get through.  It also means that somewhere, someone needs
23027 to read lots of spam to update these tools.  Hashcash avoids that, but
23028 instead prefers that everyone you contact through e-mail supports the
23029 scheme.  You can view the two approaches as pragmatic vs dogmatic.
23030 The approaches have their own advantages and disadvantages, but as
23031 often in the real world, a combination of them is stronger than either
23032 one of them separately.
23033
23034 @cindex X-Hashcash
23035 The ``something costly'' is to burn CPU time, more specifically to
23036 compute a hash collision up to a certain number of bits.  The
23037 resulting hashcash cookie is inserted in a @samp{X-Hashcash:} header.
23038 For more details, and for the external application @code{hashcash} you
23039 need to install to use this feature, see
23040 @uref{http://www.hashcash.org/}.  Even more information can be found
23041 at @uref{http://www.camram.org/}.
23042
23043 If you wish to generate hashcash for each message you send, you can
23044 customize @code{message-generate-hashcash} (@pxref{Mail Headers, ,Mail
23045 Headers,message, The Message Manual}), as in:
23046
23047 @lisp
23048 (setq message-generate-hashcash t)
23049 @end lisp
23050
23051 You will need to set up some additional variables as well:
23052
23053 @table @code
23054
23055 @item hashcash-default-payment
23056 @vindex hashcash-default-payment
23057 This variable indicates the default number of bits the hash collision
23058 should consist of.  By default this is 20.  Suggested useful values
23059 include 17 to 29.
23060
23061 @item hashcash-payment-alist
23062 @vindex hashcash-payment-alist
23063 Some receivers may require you to spend burn more CPU time than the
23064 default.  This variable contains a list of @samp{(@var{addr}
23065 @var{amount})} cells, where @var{addr} is the receiver (email address
23066 or newsgroup) and @var{amount} is the number of bits in the collision
23067 that is needed.  It can also contain @samp{(@var{addr} @var{string}
23068 @var{amount})} cells, where the @var{string} is the string to use
23069 (normally the email address or newsgroup name is used).
23070
23071 @item hashcash-path
23072 @vindex hashcash-path
23073 Where the @code{hashcash} binary is installed.  This variable should
23074 be automatically set by @code{executable-find}, but if it's @code{nil}
23075 (usually because the @code{hashcash} binary is not in your path)
23076 you'll get a warning when you check hashcash payments and an error
23077 when you generate hashcash payments.
23078
23079 @end table
23080
23081 Gnus can verify hashcash cookies, although this can also be done by
23082 hand customized mail filtering scripts.  To verify a hashcash cookie
23083 in a message, use the @code{mail-check-payment} function in the
23084 @code{hashcash.el} library.  You can also use the @code{spam.el}
23085 package with the @code{spam-use-hashcash} back end to validate hashcash
23086 cookies in incoming mail and filter mail accordingly (@pxref{Anti-spam
23087 Hashcash Payments}).
23088
23089 @node Filtering Spam Using The Spam ELisp Package
23090 @subsection Filtering Spam Using The Spam ELisp Package
23091 @cindex spam filtering
23092 @cindex spam
23093
23094 The idea behind @code{spam.el} is to have a control center for spam detection
23095 and filtering in Gnus.  To that end, @code{spam.el} does two things: it
23096 filters new mail, and it analyzes mail known to be spam or ham.
23097 @dfn{Ham} is the name used throughout @code{spam.el} to indicate
23098 non-spam messages.
23099
23100 Make sure you read the section on the @code{spam.el} sequence of
23101 events.  See @xref{Spam ELisp Package Sequence of Events}.
23102
23103 @cindex spam-initialize
23104 To use @code{spam.el}, you @strong{must} run the function
23105 @code{spam-initialize} to autoload @file{spam.el} and to install the
23106 @code{spam.el} hooks.  There is one exception: if you use the
23107 @code{spam-use-stat} (@pxref{spam-stat spam filtering}) setting, you
23108 should turn it on before @code{spam-initialize}:
23109
23110 @example
23111 (setq spam-use-stat t) ;; if needed
23112 (spam-initialize)
23113 @end example
23114
23115 So, what happens when you load @file{spam.el}?
23116
23117 First, some hooks will get installed by @code{spam-initialize}.  There
23118 are some hooks for @code{spam-stat} so it can save its databases, and
23119 there are hooks so interesting things will happen when you enter and
23120 leave a group.  More on the sequence of events later (@pxref{Spam
23121 ELisp Package Sequence of Events}).
23122
23123 You get the following keyboard commands:
23124
23125 @table @kbd
23126
23127 @item M-d
23128 @itemx M s x
23129 @itemx S x
23130 @kindex M-d
23131 @kindex S x
23132 @kindex M s x
23133 @findex gnus-summary-mark-as-spam
23134 @code{gnus-summary-mark-as-spam}.
23135
23136 Mark current article as spam, showing it with the @samp{$} mark.
23137 Whenever you see a spam article, make sure to mark its summary line
23138 with @kbd{M-d} before leaving the group.  This is done automatically
23139 for unread articles in @emph{spam} groups.
23140
23141 @item M s t
23142 @itemx S t
23143 @kindex M s t
23144 @kindex S t
23145 @findex spam-bogofilter-score
23146 @code{spam-bogofilter-score}.
23147
23148 You must have Bogofilter installed for that command to work properly.
23149
23150 @xref{Bogofilter}.
23151
23152 @end table
23153
23154 Also, when you load @file{spam.el}, you will be able to customize its
23155 variables.  Try @code{customize-group} on the @samp{spam} variable
23156 group.
23157
23158 @menu
23159 * Spam ELisp Package Sequence of Events::
23160 * Spam ELisp Package Filtering of Incoming Mail::
23161 * Spam ELisp Package Global Variables::
23162 * Spam ELisp Package Sorting and Score Display in Summary Buffer::
23163 * Spam ELisp Package Configuration Examples::
23164 * Blacklists and Whitelists::
23165 * BBDB Whitelists::
23166 * Gmane Spam Reporting::
23167 * Anti-spam Hashcash Payments::
23168 * Blackholes::
23169 * Regular Expressions Header Matching::
23170 * Bogofilter::
23171 * SpamAssassin back end::
23172 * ifile spam filtering::
23173 * spam-stat spam filtering::
23174 * SpamOracle::
23175 * Extending the Spam ELisp package::
23176 @end menu
23177
23178 @node Spam ELisp Package Sequence of Events
23179 @subsubsection Spam ELisp Package Sequence of Events
23180 @cindex spam filtering
23181 @cindex spam filtering sequence of events
23182 @cindex spam
23183 You must read this section to understand how @code{spam.el} works.
23184 Do not skip, speed-read, or glance through this section.
23185
23186 There are two @emph{contact points}, if you will, between
23187 @code{spam.el} and the rest of Gnus: checking new mail for spam, and
23188 leaving a group.
23189
23190 Getting new mail in Gnus is done in one of two ways.  You can either
23191 split your incoming mail or you can classify new articles as ham or
23192 spam when you enter the group.
23193
23194 Splitting incoming mail is better suited to mail back ends such as
23195 @code{nnml} or @code{nnimap} where new mail appears in a single file
23196 called a @dfn{Spool File}.  See @xref{Spam ELisp Package Filtering of
23197 Incoming Mail}.
23198
23199 @vindex gnus-spam-autodetect
23200 @vindex gnus-spam-autodetect-methods
23201 For back ends such as @code{nntp} there is no incoming mail spool, so
23202 an alternate mechanism must be used.  This may also happen for
23203 back ends where the server is in charge of splitting incoming mail, and
23204 Gnus does not do further splitting.  The @code{spam-autodetect} and
23205 @code{spam-autodetect-methods} group parameters (accessible with
23206 @kbd{G c} and @kbd{G p} as usual), and the corresponding variables
23207 @code{gnus-spam-autodetect} and @code{gnus-spam-autodetect-methods}
23208 (accessible with @kbd{M-x customize-variable} as usual) can help.
23209
23210 When @code{spam-autodetect} is used (you can turn it on for a
23211 group/topic or wholesale by regular expression matches, as needed), it
23212 hooks into the process of entering a group.  Thus, entering a group
23213 with unseen or unread articles becomes the substitute for checking
23214 incoming mail.  Whether only unseen articles or all unread articles
23215 will be processed is determined by the
23216 @code{spam-autodetect-recheck-messages}.  When set to @code{t}, unread
23217 messages will be rechecked.  You should probably stick with the
23218 default of only checking unseen messages.
23219
23220 @code{spam-autodetect} grants the user at once more and less control
23221 of spam filtering.  The user will have more control over each group's
23222 spam methods, so for instance the @samp{ding} group may have
23223 @code{spam-use-BBDB} as the autodetection method, while the
23224 @samp{suspect} group may have the @code{spam-use-blacklist} and
23225 @code{spam-use-bogofilter} methods enabled.  Every article detected to
23226 be spam will be marked with the spam mark @samp{$} and processed on
23227 exit from the group as normal spam.  The user has less control over
23228 the @emph{sequence} of checks, as he might with @code{spam-split}.
23229
23230 When the newly split mail goes into groups, or messages are
23231 autodetected to be ham or spam, those groups must be exited (after
23232 entering, if needed) for further spam processing to happen.  It
23233 matters whether the group is considered a ham group, a spam group, or
23234 is unclassified, based on its @code{spam-content} parameter
23235 (@pxref{Spam ELisp Package Global Variables}).  Spam groups have the
23236 additional characteristic that, when entered, any unseen or unread
23237 articles (depending on the @code{spam-mark-only-unseen-as-spam}
23238 variable) will be marked as spam.  Thus, mail split into a spam group
23239 gets automatically marked as spam when you enter the group.
23240
23241 Thus, when you exit a group, the @code{spam-processors} are applied,
23242 if any are set, and the processed mail is moved to the
23243 @code{ham-process-destination} or the @code{spam-process-destination}
23244 depending on the article's classification.  If the
23245 @code{ham-process-destination} or the @code{spam-process-destination},
23246 whichever is appropriate, are @code{nil}, the article is left in the
23247 current group.
23248
23249 If a spam is found in any group (this can be changed to only non-spam
23250 groups with @code{spam-move-spam-nonspam-groups-only}), it is
23251 processed by the active @code{spam-processors} (@pxref{Spam ELisp
23252 Package Global Variables}) when the group is exited.  Furthermore, the
23253 spam is moved to the @code{spam-process-destination} (@pxref{Spam
23254 ELisp Package Global Variables}) for further training or deletion.
23255 You have to load the @code{gnus-registry.el} package and enable the
23256 @code{spam-log-to-registry} variable if you want spam to be processed
23257 no more than once.  Thus, spam is detected and processed everywhere,
23258 which is what most people want.  If the
23259 @code{spam-process-destination} is @code{nil}, the spam is marked as
23260 expired, which is usually the right thing to do.
23261
23262 If spam can not be moved---because of a read-only back end such as
23263 @acronym{NNTP}, for example, it will be copied.
23264
23265 If a ham mail is found in a ham group, as determined by the
23266 @code{ham-marks} parameter, it is processed as ham by the active ham
23267 @code{spam-processor} when the group is exited.  With the variables
23268 @code{spam-process-ham-in-spam-groups} and
23269 @code{spam-process-ham-in-nonham-groups} the behavior can be further
23270 altered so ham found anywhere can be processed.  You have to load the
23271 @code{gnus-registry.el} package and enable the
23272 @code{spam-log-to-registry} variable if you want ham to be processed
23273 no more than once.  Thus, ham is detected and processed only when
23274 necessary, which is what most people want.  More on this in
23275 @xref{Spam ELisp Package Configuration Examples}.
23276
23277 If ham can not be moved---because of a read-only back end such as
23278 @acronym{NNTP}, for example, it will be copied.
23279
23280 If all this seems confusing, don't worry.  Soon it will be as natural
23281 as typing Lisp one-liners on a neural interface@dots{} err, sorry, that's
23282 50 years in the future yet.  Just trust us, it's not so bad.
23283
23284 @node Spam ELisp Package Filtering of Incoming Mail
23285 @subsubsection Spam ELisp Package Filtering of Incoming Mail
23286 @cindex spam filtering
23287 @cindex spam filtering incoming mail
23288 @cindex spam
23289
23290 To use the @code{spam.el} facilities for incoming mail filtering, you
23291 must add the following to your fancy split list
23292 @code{nnmail-split-fancy} or @code{nnimap-split-fancy}:
23293
23294 @example
23295 (: spam-split)
23296 @end example
23297
23298 Note that the fancy split may be called @code{nnmail-split-fancy} or
23299 @code{nnimap-split-fancy}, depending on whether you use the nnmail or
23300 nnimap back ends to retrieve your mail.
23301
23302 Also, @code{spam-split} will not modify incoming mail in any way.
23303
23304 The @code{spam-split} function will process incoming mail and send the
23305 mail considered to be spam into the group name given by the variable
23306 @code{spam-split-group}.  By default that group name is @samp{spam},
23307 but you can customize @code{spam-split-group}.  Make sure the contents
23308 of @code{spam-split-group} are an @emph{unqualified} group name, for
23309 instance in an @code{nnimap} server @samp{your-server} the value
23310 @samp{spam} will turn out to be @samp{nnimap+your-server:spam}.  The
23311 value @samp{nnimap+server:spam}, therefore, is wrong and will
23312 actually give you the group
23313 @samp{nnimap+your-server:nnimap+server:spam} which may or may not
23314 work depending on your server's tolerance for strange group names.
23315
23316 You can also give @code{spam-split} a parameter,
23317 e.g. @code{spam-use-regex-headers} or @code{"maybe-spam"}.  Why is
23318 this useful?
23319
23320 Take these split rules (with @code{spam-use-regex-headers} and
23321 @code{spam-use-blackholes} set):
23322
23323 @example
23324  nnimap-split-fancy '(|
23325                       (any "ding" "ding")
23326                       (: spam-split)
23327                       ;; @r{default mailbox}
23328                       "mail")
23329 @end example
23330
23331 Now, the problem is that you want all ding messages to make it to the
23332 ding folder.  But that will let obvious spam (for example, spam
23333 detected by SpamAssassin, and @code{spam-use-regex-headers}) through,
23334 when it's sent to the ding list.  On the other hand, some messages to
23335 the ding list are from a mail server in the blackhole list, so the
23336 invocation of @code{spam-split} can't be before the ding rule.
23337
23338 You can let SpamAssassin headers supersede ding rules, but all other
23339 @code{spam-split} rules (including a second invocation of the
23340 regex-headers check) will be after the ding rule:
23341
23342 @example
23343 nnimap-split-fancy
23344       '(|
23345         ;; @r{all spam detected by @code{spam-use-regex-headers} goes to @samp{regex-spam}}
23346         (: spam-split "regex-spam" 'spam-use-regex-headers)
23347         (any "ding" "ding")
23348         ;; @r{all other spam detected by spam-split goes to @code{spam-split-group}}
23349         (: spam-split)
23350         ;; @r{default mailbox}
23351         "mail")
23352 @end example
23353
23354 This lets you invoke specific @code{spam-split} checks depending on
23355 your particular needs, and to target the results of those checks to a
23356 particular spam group.  You don't have to throw all mail into all the
23357 spam tests.  Another reason why this is nice is that messages to
23358 mailing lists you have rules for don't have to have resource-intensive
23359 blackhole checks performed on them.  You could also specify different
23360 spam checks for your nnmail split vs. your nnimap split.  Go crazy.
23361
23362 You should still have specific checks such as
23363 @code{spam-use-regex-headers} set to @code{t}, even if you
23364 specifically invoke @code{spam-split} with the check.  The reason is
23365 that when loading @file{spam.el}, some conditional loading is done
23366 depending on what @code{spam-use-xyz} variables you have set.  This
23367 is usually not critical, though.
23368
23369 @emph{Note for IMAP users}
23370
23371 The boolean variable @code{nnimap-split-download-body} needs to be
23372 set, if you want to split based on the whole message instead of just
23373 the headers.  By default, the nnimap back end will only retrieve the
23374 message headers.  If you use a @emph{statistical} filter,
23375 e.g. @code{spam-check-bogofilter}, @code{spam-check-ifile}, or
23376 @code{spam-check-stat} (the splitters that can benefit from the full
23377 message body), this variable will be set automatically.  It is not set
23378 for non-statistical back ends by default because it will slow
23379 @acronym{IMAP} down.
23380
23381 @xref{Splitting in IMAP}.
23382
23383 @node Spam ELisp Package Global Variables
23384 @subsubsection Spam ELisp Package Global Variables
23385 @cindex spam filtering
23386 @cindex spam filtering variables
23387 @cindex spam variables
23388 @cindex spam
23389
23390 @vindex gnus-spam-process-newsgroups
23391 The concepts of ham processors and spam processors are very important.
23392 Ham processors and spam processors for a group can be set with the
23393 @code{spam-process} group parameter, or the
23394 @code{gnus-spam-process-newsgroups} variable.  Ham processors take
23395 mail known to be non-spam (@emph{ham}) and process it in some way so
23396 that later similar mail will also be considered non-spam.  Spam
23397 processors take mail known to be spam and process it so similar spam
23398 will be detected later.
23399
23400 The format of the spam or ham processor entry used to be a symbol,
23401 but now it is a @sc{cons} cell.  See the individual spam processor entries
23402 for more information.
23403
23404 @vindex gnus-spam-newsgroup-contents
23405 Gnus learns from the spam you get.  You have to collect your spam in
23406 one or more spam groups, and set or customize the variable
23407 @code{spam-junk-mailgroups} as appropriate.  You can also declare
23408 groups to contain spam by setting their group parameter
23409 @code{spam-contents} to @code{gnus-group-spam-classification-spam}, or
23410 by customizing the corresponding variable
23411 @code{gnus-spam-newsgroup-contents}.  The @code{spam-contents} group
23412 parameter and the @code{gnus-spam-newsgroup-contents} variable can
23413 also be used to declare groups as @emph{ham} groups if you set their
23414 classification to @code{gnus-group-spam-classification-ham}.  If
23415 groups are not classified by means of @code{spam-junk-mailgroups},
23416 @code{spam-contents}, or @code{gnus-spam-newsgroup-contents}, they are
23417 considered @emph{unclassified}.  All groups are unclassified by
23418 default.
23419
23420 @vindex gnus-spam-mark
23421 @cindex $
23422 In spam groups, all messages are considered to be spam by default:
23423 they get the @samp{$} mark (@code{gnus-spam-mark}) when you enter the
23424 group.  If you have seen a message, had it marked as spam, then
23425 unmarked it, it won't be marked as spam when you enter the group
23426 thereafter.  You can disable that behavior, so all unread messages
23427 will get the @samp{$} mark, if you set the
23428 @code{spam-mark-only-unseen-as-spam} parameter to @code{nil}.  You
23429 should remove the @samp{$} mark when you are in the group summary
23430 buffer for every message that is not spam after all.  To remove the
23431 @samp{$} mark, you can use @kbd{M-u} to ``unread'' the article, or
23432 @kbd{d} for declaring it read the non-spam way.  When you leave a
23433 group, all spam-marked (@samp{$}) articles are sent to a spam
23434 processor which will study them as spam samples.
23435
23436 Messages may also be deleted in various other ways, and unless
23437 @code{ham-marks} group parameter gets overridden below, marks @samp{R}
23438 and @samp{r} for default read or explicit delete, marks @samp{X} and
23439 @samp{K} for automatic or explicit kills, as well as mark @samp{Y} for
23440 low scores, are all considered to be associated with articles which
23441 are not spam.  This assumption might be false, in particular if you
23442 use kill files or score files as means for detecting genuine spam, you
23443 should then adjust the @code{ham-marks} group parameter.
23444
23445 @defvar ham-marks
23446 You can customize this group or topic parameter to be the list of
23447 marks you want to consider ham.  By default, the list contains the
23448 deleted, read, killed, kill-filed, and low-score marks (the idea is
23449 that these articles have been read, but are not spam).  It can be
23450 useful to also include the tick mark in the ham marks.  It is not
23451 recommended to make the unread mark a ham mark, because it normally
23452 indicates a lack of classification.  But you can do it, and we'll be
23453 happy for you.
23454 @end defvar
23455
23456 @defvar spam-marks
23457 You can customize this group or topic parameter to be the list of
23458 marks you want to consider spam.  By default, the list contains only
23459 the spam mark.  It is not recommended to change that, but you can if
23460 you really want to.
23461 @end defvar
23462
23463 When you leave @emph{any} group, regardless of its
23464 @code{spam-contents} classification, all spam-marked articles are sent
23465 to a spam processor, which will study these as spam samples.  If you
23466 explicit kill a lot, you might sometimes end up with articles marked
23467 @samp{K} which you never saw, and which might accidentally contain
23468 spam.  Best is to make sure that real spam is marked with @samp{$},
23469 and nothing else.
23470
23471 @vindex gnus-ham-process-destinations
23472 When you leave a @emph{spam} group, all spam-marked articles are
23473 marked as expired after processing with the spam processor.  This is
23474 not done for @emph{unclassified} or @emph{ham} groups.  Also, any
23475 @strong{ham} articles in a spam group will be moved to a location
23476 determined by either the @code{ham-process-destination} group
23477 parameter or a match in the @code{gnus-ham-process-destinations}
23478 variable, which is a list of regular expressions matched with group
23479 names (it's easiest to customize this variable with @kbd{M-x
23480 customize-variable @key{RET} gnus-ham-process-destinations}).  Each
23481 group name list is a standard Lisp list, if you prefer to customize
23482 the variable manually.  If the @code{ham-process-destination}
23483 parameter is not set, ham articles are left in place.  If the
23484 @code{spam-mark-ham-unread-before-move-from-spam-group} parameter is
23485 set, the ham articles are marked as unread before being moved.
23486
23487 If ham can not be moved---because of a read-only back end such as
23488 @acronym{NNTP}, for example, it will be copied.
23489
23490 Note that you can use multiples destinations per group or regular
23491 expression!  This enables you to send your ham to a regular mail
23492 group and to a @emph{ham training} group.
23493
23494 When you leave a @emph{ham} group, all ham-marked articles are sent to
23495 a ham processor, which will study these as non-spam samples.
23496
23497 @vindex spam-process-ham-in-spam-groups
23498 By default the variable @code{spam-process-ham-in-spam-groups} is
23499 @code{nil}.  Set it to @code{t} if you want ham found in spam groups
23500 to be processed.  Normally this is not done, you are expected instead
23501 to send your ham to a ham group and process it there.
23502
23503 @vindex spam-process-ham-in-nonham-groups
23504 By default the variable @code{spam-process-ham-in-nonham-groups} is
23505 @code{nil}.  Set it to @code{t} if you want ham found in non-ham (spam
23506 or unclassified) groups to be processed.  Normally this is not done,
23507 you are expected instead to send your ham to a ham group and process
23508 it there.
23509
23510 @vindex gnus-spam-process-destinations
23511 When you leave a @emph{ham} or @emph{unclassified} group, all
23512 @strong{spam} articles are moved to a location determined by either
23513 the @code{spam-process-destination} group parameter or a match in the
23514 @code{gnus-spam-process-destinations} variable, which is a list of
23515 regular expressions matched with group names (it's easiest to
23516 customize this variable with @kbd{M-x customize-variable @key{RET}
23517 gnus-spam-process-destinations}).  Each group name list is a standard
23518 Lisp list, if you prefer to customize the variable manually.  If the
23519 @code{spam-process-destination} parameter is not set, the spam
23520 articles are only expired.  The group name is fully qualified, meaning
23521 that if you see @samp{nntp:servername} before the group name in the
23522 group buffer then you need it here as well.
23523
23524 If spam can not be moved---because of a read-only back end such as
23525 @acronym{NNTP}, for example, it will be copied.
23526
23527 Note that you can use multiples destinations per group or regular
23528 expression!  This enables you to send your spam to multiple @emph{spam
23529 training} groups.
23530
23531 @vindex spam-log-to-registry
23532 The problem with processing ham and spam is that Gnus doesn't track
23533 this processing by default.  Enable the @code{spam-log-to-registry}
23534 variable so @code{spam.el} will use @code{gnus-registry.el} to track
23535 what articles have been processed, and avoid processing articles
23536 multiple times.  Keep in mind that if you limit the number of registry
23537 entries, this won't work as well as it does without a limit.
23538
23539 @vindex spam-mark-only-unseen-as-spam
23540 Set this variable if you want only unseen articles in spam groups to
23541 be marked as spam.  By default, it is set.  If you set it to
23542 @code{nil}, unread articles will also be marked as spam.
23543
23544 @vindex spam-mark-ham-unread-before-move-from-spam-group
23545 Set this variable if you want ham to be unmarked before it is moved
23546 out of the spam group.  This is very useful when you use something
23547 like the tick mark @samp{!} to mark ham---the article will be placed
23548 in your @code{ham-process-destination}, unmarked as if it came fresh
23549 from the mail server.
23550
23551 @vindex spam-autodetect-recheck-messages
23552 When autodetecting spam, this variable tells @code{spam.el} whether
23553 only unseen articles or all unread articles should be checked for
23554 spam.  It is recommended that you leave it off.
23555
23556 @node Spam ELisp Package Sorting and Score Display in Summary Buffer
23557 @subsubsection Spam ELisp Package Sorting and Score Display in Summary Buffer
23558 @cindex spam scoring
23559 @cindex spam sorting
23560 @cindex spam score summary buffer
23561 @cindex spam sort summary buffer
23562 @cindex spam
23563
23564 You can display the spam score of articles in your summary buffer, and
23565 you can sort articles by their spam score.
23566
23567 First you need to decide which back end you will be using.  If you use
23568 the @code{spam-use-spamassassin},
23569 @code{spam-use-spamassassin-headers}, or @code{spam-use-regex-headers}
23570 back end, the @code{X-Spam-Status} header will be used.  If you use
23571 @code{spam-use-bogofilter}, the @code{X-Bogosity} header will be used.
23572 If you use @code{spam-use-crm114}, any header that matches the CRM114
23573 score format will be used.  As long as you set the appropriate back end
23574 variable to t @emph{before} you load @file{spam.el}, you will be
23575 fine.  @code{spam.el} will automatically add the right header to the
23576 internal Gnus list of required headers.
23577
23578 To show the spam score in your summary buffer, add this line to your
23579 @code{gnus.el} file (note @code{spam.el} does not do that by default
23580 so it won't override any existing @code{S} formats you may have).
23581
23582 @lisp
23583 (defalias 'gnus-user-format-function-S 'spam-user-format-function-S)
23584 @end lisp
23585
23586 Now just set your summary line format to use @code{%uS}.  Here's an
23587 example that formats the spam score in a 5-character field:
23588
23589 @lisp
23590 (setq gnus-summary-line-format
23591  "%U%R %10&user-date; $%5uS %6k  %B %(%4L: %*%-25,25a%) %s \n")
23592 @end lisp
23593
23594 Finally, to sort by spam status, either do it globally:
23595
23596 @lisp
23597 (setq
23598  gnus-show-threads nil
23599  gnus-article-sort-functions
23600   '(spam-article-sort-by-spam-status))
23601 @end lisp
23602
23603 or per group (@pxref{Sorting the Summary Buffer}).
23604
23605 @node Spam ELisp Package Configuration Examples
23606 @subsubsection Spam ELisp Package Configuration Examples
23607 @cindex spam filtering
23608 @cindex spam filtering configuration examples
23609 @cindex spam configuration examples
23610 @cindex spam
23611
23612 @subsubheading Ted's setup
23613
23614 From Ted Zlatanov <tzz@@lifelogs.com>.
23615 @example
23616 ;; @r{for @code{gnus-registry-split-fancy-with-parent} and spam autodetection}
23617 ;; @r{see @file{gnus-registry.el} for more information}
23618 (gnus-registry-initialize)
23619 (spam-initialize)
23620
23621 ;; @r{I like @kbd{C-s} for marking spam}
23622 (define-key gnus-summary-mode-map "\C-s" 'gnus-summary-mark-as-spam)
23623
23624 (setq
23625  spam-log-to-registry t     ; @r{for spam autodetection}
23626  spam-use-BBDB t
23627  spam-use-regex-headers t   ; @r{catch X-Spam-Flag (SpamAssassin)}
23628  ;; @r{all groups with @samp{spam} in the name contain spam}
23629  gnus-spam-newsgroup-contents
23630   '(("spam" gnus-group-spam-classification-spam))
23631  ;; @r{see documentation for these}
23632  spam-move-spam-nonspam-groups-only nil
23633  spam-mark-only-unseen-as-spam t
23634  spam-mark-ham-unread-before-move-from-spam-group t
23635  nnimap-split-rule 'nnimap-split-fancy
23636  ;; @r{understand what this does before you copy it to your own setup!}
23637  nnimap-split-fancy '(|
23638                       ;; @r{trace references to parents and put in their group}
23639                       (: gnus-registry-split-fancy-with-parent)
23640                       ;; @r{this will catch server-side SpamAssassin tags}
23641                       (: spam-split 'spam-use-regex-headers)
23642                       (any "ding" "ding")
23643                       ;; @r{note that spam by default will go to @samp{spam}}
23644                       (: spam-split)
23645                       ;; @r{default mailbox}
23646                       "mail"))
23647
23648 ;; @r{my parameters, set with @kbd{G p}}
23649
23650 ;; @r{all nnml groups, and all nnimap groups except}
23651 ;; @r{@samp{nnimap+mail.lifelogs.com:train} and}
23652 ;; @r{@samp{nnimap+mail.lifelogs.com:spam}: any spam goes to nnimap training,}
23653 ;; @r{because it must have been detected manually}
23654
23655 ((spam-process-destination . "nnimap+mail.lifelogs.com:train"))
23656
23657 ;; @r{all @acronym{NNTP} groups}
23658 ;; @r{autodetect spam with the blacklist and ham with the BBDB}
23659 ((spam-autodetect-methods spam-use-blacklist spam-use-BBDB)
23660 ;; @r{send all spam to the training group}
23661  (spam-process-destination . "nnimap+mail.lifelogs.com:train"))
23662
23663 ;; @r{only some @acronym{NNTP} groups, where I want to autodetect spam}
23664 ((spam-autodetect . t))
23665
23666 ;; @r{my nnimap @samp{nnimap+mail.lifelogs.com:spam} group}
23667
23668 ;; @r{this is a spam group}
23669 ((spam-contents gnus-group-spam-classification-spam)
23670
23671  ;; @r{any spam (which happens when I enter for all unseen messages,}
23672  ;; @r{because of the @code{gnus-spam-newsgroup-contents} setting above), goes to}
23673  ;; @r{@samp{nnimap+mail.lifelogs.com:train} unless I mark it as ham}
23674
23675  (spam-process-destination "nnimap+mail.lifelogs.com:train")
23676
23677  ;; @r{any ham goes to my @samp{nnimap+mail.lifelogs.com:mail} folder, but}
23678  ;; @r{also to my @samp{nnimap+mail.lifelogs.com:trainham} folder for training}
23679
23680  (ham-process-destination "nnimap+mail.lifelogs.com:mail"
23681                           "nnimap+mail.lifelogs.com:trainham")
23682  ;; @r{in this group, only @samp{!} marks are ham}
23683  (ham-marks
23684   (gnus-ticked-mark))
23685  ;; @r{remembers senders in the blacklist on the way out---this is}
23686  ;; @r{definitely not needed, it just makes me feel better}
23687  (spam-process (gnus-group-spam-exit-processor-blacklist)))
23688
23689 ;; @r{Later, on the @acronym{IMAP} server I use the @samp{train} group for training}
23690 ;; @r{SpamAssassin to recognize spam, and the @samp{trainham} group fora}
23691 ;; @r{recognizing ham---but Gnus has nothing to do with it.}
23692
23693 @end example
23694
23695 @subsubheading Using @code{spam.el} on an IMAP server with a statistical filter on the server
23696 From Reiner Steib <reiner.steib@@gmx.de>.
23697
23698 My provider has set up bogofilter (in combination with @acronym{DCC}) on
23699 the mail server (@acronym{IMAP}).  Recognized spam goes to
23700 @samp{spam.detected}, the rest goes through the normal filter rules,
23701 i.e. to @samp{some.folder} or to @samp{INBOX}.  Training on false
23702 positives or negatives is done by copying or moving the article to
23703 @samp{training.ham} or @samp{training.spam} respectively.  A cron job on
23704 the server feeds those to bogofilter with the suitable ham or spam
23705 options and deletes them from the @samp{training.ham} and
23706 @samp{training.spam} folders.
23707
23708 With the following entries in @code{gnus-parameters}, @code{spam.el}
23709 does most of the job for me:
23710
23711 @lisp
23712    ("nnimap:spam\\.detected"
23713     (gnus-article-sort-functions '(gnus-article-sort-by-chars))
23714     (ham-process-destination "nnimap:INBOX" "nnimap:training.ham")
23715     (spam-contents gnus-group-spam-classification-spam))
23716    ("nnimap:\\(INBOX\\|other-folders\\)"
23717     (spam-process-destination . "nnimap:training.spam")
23718     (spam-contents gnus-group-spam-classification-ham))
23719 @end lisp
23720
23721 @itemize
23722
23723 @item @b{The Spam folder:}
23724
23725 In the folder @samp{spam.detected}, I have to check for false positives
23726 (i.e. legitimate mails, that were wrongly judged as spam by
23727 bogofilter or DCC).
23728
23729 Because of the @code{gnus-group-spam-classification-spam} entry, all
23730 messages are marked as spam (with @code{$}).  When I find a false
23731 positive, I mark the message with some other ham mark (@code{ham-marks},
23732 @ref{Spam ELisp Package Global Variables}).  On group exit, those
23733 messages are copied to both groups, @samp{INBOX} (where I want to have
23734 the article) and @samp{training.ham} (for training bogofilter) and
23735 deleted from the @samp{spam.detected} folder.
23736
23737 The @code{gnus-article-sort-by-chars} entry simplifies detection of
23738 false positives for me.  I receive lots of worms (sweN, @dots{}), that all
23739 have a similar size.  Grouping them by size (i.e. chars) makes finding
23740 other false positives easier.  (Of course worms aren't @i{spam}
23741 (@acronym{UCE}, @acronym{UBE}) strictly speaking.  Anyhow, bogofilter is
23742 an excellent tool for filtering those unwanted mails for me.)
23743
23744 @item @b{Ham folders:}
23745
23746 In my ham folders, I just hit @kbd{S x}
23747 (@code{gnus-summary-mark-as-spam}) whenever I see an unrecognized spam
23748 mail (false negative).  On group exit, those messages are moved to
23749 @samp{training.spam}.
23750 @end itemize
23751
23752 @subsubheading Reporting spam articles in Gmane groups with @code{spam-report.el}
23753
23754 From Reiner Steib <reiner.steib@@gmx.de>.
23755
23756 With following entry in @code{gnus-parameters}, @kbd{S x}
23757 (@code{gnus-summary-mark-as-spam}) marks articles in @code{gmane.*}
23758 groups as spam and reports the to Gmane at group exit:
23759
23760 @lisp
23761    ("^gmane\\."
23762     (spam-process (gnus-group-spam-exit-processor-report-gmane)))
23763 @end lisp
23764
23765 Additionally, I use @code{(setq spam-report-gmane-use-article-number nil)}
23766 because I don't read the groups directly from news.gmane.org, but
23767 through my local news server (leafnode).  I.e. the article numbers are
23768 not the same as on news.gmane.org, thus @code{spam-report.el} has to check
23769 the @code{X-Report-Spam} header to find the correct number.
23770
23771 @node Blacklists and Whitelists
23772 @subsubsection Blacklists and Whitelists
23773 @cindex spam filtering
23774 @cindex whitelists, spam filtering
23775 @cindex blacklists, spam filtering
23776 @cindex spam
23777
23778 @defvar spam-use-blacklist
23779
23780 Set this variable to @code{t} if you want to use blacklists when
23781 splitting incoming mail.  Messages whose senders are in the blacklist
23782 will be sent to the @code{spam-split-group}.  This is an explicit
23783 filter, meaning that it acts only on mail senders @emph{declared} to
23784 be spammers.
23785
23786 @end defvar
23787
23788 @defvar spam-use-whitelist
23789
23790 Set this variable to @code{t} if you want to use whitelists when
23791 splitting incoming mail.  Messages whose senders are not in the
23792 whitelist will be sent to the next spam-split rule.  This is an
23793 explicit filter, meaning that unless someone is in the whitelist, their
23794 messages are not assumed to be spam or ham.
23795
23796 @end defvar
23797
23798 @defvar spam-use-whitelist-exclusive
23799
23800 Set this variable to @code{t} if you want to use whitelists as an
23801 implicit filter, meaning that every message will be considered spam
23802 unless the sender is in the whitelist.  Use with care.
23803
23804 @end defvar
23805
23806 @defvar gnus-group-spam-exit-processor-blacklist
23807
23808 Add this symbol to a group's @code{spam-process} parameter by
23809 customizing the group parameters or the
23810 @code{gnus-spam-process-newsgroups} variable.  When this symbol is
23811 added to a group's @code{spam-process} parameter, the senders of
23812 spam-marked articles will be added to the blacklist.
23813
23814 @emph{WARNING}
23815
23816 Instead of the obsolete
23817 @code{gnus-group-spam-exit-processor-blacklist}, it is recommended
23818 that you use @code{(spam spam-use-blacklist)}.  Everything will work
23819 the same way, we promise.
23820
23821 @end defvar
23822
23823 @defvar gnus-group-ham-exit-processor-whitelist
23824
23825 Add this symbol to a group's @code{spam-process} parameter by
23826 customizing the group parameters or the
23827 @code{gnus-spam-process-newsgroups} variable.  When this symbol is
23828 added to a group's @code{spam-process} parameter, the senders of
23829 ham-marked articles in @emph{ham} groups will be added to the
23830 whitelist.
23831
23832 @emph{WARNING}
23833
23834 Instead of the obsolete
23835 @code{gnus-group-ham-exit-processor-whitelist}, it is recommended
23836 that you use @code{(ham spam-use-whitelist)}.  Everything will work
23837 the same way, we promise.
23838
23839 @end defvar
23840
23841 Blacklists are lists of regular expressions matching addresses you
23842 consider to be spam senders.  For instance, to block mail from any
23843 sender at @samp{vmadmin.com}, you can put @samp{vmadmin.com} in your
23844 blacklist.  You start out with an empty blacklist.  Blacklist entries
23845 use the Emacs regular expression syntax.
23846
23847 Conversely, whitelists tell Gnus what addresses are considered
23848 legitimate.  All messages from whitelisted addresses are considered
23849 non-spam.  Also see @ref{BBDB Whitelists}.  Whitelist entries use the
23850 Emacs regular expression syntax.
23851
23852 The blacklist and whitelist file locations can be customized with the
23853 @code{spam-directory} variable (@file{~/News/spam} by default), or
23854 the @code{spam-whitelist} and @code{spam-blacklist} variables
23855 directly.  The whitelist and blacklist files will by default be in the
23856 @code{spam-directory} directory, named @file{whitelist} and
23857 @file{blacklist} respectively.
23858
23859 @node BBDB Whitelists
23860 @subsubsection BBDB Whitelists
23861 @cindex spam filtering
23862 @cindex BBDB whitelists, spam filtering
23863 @cindex BBDB, spam filtering
23864 @cindex spam
23865
23866 @defvar spam-use-BBDB
23867
23868 Analogous to @code{spam-use-whitelist} (@pxref{Blacklists and
23869 Whitelists}), but uses the BBDB as the source of whitelisted
23870 addresses, without regular expressions.  You must have the BBDB loaded
23871 for @code{spam-use-BBDB} to work properly.  Messages whose senders are
23872 not in the BBDB will be sent to the next spam-split rule.  This is an
23873 explicit filter, meaning that unless someone is in the BBDB, their
23874 messages are not assumed to be spam or ham.
23875
23876 @end defvar
23877
23878 @defvar spam-use-BBDB-exclusive
23879
23880 Set this variable to @code{t} if you want to use the BBDB as an
23881 implicit filter, meaning that every message will be considered spam
23882 unless the sender is in the BBDB.  Use with care.  Only sender
23883 addresses in the BBDB will be allowed through; all others will be
23884 classified as spammers.
23885
23886 While @code{spam-use-BBDB-exclusive} @emph{can} be used as an alias
23887 for @code{spam-use-BBDB} as far as @code{spam.el} is concerned, it is
23888 @emph{not} a separate back end.  If you set
23889 @code{spam-use-BBDB-exclusive} to t, @emph{all} your BBDB splitting
23890 will be exclusive.
23891
23892 @end defvar
23893
23894 @defvar gnus-group-ham-exit-processor-BBDB
23895
23896 Add this symbol to a group's @code{spam-process} parameter by
23897 customizing the group parameters or the
23898 @code{gnus-spam-process-newsgroups} variable.  When this symbol is
23899 added to a group's @code{spam-process} parameter, the senders of
23900 ham-marked articles in @emph{ham} groups will be added to the
23901 BBDB.
23902
23903 @emph{WARNING}
23904
23905 Instead of the obsolete
23906 @code{gnus-group-ham-exit-processor-BBDB}, it is recommended
23907 that you use @code{(ham spam-use-BBDB)}.  Everything will work
23908 the same way, we promise.
23909
23910 @end defvar
23911
23912 @node Gmane Spam Reporting
23913 @subsubsection Gmane Spam Reporting
23914 @cindex spam reporting
23915 @cindex Gmane, spam reporting
23916 @cindex Gmane, spam reporting
23917 @cindex spam
23918
23919 @defvar gnus-group-spam-exit-processor-report-gmane
23920
23921 Add this symbol to a group's @code{spam-process} parameter by
23922 customizing the group parameters or the
23923 @code{gnus-spam-process-newsgroups} variable.  When this symbol is
23924 added to a group's @code{spam-process} parameter, the spam-marked
23925 articles groups will be reported to the Gmane administrators via a
23926 HTTP request.
23927
23928 Gmane can be found at @uref{http://gmane.org}.
23929
23930 @emph{WARNING}
23931
23932 Instead of the obsolete
23933 @code{gnus-group-spam-exit-processor-report-gmane}, it is recommended
23934 that you use @code{(spam spam-use-gmane)}.  Everything will work the
23935 same way, we promise.
23936
23937 @end defvar
23938
23939 @defvar spam-report-gmane-use-article-number
23940
23941 This variable is @code{t} by default.  Set it to @code{nil} if you are
23942 running your own news server, for instance, and the local article
23943 numbers don't correspond to the Gmane article numbers.  When
23944 @code{spam-report-gmane-use-article-number} is @code{nil},
23945 @code{spam-report.el} will use the @code{X-Report-Spam} header that
23946 Gmane provides.
23947
23948 @end defvar
23949
23950 @node Anti-spam Hashcash Payments
23951 @subsubsection Anti-spam Hashcash Payments
23952 @cindex spam filtering
23953 @cindex hashcash, spam filtering
23954 @cindex spam
23955
23956 @defvar spam-use-hashcash
23957
23958 Similar to @code{spam-use-whitelist} (@pxref{Blacklists and
23959 Whitelists}), but uses hashcash tokens for whitelisting messages
23960 instead of the sender address.  Messages without a hashcash payment
23961 token will be sent to the next spam-split rule.  This is an explicit
23962 filter, meaning that unless a hashcash token is found, the messages
23963 are not assumed to be spam or ham.
23964
23965 @end defvar
23966
23967 @node Blackholes
23968 @subsubsection Blackholes
23969 @cindex spam filtering
23970 @cindex blackholes, spam filtering
23971 @cindex spam
23972
23973 @defvar spam-use-blackholes
23974
23975 This option is disabled by default.  You can let Gnus consult the
23976 blackhole-type distributed spam processing systems (DCC, for instance)
23977 when you set this option.  The variable @code{spam-blackhole-servers}
23978 holds the list of blackhole servers Gnus will consult.  The current
23979 list is fairly comprehensive, but make sure to let us know if it
23980 contains outdated servers.
23981
23982 The blackhole check uses the @code{dig.el} package, but you can tell
23983 @code{spam.el} to use @code{dns.el} instead for better performance if
23984 you set @code{spam-use-dig} to @code{nil}.  It is not recommended at
23985 this time to set @code{spam-use-dig} to @code{nil} despite the
23986 possible performance improvements, because some users may be unable to
23987 use it, but you can try it and see if it works for you.
23988
23989 @end defvar
23990
23991 @defvar spam-blackhole-servers
23992
23993 The list of servers to consult for blackhole checks.
23994
23995 @end defvar
23996
23997 @defvar spam-blackhole-good-server-regex
23998
23999 A regular expression for IPs that should not be checked against the
24000 blackhole server list.  When set to @code{nil}, it has no effect.
24001
24002 @end defvar
24003
24004 @defvar spam-use-dig
24005
24006 Use the @code{dig.el} package instead of the @code{dns.el} package.
24007 The default setting of @code{t} is recommended.
24008
24009 @end defvar
24010
24011 Blackhole checks are done only on incoming mail.  There is no spam or
24012 ham processor for blackholes.
24013
24014 @node Regular Expressions Header Matching
24015 @subsubsection Regular Expressions Header Matching
24016 @cindex spam filtering
24017 @cindex regular expressions header matching, spam filtering
24018 @cindex spam
24019
24020 @defvar spam-use-regex-headers
24021
24022 This option is disabled by default.  You can let Gnus check the
24023 message headers against lists of regular expressions when you set this
24024 option.  The variables @code{spam-regex-headers-spam} and
24025 @code{spam-regex-headers-ham} hold the list of regular expressions.
24026 Gnus will check against the message headers to determine if the
24027 message is spam or ham, respectively.
24028
24029 @end defvar
24030
24031 @defvar spam-regex-headers-spam
24032
24033 The list of regular expressions that, when matched in the headers of
24034 the message, positively identify it as spam.
24035
24036 @end defvar
24037
24038 @defvar spam-regex-headers-ham
24039
24040 The list of regular expressions that, when matched in the headers of
24041 the message, positively identify it as ham.
24042
24043 @end defvar
24044
24045 Regular expression header checks are done only on incoming mail.
24046 There is no specific spam or ham processor for regular expressions.
24047
24048 @node Bogofilter
24049 @subsubsection Bogofilter
24050 @cindex spam filtering
24051 @cindex bogofilter, spam filtering
24052 @cindex spam
24053
24054 @defvar spam-use-bogofilter
24055
24056 Set this variable if you want @code{spam-split} to use Eric Raymond's
24057 speedy Bogofilter.
24058
24059 With a minimum of care for associating the @samp{$} mark for spam
24060 articles only, Bogofilter training all gets fairly automatic.  You
24061 should do this until you get a few hundreds of articles in each
24062 category, spam or not.  The command @kbd{S t} in summary mode, either
24063 for debugging or for curiosity, shows the @emph{spamicity} score of
24064 the current article (between 0.0 and 1.0).
24065
24066 Bogofilter determines if a message is spam based on a specific
24067 threshold.  That threshold can be customized, consult the Bogofilter
24068 documentation.
24069
24070 If the @code{bogofilter} executable is not in your path, Bogofilter
24071 processing will be turned off.
24072
24073 You should not enable this if you use @code{spam-use-bogofilter-headers}.
24074
24075 @end defvar
24076
24077 @defvar spam-use-bogofilter-headers
24078
24079 Set this variable if you want @code{spam-split} to use Eric Raymond's
24080 speedy Bogofilter, looking only at the message headers.  It works
24081 similarly to @code{spam-use-bogofilter}, but the @code{X-Bogosity} header
24082 must be in the message already.  Normally you would do this with a
24083 procmail recipe or something similar; consult the Bogofilter
24084 installation documents for details.
24085
24086 You should not enable this if you use @code{spam-use-bogofilter}.
24087
24088 @end defvar
24089
24090 @defvar gnus-group-spam-exit-processor-bogofilter
24091 Add this symbol to a group's @code{spam-process} parameter by
24092 customizing the group parameters or the
24093 @code{gnus-spam-process-newsgroups} variable.  When this symbol is
24094 added to a group's @code{spam-process} parameter, spam-marked articles
24095 will be added to the Bogofilter spam database.
24096
24097 @emph{WARNING}
24098
24099 Instead of the obsolete
24100 @code{gnus-group-spam-exit-processor-bogofilter}, it is recommended
24101 that you use @code{(spam spam-use-bogofilter)}.  Everything will work
24102 the same way, we promise.
24103 @end defvar
24104
24105 @defvar gnus-group-ham-exit-processor-bogofilter
24106 Add this symbol to a group's @code{spam-process} parameter by
24107 customizing the group parameters or the
24108 @code{gnus-spam-process-newsgroups} variable.  When this symbol is
24109 added to a group's @code{spam-process} parameter, the ham-marked
24110 articles in @emph{ham} groups will be added to the Bogofilter database
24111 of non-spam messages.
24112
24113 @emph{WARNING}
24114
24115 Instead of the obsolete
24116 @code{gnus-group-ham-exit-processor-bogofilter}, it is recommended
24117 that you use @code{(ham spam-use-bogofilter)}.  Everything will work
24118 the same way, we promise.
24119 @end defvar
24120
24121 @defvar spam-bogofilter-database-directory
24122
24123 This is the directory where Bogofilter will store its databases.  It
24124 is not specified by default, so Bogofilter will use its own default
24125 database directory.
24126
24127 @end defvar
24128
24129 The Bogofilter mail classifier is similar to @command{ifile} in intent and
24130 purpose.  A ham and a spam processor are provided, plus the
24131 @code{spam-use-bogofilter} and @code{spam-use-bogofilter-headers}
24132 variables to indicate to spam-split that Bogofilter should either be
24133 used, or has already been used on the article.  The 0.9.2.1 version of
24134 Bogofilter was used to test this functionality.
24135
24136 @node SpamAssassin back end
24137 @subsubsection SpamAssassin back end
24138 @cindex spam filtering
24139 @cindex spamassassin, spam filtering
24140 @cindex spam
24141
24142 @defvar spam-use-spamassassin
24143
24144 Set this variable if you want @code{spam-split} to use SpamAssassin.
24145
24146 SpamAssassin assigns a score to each article based on a set of rules
24147 and tests, including a Bayesian filter.  The Bayesian filter can be
24148 trained by associating the @samp{$} mark for spam articles.  The
24149 spam score can be viewed by using the command @kbd{S t} in summary
24150 mode.
24151
24152 If you set this variable, each article will be processed by
24153 SpamAssassin when @code{spam-split} is called.  If your mail is
24154 preprocessed by SpamAssassin, and you want to just use the
24155 SpamAssassin headers, set @code{spam-use-spamassassin-headers}
24156 instead.
24157
24158 You should not enable this is you use
24159 @code{spam-use-spamassassin-headers}.
24160
24161 @end defvar
24162
24163 @defvar spam-use-spamassassin-headers
24164
24165 Set this variable if your mail is preprocessed by SpamAssassin and
24166 want @code{spam-split} to split based on the SpamAssassin headers.
24167
24168 You should not enable this is you use @code{spam-use-spamassassin}.
24169
24170 @end defvar
24171
24172 @defvar spam-spamassassin-path
24173
24174 This variable points to the SpamAssassin executable.  If you have
24175 @code{spamd} running, you can set this variable to the @code{spamc}
24176 executable for faster processing.  See the SpamAssassin documentation
24177 for more information on @code{spamd}/@code{spamc}.
24178
24179 @end defvar
24180
24181 SpamAssassin is a powerful and flexible spam filter that uses a wide
24182 variety of tests to identify spam.  A ham and a spam processors are
24183 provided, plus the @code{spam-use-spamassassin} and
24184 @code{spam-use-spamassassin-headers} variables to indicate to
24185 spam-split that SpamAssassin should be either used, or has already
24186 been used on the article.  The 2.63 version of SpamAssassin was used
24187 to test this functionality.
24188
24189 @node ifile spam filtering
24190 @subsubsection ifile spam filtering
24191 @cindex spam filtering
24192 @cindex ifile, spam filtering
24193 @cindex spam
24194
24195 @defvar spam-use-ifile
24196
24197 Enable this variable if you want @code{spam-split} to use @command{ifile}, a
24198 statistical analyzer similar to Bogofilter.
24199
24200 @end defvar
24201
24202 @defvar spam-ifile-all-categories
24203
24204 Enable this variable if you want @code{spam-use-ifile} to give you all
24205 the ifile categories, not just spam/non-spam.  If you use this, make
24206 sure you train ifile as described in its documentation.
24207
24208 @end defvar
24209
24210 @defvar spam-ifile-spam-category
24211
24212 This is the category of spam messages as far as ifile is concerned.
24213 The actual string used is irrelevant, but you probably want to leave
24214 the default value of @samp{spam}.
24215 @end defvar
24216
24217 @defvar spam-ifile-database-path
24218
24219 This is the filename for the ifile database.  It is not specified by
24220 default, so ifile will use its own default database name.
24221
24222 @end defvar
24223
24224 The ifile mail classifier is similar to Bogofilter in intent and
24225 purpose.  A ham and a spam processor are provided, plus the
24226 @code{spam-use-ifile} variable to indicate to spam-split that ifile
24227 should be used.  The 1.2.1 version of ifile was used to test this
24228 functionality.
24229
24230 @node spam-stat spam filtering
24231 @subsubsection spam-stat spam filtering
24232 @cindex spam filtering
24233 @cindex spam-stat, spam filtering
24234 @cindex spam-stat
24235 @cindex spam
24236
24237 @xref{Filtering Spam Using Statistics with spam-stat}.
24238
24239 @defvar spam-use-stat
24240
24241 Enable this variable if you want @code{spam-split} to use
24242 spam-stat.el, an Emacs Lisp statistical analyzer.
24243
24244 @end defvar
24245
24246 @defvar gnus-group-spam-exit-processor-stat
24247 Add this symbol to a group's @code{spam-process} parameter by
24248 customizing the group parameters or the
24249 @code{gnus-spam-process-newsgroups} variable.  When this symbol is
24250 added to a group's @code{spam-process} parameter, the spam-marked
24251 articles will be added to the spam-stat database of spam messages.
24252
24253 @emph{WARNING}
24254
24255 Instead of the obsolete
24256 @code{gnus-group-spam-exit-processor-stat}, it is recommended
24257 that you use @code{(spam spam-use-stat)}.  Everything will work
24258 the same way, we promise.
24259 @end defvar
24260
24261 @defvar gnus-group-ham-exit-processor-stat
24262 Add this symbol to a group's @code{spam-process} parameter by
24263 customizing the group parameters or the
24264 @code{gnus-spam-process-newsgroups} variable.  When this symbol is
24265 added to a group's @code{spam-process} parameter, the ham-marked
24266 articles in @emph{ham} groups will be added to the spam-stat database
24267 of non-spam messages.
24268
24269 @emph{WARNING}
24270
24271 Instead of the obsolete
24272 @code{gnus-group-ham-exit-processor-stat}, it is recommended
24273 that you use @code{(ham spam-use-stat)}.  Everything will work
24274 the same way, we promise.
24275 @end defvar
24276
24277 This enables @code{spam.el} to cooperate with @file{spam-stat.el}.
24278 @file{spam-stat.el} provides an internal (Lisp-only) spam database,
24279 which unlike ifile or Bogofilter does not require external programs.
24280 A spam and a ham processor, and the @code{spam-use-stat} variable for
24281 @code{spam-split} are provided.
24282
24283 @node SpamOracle
24284 @subsubsection Using SpamOracle with Gnus
24285 @cindex spam filtering
24286 @cindex SpamOracle
24287 @cindex spam
24288
24289 An easy way to filter out spam is to use SpamOracle.  SpamOracle is an
24290 statistical mail filtering tool written by Xavier Leroy and needs to be
24291 installed separately.
24292
24293 There are several ways to use SpamOracle with Gnus.  In all cases, your
24294 mail is piped through SpamOracle in its @emph{mark} mode.  SpamOracle will
24295 then enter an @samp{X-Spam} header indicating whether it regards the
24296 mail as a spam mail or not.
24297
24298 One possibility is to run SpamOracle as a @code{:prescript} from the
24299 @xref{Mail Source Specifiers}, (@pxref{SpamAssassin}).  This method has
24300 the advantage that the user can see the @emph{X-Spam} headers.
24301
24302 The easiest method is to make @code{spam.el} (@pxref{Filtering Spam
24303 Using The Spam ELisp Package}) call SpamOracle.
24304
24305 @vindex spam-use-spamoracle
24306 To enable SpamOracle usage by @code{spam.el}, set the variable
24307 @code{spam-use-spamoracle} to @code{t} and configure the
24308 @code{nnmail-split-fancy} or @code{nnimap-split-fancy} as described in
24309 the section @xref{Filtering Spam Using The Spam ELisp Package}.  In
24310 this example the @samp{INBOX} of an nnimap server is filtered using
24311 SpamOracle.  Mails recognized as spam mails will be moved to
24312 @code{spam-split-group}, @samp{Junk} in this case.  Ham messages stay
24313 in @samp{INBOX}:
24314
24315 @example
24316 (setq spam-use-spamoracle t
24317       spam-split-group "Junk"
24318       nnimap-split-inbox '("INBOX")
24319       nnimap-split-rule 'nnimap-split-fancy
24320       nnimap-split-fancy '(| (: spam-split) "INBOX"))
24321 @end example
24322
24323 @defvar spam-use-spamoracle
24324 Set to @code{t} if you want Gnus to enable spam filtering using
24325 SpamOracle.
24326 @end defvar
24327
24328 @defvar spam-spamoracle-binary
24329 Gnus uses the SpamOracle binary called @file{spamoracle} found in the
24330 user's PATH.  Using the variable @code{spam-spamoracle-binary}, this
24331 can be customized.
24332 @end defvar
24333
24334 @defvar spam-spamoracle-database
24335 By default, SpamOracle uses the file @file{~/.spamoracle.db} as a database to
24336 store its analyses.  This is controlled by the variable
24337 @code{spam-spamoracle-database} which defaults to @code{nil}.  That means
24338 the default SpamOracle database will be used.  In case you want your
24339 database to live somewhere special, set
24340 @code{spam-spamoracle-database} to this path.
24341 @end defvar
24342
24343 SpamOracle employs a statistical algorithm to determine whether a
24344 message is spam or ham.  In order to get good results, meaning few
24345 false hits or misses, SpamOracle needs training.  SpamOracle learns the
24346 characteristics of your spam mails.  Using the @emph{add} mode
24347 (training mode) one has to feed good (ham) and spam mails to
24348 SpamOracle.  This can be done by pressing @kbd{|} in the Summary buffer
24349 and pipe the mail to a SpamOracle process or using @code{spam.el}'s
24350 spam- and ham-processors, which is much more convenient.  For a
24351 detailed description of spam- and ham-processors, @xref{Filtering Spam
24352 Using The Spam ELisp Package}.
24353
24354 @defvar gnus-group-spam-exit-processor-spamoracle
24355 Add this symbol to a group's @code{spam-process} parameter by
24356 customizing the group parameter or the
24357 @code{gnus-spam-process-newsgroups} variable.  When this symbol is added
24358 to a group's @code{spam-process} parameter, spam-marked articles will be
24359 sent to SpamOracle as spam samples.
24360
24361 @emph{WARNING}
24362
24363 Instead of the obsolete
24364 @code{gnus-group-spam-exit-processor-spamoracle}, it is recommended
24365 that you use @code{(spam spam-use-spamoracle)}.  Everything will work
24366 the same way, we promise.
24367 @end defvar
24368
24369 @defvar gnus-group-ham-exit-processor-spamoracle
24370 Add this symbol to a group's @code{spam-process} parameter by
24371 customizing the group parameter or the
24372 @code{gnus-spam-process-newsgroups} variable.  When this symbol is added
24373 to a group's @code{spam-process} parameter, the ham-marked articles in
24374 @emph{ham} groups will be sent to the SpamOracle as samples of ham
24375 messages.
24376
24377 @emph{WARNING}
24378
24379 Instead of the obsolete
24380 @code{gnus-group-ham-exit-processor-spamoracle}, it is recommended
24381 that you use @code{(ham spam-use-spamoracle)}.  Everything will work
24382 the same way, we promise.
24383 @end defvar
24384
24385 @emph{Example:} These are the Group Parameters of a group that has been
24386 classified as a ham group, meaning that it should only contain ham
24387 messages.
24388 @example
24389  ((spam-contents gnus-group-spam-classification-ham)
24390   (spam-process ((ham spam-use-spamoracle)
24391                  (spam spam-use-spamoracle))))
24392 @end example
24393 For this group the @code{spam-use-spamoracle} is installed for both
24394 ham and spam processing.  If the group contains spam message
24395 (e.g. because SpamOracle has not had enough sample messages yet) and
24396 the user marks some messages as spam messages, these messages will be
24397 processed by SpamOracle.  The processor sends the messages to
24398 SpamOracle as new samples for spam.
24399
24400 @node Extending the Spam ELisp package
24401 @subsubsection Extending the Spam ELisp package
24402 @cindex spam filtering
24403 @cindex spam elisp package, extending
24404 @cindex extending the spam elisp package
24405
24406 Say you want to add a new back end called blackbox.  For filtering
24407 incoming mail, provide the following:
24408
24409 @enumerate
24410
24411 @item
24412 Code
24413
24414 @lisp
24415 (defvar spam-use-blackbox nil
24416   "True if blackbox should be used.")
24417 @end lisp
24418
24419 Write @code{spam-check-blackbox} if Blackbox can check incoming mail.
24420
24421 Write @code{spam-blackbox-register-routine} and
24422 @code{spam-blackbox-unregister-routine} using the bogofilter
24423 register/unregister routines as a start, or other restister/unregister
24424 routines more appropriate to Blackbox, if Blackbox can
24425 register/unregister spam and ham.
24426
24427 @item
24428 Functionality
24429
24430 The @code{spam-check-blackbox} function should return @samp{nil} or
24431 @code{spam-split-group}, observing the other conventions.  See the
24432 existing @code{spam-check-*} functions for examples of what you can
24433 do, and stick to the template unless you fully understand the reasons
24434 why you aren't.
24435
24436 @end enumerate
24437
24438 For processing spam and ham messages, provide the following:
24439
24440 @enumerate
24441
24442 @item
24443 Code
24444
24445 Note you don't have to provide a spam or a ham processor.  Only
24446 provide them if Blackbox supports spam or ham processing.
24447
24448 Also, ham and spam processors are being phased out as single
24449 variables.  Instead the form @code{(spam spam-use-blackbox)} or
24450 @code{(ham spam-use-blackbox)} is favored.  For now, spam/ham
24451 processor variables are still around but they won't be for long.
24452
24453 @lisp
24454 (defvar gnus-group-spam-exit-processor-blackbox "blackbox-spam"
24455   "The Blackbox summary exit spam processor.
24456 Only applicable to spam groups.")
24457
24458 (defvar gnus-group-ham-exit-processor-blackbox "blackbox-ham"
24459   "The whitelist summary exit ham processor.
24460 Only applicable to non-spam (unclassified and ham) groups.")
24461
24462 @end lisp
24463
24464 @item
24465 Gnus parameters
24466
24467 Add
24468 @lisp
24469 (const :tag "Spam: Blackbox" (spam spam-use-blackbox))
24470 (const :tag "Ham: Blackbox"  (ham spam-use-blackbox))
24471 @end lisp
24472 to the @code{spam-process} group parameter in @code{gnus.el}.  Make
24473 sure you do it twice, once for the parameter and once for the
24474 variable customization.
24475
24476 Add
24477 @lisp
24478 (variable-item spam-use-blackbox)
24479 @end lisp
24480 to the @code{spam-autodetect-methods} group parameter in
24481 @code{gnus.el} if Blackbox can check incoming mail for spam contents.
24482
24483 Finally, use the appropriate @code{spam-install-*-backend} function in
24484 @code{spam.el}.  Here are the available functions.
24485
24486
24487 @enumerate
24488
24489 @item
24490 @code{spam-install-backend-alias}
24491
24492 This function will simply install an alias for a back end that does
24493 everything like the original back end.  It is currently only used to
24494 make @code{spam-use-BBDB-exclusive} act like @code{spam-use-BBDB}.
24495
24496 @item
24497 @code{spam-install-nocheck-backend}
24498
24499 This function installs a back end that has no check function, but can
24500 register/unregister ham or spam.  The @code{spam-use-gmane} back end is
24501 such a back end.
24502
24503 @item
24504 @code{spam-install-checkonly-backend}
24505
24506 This function will install a back end that can only check incoming mail
24507 for spam contents.  It can't register or unregister messages.
24508 @code{spam-use-blackholes} and @code{spam-use-hashcash} are such
24509 back ends.
24510
24511 @item
24512 @code{spam-install-statistical-checkonly-backend}
24513
24514 This function installs a statistical back end (one which requires the
24515 full body of a message to check it) that can only check incoming mail
24516 for contents.  @code{spam-use-regex-body} is such a filter.
24517
24518 @item
24519 @code{spam-install-statistical-backend}
24520
24521 This function install a statistical back end with incoming checks and
24522 registration/unregistration routines.  @code{spam-use-bogofilter} is
24523 set up this way.
24524
24525 @item
24526 @code{spam-install-backend}
24527
24528 This is the most normal back end installation, where a back end that can
24529 check and register/unregister messages is set up without statistical
24530 abilities.  The @code{spam-use-BBDB} is such a back end.
24531
24532 @item
24533 @code{spam-install-mover-backend}
24534
24535 Mover back ends are internal to @code{spam.el} and specifically move
24536 articles around when the summary is exited.  You will very probably
24537 never install such a back end.
24538 @end enumerate
24539
24540 @end enumerate
24541
24542
24543 @node Filtering Spam Using Statistics with spam-stat
24544 @subsection Filtering Spam Using Statistics with spam-stat
24545 @cindex Paul Graham
24546 @cindex Graham, Paul
24547 @cindex naive Bayesian spam filtering
24548 @cindex Bayesian spam filtering, naive
24549 @cindex spam filtering, naive Bayesian
24550
24551 Paul Graham has written an excellent essay about spam filtering using
24552 statistics: @uref{http://www.paulgraham.com/spam.html,A Plan for
24553 Spam}.  In it he describes the inherent deficiency of rule-based
24554 filtering as used by SpamAssassin, for example: Somebody has to write
24555 the rules, and everybody else has to install these rules.  You are
24556 always late.  It would be much better, he argues, to filter mail based
24557 on whether it somehow resembles spam or non-spam.  One way to measure
24558 this is word distribution.  He then goes on to describe a solution
24559 that checks whether a new mail resembles any of your other spam mails
24560 or not.
24561
24562 The basic idea is this:  Create a two collections of your mail, one
24563 with spam, one with non-spam.  Count how often each word appears in
24564 either collection, weight this by the total number of mails in the
24565 collections, and store this information in a dictionary.  For every
24566 word in a new mail, determine its probability to belong to a spam or a
24567 non-spam mail.  Use the 15 most conspicuous words, compute the total
24568 probability of the mail being spam.  If this probability is higher
24569 than a certain threshold, the mail is considered to be spam.
24570
24571 Gnus supports this kind of filtering.  But it needs some setting up.
24572 First, you need two collections of your mail, one with spam, one with
24573 non-spam.  Then you need to create a dictionary using these two
24574 collections, and save it.  And last but not least, you need to use
24575 this dictionary in your fancy mail splitting rules.
24576
24577 @menu
24578 * Creating a spam-stat dictionary::
24579 * Splitting mail using spam-stat::
24580 * Low-level interface to the spam-stat dictionary::
24581 @end menu
24582
24583 @node Creating a spam-stat dictionary
24584 @subsubsection Creating a spam-stat dictionary
24585
24586 Before you can begin to filter spam based on statistics, you must
24587 create these statistics based on two mail collections, one with spam,
24588 one with non-spam.  These statistics are then stored in a dictionary
24589 for later use.  In order for these statistics to be meaningful, you
24590 need several hundred emails in both collections.
24591
24592 Gnus currently supports only the nnml back end for automated dictionary
24593 creation.  The nnml back end stores all mails in a directory, one file
24594 per mail.  Use the following:
24595
24596 @defun spam-stat-process-spam-directory
24597 Create spam statistics for every file in this directory.  Every file
24598 is treated as one spam mail.
24599 @end defun
24600
24601 @defun spam-stat-process-non-spam-directory
24602 Create non-spam statistics for every file in this directory.  Every
24603 file is treated as one non-spam mail.
24604 @end defun
24605
24606 Usually you would call @code{spam-stat-process-spam-directory} on a
24607 directory such as @file{~/Mail/mail/spam} (this usually corresponds
24608 the the group @samp{nnml:mail.spam}), and you would call
24609 @code{spam-stat-process-non-spam-directory} on a directory such as
24610 @file{~/Mail/mail/misc} (this usually corresponds the the group
24611 @samp{nnml:mail.misc}).
24612
24613 When you are using @acronym{IMAP}, you won't have the mails available
24614 locally, so that will not work.  One solution is to use the Gnus Agent
24615 to cache the articles.  Then you can use directories such as
24616 @file{"~/News/agent/nnimap/mail.yourisp.com/personal_spam"} for
24617 @code{spam-stat-process-spam-directory}.  @xref{Agent as Cache}.
24618
24619 @defvar spam-stat
24620 This variable holds the hash-table with all the statistics---the
24621 dictionary we have been talking about.  For every word in either
24622 collection, this hash-table stores a vector describing how often the
24623 word appeared in spam and often it appeared in non-spam mails.
24624 @end defvar
24625
24626 If you want to regenerate the statistics from scratch, you need to
24627 reset the dictionary.
24628
24629 @defun spam-stat-reset
24630 Reset the @code{spam-stat} hash-table, deleting all the statistics.
24631 @end defun
24632
24633 When you are done, you must save the dictionary.  The dictionary may
24634 be rather large.  If you will not update the dictionary incrementally
24635 (instead, you will recreate it once a month, for example), then you
24636 can reduce the size of the dictionary by deleting all words that did
24637 not appear often enough or that do not clearly belong to only spam or
24638 only non-spam mails.
24639
24640 @defun spam-stat-reduce-size
24641 Reduce the size of the dictionary.  Use this only if you do not want
24642 to update the dictionary incrementally.
24643 @end defun
24644
24645 @defun spam-stat-save
24646 Save the dictionary.
24647 @end defun
24648
24649 @defvar spam-stat-file
24650 The filename used to store the dictionary.  This defaults to
24651 @file{~/.spam-stat.el}.
24652 @end defvar
24653
24654 @node Splitting mail using spam-stat
24655 @subsubsection Splitting mail using spam-stat
24656
24657 In order to use @code{spam-stat} to split your mail, you need to add the
24658 following to your @file{~/.gnus.el} file:
24659
24660 @lisp
24661 (require 'spam-stat)
24662 (spam-stat-load)
24663 @end lisp
24664
24665 This will load the necessary Gnus code, and the dictionary you
24666 created.
24667
24668 Next, you need to adapt your fancy splitting rules:  You need to
24669 determine how to use @code{spam-stat}.  The following examples are for
24670 the nnml back end.  Using the nnimap back end works just as well.  Just
24671 use @code{nnimap-split-fancy} instead of @code{nnmail-split-fancy}.
24672
24673 In the simplest case, you only have two groups, @samp{mail.misc} and
24674 @samp{mail.spam}.  The following expression says that mail is either
24675 spam or it should go into @samp{mail.misc}.  If it is spam, then
24676 @code{spam-stat-split-fancy} will return @samp{mail.spam}.
24677
24678 @lisp
24679 (setq nnmail-split-fancy
24680       `(| (: spam-stat-split-fancy)
24681           "mail.misc"))
24682 @end lisp
24683
24684 @defvar spam-stat-split-fancy-spam-group
24685 The group to use for spam.  Default is @samp{mail.spam}.
24686 @end defvar
24687
24688 If you also filter mail with specific subjects into other groups, use
24689 the following expression.  Only mails not matching the regular
24690 expression are considered potential spam.
24691
24692 @lisp
24693 (setq nnmail-split-fancy
24694       `(| ("Subject" "\\bspam-stat\\b" "mail.emacs")
24695           (: spam-stat-split-fancy)
24696           "mail.misc"))
24697 @end lisp
24698
24699 If you want to filter for spam first, then you must be careful when
24700 creating the dictionary.  Note that @code{spam-stat-split-fancy} must
24701 consider both mails in @samp{mail.emacs} and in @samp{mail.misc} as
24702 non-spam, therefore both should be in your collection of non-spam
24703 mails, when creating the dictionary!
24704
24705 @lisp
24706 (setq nnmail-split-fancy
24707       `(| (: spam-stat-split-fancy)
24708           ("Subject" "\\bspam-stat\\b" "mail.emacs")
24709           "mail.misc"))
24710 @end lisp
24711
24712 You can combine this with traditional filtering.  Here, we move all
24713 HTML-only mails into the @samp{mail.spam.filtered} group.  Note that since
24714 @code{spam-stat-split-fancy} will never see them, the mails in
24715 @samp{mail.spam.filtered} should be neither in your collection of spam mails,
24716 nor in your collection of non-spam mails, when creating the
24717 dictionary!
24718
24719 @lisp
24720 (setq nnmail-split-fancy
24721       `(| ("Content-Type" "text/html" "mail.spam.filtered")
24722           (: spam-stat-split-fancy)
24723           ("Subject" "\\bspam-stat\\b" "mail.emacs")
24724           "mail.misc"))
24725 @end lisp
24726
24727
24728 @node Low-level interface to the spam-stat dictionary
24729 @subsubsection Low-level interface to the spam-stat dictionary
24730
24731 The main interface to using @code{spam-stat}, are the following functions:
24732
24733 @defun spam-stat-buffer-is-spam
24734 Called in a buffer, that buffer is considered to be a new spam mail.
24735 Use this for new mail that has not been processed before.
24736 @end defun
24737
24738 @defun spam-stat-buffer-is-no-spam
24739 Called in a buffer, that buffer is considered to be a new non-spam
24740 mail.  Use this for new mail that has not been processed before.
24741 @end defun
24742
24743 @defun spam-stat-buffer-change-to-spam
24744 Called in a buffer, that buffer is no longer considered to be normal
24745 mail but spam.  Use this to change the status of a mail that has
24746 already been processed as non-spam.
24747 @end defun
24748
24749 @defun spam-stat-buffer-change-to-non-spam
24750 Called in a buffer, that buffer is no longer considered to be spam but
24751 normal mail.  Use this to change the status of a mail that has already
24752 been processed as spam.
24753 @end defun
24754
24755 @defun spam-stat-save
24756 Save the hash table to the file.  The filename used is stored in the
24757 variable @code{spam-stat-file}.
24758 @end defun
24759
24760 @defun spam-stat-load
24761 Load the hash table from a file.  The filename used is stored in the
24762 variable @code{spam-stat-file}.
24763 @end defun
24764
24765 @defun spam-stat-score-word
24766 Return the spam score for a word.
24767 @end defun
24768
24769 @defun spam-stat-score-buffer
24770 Return the spam score for a buffer.
24771 @end defun
24772
24773 @defun spam-stat-split-fancy
24774 Use this function for fancy mail splitting.  Add the rule @samp{(:
24775 spam-stat-split-fancy)} to @code{nnmail-split-fancy}
24776 @end defun
24777
24778 Make sure you load the dictionary before using it.  This requires the
24779 following in your @file{~/.gnus.el} file:
24780
24781 @lisp
24782 (require 'spam-stat)
24783 (spam-stat-load)
24784 @end lisp
24785
24786 Typical test will involve calls to the following functions:
24787
24788 @smallexample
24789 Reset: (setq spam-stat (make-hash-table :test 'equal))
24790 Learn spam: (spam-stat-process-spam-directory "~/Mail/mail/spam")
24791 Learn non-spam: (spam-stat-process-non-spam-directory "~/Mail/mail/misc")
24792 Save table: (spam-stat-save)
24793 File size: (nth 7 (file-attributes spam-stat-file))
24794 Number of words: (hash-table-count spam-stat)
24795 Test spam: (spam-stat-test-directory "~/Mail/mail/spam")
24796 Test non-spam: (spam-stat-test-directory "~/Mail/mail/misc")
24797 Reduce table size: (spam-stat-reduce-size)
24798 Save table: (spam-stat-save)
24799 File size: (nth 7 (file-attributes spam-stat-file))
24800 Number of words: (hash-table-count spam-stat)
24801 Test spam: (spam-stat-test-directory "~/Mail/mail/spam")
24802 Test non-spam: (spam-stat-test-directory "~/Mail/mail/misc")
24803 @end smallexample
24804
24805 Here is how you would create your dictionary:
24806
24807 @smallexample
24808 Reset: (setq spam-stat (make-hash-table :test 'equal))
24809 Learn spam: (spam-stat-process-spam-directory "~/Mail/mail/spam")
24810 Learn non-spam: (spam-stat-process-non-spam-directory "~/Mail/mail/misc")
24811 Repeat for any other non-spam group you need...
24812 Reduce table size: (spam-stat-reduce-size)
24813 Save table: (spam-stat-save)
24814 @end smallexample
24815
24816 @node Other modes
24817 @section Interaction with other modes
24818
24819 @subsection Dired
24820 @cindex dired
24821
24822 @code{gnus-dired-minor-mode} provided some useful functions for dired
24823 buffers.  It is enabled with
24824 @lisp
24825 (add-hook 'dired-mode-hook 'turn-on-gnus-dired-mode)
24826 @end lisp
24827
24828 @table @kbd
24829 @item C-c C-m C-a
24830 @findex gnus-dired-attach
24831 Send dired's marked files as an attachment (@code{gnus-dired-attach}).
24832 You will be prompted for a message buffer.
24833
24834 @item C-c C-m C-l
24835 @findex gnus-dired-find-file-mailcap
24836 Visit a file according to the appropriate mailcap entry
24837 (@code{gnus-dired-find-file-mailcap}).  With prefix, open file in a new
24838 buffer.
24839
24840 @item C-c C-m C-p
24841 @findex gnus-dired-print
24842 Print file according to the mailcap entry (@code{gnus-dired-print}).  If
24843 there is no print command, print in a PostScript image.
24844 @end table
24845
24846 @node Various Various
24847 @section Various Various
24848 @cindex mode lines
24849 @cindex highlights
24850
24851 @table @code
24852
24853 @item gnus-home-directory
24854 @vindex gnus-home-directory
24855 All Gnus file and directory variables will be initialized from this
24856 variable, which defaults to @file{~/}.
24857
24858 @item gnus-directory
24859 @vindex gnus-directory
24860 Most Gnus storage file and directory variables will be initialized from
24861 this variable, which defaults to the @env{SAVEDIR} environment
24862 variable, or @file{~/News/} if that variable isn't set.
24863
24864 Note that Gnus is mostly loaded when the @file{~/.gnus.el} file is read.
24865 This means that other directory variables that are initialized from this
24866 variable won't be set properly if you set this variable in
24867 @file{~/.gnus.el}.  Set this variable in @file{.emacs} instead.
24868
24869 @item gnus-default-directory
24870 @vindex gnus-default-directory
24871 Not related to the above variable at all---this variable says what the
24872 default directory of all Gnus buffers should be.  If you issue commands
24873 like @kbd{C-x C-f}, the prompt you'll get starts in the current buffer's
24874 default directory.  If this variable is @code{nil} (which is the
24875 default), the default directory will be the default directory of the
24876 buffer you were in when you started Gnus.
24877
24878 @item gnus-verbose
24879 @vindex gnus-verbose
24880 This variable is an integer between zero and ten.  The higher the value,
24881 the more messages will be displayed.  If this variable is zero, Gnus
24882 will never flash any messages, if it is seven (which is the default),
24883 most important messages will be shown, and if it is ten, Gnus won't ever
24884 shut up, but will flash so many messages it will make your head swim.
24885
24886 @item gnus-verbose-backends
24887 @vindex gnus-verbose-backends
24888 This variable works the same way as @code{gnus-verbose}, but it applies
24889 to the Gnus back ends instead of Gnus proper.
24890
24891 @item nnheader-max-head-length
24892 @vindex nnheader-max-head-length
24893 When the back ends read straight heads of articles, they all try to read
24894 as little as possible.  This variable (default 4096) specifies
24895 the absolute max length the back ends will try to read before giving up
24896 on finding a separator line between the head and the body.  If this
24897 variable is @code{nil}, there is no upper read bound.  If it is
24898 @code{t}, the back ends won't try to read the articles piece by piece,
24899 but read the entire articles.  This makes sense with some versions of
24900 @code{ange-ftp} or @code{efs}.
24901
24902 @item nnheader-head-chop-length
24903 @vindex nnheader-head-chop-length
24904 This variable (default 2048) says how big a piece of each article to
24905 read when doing the operation described above.
24906
24907 @item nnheader-file-name-translation-alist
24908 @vindex nnheader-file-name-translation-alist
24909 @cindex file names
24910 @cindex invalid characters in file names
24911 @cindex characters in file names
24912 This is an alist that says how to translate characters in file names.
24913 For instance, if @samp{:} is invalid as a file character in file names
24914 on your system (you OS/2 user you), you could say something like:
24915
24916 @lisp
24917 @group
24918 (setq nnheader-file-name-translation-alist
24919       '((?: . ?_)))
24920 @end group
24921 @end lisp
24922
24923 In fact, this is the default value for this variable on OS/2 and MS
24924 Windows (phooey) systems.
24925
24926 @item gnus-hidden-properties
24927 @vindex gnus-hidden-properties
24928 This is a list of properties to use to hide ``invisible'' text.  It is
24929 @code{(invisible t intangible t)} by default on most systems, which
24930 makes invisible text invisible and intangible.
24931
24932 @item gnus-parse-headers-hook
24933 @vindex gnus-parse-headers-hook
24934 A hook called before parsing headers.  It can be used, for instance, to
24935 gather statistics on the headers fetched, or perhaps you'd like to prune
24936 some headers.  I don't see why you'd want that, though.
24937
24938 @item gnus-shell-command-separator
24939 @vindex gnus-shell-command-separator
24940 String used to separate two shell commands.  The default is @samp{;}.
24941
24942 @item gnus-invalid-group-regexp
24943 @vindex gnus-invalid-group-regexp
24944
24945 Regexp to match ``invalid'' group names when querying user for a group
24946 name.  The default value catches some @strong{really} invalid group
24947 names who could possibly mess up Gnus internally (like allowing
24948 @samp{:} in a group name, which is normally used to delimit method and
24949 group).
24950
24951 @acronym{IMAP} users might want to allow @samp{/} in group names though.
24952
24953
24954 @end table
24955
24956 @node The End
24957 @chapter The End
24958
24959 Well, that's the manual---you can get on with your life now.  Keep in
24960 touch.  Say hello to your cats from me.
24961
24962 My @strong{ghod}---I just can't stand goodbyes.  Sniffle.
24963
24964 Ol' Charles Reznikoff said it pretty well, so I leave the floor to him:
24965
24966 @quotation
24967 @strong{Te Deum}
24968
24969 @sp 1
24970 Not because of victories @*
24971 I sing,@*
24972 having none,@*
24973 but for the common sunshine,@*
24974 the breeze,@*
24975 the largess of the spring.
24976
24977 @sp 1
24978 Not for victory@*
24979 but for the day's work done@*
24980 as well as I was able;@*
24981 not for a seat upon the dais@*
24982 but at the common table.@*
24983 @end quotation
24984
24985
24986 @node Appendices
24987 @chapter Appendices
24988
24989 @menu
24990 * XEmacs::                      Requirements for installing under XEmacs.
24991 * History::                     How Gnus got where it is today.
24992 * On Writing Manuals::          Why this is not a beginner's guide.
24993 * Terminology::                 We use really difficult, like, words here.
24994 * Customization::               Tailoring Gnus to your needs.
24995 * Troubleshooting::             What you might try if things do not work.
24996 * Gnus Reference Guide::        Rilly, rilly technical stuff.
24997 * Emacs for Heathens::          A short introduction to Emacsian terms.
24998 * Frequently Asked Questions::  The Gnus FAQ
24999 @end menu
25000
25001
25002 @node XEmacs
25003 @section XEmacs
25004 @cindex XEmacs
25005 @cindex installing under XEmacs
25006
25007 XEmacs is distributed as a collection of packages.  You should install
25008 whatever packages the Gnus XEmacs package requires.  The current
25009 requirements are @samp{gnus}, @samp{mail-lib}, @samp{xemacs-base},
25010 @samp{eterm}, @samp{sh-script}, @samp{net-utils}, @samp{os-utils},
25011 @samp{dired}, @samp{mh-e}, @samp{sieve}, @samp{ps-print}, @samp{W3},
25012 @samp{pgg}, @samp{mailcrypt}, @samp{ecrypto}, and @samp{sasl}.
25013
25014
25015 @node History
25016 @section History
25017
25018 @cindex history
25019 @sc{gnus} was written by Masanobu @sc{Umeda}.  When autumn crept up in
25020 '94, Lars Magne Ingebrigtsen grew bored and decided to rewrite Gnus.
25021
25022 If you want to investigate the person responsible for this outrage,
25023 you can point your (feh!) web browser to
25024 @uref{http://quimby.gnus.org/}.  This is also the primary
25025 distribution point for the new and spiffy versions of Gnus, and is
25026 known as The Site That Destroys Newsrcs And Drives People Mad.
25027
25028 During the first extended alpha period of development, the new Gnus was
25029 called ``(ding) Gnus''.  @dfn{(ding)} is, of course, short for
25030 @dfn{ding is not Gnus}, which is a total and utter lie, but who cares?
25031 (Besides, the ``Gnus'' in this abbreviation should probably be
25032 pronounced ``news'' as @sc{Umeda} intended, which makes it a more
25033 appropriate name, don't you think?)
25034
25035 In any case, after spending all that energy on coming up with a new and
25036 spunky name, we decided that the name was @emph{too} spunky, so we
25037 renamed it back again to ``Gnus''.  But in mixed case.  ``Gnus'' vs.
25038 ``@sc{gnus}''.  New vs. old.
25039
25040 @menu
25041 * Gnus Versions::               What Gnus versions have been released.
25042 * Other Gnus Versions::         Other Gnus versions that also have been released.
25043 * Why?::                        What's the point of Gnus?
25044 * Compatibility::               Just how compatible is Gnus with @sc{gnus}?
25045 * Conformity::                  Gnus tries to conform to all standards.
25046 * Emacsen::                     Gnus can be run on a few modern Emacsen.
25047 * Gnus Development::            How Gnus is developed.
25048 * Contributors::                Oodles of people.
25049 * New Features::                Pointers to some of the new stuff in Gnus.
25050 @end menu
25051
25052
25053 @node Gnus Versions
25054 @subsection Gnus Versions
25055 @cindex ding Gnus
25056 @cindex September Gnus
25057 @cindex Red Gnus
25058 @cindex Quassia Gnus
25059 @cindex Pterodactyl Gnus
25060 @cindex Oort Gnus
25061 @cindex No Gnus
25062 @cindex Gnus versions
25063
25064 The first ``proper'' release of Gnus 5 was done in November 1995 when it
25065 was included in the Emacs 19.30 distribution (132 (ding) Gnus releases
25066 plus 15 Gnus 5.0 releases).
25067
25068 In May 1996 the next Gnus generation (aka. ``September Gnus'' (after 99
25069 releases)) was released under the name ``Gnus 5.2'' (40 releases).
25070
25071 On July 28th 1996 work on Red Gnus was begun, and it was released on
25072 January 25th 1997 (after 84 releases) as ``Gnus 5.4'' (67 releases).
25073
25074 On September 13th 1997, Quassia Gnus was started and lasted 37 releases.
25075 If was released as ``Gnus 5.6'' on March 8th 1998 (46 releases).
25076
25077 Gnus 5.6 begat Pterodactyl Gnus on August 29th 1998 and was released as
25078 ``Gnus 5.8'' (after 99 releases and a CVS repository) on December 3rd
25079 1999.
25080
25081 On the 26th of October 2000, Oort Gnus was begun.
25082
25083 If you happen upon a version of Gnus that has a prefixed name --
25084 ``(ding) Gnus'', ``September Gnus'', ``Red Gnus'', ``Quassia Gnus'',
25085 ``Pterodactyl Gnus'', ``Oort Gnus'' -- don't panic.  Don't let it know
25086 that you're frightened.  Back away.  Slowly.  Whatever you do, don't
25087 run.  Walk away, calmly, until you're out of its reach.  Find a proper
25088 released version of Gnus and snuggle up to that instead.
25089
25090
25091 @node Other Gnus Versions
25092 @subsection Other Gnus Versions
25093 @cindex Semi-gnus
25094
25095 In addition to the versions of Gnus which have had their releases
25096 coordinated by Lars, one major development has been Semi-gnus from
25097 Japan.  It's based on a library called @acronym{SEMI}, which provides
25098 @acronym{MIME} capabilities.
25099
25100 These Gnusae are based mainly on Gnus 5.6 and Pterodactyl Gnus.
25101 Collectively, they are called ``Semi-gnus'', and different strains are
25102 called T-gnus, ET-gnus, Nana-gnus and Chaos.  These provide powerful
25103 @acronym{MIME} and multilingualization things, especially important for
25104 Japanese users.
25105
25106
25107 @node Why?
25108 @subsection Why?
25109
25110 What's the point of Gnus?
25111
25112 I want to provide a ``rad'', ``happening'', ``way cool'' and ``hep''
25113 newsreader, that lets you do anything you can think of.  That was my
25114 original motivation, but while working on Gnus, it has become clear to
25115 me that this generation of newsreaders really belong in the stone age.
25116 Newsreaders haven't developed much since the infancy of the net.  If the
25117 volume continues to rise with the current rate of increase, all current
25118 newsreaders will be pretty much useless.  How do you deal with
25119 newsgroups that have thousands of new articles each day?  How do you
25120 keep track of millions of people who post?
25121
25122 Gnus offers no real solutions to these questions, but I would very much
25123 like to see Gnus being used as a testing ground for new methods of
25124 reading and fetching news.  Expanding on @sc{Umeda}-san's wise decision
25125 to separate the newsreader from the back ends, Gnus now offers a simple
25126 interface for anybody who wants to write new back ends for fetching mail
25127 and news from different sources.  I have added hooks for customizations
25128 everywhere I could imagine it being useful.  By doing so, I'm inviting
25129 every one of you to explore and invent.
25130
25131 May Gnus never be complete.  @kbd{C-u 100 M-x all-hail-emacs} and
25132 @kbd{C-u 100 M-x all-hail-xemacs}.
25133
25134
25135 @node Compatibility
25136 @subsection Compatibility
25137
25138 @cindex compatibility
25139 Gnus was designed to be fully compatible with @sc{gnus}.  Almost all key
25140 bindings have been kept.  More key bindings have been added, of course,
25141 but only in one or two obscure cases have old bindings been changed.
25142
25143 Our motto is:
25144 @quotation
25145 @cartouche
25146 @center In a cloud bones of steel.
25147 @end cartouche
25148 @end quotation
25149
25150 All commands have kept their names.  Some internal functions have changed
25151 their names.
25152
25153 The @code{gnus-uu} package has changed drastically.  @xref{Decoding
25154 Articles}.
25155
25156 One major compatibility question is the presence of several summary
25157 buffers.  All variables relevant while reading a group are
25158 buffer-local to the summary buffer they belong in.  Although many
25159 important variables have their values copied into their global
25160 counterparts whenever a command is executed in the summary buffer, this
25161 change might lead to incorrect values being used unless you are careful.
25162
25163 All code that relies on knowledge of @sc{gnus} internals will probably
25164 fail.  To take two examples: Sorting @code{gnus-newsrc-alist} (or
25165 changing it in any way, as a matter of fact) is strictly verboten.  Gnus
25166 maintains a hash table that points to the entries in this alist (which
25167 speeds up many functions), and changing the alist directly will lead to
25168 peculiar results.
25169
25170 @cindex hilit19
25171 @cindex highlighting
25172 Old hilit19 code does not work at all.  In fact, you should probably
25173 remove all hilit code from all Gnus hooks
25174 (@code{gnus-group-prepare-hook} and @code{gnus-summary-prepare-hook}).
25175 Gnus provides various integrated functions for highlighting.  These are
25176 faster and more accurate.  To make life easier for everybody, Gnus will
25177 by default remove all hilit calls from all hilit hooks.  Uncleanliness!
25178 Away!
25179
25180 Packages like @code{expire-kill} will no longer work.  As a matter of
25181 fact, you should probably remove all old @sc{gnus} packages (and other
25182 code) when you start using Gnus.  More likely than not, Gnus already
25183 does what you have written code to make @sc{gnus} do.  (Snicker.)
25184
25185 Even though old methods of doing things are still supported, only the
25186 new methods are documented in this manual.  If you detect a new method of
25187 doing something while reading this manual, that does not mean you have
25188 to stop doing it the old way.
25189
25190 Gnus understands all @sc{gnus} startup files.
25191
25192 @kindex M-x gnus-bug
25193 @findex gnus-bug
25194 @cindex reporting bugs
25195 @cindex bugs
25196 Overall, a casual user who hasn't written much code that depends on
25197 @sc{gnus} internals should suffer no problems.  If problems occur,
25198 please let me know by issuing that magic command @kbd{M-x gnus-bug}.
25199
25200 @vindex gnus-bug-create-help-buffer
25201 If you are in the habit of sending bug reports @emph{very} often, you
25202 may find the helpful help buffer annoying after a while.  If so, set
25203 @code{gnus-bug-create-help-buffer} to @code{nil} to avoid having it pop
25204 up at you.
25205
25206
25207 @node Conformity
25208 @subsection Conformity
25209
25210 No rebels without a clue here, ma'am.  We conform to all standards known
25211 to (wo)man.  Except for those standards and/or conventions we disagree
25212 with, of course.
25213
25214 @table @strong
25215
25216 @item RFC (2)822
25217 @cindex RFC 822
25218 @cindex RFC 2822
25219 There are no known breaches of this standard.
25220
25221 @item RFC 1036
25222 @cindex RFC 1036
25223 There are no known breaches of this standard, either.
25224
25225 @item Son-of-RFC 1036
25226 @cindex Son-of-RFC 1036
25227 We do have some breaches to this one.
25228
25229 @table @emph
25230
25231 @item X-Newsreader
25232 @itemx User-Agent
25233 These are considered to be ``vanity headers'', while I consider them
25234 to be consumer information.  After seeing so many badly formatted
25235 articles coming from @code{tin} and @code{Netscape} I know not to use
25236 either of those for posting articles.  I would not have known that if
25237 it wasn't for the @code{X-Newsreader} header.
25238 @end table
25239
25240 @item USEFOR
25241 @cindex USEFOR
25242 USEFOR is an IETF working group writing a successor to RFC 1036, based
25243 on Son-of-RFC 1036.  They have produced a number of drafts proposing
25244 various changes to the format of news articles.  The Gnus towers will
25245 look into implementing the changes when the draft is accepted as an RFC.
25246
25247 @item MIME - RFC 2045-2049 etc
25248 @cindex @acronym{MIME}
25249 All the various @acronym{MIME} RFCs are supported.
25250
25251 @item Disposition Notifications - RFC 2298
25252 Message Mode is able to request notifications from the receiver.
25253
25254 @item PGP - RFC 1991 and RFC 2440
25255 @cindex RFC 1991
25256 @cindex RFC 2440
25257 RFC 1991 is the original @acronym{PGP} message specification,
25258 published as an informational RFC.  RFC 2440 was the follow-up, now
25259 called Open PGP, and put on the Standards Track.  Both document a
25260 non-@acronym{MIME} aware @acronym{PGP} format.  Gnus supports both
25261 encoding (signing and encryption) and decoding (verification and
25262 decryption).
25263
25264 @item PGP/MIME - RFC 2015/3156
25265 RFC 2015 (superseded by 3156 which references RFC 2440 instead of RFC
25266 1991) describes the @acronym{MIME}-wrapping around the RF 1991/2440 format.
25267 Gnus supports both encoding and decoding.
25268
25269 @item S/MIME - RFC 2633
25270 RFC 2633 describes the @acronym{S/MIME} format.
25271
25272 @item IMAP - RFC 1730/2060, RFC 2195, RFC 2086, RFC 2359, RFC 2595, RFC 1731
25273 RFC 1730 is @acronym{IMAP} version 4, updated somewhat by RFC 2060
25274 (@acronym{IMAP} 4 revision 1).  RFC 2195 describes CRAM-MD5
25275 authentication for @acronym{IMAP}.  RFC 2086 describes access control
25276 lists (ACLs) for @acronym{IMAP}.  RFC 2359 describes a @acronym{IMAP}
25277 protocol enhancement.  RFC 2595 describes the proper @acronym{TLS}
25278 integration (STARTTLS) with @acronym{IMAP}.  RFC 1731 describes the
25279 GSSAPI/Kerberos4 mechanisms for @acronym{IMAP}.
25280
25281 @end table
25282
25283 If you ever notice Gnus acting non-compliant with regards to the texts
25284 mentioned above, don't hesitate to drop a note to Gnus Towers and let us
25285 know.
25286
25287
25288 @node Emacsen
25289 @subsection Emacsen
25290 @cindex Emacsen
25291 @cindex XEmacs
25292 @cindex Mule
25293 @cindex Emacs
25294
25295 Gnus should work on:
25296
25297 @itemize @bullet
25298
25299 @item
25300 Emacs 21.1 and up.
25301
25302 @item
25303 XEmacs 21.4 and up.
25304
25305 @end itemize
25306
25307 This Gnus version will absolutely not work on any Emacsen older than
25308 that.  Not reliably, at least.  Older versions of Gnus may work on older
25309 Emacs versions.
25310
25311 There are some vague differences between Gnus on the various
25312 platforms---XEmacs features more graphics (a logo and a toolbar)---but
25313 other than that, things should look pretty much the same under all
25314 Emacsen.
25315
25316
25317 @node Gnus Development
25318 @subsection Gnus Development
25319
25320 Gnus is developed in a two-phased cycle.  The first phase involves much
25321 discussion on the @samp{ding@@gnus.org} mailing list, where people
25322 propose changes and new features, post patches and new back ends.  This
25323 phase is called the @dfn{alpha} phase, since the Gnusae released in this
25324 phase are @dfn{alpha releases}, or (perhaps more commonly in other
25325 circles) @dfn{snapshots}.  During this phase, Gnus is assumed to be
25326 unstable and should not be used by casual users.  Gnus alpha releases
25327 have names like ``Red Gnus'' and ``Quassia Gnus''.
25328
25329 After futzing around for 50-100 alpha releases, Gnus is declared
25330 @dfn{frozen}, and only bug fixes are applied.  Gnus loses the prefix,
25331 and is called things like ``Gnus 5.6.32'' instead.  Normal people are
25332 supposed to be able to use these, and these are mostly discussed on the
25333 @samp{gnu.emacs.gnus} newsgroup.
25334
25335 @cindex Incoming*
25336 @vindex mail-source-delete-incoming
25337 Some variable defaults differ between alpha Gnusae and released Gnusae.
25338 In particular, @code{mail-source-delete-incoming} defaults to @code{nil} in
25339 alpha Gnusae and @code{t} in released Gnusae.  This is to prevent
25340 lossage of mail if an alpha release hiccups while handling the mail.
25341
25342 The division of discussion between the ding mailing list and the Gnus
25343 newsgroup is not purely based on publicity concerns.  It's true that
25344 having people write about the horrible things that an alpha Gnus release
25345 can do (sometimes) in a public forum may scare people off, but more
25346 importantly, talking about new experimental features that have been
25347 introduced may confuse casual users.  New features are frequently
25348 introduced, fiddled with, and judged to be found wanting, and then
25349 either discarded or totally rewritten.  People reading the mailing list
25350 usually keep up with these rapid changes, while people on the newsgroup
25351 can't be assumed to do so.
25352
25353
25354
25355 @node Contributors
25356 @subsection Contributors
25357 @cindex contributors
25358
25359 The new Gnus version couldn't have been done without the help of all the
25360 people on the (ding) mailing list.  Every day for over a year I have
25361 gotten billions of nice bug reports from them, filling me with joy,
25362 every single one of them.  Smooches.  The people on the list have been
25363 tried beyond endurance, what with my ``oh, that's a neat idea <type
25364 type>, yup, I'll release it right away <ship off> no wait, that doesn't
25365 work at all <type type>, yup, I'll ship that one off right away <ship
25366 off> no, wait, that absolutely does not work'' policy for releases.
25367 Micro$oft---bah.  Amateurs.  I'm @emph{much} worse.  (Or is that
25368 ``worser''? ``much worser''?  ``worsest''?)
25369
25370 I would like to take this opportunity to thank the Academy for@dots{}  oops,
25371 wrong show.
25372
25373 @itemize @bullet
25374
25375 @item
25376 Masanobu @sc{Umeda}---the writer of the original @sc{gnus}.
25377
25378 @item
25379 Shenghuo Zhu---uudecode.el, mm-uu.el, rfc1843.el, webmail.el,
25380 nnwarchive and many, many other things connected with @acronym{MIME} and
25381 other types of en/decoding, as well as general bug fixing, new
25382 functionality and stuff.
25383
25384 @item
25385 Per Abrahamsen---custom, scoring, highlighting and @sc{soup} code (as
25386 well as numerous other things).
25387
25388 @item
25389 Luis Fernandes---design and graphics.
25390
25391 @item
25392 Joe Reiss---creator of the smiley faces.
25393
25394 @item
25395 Justin Sheehy---the @acronym{FAQ} maintainer.
25396
25397 @item
25398 Erik Naggum---help, ideas, support, code and stuff.
25399
25400 @item
25401 Wes Hardaker---@file{gnus-picon.el} and the manual section on
25402 @dfn{picons} (@pxref{Picons}).
25403
25404 @item
25405 Kim-Minh Kaplan---further work on the picon code.
25406
25407 @item
25408 Brad Miller---@file{gnus-gl.el} and the GroupLens manual section.
25409
25410 @item
25411 Sudish Joseph---innumerable bug fixes.
25412
25413 @item
25414 Ilja Weis---@file{gnus-topic.el}.
25415
25416 @item
25417 Steven L. Baur---lots and lots and lots of bugs detections and fixes.
25418
25419 @item
25420 Vladimir Alexiev---the refcard and reference booklets.
25421
25422 @item
25423 Felix Lee & Jamie Zawinski---I stole some pieces from the XGnus
25424 distribution by Felix Lee and JWZ.
25425
25426 @item
25427 Scott Byer---@file{nnfolder.el} enhancements & rewrite.
25428
25429 @item
25430 Peter Mutsaers---orphan article scoring code.
25431
25432 @item
25433 Ken Raeburn---POP mail support.
25434
25435 @item
25436 Hallvard B Furuseth---various bits and pieces, especially dealing with
25437 .newsrc files.
25438
25439 @item
25440 Brian Edmonds---@file{gnus-bbdb.el}.
25441
25442 @item
25443 David Moore---rewrite of @file{nnvirtual.el} and many other things.
25444
25445 @item
25446 Kevin Davidson---came up with the name @dfn{ding}, so blame him.
25447
25448 @item
25449 Fran@,{c}ois Pinard---many, many interesting and thorough bug reports, as
25450 well as autoconf support.
25451
25452 @end itemize
25453
25454 This manual was proof-read by Adrian Aichner, with Ricardo Nassif, Mark
25455 Borges, and Jost Krieger proof-reading parts of the manual.
25456
25457 The following people have contributed many patches and suggestions:
25458
25459 Christopher Davis,
25460 Andrew Eskilsson,
25461 Kai Grossjohann,
25462 Kevin Greiner,
25463 Jesper Harder,
25464 Paul Jarc,
25465 Simon Josefsson,
25466 David K@aa{}gedal,
25467 Richard Pieri,
25468 Fabrice Popineau,
25469 Daniel Quinlan,
25470 Michael Shields,
25471 Reiner Steib,
25472 Jason L. Tibbitts, III,
25473 Jack Vinson,
25474 Katsumi Yamaoka, @c Yamaoka
25475 and
25476 Teodor Zlatanov.
25477
25478 Also thanks to the following for patches and stuff:
25479
25480 Jari Aalto,
25481 Adrian Aichner,
25482 Vladimir Alexiev,
25483 Russ Allbery,
25484 Peter Arius,
25485 Matt Armstrong,
25486 Marc Auslander,
25487 Miles Bader,
25488 Alexei V. Barantsev,
25489 Frank Bennett,
25490 Robert Bihlmeyer,
25491 Chris Bone,
25492 Mark Borges,
25493 Mark Boyns,
25494 Lance A. Brown,
25495 Rob Browning,
25496 Kees de Bruin,
25497 Martin Buchholz,
25498 Joe Buehler,
25499 Kevin Buhr,
25500 Alastair Burt,
25501 Joao Cachopo,
25502 Zlatko Calusic,
25503 Massimo Campostrini,
25504 Castor,
25505 David Charlap,
25506 Dan Christensen,
25507 Kevin Christian,
25508 Jae-you Chung, @c ?
25509 James H. Cloos, Jr.,
25510 Laura Conrad,
25511 Michael R. Cook,
25512 Glenn Coombs,
25513 Andrew J. Cosgriff,
25514 Neil Crellin,
25515 Frank D. Cringle,
25516 Geoffrey T. Dairiki,
25517 Andre Deparade,
25518 Ulrik Dickow,
25519 Dave Disser,
25520 Rui-Tao Dong, @c ?
25521 Joev Dubach,
25522 Michael Welsh Duggan,
25523 Dave Edmondson,
25524 Paul Eggert,
25525 Mark W. Eichin,
25526 Karl Eichwalder,
25527 Enami Tsugutomo, @c Enami
25528 Michael Ernst,
25529 Luc Van Eycken,
25530 Sam Falkner,
25531 Nelson Jose dos Santos Ferreira,
25532 Sigbjorn Finne,
25533 Sven Fischer,
25534 Paul Fisher,
25535 Decklin Foster,
25536 Gary D. Foster,
25537 Paul Franklin,
25538 Guy Geens,
25539 Arne Georg Gleditsch,
25540 David S. Goldberg,
25541 Michelangelo Grigni,
25542 Dale Hagglund,
25543 D. Hall,
25544 Magnus Hammerin,
25545 Kenichi Handa, @c Handa
25546 Raja R. Harinath,
25547 Yoshiki Hayashi, @c Hayashi
25548 P. E. Jareth Hein,
25549 Hisashige Kenji, @c Hisashige
25550 Scott Hofmann,
25551 Marc Horowitz,
25552 Gunnar Horrigmo,
25553 Richard Hoskins,
25554 Brad Howes,
25555 Miguel de Icaza,
25556 Fran@,{c}ois Felix Ingrand,
25557 Tatsuya Ichikawa, @c Ichikawa
25558 Ishikawa Ichiro, @c Ishikawa
25559 Lee Iverson,
25560 Iwamuro Motonori, @c Iwamuro
25561 Rajappa Iyer,
25562 Andreas Jaeger,
25563 Adam P. Jenkins,
25564 Randell Jesup,
25565 Fred Johansen,
25566 Gareth Jones,
25567 Greg Klanderman,
25568 Karl Kleinpaste,
25569 Michael Klingbeil,
25570 Peter Skov Knudsen,
25571 Shuhei Kobayashi, @c Kobayashi
25572 Petr Konecny,
25573 Koseki Yoshinori, @c Koseki
25574 Thor Kristoffersen,
25575 Jens Lautenbacher,
25576 Martin Larose,
25577 Seokchan Lee, @c Lee
25578 Joerg Lenneis,
25579 Carsten Leonhardt,
25580 James LewisMoss,
25581 Christian Limpach,
25582 Markus Linnala,
25583 Dave Love,
25584 Mike McEwan,
25585 Tonny Madsen,
25586 Shlomo Mahlab,
25587 Nat Makarevitch,
25588 Istvan Marko,
25589 David Martin,
25590 Jason R. Mastaler,
25591 Gordon Matzigkeit,
25592 Timo Metzemakers,
25593 Richard Mlynarik,
25594 Lantz Moore,
25595 Morioka Tomohiko, @c Morioka
25596 Erik Toubro Nielsen,
25597 Hrvoje Niksic,
25598 Andy Norman,
25599 Fred Oberhauser,
25600 C. R. Oldham,
25601 Alexandre Oliva,
25602 Ken Olstad,
25603 Masaharu Onishi, @c Onishi
25604 Hideki Ono, @c Ono
25605 Ettore Perazzoli,
25606 William Perry,
25607 Stephen Peters,
25608 Jens-Ulrik Holger Petersen,
25609 Ulrich Pfeifer,
25610 Matt Pharr,
25611 Andy Piper,
25612 John McClary Prevost,
25613 Bill Pringlemeir,
25614 Mike Pullen,
25615 Jim Radford,
25616 Colin Rafferty,
25617 Lasse Rasinen,
25618 Lars Balker Rasmussen,
25619 Joe Reiss,
25620 Renaud Rioboo,
25621 Roland B. Roberts,
25622 Bart Robinson,
25623 Christian von Roques,
25624 Markus Rost,
25625 Jason Rumney,
25626 Wolfgang Rupprecht,
25627 Jay Sachs,
25628 Dewey M. Sasser,
25629 Conrad Sauerwald,
25630 Loren Schall,
25631 Dan Schmidt,
25632 Ralph Schleicher,
25633 Philippe Schnoebelen,
25634 Andreas Schwab,
25635 Randal L. Schwartz,
25636 Danny Siu,
25637 Matt Simmons,
25638 Paul D. Smith,
25639 Jeff Sparkes,
25640 Toby Speight,
25641 Michael Sperber,
25642 Darren Stalder,
25643 Richard Stallman,
25644 Greg Stark,
25645 Sam Steingold,
25646 Paul Stevenson,
25647 Jonas Steverud,
25648 Paul Stodghill,
25649 Kiyokazu Suto, @c Suto
25650 Kurt Swanson,
25651 Samuel Tardieu,
25652 Teddy,
25653 Chuck Thompson,
25654 Tozawa Akihiko, @c Tozawa
25655 Philippe Troin,
25656 James Troup,
25657 Trung Tran-Duc,
25658 Jack Twilley,
25659 Aaron M. Ucko,
25660 Aki Vehtari,
25661 Didier Verna,
25662 Vladimir Volovich,
25663 Jan Vroonhof,
25664 Stefan Waldherr,
25665 Pete Ware,
25666 Barry A. Warsaw,
25667 Christoph Wedler,
25668 Joe Wells,
25669 Lee Willis,
25670 and
25671 Lloyd Zusman.
25672
25673
25674 For a full overview of what each person has done, the ChangeLogs
25675 included in the Gnus alpha distributions should give ample reading
25676 (550kB and counting).
25677
25678 Apologies to everybody that I've forgotten, of which there are many, I'm
25679 sure.
25680
25681 Gee, that's quite a list of people.  I guess that must mean that there
25682 actually are people who are using Gnus.  Who'd'a thunk it!
25683
25684
25685 @node New Features
25686 @subsection New Features
25687 @cindex new features
25688
25689 @menu
25690 * ding Gnus::                   New things in Gnus 5.0/5.1, the first new Gnus.
25691 * September Gnus::              The Thing Formally Known As Gnus 5.2/5.3.
25692 * Red Gnus::                    Third time best---Gnus 5.4/5.5.
25693 * Quassia Gnus::                Two times two is four, or Gnus 5.6/5.7.
25694 * Pterodactyl Gnus::            Pentad also starts with P, AKA Gnus 5.8/5.9.
25695 * Oort Gnus::                   It's big.  It's far out.  Gnus 5.10/5.11.
25696 * No Gnus::                     Lars, FIXME!
25697 @end menu
25698
25699 These lists are, of course, just @emph{short} overviews of the
25700 @emph{most} important new features.  No, really.  There are tons more.
25701 Yes, we have feeping creaturism in full effect.
25702
25703 @node ding Gnus
25704 @subsubsection (ding) Gnus
25705
25706 New features in Gnus 5.0/5.1:
25707
25708 @itemize @bullet
25709
25710 @item
25711 The look of all buffers can be changed by setting format-like variables
25712 (@pxref{Group Buffer Format} and @pxref{Summary Buffer Format}).
25713
25714 @item
25715 Local spool and several @acronym{NNTP} servers can be used at once
25716 (@pxref{Select Methods}).
25717
25718 @item
25719 You can combine groups into virtual groups (@pxref{Virtual Groups}).
25720
25721 @item
25722 You can read a number of different mail formats (@pxref{Getting Mail}).
25723 All the mail back ends implement a convenient mail expiry scheme
25724 (@pxref{Expiring Mail}).
25725
25726 @item
25727 Gnus can use various strategies for gathering threads that have lost
25728 their roots (thereby gathering loose sub-threads into one thread) or it
25729 can go back and retrieve enough headers to build a complete thread
25730 (@pxref{Customizing Threading}).
25731
25732 @item
25733 Killed groups can be displayed in the group buffer, and you can read
25734 them as well (@pxref{Listing Groups}).
25735
25736 @item
25737 Gnus can do partial group updates---you do not have to retrieve the
25738 entire active file just to check for new articles in a few groups
25739 (@pxref{The Active File}).
25740
25741 @item
25742 Gnus implements a sliding scale of subscribedness to groups
25743 (@pxref{Group Levels}).
25744
25745 @item
25746 You can score articles according to any number of criteria
25747 (@pxref{Scoring}).  You can even get Gnus to find out how to score
25748 articles for you (@pxref{Adaptive Scoring}).
25749
25750 @item
25751 Gnus maintains a dribble buffer that is auto-saved the normal Emacs
25752 manner, so it should be difficult to lose much data on what you have
25753 read if your machine should go down (@pxref{Auto Save}).
25754
25755 @item
25756 Gnus now has its own startup file (@file{~/.gnus.el}) to avoid
25757 cluttering up the @file{.emacs} file.
25758
25759 @item
25760 You can set the process mark on both groups and articles and perform
25761 operations on all the marked items (@pxref{Process/Prefix}).
25762
25763 @item
25764 You can grep through a subset of groups and create a group from the
25765 results (@pxref{Kibozed Groups}).
25766
25767 @item
25768 You can list subsets of groups according to, well, anything
25769 (@pxref{Listing Groups}).
25770
25771 @item
25772 You can browse foreign servers and subscribe to groups from those
25773 servers (@pxref{Browse Foreign Server}).
25774
25775 @item
25776 Gnus can fetch articles, asynchronously, on a second connection to the
25777 server (@pxref{Asynchronous Fetching}).
25778
25779 @item
25780 You can cache articles locally (@pxref{Article Caching}).
25781
25782 @item
25783 The uudecode functions have been expanded and generalized
25784 (@pxref{Decoding Articles}).
25785
25786 @item
25787 You can still post uuencoded articles, which was a little-known feature
25788 of @sc{gnus}' past (@pxref{Uuencoding and Posting}).
25789
25790 @item
25791 Fetching parents (and other articles) now actually works without
25792 glitches (@pxref{Finding the Parent}).
25793
25794 @item
25795 Gnus can fetch @acronym{FAQ}s and group descriptions (@pxref{Group Information}).
25796
25797 @item
25798 Digests (and other files) can be used as the basis for groups
25799 (@pxref{Document Groups}).
25800
25801 @item
25802 Articles can be highlighted and customized (@pxref{Customizing
25803 Articles}).
25804
25805 @item
25806 URLs and other external references can be buttonized (@pxref{Article
25807 Buttons}).
25808
25809 @item
25810 You can do lots of strange stuff with the Gnus window & frame
25811 configuration (@pxref{Window Layout}).
25812
25813 @item
25814 You can click on buttons instead of using the keyboard
25815 (@pxref{Buttons}).
25816
25817 @end itemize
25818
25819
25820 @node September Gnus
25821 @subsubsection September Gnus
25822
25823 @iftex
25824 @iflatex
25825 \gnusfig{-28cm}{0cm}{\epsfig{figure=ps/september,height=20cm}}
25826 @end iflatex
25827 @end iftex
25828
25829 New features in Gnus 5.2/5.3:
25830
25831 @itemize @bullet
25832
25833 @item
25834 A new message composition mode is used.  All old customization variables
25835 for @code{mail-mode}, @code{rnews-reply-mode} and @code{gnus-msg} are
25836 now obsolete.
25837
25838 @item
25839 Gnus is now able to generate @dfn{sparse} threads---threads where
25840 missing articles are represented by empty nodes (@pxref{Customizing
25841 Threading}).
25842
25843 @lisp
25844 (setq gnus-build-sparse-threads 'some)
25845 @end lisp
25846
25847 @item
25848 Outgoing articles are stored on a special archive server
25849 (@pxref{Archived Messages}).
25850
25851 @item
25852 Partial thread regeneration now happens when articles are
25853 referred.
25854
25855 @item
25856 Gnus can make use of GroupLens predictions.
25857
25858 @item
25859 Picons (personal icons) can be displayed under XEmacs (@pxref{Picons}).
25860
25861 @item
25862 A @code{trn}-like tree buffer can be displayed (@pxref{Tree Display}).
25863
25864 @lisp
25865 (setq gnus-use-trees t)
25866 @end lisp
25867
25868 @item
25869 An @code{nn}-like pick-and-read minor mode is available for the summary
25870 buffers (@pxref{Pick and Read}).
25871
25872 @lisp
25873 (add-hook 'gnus-summary-mode-hook 'gnus-pick-mode)
25874 @end lisp
25875
25876 @item
25877 In binary groups you can use a special binary minor mode (@pxref{Binary
25878 Groups}).
25879
25880 @item
25881 Groups can be grouped in a folding topic hierarchy (@pxref{Group
25882 Topics}).
25883
25884 @lisp
25885 (add-hook 'gnus-group-mode-hook 'gnus-topic-mode)
25886 @end lisp
25887
25888 @item
25889 Gnus can re-send and bounce mail (@pxref{Summary Mail Commands}).
25890
25891 @item
25892 Groups can now have a score, and bubbling based on entry frequency
25893 is possible (@pxref{Group Score}).
25894
25895 @lisp
25896 (add-hook 'gnus-summary-exit-hook 'gnus-summary-bubble-group)
25897 @end lisp
25898
25899 @item
25900 Groups can be process-marked, and commands can be performed on
25901 groups of groups (@pxref{Marking Groups}).
25902
25903 @item
25904 Caching is possible in virtual groups.
25905
25906 @item
25907 @code{nndoc} now understands all kinds of digests, mail boxes, rnews
25908 news batches, ClariNet briefs collections, and just about everything
25909 else (@pxref{Document Groups}).
25910
25911 @item
25912 Gnus has a new back end (@code{nnsoup}) to create/read SOUP packets
25913 (@pxref{SOUP}).
25914
25915 @item
25916 The Gnus cache is much faster.
25917
25918 @item
25919 Groups can be sorted according to many criteria (@pxref{Sorting
25920 Groups}).
25921
25922 @item
25923 New group parameters have been introduced to set list-addresses and
25924 expiry times (@pxref{Group Parameters}).
25925
25926 @item
25927 All formatting specs allow specifying faces to be used
25928 (@pxref{Formatting Fonts}).
25929
25930 @item
25931 There are several more commands for setting/removing/acting on process
25932 marked articles on the @kbd{M P} submap (@pxref{Setting Process Marks}).
25933
25934 @item
25935 The summary buffer can be limited to show parts of the available
25936 articles based on a wide range of criteria.  These commands have been
25937 bound to keys on the @kbd{/} submap (@pxref{Limiting}).
25938
25939 @item
25940 Articles can be made persistent with the @kbd{*} command
25941 (@pxref{Persistent Articles}).
25942
25943 @item
25944 All functions for hiding article elements are now toggles.
25945
25946 @item
25947 Article headers can be buttonized (@pxref{Article Washing}).
25948
25949 @item
25950 All mail back ends support fetching articles by @code{Message-ID}.
25951
25952 @item
25953 Duplicate mail can now be treated properly (@pxref{Duplicates}).
25954
25955 @item
25956 All summary mode commands are available directly from the article
25957 buffer (@pxref{Article Keymap}).
25958
25959 @item
25960 Frames can be part of @code{gnus-buffer-configuration} (@pxref{Window
25961 Layout}).
25962
25963 @item
25964 Mail can be re-scanned by a daemonic process (@pxref{Daemons}).
25965 @iftex
25966 @iflatex
25967 \marginpar[\mbox{}\hfill\epsfig{figure=ps/fseptember,height=5cm}]{\epsfig{figure=ps/fseptember,height=5cm}}
25968 @end iflatex
25969 @end iftex
25970
25971 @item
25972 Gnus can make use of NoCeM files to weed out spam (@pxref{NoCeM}).
25973
25974 @lisp
25975 (setq gnus-use-nocem t)
25976 @end lisp
25977
25978 @item
25979 Groups can be made permanently visible (@pxref{Listing Groups}).
25980
25981 @lisp
25982 (setq gnus-permanently-visible-groups "^nnml:")
25983 @end lisp
25984
25985 @item
25986 Many new hooks have been introduced to make customizing easier.
25987
25988 @item
25989 Gnus respects the @code{Mail-Copies-To} header.
25990
25991 @item
25992 Threads can be gathered by looking at the @code{References} header
25993 (@pxref{Customizing Threading}).
25994
25995 @lisp
25996 (setq gnus-summary-thread-gathering-function
25997       'gnus-gather-threads-by-references)
25998 @end lisp
25999
26000 @item
26001 Read articles can be stored in a special backlog buffer to avoid
26002 refetching (@pxref{Article Backlog}).
26003
26004 @lisp
26005 (setq gnus-keep-backlog 50)
26006 @end lisp
26007
26008 @item
26009 A clean copy of the current article is always stored in a separate
26010 buffer to allow easier treatment.
26011
26012 @item
26013 Gnus can suggest where to save articles (@pxref{Saving Articles}).
26014
26015 @item
26016 Gnus doesn't have to do as much prompting when saving (@pxref{Saving
26017 Articles}).
26018
26019 @lisp
26020 (setq gnus-prompt-before-saving t)
26021 @end lisp
26022
26023 @item
26024 @code{gnus-uu} can view decoded files asynchronously while fetching
26025 articles (@pxref{Other Decode Variables}).
26026
26027 @lisp
26028 (setq gnus-uu-grabbed-file-functions 'gnus-uu-grab-view)
26029 @end lisp
26030
26031 @item
26032 Filling in the article buffer now works properly on cited text
26033 (@pxref{Article Washing}).
26034
26035 @item
26036 Hiding cited text adds buttons to toggle hiding, and how much
26037 cited text to hide is now customizable (@pxref{Article Hiding}).
26038
26039 @lisp
26040 (setq gnus-cited-lines-visible 2)
26041 @end lisp
26042
26043 @item
26044 Boring headers can be hidden (@pxref{Article Hiding}).
26045
26046 @item
26047 Default scoring values can now be set from the menu bar.
26048
26049 @item
26050 Further syntax checking of outgoing articles have been added.
26051
26052 @end itemize
26053
26054
26055 @node Red Gnus
26056 @subsubsection Red Gnus
26057
26058 New features in Gnus 5.4/5.5:
26059
26060 @iftex
26061 @iflatex
26062 \gnusfig{-5.5cm}{-4cm}{\epsfig{figure=ps/red,height=20cm}}
26063 @end iflatex
26064 @end iftex
26065
26066 @itemize @bullet
26067
26068 @item
26069 @file{nntp.el} has been totally rewritten in an asynchronous fashion.
26070
26071 @item
26072 Article prefetching functionality has been moved up into
26073 Gnus (@pxref{Asynchronous Fetching}).
26074
26075 @item
26076 Scoring can now be performed with logical operators like @code{and},
26077 @code{or}, @code{not}, and parent redirection (@pxref{Advanced
26078 Scoring}).
26079
26080 @item
26081 Article washing status can be displayed in the
26082 article mode line (@pxref{Misc Article}).
26083
26084 @item
26085 @file{gnus.el} has been split into many smaller files.
26086
26087 @item
26088 Suppression of duplicate articles based on Message-ID can be done
26089 (@pxref{Duplicate Suppression}).
26090
26091 @lisp
26092 (setq gnus-suppress-duplicates t)
26093 @end lisp
26094
26095 @item
26096 New variables for specifying what score and adapt files are to be
26097 considered home score and adapt files (@pxref{Home Score File}) have
26098 been added.
26099
26100 @item
26101 @code{nndoc} was rewritten to be easily extendable (@pxref{Document
26102 Server Internals}).
26103
26104 @item
26105 Groups can inherit group parameters from parent topics (@pxref{Topic
26106 Parameters}).
26107
26108 @item
26109 Article editing has been revamped and is now actually usable.
26110
26111 @item
26112 Signatures can be recognized in more intelligent fashions
26113 (@pxref{Article Signature}).
26114
26115 @item
26116 Summary pick mode has been made to look more @code{nn}-like.  Line
26117 numbers are displayed and the @kbd{.} command can be used to pick
26118 articles (@code{Pick and Read}).
26119
26120 @item
26121 Commands for moving the @file{.newsrc.eld} from one server to
26122 another have been added (@pxref{Changing Servers}).
26123
26124 @item
26125 There's a way now to specify that ``uninteresting'' fields be suppressed
26126 when generating lines in buffers (@pxref{Advanced Formatting}).
26127
26128 @item
26129 Several commands in the group buffer can be undone with @kbd{C-M-_}
26130 (@pxref{Undo}).
26131
26132 @item
26133 Scoring can be done on words using the new score type @code{w}
26134 (@pxref{Score File Format}).
26135
26136 @item
26137 Adaptive scoring can be done on a Subject word-by-word basis
26138 (@pxref{Adaptive Scoring}).
26139
26140 @lisp
26141 (setq gnus-use-adaptive-scoring '(word))
26142 @end lisp
26143
26144 @item
26145 Scores can be decayed (@pxref{Score Decays}).
26146
26147 @lisp
26148 (setq gnus-decay-scores t)
26149 @end lisp
26150
26151 @item
26152 Scoring can be performed using a regexp on the Date header.  The Date is
26153 normalized to compact ISO 8601 format first (@pxref{Score File Format}).
26154
26155 @item
26156 A new command has been added to remove all data on articles from
26157 the native server (@pxref{Changing Servers}).
26158
26159 @item
26160 A new command for reading collections of documents
26161 (@code{nndoc} with @code{nnvirtual} on top) has been added---@kbd{C-M-d}
26162 (@pxref{Really Various Summary Commands}).
26163
26164 @item
26165 Process mark sets can be pushed and popped (@pxref{Setting Process
26166 Marks}).
26167
26168 @item
26169 A new mail-to-news back end makes it possible to post even when the @acronym{NNTP}
26170 server doesn't allow posting (@pxref{Mail-To-News Gateways}).
26171
26172 @item
26173 A new back end for reading searches from Web search engines
26174 (@dfn{DejaNews}, @dfn{Alta Vista}, @dfn{InReference}) has been added
26175 (@pxref{Web Searches}).
26176
26177 @item
26178 Groups inside topics can now be sorted using the standard sorting
26179 functions, and each topic can be sorted independently (@pxref{Topic
26180 Sorting}).
26181
26182 @item
26183 Subsets of the groups can be sorted independently (@code{Sorting
26184 Groups}).
26185
26186 @item
26187 Cached articles can be pulled into the groups (@pxref{Summary Generation
26188 Commands}).
26189 @iftex
26190 @iflatex
26191 \marginpar[\mbox{}\hfill\epsfig{figure=ps/fred,width=3cm}]{\epsfig{figure=ps/fred,width=3cm}}
26192 @end iflatex
26193 @end iftex
26194
26195 @item
26196 Score files are now applied in a more reliable order (@pxref{Score
26197 Variables}).
26198
26199 @item
26200 Reports on where mail messages end up can be generated (@pxref{Splitting
26201 Mail}).
26202
26203 @item
26204 More hooks and functions have been added to remove junk from incoming
26205 mail before saving the mail (@pxref{Washing Mail}).
26206
26207 @item
26208 Emphasized text can be properly fontisized:
26209
26210 @end itemize
26211
26212
26213 @node Quassia Gnus
26214 @subsubsection Quassia Gnus
26215
26216 New features in Gnus 5.6:
26217
26218 @itemize @bullet
26219
26220 @item
26221 New functionality for using Gnus as an offline newsreader has been
26222 added.  A plethora of new commands and modes have been added.
26223 @xref{Gnus Unplugged}, for the full story.
26224
26225 @item
26226 The @code{nndraft} back end has returned, but works differently than
26227 before.  All Message buffers are now also articles in the @code{nndraft}
26228 group, which is created automatically.
26229
26230 @item
26231 @code{gnus-alter-header-function} can now be used to alter header
26232 values.
26233
26234 @item
26235 @code{gnus-summary-goto-article} now accept Message-ID's.
26236
26237 @item
26238 A new Message command for deleting text in the body of a message
26239 outside the region: @kbd{C-c C-v}.
26240
26241 @item
26242 You can now post to component group in @code{nnvirtual} groups with
26243 @kbd{C-u C-c C-c}.
26244
26245 @item
26246  @code{nntp-rlogin-program}---new variable to ease customization.
26247
26248 @item
26249 @code{C-u C-c C-c} in @code{gnus-article-edit-mode} will now inhibit
26250 re-highlighting of the article buffer.
26251
26252 @item
26253 New element in @code{gnus-boring-article-headers}---@code{long-to}.
26254
26255 @item
26256 @kbd{M-i} symbolic prefix command.  @xref{Symbolic Prefixes}, for
26257 details.
26258
26259 @item
26260 @kbd{L} and @kbd{I} in the summary buffer now take the symbolic prefix
26261 @kbd{a} to add the score rule to the @file{all.SCORE} file.
26262
26263 @item
26264 @code{gnus-simplify-subject-functions} variable to allow greater
26265 control over simplification.
26266
26267 @item
26268 @kbd{A T}---new command for fetching the current thread.
26269
26270 @item
26271 @kbd{/ T}---new command for including the current thread in the
26272 limit.
26273
26274 @item
26275 @kbd{M-RET} is a new Message command for breaking cited text.
26276
26277 @item
26278 @samp{\\1}-expressions are now valid in @code{nnmail-split-methods}.
26279
26280 @item
26281 The @code{custom-face-lookup} function has been removed.
26282 If you used this function in your initialization files, you must
26283 rewrite them to use @code{face-spec-set} instead.
26284
26285 @item
26286 Canceling now uses the current select method.  Symbolic prefix
26287 @kbd{a} forces normal posting method.
26288
26289 @item
26290 New command to translate M******** sm*rtq**t*s into proper
26291 text---@kbd{W d}.
26292
26293 @item
26294 For easier debugging of @code{nntp}, you can set
26295 @code{nntp-record-commands} to a non-@code{nil} value.
26296
26297 @item
26298 @code{nntp} now uses @file{~/.authinfo}, a @file{.netrc}-like file, for
26299 controlling where and how to send @sc{authinfo} to @acronym{NNTP} servers.
26300
26301 @item
26302 A command for editing group parameters from the summary buffer
26303 has been added.
26304
26305 @item
26306 A history of where mails have been split is available.
26307
26308 @item
26309 A new article date command has been added---@code{article-date-iso8601}.
26310
26311 @item
26312 Subjects can be simplified when threading by setting
26313 @code{gnus-score-thread-simplify}.
26314
26315 @item
26316 A new function for citing in Message has been
26317 added---@code{message-cite-original-without-signature}.
26318
26319 @item
26320 @code{article-strip-all-blank-lines}---new article command.
26321
26322 @item
26323 A new Message command to kill to the end of the article has
26324 been added.
26325
26326 @item
26327 A minimum adaptive score can be specified by using the
26328 @code{gnus-adaptive-word-minimum} variable.
26329
26330 @item
26331 The ``lapsed date'' article header can be kept continually
26332 updated by the @code{gnus-start-date-timer} command.
26333
26334 @item
26335 Web listserv archives can be read with the @code{nnlistserv} back end.
26336
26337 @item
26338 Old dejanews archives can now be read by @code{nnweb}.
26339
26340 @end itemize
26341
26342 @node Pterodactyl Gnus
26343 @subsubsection Pterodactyl Gnus
26344
26345 New features in Gnus 5.8:
26346
26347 @itemize @bullet
26348
26349 @item
26350 The mail-fetching functions have changed.  See the manual for the
26351 many details.  In particular, all procmail fetching variables are gone.
26352
26353 If you used procmail like in
26354
26355 @lisp
26356 (setq nnmail-use-procmail t)
26357 (setq nnmail-spool-file 'procmail)
26358 (setq nnmail-procmail-directory "~/mail/incoming/")
26359 (setq nnmail-procmail-suffix "\\.in")
26360 @end lisp
26361
26362 this now has changed to
26363
26364 @lisp
26365 (setq mail-sources
26366       '((directory :path "~/mail/incoming/"
26367                    :suffix ".in")))
26368 @end lisp
26369
26370 @xref{Mail Source Specifiers}.
26371
26372 @item
26373 Gnus is now a @acronym{MIME}-capable reader.  This affects many parts of
26374 Gnus, and adds a slew of new commands.  See the manual for details.
26375
26376 @item
26377 Gnus has also been multilingualized.  This also affects too
26378 many parts of Gnus to summarize here, and adds many new variables.
26379
26380 @item
26381 @code{gnus-auto-select-first} can now be a function to be
26382 called to position point.
26383
26384 @item
26385 The user can now decide which extra headers should be included in
26386 summary buffers and @acronym{NOV} files.
26387
26388 @item
26389 @code{gnus-article-display-hook} has been removed.  Instead, a number
26390 of variables starting with @code{gnus-treat-} have been added.
26391
26392 @item
26393 The Gnus posting styles have been redone again and now works in a
26394 subtly different manner.
26395
26396 @item
26397 New web-based back ends have been added: @code{nnslashdot},
26398 @code{nnwarchive} and @code{nnultimate}.  nnweb has been revamped,
26399 again, to keep up with ever-changing layouts.
26400
26401 @item
26402 Gnus can now read @acronym{IMAP} mail via @code{nnimap}.
26403
26404 @end itemize
26405
26406 @node Oort Gnus
26407 @subsubsection Oort Gnus
26408 @cindex Oort Gnus
26409
26410 New features in Gnus 5.10:
26411
26412 @itemize @bullet
26413
26414 @item
26415 @kbd{F} (@code{gnus-article-followup-with-original}) and @kbd{R}
26416 (@code{gnus-article-reply-with-original}) only yank the text in the
26417 region if the region is active.
26418
26419 @item
26420 @code{gnus-group-read-ephemeral-group} can be called interactively,
26421 using @kbd{G M}.
26422
26423 @item
26424 In draft groups, @kbd{e} is now bound to @code{gnus-draft-edit-message}.
26425 Use @kbd{B w} for @code{gnus-summary-edit-article} instead.
26426
26427 @item
26428 The revised Gnus @acronym{FAQ} is included in the manual,
26429 @xref{Frequently Asked Questions}.
26430
26431 @item
26432 Upgrading from previous (stable) version if you have used Oort.
26433
26434 If you have tried Oort (the unstable Gnus branch leading to this
26435 release) but went back to a stable version, be careful when upgrading to
26436 this version.  In particular, you will probably want to remove all
26437 @file{.marks} (nnml) and @file{.mrk} (nnfolder) files, so that flags are
26438 read from your @file{.newsrc.eld} instead of from the
26439 @file{.marks}/@file{.mrk} file where this release store flags.  See a
26440 later entry for more information about marks.  Note that downgrading
26441 isn't save in general.
26442
26443 @item
26444 Article Buttons
26445
26446 More buttons for URLs, mail addresses, Message-IDs, Info links, man
26447 pages and Emacs or Gnus related references.  @xref{Article Buttons}.  The
26448 variables @code{gnus-button-@var{*}-level} can be used to control the
26449 appearance of all article buttons.  @xref{Article Button Levels}.
26450
26451 @item
26452 Dired integration
26453
26454 @code{gnus-dired-minor-mode} (see @ref{Other modes}) installs key
26455 bindings in dired buffers to send a file as an attachment, open a file
26456 using the appropriate mailcap entry, and print a file using the mailcap
26457 entry.
26458
26459 @item
26460 Gnus can display RSS newsfeeds as a newsgroup.  @xref{RSS}.
26461
26462 @item
26463 Single-part yenc encoded attachments can be decoded.
26464
26465 @item
26466 Picons
26467
26468 The picons code has been reimplemented to work in GNU Emacs---some of
26469 the previous options have been removed or renamed.
26470
26471 Picons are small ``personal icons'' representing users, domain and
26472 newsgroups, which can be displayed in the Article buffer.
26473 @xref{Picons}.
26474
26475 @item
26476 If the new option @code{gnus-treat-body-boundary} is non-@code{nil}, a
26477 boundary line is drawn at the end of the headers.
26478
26479 @item
26480 Retrieval of charters and control messages
26481
26482 There are new commands for fetching newsgroup charters (@kbd{H c}) and
26483 control messages (@kbd{H C}).
26484
26485 @item
26486 Delayed articles
26487
26488 You can delay the sending of a message with @kbd{C-c C-j} in the Message
26489 buffer.  The messages are delivered at specified time.  This is useful
26490 for sending yourself reminders.  @xref{Delayed Articles}.
26491
26492 @item
26493 If @code{auto-compression-mode} is enabled, attachments are automatically
26494 decompressed when activated.
26495
26496 @item
26497 If the new option @code{nnml-use-compressed-files} is non-@code{nil},
26498 the nnml back end allows compressed message files.
26499
26500 @item
26501 Signed article headers (X-PGP-Sig) can be verified with @kbd{W p}.
26502
26503 @item
26504 The Summary Buffer uses an arrow in the fringe to indicate the current
26505 article.  Use @code{(setq gnus-summary-display-arrow nil)} to disable it.
26506
26507 @item
26508 Warn about email replies to news
26509
26510 Do you often find yourself replying to news by email by mistake?  Then
26511 the new option @code{gnus-confirm-mail-reply-to-news} is just the thing for
26512 you.
26513
26514 @item
26515 If the new option @code{gnus-summary-display-while-building} is
26516 non-@code{nil}, the summary buffer is shown and updated as it's being
26517 built.
26518
26519 @item
26520 The new @code{recent} mark @samp{.} indicates newly arrived messages (as
26521 opposed to old but unread messages).
26522
26523 @item
26524 The new option @code{gnus-gcc-mark-as-read} automatically marks
26525 Gcc articles as read.
26526
26527 @item
26528 The nndoc back end now supports mailman digests and exim bounces.
26529
26530 @item
26531 Gnus supports RFC 2369 mailing list headers, and adds a number of
26532 related commands in mailing list groups.  @xref{Mailing List}.
26533
26534 @item
26535 The Date header can be displayed in a format that can be read aloud
26536 in English.  @xref{Article Date}.
26537
26538 @item
26539 The envelope sender address can be customized when using Sendmail.
26540 @xref{Mail Variables, Mail Variables,, message, Message Manual}.
26541
26542 @item
26543 diffs are automatically highlighted in groups matching
26544 @code{mm-uu-diff-groups-regexp}
26545
26546 @item
26547 @acronym{TLS} wrapper shipped with Gnus
26548
26549 @acronym{TLS}/@acronym{SSL} is now supported in @acronym{IMAP} and
26550 @acronym{NNTP} via @file{tls.el} and GNUTLS.  The old
26551 @acronym{TLS}/@acronym{SSL} support via (external third party)
26552 @file{ssl.el} and OpenSSL still works.
26553
26554 @item
26555 New @file{make.bat} for compiling and installing Gnus under MS Windows
26556
26557 Use @file{make.bat} if you want to install Gnus under MS Windows, the
26558 first argument to the batch-program should be the directory where
26559 @file{xemacs.exe} respectively @file{emacs.exe} is located, iff you want
26560 to install Gnus after compiling it, give @file{make.bat} @code{/copy} as
26561 the second parameter.
26562
26563 @file{make.bat} has been rewritten from scratch, it now features
26564 automatic recognition of XEmacs and GNU Emacs, generates
26565 @file{gnus-load.el}, checks if errors occur while compilation and
26566 generation of info files and reports them at the end of the build
26567 process.  It now uses @code{makeinfo} if it is available and falls
26568 back to @file{infohack.el} otherwise.  @file{make.bat} should now
26569 install all files which are necessary to run Gnus and be generally a
26570 complete replacement for the @code{configure; make; make install}
26571 cycle used under Unix systems.
26572
26573 The new @file{make.bat} makes @file{make-x.bat} superfluous, so it has
26574 been removed.
26575
26576 @item
26577 Support for non-@acronym{ASCII} domain names
26578
26579 Message supports non-@acronym{ASCII} domain names in From:, To: and
26580 Cc: and will query you whether to perform encoding when you try to
26581 send a message.  The variable @code{message-use-idna} controls this.
26582 Gnus will also decode non-@acronym{ASCII} domain names in From:, To:
26583 and Cc: when you view a message.  The variable @code{gnus-use-idna}
26584 controls this.
26585
26586 @item
26587 Better handling of Microsoft citation styles
26588
26589 Gnus now tries to recognize the mangled header block that some Microsoft
26590 mailers use to indicate that the rest of the message is a citation, even
26591 though it is not quoted in any way.  The variable
26592 @code{gnus-cite-unsightly-citation-regexp} matches the start of these
26593 citations.
26594
26595 @item
26596 @code{gnus-article-skip-boring}
26597
26598 If you set @code{gnus-article-skip-boring} to @code{t}, then Gnus will
26599 not scroll down to show you a page that contains only boring text,
26600 which by default means cited text and signature.  You can customize
26601 what is skippable using @code{gnus-article-boring-faces}.
26602
26603 This feature is especially useful if you read many articles that
26604 consist of a little new content at the top with a long, untrimmed
26605 message cited below.
26606
26607 @item
26608 The format spec @code{%C} for positioning point has changed to @code{%*}.
26609
26610 @item
26611 The new variable @code{gnus-parameters} can be used to set group parameters.
26612
26613 Earlier this was done only via @kbd{G p} (or @kbd{G c}), which stored
26614 the parameters in @file{~/.newsrc.eld}, but via this variable you can
26615 enjoy the powers of customize, and simplified backups since you set the
26616 variable in @file{~/.emacs} instead of @file{~/.newsrc.eld}.  The
26617 variable maps regular expressions matching group names to group
26618 parameters, a'la:
26619 @lisp
26620 (setq gnus-parameters
26621       '(("mail\\..*"
26622          (gnus-show-threads nil)
26623          (gnus-use-scoring nil))
26624         ("^nnimap:\\(foo.bar\\)$"
26625          (to-group . "\\1"))))
26626 @end lisp
26627
26628 @item
26629 Smileys (@samp{:-)}, @samp{;-)} etc) are now iconized for Emacs too.
26630
26631 Put @code{(setq gnus-treat-display-smileys nil)} in @file{~/.emacs} to
26632 disable it.
26633
26634 @item
26635 Gnus no longer generate the Sender: header automatically.
26636
26637 Earlier it was generated iff the user configurable email address was
26638 different from the Gnus guessed default user address.  As the guessing
26639 algorithm is rarely correct these days, and (more controversially) the
26640 only use of the Sender: header was to check if you are entitled to
26641 cancel/supersede news (which is now solved by Cancel Locks instead,
26642 see another entry), generation of the header has been disabled by
26643 default.  See the variables @code{message-required-headers},
26644 @code{message-required-news-headers}, and
26645 @code{message-required-mail-headers}.
26646
26647 @item
26648 Features from third party @file{message-utils.el} added to @file{message.el}.
26649
26650 Message now asks if you wish to remove @samp{(was: <old subject>)} from
26651 subject lines (see @code{message-subject-trailing-was-query}).  @kbd{C-c
26652 M-m} and @kbd{C-c M-f} inserts markers indicating included text.
26653 @kbd{C-c C-f a} adds a X-No-Archive: header.  @kbd{C-c C-f x} inserts
26654 appropriate headers and a note in the body for cross-postings and
26655 followups (see the variables @code{message-cross-post-@var{*}}).
26656
26657 @item
26658 References and X-Draft-Headers are no longer generated when you start
26659 composing messages and @code{message-generate-headers-first} is
26660 @code{nil}.
26661
26662 @item
26663 Improved anti-spam features.
26664
26665 Gnus is now able to take out spam from your mail and news streams
26666 using a wide variety of programs and filter rules.  Among the supported
26667 methods are RBL blocklists, bogofilter and white/blacklists.  Hooks
26668 for easy use of external packages such as SpamAssassin and Hashcash
26669 are also new.  @xref{Thwarting Email Spam}.
26670
26671 @item
26672 Easy inclusion of X-Faces headers.
26673
26674 @item
26675 Face headers handling.
26676
26677 @item
26678 In the summary buffer, the new command @kbd{/ N} inserts new messages
26679 and @kbd{/ o} inserts old messages.
26680
26681 @item
26682 Gnus decodes morse encoded messages if you press @kbd{W m}.
26683
26684 @item
26685 Unread count correct in nnimap groups.
26686
26687 The estimated number of unread articles in the group buffer should now
26688 be correct for nnimap groups.  This is achieved by calling
26689 @code{nnimap-fixup-unread-after-getting-new-news} from the
26690 @code{gnus-setup-news-hook} (called on startup) and
26691 @code{gnus-after-getting-new-news-hook}. (called after getting new
26692 mail).  If you have modified those variables from the default, you may
26693 want to add @code{nnimap-fixup-unread-after-getting-new-news} again.  If
26694 you were happy with the estimate and want to save some (minimal) time
26695 when getting new mail, remove the function.
26696
26697 @item
26698 Group Carbon Copy (GCC) quoting
26699
26700 To support groups that contains SPC and other weird characters, groups
26701 are quoted before they are placed in the Gcc: header.  This means
26702 variables such as @code{gnus-message-archive-group} should no longer
26703 contain quote characters to make groups containing SPC work.  Also, if
26704 you are using the string @samp{nnml:foo, nnml:bar} (indicating Gcc
26705 into two groups) you must change it to return the list
26706 @code{("nnml:foo" "nnml:bar")}, otherwise the Gcc: line will be quoted
26707 incorrectly.  Note that returning the string @samp{nnml:foo, nnml:bar}
26708 was incorrect earlier, it just didn't generate any problems since it
26709 was inserted directly.
26710
26711 @item
26712 @file{~/News/overview/} not used.
26713
26714 As a result of the following change, the @file{~/News/overview/}
26715 directory is not used any more.  You can safely delete the entire
26716 hierarchy.
26717
26718 @item
26719 @code{gnus-agent}
26720
26721 The Gnus Agent has seen a major updated and is now enabled by default,
26722 and all nntp and nnimap servers from @code{gnus-select-method} and
26723 @code{gnus-secondary-select-method} are agentized by default.  Earlier
26724 only the server in @code{gnus-select-method} was agentized by the
26725 default, and the agent was disabled by default.  When the agent is
26726 enabled, headers are now also retrieved from the Agent cache instead
26727 of the back ends when possible.  Earlier this only happened in the
26728 unplugged state.  You can enroll or remove servers with @kbd{J a} and
26729 @kbd{J r} in the server buffer.  Gnus will not download articles into
26730 the Agent cache, unless you instruct it to do so, though, by using
26731 @kbd{J u} or @kbd{J s} from the Group buffer.  You revert to the old
26732 behavior of having the Agent disabled with @code{(setq gnus-agent
26733 nil)}.  Note that putting @code{(gnus-agentize)} in @file{~/.gnus.el}
26734 is not needed any more.
26735
26736 @item
26737 @code{gnus-summary-line-format}
26738
26739 The default value changed to @samp{%U%R%z%I%(%[%4L: %-23,23f%]%)
26740 %s\n}.  Moreover @code{gnus-extra-headers},
26741 @code{nnmail-extra-headers} and @code{gnus-ignored-from-addresses}
26742 changed their default so that the users name will be replaced by the
26743 recipient's name or the group name posting to for @acronym{NNTP}
26744 groups.
26745
26746 @item
26747 @file{deuglify.el} (@code{gnus-article-outlook-deuglify-article})
26748
26749 A new file from Raymond Scholz @email{rscholz@@zonix.de} for deuglifying
26750 broken Outlook (Express) articles.
26751
26752 @item
26753 @code{(require 'gnus-load)}
26754
26755 If you use a stand-alone Gnus distribution, you'd better add
26756 @code{(require 'gnus-load)} into your @file{~/.emacs} after adding the Gnus
26757 lisp directory into load-path.
26758
26759 File @file{gnus-load.el} contains autoload commands, functions and variables,
26760 some of which may not be included in distributions of Emacsen.
26761
26762 @item
26763 @code{gnus-slave-unplugged}
26764
26765 A new command which starts Gnus offline in slave mode.
26766
26767 @item
26768 @code{message-insinuate-rmail}
26769
26770 Adding @code{(message-insinuate-rmail)} and @code{(setq
26771 mail-user-agent 'gnus-user-agent)} in @file{.emacs} convinces Rmail to
26772 compose, reply and forward messages in message-mode, where you can
26773 enjoy the power of @acronym{MML}.
26774
26775 @item
26776 @code{message-minibuffer-local-map}
26777
26778 The line below enables BBDB in resending a message:
26779 @lisp
26780 (define-key message-minibuffer-local-map [(tab)]
26781   'bbdb-complete-name)
26782 @end lisp
26783
26784 @item
26785 Externalizing and deleting of attachments.
26786
26787 If @code{gnus-gcc-externalize-attachments} or
26788 @code{message-fcc-externalize-attachments} is non-@code{nil}, attach
26789 local files as external parts.
26790
26791 The command @code{gnus-mime-save-part-and-strip} (bound to @kbd{C-o}
26792 on @acronym{MIME} buttons) saves a part and replaces the part with an
26793 external one.  @code{gnus-mime-delete-part} (bound to @kbd{d} on
26794 @acronym{MIME} buttons) removes a part.  It works only on back ends
26795 that support editing.
26796
26797 @item
26798 @code{gnus-default-charset}
26799
26800 The default value is determined from the
26801 @code{current-language-environment} variable, instead of
26802 @code{iso-8859-1}.  Also the @samp{.*} item in
26803 @code{gnus-group-charset-alist} is removed.
26804
26805 @item
26806 @code{gnus-posting-styles}
26807
26808 Add a new format of match like
26809 @lisp
26810 ((header "to" "larsi.*org")
26811  (Organization "Somewhere, Inc."))
26812 @end lisp
26813 The old format like the lines below is obsolete, but still accepted.
26814 @lisp
26815 (header "to" "larsi.*org"
26816         (Organization "Somewhere, Inc."))
26817 @end lisp
26818
26819 @item
26820 @code{message-ignored-news-headers} and @code{message-ignored-mail-headers}
26821
26822 @samp{X-Draft-From} and @samp{X-Gnus-Agent-Meta-Information} have been
26823 added into these two variables.  If you customized those, perhaps you
26824 need add those two headers too.
26825
26826 @item
26827 Gnus reads the @acronym{NOV} and articles in the Agent if plugged.
26828
26829 If one reads an article while plugged, and the article already exists
26830 in the Agent, it won't get downloaded once more.  @code{(setq
26831 gnus-agent-cache nil)} reverts to the old behavior.
26832
26833 @item
26834 Gnus supports the ``format=flowed'' (RFC 2646) parameter.  On
26835 composing messages, it is enabled by @code{use-hard-newlines}.
26836 Decoding format=flowed was present but not documented in earlier
26837 versions.
26838
26839 @item
26840 Gnus supports the generation of RFC 2298 Disposition Notification requests.
26841
26842 This is invoked with the @kbd{C-c M-n} key binding from message mode.
26843
26844 @item
26845 Gnus supports Maildir groups.
26846
26847 Gnus includes a new back end @file{nnmaildir.el}.  @xref{Maildir}.
26848
26849 @item
26850 Printing capabilities are enhanced.
26851
26852 Gnus supports Muttprint natively with @kbd{O P} from the Summary and
26853 Article buffers.  Also, each individual @acronym{MIME} part can be
26854 printed using @kbd{p} on the @acronym{MIME} button.
26855
26856 @item
26857 Message supports the Importance: (RFC 2156) header.
26858
26859 In the message buffer, @kbd{C-c C-f C-i} or @kbd{C-c C-u} cycles through
26860 the valid values.
26861
26862 @item
26863 Gnus supports Cancel Locks in News.
26864
26865 This means a header @samp{Cancel-Lock} is inserted in news posting.  It is
26866 used to determine if you wrote an article or not (for canceling and
26867 superseding).  Gnus generates a random password string the first time
26868 you post a message, and saves it in your @file{~/.emacs} using the Custom
26869 system.  While the variable is called @code{canlock-password}, it is not
26870 security sensitive data.  Publishing your canlock string on the web
26871 will not allow anyone to be able to anything she could not already do.
26872 The behavior can be changed by customizing @code{message-insert-canlock}.
26873
26874 @item
26875 Gnus supports server-side mail filtering using Sieve.
26876
26877 Sieve rules can be added as Group Parameters for groups, and the
26878 complete Sieve script is generated using @kbd{D g} from the Group
26879 buffer, and then uploaded to the server using @kbd{C-c C-l} in the
26880 generated Sieve buffer.  @xref{Sieve Commands}, and the new Sieve
26881 manual @ref{Top, , Top, sieve, Emacs Sieve}.
26882
26883 @item
26884 Extended format specs.
26885
26886 Format spec @samp{%&user-date;} is added into
26887 @code{gnus-summary-line-format-alist}.  Also, user defined extended
26888 format specs are supported.  The extended format specs look like
26889 @samp{%u&foo;}, which invokes function
26890 @code{gnus-user-format-function-@var{foo}}.  Because @samp{&} is used as the
26891 escape character, old user defined format @samp{%u&} is no longer supported.
26892
26893 @item
26894 @kbd{/ *} (@code{gnus-summary-limit-include-cached}) is rewritten.
26895
26896 It was aliased to @kbd{Y c}
26897 (@code{gnus-summary-insert-cached-articles}).  The new function filters
26898 out other articles.
26899
26900 @item Some limiting commands accept a @kbd{C-u} prefix to negate the match.
26901
26902 If @kbd{C-u} is used on subject, author or extra headers, i.e., @kbd{/
26903 s}, @kbd{/ a}, and @kbd{/ x}
26904 (@code{gnus-summary-limit-to-@{subject,author,extra@}}) respectively, the
26905 result will be to display all articles that do not match the expression.
26906
26907 @item
26908 Group names are treated as UTF-8 by default.
26909
26910 This is supposedly what USEFOR wanted to migrate to.  See
26911 @code{gnus-group-name-charset-group-alist} and
26912 @code{gnus-group-name-charset-method-alist} for customization.
26913
26914 @item
26915 The nnml and nnfolder back ends store marks for each groups.
26916
26917 This makes it possible to take backup of nnml/nnfolder servers/groups
26918 separately of @file{~/.newsrc.eld}, while preserving marks.  It also
26919 makes it possible to share articles and marks between users (without
26920 sharing the @file{~/.newsrc.eld} file) within e.g. a department.  It
26921 works by storing the marks stored in @file{~/.newsrc.eld} in a per-group
26922 file @file{.marks} (for nnml) and @file{@var{groupname}.mrk} (for
26923 nnfolder, named @var{groupname}).  If the nnml/nnfolder is moved to
26924 another machine, Gnus will automatically use the @file{.marks} or
26925 @file{.mrk} file instead of the information in @file{~/.newsrc.eld}.
26926 The new server variables @code{nnml-marks-is-evil} and
26927 @code{nnfolder-marks-is-evil} can be used to disable this feature.
26928
26929 @item
26930 The menu bar item (in Group and Summary buffer) named ``Misc'' has
26931 been renamed to ``Gnus''.
26932
26933 @item
26934 The menu bar item (in Message mode) named ``@acronym{MML}'' has been
26935 renamed to ``Attachments''.  Note that this menu also contains security
26936 related stuff, like signing and encryption (@pxref{Security, Security,,
26937 message, Message Manual}).
26938
26939 @item
26940 @code{gnus-group-charset-alist} and
26941 @code{gnus-group-ignored-charsets-alist}.
26942
26943 The regexps in these variables are compared with full group names
26944 instead of real group names in 5.8.  Users who customize these
26945 variables should change those regexps accordingly.  For example:
26946 @lisp
26947 ("^han\\>" euc-kr) -> ("\\(^\\|:\\)han\\>" euc-kr)
26948 @end lisp
26949
26950 @item
26951 Gnus supports @acronym{PGP} (RFC 1991/2440), @acronym{PGP/MIME} (RFC
26952 2015/3156) and @acronym{S/MIME} (RFC 2630-2633).
26953
26954 It needs an external @acronym{S/MIME} and OpenPGP implementation, but no
26955 additional Lisp libraries.  This add several menu items to the
26956 Attachments menu, and @kbd{C-c RET} key bindings, when composing
26957 messages.  This also obsoletes @code{gnus-article-hide-pgp-hook}.
26958
26959 @item
26960 Gnus inlines external parts (message/external).
26961
26962 @item
26963 @acronym{MML} (Mime compose) prefix changed from @kbd{M-m} to @kbd{C-c
26964 C-m}.
26965
26966 This change was made to avoid conflict with the standard binding of
26967 @code{back-to-indentation}, which is also useful in message mode.
26968
26969 @item
26970 The default for @code{message-forward-show-mml} changed to symbol @code{best}.
26971
26972 The behavior for the @code{best} value is to show @acronym{MML} (i.e.,
26973 convert to @acronym{MIME}) when appropriate.  @acronym{MML} will not be
26974 used when forwarding signed or encrypted messages, as the conversion
26975 invalidate the digital signature.
26976 @end itemize
26977
26978 @node No Gnus
26979 @subsubsection No Gnus
26980 @cindex No Gnus
26981
26982 New features in No Gnus:
26983 @c FIXME: Gnus 5.12?
26984
26985 @include gnus-news.texi
26986
26987 @iftex
26988
26989 @page
26990 @node The Manual
26991 @section The Manual
26992 @cindex colophon
26993 @cindex manual
26994
26995 This manual was generated from a TeXinfo file and then run through
26996 either @code{texi2dvi}
26997 @iflatex
26998 or my own home-brewed TeXinfo to \LaTeX\ transformer,
26999 and then run through @code{latex} and @code{dvips}
27000 @end iflatex
27001 to get what you hold in your hands now.
27002
27003 The following conventions have been used:
27004
27005 @enumerate
27006
27007 @item
27008 This is a @samp{string}
27009
27010 @item
27011 This is a @kbd{keystroke}
27012
27013 @item
27014 This is a @file{file}
27015
27016 @item
27017 This is a @code{symbol}
27018
27019 @end enumerate
27020
27021 So if I were to say ``set @code{flargnoze} to @samp{yes}'', that would
27022 mean:
27023
27024 @lisp
27025 (setq flargnoze "yes")
27026 @end lisp
27027
27028 If I say ``set @code{flumphel} to @code{yes}'', that would mean:
27029
27030 @lisp
27031 (setq flumphel 'yes)
27032 @end lisp
27033
27034 @samp{yes} and @code{yes} are two @emph{very} different things---don't
27035 ever get them confused.
27036
27037 @iflatex
27038 @c @head
27039 Of course, everything in this manual is of vital interest, so you should
27040 read it all.  Several times.  However, if you feel like skimming the
27041 manual, look for that gnu head you should see in the margin over
27042 there---it means that what's being discussed is of more importance than
27043 the rest of the stuff.  (On the other hand, if everything is infinitely
27044 important, how can anything be more important than that?  Just one more
27045 of the mysteries of this world, I guess.)
27046 @end iflatex
27047
27048 @end iftex
27049
27050
27051 @node On Writing Manuals
27052 @section On Writing Manuals
27053
27054 I guess most manuals are written after-the-fact; documenting a program
27055 that's already there.  This is not how this manual is written.  When
27056 implementing something, I write the manual entry for that something
27057 straight away.  I then see that it's difficult to explain the
27058 functionality, so I write how it's supposed to be, and then I change the
27059 implementation.  Writing the documentation and writing the code goes
27060 hand in hand.
27061
27062 This, of course, means that this manual has no, or little, flow.  It
27063 documents absolutely everything in Gnus, but often not where you're
27064 looking for it.  It is a reference manual, and not a guide to how to get
27065 started with Gnus.
27066
27067 That would be a totally different book, that should be written using the
27068 reference manual as source material.  It would look quite differently.
27069
27070
27071 @page
27072 @node Terminology
27073 @section Terminology
27074
27075 @cindex terminology
27076 @table @dfn
27077
27078 @item news
27079 @cindex news
27080 This is what you are supposed to use this thing for---reading news.
27081 News is generally fetched from a nearby @acronym{NNTP} server, and is
27082 generally publicly available to everybody.  If you post news, the entire
27083 world is likely to read just what you have written, and they'll all
27084 snigger mischievously.  Behind your back.
27085
27086 @item mail
27087 @cindex mail
27088 Everything that's delivered to you personally is mail.  Some news/mail
27089 readers (like Gnus) blur the distinction between mail and news, but
27090 there is a difference.  Mail is private.  News is public.  Mailing is
27091 not posting, and replying is not following up.
27092
27093 @item reply
27094 @cindex reply
27095 Send a mail to the person who has written what you are reading.
27096
27097 @item follow up
27098 @cindex follow up
27099 Post an article to the current newsgroup responding to the article you
27100 are reading.
27101
27102 @item back end
27103 @cindex back end
27104 Gnus considers mail and news to be mostly the same, really.  The only
27105 difference is how to access the actual articles.  News articles are
27106 commonly fetched via the protocol @acronym{NNTP}, whereas mail
27107 messages could be read from a file on the local disk.  The internal
27108 architecture of Gnus thus comprises a ``front end'' and a number of
27109 ``back ends''.  Internally, when you enter a group (by hitting
27110 @key{RET}, say), you thereby invoke a function in the front end in
27111 Gnus.  The front end then ``talks'' to a back end and says things like
27112 ``Give me the list of articles in the foo group'' or ``Show me article
27113 number 4711''.
27114
27115 So a back end mainly defines either a protocol (the @code{nntp} back
27116 end accesses news via @acronym{NNTP}, the @code{nnimap} back end
27117 accesses mail via @acronym{IMAP}) or a file format and directory
27118 layout (the @code{nnspool} back end accesses news via the common
27119 ``spool directory'' format, the @code{nnml} back end access mail via a
27120 file format and directory layout that's quite similar).
27121
27122 Gnus does not handle the underlying media, so to speak---this is all
27123 done by the back ends.  A back end is a collection of functions to
27124 access the articles.
27125
27126 However, sometimes the term ``back end'' is also used where ``server''
27127 would have been more appropriate.  And then there is the term ``select
27128 method'' which can mean either.  The Gnus terminology can be quite
27129 confusing.
27130
27131 @item native
27132 @cindex native
27133 Gnus will always use one method (and back end) as the @dfn{native}, or
27134 default, way of getting news.
27135
27136 @item foreign
27137 @cindex foreign
27138 You can also have any number of foreign groups active at the same time.
27139 These are groups that use non-native non-secondary back ends for getting
27140 news.
27141
27142 @item secondary
27143 @cindex secondary
27144 Secondary back ends are somewhere half-way between being native and being
27145 foreign, but they mostly act like they are native.
27146
27147 @item article
27148 @cindex article
27149 A message that has been posted as news.
27150
27151 @item mail message
27152 @cindex mail message
27153 A message that has been mailed.
27154
27155 @item message
27156 @cindex message
27157 A mail message or news article
27158
27159 @item head
27160 @cindex head
27161 The top part of a message, where administrative information (etc.) is
27162 put.
27163
27164 @item body
27165 @cindex body
27166 The rest of an article.  Everything not in the head is in the
27167 body.
27168
27169 @item header
27170 @cindex header
27171 A line from the head of an article.
27172
27173 @item headers
27174 @cindex headers
27175 A collection of such lines, or a collection of heads.  Or even a
27176 collection of @acronym{NOV} lines.
27177
27178 @item @acronym{NOV}
27179 @cindex @acronym{NOV}
27180 When Gnus enters a group, it asks the back end for the headers of all
27181 unread articles in the group.  Most servers support the News OverView
27182 format, which is more compact and much faster to read and parse than the
27183 normal @sc{head} format.
27184
27185 @item level
27186 @cindex levels
27187 Each group is subscribed at some @dfn{level} or other (1-9).  The ones
27188 that have a lower level are ``more'' subscribed than the groups with a
27189 higher level.  In fact, groups on levels 1-5 are considered
27190 @dfn{subscribed}; 6-7 are @dfn{unsubscribed}; 8 are @dfn{zombies}; and 9
27191 are @dfn{killed}.  Commands for listing groups and scanning for new
27192 articles will all use the numeric prefix as @dfn{working level}.
27193
27194 @item killed groups
27195 @cindex killed groups
27196 No information on killed groups is stored or updated, which makes killed
27197 groups much easier to handle than subscribed groups.
27198
27199 @item zombie groups
27200 @cindex zombie groups
27201 Just like killed groups, only slightly less dead.
27202
27203 @item active file
27204 @cindex active file
27205 The news server has to keep track of what articles it carries, and what
27206 groups exist.  All this information in stored in the active file, which
27207 is rather large, as you might surmise.
27208
27209 @item bogus groups
27210 @cindex bogus groups
27211 A group that exists in the @file{.newsrc} file, but isn't known to the
27212 server (i.e.,  it isn't in the active file), is a @emph{bogus group}.
27213 This means that the group probably doesn't exist (any more).
27214
27215 @item activating
27216 @cindex activating groups
27217 The act of asking the server for info on a group and computing the
27218 number of unread articles is called @dfn{activating the group}.
27219 Un-activated groups are listed with @samp{*} in the group buffer.
27220
27221 @item spool
27222 @cindex spool
27223 News servers store their articles locally in one fashion or other.
27224 One old-fashioned storage method is to have just one file per
27225 article.  That's called a ``traditional spool''.
27226
27227 @item server
27228 @cindex server
27229 A machine one can connect to and get news (or mail) from.
27230
27231 @item select method
27232 @cindex select method
27233 A structure that specifies the back end, the server and the virtual
27234 server settings.
27235
27236 @item virtual server
27237 @cindex virtual server
27238 A named select method.  Since a select method defines all there is to
27239 know about connecting to a (physical) server, taking the thing as a
27240 whole is a virtual server.
27241
27242 @item washing
27243 @cindex washing
27244 Taking a buffer and running it through a filter of some sort.  The
27245 result will (more often than not) be cleaner and more pleasing than the
27246 original.
27247
27248 @item ephemeral groups
27249 @cindex ephemeral groups
27250 @cindex temporary groups
27251 Most groups store data on what articles you have read.  @dfn{Ephemeral}
27252 groups are groups that will have no data stored---when you exit the
27253 group, it'll disappear into the aether.
27254
27255 @item solid groups
27256 @cindex solid groups
27257 This is the opposite of ephemeral groups.  All groups listed in the
27258 group buffer are solid groups.
27259
27260 @item sparse articles
27261 @cindex sparse articles
27262 These are article placeholders shown in the summary buffer when
27263 @code{gnus-build-sparse-threads} has been switched on.
27264
27265 @item threading
27266 @cindex threading
27267 To put responses to articles directly after the articles they respond
27268 to---in a hierarchical fashion.
27269
27270 @item root
27271 @cindex root
27272 @cindex thread root
27273 The first article in a thread is the root.  It is the ancestor of all
27274 articles in the thread.
27275
27276 @item parent
27277 @cindex parent
27278 An article that has responses.
27279
27280 @item child
27281 @cindex child
27282 An article that responds to a different article---its parent.
27283
27284 @item digest
27285 @cindex digest
27286 A collection of messages in one file.  The most common digest format is
27287 specified by RFC 1153.
27288
27289 @item splitting
27290 @cindex splitting, terminolgy
27291 @cindex mail sorting
27292 @cindex mail filtering (splitting)
27293 The action of sorting your emails according to certain rules. Sometimes
27294 incorrectly called mail filtering.
27295
27296 @end table
27297
27298
27299 @page
27300 @node Customization
27301 @section Customization
27302 @cindex general customization
27303
27304 All variables are properly documented elsewhere in this manual.  This
27305 section is designed to give general pointers on how to customize Gnus
27306 for some quite common situations.
27307
27308 @menu
27309 * Slow/Expensive Connection::   You run a local Emacs and get the news elsewhere.
27310 * Slow Terminal Connection::    You run a remote Emacs.
27311 * Little Disk Space::           You feel that having large setup files is icky.
27312 * Slow Machine::                You feel like buying a faster machine.
27313 @end menu
27314
27315
27316 @node Slow/Expensive Connection
27317 @subsection Slow/Expensive NNTP Connection
27318
27319 If you run Emacs on a machine locally, and get your news from a machine
27320 over some very thin strings, you want to cut down on the amount of data
27321 Gnus has to get from the @acronym{NNTP} server.
27322
27323 @table @code
27324
27325 @item gnus-read-active-file
27326 Set this to @code{nil}, which will inhibit Gnus from requesting the
27327 entire active file from the server.  This file is often very large.  You
27328 also have to set @code{gnus-check-new-newsgroups} and
27329 @code{gnus-check-bogus-newsgroups} to @code{nil} to make sure that Gnus
27330 doesn't suddenly decide to fetch the active file anyway.
27331
27332 @item gnus-nov-is-evil
27333 This one has to be @code{nil}.  If not, grabbing article headers from
27334 the @acronym{NNTP} server will not be very fast.  Not all @acronym{NNTP} servers
27335 support @sc{xover}; Gnus will detect this by itself.
27336 @end table
27337
27338
27339 @node Slow Terminal Connection
27340 @subsection Slow Terminal Connection
27341
27342 Let's say you use your home computer for dialing up the system that runs
27343 Emacs and Gnus.  If your modem is slow, you want to reduce (as much as
27344 possible) the amount of data sent over the wires.
27345
27346 @table @code
27347
27348 @item gnus-auto-center-summary
27349 Set this to @code{nil} to inhibit Gnus from re-centering the summary
27350 buffer all the time.  If it is @code{vertical}, do only vertical
27351 re-centering.  If it is neither @code{nil} nor @code{vertical}, do both
27352 horizontal and vertical recentering.
27353
27354 @item gnus-visible-headers
27355 Cut down on the headers included in the articles to the
27356 minimum.  You can, in fact, make do without them altogether---most of the
27357 useful data is in the summary buffer, anyway.  Set this variable to
27358 @samp{^NEVVVVER} or @samp{From:}, or whatever you feel you need.
27359
27360 Set this hook to all the available hiding commands:
27361 @lisp
27362 (setq gnus-treat-hide-headers 'head
27363       gnus-treat-hide-signature t
27364       gnus-treat-hide-citation t)
27365 @end lisp
27366
27367 @item gnus-use-full-window
27368 By setting this to @code{nil}, you can make all the windows smaller.
27369 While this doesn't really cut down much generally, it means that you
27370 have to see smaller portions of articles before deciding that you didn't
27371 want to read them anyway.
27372
27373 @item gnus-thread-hide-subtree
27374 If this is non-@code{nil}, all threads in the summary buffer will be
27375 hidden initially.
27376
27377
27378 @item gnus-updated-mode-lines
27379 If this is @code{nil}, Gnus will not put information in the buffer mode
27380 lines, which might save some time.
27381 @end table
27382
27383
27384 @node Little Disk Space
27385 @subsection Little Disk Space
27386 @cindex disk space
27387
27388 The startup files can get rather large, so you may want to cut their
27389 sizes a bit if you are running out of space.
27390
27391 @table @code
27392
27393 @item gnus-save-newsrc-file
27394 If this is @code{nil}, Gnus will never save @file{.newsrc}---it will
27395 only save @file{.newsrc.eld}.  This means that you will not be able to
27396 use any other newsreaders than Gnus.  This variable is @code{t} by
27397 default.
27398
27399 @item gnus-read-newsrc-file
27400 If this is @code{nil}, Gnus will never read @file{.newsrc}---it will
27401 only read @file{.newsrc.eld}.  This means that you will not be able to
27402 use any other newsreaders than Gnus.  This variable is @code{t} by
27403 default.
27404
27405 @item gnus-save-killed-list
27406 If this is @code{nil}, Gnus will not save the list of dead groups.  You
27407 should also set @code{gnus-check-new-newsgroups} to @code{ask-server}
27408 and @code{gnus-check-bogus-newsgroups} to @code{nil} if you set this
27409 variable to @code{nil}.  This variable is @code{t} by default.
27410
27411 @end table
27412
27413
27414 @node Slow Machine
27415 @subsection Slow Machine
27416 @cindex slow machine
27417
27418 If you have a slow machine, or are just really impatient, there are a
27419 few things you can do to make Gnus run faster.
27420
27421 Set @code{gnus-check-new-newsgroups} and
27422 @code{gnus-check-bogus-newsgroups} to @code{nil} to make startup faster.
27423
27424 Set @code{gnus-show-threads}, @code{gnus-use-cross-reference} and
27425 @code{gnus-nov-is-evil} to @code{nil} to make entering and exiting the
27426 summary buffer faster.
27427
27428
27429 @page
27430 @node Troubleshooting
27431 @section Troubleshooting
27432 @cindex troubleshooting
27433
27434 Gnus works @emph{so} well straight out of the box---I can't imagine any
27435 problems, really.
27436
27437 Ahem.
27438
27439 @enumerate
27440
27441 @item
27442 Make sure your computer is switched on.
27443
27444 @item
27445 Make sure that you really load the current Gnus version.  If you have
27446 been running @sc{gnus}, you need to exit Emacs and start it up again before
27447 Gnus will work.
27448
27449 @item
27450 Try doing an @kbd{M-x gnus-version}.  If you get something that looks
27451 like @samp{Gnus v5.10.6} you have the right files loaded.  Otherwise
27452 you have some old @file{.el} files lying around.  Delete these.
27453
27454 @item
27455 Read the help group (@kbd{G h} in the group buffer) for a
27456 @acronym{FAQ} and a how-to.
27457
27458 @item
27459 @vindex max-lisp-eval-depth
27460 Gnus works on many recursive structures, and in some extreme (and very
27461 rare) cases Gnus may recurse down ``too deeply'' and Emacs will beep at
27462 you.  If this happens to you, set @code{max-lisp-eval-depth} to 500 or
27463 something like that.
27464 @end enumerate
27465
27466 If all else fails, report the problem as a bug.
27467
27468 @cindex bugs
27469 @cindex reporting bugs
27470
27471 @kindex M-x gnus-bug
27472 @findex gnus-bug
27473 If you find a bug in Gnus, you can report it with the @kbd{M-x gnus-bug}
27474 command.  @kbd{M-x set-variable RET debug-on-error RET t RET}, and send
27475 me the backtrace.  I will fix bugs, but I can only fix them if you send
27476 me a precise description as to how to reproduce the bug.
27477
27478 You really can never be too detailed in a bug report.  Always use the
27479 @kbd{M-x gnus-bug} command when you make bug reports, even if it creates
27480 a 10Kb mail each time you use it, and even if you have sent me your
27481 environment 500 times before.  I don't care.  I want the full info each
27482 time.
27483
27484 It is also important to remember that I have no memory whatsoever.  If
27485 you send a bug report, and I send you a reply, and then you just send
27486 back ``No, it's not! Moron!'', I will have no idea what you are
27487 insulting me about.  Always over-explain everything.  It's much easier
27488 for all of us---if I don't have all the information I need, I will just
27489 mail you and ask for more info, and everything takes more time.
27490
27491 If the problem you're seeing is very visual, and you can't quite explain
27492 it, copy the Emacs window to a file (with @code{xwd}, for instance), put
27493 it somewhere it can be reached, and include the URL of the picture in
27494 the bug report.
27495
27496 @cindex patches
27497 If you would like to contribute a patch to fix bugs or make
27498 improvements, please produce the patch using @samp{diff -u}.
27499
27500 @cindex edebug
27501 If you want to debug your problem further before reporting, possibly
27502 in order to solve the problem yourself and send a patch, you can use
27503 edebug.  Debugging Lisp code is documented in the Elisp manual
27504 (@pxref{Debugging, , Debugging Lisp Programs, elisp, The GNU Emacs
27505 Lisp Reference Manual}).  To get you started with edebug, consider if
27506 you discover some weird behavior when pressing @kbd{c}, the first
27507 step is to do @kbd{C-h k c} and click on the hyperlink (Emacs only) in
27508 the documentation buffer that leads you to the function definition,
27509 then press @kbd{M-x edebug-defun RET} with point inside that function,
27510 return to Gnus and press @kbd{c} to invoke the code.  You will be
27511 placed in the lisp buffer and can single step using @kbd{SPC} and
27512 evaluate expressions using @kbd{M-:} or inspect variables using
27513 @kbd{C-h v}, abort execution with @kbd{q}, and resume execution with
27514 @kbd{c} or @kbd{g}.
27515
27516 @cindex elp
27517 @cindex profile
27518 @cindex slow
27519 Sometimes, a problem do not directly generate an elisp error but
27520 manifests itself by causing Gnus to be very slow.  In these cases, you
27521 can use @kbd{M-x toggle-debug-on-quit} and press @kbd{C-g} when things are
27522 slow, and then try to analyze the backtrace (repeating the procedure
27523 helps isolating the real problem areas).
27524
27525 A fancier approach is to use the elisp profiler, ELP.  The profiler is
27526 (or should be) fully documented elsewhere, but to get you started
27527 there are a few steps that need to be followed.  First, instrument the
27528 part of Gnus you are interested in for profiling, e.g. @kbd{M-x
27529 elp-instrument-package RET gnus} or @kbd{M-x elp-instrument-package
27530 RET message}.  Then perform the operation that is slow and press
27531 @kbd{M-x elp-results}.  You will then see which operations that takes
27532 time, and can debug them further.  If the entire operation takes much
27533 longer than the time spent in the slowest function in the profiler
27534 output, you probably profiled the wrong part of Gnus.  To reset
27535 profiling statistics, use @kbd{M-x elp-reset-all}.  @kbd{M-x
27536 elp-restore-all} is supposed to remove profiling, but given the
27537 complexities and dynamic code generation in Gnus, it might not always
27538 work perfectly.
27539
27540 @cindex gnu.emacs.gnus
27541 @cindex ding mailing list
27542 If you just need help, you are better off asking on
27543 @samp{gnu.emacs.gnus}.  I'm not very helpful.  You can also ask on
27544 @email{ding@@gnus.org, the ding mailing list}.  Write to
27545 @email{ding-request@@gnus.org} to subscribe.
27546
27547
27548 @page
27549 @node Gnus Reference Guide
27550 @section Gnus Reference Guide
27551
27552 It is my hope that other people will figure out smart stuff that Gnus
27553 can do, and that other people will write those smart things as well.  To
27554 facilitate that I thought it would be a good idea to describe the inner
27555 workings of Gnus.  And some of the not-so-inner workings, while I'm at
27556 it.
27557
27558 You can never expect the internals of a program not to change, but I
27559 will be defining (in some details) the interface between Gnus and its
27560 back ends (this is written in stone), the format of the score files
27561 (ditto), data structures (some are less likely to change than others)
27562 and general methods of operation.
27563
27564 @menu
27565 * Gnus Utility Functions::      Common functions and variable to use.
27566 * Back End Interface::          How Gnus communicates with the servers.
27567 * Score File Syntax::           A BNF definition of the score file standard.
27568 * Headers::                     How Gnus stores headers internally.
27569 * Ranges::                      A handy format for storing mucho numbers.
27570 * Group Info::                  The group info format.
27571 * Extended Interactive::        Symbolic prefixes and stuff.
27572 * Emacs/XEmacs Code::           Gnus can be run under all modern Emacsen.
27573 * Various File Formats::        Formats of files that Gnus use.
27574 @end menu
27575
27576
27577 @node Gnus Utility Functions
27578 @subsection Gnus Utility Functions
27579 @cindex Gnus utility functions
27580 @cindex utility functions
27581 @cindex functions
27582 @cindex internal variables
27583
27584 When writing small functions to be run from hooks (and stuff), it's
27585 vital to have access to the Gnus internal functions and variables.
27586 Below is a list of the most common ones.
27587
27588 @table @code
27589
27590 @item gnus-newsgroup-name
27591 @vindex gnus-newsgroup-name
27592 This variable holds the name of the current newsgroup.
27593
27594 @item gnus-find-method-for-group
27595 @findex gnus-find-method-for-group
27596 A function that returns the select method for @var{group}.
27597
27598 @item gnus-group-real-name
27599 @findex gnus-group-real-name
27600 Takes a full (prefixed) Gnus group name, and returns the unprefixed
27601 name.
27602
27603 @item gnus-group-prefixed-name
27604 @findex gnus-group-prefixed-name
27605 Takes an unprefixed group name and a select method, and returns the full
27606 (prefixed) Gnus group name.
27607
27608 @item gnus-get-info
27609 @findex gnus-get-info
27610 Returns the group info list for @var{group}.
27611
27612 @item gnus-group-unread
27613 @findex gnus-group-unread
27614 The number of unread articles in @var{group}, or @code{t} if that is
27615 unknown.
27616
27617 @item gnus-active
27618 @findex gnus-active
27619 The active entry for @var{group}.
27620
27621 @item gnus-set-active
27622 @findex gnus-set-active
27623 Set the active entry for @var{group}.
27624
27625 @item gnus-add-current-to-buffer-list
27626 @findex gnus-add-current-to-buffer-list
27627 Adds the current buffer to the list of buffers to be killed on Gnus
27628 exit.
27629
27630 @item gnus-continuum-version
27631 @findex gnus-continuum-version
27632 Takes a Gnus version string as a parameter and returns a floating point
27633 number.  Earlier versions will always get a lower number than later
27634 versions.
27635
27636 @item gnus-group-read-only-p
27637 @findex gnus-group-read-only-p
27638 Says whether @var{group} is read-only or not.
27639
27640 @item gnus-news-group-p
27641 @findex gnus-news-group-p
27642 Says whether @var{group} came from a news back end.
27643
27644 @item gnus-ephemeral-group-p
27645 @findex gnus-ephemeral-group-p
27646 Says whether @var{group} is ephemeral or not.
27647
27648 @item gnus-server-to-method
27649 @findex gnus-server-to-method
27650 Returns the select method corresponding to @var{server}.
27651
27652 @item gnus-server-equal
27653 @findex gnus-server-equal
27654 Says whether two virtual servers are equal.
27655
27656 @item gnus-group-native-p
27657 @findex gnus-group-native-p
27658 Says whether @var{group} is native or not.
27659
27660 @item gnus-group-secondary-p
27661 @findex gnus-group-secondary-p
27662 Says whether @var{group} is secondary or not.
27663
27664 @item gnus-group-foreign-p
27665 @findex gnus-group-foreign-p
27666 Says whether @var{group} is foreign or not.
27667
27668 @item gnus-group-find-parameter
27669 @findex gnus-group-find-parameter
27670 Returns the parameter list of @var{group}.  If given a second parameter,
27671 returns the value of that parameter for @var{group}.
27672
27673 @item gnus-group-set-parameter
27674 @findex gnus-group-set-parameter
27675 Takes three parameters; @var{group}, @var{parameter} and @var{value}.
27676
27677 @item gnus-narrow-to-body
27678 @findex gnus-narrow-to-body
27679 Narrows the current buffer to the body of the article.
27680
27681 @item gnus-check-backend-function
27682 @findex gnus-check-backend-function
27683 Takes two parameters, @var{function} and @var{group}.  If the back end
27684 @var{group} comes from supports @var{function}, return non-@code{nil}.
27685
27686 @lisp
27687 (gnus-check-backend-function "request-scan" "nnml:misc")
27688 @result{} t
27689 @end lisp
27690
27691 @item gnus-read-method
27692 @findex gnus-read-method
27693 Prompts the user for a select method.
27694
27695 @end table
27696
27697
27698 @node Back End Interface
27699 @subsection Back End Interface
27700
27701 Gnus doesn't know anything about @acronym{NNTP}, spools, mail or virtual
27702 groups.  It only knows how to talk to @dfn{virtual servers}.  A virtual
27703 server is a @dfn{back end} and some @dfn{back end variables}.  As examples
27704 of the first, we have @code{nntp}, @code{nnspool} and @code{nnmbox}.  As
27705 examples of the latter we have @code{nntp-port-number} and
27706 @code{nnmbox-directory}.
27707
27708 When Gnus asks for information from a back end---say @code{nntp}---on
27709 something, it will normally include a virtual server name in the
27710 function parameters.  (If not, the back end should use the ``current''
27711 virtual server.)  For instance, @code{nntp-request-list} takes a virtual
27712 server as its only (optional) parameter.  If this virtual server hasn't
27713 been opened, the function should fail.
27714
27715 Note that a virtual server name has no relation to some physical server
27716 name.  Take this example:
27717
27718 @lisp
27719 (nntp "odd-one"
27720       (nntp-address "ifi.uio.no")
27721       (nntp-port-number 4324))
27722 @end lisp
27723
27724 Here the virtual server name is @samp{odd-one} while the name of
27725 the physical server is @samp{ifi.uio.no}.
27726
27727 The back ends should be able to switch between several virtual servers.
27728 The standard back ends implement this by keeping an alist of virtual
27729 server environments that they pull down/push up when needed.
27730
27731 There are two groups of interface functions: @dfn{required functions},
27732 which must be present, and @dfn{optional functions}, which Gnus will
27733 always check for presence before attempting to call 'em.
27734
27735 All these functions are expected to return data in the buffer
27736 @code{nntp-server-buffer} (@samp{ *nntpd*}), which is somewhat
27737 unfortunately named, but we'll have to live with it.  When I talk about
27738 @dfn{resulting data}, I always refer to the data in that buffer.  When I
27739 talk about @dfn{return value}, I talk about the function value returned by
27740 the function call.  Functions that fail should return @code{nil} as the
27741 return value.
27742
27743 Some back ends could be said to be @dfn{server-forming} back ends, and
27744 some might be said not to be.  The latter are back ends that generally
27745 only operate on one group at a time, and have no concept of ``server''
27746 ---they have a group, and they deliver info on that group and nothing
27747 more.
27748
27749 Gnus identifies each message by way of group name and article number.  A
27750 few remarks about these article numbers might be useful.  First of all,
27751 the numbers are positive integers.  Secondly, it is normally not
27752 possible for later articles to ``re-use'' older article numbers without
27753 confusing Gnus.  That is, if a group has ever contained a message
27754 numbered 42, then no other message may get that number, or Gnus will get
27755 mightily confused.@footnote{See the function
27756 @code{nnchoke-request-update-info}, @ref{Optional Back End Functions}.}
27757 Third, article numbers must be assigned in order of arrival in the
27758 group; this is not necessarily the same as the date of the message.
27759
27760 The previous paragraph already mentions all the ``hard'' restrictions that
27761 article numbers must fulfill.  But it seems that it might be useful to
27762 assign @emph{consecutive} article numbers, for Gnus gets quite confused
27763 if there are holes in the article numbering sequence.  However, due to
27764 the ``no-reuse'' restriction, holes cannot be avoided altogether.  It's
27765 also useful for the article numbers to start at 1 to avoid running out
27766 of numbers as long as possible.
27767
27768 Note that by convention, back ends are named @code{nnsomething}, but
27769 Gnus also comes with some @code{nnnotbackends}, such as
27770 @file{nnheader.el}, @file{nnmail.el} and @file{nnoo.el}.
27771
27772 In the examples and definitions I will refer to the imaginary back end
27773 @code{nnchoke}.
27774
27775 @cindex @code{nnchoke}
27776
27777 @menu
27778 * Required Back End Functions::  Functions that must be implemented.
27779 * Optional Back End Functions::  Functions that need not be implemented.
27780 * Error Messaging::             How to get messages and report errors.
27781 * Writing New Back Ends::       Extending old back ends.
27782 * Hooking New Back Ends Into Gnus::  What has to be done on the Gnus end.
27783 * Mail-like Back Ends::         Some tips on mail back ends.
27784 @end menu
27785
27786
27787 @node Required Back End Functions
27788 @subsubsection Required Back End Functions
27789
27790 @table @code
27791
27792 @item (nnchoke-retrieve-headers ARTICLES &optional GROUP SERVER FETCH-OLD)
27793
27794 @var{articles} is either a range of article numbers or a list of
27795 @code{Message-ID}s.  Current back ends do not fully support either---only
27796 sequences (lists) of article numbers, and most back ends do not support
27797 retrieval of @code{Message-ID}s.  But they should try for both.
27798
27799 The result data should either be HEADs or @acronym{NOV} lines, and the result
27800 value should either be @code{headers} or @code{nov} to reflect this.
27801 This might later be expanded to @code{various}, which will be a mixture
27802 of HEADs and @acronym{NOV} lines, but this is currently not supported by Gnus.
27803
27804 If @var{fetch-old} is non-@code{nil} it says to try fetching ``extra
27805 headers'', in some meaning of the word.  This is generally done by
27806 fetching (at most) @var{fetch-old} extra headers less than the smallest
27807 article number in @code{articles}, and filling the gaps as well.  The
27808 presence of this parameter can be ignored if the back end finds it
27809 cumbersome to follow the request.  If this is non-@code{nil} and not a
27810 number, do maximum fetches.
27811
27812 Here's an example HEAD:
27813
27814 @example
27815 221 1056 Article retrieved.
27816 Path: ifi.uio.no!sturles
27817 From: sturles@@ifi.uio.no (Sturle Sunde)
27818 Newsgroups: ifi.discussion
27819 Subject: Re: Something very droll
27820 Date: 27 Oct 1994 14:02:57 +0100
27821 Organization: Dept. of Informatics, University of Oslo, Norway
27822 Lines: 26
27823 Message-ID: <38o8e1$a0o@@holmenkollen.ifi.uio.no>
27824 References: <38jdmq$4qu@@visbur.ifi.uio.no>
27825 NNTP-Posting-Host: holmenkollen.ifi.uio.no
27826 .
27827 @end example
27828
27829 So a @code{headers} return value would imply that there's a number of
27830 these in the data buffer.
27831
27832 Here's a BNF definition of such a buffer:
27833
27834 @example
27835 headers        = *head
27836 head           = error / valid-head
27837 error-message  = [ "4" / "5" ] 2number " " <error message> eol
27838 valid-head     = valid-message *header "." eol
27839 valid-message  = "221 " <number> " Article retrieved." eol
27840 header         = <text> eol
27841 @end example
27842
27843 @cindex BNF
27844 (The version of BNF used here is the one used in RFC822.)
27845
27846 If the return value is @code{nov}, the data buffer should contain
27847 @dfn{network overview database} lines.  These are basically fields
27848 separated by tabs.
27849
27850 @example
27851 nov-buffer = *nov-line
27852 nov-line   = field 7*8[ <TAB> field ] eol
27853 field      = <text except TAB>
27854 @end example
27855
27856 For a closer look at what should be in those fields,
27857 @pxref{Headers}.
27858
27859
27860 @item (nnchoke-open-server SERVER &optional DEFINITIONS)
27861
27862 @var{server} is here the virtual server name.  @var{definitions} is a
27863 list of @code{(VARIABLE VALUE)} pairs that define this virtual server.
27864
27865 If the server can't be opened, no error should be signaled.  The back end
27866 may then choose to refuse further attempts at connecting to this
27867 server.  In fact, it should do so.
27868
27869 If the server is opened already, this function should return a
27870 non-@code{nil} value.  There should be no data returned.
27871
27872
27873 @item (nnchoke-close-server &optional SERVER)
27874
27875 Close connection to @var{server} and free all resources connected
27876 to it.  Return @code{nil} if the server couldn't be closed for some
27877 reason.
27878
27879 There should be no data returned.
27880
27881
27882 @item (nnchoke-request-close)
27883
27884 Close connection to all servers and free all resources that the back end
27885 have reserved.  All buffers that have been created by that back end
27886 should be killed.  (Not the @code{nntp-server-buffer}, though.)  This
27887 function is generally only called when Gnus is shutting down.
27888
27889 There should be no data returned.
27890
27891
27892 @item (nnchoke-server-opened &optional SERVER)
27893
27894 If @var{server} is the current virtual server, and the connection to the
27895 physical server is alive, then this function should return a
27896 non-@code{nil} value.  This function should under no circumstances
27897 attempt to reconnect to a server we have lost connection to.
27898
27899 There should be no data returned.
27900
27901
27902 @item (nnchoke-status-message &optional SERVER)
27903
27904 This function should return the last error message from @var{server}.
27905
27906 There should be no data returned.
27907
27908
27909 @item (nnchoke-request-article ARTICLE &optional GROUP SERVER TO-BUFFER)
27910
27911 The result data from this function should be the article specified by
27912 @var{article}.  This might either be a @code{Message-ID} or a number.
27913 It is optional whether to implement retrieval by @code{Message-ID}, but
27914 it would be nice if that were possible.
27915
27916 If @var{to-buffer} is non-@code{nil}, the result data should be returned
27917 in this buffer instead of the normal data buffer.  This is to make it
27918 possible to avoid copying large amounts of data from one buffer to
27919 another, while Gnus mainly requests articles to be inserted directly
27920 into its article buffer.
27921
27922 If it is at all possible, this function should return a cons cell where
27923 the @code{car} is the group name the article was fetched from, and the @code{cdr} is
27924 the article number.  This will enable Gnus to find out what the real
27925 group and article numbers are when fetching articles by
27926 @code{Message-ID}.  If this isn't possible, @code{t} should be returned
27927 on successful article retrieval.
27928
27929
27930 @item (nnchoke-request-group GROUP &optional SERVER FAST)
27931
27932 Get data on @var{group}.  This function also has the side effect of
27933 making @var{group} the current group.
27934
27935 If @var{fast}, don't bother to return useful data, just make @var{group}
27936 the current group.
27937
27938 Here's an example of some result data and a definition of the same:
27939
27940 @example
27941 211 56 1000 1059 ifi.discussion
27942 @end example
27943
27944 The first number is the status, which should be 211.  Next is the
27945 total number of articles in the group, the lowest article number, the
27946 highest article number, and finally the group name.  Note that the total
27947 number of articles may be less than one might think while just
27948 considering the highest and lowest article numbers, but some articles
27949 may have been canceled.  Gnus just discards the total-number, so
27950 whether one should take the bother to generate it properly (if that is a
27951 problem) is left as an exercise to the reader.  If the group contains no
27952 articles, the lowest article number should be reported as 1 and the
27953 highest as 0.
27954
27955 @example
27956 group-status = [ error / info ] eol
27957 error        = [ "4" / "5" ] 2<number> " " <Error message>
27958 info         = "211 " 3* [ <number> " " ] <string>
27959 @end example
27960
27961
27962 @item (nnchoke-close-group GROUP &optional SERVER)
27963
27964 Close @var{group} and free any resources connected to it.  This will be
27965 a no-op on most back ends.
27966
27967 There should be no data returned.
27968
27969
27970 @item (nnchoke-request-list &optional SERVER)
27971
27972 Return a list of all groups available on @var{server}.  And that means
27973 @emph{all}.
27974
27975 Here's an example from a server that only carries two groups:
27976
27977 @example
27978 ifi.test 0000002200 0000002000 y
27979 ifi.discussion 3324 3300 n
27980 @end example
27981
27982 On each line we have a group name, then the highest article number in
27983 that group, the lowest article number, and finally a flag.  If the group
27984 contains no articles, the lowest article number should be reported as 1
27985 and the highest as 0.
27986
27987 @example
27988 active-file = *active-line
27989 active-line = name " " <number> " " <number> " " flags eol
27990 name        = <string>
27991 flags       = "n" / "y" / "m" / "x" / "j" / "=" name
27992 @end example
27993
27994 The flag says whether the group is read-only (@samp{n}), is moderated
27995 (@samp{m}), is dead (@samp{x}), is aliased to some other group
27996 (@samp{=other-group}) or none of the above (@samp{y}).
27997
27998
27999 @item (nnchoke-request-post &optional SERVER)
28000
28001 This function should post the current buffer.  It might return whether
28002 the posting was successful or not, but that's not required.  If, for
28003 instance, the posting is done asynchronously, it has generally not been
28004 completed by the time this function concludes.  In that case, this
28005 function should set up some kind of sentinel to beep the user loud and
28006 clear if the posting could not be completed.
28007
28008 There should be no result data from this function.
28009
28010 @end table
28011
28012
28013 @node Optional Back End Functions
28014 @subsubsection Optional Back End Functions
28015
28016 @table @code
28017
28018 @item (nnchoke-retrieve-groups GROUPS &optional SERVER)
28019
28020 @var{groups} is a list of groups, and this function should request data
28021 on all those groups.  How it does it is of no concern to Gnus, but it
28022 should attempt to do this in a speedy fashion.
28023
28024 The return value of this function can be either @code{active} or
28025 @code{group}, which says what the format of the result data is.  The
28026 former is in the same format as the data from
28027 @code{nnchoke-request-list}, while the latter is a buffer full of lines
28028 in the same format as @code{nnchoke-request-group} gives.
28029
28030 @example
28031 group-buffer = *active-line / *group-status
28032 @end example
28033
28034
28035 @item (nnchoke-request-update-info GROUP INFO &optional SERVER)
28036
28037 A Gnus group info (@pxref{Group Info}) is handed to the back end for
28038 alterations.  This comes in handy if the back end really carries all
28039 the information (as is the case with virtual and imap groups).  This
28040 function should destructively alter the info to suit its needs, and
28041 should return a non-@code{nil} value (exceptionally,
28042 @code{nntp-request-update-info} always returns @code{nil} not to waste
28043 the network resources).
28044
28045 There should be no result data from this function.
28046
28047
28048 @item (nnchoke-request-type GROUP &optional ARTICLE)
28049
28050 When the user issues commands for ``sending news'' (@kbd{F} in the
28051 summary buffer, for instance), Gnus has to know whether the article the
28052 user is following up on is news or mail.  This function should return
28053 @code{news} if @var{article} in @var{group} is news, @code{mail} if it
28054 is mail and @code{unknown} if the type can't be decided.  (The
28055 @var{article} parameter is necessary in @code{nnvirtual} groups which
28056 might very well combine mail groups and news groups.)  Both @var{group}
28057 and @var{article} may be @code{nil}.
28058
28059 There should be no result data from this function.
28060
28061
28062 @item (nnchoke-request-set-mark GROUP ACTION &optional SERVER)
28063
28064 Set/remove/add marks on articles.  Normally Gnus handles the article
28065 marks (such as read, ticked, expired etc) internally, and store them in
28066 @file{~/.newsrc.eld}.  Some back ends (such as @acronym{IMAP}) however carry
28067 all information about the articles on the server, so Gnus need to
28068 propagate the mark information to the server.
28069
28070 @var{action} is a list of mark setting requests, having this format:
28071
28072 @example
28073 (RANGE ACTION MARK)
28074 @end example
28075
28076 @var{range} is a range of articles you wish to update marks on.
28077 @var{action} is @code{add} or @code{del}, used to add marks or remove
28078 marks (preserving all marks not mentioned).  @var{mark} is a list of
28079 marks; where each mark is a symbol.  Currently used marks are
28080 @code{read}, @code{tick}, @code{reply}, @code{expire}, @code{killed},
28081 @code{dormant}, @code{save}, @code{download}, @code{unsend},
28082 @code{forward} and @code{recent}, but your back end should, if
28083 possible, not limit itself to these.
28084
28085 Given contradictory actions, the last action in the list should be the
28086 effective one.  That is, if your action contains a request to add the
28087 @code{tick} mark on article 1 and, later in the list, a request to
28088 remove the mark on the same article, the mark should in fact be removed.
28089
28090 An example action list:
28091
28092 @example
28093 (((5 12 30) 'del '(tick))
28094  ((10 . 90) 'add '(read expire))
28095  ((92 94) 'del '(read)))
28096 @end example
28097
28098 The function should return a range of articles it wasn't able to set the
28099 mark on (currently not used for anything).
28100
28101 There should be no result data from this function.
28102
28103 @item (nnchoke-request-update-mark GROUP ARTICLE MARK)
28104
28105 If the user tries to set a mark that the back end doesn't like, this
28106 function may change the mark.  Gnus will use whatever this function
28107 returns as the mark for @var{article} instead of the original
28108 @var{mark}.  If the back end doesn't care, it must return the original
28109 @var{mark}, and not @code{nil} or any other type of garbage.
28110
28111 The only use for this I can see is what @code{nnvirtual} does with
28112 it---if a component group is auto-expirable, marking an article as read
28113 in the virtual group should result in the article being marked as
28114 expirable.
28115
28116 There should be no result data from this function.
28117
28118
28119 @item (nnchoke-request-scan &optional GROUP SERVER)
28120
28121 This function may be called at any time (by Gnus or anything else) to
28122 request that the back end check for incoming articles, in one way or
28123 another.  A mail back end will typically read the spool file or query
28124 the @acronym{POP} server when this function is invoked.  The
28125 @var{group} doesn't have to be heeded---if the back end decides that
28126 it is too much work just scanning for a single group, it may do a
28127 total scan of all groups.  It would be nice, however, to keep things
28128 local if that's practical.
28129
28130 There should be no result data from this function.
28131
28132
28133 @item (nnchoke-request-group-description GROUP &optional SERVER)
28134
28135 The result data from this function should be a description of
28136 @var{group}.
28137
28138 @example
28139 description-line = name <TAB> description eol
28140 name             = <string>
28141 description      = <text>
28142 @end example
28143
28144 @item (nnchoke-request-list-newsgroups &optional SERVER)
28145
28146 The result data from this function should be the description of all
28147 groups available on the server.
28148
28149 @example
28150 description-buffer = *description-line
28151 @end example
28152
28153
28154 @item (nnchoke-request-newgroups DATE &optional SERVER)
28155
28156 The result data from this function should be all groups that were
28157 created after @samp{date}, which is in normal human-readable date format
28158 (i.e., the date format used in mail and news headers, and returned by
28159 the function @code{message-make-date} by default).  The data should be
28160 in the active buffer format.
28161
28162 It is okay for this function to return ``too many'' groups; some back ends
28163 might find it cheaper to return the full list of groups, rather than
28164 just the new groups.  But don't do this for back ends with many groups.
28165 Normally, if the user creates the groups herself, there won't be too
28166 many groups, so @code{nnml} and the like are probably safe.  But for
28167 back ends like @code{nntp}, where the groups have been created by the
28168 server, it is quite likely that there can be many groups.
28169
28170
28171 @item (nnchoke-request-create-group GROUP &optional SERVER)
28172
28173 This function should create an empty group with name @var{group}.
28174
28175 There should be no return data.
28176
28177
28178 @item (nnchoke-request-expire-articles ARTICLES &optional GROUP SERVER FORCE)
28179
28180 This function should run the expiry process on all articles in the
28181 @var{articles} range (which is currently a simple list of article
28182 numbers.)  It is left up to the back end to decide how old articles
28183 should be before they are removed by this function.  If @var{force} is
28184 non-@code{nil}, all @var{articles} should be deleted, no matter how new
28185 they are.
28186
28187 This function should return a list of articles that it did not/was not
28188 able to delete.
28189
28190 There should be no result data returned.
28191
28192
28193 @item (nnchoke-request-move-article ARTICLE GROUP SERVER ACCEPT-FORM &optional LAST)
28194
28195 This function should move @var{article} (which is a number) from
28196 @var{group} by calling @var{accept-form}.
28197
28198 This function should ready the article in question for moving by
28199 removing any header lines it has added to the article, and generally
28200 should ``tidy up'' the article.  Then it should @code{eval}
28201 @var{accept-form} in the buffer where the ``tidy'' article is.  This
28202 will do the actual copying.  If this @code{eval} returns a
28203 non-@code{nil} value, the article should be removed.
28204
28205 If @var{last} is @code{nil}, that means that there is a high likelihood
28206 that there will be more requests issued shortly, so that allows some
28207 optimizations.
28208
28209 The function should return a cons where the @code{car} is the group name and
28210 the @code{cdr} is the article number that the article was entered as.
28211
28212 There should be no data returned.
28213
28214
28215 @item (nnchoke-request-accept-article GROUP &optional SERVER LAST)
28216
28217 This function takes the current buffer and inserts it into @var{group}.
28218 If @var{last} in @code{nil}, that means that there will be more calls to
28219 this function in short order.
28220
28221 The function should return a cons where the @code{car} is the group name and
28222 the @code{cdr} is the article number that the article was entered as.
28223
28224 The group should exist before the back end is asked to accept the
28225 article for that group.
28226
28227 There should be no data returned.
28228
28229
28230 @item (nnchoke-request-replace-article ARTICLE GROUP BUFFER)
28231
28232 This function should remove @var{article} (which is a number) from
28233 @var{group} and insert @var{buffer} there instead.
28234
28235 There should be no data returned.
28236
28237
28238 @item (nnchoke-request-delete-group GROUP FORCE &optional SERVER)
28239
28240 This function should delete @var{group}.  If @var{force}, it should
28241 really delete all the articles in the group, and then delete the group
28242 itself.  (If there is such a thing as ``the group itself''.)
28243
28244 There should be no data returned.
28245
28246
28247 @item (nnchoke-request-rename-group GROUP NEW-NAME &optional SERVER)
28248
28249 This function should rename @var{group} into @var{new-name}.  All
28250 articles in @var{group} should move to @var{new-name}.
28251
28252 There should be no data returned.
28253
28254 @end table
28255
28256
28257 @node Error Messaging
28258 @subsubsection Error Messaging
28259
28260 @findex nnheader-report
28261 @findex nnheader-get-report
28262 The back ends should use the function @code{nnheader-report} to report
28263 error conditions---they should not raise errors when they aren't able to
28264 perform a request.  The first argument to this function is the back end
28265 symbol, and the rest are interpreted as arguments to @code{format} if
28266 there are multiple of them, or just a string if there is one of them.
28267 This function must always returns @code{nil}.
28268
28269 @lisp
28270 (nnheader-report 'nnchoke "You did something totally bogus")
28271
28272 (nnheader-report 'nnchoke "Could not request group %s" group)
28273 @end lisp
28274
28275 Gnus, in turn, will call @code{nnheader-get-report} when it gets a
28276 @code{nil} back from a server, and this function returns the most
28277 recently reported message for the back end in question.  This function
28278 takes one argument---the server symbol.
28279
28280 Internally, these functions access @var{back-end}@code{-status-string},
28281 so the @code{nnchoke} back end will have its error message stored in
28282 @code{nnchoke-status-string}.
28283
28284
28285 @node Writing New Back Ends
28286 @subsubsection Writing New Back Ends
28287
28288 Many back ends are quite similar.  @code{nnml} is just like
28289 @code{nnspool}, but it allows you to edit the articles on the server.
28290 @code{nnmh} is just like @code{nnml}, but it doesn't use an active file,
28291 and it doesn't maintain overview databases.  @code{nndir} is just like
28292 @code{nnml}, but it has no concept of ``groups'', and it doesn't allow
28293 editing articles.
28294
28295 It would make sense if it were possible to ``inherit'' functions from
28296 back ends when writing new back ends.  And, indeed, you can do that if you
28297 want to.  (You don't have to if you don't want to, of course.)
28298
28299 All the back ends declare their public variables and functions by using a
28300 package called @code{nnoo}.
28301
28302 To inherit functions from other back ends (and allow other back ends to
28303 inherit functions from the current back end), you should use the
28304 following macros:
28305
28306 @table @code
28307
28308 @item nnoo-declare
28309 This macro declares the first parameter to be a child of the subsequent
28310 parameters.  For instance:
28311
28312 @lisp
28313 (nnoo-declare nndir
28314   nnml nnmh)
28315 @end lisp
28316
28317 @code{nndir} has declared here that it intends to inherit functions from
28318 both @code{nnml} and @code{nnmh}.
28319
28320 @item defvoo
28321 This macro is equivalent to @code{defvar}, but registers the variable as
28322 a public server variable.  Most state-oriented variables should be
28323 declared with @code{defvoo} instead of @code{defvar}.
28324
28325 In addition to the normal @code{defvar} parameters, it takes a list of
28326 variables in the parent back ends to map the variable to when executing
28327 a function in those back ends.
28328
28329 @lisp
28330 (defvoo nndir-directory nil
28331   "Where nndir will look for groups."
28332   nnml-current-directory nnmh-current-directory)
28333 @end lisp
28334
28335 This means that @code{nnml-current-directory} will be set to
28336 @code{nndir-directory} when an @code{nnml} function is called on behalf
28337 of @code{nndir}.  (The same with @code{nnmh}.)
28338
28339 @item nnoo-define-basics
28340 This macro defines some common functions that almost all back ends should
28341 have.
28342
28343 @lisp
28344 (nnoo-define-basics nndir)
28345 @end lisp
28346
28347 @item deffoo
28348 This macro is just like @code{defun} and takes the same parameters.  In
28349 addition to doing the normal @code{defun} things, it registers the
28350 function as being public so that other back ends can inherit it.
28351
28352 @item nnoo-map-functions
28353 This macro allows mapping of functions from the current back end to
28354 functions from the parent back ends.
28355
28356 @lisp
28357 (nnoo-map-functions nndir
28358   (nnml-retrieve-headers 0 nndir-current-group 0 0)
28359   (nnmh-request-article 0 nndir-current-group 0 0))
28360 @end lisp
28361
28362 This means that when @code{nndir-retrieve-headers} is called, the first,
28363 third, and fourth parameters will be passed on to
28364 @code{nnml-retrieve-headers}, while the second parameter is set to the
28365 value of @code{nndir-current-group}.
28366
28367 @item nnoo-import
28368 This macro allows importing functions from back ends.  It should be the
28369 last thing in the source file, since it will only define functions that
28370 haven't already been defined.
28371
28372 @lisp
28373 (nnoo-import nndir
28374   (nnmh
28375    nnmh-request-list
28376    nnmh-request-newgroups)
28377   (nnml))
28378 @end lisp
28379
28380 This means that calls to @code{nndir-request-list} should just be passed
28381 on to @code{nnmh-request-list}, while all public functions from
28382 @code{nnml} that haven't been defined in @code{nndir} yet should be
28383 defined now.
28384
28385 @end table
28386
28387 Below is a slightly shortened version of the @code{nndir} back end.
28388
28389 @lisp
28390 ;;; @r{nndir.el --- single directory newsgroup access for Gnus}
28391 ;; @r{Copyright (C) 1995,96 Free Software Foundation, Inc.}
28392
28393 ;;; @r{Code:}
28394
28395 (require 'nnheader)
28396 (require 'nnmh)
28397 (require 'nnml)
28398 (require 'nnoo)
28399 (eval-when-compile (require 'cl))
28400
28401 (nnoo-declare nndir
28402   nnml nnmh)
28403
28404 (defvoo nndir-directory nil
28405   "Where nndir will look for groups."
28406   nnml-current-directory nnmh-current-directory)
28407
28408 (defvoo nndir-nov-is-evil nil
28409   "*Non-nil means that nndir will never retrieve NOV headers."
28410   nnml-nov-is-evil)
28411
28412 (defvoo nndir-current-group ""
28413   nil
28414   nnml-current-group nnmh-current-group)
28415 (defvoo nndir-top-directory nil nil nnml-directory nnmh-directory)
28416 (defvoo nndir-get-new-mail nil nil nnml-get-new-mail nnmh-get-new-mail)
28417
28418 (defvoo nndir-status-string "" nil nnmh-status-string)
28419 (defconst nndir-version "nndir 1.0")
28420
28421 ;;; @r{Interface functions.}
28422
28423 (nnoo-define-basics nndir)
28424
28425 (deffoo nndir-open-server (server &optional defs)
28426   (setq nndir-directory
28427         (or (cadr (assq 'nndir-directory defs))
28428             server))
28429   (unless (assq 'nndir-directory defs)
28430     (push `(nndir-directory ,server) defs))
28431   (push `(nndir-current-group
28432           ,(file-name-nondirectory
28433             (directory-file-name nndir-directory)))
28434         defs)
28435   (push `(nndir-top-directory
28436           ,(file-name-directory (directory-file-name nndir-directory)))
28437         defs)
28438   (nnoo-change-server 'nndir server defs))
28439
28440 (nnoo-map-functions nndir
28441   (nnml-retrieve-headers 0 nndir-current-group 0 0)
28442   (nnmh-request-article 0 nndir-current-group 0 0)
28443   (nnmh-request-group nndir-current-group 0 0)
28444   (nnmh-close-group nndir-current-group 0))
28445
28446 (nnoo-import nndir
28447   (nnmh
28448    nnmh-status-message
28449    nnmh-request-list
28450    nnmh-request-newgroups))
28451
28452 (provide 'nndir)
28453 @end lisp
28454
28455
28456 @node Hooking New Back Ends Into Gnus
28457 @subsubsection Hooking New Back Ends Into Gnus
28458
28459 @vindex gnus-valid-select-methods
28460 @findex gnus-declare-backend
28461 Having Gnus start using your new back end is rather easy---you just
28462 declare it with the @code{gnus-declare-backend} functions.  This will
28463 enter the back end into the @code{gnus-valid-select-methods} variable.
28464
28465 @code{gnus-declare-backend} takes two parameters---the back end name and
28466 an arbitrary number of @dfn{abilities}.
28467
28468 Here's an example:
28469
28470 @lisp
28471 (gnus-declare-backend "nnchoke" 'mail 'respool 'address)
28472 @end lisp
28473
28474 The above line would then go in the @file{nnchoke.el} file.
28475
28476 The abilities can be:
28477
28478 @table @code
28479 @item mail
28480 This is a mailish back end---followups should (probably) go via mail.
28481 @item post
28482 This is a newsish back end---followups should (probably) go via news.
28483 @item post-mail
28484 This back end supports both mail and news.
28485 @item none
28486 This is neither a post nor mail back end---it's something completely
28487 different.
28488 @item respool
28489 It supports respooling---or rather, it is able to modify its source
28490 articles and groups.
28491 @item address
28492 The name of the server should be in the virtual server name.  This is
28493 true for almost all back ends.
28494 @item prompt-address
28495 The user should be prompted for an address when doing commands like
28496 @kbd{B} in the group buffer.  This is true for back ends like
28497 @code{nntp}, but not @code{nnmbox}, for instance.
28498 @end table
28499
28500
28501 @node Mail-like Back Ends
28502 @subsubsection Mail-like Back Ends
28503
28504 One of the things that separate the mail back ends from the rest of the
28505 back ends is the heavy dependence by most of the mail back ends on
28506 common functions in @file{nnmail.el}.  For instance, here's the
28507 definition of @code{nnml-request-scan}:
28508
28509 @lisp
28510 (deffoo nnml-request-scan (&optional group server)
28511   (setq nnml-article-file-alist nil)
28512   (nnmail-get-new-mail 'nnml 'nnml-save-nov nnml-directory group))
28513 @end lisp
28514
28515 It simply calls @code{nnmail-get-new-mail} with a few parameters,
28516 and @code{nnmail} takes care of all the moving and splitting of the
28517 mail.
28518
28519 This function takes four parameters.
28520
28521 @table @var
28522 @item method
28523 This should be a symbol to designate which back end is responsible for
28524 the call.
28525
28526 @item exit-function
28527 This function should be called after the splitting has been performed.
28528
28529 @item temp-directory
28530 Where the temporary files should be stored.
28531
28532 @item group
28533 This optional argument should be a group name if the splitting is to be
28534 performed for one group only.
28535 @end table
28536
28537 @code{nnmail-get-new-mail} will call @var{back-end}@code{-save-mail} to
28538 save each article.  @var{back-end}@code{-active-number} will be called to
28539 find the article number assigned to this article.
28540
28541 The function also uses the following variables:
28542 @var{back-end}@code{-get-new-mail} (to see whether to get new mail for
28543 this back end); and @var{back-end}@code{-group-alist} and
28544 @var{back-end}@code{-active-file} to generate the new active file.
28545 @var{back-end}@code{-group-alist} should be a group-active alist, like
28546 this:
28547
28548 @example
28549 (("a-group" (1 . 10))
28550  ("some-group" (34 . 39)))
28551 @end example
28552
28553
28554 @node Score File Syntax
28555 @subsection Score File Syntax
28556
28557 Score files are meant to be easily parseable, but yet extremely
28558 mallable.  It was decided that something that had the same read syntax
28559 as an Emacs Lisp list would fit that spec.
28560
28561 Here's a typical score file:
28562
28563 @lisp
28564 (("summary"
28565   ("win95" -10000 nil s)
28566   ("Gnus"))
28567  ("from"
28568   ("Lars" -1000))
28569  (mark -100))
28570 @end lisp
28571
28572 BNF definition of a score file:
28573
28574 @example
28575 score-file      = "" / "(" *element ")"
28576 element         = rule / atom
28577 rule            = string-rule / number-rule / date-rule
28578 string-rule     = "(" quote string-header quote space *string-match ")"
28579 number-rule     = "(" quote number-header quote space *number-match ")"
28580 date-rule       = "(" quote date-header quote space *date-match ")"
28581 quote           = <ascii 34>
28582 string-header   = "subject" / "from" / "references" / "message-id" /
28583                   "xref" / "body" / "head" / "all" / "followup"
28584 number-header   = "lines" / "chars"
28585 date-header     = "date"
28586 string-match    = "(" quote <string> quote [ "" / [ space score [ "" /
28587                   space date [ "" / [ space string-match-t ] ] ] ] ] ")"
28588 score           = "nil" / <integer>
28589 date            = "nil" / <natural number>
28590 string-match-t  = "nil" / "s" / "substring" / "S" / "Substring" /
28591                   "r" / "regex" / "R" / "Regex" /
28592                   "e" / "exact" / "E" / "Exact" /
28593                   "f" / "fuzzy" / "F" / "Fuzzy"
28594 number-match    = "(" <integer> [ "" / [ space score [ "" /
28595                   space date [ "" / [ space number-match-t ] ] ] ] ] ")"
28596 number-match-t  = "nil" / "=" / "<" / ">" / ">=" / "<="
28597 date-match      = "(" quote <string> quote [ "" / [ space score [ "" /
28598                   space date [ "" / [ space date-match-t ] ] ] ] ")"
28599 date-match-t    = "nil" / "at" / "before" / "after"
28600 atom            = "(" [ required-atom / optional-atom ] ")"
28601 required-atom   = mark / expunge / mark-and-expunge / files /
28602                   exclude-files / read-only / touched
28603 optional-atom   = adapt / local / eval
28604 mark            = "mark" space nil-or-number
28605 nil-or-number   = "nil" / <integer>
28606 expunge         = "expunge" space nil-or-number
28607 mark-and-expunge = "mark-and-expunge" space nil-or-number
28608 files           = "files" *[ space <string> ]
28609 exclude-files   = "exclude-files" *[ space <string> ]
28610 read-only       = "read-only" [ space "nil" / space "t" ]
28611 adapt        = "adapt" [ space "ignore" / space "t" / space adapt-rule ]
28612 adapt-rule      = "(" *[ <string> *[ "(" <string> <integer> ")" ] ")"
28613 local           = "local" *[ space "(" <string> space <form> ")" ]
28614 eval            = "eval" space <form>
28615 space           = *[ " " / <TAB> / <NEWLINE> ]
28616 @end example
28617
28618 Any unrecognized elements in a score file should be ignored, but not
28619 discarded.
28620
28621 As you can see, white space is needed, but the type and amount of white
28622 space is irrelevant.  This means that formatting of the score file is
28623 left up to the programmer---if it's simpler to just spew it all out on
28624 one looong line, then that's ok.
28625
28626 The meaning of the various atoms are explained elsewhere in this
28627 manual (@pxref{Score File Format}).
28628
28629
28630 @node Headers
28631 @subsection Headers
28632
28633 Internally Gnus uses a format for storing article headers that
28634 corresponds to the @acronym{NOV} format in a mysterious fashion.  One could
28635 almost suspect that the author looked at the @acronym{NOV} specification and
28636 just shamelessly @emph{stole} the entire thing, and one would be right.
28637
28638 @dfn{Header} is a severely overloaded term.  ``Header'' is used in
28639 RFC 1036 to talk about lines in the head of an article (e.g.,
28640 @code{From}).  It is used by many people as a synonym for
28641 ``head''---``the header and the body''.  (That should be avoided, in my
28642 opinion.)  And Gnus uses a format internally that it calls ``header'',
28643 which is what I'm talking about here.  This is a 9-element vector,
28644 basically, with each header (ouch) having one slot.
28645
28646 These slots are, in order: @code{number}, @code{subject}, @code{from},
28647 @code{date}, @code{id}, @code{references}, @code{chars}, @code{lines},
28648 @code{xref}, and @code{extra}.  There are macros for accessing and
28649 setting these slots---they all have predictable names beginning with
28650 @code{mail-header-} and @code{mail-header-set-}, respectively.
28651
28652 All these slots contain strings, except the @code{extra} slot, which
28653 contains an alist of header/value pairs (@pxref{To From Newsgroups}).
28654
28655
28656 @node Ranges
28657 @subsection Ranges
28658
28659 @sc{gnus} introduced a concept that I found so useful that I've started
28660 using it a lot and have elaborated on it greatly.
28661
28662 The question is simple: If you have a large amount of objects that are
28663 identified by numbers (say, articles, to take a @emph{wild} example)
28664 that you want to qualify as being ``included'', a normal sequence isn't
28665 very useful.  (A 200,000 length sequence is a bit long-winded.)
28666
28667 The solution is as simple as the question: You just collapse the
28668 sequence.
28669
28670 @example
28671 (1 2 3 4 5 6 10 11 12)
28672 @end example
28673
28674 is transformed into
28675
28676 @example
28677 ((1 . 6) (10 . 12))
28678 @end example
28679
28680 To avoid having those nasty @samp{(13 . 13)} elements to denote a
28681 lonesome object, a @samp{13} is a valid element:
28682
28683 @example
28684 ((1 . 6) 7 (10 . 12))
28685 @end example
28686
28687 This means that comparing two ranges to find out whether they are equal
28688 is slightly tricky:
28689
28690 @example
28691 ((1 . 5) 7 8 (10 . 12))
28692 @end example
28693
28694 and
28695
28696 @example
28697 ((1 . 5) (7 . 8) (10 . 12))
28698 @end example
28699
28700 are equal.  In fact, any non-descending list is a range:
28701
28702 @example
28703 (1 2 3 4 5)
28704 @end example
28705
28706 is a perfectly valid range, although a pretty long-winded one.  This is
28707 also valid:
28708
28709 @example
28710 (1 . 5)
28711 @end example
28712
28713 and is equal to the previous range.
28714
28715 Here's a BNF definition of ranges.  Of course, one must remember the
28716 semantic requirement that the numbers are non-descending.  (Any number
28717 of repetition of the same number is allowed, but apt to disappear in
28718 range handling.)
28719
28720 @example
28721 range           = simple-range / normal-range
28722 simple-range    = "(" number " . " number ")"
28723 normal-range    = "(" start-contents ")"
28724 contents        = "" / simple-range *[ " " contents ] /
28725                   number *[ " " contents ]
28726 @end example
28727
28728 Gnus currently uses ranges to keep track of read articles and article
28729 marks.  I plan on implementing a number of range operators in C if The
28730 Powers That Be are willing to let me.  (I haven't asked yet, because I
28731 need to do some more thinking on what operators I need to make life
28732 totally range-based without ever having to convert back to normal
28733 sequences.)
28734
28735
28736 @node Group Info
28737 @subsection Group Info
28738
28739 Gnus stores all permanent info on groups in a @dfn{group info} list.
28740 This list is from three to six elements (or more) long and exhaustively
28741 describes the group.
28742
28743 Here are two example group infos; one is a very simple group while the
28744 second is a more complex one:
28745
28746 @example
28747 ("no.group" 5 ((1 . 54324)))
28748
28749 ("nnml:my.mail" 3 ((1 . 5) 9 (20 . 55))
28750                 ((tick (15 . 19)) (replied 3 6 (19 . 3)))
28751                 (nnml "")
28752                 ((auto-expire . t) (to-address . "ding@@gnus.org")))
28753 @end example
28754
28755 The first element is the @dfn{group name}---as Gnus knows the group,
28756 anyway.  The second element is the @dfn{subscription level}, which
28757 normally is a small integer.  (It can also be the @dfn{rank}, which is a
28758 cons cell where the @code{car} is the level and the @code{cdr} is the
28759 score.)  The third element is a list of ranges of read articles.  The
28760 fourth element is a list of lists of article marks of various kinds.
28761 The fifth element is the select method (or virtual server, if you like).
28762 The sixth element is a list of @dfn{group parameters}, which is what
28763 this section is about.
28764
28765 Any of the last three elements may be missing if they are not required.
28766 In fact, the vast majority of groups will normally only have the first
28767 three elements, which saves quite a lot of cons cells.
28768
28769 Here's a BNF definition of the group info format:
28770
28771 @example
28772 info          = "(" group space ralevel space read
28773                 [ "" / [ space marks-list [ "" / [ space method [ "" /
28774                 space parameters ] ] ] ] ] ")"
28775 group         = quote <string> quote
28776 ralevel       = rank / level
28777 level         = <integer in the range of 1 to inf>
28778 rank          = "(" level "." score ")"
28779 score         = <integer in the range of 1 to inf>
28780 read          = range
28781 marks-lists   = nil / "(" *marks ")"
28782 marks         = "(" <string> range ")"
28783 method        = "(" <string> *elisp-forms ")"
28784 parameters    = "(" *elisp-forms ")"
28785 @end example
28786
28787 Actually that @samp{marks} rule is a fib.  A @samp{marks} is a
28788 @samp{<string>} consed on to a @samp{range}, but that's a bitch to say
28789 in pseudo-BNF.
28790
28791 If you have a Gnus info and want to access the elements, Gnus offers a
28792 series of macros for getting/setting these elements.
28793
28794 @table @code
28795 @item gnus-info-group
28796 @itemx gnus-info-set-group
28797 @findex gnus-info-group
28798 @findex gnus-info-set-group
28799 Get/set the group name.
28800
28801 @item gnus-info-rank
28802 @itemx gnus-info-set-rank
28803 @findex gnus-info-rank
28804 @findex gnus-info-set-rank
28805 Get/set the group rank (@pxref{Group Score}).
28806
28807 @item gnus-info-level
28808 @itemx gnus-info-set-level
28809 @findex gnus-info-level
28810 @findex gnus-info-set-level
28811 Get/set the group level.
28812
28813 @item gnus-info-score
28814 @itemx gnus-info-set-score
28815 @findex gnus-info-score
28816 @findex gnus-info-set-score
28817 Get/set the group score (@pxref{Group Score}).
28818
28819 @item gnus-info-read
28820 @itemx gnus-info-set-read
28821 @findex gnus-info-read
28822 @findex gnus-info-set-read
28823 Get/set the ranges of read articles.
28824
28825 @item gnus-info-marks
28826 @itemx gnus-info-set-marks
28827 @findex gnus-info-marks
28828 @findex gnus-info-set-marks
28829 Get/set the lists of ranges of marked articles.
28830
28831 @item gnus-info-method
28832 @itemx gnus-info-set-method
28833 @findex gnus-info-method
28834 @findex gnus-info-set-method
28835 Get/set the group select method.
28836
28837 @item gnus-info-params
28838 @itemx gnus-info-set-params
28839 @findex gnus-info-params
28840 @findex gnus-info-set-params
28841 Get/set the group parameters.
28842 @end table
28843
28844 All the getter functions take one parameter---the info list.  The setter
28845 functions take two parameters---the info list and the new value.
28846
28847 The last three elements in the group info aren't mandatory, so it may be
28848 necessary to extend the group info before setting the element.  If this
28849 is necessary, you can just pass on a non-@code{nil} third parameter to
28850 the three final setter functions to have this happen automatically.
28851
28852
28853 @node Extended Interactive
28854 @subsection Extended Interactive
28855 @cindex interactive
28856 @findex gnus-interactive
28857
28858 Gnus extends the standard Emacs @code{interactive} specification
28859 slightly to allow easy use of the symbolic prefix (@pxref{Symbolic
28860 Prefixes}).  Here's an example of how this is used:
28861
28862 @lisp
28863 (defun gnus-summary-increase-score (&optional score symp)
28864   (interactive (gnus-interactive "P\ny"))
28865   ...
28866   )
28867 @end lisp
28868
28869 The best thing to do would have been to implement
28870 @code{gnus-interactive} as a macro which would have returned an
28871 @code{interactive} form, but this isn't possible since Emacs checks
28872 whether a function is interactive or not by simply doing an @code{assq}
28873 on the lambda form.  So, instead we have @code{gnus-interactive}
28874 function that takes a string and returns values that are usable to
28875 @code{interactive}.
28876
28877 This function accepts (almost) all normal @code{interactive} specs, but
28878 adds a few more.
28879
28880 @table @samp
28881 @item y
28882 @vindex gnus-current-prefix-symbol
28883 The current symbolic prefix---the @code{gnus-current-prefix-symbol}
28884 variable.
28885
28886 @item Y
28887 @vindex gnus-current-prefix-symbols
28888 A list of the current symbolic prefixes---the
28889 @code{gnus-current-prefix-symbol} variable.
28890
28891 @item A
28892 The current article number---the @code{gnus-summary-article-number}
28893 function.
28894
28895 @item H
28896 The current article header---the @code{gnus-summary-article-header}
28897 function.
28898
28899 @item g
28900 The current group name---the @code{gnus-group-group-name}
28901 function.
28902
28903 @end table
28904
28905
28906 @node Emacs/XEmacs Code
28907 @subsection Emacs/XEmacs Code
28908 @cindex XEmacs
28909 @cindex Emacsen
28910
28911 While Gnus runs under Emacs, XEmacs and Mule, I decided that one of the
28912 platforms must be the primary one.  I chose Emacs.  Not because I don't
28913 like XEmacs or Mule, but because it comes first alphabetically.
28914
28915 This means that Gnus will byte-compile under Emacs with nary a warning,
28916 while XEmacs will pump out gigabytes of warnings while byte-compiling.
28917 As I use byte-compilation warnings to help me root out trivial errors in
28918 Gnus, that's very useful.
28919
28920 I've also consistently used Emacs function interfaces, but have used
28921 Gnusey aliases for the functions.  To take an example:  Emacs defines a
28922 @code{run-at-time} function while XEmacs defines a @code{start-itimer}
28923 function.  I then define a function called @code{gnus-run-at-time} that
28924 takes the same parameters as the Emacs @code{run-at-time}.  When running
28925 Gnus under Emacs, the former function is just an alias for the latter.
28926 However, when running under XEmacs, the former is an alias for the
28927 following function:
28928
28929 @lisp
28930 (defun gnus-xmas-run-at-time (time repeat function &rest args)
28931   (start-itimer
28932    "gnus-run-at-time"
28933    `(lambda ()
28934       (,function ,@@args))
28935    time repeat))
28936 @end lisp
28937
28938 This sort of thing has been done for bunches of functions.  Gnus does
28939 not redefine any native Emacs functions while running under XEmacs---it
28940 does this @code{defalias} thing with Gnus equivalents instead.  Cleaner
28941 all over.
28942
28943 In the cases where the XEmacs function interface was obviously cleaner,
28944 I used it instead.  For example @code{gnus-region-active-p} is an alias
28945 for @code{region-active-p} in XEmacs, whereas in Emacs it is a function.
28946
28947 Of course, I could have chosen XEmacs as my native platform and done
28948 mapping functions the other way around.  But I didn't.  The performance
28949 hit these indirections impose on Gnus under XEmacs should be slight.
28950
28951
28952 @node Various File Formats
28953 @subsection Various File Formats
28954
28955 @menu
28956 * Active File Format::          Information on articles and groups available.
28957 * Newsgroups File Format::      Group descriptions.
28958 @end menu
28959
28960
28961 @node Active File Format
28962 @subsubsection Active File Format
28963
28964 The active file lists all groups available on the server in
28965 question.  It also lists the highest and lowest current article numbers
28966 in each group.
28967
28968 Here's an excerpt from a typical active file:
28969
28970 @example
28971 soc.motss 296030 293865 y
28972 alt.binaries.pictures.fractals 3922 3913 n
28973 comp.sources.unix 1605 1593 m
28974 comp.binaries.ibm.pc 5097 5089 y
28975 no.general 1000 900 y
28976 @end example
28977
28978 Here's a pseudo-BNF definition of this file:
28979
28980 @example
28981 active      = *group-line
28982 group-line  = group spc high-number spc low-number spc flag <NEWLINE>
28983 group       = <non-white-space string>
28984 spc         = " "
28985 high-number = <non-negative integer>
28986 low-number  = <positive integer>
28987 flag        = "y" / "n" / "m" / "j" / "x" / "=" group
28988 @end example
28989
28990 For a full description of this file, see the manual pages for
28991 @samp{innd}, in particular @samp{active(5)}.
28992
28993
28994 @node Newsgroups File Format
28995 @subsubsection Newsgroups File Format
28996
28997 The newsgroups file lists groups along with their descriptions.  Not all
28998 groups on the server have to be listed,  and not all groups in the file
28999 have to exist on the server.  The file is meant purely as information to
29000 the user.
29001
29002 The format is quite simple; a group name, a tab, and the description.
29003 Here's the definition:
29004
29005 @example
29006 newsgroups    = *line
29007 line          = group tab description <NEWLINE>
29008 group         = <non-white-space string>
29009 tab           = <TAB>
29010 description   = <string>
29011 @end example
29012
29013
29014 @page
29015 @node Emacs for Heathens
29016 @section Emacs for Heathens
29017
29018 Believe it or not, but some people who use Gnus haven't really used
29019 Emacs much before they embarked on their journey on the Gnus Love Boat.
29020 If you are one of those unfortunates whom ``@kbd{C-M-a}'', ``kill the
29021 region'', and ``set @code{gnus-flargblossen} to an alist where the key
29022 is a regexp that is used for matching on the group name'' are magical
29023 phrases with little or no meaning, then this appendix is for you.  If
29024 you are already familiar with Emacs, just ignore this and go fondle your
29025 cat instead.
29026
29027 @menu
29028 * Keystrokes::                  Entering text and executing commands.
29029 * Emacs Lisp::                  The built-in Emacs programming language.
29030 @end menu
29031
29032
29033 @node Keystrokes
29034 @subsection Keystrokes
29035
29036 @itemize @bullet
29037 @item
29038 Q: What is an experienced Emacs user?
29039
29040 @item
29041 A: A person who wishes that the terminal had pedals.
29042 @end itemize
29043
29044 Yes, when you use Emacs, you are apt to use the control key, the shift
29045 key and the meta key a lot.  This is very annoying to some people
29046 (notably @code{vi}le users), and the rest of us just love the hell out
29047 of it.  Just give up and submit.  Emacs really does stand for
29048 ``Escape-Meta-Alt-Control-Shift'', and not ``Editing Macros'', as you
29049 may have heard from other disreputable sources (like the Emacs author).
29050
29051 The shift keys are normally located near your pinky fingers, and are
29052 normally used to get capital letters and stuff.  You probably use it all
29053 the time.  The control key is normally marked ``CTRL'' or something like
29054 that.  The meta key is, funnily enough, never marked as such on any
29055 keyboard.  The one I'm currently at has a key that's marked ``Alt'',
29056 which is the meta key on this keyboard.  It's usually located somewhere
29057 to the left hand side of the keyboard, usually on the bottom row.
29058
29059 Now, us Emacs people don't say ``press the meta-control-m key'',
29060 because that's just too inconvenient.  We say ``press the @kbd{C-M-m}
29061 key''.  @kbd{M-} is the prefix that means ``meta'' and ``C-'' is the
29062 prefix that means ``control''.  So ``press @kbd{C-k}'' means ``press
29063 down the control key, and hold it down while you press @kbd{k}''.
29064 ``Press @kbd{C-M-k}'' means ``press down and hold down the meta key and
29065 the control key and then press @kbd{k}''.  Simple, ay?
29066
29067 This is somewhat complicated by the fact that not all keyboards have a
29068 meta key.  In that case you can use the ``escape'' key.  Then @kbd{M-k}
29069 means ``press escape, release escape, press @kbd{k}''.  That's much more
29070 work than if you have a meta key, so if that's the case, I respectfully
29071 suggest you get a real keyboard with a meta key.  You can't live without
29072 it.
29073
29074
29075
29076 @node Emacs Lisp
29077 @subsection Emacs Lisp
29078
29079 Emacs is the King of Editors because it's really a Lisp interpreter.
29080 Each and every key you tap runs some Emacs Lisp code snippet, and since
29081 Emacs Lisp is an interpreted language, that means that you can configure
29082 any key to run any arbitrary code.  You just, like, do it.
29083
29084 Gnus is written in Emacs Lisp, and is run as a bunch of interpreted
29085 functions.  (These are byte-compiled for speed, but it's still
29086 interpreted.)  If you decide that you don't like the way Gnus does
29087 certain things, it's trivial to have it do something a different way.
29088 (Well, at least if you know how to write Lisp code.)  However, that's
29089 beyond the scope of this manual, so we are simply going to talk about
29090 some common constructs that you normally use in your @file{.emacs} file
29091 to customize Gnus.
29092
29093 If you want to set the variable @code{gnus-florgbnize} to four (4), you
29094 write the following:
29095
29096 @lisp
29097 (setq gnus-florgbnize 4)
29098 @end lisp
29099
29100 This function (really ``special form'') @code{setq} is the one that can
29101 set a variable to some value.  This is really all you need to know.  Now
29102 you can go and fill your @file{.emacs} file with lots of these to change
29103 how Gnus works.
29104
29105 If you have put that thing in your @file{.emacs} file, it will be read
29106 and @code{eval}ed (which is lisp-ese for ``run'') the next time you
29107 start Emacs.  If you want to change the variable right away, simply say
29108 @kbd{C-x C-e} after the closing parenthesis.  That will @code{eval} the
29109 previous ``form'', which is a simple @code{setq} statement here.
29110
29111 Go ahead---just try it, if you're located at your Emacs.  After you
29112 @kbd{C-x C-e}, you will see @samp{4} appear in the echo area, which
29113 is the return value of the form you @code{eval}ed.
29114
29115 Some pitfalls:
29116
29117 If the manual says ``set @code{gnus-read-active-file} to @code{some}'',
29118 that means:
29119
29120 @lisp
29121 (setq gnus-read-active-file 'some)
29122 @end lisp
29123
29124 On the other hand, if the manual says ``set @code{gnus-nntp-server} to
29125 @samp{nntp.ifi.uio.no}'', that means:
29126
29127 @lisp
29128 (setq gnus-nntp-server "nntp.ifi.uio.no")
29129 @end lisp
29130
29131 So be careful not to mix up strings (the latter) with symbols (the
29132 former).  The manual is unambiguous, but it can be confusing.
29133
29134 @page
29135 @include gnus-faq.texi
29136
29137 @node Index
29138 @chapter Index
29139 @printindex cp
29140
29141 @node Key Index
29142 @chapter Key Index
29143 @printindex ky
29144
29145 @summarycontents
29146 @contents
29147 @bye
29148
29149 @iftex
29150 @iflatex
29151 \end{document}
29152 @end iflatex
29153 @end iftex
29154
29155 @c Local Variables:
29156 @c mode: texinfo
29157 @c coding: iso-8859-1
29158 @c End:
29159
29160 @ignore
29161    arch-tag: c9fa47e7-78ca-4681-bda9-9fef45d1c819
29162 @end ignore