Markup fixes.
[gnus] / texi / gnus.texi
1 \input texinfo
2
3 @setfilename gnus
4 @settitle Gnus Manual
5 @synindex fn cp
6 @synindex vr cp
7 @synindex pg cp
8 @dircategory Emacs
9 @direntry
10 * Gnus: (gnus).         The newsreader Gnus.
11 @end direntry
12 @iftex
13 @finalout
14 @end iftex
15 @setchapternewpage odd
16
17 @iftex
18 @iflatex
19 \documentclass[twoside,a4paper,openright,11pt]{book}
20 \usepackage[latin1]{inputenc}
21 \usepackage{pagestyle}
22 \usepackage{epsfig}
23 \usepackage{pixidx}
24 \input{gnusconfig.tex}
25
26 \ifx\pdfoutput\undefined
27 \else
28 \usepackage[pdftex,bookmarks,colorlinks=true]{hyperref}
29 \usepackage{thumbpdf}
30 \pdfcompresslevel=9
31 \fi
32
33 \makeindex
34 \begin{document}
35
36 \newcommand{\gnusversionname}{Oort Gnus v0.15}
37 \newcommand{\gnuschaptername}{}
38 \newcommand{\gnussectionname}{}
39
40 \newcommand{\gnusbackslash}{/}
41
42 \newcommand{\gnusref}[1]{``#1'' on page \pageref{#1}}
43 \ifx\pdfoutput\undefined
44 \newcommand{\gnusuref}[1]{\gnustt{#1}}
45 \else
46 \newcommand{\gnusuref}[1]{\href{#1}{\gnustt{#1}}}
47 \fi
48 \newcommand{\gnusxref}[1]{See ``#1'' on page \pageref{#1}}
49 \newcommand{\gnuspxref}[1]{see ``#1'' on page \pageref{#1}}
50
51 \newcommand{\gnuskindex}[1]{\index{#1}}
52 \newcommand{\gnusindex}[1]{\index{#1}}
53
54 \newcommand{\gnustt}[1]{{\gnusselectttfont{}#1}}
55 \newcommand{\gnuscode}[1]{\gnustt{#1}}
56 \newcommand{\gnussamp}[1]{``{\fontencoding{OT1}\gnusselectttfont{}#1}''}
57 \newcommand{\gnuslisp}[1]{\gnustt{#1}}
58 \newcommand{\gnuskbd}[1]{`\gnustt{#1}'}
59 \newcommand{\gnuskey}[1]{`\gnustt{#1}'}
60 \newcommand{\gnusfile}[1]{`\gnustt{#1}'}
61 \newcommand{\gnusdfn}[1]{\textit{#1}}
62 \newcommand{\gnusi}[1]{\textit{#1}}
63 \newcommand{\gnusstrong}[1]{\textbf{#1}}
64 \newcommand{\gnusemph}[1]{\textit{#1}}
65 \newcommand{\gnusvar}[1]{{\fontsize{10pt}{10}\selectfont\textsl{\textsf{#1}}}}
66 \newcommand{\gnussc}[1]{\textsc{#1}}
67 \newcommand{\gnustitle}[1]{{\huge\textbf{#1}}}
68 \newcommand{\gnusversion}[1]{{\small\textit{#1}}}
69 \newcommand{\gnusauthor}[1]{{\large\textbf{#1}}}
70 \newcommand{\gnusresult}[1]{\gnustt{=> #1}}
71 \newcommand{\gnusacronym}[1]{\textit{#1}}
72 \newcommand{\gnusemail}[1]{\textit{#1}}
73
74 \newcommand{\gnusbullet}{{${\bullet}$}}
75 \newcommand{\gnusdollar}{\$}
76 \newcommand{\gnusampersand}{\&}
77 \newcommand{\gnuspercent}{\%}
78 \newcommand{\gnushash}{\#}
79 \newcommand{\gnushat}{\symbol{"5E}}
80 \newcommand{\gnusunderline}{\symbol{"5F}}
81 \newcommand{\gnusnot}{$\neg$}
82 \newcommand{\gnustilde}{\symbol{"7E}}
83 \newcommand{\gnusless}{{$<$}}
84 \newcommand{\gnusgreater}{{$>$}}
85 \newcommand{\gnusbraceleft}{{$>$}}
86 \newcommand{\gnusbraceright}{{$>$}}
87
88 \newcommand{\gnushead}{\raisebox{-1cm}{\epsfig{figure=ps/gnus-head,height=1cm}}}
89 \newcommand{\gnusinteresting}{
90 \marginpar[\mbox{}\hfill\gnushead]{\gnushead}
91 }
92
93 \newcommand{\gnuscleardoublepage}{\ifodd\count0\mbox{}\clearpage\thispagestyle{empty}\mbox{}\clearpage\else\clearpage\fi}
94
95 \newcommand{\gnuspagechapter}[1]{
96 {\mbox{}}
97 }
98
99 \newdimen{\gnusdimen}
100 \gnusdimen 0pt
101
102 \newcommand{\gnuschapter}[2]{
103 \gnuscleardoublepage
104 \ifdim \gnusdimen = 0pt\setcounter{page}{1}\pagestyle{gnus}\pagenumbering{arabic} \gnusdimen 1pt\fi
105 \chapter{#2}
106 \renewcommand{\gnussectionname}{}
107 \renewcommand{\gnuschaptername}{#2}
108 \thispagestyle{empty}
109 \hspace*{-2cm}
110 \begin{picture}(500,500)(0,0)
111 \put(480,350){\makebox(0,0)[tr]{#1}}
112 \put(40,300){\makebox(500,50)[bl]{{\Huge\bf{#2}}}}
113 \end{picture}
114 \clearpage
115 }
116
117 \newcommand{\gnusfigure}[3]{
118 \begin{figure}
119 \mbox{}\ifodd\count0\hspace*{-0.8cm}\else\hspace*{-3cm}\fi\begin{picture}(440,#2)
120 #3
121 \end{picture}
122 \caption{#1}
123 \end{figure}
124 }
125
126 \newcommand{\gnusicon}[1]{
127 \marginpar[\mbox{}\hfill\raisebox{-1.5cm}{\epsfig{figure=ps/#1-up,height=1.5cm}}]{\raisebox{-1cm}{\epsfig{figure=ps/#1-up,height=1cm}}}
128 }
129
130 \newcommand{\gnuspicon}[1]{
131 \margindex{\epsfig{figure=#1,width=2cm}}
132 }
133
134 \newcommand{\gnusxface}[2]{
135 \margindex{\epsfig{figure=#1,width=1cm}\epsfig{figure=#2,width=1cm}}
136 }
137
138 \newcommand{\gnussmiley}[2]{
139 \margindex{\makebox[2cm]{\hfill\epsfig{figure=#1,width=0.5cm}\hfill\epsfig{figure=#2,width=0.5cm}\hfill}}
140 }
141
142 \newcommand{\gnusitemx}[1]{\mbox{}\vspace*{-\itemsep}\vspace*{-\parsep}\item#1}
143
144 \newcommand{\gnussection}[1]{
145 \renewcommand{\gnussectionname}{#1}
146 \section{#1}
147 }
148
149 \newenvironment{codelist}%
150 {\begin{list}{}{
151 }
152 }{\end{list}}
153
154 \newenvironment{kbdlist}%
155 {\begin{list}{}{
156 \labelwidth=0cm
157 }
158 }{\end{list}}
159
160 \newenvironment{dfnlist}%
161 {\begin{list}{}{
162 }
163 }{\end{list}}
164
165 \newenvironment{stronglist}%
166 {\begin{list}{}{
167 }
168 }{\end{list}}
169
170 \newenvironment{samplist}%
171 {\begin{list}{}{
172 }
173 }{\end{list}}
174
175 \newenvironment{varlist}%
176 {\begin{list}{}{
177 }
178 }{\end{list}}
179
180 \newenvironment{emphlist}%
181 {\begin{list}{}{
182 }
183 }{\end{list}}
184
185 \newlength\gnusheadtextwidth
186 \setlength{\gnusheadtextwidth}{\headtextwidth}
187 \addtolength{\gnusheadtextwidth}{1cm}
188
189 \newpagestyle{gnuspreamble}%
190 {
191 {
192 \ifodd\count0
193 {
194 \hspace*{-0.23cm}\underline{\makebox[\gnusheadtextwidth]{\mbox{}}\textbf{\hfill\roman{page}}}
195 }
196 \else
197 {
198 \hspace*{-3.25cm}\underline{\makebox[\gnusheadtextwidth]{\textbf{\roman{page}\hfill\mbox{}}}
199 }
200 }
201 \fi
202 }
203 }
204 {
205 \ifodd\count0
206 \mbox{} \hfill
207 \raisebox{-0.5cm}{\epsfig{figure=ps/gnus-big-logo,height=1cm}}
208 \else
209 \raisebox{-0.5cm}{\epsfig{figure=ps/gnus-big-logo,height=1cm}}
210 \hfill \mbox{}
211 \fi
212 }
213
214 \newpagestyle{gnusindex}%
215 {
216 {
217 \ifodd\count0
218 {
219 \hspace*{-0.23cm}\underline{\makebox[\gnusheadtextwidth]{\textbf{\gnuschaptername\hfill\arabic{page}}}}
220 }
221 \else
222 {
223 \hspace*{-3.25cm}\underline{\makebox[\gnusheadtextwidth]{\textbf{\arabic{page}\hfill\gnuschaptername}}}
224 }
225 \fi
226 }
227 }
228 {
229 \ifodd\count0
230 \mbox{} \hfill
231 \raisebox{-0.5cm}{\epsfig{figure=ps/gnus-big-logo,height=1cm}}
232 \else
233 \raisebox{-0.5cm}{\epsfig{figure=ps/gnus-big-logo,height=1cm}}
234 \hfill \mbox{}
235 \fi
236 }
237
238 \newpagestyle{gnus}%
239 {
240 {
241 \ifodd\count0
242 {
243 \makebox[12cm]{\hspace*{3.1cm}\underline{\makebox[\gnusheadtextwidth]{\textbf{\arabic{chapter}.\arabic{section}} \textbf{\gnussectionname\hfill\arabic{page}}}}}
244 }
245 \else
246 {
247 \makebox[12cm]{\hspace*{-2.95cm}\underline{\makebox[\gnusheadtextwidth]{\textbf{\arabic{page}\hfill\gnuschaptername}}}}
248 }
249 \fi
250 }
251 }
252 {
253 \ifodd\count0
254 \mbox{} \hfill
255 \raisebox{-0.5cm}{\epsfig{figure=ps/gnus-big-logo,height=1cm}}
256 \else
257 \raisebox{-0.5cm}{\epsfig{figure=ps/gnus-big-logo,height=1cm}}
258 \hfill \mbox{}
259 \fi
260 }
261
262 \pagenumbering{roman}
263 \pagestyle{gnuspreamble}
264
265 @end iflatex
266 @end iftex
267
268 @iftex
269 @iflatex
270 \begin{titlepage}
271 {
272
273 %\addtolength{\oddsidemargin}{-5cm}
274 %\addtolength{\evensidemargin}{-5cm}
275 \parindent=0cm
276 \addtolength{\textheight}{2cm}
277
278 \gnustitle{\gnustitlename}\hfill\gnusversion{\gnusversionname}\\
279 \rule{15cm}{1mm}\\
280 \vfill
281 \hspace*{0cm}\epsfig{figure=ps/gnus-big-logo,height=15cm}
282 \vfill
283 \rule{15cm}{1mm}\\
284 \gnusauthor{by Lars Magne Ingebrigtsen}
285 \newpage
286 }
287
288 \mbox{}
289 \vfill
290
291 \thispagestyle{empty}
292
293 Copyright \copyright{} 1995, 1996, 1997, 1998, 1999, 2000, 2001,
294 2002, 2003
295 Free Software Foundation, Inc.
296
297
298 Permission is granted to copy, distribute and/or modify this document
299 under the terms of the GNU Free Documentation License, Version 1.1 or
300 any later version published by the Free Software Foundation; with no
301 Invariant Sections, with the Front-Cover texts being ``A GNU
302 Manual'', and with the Back-Cover Texts as in (a) below.  A copy of the
303 license is included in the section entitled ``GNU Free Documentation
304 License'' in the Emacs manual.
305
306 (a) The FSF's Back-Cover Text is: ``You have freedom to copy and modify
307 this GNU Manual, like GNU software.  Copies published by the Free
308 Software Foundation raise funds for GNU development.''
309
310 This document is part of a collection distributed under the GNU Free
311 Documentation License.  If you want to distribute this document
312 separately from the collection, you can do so by adding a copy of the
313 license to the document, as described in section 6 of the license.
314 \newpage
315 \end{titlepage}
316 @end iflatex
317 @end iftex
318
319 @ifnottex
320
321 This file documents Gnus, the GNU Emacs newsreader.
322
323 Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
324         Free Software Foundation, Inc.
325
326 Permission is granted to copy, distribute and/or modify this document
327 under the terms of the GNU Free Documentation License, Version 1.1 or
328 any later version published by the Free Software Foundation; with the
329 Invariant Sections being none, with the Front-Cover texts being ``A GNU
330 Manual'', and with the Back-Cover Texts as in (a) below.  A copy of the
331 license is included in the section entitled ``GNU Free Documentation
332 License'' in the Emacs manual.
333
334 (a) The FSF's Back-Cover Text is: ``You have freedom to copy and modify
335 this GNU Manual, like GNU software.  Copies published by the Free
336 Software Foundation raise funds for GNU development.''
337
338 This document is part of a collection distributed under the GNU Free
339 Documentation License.  If you want to distribute this document
340 separately from the collection, you can do so by adding a copy of the
341 license to the document, as described in section 6 of the license.
342 @end ifnottex
343
344 @tex
345
346 @titlepage
347 @title Gnus Manual
348
349 @author by Lars Magne Ingebrigtsen
350 @page
351
352 @vskip 0pt plus 1filll
353 Copyright @copyright{} 1995, 1996, 1997, 1998, 1999, 2000, 2001,
354 2002, 2003
355         Free Software Foundation, Inc.
356
357 Permission is granted to copy, distribute and/or modify this document
358 under the terms of the GNU Free Documentation License, Version 1.1 or
359 any later version published by the Free Software Foundation; with no
360 Invariant Sections, with the Front-Cover texts being ``A GNU
361 Manual'', and with the Back-Cover Texts as in (a) below.  A copy of the
362 license is included in the section entitled ``GNU Free Documentation
363 License'' in the Emacs manual.
364
365 (a) The FSF's Back-Cover Text is: ``You have freedom to copy and modify
366 this GNU Manual, like GNU software.  Copies published by the Free
367 Software Foundation raise funds for GNU development.''
368
369 This document is part of a collection distributed under the GNU Free
370 Documentation License.  If you want to distribute this document
371 separately from the collection, you can do so by adding a copy of the
372 license to the document, as described in section 6 of the license.
373
374 @end titlepage
375 @page
376
377 @end tex
378
379
380 @node Top
381 @top The Gnus Newsreader
382
383 @ifinfo
384
385 You can read news (and mail) from within Emacs by using Gnus.  The news
386 can be gotten by any nefarious means you can think of---@sc{nntp}, local
387 spool or your mbox file.  All at the same time, if you want to push your
388 luck.
389
390 This manual corresponds to Oort Gnus v0.15.
391
392 @end ifinfo
393
394 @iftex
395
396 @iflatex
397 \tableofcontents
398 \gnuscleardoublepage
399 @end iflatex
400
401 Gnus is the advanced, self-documenting, customizable, extensible
402 unreal-time newsreader for GNU Emacs.
403
404 Oops.  That sounds oddly familiar, so let's start over again to avoid
405 being accused of plagiarism:
406
407 Gnus is a message-reading laboratory.  It will let you look at just
408 about anything as if it were a newsgroup.  You can read mail with it,
409 you can browse directories with it, you can @code{ftp} with it---you
410 can even read news with it!
411
412 Gnus tries to empower people who read news the same way Emacs empowers
413 people who edit text.  Gnus sets no limits to what the user should be
414 allowed to do.  Users are encouraged to extend Gnus to make it behave
415 like they want it to behave.  A program should not control people;
416 people should be empowered to do what they want by using (or abusing)
417 the program.
418
419 @end iftex
420
421 @menu
422 * Starting Up::                 Finding news can be a pain.
423 * Group Buffer::                Selecting, subscribing and killing groups.
424 * Summary Buffer::              Reading, saving and posting articles.
425 * Article Buffer::              Displaying and handling articles.
426 * Composing Messages::          Information on sending mail and news.
427 * Select Methods::              Gnus reads all messages from various select methods.
428 * Scoring::                     Assigning values to articles.
429 * Various::                     General purpose settings.
430 * The End::                     Farewell and goodbye.
431 * Appendices::                  Terminology, Emacs intro, FAQ, History, Internals.
432 * Index::                       Variable, function and concept index.
433 * Key Index::                   Key Index.
434
435 Other related manuals
436
437 * Message:(message).            Composing messages.
438 * Emacs-MIME:(emacs-mime).      Composing messages; MIME-specific parts.
439 * Sieve:(sieve).                Managing Sieve scripts in Emacs.
440 * PGG:(pgg).                    PGP/MIME with Gnus.
441
442 @detailmenu
443  --- The Detailed Node Listing ---
444
445 Starting Gnus
446
447 * Finding the News::            Choosing a method for getting news.
448 * The First Time::              What does Gnus do the first time you start it?
449 * The Server is Down::          How can I read my mail then?
450 * Slave Gnusae::                You can have more than one Gnus active at a time.
451 * Fetching a Group::            Starting Gnus just to read a group.
452 * New Groups::                  What is Gnus supposed to do with new groups?
453 * Changing Servers::            You may want to move from one server to another.
454 * Startup Files::               Those pesky startup files---@file{.newsrc}.
455 * Auto Save::                   Recovering from a crash.
456 * The Active File::             Reading the active file over a slow line Takes Time.
457 * Startup Variables::           Other variables you might change.
458
459 New Groups
460
461 * Checking New Groups::         Determining what groups are new.
462 * Subscription Methods::        What Gnus should do with new groups.
463 * Filtering New Groups::        Making Gnus ignore certain new groups.
464
465 Group Buffer
466
467 * Group Buffer Format::         Information listed and how you can change it.
468 * Group Maneuvering::           Commands for moving in the group buffer.
469 * Selecting a Group::           Actually reading news.
470 * Subscription Commands::       Unsubscribing, killing, subscribing.
471 * Group Data::                  Changing the info for a group.
472 * Group Levels::                Levels? What are those, then?
473 * Group Score::                 A mechanism for finding out what groups you like.
474 * Marking Groups::              You can mark groups for later processing.
475 * Foreign Groups::              Creating and editing groups.
476 * Group Parameters::            Each group may have different parameters set.
477 * Listing Groups::              Gnus can list various subsets of the groups.
478 * Sorting Groups::              Re-arrange the group order.
479 * Group Maintenance::           Maintaining a tidy @file{.newsrc} file.
480 * Browse Foreign Server::       You can browse a server.  See what it has to offer.
481 * Exiting Gnus::                Stop reading news and get some work done.
482 * Group Topics::                A folding group mode divided into topics.
483 * Misc Group Stuff::            Other stuff that you can to do.
484
485 Group Buffer Format
486
487 * Group Line Specification::    Deciding how the group buffer is to look.
488 * Group Modeline Specification::  The group buffer modeline.
489 * Group Highlighting::          Having nice colors in the group buffer.
490
491 Group Topics
492
493 * Topic Commands::              Interactive E-Z commands.
494 * Topic Variables::             How to customize the topics the Lisp Way.
495 * Topic Sorting::               Sorting each topic individually.
496 * Topic Topology::              A map of the world.
497 * Topic Parameters::            Parameters that apply to all groups in a topic.
498
499 Misc Group Stuff
500
501 * Scanning New Messages::       Asking Gnus to see whether new messages have arrived.
502 * Group Information::           Information and help on groups and Gnus.
503 * Group Timestamp::             Making Gnus keep track of when you last read a group.
504 * File Commands::               Reading and writing the Gnus files.
505 * Sieve Commands::              Managing Sieve scripts.
506
507 Summary Buffer
508
509 * Summary Buffer Format::       Deciding how the summary buffer is to look.
510 * Summary Maneuvering::         Moving around the summary buffer.
511 * Choosing Articles::           Reading articles.
512 * Paging the Article::          Scrolling the current article.
513 * Reply Followup and Post::     Posting articles.
514 * Delayed Articles::            Send articles at a later time.
515 * Marking Articles::            Marking articles as read, expirable, etc.
516 * Limiting::                    You can limit the summary buffer.
517 * Threading::                   How threads are made.
518 * Sorting the Summary Buffer::  How articles and threads are sorted.
519 * Asynchronous Fetching::       Gnus might be able to pre-fetch articles.
520 * Article Caching::             You may store articles in a cache.
521 * Persistent Articles::         Making articles expiry-resistant.
522 * Article Backlog::             Having already read articles hang around.
523 * Saving Articles::             Ways of customizing article saving.
524 * Decoding Articles::           Gnus can treat series of (uu)encoded articles.
525 * Article Treatment::           The article buffer can be mangled at will.
526 * MIME Commands::               Doing MIMEy things with the articles.
527 * Charsets::                    Character set issues.
528 * Article Commands::            Doing various things with the article buffer.
529 * Summary Sorting::             Sorting the summary buffer in various ways.
530 * Finding the Parent::          No child support? Get the parent.
531 * Alternative Approaches::      Reading using non-default summaries.
532 * Tree Display::                A more visual display of threads.
533 * Mail Group Commands::         Some commands can only be used in mail groups.
534 * Various Summary Stuff::       What didn't fit anywhere else.
535 * Exiting the Summary Buffer::  Returning to the Group buffer,
536                                 or reselecting the current group.
537 * Crosspost Handling::          How crossposted articles are dealt with.
538 * Duplicate Suppression::       An alternative when crosspost handling fails.
539 * Security::                    Decrypt and Verify.
540 * Mailing List::                Mailing list minor mode.
541
542 Summary Buffer Format
543
544 * Summary Buffer Lines::        You can specify how summary lines should look.
545 * To From Newsgroups::          How to not display your own name.
546 * Summary Buffer Mode Line::    You can say how the mode line should look.
547 * Summary Highlighting::        Making the summary buffer all pretty and nice.
548
549 Choosing Articles
550
551 * Choosing Commands::           Commands for choosing articles.
552 * Choosing Variables::          Variables that influence these commands.
553
554 Reply, Followup and Post
555
556 * Summary Mail Commands::       Sending mail.
557 * Summary Post Commands::       Sending news.
558 * Summary Message Commands::    Other Message-related commands.
559 * Canceling and Superseding::   
560
561 Marking Articles
562
563 * Unread Articles::             Marks for unread articles.
564 * Read Articles::               Marks for read articles.
565 * Other Marks::                 Marks that do not affect readedness.
566 * Setting Marks::               
567 * Generic Marking Commands::    
568 * Setting Process Marks::       
569
570 Marking Articles
571
572 * Setting Marks::             How to set and remove marks.
573 * Generic Marking Commands::  How to customize the marking.
574 * Setting Process Marks::     How to mark articles for later processing.
575
576 Threading
577
578 * Customizing Threading::       Variables you can change to affect the threading.
579 * Thread Commands::             Thread based commands in the summary buffer.
580
581 Customizing Threading
582
583 * Loose Threads::               How Gnus gathers loose threads into bigger threads.
584 * Filling In Threads::          Making the threads displayed look fuller.
585 * More Threading::              Even more variables for fiddling with threads.
586 * Low-Level Threading::         You thought it was over@dots{} but you were wrong!
587
588 Decoding Articles
589
590 * Uuencoded Articles::          Uudecode articles.
591 * Shell Archives::              Unshar articles.
592 * PostScript Files::            Split PostScript.
593 * Other Files::                 Plain save and binhex.
594 * Decoding Variables::          Variables for a happy decoding.
595 * Viewing Files::               You want to look at the result of the decoding?
596
597 Decoding Variables
598
599 * Rule Variables::              Variables that say how a file is to be viewed.
600 * Other Decode Variables::      Other decode variables.
601 * Uuencoding and Posting::      Variables for customizing uuencoding.
602
603 Article Treatment
604
605 * Article Highlighting::        You want to make the article look like fruit salad.
606 * Article Fontisizing::         Making emphasized text look nice.
607 * Article Hiding::              You also want to make certain info go away.
608 * Article Washing::             Lots of way-neat functions to make life better.
609 * Article Header::              Doing various header transformations.
610 * Article Buttons::             Click on URLs, Message-IDs, addresses and the like.
611 * Article Date::                Grumble, UT!
612 * Article Display::             Display various stuff---X-Face, Picons, Smileys
613 * Article Signature::           What is a signature?
614 * Article Miscellania::         Various other stuff.
615
616 Alternative Approaches
617
618 * Pick and Read::               First mark articles and then read them.
619 * Binary Groups::               Auto-decode all articles.
620
621 Various Summary Stuff
622
623 * Summary Group Information::   Information oriented commands.
624 * Searching for Articles::      Multiple article commands.
625 * Summary Generation Commands::  
626 * Really Various Summary Commands::  Those pesky non-conformant commands.
627
628 Article Buffer
629
630 * Hiding Headers::              Deciding what headers should be displayed.
631 * Using MIME::                  Pushing articles through @sc{mime} before reading them.
632 * Customizing Articles::        Tailoring the look of the articles.
633 * Article Keymap::              Keystrokes available in the article buffer.
634 * Misc Article::                Other stuff.
635
636 Composing Messages
637
638 * Mail::                        Mailing and replying.
639 * Posting Server::              What server should you post and mail via?
640 * Mail and Post::               Mailing and posting at the same time.
641 * Archived Messages::           Where Gnus stores the messages you've sent.
642 * Posting Styles::              An easier way to specify who you are.
643 * Drafts::                      Postponing messages and rejected messages.
644 * Rejected Articles::           What happens if the server doesn't like your article?
645 * Signing and encrypting::      How to compose secure messages.
646
647 Select Methods
648
649 * Server Buffer::               Making and editing virtual servers.
650 * Getting News::                Reading USENET news with Gnus.
651 * Getting Mail::                Reading your personal mail with Gnus.
652 * Browsing the Web::            Getting messages from a plethora of Web sources.
653 * IMAP::                        Using Gnus as a @sc{imap} client.
654 * Other Sources::               Reading directories, files, SOUP packets.
655 * Combined Groups::             Combining groups into one group.
656 * Gnus Unplugged::              Reading news and mail offline.
657
658 Server Buffer
659
660 * Server Buffer Format::        You can customize the look of this buffer.
661 * Server Commands::             Commands to manipulate servers.
662 * Example Methods::             Examples server specifications.
663 * Creating a Virtual Server::   An example session.
664 * Server Variables::            Which variables to set.
665 * Servers and Methods::         You can use server names as select methods.
666 * Unavailable Servers::         Some servers you try to contact may be down.
667
668 Getting News
669
670 * NNTP::                        Reading news from an @sc{nntp} server.
671 * News Spool::                  Reading news from the local spool.
672
673 @sc{nntp}
674
675 * Direct Functions::            Connecting directly to the server.
676 * Indirect Functions::          Connecting indirectly to the server.
677 * Common Variables::            Understood by several connection functions.
678
679 Getting Mail
680
681 * Mail in a Newsreader::        Important introductory notes.
682 * Getting Started Reading Mail::  A simple cookbook example.
683 * Splitting Mail::              How to create mail groups.
684 * Mail Sources::                How to tell Gnus where to get mail from.
685 * Mail Back End Variables::     Variables for customizing mail handling.
686 * Fancy Mail Splitting::        Gnus can do hairy splitting of incoming mail.
687 * Group Mail Splitting::        Use group customize to drive mail splitting.
688 * Incorporating Old Mail::      What about the old mail you have?
689 * Expiring Mail::               Getting rid of unwanted mail.
690 * Washing Mail::                Removing gruft from the mail you get.
691 * Duplicates::                  Dealing with duplicated mail.
692 * Not Reading Mail::            Using mail back ends for reading other files.
693 * Choosing a Mail Back End::    Gnus can read a variety of mail formats.
694
695 Mail Sources
696
697 * Mail Source Specifiers::      How to specify what a mail source is.
698 * Mail Source Customization::   Some variables that influence things.
699 * Fetching Mail::               Using the mail source specifiers.
700
701 Choosing a Mail Back End
702
703 * Unix Mail Box::               Using the (quite) standard Un*x mbox.
704 * Rmail Babyl::                 Emacs programs use the rmail babyl format.
705 * Mail Spool::                  Store your mail in a private spool?
706 * MH Spool::                    An mhspool-like back end.
707 * Mail Folders::                Having one file for each group.
708 * Comparing Mail Back Ends::    An in-depth looks at pros and cons.
709
710 Browsing the Web
711
712 * Archiving Mail::              
713 * Web Searches::                Creating groups from articles that match a string.
714 * Slashdot::                    Reading the Slashdot comments.
715 * Ultimate::                    The Ultimate Bulletin Board systems.
716 * Web Archive::                 Reading mailing list archived on web.
717 * RSS::                         Reading RDF site summary.
718 * Customizing w3::              Doing stuff to Emacs/w3 from Gnus.
719
720 @sc{imap}
721
722 * Splitting in IMAP::           Splitting mail with nnimap.
723 * Expiring in IMAP::            Expiring mail with nnimap.
724 * Editing IMAP ACLs::           Limiting/enabling other users access to a mailbox.
725 * Expunging mailboxes::         Equivalent of a ``compress mailbox'' button.
726 * A note on namespaces::        How to (not) use IMAP namespace in Gnus.
727
728 Other Sources
729
730 * Directory Groups::            You can read a directory as if it was a newsgroup.
731 * Anything Groups::             Dired?  Who needs dired?
732 * Document Groups::             Single files can be the basis of a group.
733 * SOUP::                        Reading @sc{soup} packets ``offline''.
734 * Mail-To-News Gateways::       Posting articles via mail-to-news gateways.
735
736 Document Groups
737
738 * Document Server Internals::   How to add your own document types.
739
740 SOUP
741
742 * SOUP Commands::               Commands for creating and sending @sc{soup} packets
743 * SOUP Groups::                 A back end for reading @sc{soup} packets.
744 * SOUP Replies::                How to enable @code{nnsoup} to take over mail and news.
745
746 Combined Groups
747
748 * Virtual Groups::              Combining articles from many groups.
749 * Kibozed Groups::              Looking through parts of the newsfeed for articles.
750
751 Gnus Unplugged
752
753 * Agent Basics::                How it all is supposed to work.
754 * Agent Categories::            How to tell the Gnus Agent what to download.
755 * Agent Commands::              New commands for all the buffers.
756 * Agent as Cache::              The Agent is a big cache too.
757 * Agent Expiry::                How to make old articles go away.
758 * Agent Regeneration::          How to recover from lost connections and other accidents.
759 * Agent and IMAP::              How to use the Agent with IMAP.
760 * Outgoing Messages::           What happens when you post/mail something?
761 * Agent Variables::             Customizing is fun.
762 * Example Setup::               An example @file{.gnus.el} file for offline people.
763 * Batching Agents::             How to fetch news from a @code{cron} job.
764 * Agent Caveats::               What you think it'll do and what it does.
765
766 Agent Categories
767
768 * Category Syntax::             What a category looks like.
769 * Category Buffer::             A buffer for maintaining categories.
770 * Category Variables::          Customize'r'Us.
771
772 Agent Commands
773
774 * Group Agent Commands::        Configure groups and fetch their contents.
775 * Summary Agent Commands::      Manually select then fetch specific articles.
776 * Server Agent Commands::       Select the servers that are supported by the agent.
777
778 Scoring
779
780 * Summary Score Commands::      Adding score entries for the current group.
781 * Group Score Commands::        General score commands.
782 * Score Variables::             Customize your scoring.  (My, what terminology).
783 * Score File Format::           What a score file may contain.
784 * Score File Editing::          You can edit score files by hand as well.
785 * Adaptive Scoring::            Big Sister Gnus knows what you read.
786 * Home Score File::             How to say where new score entries are to go.
787 * Followups To Yourself::       Having Gnus notice when people answer you.
788 * Scoring On Other Headers::    Scoring on non-standard headers.
789 * Scoring Tips::                How to score effectively.
790 * Reverse Scoring::             That problem child of old is not problem.
791 * Global Score Files::          Earth-spanning, ear-splitting score files.
792 * Kill Files::                  They are still here, but they can be ignored.
793 * Converting Kill Files::       Translating kill files to score files.
794 * GroupLens::                   Getting predictions on what you like to read.
795 * Advanced Scoring::            Using logical expressions to build score rules.
796 * Score Decays::                It can be useful to let scores wither away.
797
798 GroupLens
799
800 * Using GroupLens::             How to make Gnus use GroupLens.
801 * Rating Articles::             Letting GroupLens know how you rate articles.
802 * Displaying Predictions::      Displaying predictions given by GroupLens.
803 * GroupLens Variables::         Customizing GroupLens.
804
805 Advanced Scoring
806
807 * Advanced Scoring Syntax::     A definition.
808 * Advanced Scoring Examples::   What they look like.
809 * Advanced Scoring Tips::       Getting the most out of it.
810
811 Various
812
813 * Process/Prefix::              A convention used by many treatment commands.
814 * Interactive::                 Making Gnus ask you many questions.
815 * Symbolic Prefixes::           How to supply some Gnus functions with options.
816 * Formatting Variables::        You can specify what buffers should look like.
817 * Window Layout::               Configuring the Gnus buffer windows.
818 * Faces and Fonts::             How to change how faces look.
819 * Compilation::                 How to speed Gnus up.
820 * Mode Lines::                  Displaying information in the mode lines.
821 * Highlighting and Menus::      Making buffers look all nice and cozy.
822 * Buttons::                     Get tendinitis in ten easy steps!
823 * Daemons::                     Gnus can do things behind your back.
824 * NoCeM::                       How to avoid spam and other fatty foods.
825 * Undo::                        Some actions can be undone.
826 * Predicate Specifiers::        Specifying predicates.
827 * Moderation::                  What to do if you're a moderator.
828 * Image Enhancements::          Modern versions of Emacs/XEmacs can display images.
829 * Fuzzy Matching::              What's the big fuzz?
830 * Thwarting Email Spam::        A how-to on avoiding unsolicited commercial email.
831 * Various Various::             Things that are really various.
832
833 Formatting Variables
834
835 * Formatting Basics::           A formatting variable is basically a format string.
836 * Mode Line Formatting::        Some rules about mode line formatting variables.
837 * Advanced Formatting::         Modifying output in various ways.
838 * User-Defined Specs::          Having Gnus call your own functions.
839 * Formatting Fonts::            Making the formatting look colorful and nice.
840 * Positioning Point::           Moving point to a position after an operation.
841 * Tabulation::                  Tabulating your output.
842 * Wide Characters::             Dealing with wide characters.
843
844 Image Enhancements
845
846 * Picons::                      How to display pictures of what you're reading.
847 * Smileys::                     Show all those happy faces the way they were meant to be shown.
848 * X-Face::                      Display a funky, teensy black-and-white image.
849 * XVarious::                    Other XEmacsy Gnusey variables.
850
851 Thwarting Email Spam
852
853 * The problem of spam::         Some background, and some solutions
854 * Anti-Spam Basics::            Simple steps to reduce the amount of spam.
855 * SpamAssassin::                How to use external anti-spam tools.
856 * Hashcash::                    Reduce spam by burning CPU time.
857 * Filtering Spam Using The Spam ELisp Package::  
858 * Filtering Spam Using Statistics with spam-stat::  
859
860 Appendices
861
862 * XEmacs::                      Requirements for installing under XEmacs.
863 * History::                     How Gnus got where it is today.
864 * On Writing Manuals::          Why this is not a beginner's guide.
865 * Terminology::                 We use really difficult, like, words here.
866 * Customization::               Tailoring Gnus to your needs.
867 * Troubleshooting::             What you might try if things do not work.
868 * Gnus Reference Guide::        Rilly, rilly technical stuff.
869 * Emacs for Heathens::          A short introduction to Emacsian terms.
870 * Frequently Asked Questions::
871
872 History
873
874 * Gnus Versions::               What Gnus versions have been released.
875 * Other Gnus Versions::         Other Gnus versions that also have been released.
876 * Why?::                        What's the point of Gnus?
877 * Compatibility::               Just how compatible is Gnus with @sc{gnus}?
878 * Conformity::                  Gnus tries to conform to all standards.
879 * Emacsen::                     Gnus can be run on a few modern Emacsen.
880 * Gnus Development::            How Gnus is developed.
881 * Contributors::                Oodles of people.
882 * New Features::                Pointers to some of the new stuff in Gnus.
883
884 New Features
885
886 * ding Gnus::                   New things in Gnus 5.0/5.1, the first new Gnus.
887 * September Gnus::              The Thing Formally Known As Gnus 5.2/5.3.
888 * Red Gnus::                    Third time best---Gnus 5.4/5.5.
889 * Quassia Gnus::                Two times two is four, or Gnus 5.6/5.7.
890 * Pterodactyl Gnus::            Pentad also starts with P, AKA Gnus 5.8/5.9.
891
892 Customization
893
894 * Slow/Expensive Connection::   You run a local Emacs and get the news elsewhere.
895 * Slow Terminal Connection::    You run a remote Emacs.
896 * Little Disk Space::           You feel that having large setup files is icky.
897 * Slow Machine::                You feel like buying a faster machine.
898
899 Gnus Reference Guide
900
901 * Gnus Utility Functions::      Common functions and variable to use.
902 * Back End Interface::          How Gnus communicates with the servers.
903 * Score File Syntax::           A BNF definition of the score file standard.
904 * Headers::                     How Gnus stores headers internally.
905 * Ranges::                      A handy format for storing mucho numbers.
906 * Group Info::                  The group info format.
907 * Extended Interactive::        Symbolic prefixes and stuff.
908 * Emacs/XEmacs Code::           Gnus can be run under all modern Emacsen.
909 * Various File Formats::        Formats of files that Gnus use.
910
911 Back End Interface
912
913 * Required Back End Functions::  Functions that must be implemented.
914 * Optional Back End Functions::  Functions that need not be implemented.
915 * Error Messaging::             How to get messages and report errors.
916 * Writing New Back Ends::       Extending old back ends.
917 * Hooking New Back Ends Into Gnus::  What has to be done on the Gnus end.
918 * Mail-like Back Ends::         Some tips on mail back ends.
919
920 Various File Formats
921
922 * Active File Format::          Information on articles and groups available.
923 * Newsgroups File Format::      Group descriptions.
924
925 Emacs for Heathens
926
927 * Keystrokes::                  Entering text and executing commands.
928 * Emacs Lisp::                  The built-in Emacs programming language.
929
930 @end detailmenu
931 @end menu
932
933 @node Starting Up
934 @chapter Starting Gnus
935 @cindex starting up
936
937 @kindex M-x gnus
938 @findex gnus
939 If your system administrator has set things up properly, starting Gnus
940 and reading news is extremely easy---you just type @kbd{M-x gnus} in
941 your Emacs.
942
943 @findex gnus-other-frame
944 @kindex M-x gnus-other-frame
945 If you want to start Gnus in a different frame, you can use the command
946 @kbd{M-x gnus-other-frame} instead.
947
948 If things do not go smoothly at startup, you have to twiddle some
949 variables in your @file{~/.gnus} file.  This file is similar to
950 @file{~/.emacs}, but is read when gnus starts.
951
952 If you puzzle at any terms used in this manual, please refer to the
953 terminology section (@pxref{Terminology}).
954
955 @menu
956 * Finding the News::            Choosing a method for getting news.
957 * The First Time::              What does Gnus do the first time you start it?
958 * The Server is Down::          How can I read my mail then?
959 * Slave Gnusae::                You can have more than one Gnus active at a time.
960 * Fetching a Group::            Starting Gnus just to read a group.
961 * New Groups::                  What is Gnus supposed to do with new groups?
962 * Changing Servers::            You may want to move from one server to another.
963 * Startup Files::               Those pesky startup files---@file{.newsrc}.
964 * Auto Save::                   Recovering from a crash.
965 * The Active File::             Reading the active file over a slow line Takes Time.
966 * Startup Variables::           Other variables you might change.
967 @end menu
968
969
970 @node Finding the News
971 @section Finding the News
972 @cindex finding news
973
974 @vindex gnus-select-method
975 @c @head
976 The @code{gnus-select-method} variable says where Gnus should look for
977 news.  This variable should be a list where the first element says
978 @dfn{how} and the second element says @dfn{where}.  This method is your
979 native method.  All groups not fetched with this method are
980 foreign groups.
981
982 For instance, if the @samp{news.somewhere.edu} @sc{nntp} server is where
983 you want to get your daily dosage of news from, you'd say:
984
985 @lisp
986 (setq gnus-select-method '(nntp "news.somewhere.edu"))
987 @end lisp
988
989 If you want to read directly from the local spool, say:
990
991 @lisp
992 (setq gnus-select-method '(nnspool ""))
993 @end lisp
994
995 If you can use a local spool, you probably should, as it will almost
996 certainly be much faster.  But do not use the local spool if your
997 server is running Leafnode; in this case, use @code{(nntp "localhost")}.
998
999 @vindex gnus-nntpserver-file
1000 @cindex NNTPSERVER
1001 @cindex @sc{nntp} server
1002 If this variable is not set, Gnus will take a look at the
1003 @code{NNTPSERVER} environment variable.  If that variable isn't set,
1004 Gnus will see whether @code{gnus-nntpserver-file}
1005 (@file{/etc/nntpserver} by default) has any opinions on the matter.  If
1006 that fails as well, Gnus will try to use the machine running Emacs as an @sc{nntp} server.  That's a long shot, though.
1007
1008 @vindex gnus-nntp-server
1009 If @code{gnus-nntp-server} is set, this variable will override
1010 @code{gnus-select-method}.  You should therefore set
1011 @code{gnus-nntp-server} to @code{nil}, which is what it is by default.
1012
1013 @vindex gnus-secondary-servers
1014 @vindex gnus-nntp-server
1015 You can also make Gnus prompt you interactively for the name of an
1016 @sc{nntp} server.  If you give a non-numerical prefix to @code{gnus}
1017 (i.e., @kbd{C-u M-x gnus}), Gnus will let you choose between the servers
1018 in the @code{gnus-secondary-servers} list (if any).  You can also just
1019 type in the name of any server you feel like visiting.  (Note that this
1020 will set @code{gnus-nntp-server}, which means that if you then @kbd{M-x
1021 gnus} later in the same Emacs session, Gnus will contact the same
1022 server.)
1023
1024 @findex gnus-group-browse-foreign-server
1025 @kindex B (Group)
1026 However, if you use one @sc{nntp} server regularly and are just
1027 interested in a couple of groups from a different server, you would be
1028 better served by using the @kbd{B} command in the group buffer.  It will
1029 let you have a look at what groups are available, and you can subscribe
1030 to any of the groups you want to.  This also makes @file{.newsrc}
1031 maintenance much tidier.  @xref{Foreign Groups}.
1032
1033 @vindex gnus-secondary-select-methods
1034 @c @head
1035 A slightly different approach to foreign groups is to set the
1036 @code{gnus-secondary-select-methods} variable.  The select methods
1037 listed in this variable are in many ways just as native as the
1038 @code{gnus-select-method} server.  They will also be queried for active
1039 files during startup (if that's required), and new newsgroups that
1040 appear on these servers will be subscribed (or not) just as native
1041 groups are.
1042
1043 For instance, if you use the @code{nnmbox} back end to read your mail,
1044 you would typically set this variable to
1045
1046 @lisp
1047 (setq gnus-secondary-select-methods '((nnmbox "")))
1048 @end lisp
1049
1050
1051 @node The First Time
1052 @section The First Time
1053 @cindex first time usage
1054
1055 If no startup files exist, Gnus will try to determine what groups should
1056 be subscribed by default.
1057
1058 @vindex gnus-default-subscribed-newsgroups
1059 If the variable @code{gnus-default-subscribed-newsgroups} is set, Gnus
1060 will subscribe you to just those groups in that list, leaving the rest
1061 killed.  Your system administrator should have set this variable to
1062 something useful.
1063
1064 Since she hasn't, Gnus will just subscribe you to a few arbitrarily
1065 picked groups (i.e., @samp{*.newusers}).  (@dfn{Arbitrary} is defined
1066 here as @dfn{whatever Lars thinks you should read}.)
1067
1068 You'll also be subscribed to the Gnus documentation group, which should
1069 help you with most common problems.
1070
1071 If @code{gnus-default-subscribed-newsgroups} is @code{t}, Gnus will just
1072 use the normal functions for handling new groups, and not do anything
1073 special.
1074
1075
1076 @node The Server is Down
1077 @section The Server is Down
1078 @cindex server errors
1079
1080 If the default server is down, Gnus will understandably have some
1081 problems starting.  However, if you have some mail groups in addition to
1082 the news groups, you may want to start Gnus anyway.
1083
1084 Gnus, being the trusting sort of program, will ask whether to proceed
1085 without a native select method if that server can't be contacted.  This
1086 will happen whether the server doesn't actually exist (i.e., you have
1087 given the wrong address) or the server has just momentarily taken ill
1088 for some reason or other.  If you decide to continue and have no foreign
1089 groups, you'll find it difficult to actually do anything in the group
1090 buffer.  But, hey, that's your problem.  Blllrph!
1091
1092 @findex gnus-no-server
1093 @kindex M-x gnus-no-server
1094 @c @head
1095 If you know that the server is definitely down, or you just want to read
1096 your mail without bothering with the server at all, you can use the
1097 @code{gnus-no-server} command to start Gnus.  That might come in handy
1098 if you're in a hurry as well.  This command will not attempt to contact
1099 your primary server---instead, it will just activate all groups on level
1100 1 and 2.  (You should preferably keep no native groups on those two
1101 levels.) Also @pxref{Group Levels}.
1102
1103
1104 @node Slave Gnusae
1105 @section Slave Gnusae
1106 @cindex slave
1107
1108 You might want to run more than one Emacs with more than one Gnus at the
1109 same time.  If you are using different @file{.newsrc} files (e.g., if you
1110 are using the two different Gnusae to read from two different servers),
1111 that is no problem whatsoever.  You just do it.
1112
1113 The problem appears when you want to run two Gnusae that use the same
1114 @file{.newsrc} file.
1115
1116 To work around that problem some, we here at the Think-Tank at the Gnus
1117 Towers have come up with a new concept: @dfn{Masters} and
1118 @dfn{slaves}.  (We have applied for a patent on this concept, and have
1119 taken out a copyright on those words.  If you wish to use those words in
1120 conjunction with each other, you have to send $1 per usage instance to
1121 me.  Usage of the patent (@dfn{Master/Slave Relationships In Computer
1122 Applications}) will be much more expensive, of course.)
1123
1124 @findex gnus-slave
1125 Anyway, you start one Gnus up the normal way with @kbd{M-x gnus} (or
1126 however you do it).  Each subsequent slave Gnusae should be started with
1127 @kbd{M-x gnus-slave}.  These slaves won't save normal @file{.newsrc}
1128 files, but instead save @dfn{slave files} that contain information only
1129 on what groups have been read in the slave session.  When a master Gnus
1130 starts, it will read (and delete) these slave files, incorporating all
1131 information from them.  (The slave files will be read in the sequence
1132 they were created, so the latest changes will have precedence.)
1133
1134 Information from the slave files has, of course, precedence over the
1135 information in the normal (i.e., master) @file{.newsrc} file.
1136
1137 If the @file{.newsrc*} files have not been saved in the master when the
1138 slave starts, you may be prompted as to whether to read an auto-save
1139 file.  If you answer ``yes'', the unsaved changes to the master will be
1140 incorporated into the slave.  If you answer ``no'', the slave may see some
1141 messages as unread that have been read in the master.
1142
1143 @node Fetching a Group
1144 @section Fetching a Group
1145 @cindex fetching a group
1146
1147 @findex gnus-fetch-group
1148 It is sometimes convenient to be able to just say ``I want to read this
1149 group and I don't care whether Gnus has been started or not''.  This is
1150 perhaps more useful for people who write code than for users, but the
1151 command @code{gnus-fetch-group} provides this functionality in any case.
1152 It takes the group name as a parameter.
1153
1154
1155 @node New Groups
1156 @section New Groups
1157 @cindex new groups
1158 @cindex subscription
1159
1160 @vindex gnus-check-new-newsgroups
1161 If you are satisfied that you really never want to see any new groups,
1162 you can set @code{gnus-check-new-newsgroups} to @code{nil}.  This will
1163 also save you some time at startup.  Even if this variable is
1164 @code{nil}, you can always subscribe to the new groups just by pressing
1165 @kbd{U} in the group buffer (@pxref{Group Maintenance}).  This variable
1166 is @code{ask-server} by default.  If you set this variable to
1167 @code{always}, then Gnus will query the back ends for new groups even
1168 when you do the @kbd{g} command (@pxref{Scanning New Messages}).
1169
1170 @menu
1171 * Checking New Groups::         Determining what groups are new.
1172 * Subscription Methods::        What Gnus should do with new groups.
1173 * Filtering New Groups::        Making Gnus ignore certain new groups.
1174 @end menu
1175
1176
1177 @node Checking New Groups
1178 @subsection Checking New Groups
1179
1180 Gnus normally determines whether a group is new or not by comparing the
1181 list of groups from the active file(s) with the lists of subscribed and
1182 dead groups.  This isn't a particularly fast method.  If
1183 @code{gnus-check-new-newsgroups} is @code{ask-server}, Gnus will ask the
1184 server for new groups since the last time.  This is both faster and
1185 cheaper.  This also means that you can get rid of the list of killed
1186 groups altogether, so you may set @code{gnus-save-killed-list} to
1187 @code{nil}, which will save time both at startup, at exit, and all over.
1188 Saves disk space, too.  Why isn't this the default, then?
1189 Unfortunately, not all servers support this command.
1190
1191 I bet I know what you're thinking now: How do I find out whether my
1192 server supports @code{ask-server}?  No?  Good, because I don't have a
1193 fail-safe answer.  I would suggest just setting this variable to
1194 @code{ask-server} and see whether any new groups appear within the next
1195 few days.  If any do, then it works.  If none do, then it doesn't
1196 work.  I could write a function to make Gnus guess whether the server
1197 supports @code{ask-server}, but it would just be a guess.  So I won't.
1198 You could @code{telnet} to the server and say @code{HELP} and see
1199 whether it lists @samp{NEWGROUPS} among the commands it understands.  If
1200 it does, then it might work.  (But there are servers that lists
1201 @samp{NEWGROUPS} without supporting the function properly.)
1202
1203 This variable can also be a list of select methods.  If so, Gnus will
1204 issue an @code{ask-server} command to each of the select methods, and
1205 subscribe them (or not) using the normal methods.  This might be handy
1206 if you are monitoring a few servers for new groups.  A side effect is
1207 that startup will take much longer, so you can meditate while waiting.
1208 Use the mantra ``dingnusdingnusdingnus'' to achieve permanent bliss.
1209
1210
1211 @node Subscription Methods
1212 @subsection Subscription Methods
1213
1214 @vindex gnus-subscribe-newsgroup-method
1215 What Gnus does when it encounters a new group is determined by the
1216 @code{gnus-subscribe-newsgroup-method} variable.
1217
1218 This variable should contain a function.  This function will be called
1219 with the name of the new group as the only parameter.
1220
1221 Some handy pre-fab functions are:
1222
1223 @table @code
1224
1225 @item gnus-subscribe-zombies
1226 @vindex gnus-subscribe-zombies
1227 Make all new groups zombies.  This is the default.  You can browse the
1228 zombies later (with @kbd{A z}) and either kill them all off properly
1229 (with @kbd{S z}), or subscribe to them (with @kbd{u}).
1230
1231 @item gnus-subscribe-randomly
1232 @vindex gnus-subscribe-randomly
1233 Subscribe all new groups in arbitrary order.  This really means that all
1234 new groups will be added at ``the top'' of the group buffer.
1235
1236 @item gnus-subscribe-alphabetically
1237 @vindex gnus-subscribe-alphabetically
1238 Subscribe all new groups in alphabetical order.
1239
1240 @item gnus-subscribe-hierarchically
1241 @vindex gnus-subscribe-hierarchically
1242 Subscribe all new groups hierarchically.  The difference between this
1243 function and @code{gnus-subscribe-alphabetically} is slight.
1244 @code{gnus-subscribe-alphabetically} will subscribe new groups in a strictly
1245 alphabetical fashion, while this function will enter groups into its
1246 hierarchy.  So if you want to have the @samp{rec} hierarchy before the
1247 @samp{comp} hierarchy, this function will not mess that configuration
1248 up.  Or something like that.
1249
1250 @item gnus-subscribe-interactively
1251 @vindex gnus-subscribe-interactively
1252 Subscribe new groups interactively.  This means that Gnus will ask
1253 you about @strong{all} new groups.  The groups you choose to subscribe
1254 to will be subscribed hierarchically.
1255
1256 @item gnus-subscribe-killed
1257 @vindex gnus-subscribe-killed
1258 Kill all new groups.
1259
1260 @item gnus-subscribe-topics
1261 @vindex gnus-subscribe-topics
1262 Put the groups into the topic that has a matching @code{subscribe} topic
1263 parameter (@pxref{Topic Parameters}).  For instance, a @code{subscribe}
1264 topic parameter that looks like
1265
1266 @example
1267 "nnslashdot"
1268 @end example
1269
1270 will mean that all groups that match that regex will be subscribed under
1271 that topic.
1272
1273 If no topics match the groups, the groups will be subscribed in the
1274 top-level topic.
1275
1276 @end table
1277
1278 @vindex gnus-subscribe-hierarchical-interactive
1279 A closely related variable is
1280 @code{gnus-subscribe-hierarchical-interactive}.  (That's quite a
1281 mouthful.)  If this variable is non-@code{nil}, Gnus will ask you in a
1282 hierarchical fashion whether to subscribe to new groups or not.  Gnus
1283 will ask you for each sub-hierarchy whether you want to descend the
1284 hierarchy or not.
1285
1286 One common mistake is to set the variable a few paragraphs above
1287 (@code{gnus-subscribe-newsgroup-method}) to
1288 @code{gnus-subscribe-hierarchical-interactive}.  This is an error.  This
1289 will not work.  This is ga-ga.  So don't do it.
1290
1291
1292 @node Filtering New Groups
1293 @subsection Filtering New Groups
1294
1295 A nice and portable way to control which new newsgroups should be
1296 subscribed (or ignored) is to put an @dfn{options} line at the start of
1297 the @file{.newsrc} file.  Here's an example:
1298
1299 @example
1300 options -n !alt.all !rec.all sci.all
1301 @end example
1302
1303 @vindex gnus-subscribe-options-newsgroup-method
1304 This line obviously belongs to a serious-minded intellectual scientific
1305 person (or she may just be plain old boring), because it says that all
1306 groups that have names beginning with @samp{alt} and @samp{rec} should
1307 be ignored, and all groups with names beginning with @samp{sci} should
1308 be subscribed.  Gnus will not use the normal subscription method for
1309 subscribing these groups.
1310 @code{gnus-subscribe-options-newsgroup-method} is used instead.  This
1311 variable defaults to @code{gnus-subscribe-alphabetically}.
1312
1313 @vindex gnus-options-not-subscribe
1314 @vindex gnus-options-subscribe
1315 If you don't want to mess with your @file{.newsrc} file, you can just
1316 set the two variables @code{gnus-options-subscribe} and
1317 @code{gnus-options-not-subscribe}.  These two variables do exactly the
1318 same as the @file{.newsrc} @samp{options -n} trick.  Both are regexps,
1319 and if the new group matches the former, it will be unconditionally
1320 subscribed, and if it matches the latter, it will be ignored.
1321
1322 @vindex gnus-auto-subscribed-groups
1323 Yet another variable that meddles here is
1324 @code{gnus-auto-subscribed-groups}.  It works exactly like
1325 @code{gnus-options-subscribe}, and is therefore really superfluous, but I
1326 thought it would be nice to have two of these.  This variable is more
1327 meant for setting some ground rules, while the other variable is used
1328 more for user fiddling.  By default this variable makes all new groups
1329 that come from mail back ends (@code{nnml}, @code{nnbabyl},
1330 @code{nnfolder}, @code{nnmbox}, @code{nnmh}, and @code{nnmaildir})
1331 subscribed.  If you don't like that, just set this variable to
1332 @code{nil}.
1333
1334 New groups that match this regexp are subscribed using
1335 @code{gnus-subscribe-options-newsgroup-method}.
1336
1337
1338 @node Changing Servers
1339 @section Changing Servers
1340 @cindex changing servers
1341
1342 Sometimes it is necessary to move from one @sc{nntp} server to another.
1343 This happens very rarely, but perhaps you change jobs, or one server is
1344 very flaky and you want to use another.
1345
1346 Changing the server is pretty easy, right?  You just change
1347 @code{gnus-select-method} to point to the new server?
1348
1349 @emph{Wrong!}
1350
1351 Article numbers are not (in any way) kept synchronized between different
1352 @sc{nntp} servers, and the only way Gnus keeps track of what articles
1353 you have read is by keeping track of article numbers.  So when you
1354 change @code{gnus-select-method}, your @file{.newsrc} file becomes
1355 worthless.
1356
1357 Gnus provides a few functions to attempt to translate a @file{.newsrc}
1358 file from one server to another.  They all have one thing in
1359 common---they take a looong time to run.  You don't want to use these
1360 functions more than absolutely necessary.
1361
1362 @kindex M-x gnus-change-server
1363 @findex gnus-change-server
1364 If you have access to both servers, Gnus can request the headers for all
1365 the articles you have read and compare @code{Message-ID}s and map the
1366 article numbers of the read articles and article marks.  The @kbd{M-x
1367 gnus-change-server} command will do this for all your native groups.  It
1368 will prompt for the method you want to move to.
1369
1370 @kindex M-x gnus-group-move-group-to-server
1371 @findex gnus-group-move-group-to-server
1372 You can also move individual groups with the @kbd{M-x
1373 gnus-group-move-group-to-server} command.  This is useful if you want to
1374 move a (foreign) group from one server to another.
1375
1376 @kindex M-x gnus-group-clear-data-on-native-groups
1377 @findex gnus-group-clear-data-on-native-groups
1378 If you don't have access to both the old and new server, all your marks
1379 and read ranges have become worthless.  You can use the @kbd{M-x
1380 gnus-group-clear-data-on-native-groups} command to clear out all data
1381 that you have on your native groups.  Use with caution.
1382
1383 @kindex M-x gnus-group-clear-data
1384 @findex gnus-group-clear-data
1385 Clear the data from the current group only---nix out marks and the
1386 list of read articles (@code{gnus-group-clear-data}).
1387
1388 After changing servers, you @strong{must} move the cache hierarchy away,
1389 since the cached articles will have wrong article numbers, which will
1390 affect which articles Gnus thinks are read.
1391 @code{gnus-group-clear-data-on-native-groups} will ask you if you want
1392 to have it done automatically; for @code{gnus-group-clear-data}, you
1393 can use @kbd{M-x gnus-cache-move-cache} (but beware, it will move the
1394 cache for all groups).
1395
1396
1397 @node Startup Files
1398 @section Startup Files
1399 @cindex startup files
1400 @cindex .newsrc
1401 @cindex .newsrc.el
1402 @cindex .newsrc.eld
1403
1404 Now, you all know about the @file{.newsrc} file.  All subscription
1405 information is traditionally stored in this file.
1406
1407 Things got a bit more complicated with @sc{gnus}.  In addition to
1408 keeping the @file{.newsrc} file updated, it also used a file called
1409 @file{.newsrc.el} for storing all the information that didn't fit into
1410 the @file{.newsrc} file.  (Actually, it also duplicated everything in
1411 the @file{.newsrc} file.)  @sc{gnus} would read whichever one of these
1412 files was the most recently saved, which enabled people to swap between
1413 @sc{gnus} and other newsreaders.
1414
1415 That was kinda silly, so Gnus went one better: In addition to the
1416 @file{.newsrc} and @file{.newsrc.el} files, Gnus also has a file called
1417 @file{.newsrc.eld}.  It will read whichever of these files that are most
1418 recent, but it will never write a @file{.newsrc.el} file.  You should
1419 never delete the @file{.newsrc.eld} file---it contains much information
1420 not stored in the @file{.newsrc} file.
1421
1422 @vindex gnus-save-newsrc-file
1423 @vindex gnus-read-newsrc-file
1424 You can turn off writing the @file{.newsrc} file by setting
1425 @code{gnus-save-newsrc-file} to @code{nil}, which means you can delete
1426 the file and save some space, as well as exiting from Gnus faster.
1427 However, this will make it impossible to use other newsreaders than
1428 Gnus.  But hey, who would want to, right?  Similarly, setting
1429 @code{gnus-read-newsrc-file} to @code{nil} makes Gnus ignore the
1430 @file{.newsrc} file and any @file{.newsrc-SERVER} files, which is
1431 convenient if you have a tendency to use Netscape once in a while.
1432
1433 @vindex gnus-save-killed-list
1434 If @code{gnus-save-killed-list} (default @code{t}) is @code{nil}, Gnus
1435 will not save the list of killed groups to the startup file.  This will
1436 save both time (when starting and quitting) and space (on disk).  It
1437 will also mean that Gnus has no record of what groups are new or old,
1438 so the automatic new groups subscription methods become meaningless.
1439 You should always set @code{gnus-check-new-newsgroups} to @code{nil} or
1440 @code{ask-server} if you set this variable to @code{nil} (@pxref{New
1441 Groups}).  This variable can also be a regular expression.  If that's
1442 the case, remove all groups that do not match this regexp before
1443 saving.  This can be useful in certain obscure situations that involve
1444 several servers where not all servers support @code{ask-server}.
1445
1446 @vindex gnus-startup-file
1447 @vindex gnus-backup-startup-file
1448 @vindex version-control
1449 The @code{gnus-startup-file} variable says where the startup files are.
1450 The default value is @file{~/.newsrc}, with the Gnus (El Dingo) startup
1451 file being whatever that one is, with a @samp{.eld} appended.
1452 If you want version control for this file, set
1453 @code{gnus-backup-startup-file}.  It respects the same values as the
1454 @code{version-control} variable.
1455
1456 @vindex gnus-save-newsrc-hook
1457 @vindex gnus-save-quick-newsrc-hook
1458 @vindex gnus-save-standard-newsrc-hook
1459 @code{gnus-save-newsrc-hook} is called before saving any of the newsrc
1460 files, while @code{gnus-save-quick-newsrc-hook} is called just before
1461 saving the @file{.newsrc.eld} file, and
1462 @code{gnus-save-standard-newsrc-hook} is called just before saving the
1463 @file{.newsrc} file.  The latter two are commonly used to turn version
1464 control on or off.  Version control is on by default when saving the
1465 startup files.  If you want to turn backup creation off, say something like:
1466
1467 @lisp
1468 (defun turn-off-backup ()
1469   (set (make-local-variable 'backup-inhibited) t))
1470
1471 (add-hook 'gnus-save-quick-newsrc-hook 'turn-off-backup)
1472 (add-hook 'gnus-save-standard-newsrc-hook 'turn-off-backup)
1473 @end lisp
1474
1475 @vindex gnus-init-file
1476 @vindex gnus-site-init-file
1477 When Gnus starts, it will read the @code{gnus-site-init-file}
1478 (@file{.../site-lisp/gnus} by default) and @code{gnus-init-file}
1479 (@file{~/.gnus} by default) files.  These are normal Emacs Lisp files
1480 and can be used to avoid cluttering your @file{~/.emacs} and
1481 @file{site-init} files with Gnus stuff.  Gnus will also check for files
1482 with the same names as these, but with @file{.elc} and @file{.el}
1483 suffixes.  In other words, if you have set @code{gnus-init-file} to
1484 @file{~/.gnus}, it will look for @file{~/.gnus.elc}, @file{~/.gnus.el},
1485 and finally @file{~/.gnus} (in this order).
1486
1487
1488
1489 @node Auto Save
1490 @section Auto Save
1491 @cindex dribble file
1492 @cindex auto-save
1493
1494 Whenever you do something that changes the Gnus data (reading articles,
1495 catching up, killing/subscribing groups), the change is added to a
1496 special @dfn{dribble buffer}.  This buffer is auto-saved the normal
1497 Emacs way.  If your Emacs should crash before you have saved the
1498 @file{.newsrc} files, all changes you have made can be recovered from
1499 this file.
1500
1501 If Gnus detects this file at startup, it will ask the user whether to
1502 read it.  The auto save file is deleted whenever the real startup file is
1503 saved.
1504
1505 @vindex gnus-use-dribble-file
1506 If @code{gnus-use-dribble-file} is @code{nil}, Gnus won't create and
1507 maintain a dribble buffer.  The default is @code{t}.
1508
1509 @vindex gnus-dribble-directory
1510 Gnus will put the dribble file(s) in @code{gnus-dribble-directory}.  If
1511 this variable is @code{nil}, which it is by default, Gnus will dribble
1512 into the directory where the @file{.newsrc} file is located.  (This is
1513 normally the user's home directory.)  The dribble file will get the same
1514 file permissions as the @file{.newsrc} file.
1515
1516 @vindex gnus-always-read-dribble-file
1517 If @code{gnus-always-read-dribble-file} is non-@code{nil}, Gnus will
1518 read the dribble file on startup without querying the user.
1519
1520
1521 @node The Active File
1522 @section The Active File
1523 @cindex active file
1524 @cindex ignored groups
1525
1526 When Gnus starts, or indeed whenever it tries to determine whether new
1527 articles have arrived, it reads the active file.  This is a very large
1528 file that lists all the active groups and articles on the server.
1529
1530 @vindex gnus-ignored-newsgroups
1531 Before examining the active file, Gnus deletes all lines that match the
1532 regexp @code{gnus-ignored-newsgroups}.  This is done primarily to reject
1533 any groups with bogus names, but you can use this variable to make Gnus
1534 ignore hierarchies you aren't ever interested in.  However, this is not
1535 recommended.  In fact, it's highly discouraged.  Instead, @pxref{New
1536 Groups} for an overview of other variables that can be used instead.
1537
1538 @c This variable is
1539 @c @code{nil} by default, and will slow down active file handling somewhat
1540 @c if you set it to anything else.
1541
1542 @vindex gnus-read-active-file
1543 @c @head
1544 The active file can be rather Huge, so if you have a slow network, you
1545 can set @code{gnus-read-active-file} to @code{nil} to prevent Gnus from
1546 reading the active file.  This variable is @code{some} by default.
1547
1548 Gnus will try to make do by getting information just on the groups that
1549 you actually subscribe to.
1550
1551 Note that if you subscribe to lots and lots of groups, setting this
1552 variable to @code{nil} will probably make Gnus slower, not faster.  At
1553 present, having this variable @code{nil} will slow Gnus down
1554 considerably, unless you read news over a 2400 baud modem.
1555
1556 This variable can also have the value @code{some}.  Gnus will then
1557 attempt to read active info only on the subscribed groups.  On some
1558 servers this is quite fast (on sparkling, brand new INN servers that
1559 support the @code{LIST ACTIVE group} command), on others this isn't fast
1560 at all.  In any case, @code{some} should be faster than @code{nil}, and
1561 is certainly faster than @code{t} over slow lines.
1562
1563 Some news servers (old versions of Leafnode and old versions of INN, for
1564 instance) do not support the @code{LIST ACTIVE group}.  For these
1565 servers, @code{nil} is probably the most efficient value for this
1566 variable.
1567
1568 If this variable is @code{nil}, Gnus will ask for group info in total
1569 lock-step, which isn't very fast.  If it is @code{some} and you use an
1570 @sc{nntp} server, Gnus will pump out commands as fast as it can, and
1571 read all the replies in one swoop.  This will normally result in better
1572 performance, but if the server does not support the aforementioned
1573 @code{LIST ACTIVE group} command, this isn't very nice to the server.
1574
1575 If you think that starting up Gnus takes too long, try all the three
1576 different values for this variable and see what works best for you.
1577
1578 In any case, if you use @code{some} or @code{nil}, you should definitely
1579 kill all groups that you aren't interested in to speed things up.
1580
1581 Note that this variable also affects active file retrieval from
1582 secondary select methods.
1583
1584
1585 @node Startup Variables
1586 @section Startup Variables
1587
1588 @table @code
1589
1590 @item gnus-load-hook
1591 @vindex gnus-load-hook
1592 A hook run while Gnus is being loaded.  Note that this hook will
1593 normally be run just once in each Emacs session, no matter how many
1594 times you start Gnus.
1595
1596 @item gnus-before-startup-hook
1597 @vindex gnus-before-startup-hook
1598 A hook run after starting up Gnus successfully.
1599
1600 @item gnus-startup-hook
1601 @vindex gnus-startup-hook
1602 A hook run as the very last thing after starting up Gnus
1603
1604 @item gnus-started-hook
1605 @vindex gnus-started-hook
1606 A hook that is run as the very last thing after starting up Gnus
1607 successfully.
1608
1609 @item gnus-setup-news-hook
1610 @vindex gnus-setup-news-hook
1611 A hook that is run after reading the @file{.newsrc} file(s), but before
1612 generating the group buffer.
1613
1614 @item gnus-check-bogus-newsgroups
1615 @vindex gnus-check-bogus-newsgroups
1616 If non-@code{nil}, Gnus will check for and delete all bogus groups at
1617 startup.  A @dfn{bogus group} is a group that you have in your
1618 @file{.newsrc} file, but doesn't exist on the news server.  Checking for
1619 bogus groups can take quite a while, so to save time and resources it's
1620 best to leave this option off, and do the checking for bogus groups once
1621 in a while from the group buffer instead (@pxref{Group Maintenance}).
1622
1623 @item gnus-inhibit-startup-message
1624 @vindex gnus-inhibit-startup-message
1625 If non-@code{nil}, the startup message won't be displayed.  That way,
1626 your boss might not notice as easily that you are reading news instead
1627 of doing your job.  Note that this variable is used before
1628 @file{.gnus.el} is loaded, so it should be set in @file{.emacs} instead.
1629
1630 @item gnus-no-groups-message
1631 @vindex gnus-no-groups-message
1632 Message displayed by Gnus when no groups are available.
1633
1634 @item gnus-play-startup-jingle
1635 @vindex gnus-play-startup-jingle
1636 If non-@code{nil}, play the Gnus jingle at startup.
1637
1638 @item gnus-startup-jingle
1639 @vindex gnus-startup-jingle
1640 Jingle to be played if the above variable is non-@code{nil}.  The
1641 default is @samp{Tuxedomoon.Jingle4.au}.
1642
1643 @end table
1644
1645
1646 @node Group Buffer
1647 @chapter Group Buffer
1648 @cindex group buffer
1649
1650 @c Alex Schroeder suggests to rearrange this as follows:
1651 @c
1652 @c <kensanata> ok, just save it for reference.  I'll go to bed in a minute.
1653 @c   1. Selecting a Group, 2. (new) Finding a Group, 3. Group Levels,
1654 @c   4. Subscription Commands, 5. Group Maneuvering, 6. Group Data,
1655 @c   7. Group Score, 8. Group Buffer Format
1656 @c <kensanata> Group Levels should have more information on levels 5 to 9.  I
1657 @c   suggest to split the 4th paragraph ("Gnus considers groups...") as follows:
1658 @c <kensanata> First, "Gnus considers groups... (default 9)."
1659 @c <kensanata> New, a table summarizing what levels 1 to 9 mean.
1660 @c <kensanata> Third, "Gnus treats subscribed ... reasons of efficiency"
1661 @c <kensanata> Then expand the next paragraph or add some more to it.
1662 @c    This short one sentence explains levels 1 and 2, therefore I understand
1663 @c    that I should keep important news at 3 and boring news at 4.
1664 @c    Say so!  Then go on to explain why I should bother with levels 6 to 9.
1665 @c    Maybe keep those that you don't want to read temporarily at 6,
1666 @c    those that you never want to read at 8, those that offend your
1667 @c    human rights at 9...
1668
1669
1670 The @dfn{group buffer} lists all (or parts) of the available groups.  It
1671 is the first buffer shown when Gnus starts, and will never be killed as
1672 long as Gnus is active.
1673
1674 @iftex
1675 @iflatex
1676 \gnusfigure{The Group Buffer}{320}{
1677 \put(75,50){\epsfig{figure=ps/group,height=9cm}}
1678 \put(120,37){\makebox(0,0)[t]{Buffer name}}
1679 \put(120,38){\vector(1,2){10}}
1680 \put(40,60){\makebox(0,0)[r]{Mode line}}
1681 \put(40,58){\vector(1,0){30}}
1682 \put(200,28){\makebox(0,0)[t]{Native select method}}
1683 \put(200,26){\vector(-1,2){15}}
1684 }
1685 @end iflatex
1686 @end iftex
1687
1688 @menu
1689 * Group Buffer Format::         Information listed and how you can change it.
1690 * Group Maneuvering::           Commands for moving in the group buffer.
1691 * Selecting a Group::           Actually reading news.
1692 * Subscription Commands::       Unsubscribing, killing, subscribing.
1693 * Group Data::                  Changing the info for a group.
1694 * Group Levels::                Levels? What are those, then?
1695 * Group Score::                 A mechanism for finding out what groups you like.
1696 * Marking Groups::              You can mark groups for later processing.
1697 * Foreign Groups::              Creating and editing groups.
1698 * Group Parameters::            Each group may have different parameters set.
1699 * Listing Groups::              Gnus can list various subsets of the groups.
1700 * Sorting Groups::              Re-arrange the group order.
1701 * Group Maintenance::           Maintaining a tidy @file{.newsrc} file.
1702 * Browse Foreign Server::       You can browse a server.  See what it has to offer.
1703 * Exiting Gnus::                Stop reading news and get some work done.
1704 * Group Topics::                A folding group mode divided into topics.
1705 * Misc Group Stuff::            Other stuff that you can to do.
1706 @end menu
1707
1708
1709 @node Group Buffer Format
1710 @section Group Buffer Format
1711
1712 @menu
1713 * Group Line Specification::    Deciding how the group buffer is to look.
1714 * Group Modeline Specification::  The group buffer modeline.
1715 * Group Highlighting::          Having nice colors in the group buffer.
1716 @end menu
1717
1718
1719 @node Group Line Specification
1720 @subsection Group Line Specification
1721 @cindex group buffer format
1722
1723 The default format of the group buffer is nice and dull, but you can
1724 make it as exciting and ugly as you feel like.
1725
1726 Here's a couple of example group lines:
1727
1728 @example
1729      25: news.announce.newusers
1730  *    0: alt.fan.andrea-dworkin
1731 @end example
1732
1733 Quite simple, huh?
1734
1735 You can see that there are 25 unread articles in
1736 @samp{news.announce.newusers}.  There are no unread articles, but some
1737 ticked articles, in @samp{alt.fan.andrea-dworkin} (see that little
1738 asterisk at the beginning of the line?).
1739
1740 @vindex gnus-group-line-format
1741 You can change that format to whatever you want by fiddling with the
1742 @code{gnus-group-line-format} variable.  This variable works along the
1743 lines of a @code{format} specification, which is pretty much the same as
1744 a @code{printf} specifications, for those of you who use (feh!) C.
1745 @xref{Formatting Variables}.
1746
1747 @samp{%M%S%5y:%B%(%g%)\n} is the value that produced those lines above.
1748
1749 There should always be a colon on the line; the cursor always moves to
1750 the colon after performing an operation.  @xref{Positioning
1751 Point}. Nothing else is required---not even the group name.  All
1752 displayed text is just window dressing, and is never examined by Gnus.
1753 Gnus stores all real information it needs using text properties.
1754
1755 (Note that if you make a really strange, wonderful, spreadsheet-like
1756 layout, everybody will believe you are hard at work with the accounting
1757 instead of wasting time reading news.)
1758
1759 Here's a list of all available format characters:
1760
1761 @table @samp
1762
1763 @item M
1764 An asterisk if the group only has marked articles.
1765
1766 @item S
1767 Whether the group is subscribed.
1768
1769 @item L
1770 Level of subscribedness.
1771
1772 @item N
1773 Number of unread articles.
1774
1775 @item I
1776 Number of dormant articles.
1777
1778 @item T
1779 Number of ticked articles.
1780
1781 @item R
1782 Number of read articles.
1783
1784 @item U
1785 Number of unseen articles.
1786
1787 @item t
1788 Estimated total number of articles.  (This is really @var{max-number}
1789 minus @var{min-number} plus 1.)
1790
1791 Gnus uses this estimation because the @sc{nntp} protocol provides
1792 efficient access to @var{max-number} and @var{min-number} but getting
1793 the true unread message count is not possible efficiently.  For
1794 hysterical raisins, even the mail back ends, where the true number of
1795 unread messages might be available efficiently, use the same limited
1796 interface.  To remove this restriction from Gnus means that the back
1797 end interface has to be changed, which is not an easy job.  If you
1798 want to work on this, please contact the Gnus mailing list.
1799
1800 @item y
1801 Number of unread, unticked, non-dormant articles.
1802
1803 @item i
1804 Number of ticked and dormant articles.
1805
1806 @item g
1807 Full group name.
1808
1809 @item G
1810 Group name.
1811
1812 @item C
1813 Group comment (@pxref{Group Parameters}) or group name if there is no
1814 comment element in the group parameters.
1815
1816 @item D
1817 Newsgroup description.
1818
1819 @item o
1820 @samp{m} if moderated.
1821
1822 @item O
1823 @samp{(m)} if moderated.
1824
1825 @item s
1826 Select method.
1827
1828 @item B
1829 If the summary buffer for the group is open or not.
1830
1831 @item n
1832 Select from where.
1833
1834 @item z
1835 A string that looks like @samp{<%s:%n>} if a foreign select method is
1836 used.
1837
1838 @item P
1839 Indentation based on the level of the topic (@pxref{Group Topics}).
1840
1841 @item c
1842 @vindex gnus-group-uncollapsed-levels
1843 Short (collapsed) group name.  The @code{gnus-group-uncollapsed-levels}
1844 variable says how many levels to leave at the end of the group name.
1845 The default is 1---this will mean that group names like
1846 @samp{gnu.emacs.gnus} will be shortened to @samp{g.e.gnus}.
1847
1848 @item m
1849 @vindex gnus-new-mail-mark
1850 @cindex %
1851 @samp{%} (@code{gnus-new-mail-mark}) if there has arrived new mail to
1852 the group lately.
1853
1854 @item p
1855 @samp{#} (@code{gnus-process-mark}) if the group is process marked.
1856
1857 @item d
1858 A string that says when you last read the group (@pxref{Group
1859 Timestamp}).
1860
1861 @item u
1862 User defined specifier.  The next character in the format string should
1863 be a letter.  Gnus will call the function
1864 @code{gnus-user-format-function-}@samp{X}, where @samp{X} is the letter
1865 following @samp{%u}.  The function will be passed a single dummy
1866 parameter as argument.  The function should return a string, which will
1867 be inserted into the buffer just like information from any other
1868 specifier.
1869 @end table
1870
1871 @cindex *
1872 All the ``number-of'' specs will be filled with an asterisk (@samp{*})
1873 if no info is available---for instance, if it is a non-activated foreign
1874 group, or a bogus native group.
1875
1876
1877 @node Group Modeline Specification
1878 @subsection Group Modeline Specification
1879 @cindex group modeline
1880
1881 @vindex gnus-group-mode-line-format
1882 The mode line can be changed by setting
1883 @code{gnus-group-mode-line-format} (@pxref{Mode Line Formatting}).  It
1884 doesn't understand that many format specifiers:
1885
1886 @table @samp
1887 @item S
1888 The native news server.
1889 @item M
1890 The native select method.
1891 @end table
1892
1893
1894 @node Group Highlighting
1895 @subsection Group Highlighting
1896 @cindex highlighting
1897 @cindex group highlighting
1898
1899 @vindex gnus-group-highlight
1900 Highlighting in the group buffer is controlled by the
1901 @code{gnus-group-highlight} variable.  This is an alist with elements
1902 that look like @code{(@var{form} . @var{face})}.  If @var{form} evaluates to
1903 something non-@code{nil}, the @var{face} will be used on the line.
1904
1905 Here's an example value for this variable that might look nice if the
1906 background is dark:
1907
1908 @lisp
1909 (cond (window-system
1910        (setq custom-background-mode 'light)
1911        (defface my-group-face-1
1912          '((t (:foreground "Red" :bold t))) "First group face")
1913        (defface my-group-face-2
1914          '((t (:foreground "DarkSeaGreen4" :bold t))) "Second group face")
1915        (defface my-group-face-3
1916          '((t (:foreground "Green4" :bold t))) "Third group face")
1917        (defface my-group-face-4
1918          '((t (:foreground "SteelBlue" :bold t))) "Fourth group face")
1919        (defface my-group-face-5
1920          '((t (:foreground "Blue" :bold t))) "Fifth group face")))
1921
1922 (setq gnus-group-highlight
1923       '(((> unread 200) . my-group-face-1)
1924         ((and (< level 3) (zerop unread)) . my-group-face-2)
1925         ((< level 3) . my-group-face-3)
1926         ((zerop unread) . my-group-face-4)
1927         (t . my-group-face-5)))
1928 @end lisp
1929
1930 Also @pxref{Faces and Fonts}.
1931
1932 Variables that are dynamically bound when the forms are evaluated
1933 include:
1934
1935 @table @code
1936 @item group
1937 The group name.
1938 @item unread
1939 The number of unread articles in the group.
1940 @item method
1941 The select method.
1942 @item mailp
1943 Whether the group is a mail group.
1944 @item level
1945 The level of the group.
1946 @item score
1947 The score of the group.
1948 @item ticked
1949 The number of ticked articles in the group.
1950 @item total
1951 The total number of articles in the group.  Or rather,
1952 @var{max-number} minus @var{min-number} plus one.
1953 @item topic
1954 When using the topic minor mode, this variable is bound to the current
1955 topic being inserted.
1956 @end table
1957
1958 When the forms are @code{eval}ed, point is at the beginning of the line
1959 of the group in question, so you can use many of the normal Gnus
1960 functions for snarfing info on the group.
1961
1962 @vindex gnus-group-update-hook
1963 @findex gnus-group-highlight-line
1964 @code{gnus-group-update-hook} is called when a group line is changed.
1965 It will not be called when @code{gnus-visual} is @code{nil}.  This hook
1966 calls @code{gnus-group-highlight-line} by default.
1967
1968
1969 @node Group Maneuvering
1970 @section Group Maneuvering
1971 @cindex group movement
1972
1973 All movement commands understand the numeric prefix and will behave as
1974 expected, hopefully.
1975
1976 @table @kbd
1977
1978 @item n
1979 @kindex n (Group)
1980 @findex gnus-group-next-unread-group
1981 Go to the next group that has unread articles
1982 (@code{gnus-group-next-unread-group}).
1983
1984 @item p
1985 @itemx DEL
1986 @kindex DEL (Group)
1987 @kindex p (Group)
1988 @findex gnus-group-prev-unread-group
1989 Go to the previous group that has unread articles
1990 (@code{gnus-group-prev-unread-group}).
1991
1992 @item N
1993 @kindex N (Group)
1994 @findex gnus-group-next-group
1995 Go to the next group (@code{gnus-group-next-group}).
1996
1997 @item P
1998 @kindex P (Group)
1999 @findex gnus-group-prev-group
2000 Go to the previous group (@code{gnus-group-prev-group}).
2001
2002 @item M-n
2003 @kindex M-n (Group)
2004 @findex gnus-group-next-unread-group-same-level
2005 Go to the next unread group on the same (or lower) level
2006 (@code{gnus-group-next-unread-group-same-level}).
2007
2008 @item M-p
2009 @kindex M-p (Group)
2010 @findex gnus-group-prev-unread-group-same-level
2011 Go to the previous unread group on the same (or lower) level
2012 (@code{gnus-group-prev-unread-group-same-level}).
2013 @end table
2014
2015 Three commands for jumping to groups:
2016
2017 @table @kbd
2018
2019 @item j
2020 @kindex j (Group)
2021 @findex gnus-group-jump-to-group
2022 Jump to a group (and make it visible if it isn't already)
2023 (@code{gnus-group-jump-to-group}).  Killed groups can be jumped to, just
2024 like living groups.
2025
2026 @item ,
2027 @kindex , (Group)
2028 @findex gnus-group-best-unread-group
2029 Jump to the unread group with the lowest level
2030 (@code{gnus-group-best-unread-group}).
2031
2032 @item .
2033 @kindex . (Group)
2034 @findex gnus-group-first-unread-group
2035 Jump to the first group with unread articles
2036 (@code{gnus-group-first-unread-group}).
2037 @end table
2038
2039 @vindex gnus-group-goto-unread
2040 If @code{gnus-group-goto-unread} is @code{nil}, all the movement
2041 commands will move to the next group, not the next unread group.  Even
2042 the commands that say they move to the next unread group.  The default
2043 is @code{t}.
2044
2045
2046 @node Selecting a Group
2047 @section Selecting a Group
2048 @cindex group selection
2049
2050 @table @kbd
2051
2052 @item SPACE
2053 @kindex SPACE (Group)
2054 @findex gnus-group-read-group
2055 Select the current group, switch to the summary buffer and display the
2056 first unread article (@code{gnus-group-read-group}).  If there are no
2057 unread articles in the group, or if you give a non-numerical prefix to
2058 this command, Gnus will offer to fetch all the old articles in this
2059 group from the server.  If you give a numerical prefix @var{n}, @var{n}
2060 determines the number of articles Gnus will fetch.  If @var{n} is
2061 positive, Gnus fetches the @var{n} newest articles, if @var{n} is
2062 negative, Gnus fetches the @code{abs(@var{n})} oldest articles.
2063
2064 Thus, @kbd{SPC} enters the group normally, @kbd{C-u SPC} offers old
2065 articles, @kbd{C-u 4 2 SPC} fetches the 42 newest articles, and @kbd{C-u
2066 - 4 2 SPC} fetches the 42 oldest ones.
2067
2068 When you are in the group (in the Summary buffer), you can type
2069 @kbd{M-g} to fetch new articles, or @kbd{C-u M-g} to also show the old
2070 ones.
2071
2072 @item RET
2073 @kindex RET (Group)
2074 @findex gnus-group-select-group
2075 Select the current group and switch to the summary buffer
2076 (@code{gnus-group-select-group}).  Takes the same arguments as
2077 @code{gnus-group-read-group}---the only difference is that this command
2078 does not display the first unread article automatically upon group
2079 entry.
2080
2081 @item M-RET
2082 @kindex M-RET (Group)
2083 @findex gnus-group-quick-select-group
2084 This does the same as the command above, but tries to do it with the
2085 minimum amount of fuzz (@code{gnus-group-quick-select-group}).  No
2086 scoring/killing will be performed, there will be no highlights and no
2087 expunging.  This might be useful if you're in a real hurry and have to
2088 enter some humongous group.  If you give a 0 prefix to this command
2089 (i.e., @kbd{0 M-RET}), Gnus won't even generate the summary buffer,
2090 which is useful if you want to toggle threading before generating the
2091 summary buffer (@pxref{Summary Generation Commands}).
2092
2093 @item M-SPACE
2094 @kindex M-SPACE (Group)
2095 @findex gnus-group-visible-select-group
2096 This is yet one more command that does the same as the @kbd{RET}
2097 command, but this one does it without expunging and hiding dormants
2098 (@code{gnus-group-visible-select-group}).
2099
2100 @item C-M-RET
2101 @kindex C-M-RET (Group)
2102 @findex gnus-group-select-group-ephemerally
2103 Finally, this command selects the current group ephemerally without
2104 doing any processing of its contents
2105 (@code{gnus-group-select-group-ephemerally}).  Even threading has been
2106 turned off.  Everything you do in the group after selecting it in this
2107 manner will have no permanent effects.
2108
2109 @end table
2110
2111 @vindex gnus-large-newsgroup
2112 The @code{gnus-large-newsgroup} variable says what Gnus should consider
2113 to be a big group.  This is 200 by default.  If the group has more
2114 (unread and/or ticked) articles than this, Gnus will query the user
2115 before entering the group.  The user can then specify how many articles
2116 should be fetched from the server.  If the user specifies a negative
2117 number (@code{-n}), the @code{n} oldest articles will be fetched.  If it
2118 is positive, the @code{n} articles that have arrived most recently will
2119 be fetched.
2120
2121 @vindex gnus-select-group-hook
2122 @vindex gnus-auto-select-first
2123 @vindex gnus-auto-select-subject
2124 If @code{gnus-auto-select-first} is non-@code{nil}, select an article
2125 automatically when entering a group with the @kbd{SPACE} command.
2126 Which article this is is controlled by the
2127 @code{gnus-auto-select-subject} variable.  Valid values for this
2128 variable is:
2129
2130 @table @code
2131
2132 @item unread
2133 Place point on the subject line of the first unread article.
2134
2135 @item first
2136 Place point on the subject line of the first article.
2137
2138 @item unseen
2139 Place point on the subject line of the first unseen article.
2140
2141 @item unseen-or-unread
2142 Place point on the subject line of the first unseen article, and if
2143 there is no such article, place point on the subject line of the first
2144 unread article.
2145
2146 @item best
2147 Place point on the subject line of the highest-scored unread article.
2148
2149 @end table
2150
2151 This variable can also be a function.  In that case, that function
2152 will be called to place point on a subject line.
2153
2154 If you want to prevent automatic selection in some group (say, in a
2155 binary group with Huge articles) you can set the
2156 @code{gnus-auto-select-first} variable to @code{nil} in
2157 @code{gnus-select-group-hook}, which is called when a group is
2158 selected.
2159
2160
2161 @node Subscription Commands
2162 @section Subscription Commands
2163 @cindex subscription
2164
2165 @table @kbd
2166
2167 @item S t
2168 @itemx u
2169 @kindex S t (Group)
2170 @kindex u (Group)
2171 @findex gnus-group-unsubscribe-current-group
2172 @c @icon{gnus-group-unsubscribe}
2173 Toggle subscription to the current group
2174 (@code{gnus-group-unsubscribe-current-group}).
2175
2176 @item S s
2177 @itemx U
2178 @kindex S s (Group)
2179 @kindex U (Group)
2180 @findex gnus-group-unsubscribe-group
2181 Prompt for a group to subscribe, and then subscribe it.  If it was
2182 subscribed already, unsubscribe it instead
2183 (@code{gnus-group-unsubscribe-group}).
2184
2185 @item S k
2186 @itemx C-k
2187 @kindex S k (Group)
2188 @kindex C-k (Group)
2189 @findex gnus-group-kill-group
2190 @c @icon{gnus-group-kill-group}
2191 Kill the current group (@code{gnus-group-kill-group}).
2192
2193 @item S y
2194 @itemx C-y
2195 @kindex S y (Group)
2196 @kindex C-y (Group)
2197 @findex gnus-group-yank-group
2198 Yank the last killed group (@code{gnus-group-yank-group}).
2199
2200 @item C-x C-t
2201 @kindex C-x C-t (Group)
2202 @findex gnus-group-transpose-groups
2203 Transpose two groups (@code{gnus-group-transpose-groups}).  This isn't
2204 really a subscription command, but you can use it instead of a
2205 kill-and-yank sequence sometimes.
2206
2207 @item S w
2208 @itemx C-w
2209 @kindex S w (Group)
2210 @kindex C-w (Group)
2211 @findex gnus-group-kill-region
2212 Kill all groups in the region (@code{gnus-group-kill-region}).
2213
2214 @item S z
2215 @kindex S z (Group)
2216 @findex gnus-group-kill-all-zombies
2217 Kill all zombie groups (@code{gnus-group-kill-all-zombies}).
2218
2219 @item S C-k
2220 @kindex S C-k (Group)
2221 @findex gnus-group-kill-level
2222 Kill all groups on a certain level (@code{gnus-group-kill-level}).
2223 These groups can't be yanked back after killing, so this command should
2224 be used with some caution.  The only time where this command comes in
2225 really handy is when you have a @file{.newsrc} with lots of unsubscribed
2226 groups that you want to get rid off.  @kbd{S C-k} on level 7 will
2227 kill off all unsubscribed groups that do not have message numbers in the
2228 @file{.newsrc} file.
2229
2230 @end table
2231
2232 Also @pxref{Group Levels}.
2233
2234
2235 @node Group Data
2236 @section Group Data
2237
2238 @table @kbd
2239
2240 @item c
2241 @kindex c (Group)
2242 @findex gnus-group-catchup-current
2243 @vindex gnus-group-catchup-group-hook
2244 @c @icon{gnus-group-catchup-current}
2245 Mark all unticked articles in this group as read
2246 (@code{gnus-group-catchup-current}).
2247 @code{gnus-group-catchup-group-hook} is called when catching up a group from
2248 the group buffer.
2249
2250 @item C
2251 @kindex C (Group)
2252 @findex gnus-group-catchup-current-all
2253 Mark all articles in this group, even the ticked ones, as read
2254 (@code{gnus-group-catchup-current-all}).
2255
2256 @item M-c
2257 @kindex M-c (Group)
2258 @findex gnus-group-clear-data
2259 Clear the data from the current group---nix out marks and the list of
2260 read articles (@code{gnus-group-clear-data}).
2261
2262 @item M-x gnus-group-clear-data-on-native-groups
2263 @kindex M-x gnus-group-clear-data-on-native-groups
2264 @findex gnus-group-clear-data-on-native-groups
2265 If you have switched from one @sc{nntp} server to another, all your marks
2266 and read ranges have become worthless.  You can use this command to
2267 clear out all data that you have on your native groups.  Use with
2268 caution.
2269
2270 @end table
2271
2272
2273 @node Group Levels
2274 @section Group Levels
2275 @cindex group level
2276 @cindex level
2277
2278 All groups have a level of @dfn{subscribedness}.  For instance, if a
2279 group is on level 2, it is more subscribed than a group on level 5.  You
2280 can ask Gnus to just list groups on a given level or lower
2281 (@pxref{Listing Groups}), or to just check for new articles in groups on
2282 a given level or lower (@pxref{Scanning New Messages}).
2283
2284 Remember:  The higher the level of the group, the less important it is.
2285
2286 @table @kbd
2287
2288 @item S l
2289 @kindex S l (Group)
2290 @findex gnus-group-set-current-level
2291 Set the level of the current group.  If a numeric prefix is given, the
2292 next @var{n} groups will have their levels set.  The user will be
2293 prompted for a level.
2294 @end table
2295
2296 @vindex gnus-level-killed
2297 @vindex gnus-level-zombie
2298 @vindex gnus-level-unsubscribed
2299 @vindex gnus-level-subscribed
2300 Gnus considers groups from levels 1 to
2301 @code{gnus-level-subscribed} (inclusive) (default 5) to be subscribed,
2302 @code{gnus-level-subscribed} (exclusive) and
2303 @code{gnus-level-unsubscribed} (inclusive) (default 7) to be
2304 unsubscribed, @code{gnus-level-zombie} to be zombies (walking dead)
2305 (default 8) and @code{gnus-level-killed} to be killed (completely dead)
2306 (default 9).  Gnus treats subscribed and unsubscribed groups exactly the
2307 same, but zombie and killed groups have no information on what articles
2308 you have read, etc, stored.  This distinction between dead and living
2309 groups isn't done because it is nice or clever, it is done purely for
2310 reasons of efficiency.
2311
2312 It is recommended that you keep all your mail groups (if any) on quite
2313 low levels (e.g. 1 or 2).
2314
2315 Maybe the following description of the default behavior of Gnus helps to
2316 understand what these levels are all about.  By default, Gnus shows you
2317 subscribed nonempty groups, but by hitting @kbd{L} you can have it show
2318 empty subscribed groups and unsubscribed groups, too.  Type @kbd{l} to
2319 go back to showing nonempty subscribed groups again.  Thus, unsubscribed
2320 groups are hidden, in a way.
2321
2322 Zombie and killed groups are similar to unsubscribed groups in that they
2323 are hidden by default.  But they are different from subscribed and
2324 unsubscribed groups in that Gnus doesn't ask the news server for
2325 information (number of messages, number of unread messages) on zombie
2326 and killed groups.  Normally, you use @kbd{C-k} to kill the groups you
2327 aren't interested in.  If most groups are killed, Gnus is faster.
2328
2329 Why does Gnus distinguish between zombie and killed groups?  Well, when
2330 a new group arrives on the server, Gnus by default makes it a zombie
2331 group.  This means that you are normally not bothered with new groups,
2332 but you can type @kbd{A z} to get a list of all new groups.  Subscribe
2333 the ones you like and kill the ones you don't want.  (@kbd{A k} shows a
2334 list of killed groups.)
2335
2336 If you want to play with the level variables, you should show some care.
2337 Set them once, and don't touch them ever again.  Better yet, don't touch
2338 them at all unless you know exactly what you're doing.
2339
2340 @vindex gnus-level-default-unsubscribed
2341 @vindex gnus-level-default-subscribed
2342 Two closely related variables are @code{gnus-level-default-subscribed}
2343 (default 3) and @code{gnus-level-default-unsubscribed} (default 6),
2344 which are the levels that new groups will be put on if they are
2345 (un)subscribed.  These two variables should, of course, be inside the
2346 relevant valid ranges.
2347
2348 @vindex gnus-keep-same-level
2349 If @code{gnus-keep-same-level} is non-@code{nil}, some movement commands
2350 will only move to groups of the same level (or lower).  In
2351 particular, going from the last article in one group to the next group
2352 will go to the next group of the same level (or lower).  This might be
2353 handy if you want to read the most important groups before you read the
2354 rest.
2355
2356 If this variable is @code{best}, Gnus will make the next newsgroup the
2357 one with the best level.
2358
2359 @vindex gnus-group-default-list-level
2360 All groups with a level less than or equal to
2361 @code{gnus-group-default-list-level} will be listed in the group buffer
2362 by default.
2363
2364 @vindex gnus-group-list-inactive-groups
2365 If @code{gnus-group-list-inactive-groups} is non-@code{nil}, non-active
2366 groups will be listed along with the unread groups.  This variable is
2367 @code{t} by default.  If it is @code{nil}, inactive groups won't be
2368 listed.
2369
2370 @vindex gnus-group-use-permanent-levels
2371 If @code{gnus-group-use-permanent-levels} is non-@code{nil}, once you
2372 give a level prefix to @kbd{g} or @kbd{l}, all subsequent commands will
2373 use this level as the ``work'' level.
2374
2375 @vindex gnus-activate-level
2376 Gnus will normally just activate (i. e., query the server about) groups
2377 on level @code{gnus-activate-level} or less.  If you don't want to
2378 activate unsubscribed groups, for instance, you might set this variable
2379 to 5.  The default is 6.
2380
2381
2382 @node Group Score
2383 @section Group Score
2384 @cindex group score
2385 @cindex group rank
2386 @cindex rank
2387
2388 You would normally keep important groups on high levels, but that scheme
2389 is somewhat restrictive.  Don't you wish you could have Gnus sort the
2390 group buffer according to how often you read groups, perhaps?  Within
2391 reason?
2392
2393 This is what @dfn{group score} is for.  You can have Gnus assign a score
2394 to each group through the mechanism described below.  You can then sort
2395 the group buffer based on this score.  Alternatively, you can sort on
2396 score and then level.  (Taken together, the level and the score is
2397 called the @dfn{rank} of the group.  A group that is on level 4 and has
2398 a score of 1 has a higher rank than a group on level 5 that has a score
2399 of 300.  (The level is the most significant part and the score is the
2400 least significant part.))
2401
2402 @findex gnus-summary-bubble-group
2403 If you want groups you read often to get higher scores than groups you
2404 read seldom you can add the @code{gnus-summary-bubble-group} function to
2405 the @code{gnus-summary-exit-hook} hook.  This will result (after
2406 sorting) in a bubbling sort of action.  If you want to see that in
2407 action after each summary exit, you can add
2408 @code{gnus-group-sort-groups-by-rank} or
2409 @code{gnus-group-sort-groups-by-score} to the same hook, but that will
2410 slow things down somewhat.
2411
2412
2413 @node Marking Groups
2414 @section Marking Groups
2415 @cindex marking groups
2416
2417 If you want to perform some command on several groups, and they appear
2418 subsequently in the group buffer, you would normally just give a
2419 numerical prefix to the command.  Most group commands will then do your
2420 bidding on those groups.
2421
2422 However, if the groups are not in sequential order, you can still
2423 perform a command on several groups.  You simply mark the groups first
2424 with the process mark and then execute the command.
2425
2426 @table @kbd
2427
2428 @item #
2429 @kindex # (Group)
2430 @itemx M m
2431 @kindex M m (Group)
2432 @findex gnus-group-mark-group
2433 Set the mark on the current group (@code{gnus-group-mark-group}).
2434
2435 @item M-#
2436 @kindex M-# (Group)
2437 @itemx M u
2438 @kindex M u (Group)
2439 @findex gnus-group-unmark-group
2440 Remove the mark from the current group
2441 (@code{gnus-group-unmark-group}).
2442
2443 @item M U
2444 @kindex M U (Group)
2445 @findex gnus-group-unmark-all-groups
2446 Remove the mark from all groups (@code{gnus-group-unmark-all-groups}).
2447
2448 @item M w
2449 @kindex M w (Group)
2450 @findex gnus-group-mark-region
2451 Mark all groups between point and mark (@code{gnus-group-mark-region}).
2452
2453 @item M b
2454 @kindex M b (Group)
2455 @findex gnus-group-mark-buffer
2456 Mark all groups in the buffer (@code{gnus-group-mark-buffer}).
2457
2458 @item M r
2459 @kindex M r (Group)
2460 @findex gnus-group-mark-regexp
2461 Mark all groups that match some regular expression
2462 (@code{gnus-group-mark-regexp}).
2463 @end table
2464
2465 Also @pxref{Process/Prefix}.
2466
2467 @findex gnus-group-universal-argument
2468 If you want to execute some command on all groups that have been marked
2469 with the process mark, you can use the @kbd{M-&}
2470 (@code{gnus-group-universal-argument}) command.  It will prompt you for
2471 the command to be executed.
2472
2473
2474 @node Foreign Groups
2475 @section Foreign Groups
2476 @cindex foreign groups
2477
2478 Below are some group mode commands for making and editing general foreign
2479 groups, as well as commands to ease the creation of a few
2480 special-purpose groups.  All these commands insert the newly created
2481 groups under point---@code{gnus-subscribe-newsgroup-method} is not
2482 consulted.
2483
2484 @table @kbd
2485
2486 @item G m
2487 @kindex G m (Group)
2488 @findex gnus-group-make-group
2489 @cindex making groups
2490 Make a new group (@code{gnus-group-make-group}).  Gnus will prompt you
2491 for a name, a method and possibly an @dfn{address}.  For an easier way
2492 to subscribe to @sc{nntp} groups, @pxref{Browse Foreign Server}.
2493
2494 @item G r
2495 @kindex G r (Group)
2496 @findex gnus-group-rename-group
2497 @cindex renaming groups
2498 Rename the current group to something else
2499 (@code{gnus-group-rename-group}).  This is valid only on some
2500 groups---mail groups mostly.  This command might very well be quite slow
2501 on some back ends.
2502
2503 @item G c
2504 @kindex G c (Group)
2505 @cindex customizing
2506 @findex gnus-group-customize
2507 Customize the group parameters (@code{gnus-group-customize}).
2508
2509 @item G e
2510 @kindex G e (Group)
2511 @findex gnus-group-edit-group-method
2512 @cindex renaming groups
2513 Enter a buffer where you can edit the select method of the current
2514 group (@code{gnus-group-edit-group-method}).
2515
2516 @item G p
2517 @kindex G p (Group)
2518 @findex gnus-group-edit-group-parameters
2519 Enter a buffer where you can edit the group parameters
2520 (@code{gnus-group-edit-group-parameters}).
2521
2522 @item G E
2523 @kindex G E (Group)
2524 @findex gnus-group-edit-group
2525 Enter a buffer where you can edit the group info
2526 (@code{gnus-group-edit-group}).
2527
2528 @item G d
2529 @kindex G d (Group)
2530 @findex gnus-group-make-directory-group
2531 @cindex nndir
2532 Make a directory group (@pxref{Directory Groups}).  You will be prompted
2533 for a directory name (@code{gnus-group-make-directory-group}).
2534
2535 @item G h
2536 @kindex G h (Group)
2537 @cindex help group
2538 @findex gnus-group-make-help-group
2539 Make the Gnus help group (@code{gnus-group-make-help-group}).
2540
2541 @item G a
2542 @kindex G a (Group)
2543 @cindex (ding) archive
2544 @cindex archive group
2545 @findex gnus-group-make-archive-group
2546 @vindex gnus-group-archive-directory
2547 @vindex gnus-group-recent-archive-directory
2548 Make a Gnus archive group (@code{gnus-group-make-archive-group}).  By
2549 default a group pointing to the most recent articles will be created
2550 (@code{gnus-group-recent-archive-directory}), but given a prefix, a full
2551 group will be created from @code{gnus-group-archive-directory}.
2552
2553 @item G k
2554 @kindex G k (Group)
2555 @findex gnus-group-make-kiboze-group
2556 @cindex nnkiboze
2557 Make a kiboze group.  You will be prompted for a name, for a regexp to
2558 match groups to be ``included'' in the kiboze group, and a series of
2559 strings to match on headers (@code{gnus-group-make-kiboze-group}).
2560 @xref{Kibozed Groups}.
2561
2562 @item G D
2563 @kindex G D (Group)
2564 @findex gnus-group-enter-directory
2565 @cindex nneething
2566 Read an arbitrary directory as if it were a newsgroup with the
2567 @code{nneething} back end (@code{gnus-group-enter-directory}).
2568 @xref{Anything Groups}.
2569
2570 @item G f
2571 @kindex G f (Group)
2572 @findex gnus-group-make-doc-group
2573 @cindex ClariNet Briefs
2574 @cindex nndoc
2575 Make a group based on some file or other
2576 (@code{gnus-group-make-doc-group}).  If you give a prefix to this
2577 command, you will be prompted for a file name and a file type.
2578 Currently supported types are @code{mbox}, @code{babyl},
2579 @code{digest}, @code{news}, @code{rnews}, @code{mmdf}, @code{forward},
2580 @code{rfc934}, @code{rfc822-forward}, @code{mime-parts},
2581 @code{standard-digest}, @code{slack-digest}, @code{clari-briefs},
2582 @code{nsmail}, @code{outlook}, @code{oe-dbx}, and @code{mailman}.  If
2583 you run this command without a prefix, Gnus will guess at the file
2584 type.  @xref{Document Groups}.
2585
2586 @item G u
2587 @kindex G u (Group)
2588 @vindex gnus-useful-groups
2589 @findex gnus-group-make-useful-group
2590 Create one of the groups mentioned in @code{gnus-useful-groups}
2591 (@code{gnus-group-make-useful-group}).
2592
2593 @item G w
2594 @kindex G w (Group)
2595 @findex gnus-group-make-web-group
2596 @cindex Google
2597 @cindex nnweb
2598 @cindex gmane
2599 Make an ephemeral group based on a web search
2600 (@code{gnus-group-make-web-group}).  If you give a prefix to this
2601 command, make a solid group instead.  You will be prompted for the
2602 search engine type and the search string.  Valid search engine types
2603 include @code{google}, @code{dejanews}, and @code{gmane}.
2604 @xref{Web Searches}.
2605
2606 If you use the @code{google} search engine, you can limit the search
2607 to a particular group by using a match string like
2608 @samp{shaving group:alt.sysadmin.recovery}.
2609
2610 @item G DEL
2611 @kindex G DEL (Group)
2612 @findex gnus-group-delete-group
2613 This function will delete the current group
2614 (@code{gnus-group-delete-group}).  If given a prefix, this function will
2615 actually delete all the articles in the group, and forcibly remove the
2616 group itself from the face of the Earth.  Use a prefix only if you are
2617 absolutely sure of what you are doing.  This command can't be used on
2618 read-only groups (like @code{nntp} group), though.
2619
2620 @item G V
2621 @kindex G V (Group)
2622 @findex gnus-group-make-empty-virtual
2623 Make a new, fresh, empty @code{nnvirtual} group
2624 (@code{gnus-group-make-empty-virtual}).  @xref{Virtual Groups}.
2625
2626 @item G v
2627 @kindex G v (Group)
2628 @findex gnus-group-add-to-virtual
2629 Add the current group to an @code{nnvirtual} group
2630 (@code{gnus-group-add-to-virtual}).  Uses the process/prefix convention.
2631 @end table
2632
2633 @xref{Select Methods}, for more information on the various select
2634 methods.
2635
2636 @vindex gnus-activate-foreign-newsgroups
2637 If @code{gnus-activate-foreign-newsgroups} is a positive number,
2638 Gnus will check all foreign groups with this level or lower at startup.
2639 This might take quite a while, especially if you subscribe to lots of
2640 groups from different @sc{nntp} servers.  Also @pxref{Group Levels};
2641 @code{gnus-activate-level} also affects activation of foreign
2642 newsgroups.
2643
2644
2645 @node Group Parameters
2646 @section Group Parameters
2647 @cindex group parameters
2648
2649 The group parameters store information local to a particular group.
2650 Here's an example group parameter list:
2651
2652 @example
2653 ((to-address . "ding@@gnus.org")
2654  (auto-expire . t))
2655 @end example
2656
2657 We see that each element consists of a ``dotted pair''---the thing before
2658 the dot is the key, while the thing after the dot is the value.  All the
2659 parameters have this form @emph{except} local variable specs, which are
2660 not dotted pairs, but proper lists.
2661
2662 Some parameters have correspondant customizable variables, each of which
2663 is an alist of regexps and values.
2664
2665 The following group parameters can be used:
2666
2667 @table @code
2668 @item to-address
2669 @cindex to-address
2670 Address used by when doing followups and new posts.
2671
2672 @example
2673 (to-address . "some@@where.com")
2674 @end example
2675
2676 This is primarily useful in mail groups that represent closed mailing
2677 lists---mailing lists where it's expected that everybody that writes to
2678 the mailing list is subscribed to it.  Since using this parameter
2679 ensures that the mail only goes to the mailing list itself, it means
2680 that members won't receive two copies of your followups.
2681
2682 Using @code{to-address} will actually work whether the group is foreign
2683 or not.  Let's say there's a group on the server that is called
2684 @samp{fa.4ad-l}.  This is a real newsgroup, but the server has gotten
2685 the articles from a mail-to-news gateway.  Posting directly to this
2686 group is therefore impossible---you have to send mail to the mailing
2687 list address instead.
2688
2689 See also @code{gnus-parameter-to-address-alist}.
2690
2691 @item to-list
2692 @cindex to-list
2693 Address used when doing @kbd{a} in that group.
2694
2695 @example
2696 (to-list . "some@@where.com")
2697 @end example
2698
2699 It is totally ignored
2700 when doing a followup---except that if it is present in a news group,
2701 you'll get mail group semantics when doing @kbd{f}.
2702
2703 If you do an @kbd{a} command in a mail group and you have neither a
2704 @code{to-list} group parameter nor a @code{to-address} group parameter,
2705 then a @code{to-list} group parameter will be added automatically upon
2706 sending the message if @code{gnus-add-to-list} is set to @code{t}.
2707 @vindex gnus-add-to-list
2708
2709 If you do an @kbd{a} command in a mail group and you don't have a
2710 @code{to-list} group parameter, one will be added automatically upon
2711 sending the message.
2712
2713 @findex gnus-mailing-list-mode
2714 @cindex Mail List Groups
2715 If this variable is set, @code{gnus-mailing-list-mode} is turned on when
2716 entering summary buffer.
2717
2718 See also @code{gnus-parameter-to-list-alist}.
2719
2720 @anchor{subscribed}
2721 @item subscribed
2722 @cindex subscribed
2723 If this parameter is set to @code{t}, Gnus will consider the
2724 to-address and to-list parameters for this group as addresses of
2725 mailing lists you are subscribed to.  Giving Gnus this information is
2726 (only) a first step in getting it to generate correct Mail-Followup-To
2727 headers for your posts to these lists.  Look here @pxref{(message)Mailing
2728 Lists} for a complete treatment of available MFT support.
2729
2730 See also @code{gnus-find-subscribed-addresses}, the function that
2731 directly uses this group parameter.
2732
2733 @item visible
2734 @cindex visible
2735 If the group parameter list has the element @code{(visible . t)},
2736 that group will always be visible in the Group buffer, regardless
2737 of whether it has any unread articles.
2738
2739 @item broken-reply-to
2740 @cindex broken-reply-to
2741 Elements like @code{(broken-reply-to . t)} signals that @code{Reply-To}
2742 headers in this group are to be ignored.  This can be useful if you're
2743 reading a mailing list group where the listserv has inserted
2744 @code{Reply-To} headers that point back to the listserv itself.  This is
2745 broken behavior.  So there!
2746
2747 @item to-group
2748 @cindex to-group
2749 Elements like @code{(to-group . "some.group.name")} means that all
2750 posts in that group will be sent to @code{some.group.name}.
2751
2752 @item newsgroup
2753 @cindex newsgroup
2754 If you have @code{(newsgroup . t)} in the group parameter list, Gnus
2755 will treat all responses as if they were responses to news articles.
2756 This can be useful if you have a mail group that's really a mirror of a
2757 news group.
2758
2759 @item gcc-self
2760 @cindex gcc-self
2761 If @code{(gcc-self . t)} is present in the group parameter list, newly
2762 composed messages will be @code{Gcc}'d to the current group.  If
2763 @code{(gcc-self . none)} is present, no @code{Gcc:} header will be
2764 generated, if @code{(gcc-self . "string")} is present, this string will
2765 be inserted literally as a @code{gcc} header.  This parameter takes
2766 precedence over any default @code{Gcc} rules as described later
2767 (@pxref{Archived Messages}).  CAVEAT:: It yields an error putting
2768 @code{(gcc-self . t)} in groups of a @code{nntp} server or so, because
2769 a @code{nntp} server doesn't accept articles.
2770
2771 @item auto-expire
2772 @cindex auto-expire
2773 If the group parameter has an element that looks like @code{(auto-expire
2774 . t)}, all articles read will be marked as expirable.  For an
2775 alternative approach, @pxref{Expiring Mail}.
2776
2777 See also @code{gnus-auto-expirable-newsgroups}.
2778
2779 @item total-expire
2780 @cindex total-expire
2781 If the group parameter has an element that looks like
2782 @code{(total-expire . t)}, all read articles will be put through the
2783 expiry process, even if they are not marked as expirable.  Use with
2784 caution.  Unread, ticked and dormant articles are not eligible for
2785 expiry.
2786
2787 See also @code{gnus-total-expirable-newsgroups}.
2788
2789 @item expiry-wait
2790 @cindex expiry-wait
2791 @vindex nnmail-expiry-wait-function
2792 If the group parameter has an element that looks like
2793 @code{(expiry-wait . 10)}, this value will override any
2794 @code{nnmail-expiry-wait} and @code{nnmail-expiry-wait-function}
2795 (@pxref{Expiring Mail}) when expiring expirable messages.  The value
2796 can either be a number of days (not necessarily an integer) or the
2797 symbols @code{never} or @code{immediate}.
2798
2799 @item score-file
2800 @cindex score file group parameter
2801 Elements that look like @code{(score-file . "file")} will make
2802 @file{file} into the current score file for the group in question.  All
2803 interactive score entries will be put into this file.
2804
2805 @item adapt-file
2806 @cindex adapt file group parameter
2807 Elements that look like @code{(adapt-file . "file")} will make
2808 @file{file} into the current adaptive file for the group in question.
2809 All adaptive score entries will be put into this file.
2810
2811 @item admin-address
2812 @cindex admin-address
2813 When unsubscribing from a mailing list you should never send the
2814 unsubscription notice to the mailing list itself.  Instead, you'd send
2815 messages to the administrative address.  This parameter allows you to
2816 put the admin address somewhere convenient.
2817
2818 @item display
2819 @cindex display
2820 Elements that look like @code{(display . MODE)} say which articles to
2821 display on entering the group.  Valid values are:
2822
2823 @table @code
2824 @item all
2825 Display all articles, both read and unread.
2826
2827 @item an integer
2828 Display the last INTEGER articles in the group.  This is the same as
2829 entering the group with C-u INTEGER.
2830
2831 @item default
2832 Display the default visible articles, which normally includes unread and
2833 ticked articles.
2834
2835 @item an array
2836 Display articles that satisfy a predicate.
2837
2838 Here are some examples:
2839
2840 @table @code
2841 @item [unread]
2842 Display only unread articles.
2843
2844 @item [not expire]
2845 Display everything except expirable articles.
2846
2847 @item [and (not reply) (not expire)]
2848 Display everything except expirable and articles you've already
2849 responded to.
2850 @end table
2851
2852 The available operators are @code{not}, @code{and} and @code{or}.
2853 Predicates include @code{tick}, @code{unsend}, @code{undownload},
2854 @code{unread}, @code{dormant}, @code{expire}, @code{reply},
2855 @code{killed}, @code{bookmark}, @code{score}, @code{save},
2856 @code{cache}, @code{forward}, @code{unseen} and @code{recent}.
2857
2858 @end table
2859
2860 The @code{display} parameter works by limiting the summary buffer to
2861 the subset specified.  You can pop the limit by using the @kbd{/ w}
2862 command (@pxref{Limiting}).
2863
2864 @item comment
2865 @cindex comment
2866 Elements that look like @code{(comment . "This is a comment")} are
2867 arbitrary comments on the group.  You can display comments in the
2868 group line (@pxref{Group Line Specification}).
2869
2870 @item charset
2871 @cindex charset
2872 Elements that look like @code{(charset . iso-8859-1)} will make
2873 @code{iso-8859-1} the default charset; that is, the charset that will be
2874 used for all articles that do not specify a charset.
2875
2876 See also @code{gnus-group-charset-alist}.
2877
2878 @item ignored-charsets
2879 @cindex ignored-charset
2880 Elements that look like @code{(ignored-charsets x-unknown iso-8859-1)}
2881 will make @code{iso-8859-1} and @code{x-unknown} ignored; that is, the
2882 default charset will be used for decoding articles.
2883
2884 See also @code{gnus-group-ignored-charsets-alist}.
2885
2886 @item posting-style
2887 @cindex posting-style
2888 You can store additional posting style information for this group
2889 here (@pxref{Posting Styles}).  The format is that of an entry in the
2890 @code{gnus-posting-styles} alist, except that there's no regexp matching
2891 the group name (of course).  Style elements in this group parameter will
2892 take precedence over the ones found in @code{gnus-posting-styles}.
2893
2894 For instance, if you want a funky name and signature in this group only,
2895 instead of hacking @code{gnus-posting-styles}, you could put something
2896 like this in the group parameters:
2897
2898 @example
2899 (posting-style
2900   (name "Funky Name")
2901   ("X-My-Header" "Funky Value")
2902   (signature "Funky Signature"))
2903 @end example
2904
2905 @item post-method
2906 @cindex post-method
2907 If it is set, the value is used as the method for posting message
2908 instead of @code{gnus-post-method}.
2909
2910 @item banner
2911 @cindex banner
2912 An item like @code{(banner . "regex")} causes any part of an article
2913 that matches the regular expression "regex" to be stripped. Instead of
2914 "regex", you can also use the symbol @code{signature} which strips the
2915 last signature or any of the elements of the alist
2916 @code{gnus-article-banner-alist}.
2917
2918 @item sieve
2919 @cindex sieve
2920 This parameter contains a Sieve test that should match incoming mail
2921 that should be placed in this group.  From this group parameter, a
2922 Sieve @samp{IF} control structure is generated, having the test as the
2923 condition and @samp{fileinto "group.name";} as the body.
2924
2925 For example, if the INBOX.list.sieve group has the @code{(sieve
2926 address "sender" "sieve-admin@@extundo.com")} group parameter, when
2927 translating the group parameter into a Sieve script (@pxref{Sieve
2928 Commands}) the following Sieve code is generated:
2929
2930 @example
2931 if address \"sender\" \"sieve-admin@@extundo.com\" @{
2932         fileinto \"INBOX.list.sieve\";
2933 @}
2934 @end example
2935
2936 The Sieve language is described in RFC 3028.  @xref{Top, , Top, sieve,
2937 Emacs Sieve}.
2938
2939 @item (@var{variable} @var{form})
2940 You can use the group parameters to set variables local to the group you
2941 are entering.  If you want to turn threading off in @samp{news.answers},
2942 you could put @code{(gnus-show-threads nil)} in the group parameters of
2943 that group.  @code{gnus-show-threads} will be made into a local variable
2944 in the summary buffer you enter, and the form @code{nil} will be
2945 @code{eval}ed there.
2946
2947 @vindex gnus-list-identifiers
2948 A use for this feature, is to remove a mailing list identifier tag in
2949 the subject fields of articles.   E.g. if the news group
2950 @samp{nntp+news.gnus.org:gmane.text.docbook.apps} has the tag
2951 @samp{DOC-BOOK-APPS:} in the subject of all articles, this tag can be
2952 removed from the article subjects in the summary buffer for the group by
2953 putting @code{(gnus-list-identifiers "DOCBOOK-APPS:")} into the group
2954 parameters for the group.
2955
2956
2957 This can also be used as a group-specific hook function, if you'd like.
2958 If you want to hear a beep when you enter a group, you could put
2959 something like @code{(dummy-variable (ding))} in the parameters of that
2960 group.  @code{dummy-variable} will be set to the result of the
2961 @code{(ding)} form, but who cares?
2962
2963 @end table
2964
2965 Use the @kbd{G p} or the @kbd{G c} command to edit group parameters of a
2966 group.  (@kbd{G p} presents you with a Lisp-based interface, @kbd{G c}
2967 presents you with a Customize-like interface.  The latter helps avoid
2968 silly Lisp errors.)  You might also be interested in reading about topic
2969 parameters (@pxref{Topic Parameters}).
2970
2971 @vindex gnus-parameters
2972 Group parameters can be set via the @code{gnus-parameters} variable too.
2973 But some variables, such as @code{visible}, have no effect.  For
2974 example:
2975
2976 @lisp
2977 (setq gnus-parameters
2978       '(("mail\\..*"
2979          (gnus-show-threads nil)
2980          (gnus-use-scoring nil)
2981          (gnus-summary-line-format
2982           "%U%R%z%I%(%[%d:%ub%-23,23f%]%) %s\n")
2983          (gcc-self . t)
2984          (display . all))
2985
2986         ("^nnimap:\\(foo.bar\\)$"
2987          (to-group . "\\1"))
2988
2989         ("mail\\.me"
2990          (gnus-use-scoring  t))
2991
2992         ("list\\..*"
2993          (total-expire . t)
2994          (broken-reply-to . t))))
2995 @end lisp
2996
2997 String value of parameters will be subjected to regexp substitution, as
2998 the @code{to-group} example shows.
2999
3000
3001 @node Listing Groups
3002 @section Listing Groups
3003 @cindex group listing
3004
3005 These commands all list various slices of the groups available.
3006
3007 @table @kbd
3008
3009 @item l
3010 @itemx A s
3011 @kindex A s (Group)
3012 @kindex l (Group)
3013 @findex gnus-group-list-groups
3014 List all groups that have unread articles
3015 (@code{gnus-group-list-groups}).  If the numeric prefix is used, this
3016 command will list only groups of level ARG and lower.  By default, it
3017 only lists groups of level five (i. e.,
3018 @code{gnus-group-default-list-level}) or lower (i.e., just subscribed
3019 groups).
3020
3021 @item L
3022 @itemx A u
3023 @kindex A u (Group)
3024 @kindex L (Group)
3025 @findex gnus-group-list-all-groups
3026 List all groups, whether they have unread articles or not
3027 (@code{gnus-group-list-all-groups}).  If the numeric prefix is used,
3028 this command will list only groups of level ARG and lower.  By default,
3029 it lists groups of level seven or lower (i.e., just subscribed and
3030 unsubscribed groups).
3031
3032 @item A l
3033 @kindex A l (Group)
3034 @findex gnus-group-list-level
3035 List all unread groups on a specific level
3036 (@code{gnus-group-list-level}).  If given a prefix, also list the groups
3037 with no unread articles.
3038
3039 @item A k
3040 @kindex A k (Group)
3041 @findex gnus-group-list-killed
3042 List all killed groups (@code{gnus-group-list-killed}).  If given a
3043 prefix argument, really list all groups that are available, but aren't
3044 currently (un)subscribed.  This could entail reading the active file
3045 from the server.
3046
3047 @item A z
3048 @kindex A z (Group)
3049 @findex gnus-group-list-zombies
3050 List all zombie groups (@code{gnus-group-list-zombies}).
3051
3052 @item A m
3053 @kindex A m (Group)
3054 @findex gnus-group-list-matching
3055 List all unread, subscribed groups with names that match a regexp
3056 (@code{gnus-group-list-matching}).
3057
3058 @item A M
3059 @kindex A M (Group)
3060 @findex gnus-group-list-all-matching
3061 List groups that match a regexp (@code{gnus-group-list-all-matching}).
3062
3063 @item A A
3064 @kindex A A (Group)
3065 @findex gnus-group-list-active
3066 List absolutely all groups in the active file(s) of the
3067 server(s) you are connected to (@code{gnus-group-list-active}).  This
3068 might very well take quite a while.  It might actually be a better idea
3069 to do a @kbd{A M} to list all matching, and just give @samp{.} as the
3070 thing to match on.  Also note that this command may list groups that
3071 don't exist (yet)---these will be listed as if they were killed groups.
3072 Take the output with some grains of salt.
3073
3074 @item A a
3075 @kindex A a (Group)
3076 @findex gnus-group-apropos
3077 List all groups that have names that match a regexp
3078 (@code{gnus-group-apropos}).
3079
3080 @item A d
3081 @kindex A d (Group)
3082 @findex gnus-group-description-apropos
3083 List all groups that have names or descriptions that match a regexp
3084 (@code{gnus-group-description-apropos}).
3085
3086 @item A c
3087 @kindex A c (Group)
3088 @findex gnus-group-list-cached
3089 List all groups with cached articles (@code{gnus-group-list-cached}).
3090
3091 @item A ?
3092 @kindex A ? (Group)
3093 @findex gnus-group-list-dormant
3094 List all groups with dormant articles (@code{gnus-group-list-dormant}).
3095
3096 @item A /
3097 @kindex A / (Group)
3098 @findex gnus-group-list-limit
3099 List groups limited within the current selection
3100 (@code{gnus-group-list-limit}).
3101
3102 @item A f
3103 @kindex A f (Group)
3104 @findex gnus-group-list-flush
3105 Flush groups from the current selection (@code{gnus-group-list-flush}).
3106
3107 @item A p
3108 @kindex A p (Group)
3109 @findex gnus-group-list-plus
3110 List groups plus the current selection (@code{gnus-group-list-plus}).
3111
3112 @end table
3113
3114 @vindex gnus-permanently-visible-groups
3115 @cindex visible group parameter
3116 Groups that match the @code{gnus-permanently-visible-groups} regexp will
3117 always be shown, whether they have unread articles or not.  You can also
3118 add the @code{visible} element to the group parameters in question to
3119 get the same effect.
3120
3121 @vindex gnus-list-groups-with-ticked-articles
3122 Groups that have just ticked articles in it are normally listed in the
3123 group buffer.  If @code{gnus-list-groups-with-ticked-articles} is
3124 @code{nil}, these groups will be treated just like totally empty
3125 groups.  It is @code{t} by default.
3126
3127
3128 @node Sorting Groups
3129 @section Sorting Groups
3130 @cindex sorting groups
3131
3132 @kindex C-c C-s (Group)
3133 @findex gnus-group-sort-groups
3134 @vindex gnus-group-sort-function
3135 The @kbd{C-c C-s} (@code{gnus-group-sort-groups}) command sorts the
3136 group buffer according to the function(s) given by the
3137 @code{gnus-group-sort-function} variable.  Available sorting functions
3138 include:
3139
3140 @table @code
3141
3142 @item gnus-group-sort-by-alphabet
3143 @findex gnus-group-sort-by-alphabet
3144 Sort the group names alphabetically.  This is the default.
3145
3146 @item gnus-group-sort-by-real-name
3147 @findex gnus-group-sort-by-real-name
3148 Sort the group alphabetically on the real (unprefixed) group names.
3149
3150 @item gnus-group-sort-by-level
3151 @findex gnus-group-sort-by-level
3152 Sort by group level.
3153
3154 @item gnus-group-sort-by-score
3155 @findex gnus-group-sort-by-score
3156 Sort by group score.  @xref{Group Score}.
3157
3158 @item gnus-group-sort-by-rank
3159 @findex gnus-group-sort-by-rank
3160 Sort by group score and then the group level.  The level and the score
3161 are, when taken together, the group's @dfn{rank}.  @xref{Group Score}.
3162
3163 @item gnus-group-sort-by-unread
3164 @findex gnus-group-sort-by-unread
3165 Sort by number of unread articles.
3166
3167 @item gnus-group-sort-by-method
3168 @findex gnus-group-sort-by-method
3169 Sort alphabetically on the select method.
3170
3171 @item gnus-group-sort-by-server
3172 @findex gnus-group-sort-by-server
3173 Sort alphabetically on the Gnus server name.
3174
3175
3176 @end table
3177
3178 @code{gnus-group-sort-function} can also be a list of sorting
3179 functions.  In that case, the most significant sort key function must be
3180 the last one.
3181
3182
3183 There are also a number of commands for sorting directly according to
3184 some sorting criteria:
3185
3186 @table @kbd
3187 @item G S a
3188 @kindex G S a (Group)
3189 @findex gnus-group-sort-groups-by-alphabet
3190 Sort the group buffer alphabetically by group name
3191 (@code{gnus-group-sort-groups-by-alphabet}).
3192
3193 @item G S u
3194 @kindex G S u (Group)
3195 @findex gnus-group-sort-groups-by-unread
3196 Sort the group buffer by the number of unread articles
3197 (@code{gnus-group-sort-groups-by-unread}).
3198
3199 @item G S l
3200 @kindex G S l (Group)
3201 @findex gnus-group-sort-groups-by-level
3202 Sort the group buffer by group level
3203 (@code{gnus-group-sort-groups-by-level}).
3204
3205 @item G S v
3206 @kindex G S v (Group)
3207 @findex gnus-group-sort-groups-by-score
3208 Sort the group buffer by group score
3209 (@code{gnus-group-sort-groups-by-score}).  @xref{Group Score}.
3210
3211 @item G S r
3212 @kindex G S r (Group)
3213 @findex gnus-group-sort-groups-by-rank
3214 Sort the group buffer by group rank
3215 (@code{gnus-group-sort-groups-by-rank}).  @xref{Group Score}.
3216
3217 @item G S m
3218 @kindex G S m (Group)
3219 @findex gnus-group-sort-groups-by-method
3220 Sort the group buffer alphabetically by back end name
3221 (@code{gnus-group-sort-groups-by-method}).
3222
3223 @item G S n
3224 @kindex G S n (Group)
3225 @findex gnus-group-sort-groups-by-real-name
3226 Sort the group buffer alphabetically by real (unprefixed) group name
3227 (@code{gnus-group-sort-groups-by-real-name}).
3228
3229 @end table
3230
3231 All the commands below obey the process/prefix convention
3232 (@pxref{Process/Prefix}).
3233
3234 When given a symbolic prefix (@pxref{Symbolic Prefixes}), all these
3235 commands will sort in reverse order.
3236
3237 You can also sort a subset of the groups:
3238
3239 @table @kbd
3240 @item G P a
3241 @kindex G P a (Group)
3242 @findex gnus-group-sort-selected-groups-by-alphabet
3243 Sort the groups alphabetically by group name
3244 (@code{gnus-group-sort-selected-groups-by-alphabet}).
3245
3246 @item G P u
3247 @kindex G P u (Group)
3248 @findex gnus-group-sort-selected-groups-by-unread
3249 Sort the groups by the number of unread articles
3250 (@code{gnus-group-sort-selected-groups-by-unread}).
3251
3252 @item G P l
3253 @kindex G P l (Group)
3254 @findex gnus-group-sort-selected-groups-by-level
3255 Sort the groups by group level
3256 (@code{gnus-group-sort-selected-groups-by-level}).
3257
3258 @item G P v
3259 @kindex G P v (Group)
3260 @findex gnus-group-sort-selected-groups-by-score
3261 Sort the groups by group score
3262 (@code{gnus-group-sort-selected-groups-by-score}).  @xref{Group Score}.
3263
3264 @item G P r
3265 @kindex G P r (Group)
3266 @findex gnus-group-sort-selected-groups-by-rank
3267 Sort the groups by group rank
3268 (@code{gnus-group-sort-selected-groups-by-rank}).  @xref{Group Score}.
3269
3270 @item G P m
3271 @kindex G P m (Group)
3272 @findex gnus-group-sort-selected-groups-by-method
3273 Sort the groups alphabetically by back end name
3274 (@code{gnus-group-sort-selected-groups-by-method}).
3275
3276 @item G P n
3277 @kindex G P n (Group)
3278 @findex gnus-group-sort-selected-groups-by-real-name
3279 Sort the groups alphabetically by real (unprefixed) group name
3280 (@code{gnus-group-sort-selected-groups-by-real-name}).
3281
3282 @item G P s
3283 @kindex G P s (Group)
3284 @findex gnus-group-sort-selected-groups
3285 Sort the groups according to @code{gnus-group-sort-function}.
3286
3287 @end table
3288
3289 And finally, note that you can use @kbd{C-k} and @kbd{C-y} to manually
3290 move groups around.
3291
3292
3293 @node Group Maintenance
3294 @section Group Maintenance
3295 @cindex bogus groups
3296
3297 @table @kbd
3298 @item b
3299 @kindex b (Group)
3300 @findex gnus-group-check-bogus-groups
3301 Find bogus groups and delete them
3302 (@code{gnus-group-check-bogus-groups}).
3303
3304 @item F
3305 @kindex F (Group)
3306 @findex gnus-group-find-new-groups
3307 Find new groups and process them (@code{gnus-group-find-new-groups}).
3308 With 1 @kbd{C-u}, use the @code{ask-server} method to query the server
3309 for new groups.  With 2 @kbd{C-u}'s, use most complete method possible
3310 to query the server for new groups, and subscribe the new groups as
3311 zombies.
3312
3313 @item C-c C-x
3314 @kindex C-c C-x (Group)
3315 @findex gnus-group-expire-articles
3316 Run all expirable articles in the current group through the expiry
3317 process (if any) (@code{gnus-group-expire-articles}).  That is, delete
3318 all expirable articles in the group that have been around for a while.
3319 (@pxref{Expiring Mail}).
3320
3321 @item C-c C-M-x
3322 @kindex C-c C-M-x (Group)
3323 @findex gnus-group-expire-all-groups
3324 Run all expirable articles in all groups through the expiry process
3325 (@code{gnus-group-expire-all-groups}).
3326
3327 @end table
3328
3329
3330 @node Browse Foreign Server
3331 @section Browse Foreign Server
3332 @cindex foreign servers
3333 @cindex browsing servers
3334
3335 @table @kbd
3336 @item B
3337 @kindex B (Group)
3338 @findex gnus-group-browse-foreign-server
3339 You will be queried for a select method and a server name.  Gnus will
3340 then attempt to contact this server and let you browse the groups there
3341 (@code{gnus-group-browse-foreign-server}).
3342 @end table
3343
3344 @findex gnus-browse-mode
3345 A new buffer with a list of available groups will appear.  This buffer
3346 will use the @code{gnus-browse-mode}.  This buffer looks a bit (well,
3347 a lot) like a normal group buffer.
3348
3349 Here's a list of keystrokes available in the browse mode:
3350
3351 @table @kbd
3352 @item n
3353 @kindex n (Browse)
3354 @findex gnus-group-next-group
3355 Go to the next group (@code{gnus-group-next-group}).
3356
3357 @item p
3358 @kindex p (Browse)
3359 @findex gnus-group-prev-group
3360 Go to the previous group (@code{gnus-group-prev-group}).
3361
3362 @item SPACE
3363 @kindex SPACE (Browse)
3364 @findex gnus-browse-read-group
3365 Enter the current group and display the first article
3366 (@code{gnus-browse-read-group}).
3367
3368 @item RET
3369 @kindex RET (Browse)
3370 @findex gnus-browse-select-group
3371 Enter the current group (@code{gnus-browse-select-group}).
3372
3373 @item u
3374 @kindex u (Browse)
3375 @findex gnus-browse-unsubscribe-current-group
3376 Unsubscribe to the current group, or, as will be the case here,
3377 subscribe to it (@code{gnus-browse-unsubscribe-current-group}).
3378
3379 @item l
3380 @itemx q
3381 @kindex q (Browse)
3382 @kindex l (Browse)
3383 @findex gnus-browse-exit
3384 Exit browse mode (@code{gnus-browse-exit}).
3385
3386 @item d
3387 @kindex d (Browse)
3388 @findex gnus-browse-describe-group
3389 Describe the current group (@code{gnus-browse-describe-group}).
3390
3391 @item ?
3392 @kindex ? (Browse)
3393 @findex gnus-browse-describe-briefly
3394 Describe browse mode briefly (well, there's not much to describe, is
3395 there) (@code{gnus-browse-describe-briefly}).
3396 @end table
3397
3398
3399 @node Exiting Gnus
3400 @section Exiting Gnus
3401 @cindex exiting Gnus
3402
3403 Yes, Gnus is ex(c)iting.
3404
3405 @table @kbd
3406 @item z
3407 @kindex z (Group)
3408 @findex gnus-group-suspend
3409 Suspend Gnus (@code{gnus-group-suspend}).  This doesn't really exit Gnus,
3410 but it kills all buffers except the Group buffer.  I'm not sure why this
3411 is a gain, but then who am I to judge?
3412
3413 @item q
3414 @kindex q (Group)
3415 @findex gnus-group-exit
3416 @c @icon{gnus-group-exit}
3417 Quit Gnus (@code{gnus-group-exit}).
3418
3419 @item Q
3420 @kindex Q (Group)
3421 @findex gnus-group-quit
3422 Quit Gnus without saving the @file{.newsrc} files (@code{gnus-group-quit}).
3423 The dribble file will be saved, though (@pxref{Auto Save}).
3424 @end table
3425
3426 @vindex gnus-exit-gnus-hook
3427 @vindex gnus-suspend-gnus-hook
3428 @vindex gnus-after-exiting-gnus-hook
3429 @code{gnus-suspend-gnus-hook} is called when you suspend Gnus and
3430 @code{gnus-exit-gnus-hook} is called when you quit Gnus, while
3431 @code{gnus-after-exiting-gnus-hook} is called as the final item when
3432 exiting Gnus.
3433
3434 @findex gnus-unload
3435 @cindex unloading
3436 If you wish to completely unload Gnus and all its adherents, you can use
3437 the @code{gnus-unload} command.  This command is also very handy when
3438 trying to customize meta-variables.
3439
3440 Note:
3441
3442 @quotation
3443 Miss Lisa Cannifax, while sitting in English class, felt her feet go
3444 numbly heavy and herself fall into a hazy trance as the boy sitting
3445 behind her drew repeated lines with his pencil across the back of her
3446 plastic chair.
3447 @end quotation
3448
3449
3450 @node Group Topics
3451 @section Group Topics
3452 @cindex topics
3453
3454 If you read lots and lots of groups, it might be convenient to group
3455 them hierarchically according to topics.  You put your Emacs groups over
3456 here, your sex groups over there, and the rest (what, two groups or so?)
3457 you put in some misc section that you never bother with anyway.  You can
3458 even group the Emacs sex groups as a sub-topic to either the Emacs
3459 groups or the sex groups---or both!  Go wild!
3460
3461 @iftex
3462 @iflatex
3463 \gnusfigure{Group Topics}{400}{
3464 \put(75,50){\epsfig{figure=ps/group-topic,height=9cm}}
3465 }
3466 @end iflatex
3467 @end iftex
3468
3469 Here's an example:
3470
3471 @example
3472 Gnus
3473   Emacs -- I wuw it!
3474      3: comp.emacs
3475      2: alt.religion.emacs
3476     Naughty Emacs
3477      452: alt.sex.emacs
3478        0: comp.talk.emacs.recovery
3479   Misc
3480      8: comp.binaries.fractals
3481     13: comp.sources.unix
3482 @end example
3483
3484 @findex gnus-topic-mode
3485 @kindex t (Group)
3486 To get this @emph{fab} functionality you simply turn on (ooh!) the
3487 @code{gnus-topic} minor mode---type @kbd{t} in the group buffer.  (This
3488 is a toggling command.)
3489
3490 Go ahead, just try it.  I'll still be here when you get back.  La de
3491 dum@dots{} Nice tune, that@dots{} la la la@dots{} What, you're back?
3492 Yes, and now press @kbd{l}.  There.  All your groups are now listed
3493 under @samp{misc}.  Doesn't that make you feel all warm and fuzzy?
3494 Hot and bothered?
3495
3496 If you want this permanently enabled, you should add that minor mode to
3497 the hook for the group mode.  Put the following line in your
3498 @file{~/.gnus} file:
3499
3500 @lisp
3501 (add-hook 'gnus-group-mode-hook 'gnus-topic-mode)
3502 @end lisp
3503
3504 @menu
3505 * Topic Commands::              Interactive E-Z commands.
3506 * Topic Variables::             How to customize the topics the Lisp Way.
3507 * Topic Sorting::               Sorting each topic individually.
3508 * Topic Topology::              A map of the world.
3509 * Topic Parameters::            Parameters that apply to all groups in a topic.
3510 @end menu
3511
3512
3513 @node Topic Commands
3514 @subsection Topic Commands
3515 @cindex topic commands
3516
3517 When the topic minor mode is turned on, a new @kbd{T} submap will be
3518 available.  In addition, a few of the standard keys change their
3519 definitions slightly.
3520
3521 In general, the following kinds of operations are possible on topics.
3522 First of all, you want to create topics.  Secondly, you want to put
3523 groups in topics and to move them around until you have an order you
3524 like.  The third kind of operation is to show/hide parts of the whole
3525 shebang.  You might want to hide a topic including its subtopics and
3526 groups, to get a better overview of the other groups.
3527
3528 Here is a list of the basic keys that you might need to set up topics
3529 the way you like.
3530
3531 @table @kbd
3532
3533 @item T n
3534 @kindex T n (Topic)
3535 @findex gnus-topic-create-topic
3536 Prompt for a new topic name and create it
3537 (@code{gnus-topic-create-topic}).
3538
3539 @item T TAB
3540 @itemx TAB
3541 @kindex T TAB (Topic)
3542 @kindex TAB (Topic)
3543 @findex gnus-topic-indent
3544 ``Indent'' the current topic so that it becomes a sub-topic of the
3545 previous topic (@code{gnus-topic-indent}).  If given a prefix,
3546 ``un-indent'' the topic instead.
3547
3548 @item M-TAB
3549 @kindex M-TAB (Topic)
3550 @findex gnus-topic-unindent
3551 ``Un-indent'' the current topic so that it becomes a sub-topic of the
3552 parent of its current parent (@code{gnus-topic-unindent}).
3553
3554 @end table
3555
3556 The following two keys can be used to move groups and topics around.
3557 They work like the well-known cut and paste.  @kbd{C-k} is like cut and
3558 @kbd{C-y} is like paste.  Of course, this being Emacs, we use the terms
3559 kill and yank rather than cut and paste.
3560
3561 @table @kbd
3562
3563 @item C-k
3564 @kindex C-k (Topic)
3565 @findex gnus-topic-kill-group
3566 Kill a group or topic (@code{gnus-topic-kill-group}).  All groups in the
3567 topic will be removed along with the topic.
3568
3569 @item C-y
3570 @kindex C-y (Topic)
3571 @findex gnus-topic-yank-group
3572 Yank the previously killed group or topic
3573 (@code{gnus-topic-yank-group}).  Note that all topics will be yanked
3574 before all groups.
3575
3576 So, to move a topic to the beginning of the list of topics, just hit
3577 @kbd{C-k} on it.  This is like the `cut' part of cut and paste.  Then,
3578 move the cursor to the beginning of the buffer (just below the `Gnus'
3579 topic) and hit @kbd{C-y}.  This is like the `paste' part of cut and
3580 paste.  Like I said -- E-Z.
3581
3582 You can use @kbd{C-k} and @kbd{C-y} on groups as well as on topics.  So
3583 you can move topics around as well as groups.
3584
3585 @end table
3586
3587 After setting up the topics the way you like them, you might wish to
3588 hide a topic, or to show it again.  That's why we have the following
3589 key.
3590
3591 @table @kbd
3592
3593 @item RET
3594 @kindex RET (Topic)
3595 @findex gnus-topic-select-group
3596 @itemx SPACE
3597 Either select a group or fold a topic (@code{gnus-topic-select-group}).
3598 When you perform this command on a group, you'll enter the group, as
3599 usual.  When done on a topic line, the topic will be folded (if it was
3600 visible) or unfolded (if it was folded already).  So it's basically a
3601 toggling command on topics.  In addition, if you give a numerical
3602 prefix, group on that level (and lower) will be displayed.
3603
3604 @end table
3605
3606 Now for a list of other commands, in no particular order.
3607
3608 @table @kbd
3609
3610 @item T m
3611 @kindex T m (Topic)
3612 @findex gnus-topic-move-group
3613 Move the current group to some other topic
3614 (@code{gnus-topic-move-group}).  This command uses the process/prefix
3615 convention (@pxref{Process/Prefix}).
3616
3617 @item T j
3618 @kindex T j (Topic)
3619 @findex gnus-topic-jump-to-topic
3620 Go to a topic (@code{gnus-topic-jump-to-topic}).
3621
3622 @item T c
3623 @kindex T c (Topic)
3624 @findex gnus-topic-copy-group
3625 Copy the current group to some other topic
3626 (@code{gnus-topic-copy-group}).  This command uses the process/prefix
3627 convention (@pxref{Process/Prefix}).
3628
3629 @item T h
3630 @kindex T h (Topic)
3631 @findex gnus-topic-hide-topic
3632 Hide the current topic (@code{gnus-topic-hide-topic}).  If given
3633 a prefix, hide the topic permanently.
3634
3635 @item T s
3636 @kindex T s (Topic)
3637 @findex gnus-topic-show-topic
3638 Show the current topic (@code{gnus-topic-show-topic}).  If given
3639 a prefix, show the topic permanently.
3640
3641 @item T D
3642 @kindex T D (Topic)
3643 @findex gnus-topic-remove-group
3644 Remove a group from the current topic (@code{gnus-topic-remove-group}).
3645 This command is mainly useful if you have the same group in several
3646 topics and wish to remove it from one of the topics.  You may also
3647 remove a group from all topics, but in that case, Gnus will add it to
3648 the root topic the next time you start Gnus.  In fact, all new groups
3649 (which, naturally, don't belong to any topic) will show up in the root
3650 topic.
3651
3652 This command uses the process/prefix convention
3653 (@pxref{Process/Prefix}).
3654
3655 @item T M
3656 @kindex T M (Topic)
3657 @findex gnus-topic-move-matching
3658 Move all groups that match some regular expression to a topic
3659 (@code{gnus-topic-move-matching}).
3660
3661 @item T C
3662 @kindex T C (Topic)
3663 @findex gnus-topic-copy-matching
3664 Copy all groups that match some regular expression to a topic
3665 (@code{gnus-topic-copy-matching}).
3666
3667 @item T H
3668 @kindex T H (Topic)
3669 @findex gnus-topic-toggle-display-empty-topics
3670 Toggle hiding empty topics
3671 (@code{gnus-topic-toggle-display-empty-topics}).
3672
3673 @item T #
3674 @kindex T # (Topic)
3675 @findex gnus-topic-mark-topic
3676 Mark all groups in the current topic with the process mark
3677 (@code{gnus-topic-mark-topic}).  This command works recursively on
3678 sub-topics unless given a prefix.
3679
3680 @item T M-#
3681 @kindex T M-# (Topic)
3682 @findex gnus-topic-unmark-topic
3683 Remove the process mark from all groups in the current topic
3684 (@code{gnus-topic-unmark-topic}).  This command works recursively on
3685 sub-topics unless given a prefix.
3686
3687 @item C-c C-x
3688 @kindex C-c C-x (Topic)
3689 @findex gnus-topic-expire-articles
3690 Run all expirable articles in the current group or topic through the
3691 expiry process (if any)
3692 (@code{gnus-topic-expire-articles}). (@pxref{Expiring Mail}).
3693
3694 @item T r
3695 @kindex T r (Topic)
3696 @findex gnus-topic-rename
3697 Rename a topic (@code{gnus-topic-rename}).
3698
3699 @item T DEL
3700 @kindex T DEL (Topic)
3701 @findex gnus-topic-delete
3702 Delete an empty topic (@code{gnus-topic-delete}).
3703
3704 @item A T
3705 @kindex A T (Topic)
3706 @findex gnus-topic-list-active
3707 List all groups that Gnus knows about in a topics-ified way
3708 (@code{gnus-topic-list-active}).
3709
3710 @item T M-n
3711 @kindex T M-n (Topic)
3712 @findex gnus-topic-goto-next-topic
3713 Go to the next topic (@code{gnus-topic-goto-next-topic}).
3714
3715 @item T M-p
3716 @kindex T M-p (Topic)
3717 @findex gnus-topic-goto-previous-topic
3718 Go to the next topic (@code{gnus-topic-goto-previous-topic}).
3719
3720 @item G p
3721 @kindex G p (Topic)
3722 @findex gnus-topic-edit-parameters
3723 @cindex group parameters
3724 @cindex topic parameters
3725 @cindex parameters
3726 Edit the topic parameters (@code{gnus-topic-edit-parameters}).
3727 @xref{Topic Parameters}.
3728
3729 @end table
3730
3731
3732 @node Topic Variables
3733 @subsection Topic Variables
3734 @cindex topic variables
3735
3736 The previous section told you how to tell Gnus which topics to display.
3737 This section explains how to tell Gnus what to display about each topic.
3738
3739 @vindex gnus-topic-line-format
3740 The topic lines themselves are created according to the
3741 @code{gnus-topic-line-format} variable (@pxref{Formatting Variables}).
3742 Valid elements are:
3743
3744 @table @samp
3745 @item i
3746 Indentation.
3747 @item n
3748 Topic name.
3749 @item v
3750 Visibility.
3751 @item l
3752 Level.
3753 @item g
3754 Number of groups in the topic.
3755 @item a
3756 Number of unread articles in the topic.
3757 @item A
3758 Number of unread articles in the topic and all its subtopics.
3759 @end table
3760
3761 @vindex gnus-topic-indent-level
3762 Each sub-topic (and the groups in the sub-topics) will be indented with
3763 @code{gnus-topic-indent-level} times the topic level number of spaces.
3764 The default is 2.
3765
3766 @vindex gnus-topic-mode-hook
3767 @code{gnus-topic-mode-hook} is called in topic minor mode buffers.
3768
3769 @vindex gnus-topic-display-empty-topics
3770 The @code{gnus-topic-display-empty-topics} says whether to display even
3771 topics that have no unread articles in them.  The default is @code{t}.
3772
3773
3774 @node Topic Sorting
3775 @subsection Topic Sorting
3776 @cindex topic sorting
3777
3778 You can sort the groups in each topic individually with the following
3779 commands:
3780
3781
3782 @table @kbd
3783 @item T S a
3784 @kindex T S a (Topic)
3785 @findex gnus-topic-sort-groups-by-alphabet
3786 Sort the current topic alphabetically by group name
3787 (@code{gnus-topic-sort-groups-by-alphabet}).
3788
3789 @item T S u
3790 @kindex T S u (Topic)
3791 @findex gnus-topic-sort-groups-by-unread
3792 Sort the current topic by the number of unread articles
3793 (@code{gnus-topic-sort-groups-by-unread}).
3794
3795 @item T S l
3796 @kindex T S l (Topic)
3797 @findex gnus-topic-sort-groups-by-level
3798 Sort the current topic by group level
3799 (@code{gnus-topic-sort-groups-by-level}).
3800
3801 @item T S v
3802 @kindex T S v (Topic)
3803 @findex gnus-topic-sort-groups-by-score
3804 Sort the current topic by group score
3805 (@code{gnus-topic-sort-groups-by-score}).  @xref{Group Score}.
3806
3807 @item T S r
3808 @kindex T S r (Topic)
3809 @findex gnus-topic-sort-groups-by-rank
3810 Sort the current topic by group rank
3811 (@code{gnus-topic-sort-groups-by-rank}).  @xref{Group Score}.
3812
3813 @item T S m
3814 @kindex T S m (Topic)
3815 @findex gnus-topic-sort-groups-by-method
3816 Sort the current topic alphabetically by back end name
3817 (@code{gnus-topic-sort-groups-by-method}).
3818
3819 @item T S e
3820 @kindex T S e (Topic)
3821 @findex gnus-topic-sort-groups-by-server
3822 Sort the current topic alphabetically by server name
3823 (@code{gnus-topic-sort-groups-by-server}).
3824
3825 @item T S s
3826 @kindex T S s
3827 @findex gnus-topic-sort-groups
3828 Sort the current topic according to the function(s) given by the
3829 @code{gnus-group-sort-function} variable
3830 (@code{gnus-topic-sort-groups}).
3831
3832 @end table
3833
3834 When given a prefix argument, all these commands will sort in reverse
3835 order.  @xref{Sorting Groups}, for more information about group
3836 sorting.
3837
3838
3839 @node Topic Topology
3840 @subsection Topic Topology
3841 @cindex topic topology
3842 @cindex topology
3843
3844 So, let's have a look at an example group buffer:
3845
3846 @example
3847 Gnus
3848   Emacs -- I wuw it!
3849      3: comp.emacs
3850      2: alt.religion.emacs
3851     Naughty Emacs
3852      452: alt.sex.emacs
3853        0: comp.talk.emacs.recovery
3854   Misc
3855      8: comp.binaries.fractals
3856     13: comp.sources.unix
3857 @end example
3858
3859 So, here we have one top-level topic (@samp{Gnus}), two topics under
3860 that, and one sub-topic under one of the sub-topics.  (There is always
3861 just one (1) top-level topic).  This topology can be expressed as
3862 follows:
3863
3864 @lisp
3865 (("Gnus" visible)
3866  (("Emacs -- I wuw it!" visible)
3867   (("Naughty Emacs" visible)))
3868  (("Misc" visible)))
3869 @end lisp
3870
3871 @vindex gnus-topic-topology
3872 This is in fact how the variable @code{gnus-topic-topology} would look
3873 for the display above.  That variable is saved in the @file{.newsrc.eld}
3874 file, and shouldn't be messed with manually---unless you really want
3875 to.  Since this variable is read from the @file{.newsrc.eld} file,
3876 setting it in any other startup files will have no effect.
3877
3878 This topology shows what topics are sub-topics of what topics (right),
3879 and which topics are visible.  Two settings are currently
3880 allowed---@code{visible} and @code{invisible}.
3881
3882
3883 @node Topic Parameters
3884 @subsection Topic Parameters
3885 @cindex topic parameters
3886
3887 All groups in a topic will inherit group parameters from the parent (and
3888 ancestor) topic parameters.  All valid group parameters are valid topic
3889 parameters (@pxref{Group Parameters}).
3890
3891 In addition, the following parameters are only valid as topic
3892 parameters:
3893
3894 @table @code
3895 @item subscribe
3896 When subscribing new groups by topic (@pxref{Subscription Methods}), the
3897 @code{subscribe} topic parameter says what groups go in what topic.  Its
3898 value should be a regexp to match the groups that should go in that
3899 topic.
3900
3901 @item subscribe-level
3902 When subscribing new groups by topic (see the @code{subscribe} parameter),
3903 the group will be subscribed with the level specified in the
3904 @code{subscribe-level} instead of @code{gnus-level-default-subscribed}.
3905
3906 @end table
3907
3908 Group parameters (of course) override topic parameters, and topic
3909 parameters in sub-topics override topic parameters in super-topics.  You
3910 know.  Normal inheritance rules.  (@dfn{Rules} is here a noun, not a
3911 verb, although you may feel free to disagree with me here.)
3912
3913 @example
3914 Gnus
3915   Emacs
3916      3: comp.emacs
3917      2: alt.religion.emacs
3918    452: alt.sex.emacs
3919     Relief
3920      452: alt.sex.emacs
3921        0: comp.talk.emacs.recovery
3922   Misc
3923      8: comp.binaries.fractals
3924     13: comp.sources.unix
3925    452: alt.sex.emacs
3926 @end example
3927
3928 The @samp{Emacs} topic has the topic parameter @code{(score-file
3929 . "emacs.SCORE")}; the @samp{Relief} topic has the topic parameter
3930 @code{(score-file . "relief.SCORE")}; and the @samp{Misc} topic has the
3931 topic parameter @code{(score-file . "emacs.SCORE")}.  In addition,
3932 @* @samp{alt.religion.emacs} has the group parameter @code{(score-file
3933 . "religion.SCORE")}.
3934
3935 Now, when you enter @samp{alt.sex.emacs} in the @samp{Relief} topic, you
3936 will get the @file{relief.SCORE} home score file.  If you enter the same
3937 group in the @samp{Emacs} topic, you'll get the @file{emacs.SCORE} home
3938 score file.  If you enter the group @samp{alt.religion.emacs}, you'll
3939 get the @file{religion.SCORE} home score file.
3940
3941 This seems rather simple and self-evident, doesn't it?  Well, yes.  But
3942 there are some problems, especially with the @code{total-expiry}
3943 parameter.  Say you have a mail group in two topics; one with
3944 @code{total-expiry} and one without.  What happens when you do @kbd{M-x
3945 gnus-expire-all-expirable-groups}?  Gnus has no way of telling which one
3946 of these topics you mean to expire articles from, so anything may
3947 happen.  In fact, I hereby declare that it is @dfn{undefined} what
3948 happens.  You just have to be careful if you do stuff like that.
3949
3950
3951 @node Misc Group Stuff
3952 @section Misc Group Stuff
3953
3954 @menu
3955 * Scanning New Messages::       Asking Gnus to see whether new messages have arrived.
3956 * Group Information::           Information and help on groups and Gnus.
3957 * Group Timestamp::             Making Gnus keep track of when you last read a group.
3958 * File Commands::               Reading and writing the Gnus files.
3959 * Sieve Commands::              Managing Sieve scripts.
3960 @end menu
3961
3962 @table @kbd
3963
3964 @item ^
3965 @kindex ^ (Group)
3966 @findex gnus-group-enter-server-mode
3967 Enter the server buffer (@code{gnus-group-enter-server-mode}).
3968 @xref{Server Buffer}.
3969
3970 @item a
3971 @kindex a (Group)
3972 @findex gnus-group-post-news
3973 Start composing a message (a news by default)
3974 (@code{gnus-group-post-news}).  If given a prefix, post to the group
3975 under the point.  If the prefix is 1, prompt for a group to post to.
3976 Contrary to what the name of this function suggests, the prepared
3977 article might be a mail instead of a news, if a mail group is specified
3978 with the prefix argument.  @xref{Composing Messages}.
3979
3980 @item m
3981 @kindex m (Group)
3982 @findex gnus-group-mail
3983 Mail a message somewhere (@code{gnus-group-mail}).  If given a prefix,
3984 use the posting style of the group under the point.  If the prefix is 1,
3985 prompt for a group name to find the posting style.
3986 @xref{Composing Messages}.
3987
3988 @item i
3989 @kindex i (Group)
3990 @findex gnus-group-news
3991 Start composing a news (@code{gnus-group-news}).  If given a prefix,
3992 post to the group under the point.  If the prefix is 1, prompt
3993 for group to post to.  @xref{Composing Messages}.
3994
3995 This function actually prepares a news even when using mail groups.
3996 This is useful for ``posting'' messages to mail groups without actually
3997 sending them over the network: they're just saved directly to the group
3998 in question.  The corresponding back end must have a request-post method
3999 for this to work though.
4000
4001 @end table
4002
4003 Variables for the group buffer:
4004
4005 @table @code
4006
4007 @item gnus-group-mode-hook
4008 @vindex gnus-group-mode-hook
4009 is called after the group buffer has been
4010 created.
4011
4012 @item gnus-group-prepare-hook
4013 @vindex gnus-group-prepare-hook
4014 is called after the group buffer is
4015 generated.  It may be used to modify the buffer in some strange,
4016 unnatural way.
4017
4018 @item gnus-group-prepared-hook
4019 @vindex gnus-group-prepare-hook
4020 is called as the very last thing after the group buffer has been
4021 generated.  It may be used to move point around, for instance.
4022
4023 @item gnus-permanently-visible-groups
4024 @vindex gnus-permanently-visible-groups
4025 Groups matching this regexp will always be listed in the group buffer,
4026 whether they are empty or not.
4027
4028 @item gnus-group-name-charset-method-alist
4029 @vindex gnus-group-name-charset-method-alist
4030 An alist of method and the charset for group names. It is used to show
4031 non-ASCII group names.
4032
4033 For example:
4034 @lisp
4035 (setq gnus-group-name-charset-method-alist
4036     '(((nntp "news.com.cn") . cn-gb-2312)))
4037 @end lisp
4038
4039 @item gnus-group-name-charset-group-alist
4040 @cindex UTF-8 group names
4041 @vindex gnus-group-name-charset-group-alist
4042 An alist of regexp of group name and the charset for group names.  It
4043 is used to show non-ASCII group names.  @code{((".*" utf-8))} is the
4044 default value if UTF-8 is supported, otherwise the default is
4045 @code{nil}.
4046
4047 For example:
4048 @lisp
4049 (setq gnus-group-name-charset-group-alist
4050     '(("\\.com\\.cn:" . cn-gb-2312)))
4051 @end lisp
4052
4053 @end table
4054
4055 @node Scanning New Messages
4056 @subsection Scanning New Messages
4057 @cindex new messages
4058 @cindex scanning new news
4059
4060 @table @kbd
4061
4062 @item g
4063 @kindex g (Group)
4064 @findex gnus-group-get-new-news
4065 @c @icon{gnus-group-get-new-news}
4066 Check the server(s) for new articles.  If the numerical prefix is used,
4067 this command will check only groups of level @var{arg} and lower
4068 (@code{gnus-group-get-new-news}).  If given a non-numerical prefix, this
4069 command will force a total re-reading of the active file(s) from the
4070 back end(s).
4071
4072 @item M-g
4073 @kindex M-g (Group)
4074 @findex gnus-group-get-new-news-this-group
4075 @vindex gnus-goto-next-group-when-activating
4076 @c @icon{gnus-group-get-new-news-this-group}
4077 Check whether new articles have arrived in the current group
4078 (@code{gnus-group-get-new-news-this-group}).
4079 @code{gnus-goto-next-group-when-activating} says whether this command is
4080 to move point to the next group or not.  It is @code{t} by default.
4081
4082 @findex gnus-activate-all-groups
4083 @cindex activating groups
4084 @item C-c M-g
4085 @kindex C-c M-g (Group)
4086 Activate absolutely all groups (@code{gnus-activate-all-groups}).
4087
4088 @item R
4089 @kindex R (Group)
4090 @cindex restarting
4091 @findex gnus-group-restart
4092 Restart Gnus (@code{gnus-group-restart}).  This saves the @file{.newsrc}
4093 file(s), closes the connection to all servers, clears up all run-time
4094 Gnus variables, and then starts Gnus all over again.
4095
4096 @end table
4097
4098 @vindex gnus-get-new-news-hook
4099 @code{gnus-get-new-news-hook} is run just before checking for new news.
4100
4101 @vindex gnus-after-getting-new-news-hook
4102 @code{gnus-after-getting-new-news-hook} is run after checking for new
4103 news.
4104
4105
4106 @node Group Information
4107 @subsection Group Information
4108 @cindex group information
4109 @cindex information on groups
4110
4111 @table @kbd
4112
4113
4114 @item H f
4115 @kindex H f (Group)
4116 @findex gnus-group-fetch-faq
4117 @vindex gnus-group-faq-directory
4118 @cindex FAQ
4119 @cindex ange-ftp
4120 Try to fetch the FAQ for the current group
4121 (@code{gnus-group-fetch-faq}).  Gnus will try to get the FAQ from
4122 @code{gnus-group-faq-directory}, which is usually a directory on a
4123 remote machine.  This variable can also be a list of directories.  In
4124 that case, giving a prefix to this command will allow you to choose
4125 between the various sites.  @code{ange-ftp} (or @code{efs}) will be used
4126 for fetching the file.
4127
4128 If fetching from the first site is unsuccessful, Gnus will attempt to go
4129 through @code{gnus-group-faq-directory} and try to open them one by one.
4130
4131 @item H c
4132 @kindex H c (Group)
4133 @findex gnus-group-fetch-charter
4134 @vindex gnus-group-charter-alist
4135 @cindex charter
4136 Try to open the charter for the current group in a web browser
4137 (@code{gnus-group-fetch-charter}).  Query for a group if given a
4138 prefix argument.
4139
4140 Gnus will use @code{gnus-group-charter-alist} to find the location of
4141 the charter.  If no location is known, Gnus will fetch the control
4142 messages for the group, which in some cases includes the charter.
4143
4144 @item H C
4145 @kindex H C (Group)
4146 @findex gnus-group-fetch-control
4147 @vindex gnus-group-fetch-control-use-browse-url
4148 @cindex control message
4149 Fetch the control messages for the group from the archive at
4150 @code{ftp.isc.org} (@code{gnus-group-fetch-control}). Query for a
4151 group if given a prefix argument.
4152
4153 If @code{gnus-group-fetch-control-use-browse-url} is non-@code{nil},
4154 Gnus will open the control messages in a browser using
4155 @code{browse-url}.  Otherwise they are fetched using @code{ange-ftp}
4156 and displayed in an ephemeral group.
4157
4158 Note that the control messages are compressed.  To use this command
4159 you need to turn on @code{auto-compression-mode}
4160 (@pxref{(emacs)Compressed Files}).
4161
4162 @item H d
4163 @itemx C-c C-d
4164 @c @icon{gnus-group-describe-group}
4165 @kindex H d (Group)
4166 @kindex C-c C-d (Group)
4167 @cindex describing groups
4168 @cindex group description
4169 @findex gnus-group-describe-group
4170 Describe the current group (@code{gnus-group-describe-group}).  If given
4171 a prefix, force Gnus to re-read the description from the server.
4172
4173 @item M-d
4174 @kindex M-d (Group)
4175 @findex gnus-group-describe-all-groups
4176 Describe all groups (@code{gnus-group-describe-all-groups}).  If given a
4177 prefix, force Gnus to re-read the description file from the server.
4178
4179 @item H v
4180 @itemx V
4181 @kindex V (Group)
4182 @kindex H v (Group)
4183 @cindex version
4184 @findex gnus-version
4185 Display current Gnus version numbers (@code{gnus-version}).
4186
4187 @item ?
4188 @kindex ? (Group)
4189 @findex gnus-group-describe-briefly
4190 Give a very short help message (@code{gnus-group-describe-briefly}).
4191
4192 @item C-c C-i
4193 @kindex C-c C-i (Group)
4194 @cindex info
4195 @cindex manual
4196 @findex gnus-info-find-node
4197 Go to the Gnus info node (@code{gnus-info-find-node}).
4198 @end table
4199
4200
4201 @node Group Timestamp
4202 @subsection Group Timestamp
4203 @cindex timestamps
4204 @cindex group timestamps
4205
4206 It can be convenient to let Gnus keep track of when you last read a
4207 group.  To set the ball rolling, you should add
4208 @code{gnus-group-set-timestamp} to @code{gnus-select-group-hook}:
4209
4210 @lisp
4211 (add-hook 'gnus-select-group-hook 'gnus-group-set-timestamp)
4212 @end lisp
4213
4214 After doing this, each time you enter a group, it'll be recorded.
4215
4216 This information can be displayed in various ways---the easiest is to
4217 use the @samp{%d} spec in the group line format:
4218
4219 @lisp
4220 (setq gnus-group-line-format
4221       "%M\%S\%p\%P\%5y: %(%-40,40g%) %d\n")
4222 @end lisp
4223
4224 This will result in lines looking like:
4225
4226 @example
4227 *        0: mail.ding                                19961002T012943
4228          0: custom                                   19961002T012713
4229 @end example
4230
4231 As you can see, the date is displayed in compact ISO 8601 format.  This
4232 may be a bit too much, so to just display the date, you could say
4233 something like:
4234
4235 @lisp
4236 (setq gnus-group-line-format
4237       "%M\%S\%p\%P\%5y: %(%-40,40g%) %6,6~(cut 2)d\n")
4238 @end lisp
4239
4240 If you would like greater control of the time format, you can use a
4241 user-defined format spec.  Something like the following should do the
4242 trick:
4243
4244 @lisp
4245 (setq gnus-group-line-format
4246       "%M\%S\%p\%P\%5y: %(%-40,40g%) %ud\n")
4247 (defun gnus-user-format-function-d (headers)
4248   (let ((time (gnus-group-timestamp gnus-tmp-group)))
4249     (if time
4250         (format-time-string "%b %d  %H:%M" time)
4251       "")))
4252 @end lisp
4253
4254
4255 @node File Commands
4256 @subsection File Commands
4257 @cindex file commands
4258
4259 @table @kbd
4260
4261 @item r
4262 @kindex r (Group)
4263 @findex gnus-group-read-init-file
4264 @vindex gnus-init-file
4265 @cindex reading init file
4266 Re-read the init file (@code{gnus-init-file}, which defaults to
4267 @file{~/.gnus}) (@code{gnus-group-read-init-file}).
4268
4269 @item s
4270 @kindex s (Group)
4271 @findex gnus-group-save-newsrc
4272 @cindex saving .newsrc
4273 Save the @file{.newsrc.eld} file (and @file{.newsrc} if wanted)
4274 (@code{gnus-group-save-newsrc}).  If given a prefix, force saving the
4275 file(s) whether Gnus thinks it is necessary or not.
4276
4277 @c @item Z
4278 @c @kindex Z (Group)
4279 @c @findex gnus-group-clear-dribble
4280 @c Clear the dribble buffer (@code{gnus-group-clear-dribble}).
4281
4282 @end table
4283
4284
4285 @node Sieve Commands
4286 @subsection Sieve Commands
4287 @cindex group sieve commands
4288
4289 Sieve is a server-side mail filtering language.  In Gnus you can use
4290 the @code{sieve} group parameter (@pxref{Group Parameters}) to specify
4291 sieve rules that should apply to each group.  Gnus provides two
4292 commands to translate all these group parameters into a proper Sieve
4293 script that can be transfered to the server somehow.
4294
4295 @vindex gnus-sieve-file
4296 @vindex gnus-sieve-region-start
4297 @vindex gnus-sieve-region-end
4298 The generated Sieve script is placed in @code{gnus-sieve-file} (by
4299 default @file{~/.sieve}).  The Sieve code that Gnus generate is placed
4300 between two delimiters, @code{gnus-sieve-region-start} and
4301 @code{gnus-sieve-region-end}, so you may write additional Sieve code
4302 outside these delimiters that will not be removed the next time you
4303 regenerate the Sieve script.
4304
4305 @vindex gnus-sieve-crosspost
4306 The variable @code{gnus-sieve-crosspost} controls how the Sieve script
4307 is generated.  If it is non-@code{nil} (the default) articles is
4308 placed in all groups that have matching rules, otherwise the article
4309 is only placed in the group with the first matching rule.  For
4310 example, the group parameter @samp{(sieve address "sender"
4311 "owner-ding@@hpc.uh.edu")} will generate the following piece of Sieve
4312 code if @code{gnus-sieve-crosspost} is @code{nil}. (When
4313 @code{gnus-sieve-crosspost} is non-@code{nil}, it looks the same
4314 except that the line containing the call to @code{stop} is removed.)
4315
4316 @example
4317 if address "sender" "owner-ding@@hpc.uh.edu" @{
4318         fileinto "INBOX.ding";
4319         stop;
4320 @}
4321 @end example
4322
4323 @xref{Top, ,Top, sieve, Emacs Sieve}.
4324
4325 @table @kbd
4326
4327 @item D g
4328 @kindex D g (Group)
4329 @findex gnus-sieve-generate
4330 @vindex gnus-sieve-file
4331 @cindex generating sieve script
4332 Regenerate a Sieve script from the @code{sieve} group parameters and
4333 put you into the @code{gnus-sieve-file} without saving it.
4334
4335 @item D u
4336 @kindex D u (Group)
4337 @findex gnus-sieve-update
4338 @vindex gnus-sieve-file
4339 @cindex updating sieve script
4340 Regenerates the Gnus managed part of @code{gnus-sieve-file} using the
4341 @code{sieve} group parameters, save the file and upload it to the
4342 server using the @code{sieveshell} program.
4343
4344 @end table
4345
4346
4347 @node Summary Buffer
4348 @chapter Summary Buffer
4349 @cindex summary buffer
4350
4351 A line for each article is displayed in the summary buffer.  You can
4352 move around, read articles, post articles and reply to articles.
4353
4354 The most common way to a summary buffer is to select a group from the
4355 group buffer (@pxref{Selecting a Group}).
4356
4357 You can have as many summary buffers open as you wish.
4358
4359 @menu
4360 * Summary Buffer Format::       Deciding how the summary buffer is to look.
4361 * Summary Maneuvering::         Moving around the summary buffer.
4362 * Choosing Articles::           Reading articles.
4363 * Paging the Article::          Scrolling the current article.
4364 * Reply Followup and Post::     Posting articles.
4365 * Delayed Articles::            Send articles at a later time.
4366 * Marking Articles::            Marking articles as read, expirable, etc.
4367 * Limiting::                    You can limit the summary buffer.
4368 * Threading::                   How threads are made.
4369 * Sorting the Summary Buffer::  How articles and threads are sorted.
4370 * Asynchronous Fetching::       Gnus might be able to pre-fetch articles.
4371 * Article Caching::             You may store articles in a cache.
4372 * Persistent Articles::         Making articles expiry-resistant.
4373 * Article Backlog::             Having already read articles hang around.
4374 * Saving Articles::             Ways of customizing article saving.
4375 * Decoding Articles::           Gnus can treat series of (uu)encoded articles.
4376 * Article Treatment::           The article buffer can be mangled at will.
4377 * MIME Commands::               Doing MIMEy things with the articles.
4378 * Charsets::                    Character set issues.
4379 * Article Commands::            Doing various things with the article buffer.
4380 * Summary Sorting::             Sorting the summary buffer in various ways.
4381 * Finding the Parent::          No child support? Get the parent.
4382 * Alternative Approaches::      Reading using non-default summaries.
4383 * Tree Display::                A more visual display of threads.
4384 * Mail Group Commands::         Some commands can only be used in mail groups.
4385 * Various Summary Stuff::       What didn't fit anywhere else.
4386 * Exiting the Summary Buffer::  Returning to the Group buffer,
4387                                 or reselecting the current group.
4388 * Crosspost Handling::          How crossposted articles are dealt with.
4389 * Duplicate Suppression::       An alternative when crosspost handling fails.
4390 * Security::                    Decrypt and Verify.
4391 * Mailing List::                Mailing list minor mode.
4392 @end menu
4393
4394
4395 @node Summary Buffer Format
4396 @section Summary Buffer Format
4397 @cindex summary buffer format
4398
4399 @iftex
4400 @iflatex
4401 \gnusfigure{The Summary Buffer}{180}{
4402 \put(0,0){\epsfig{figure=ps/summary,width=7.5cm}}
4403 \put(445,0){\makebox(0,0)[br]{\epsfig{figure=ps/summary-article,width=7.5cm}}}
4404 }
4405 @end iflatex
4406 @end iftex
4407
4408 @menu
4409 * Summary Buffer Lines::        You can specify how summary lines should look.
4410 * To From Newsgroups::          How to not display your own name.
4411 * Summary Buffer Mode Line::    You can say how the mode line should look.
4412 * Summary Highlighting::        Making the summary buffer all pretty and nice.
4413 @end menu
4414
4415 @findex mail-extract-address-components
4416 @findex gnus-extract-address-components
4417 @vindex gnus-extract-address-components
4418 Gnus will use the value of the @code{gnus-extract-address-components}
4419 variable as a function for getting the name and address parts of a
4420 @code{From} header.  Two pre-defined functions exist:
4421 @code{gnus-extract-address-components}, which is the default, quite
4422 fast, and too simplistic solution; and
4423 @code{mail-extract-address-components}, which works very nicely, but is
4424 slower.  The default function will return the wrong answer in 5% of the
4425 cases.  If this is unacceptable to you, use the other function instead:
4426
4427 @lisp
4428 (setq gnus-extract-address-components
4429       'mail-extract-address-components)
4430 @end lisp
4431
4432 @vindex gnus-summary-same-subject
4433 @code{gnus-summary-same-subject} is a string indicating that the current
4434 article has the same subject as the previous.  This string will be used
4435 with those specs that require it.  The default is @code{""}.
4436
4437
4438 @node Summary Buffer Lines
4439 @subsection Summary Buffer Lines
4440
4441 @vindex gnus-summary-line-format
4442 You can change the format of the lines in the summary buffer by changing
4443 the @code{gnus-summary-line-format} variable.  It works along the same
4444 lines as a normal @code{format} string, with some extensions
4445 (@pxref{Formatting Variables}).
4446
4447 There should always be a colon or a point position marker on the line;
4448 the cursor always moves to the point position marker or the colon after
4449 performing an operation.  (Of course, Gnus wouldn't be Gnus if it wasn't
4450 possible to change this.  Just write a new function
4451 @code{gnus-goto-colon} which does whatever you like with the cursor.)
4452 @xref{Positioning Point}.
4453
4454 The default string is @samp{%U%R%z%I%(%[%4L: %-23,23f%]%) %s\n}.
4455
4456 The following format specification characters and extended format
4457 specification(s) are understood:
4458
4459 @table @samp
4460 @item N
4461 Article number.
4462 @item S
4463 Subject string.  List identifiers stripped,
4464 @code{gnus-list-identifies}.  @xref{Article Hiding}.
4465 @item s
4466 Subject if the article is the root of the thread or the previous article
4467 had a different subject, @code{gnus-summary-same-subject} otherwise.
4468 (@code{gnus-summary-same-subject} defaults to @code{""}.)
4469 @item F
4470 Full @code{From} header.
4471 @item n
4472 The name (from the @code{From} header).
4473 @item f
4474 The name, @code{To} header or the @code{Newsgroups} header (@pxref{To
4475 From Newsgroups}).
4476 @item a
4477 The name (from the @code{From} header).  This differs from the @code{n}
4478 spec in that it uses the function designated by the
4479 @code{gnus-extract-address-components} variable, which is slower, but
4480 may be more thorough.
4481 @item A
4482 The address (from the @code{From} header).  This works the same way as
4483 the @code{a} spec.
4484 @item L
4485 Number of lines in the article.
4486 @item c
4487 Number of characters in the article. This specifier is not supported
4488 in some methods (like nnfolder).
4489 @item k
4490 Pretty-printed version of the number of characters in the article;
4491 for example, @samp{1.2k} or @samp{0.4M}.
4492 @item I
4493 Indentation based on thread level (@pxref{Customizing Threading}).
4494 @item B
4495 A complex trn-style thread tree, showing response-connecting trace
4496 lines.  A thread could be drawn like this:
4497
4498 @example
4499 >
4500 +->
4501 | +->
4502 | | \->
4503 | |   \->
4504 | \->
4505 +->
4506 \->
4507 @end example
4508
4509 You can customize the appearance with the following options.  Note
4510 that it is possible to make the thread display look really neat by
4511 replacing the default ASCII characters with graphic line-drawing
4512 glyphs.
4513 @table @code
4514 @item gnus-sum-thread-tree-root
4515 @vindex gnus-sum-thread-tree-root
4516 Used for the root of a thread.  If @code{nil}, use subject
4517 instead. The default is @samp{> }.
4518
4519 @item gnus-sum-thread-tree-single-indent
4520 @vindex gnus-sum-thread-tree-single-indent
4521 Used for a thread with just one message.  If @code{nil}, use subject
4522 instead.  The default is @samp{}.
4523
4524 @item gnus-sum-thread-tree-vertical
4525 @vindex gnus-sum-thread-tree-vertical
4526 Used for drawing a vertical line.  The default is @samp{| }.
4527
4528 @item gnus-sum-thread-tree-indent
4529 @vindex gnus-sum-thread-tree-indent
4530 Used for indenting.  The default is @samp{  }. 
4531
4532 @item gnus-sum-thread-tree-leaf-with-other
4533 @vindex gnus-sum-thread-tree-leaf-with-other
4534 Used for a leaf with brothers.  The default is @samp{+-> }.
4535
4536 @item gnus-sum-thread-tree-single-leaf
4537 @vindex gnus-sum-thread-tree-single-leaf
4538 Used for a leaf without brothers.  The default is @samp{\-> }
4539
4540 @end table
4541
4542 @item T
4543 Nothing if the article is a root and lots of spaces if it isn't (it
4544 pushes everything after it off the screen).
4545 @item [
4546 Opening bracket, which is normally @samp{[}, but can also be @samp{<}
4547 for adopted articles (@pxref{Customizing Threading}).
4548 @item ]
4549 Closing bracket, which is normally @samp{]}, but can also be @samp{>}
4550 for adopted articles.
4551 @item >
4552 One space for each thread level.
4553 @item <
4554 Twenty minus thread level spaces.
4555 @item U
4556 Unread. @xref{Read Articles}.
4557
4558 @item R
4559 This misleadingly named specifier is the @dfn{secondary mark}.  This
4560 mark will say whether the article has been replied to, has been cached,
4561 or has been saved.  @xref{Other Marks}.
4562
4563 @item i
4564 Score as a number (@pxref{Scoring}).
4565 @item z
4566 @vindex gnus-summary-zcore-fuzz
4567 Zcore, @samp{+} if above the default level and @samp{-} if below the
4568 default level.  If the difference between
4569 @code{gnus-summary-default-score} and the score is less than
4570 @code{gnus-summary-zcore-fuzz}, this spec will not be used.
4571 @item V
4572 Total thread score.
4573 @item x
4574 @code{Xref}.
4575 @item D
4576 @code{Date}.
4577 @item d
4578 The @code{Date} in @code{DD-MMM} format.
4579 @item o
4580 The @code{Date} in @var{YYYYMMDD}@code{T}@var{HHMMSS} format.
4581 @item M
4582 @code{Message-ID}.
4583 @item r
4584 @code{References}.
4585 @item t
4586 Number of articles in the current sub-thread.  Using this spec will slow
4587 down summary buffer generation somewhat.
4588 @item e
4589 An @samp{=} (@code{gnus-not-empty-thread-mark}) will be displayed if the
4590 article has any children.
4591 @item P
4592 The line number.
4593 @item O
4594 Download mark.
4595 @item &user-date;
4596 Age sensitive date format.  Various date format is defined in
4597 @code{gnus-user-date-format-alist}.
4598 @item u
4599 User defined specifier.  The next character in the format string should
4600 be a letter.  Gnus will call the function
4601 @code{gnus-user-format-function-}@samp{X}, where @samp{X} is the letter
4602 following @samp{%u}.  The function will be passed the current header as
4603 argument.  The function should return a string, which will be inserted
4604 into the summary just like information from any other summary specifier.
4605 @end table
4606
4607 Text between @samp{%(} and @samp{%)} will be highlighted with
4608 @code{gnus-mouse-face} when the mouse point is placed inside the area.
4609 There can only be one such area.
4610
4611 The @samp{%U} (status), @samp{%R} (replied) and @samp{%z} (zcore) specs
4612 have to be handled with care.  For reasons of efficiency, Gnus will
4613 compute what column these characters will end up in, and ``hard-code''
4614 that.  This means that it is invalid to have these specs after a
4615 variable-length spec.  Well, you might not be arrested, but your summary
4616 buffer will look strange, which is bad enough.
4617
4618 The smart choice is to have these specs as far to the left as possible.
4619 (Isn't that the case with everything, though?  But I digress.)
4620
4621 This restriction may disappear in later versions of Gnus.
4622
4623
4624 @node To From Newsgroups
4625 @subsection To From Newsgroups
4626 @cindex To
4627 @cindex Newsgroups
4628
4629 In some groups (particularly in archive groups), the @code{From} header
4630 isn't very interesting, since all the articles there are written by
4631 you.  To display the information in the @code{To} or @code{Newsgroups}
4632 headers instead, you need to decide three things: What information to
4633 gather; where to display it; and when to display it.
4634
4635 @enumerate
4636 @item
4637 @vindex gnus-extra-headers
4638 The reading of extra header information is controlled by the
4639 @code{gnus-extra-headers}.  This is a list of header symbols.  For
4640 instance:
4641
4642 @lisp
4643 (setq gnus-extra-headers
4644       '(To Newsgroups X-Newsreader))
4645 @end lisp
4646
4647 This will result in Gnus trying to obtain these three headers, and
4648 storing it in header structures for later easy retrieval.
4649
4650 @item
4651 @findex gnus-extra-header
4652 The value of these extra headers can be accessed via the
4653 @code{gnus-extra-header} function.  Here's a format line spec that will
4654 access the @code{X-Newsreader} header:
4655
4656 @example
4657 "%~(form (gnus-extra-header 'X-Newsreader))@@"
4658 @end example
4659
4660 @item
4661 @vindex gnus-ignored-from-addresses
4662 The @code{gnus-ignored-from-addresses} variable says when the @samp{%f}
4663 summary line spec returns the @code{To}, @code{Newsreader} or
4664 @code{From} header.  If this regexp matches the contents of the
4665 @code{From} header, the value of the @code{To} or @code{Newsreader}
4666 headers are used instead.
4667
4668 @end enumerate
4669
4670 @vindex nnmail-extra-headers
4671 A related variable is @code{nnmail-extra-headers}, which controls when
4672 to include extra headers when generating overview (@sc{nov}) files.
4673 If you have old overview files, you should regenerate them after
4674 changing this variable, by entering the server buffer using @kbd{^},
4675 and then @kbd{g} on the appropriate mail server (e.g. nnml) to cause
4676 regeneration.
4677
4678 @vindex gnus-summary-line-format
4679 You also have to instruct Gnus to display the data by changing the
4680 @code{%n} spec to the @code{%f} spec in the
4681 @code{gnus-summary-line-format} variable.
4682
4683 In summary, you'd typically put something like the following in
4684 @file{~/.gnus}:
4685
4686 @lisp
4687 (setq gnus-extra-headers
4688       '(To Newsgroups))
4689 (setq nnmail-extra-headers gnus-extra-headers)
4690 (setq gnus-summary-line-format
4691       "%U%R%z%I%(%[%4L: %-23,23f%]%) %s\n")
4692 (setq gnus-ignored-from-addresses
4693       "Your Name Here")
4694 @end lisp
4695
4696 (The values listed above are the default values in Gnus.  Alter them
4697 to fit your needs.)
4698
4699 A note for news server administrators, or for users who wish to try to
4700 convince their news server administrator to provide some additional
4701 support:
4702
4703 The above is mostly useful for mail groups, where you have control over
4704 the @sc{nov} files that are created.  However, if you can persuade your
4705 nntp admin to add (in the usual implementation, notably INN):
4706
4707 @example
4708 Newsgroups:full
4709 @end example
4710
4711 to the end of her @file{overview.fmt} file, then you can use that just
4712 as you would the extra headers from the mail groups.
4713
4714
4715 @node Summary Buffer Mode Line
4716 @subsection Summary Buffer Mode Line
4717
4718 @vindex gnus-summary-mode-line-format
4719 You can also change the format of the summary mode bar (@pxref{Mode Line
4720 Formatting}).  Set @code{gnus-summary-mode-line-format} to whatever you
4721 like.  The default is @samp{Gnus: %%b [%A] %Z}.
4722
4723 Here are the elements you can play with:
4724
4725 @table @samp
4726 @item G
4727 Group name.
4728 @item p
4729 Unprefixed group name.
4730 @item A
4731 Current article number.
4732 @item z
4733 Current article score.
4734 @item V
4735 Gnus version.
4736 @item U
4737 Number of unread articles in this group.
4738 @item e
4739 Number of unread articles in this group that aren't displayed in the
4740 summary buffer.
4741 @item Z
4742 A string with the number of unread and unselected articles represented
4743 either as @samp{<%U(+%e) more>} if there are both unread and unselected
4744 articles, and just as @samp{<%U more>} if there are just unread articles
4745 and no unselected ones.
4746 @item g
4747 Shortish group name.  For instance, @samp{rec.arts.anime} will be
4748 shortened to @samp{r.a.anime}.
4749 @item S
4750 Subject of the current article.
4751 @item u
4752 User-defined spec (@pxref{User-Defined Specs}).
4753 @item s
4754 Name of the current score file (@pxref{Scoring}).
4755 @item d
4756 Number of dormant articles (@pxref{Unread Articles}).
4757 @item t
4758 Number of ticked articles (@pxref{Unread Articles}).
4759 @item r
4760 Number of articles that have been marked as read in this session.
4761 @item E
4762 Number of articles expunged by the score files.
4763 @end table
4764
4765
4766 @node Summary Highlighting
4767 @subsection Summary Highlighting
4768
4769 @table @code
4770
4771 @item gnus-visual-mark-article-hook
4772 @vindex gnus-visual-mark-article-hook
4773 This hook is run after selecting an article.  It is meant to be used for
4774 highlighting the article in some way.  It is not run if
4775 @code{gnus-visual} is @code{nil}.
4776
4777 @item gnus-summary-update-hook
4778 @vindex gnus-summary-update-hook
4779 This hook is called when a summary line is changed.  It is not run if
4780 @code{gnus-visual} is @code{nil}.
4781
4782 @item gnus-summary-selected-face
4783 @vindex gnus-summary-selected-face
4784 This is the face (or @dfn{font} as some people call it) used to
4785 highlight the current article in the summary buffer.
4786
4787 @item gnus-summary-highlight
4788 @vindex gnus-summary-highlight
4789 Summary lines are highlighted according to this variable, which is a
4790 list where the elements are of the format @code{(@var{form}
4791 . @var{face})}.  If you would, for instance, like ticked articles to be
4792 italic and high-scored articles to be bold, you could set this variable
4793 to something like
4794 @lisp
4795 (((eq mark gnus-ticked-mark) . italic)
4796  ((> score default) . bold))
4797 @end lisp
4798 As you may have guessed, if @var{form} returns a non-@code{nil} value,
4799 @var{face} will be applied to the line.
4800 @end table
4801
4802
4803 @node Summary Maneuvering
4804 @section Summary Maneuvering
4805 @cindex summary movement
4806
4807 All the straight movement commands understand the numeric prefix and
4808 behave pretty much as you'd expect.
4809
4810 None of these commands select articles.
4811
4812 @table @kbd
4813 @item G M-n
4814 @itemx M-n
4815 @kindex M-n (Summary)
4816 @kindex G M-n (Summary)
4817 @findex gnus-summary-next-unread-subject
4818 Go to the next summary line of an unread article
4819 (@code{gnus-summary-next-unread-subject}).
4820
4821 @item G M-p
4822 @itemx M-p
4823 @kindex M-p (Summary)
4824 @kindex G M-p (Summary)
4825 @findex gnus-summary-prev-unread-subject
4826 Go to the previous summary line of an unread article
4827 (@code{gnus-summary-prev-unread-subject}).
4828
4829 @item G g
4830 @kindex G g (Summary)
4831 @findex gnus-summary-goto-subject
4832 Ask for an article number and then go to the summary line of that article
4833 without displaying the article (@code{gnus-summary-goto-subject}).
4834 @end table
4835
4836 If Gnus asks you to press a key to confirm going to the next group, you
4837 can use the @kbd{C-n} and @kbd{C-p} keys to move around the group
4838 buffer, searching for the next group to read without actually returning
4839 to the group buffer.
4840
4841 Variables related to summary movement:
4842
4843 @table @code
4844
4845 @vindex gnus-auto-select-next
4846 @item gnus-auto-select-next
4847 If you issue one of the movement commands (like @kbd{n}) and there are
4848 no more unread articles after the current one, Gnus will offer to go to
4849 the next group.  If this variable is @code{t} and the next group is
4850 empty, Gnus will exit summary mode and return to the group buffer.  If
4851 this variable is neither @code{t} nor @code{nil}, Gnus will select the
4852 next group with unread articles.  As a special case, if this variable
4853 is @code{quietly}, Gnus will select the next group without asking for
4854 confirmation.  If this variable is @code{almost-quietly}, the same
4855 will happen only if you are located on the last article in the group.
4856 Finally, if this variable is @code{slightly-quietly}, the @kbd{Z n}
4857 command will go to the next group without confirmation.  Also
4858 @pxref{Group Levels}.
4859
4860 @item gnus-auto-select-same
4861 @vindex gnus-auto-select-same
4862 If non-@code{nil}, all the movement commands will try to go to the next
4863 article with the same subject as the current.  (@dfn{Same} here might
4864 mean @dfn{roughly equal}.  See @code{gnus-summary-gather-subject-limit}
4865 for details (@pxref{Customizing Threading}).)  If there are no more
4866 articles with the same subject, go to the first unread article.
4867
4868 This variable is not particularly useful if you use a threaded display.
4869
4870 @item gnus-summary-check-current
4871 @vindex gnus-summary-check-current
4872 If non-@code{nil}, all the ``unread'' movement commands will not proceed
4873 to the next (or previous) article if the current article is unread.
4874 Instead, they will choose the current article.
4875
4876 @item gnus-auto-center-summary
4877 @vindex gnus-auto-center-summary
4878 If non-@code{nil}, Gnus will keep the point in the summary buffer
4879 centered at all times.  This makes things quite tidy, but if you have a
4880 slow network connection, or simply do not like this un-Emacsism, you can
4881 set this variable to @code{nil} to get the normal Emacs scrolling
4882 action.  This will also inhibit horizontal re-centering of the summary
4883 buffer, which might make it more inconvenient to read extremely long
4884 threads.
4885
4886 This variable can also be a number.  In that case, center the window at
4887 the given number of lines from the top.
4888
4889 @end table
4890
4891
4892 @node Choosing Articles
4893 @section Choosing Articles
4894 @cindex selecting articles
4895
4896 @menu
4897 * Choosing Commands::           Commands for choosing articles.
4898 * Choosing Variables::          Variables that influence these commands.
4899 @end menu
4900
4901
4902 @node Choosing Commands
4903 @subsection Choosing Commands
4904
4905 None of the following movement commands understand the numeric prefix,
4906 and they all select and display an article.
4907
4908 If you want to fetch new articles or redisplay the group, see
4909 @ref{Exiting the Summary Buffer}.
4910
4911 @table @kbd
4912 @item SPACE
4913 @kindex SPACE (Summary)
4914 @findex gnus-summary-next-page
4915 Select the current article, or, if that one's read already, the next
4916 unread article (@code{gnus-summary-next-page}).
4917
4918 If you have an article window open already and you press @kbd{SPACE}
4919 again, the article will be scrolled.  This lets you conveniently
4920 @kbd{SPACE} through an entire newsgroup.  @pxref{Paging the Article}.
4921
4922 @item G n
4923 @itemx n
4924 @kindex n (Summary)
4925 @kindex G n (Summary)
4926 @findex gnus-summary-next-unread-article
4927 @c @icon{gnus-summary-next-unread}
4928 Go to next unread article (@code{gnus-summary-next-unread-article}).
4929
4930 @item G p
4931 @itemx p
4932 @kindex p (Summary)
4933 @findex gnus-summary-prev-unread-article
4934 @c @icon{gnus-summary-prev-unread}
4935 Go to previous unread article (@code{gnus-summary-prev-unread-article}).
4936
4937 @item G N
4938 @itemx N
4939 @kindex N (Summary)
4940 @kindex G N (Summary)
4941 @findex gnus-summary-next-article
4942 Go to the next article (@code{gnus-summary-next-article}).
4943
4944 @item G P
4945 @itemx P
4946 @kindex P (Summary)
4947 @kindex G P (Summary)
4948 @findex gnus-summary-prev-article
4949 Go to the previous article (@code{gnus-summary-prev-article}).
4950
4951 @item G C-n
4952 @kindex G C-n (Summary)
4953 @findex gnus-summary-next-same-subject
4954 Go to the next article with the same subject
4955 (@code{gnus-summary-next-same-subject}).
4956
4957 @item G C-p
4958 @kindex G C-p (Summary)
4959 @findex gnus-summary-prev-same-subject
4960 Go to the previous article with the same subject
4961 (@code{gnus-summary-prev-same-subject}).
4962
4963 @item G f
4964 @itemx .
4965 @kindex G f  (Summary)
4966 @kindex .  (Summary)
4967 @findex gnus-summary-first-unread-article
4968 Go to the first unread article
4969 (@code{gnus-summary-first-unread-article}).
4970
4971 @item G b
4972 @itemx ,
4973 @kindex G b (Summary)
4974 @kindex , (Summary)
4975 @findex gnus-summary-best-unread-article
4976 Go to the unread article with the highest score
4977 (@code{gnus-summary-best-unread-article}).  If given a prefix argument,
4978 go to the first unread article that has a score over the default score.
4979
4980 @item G l
4981 @itemx l
4982 @kindex l (Summary)
4983 @kindex G l (Summary)
4984 @findex gnus-summary-goto-last-article
4985 Go to the previous article read (@code{gnus-summary-goto-last-article}).
4986
4987 @item G o
4988 @kindex G o (Summary)
4989 @findex gnus-summary-pop-article
4990 @cindex history
4991 @cindex article history
4992 Pop an article off the summary history and go to this article
4993 (@code{gnus-summary-pop-article}).  This command differs from the
4994 command above in that you can pop as many previous articles off the
4995 history as you like, while @kbd{l} toggles the two last read articles.
4996 For a somewhat related issue (if you use these commands a lot),
4997 @pxref{Article Backlog}.
4998
4999 @item G j
5000 @itemx j
5001 @kindex j (Summary)
5002 @kindex G j (Summary)
5003 @findex gnus-summary-goto-article
5004 Ask for an article number or @code{Message-ID}, and then go to that
5005 article (@code{gnus-summary-goto-article}).
5006
5007 @end table
5008
5009
5010 @node Choosing Variables
5011 @subsection Choosing Variables
5012
5013 Some variables relevant for moving and selecting articles:
5014
5015 @table @code
5016 @item gnus-auto-extend-newsgroup
5017 @vindex gnus-auto-extend-newsgroup
5018 All the movement commands will try to go to the previous (or next)
5019 article, even if that article isn't displayed in the Summary buffer if
5020 this variable is non-@code{nil}.  Gnus will then fetch the article from
5021 the server and display it in the article buffer.
5022
5023 @item gnus-select-article-hook
5024 @vindex gnus-select-article-hook
5025 This hook is called whenever an article is selected.  By default it
5026 exposes any threads hidden under the selected article.  If you would 
5027 like each article to be saved in the Agent as you read it, putting
5028 @code{gnus-agent-fetch-selected-article} on this hook will do so.
5029
5030 @item gnus-mark-article-hook
5031 @vindex gnus-mark-article-hook
5032 @findex gnus-summary-mark-unread-as-read
5033 @findex gnus-summary-mark-read-and-unread-as-read
5034 @findex gnus-unread-mark
5035 This hook is called whenever an article is selected.  It is intended to
5036 be used for marking articles as read.  The default value is
5037 @code{gnus-summary-mark-read-and-unread-as-read}, and will change the
5038 mark of almost any article you read to @code{gnus-unread-mark}.  The
5039 only articles not affected by this function are ticked, dormant, and
5040 expirable articles.  If you'd instead like to just have unread articles
5041 marked as read, you can use @code{gnus-summary-mark-unread-as-read}
5042 instead.  It will leave marks like @code{gnus-low-score-mark},
5043 @code{gnus-del-mark} (and so on) alone.
5044
5045 @end table
5046
5047
5048 @node Paging the Article
5049 @section Scrolling the Article
5050 @cindex article scrolling
5051
5052 @table @kbd
5053
5054 @item SPACE
5055 @kindex SPACE (Summary)
5056 @findex gnus-summary-next-page
5057 Pressing @kbd{SPACE} will scroll the current article forward one page,
5058 or, if you have come to the end of the current article, will choose the
5059 next article (@code{gnus-summary-next-page}).
5060
5061 @vindex gnus-article-boring-faces
5062 If the rest of the article consists only of citations and signature,
5063 then it will be skipped; the next article will be shown instead.  You
5064 can customize what is considered uninteresting with
5065 @code{gnus-article-boring-faces}, or set it to @code{nil} to disable
5066 this feature.  You can manually view the article's pages, no matter how
5067 boring, using @kbd{C-v} in the article buffer.
5068
5069 @item DEL
5070 @kindex DEL (Summary)
5071 @findex gnus-summary-prev-page
5072 Scroll the current article back one page (@code{gnus-summary-prev-page}).
5073
5074 @item RET
5075 @kindex RET (Summary)
5076 @findex gnus-summary-scroll-up
5077 Scroll the current article one line forward
5078 (@code{gnus-summary-scroll-up}).
5079
5080 @item M-RET
5081 @kindex M-RET (Summary)
5082 @findex gnus-summary-scroll-down
5083 Scroll the current article one line backward
5084 (@code{gnus-summary-scroll-down}).
5085
5086 @item A g
5087 @itemx g
5088 @kindex A g (Summary)
5089 @kindex g (Summary)
5090 @findex gnus-summary-show-article
5091 @vindex gnus-summary-show-article-charset-alist
5092 (Re)fetch the current article (@code{gnus-summary-show-article}).  If
5093 given a prefix, fetch the current article, but don't run any of the
5094 article treatment functions.  This will give you a ``raw'' article, just
5095 the way it came from the server.
5096
5097 If given a numerical prefix, you can do semi-manual charset stuff.
5098 @kbd{C-u 0 g cn-gb-2312 RET} will decode the message as if it were
5099 encoded in the @code{cn-gb-2312} charset.  If you have
5100
5101 @lisp
5102 (setq gnus-summary-show-article-charset-alist
5103       '((1 . cn-gb-2312)
5104         (2 . big5)))
5105 @end lisp
5106
5107 then you can say @kbd{C-u 1 g} to get the same effect.
5108
5109 @item A <
5110 @itemx <
5111 @kindex < (Summary)
5112 @kindex A < (Summary)
5113 @findex gnus-summary-beginning-of-article
5114 Scroll to the beginning of the article
5115 (@code{gnus-summary-beginning-of-article}).
5116
5117 @item A >
5118 @itemx >
5119 @kindex > (Summary)
5120 @kindex A > (Summary)
5121 @findex gnus-summary-end-of-article
5122 Scroll to the end of the article (@code{gnus-summary-end-of-article}).
5123
5124 @item A s
5125 @itemx s
5126 @kindex A s (Summary)
5127 @kindex s (Summary)
5128 @findex gnus-summary-isearch-article
5129 Perform an isearch in the article buffer
5130 (@code{gnus-summary-isearch-article}).
5131
5132 @item h
5133 @kindex h (Summary)
5134 @findex gnus-summary-select-article-buffer
5135 Select the article buffer (@code{gnus-summary-select-article-buffer}).
5136
5137 @end table
5138
5139
5140 @node Reply Followup and Post
5141 @section Reply, Followup and Post
5142
5143 @menu
5144 * Summary Mail Commands::       Sending mail.
5145 * Summary Post Commands::       Sending news.
5146 * Summary Message Commands::    Other Message-related commands.
5147 * Canceling and Superseding::   
5148 @end menu
5149
5150
5151 @node Summary Mail Commands
5152 @subsection Summary Mail Commands
5153 @cindex mail
5154 @cindex composing mail
5155
5156 Commands for composing a mail message:
5157
5158 @table @kbd
5159
5160 @item S r
5161 @itemx r
5162 @kindex S r (Summary)
5163 @kindex r (Summary)
5164 @findex gnus-summary-reply
5165 @c @icon{gnus-summary-mail-reply}
5166 @c @icon{gnus-summary-reply}
5167 Mail a reply to the author of the current article
5168 (@code{gnus-summary-reply}).
5169
5170 @item S R
5171 @itemx R
5172 @kindex R (Summary)
5173 @kindex S R (Summary)
5174 @findex gnus-summary-reply-with-original
5175 @c @icon{gnus-summary-reply-with-original}
5176 Mail a reply to the author of the current article and include the
5177 original message (@code{gnus-summary-reply-with-original}).  This
5178 command uses the process/prefix convention.
5179
5180 @item S w
5181 @kindex S w (Summary)
5182 @findex gnus-summary-wide-reply
5183 Mail a wide reply to the author of the current article
5184 (@code{gnus-summary-wide-reply}).  A @dfn{wide reply} is a reply that
5185 goes out to all people listed in the @code{To}, @code{From} (or
5186 @code{Reply-to}) and @code{Cc} headers.
5187
5188 @item S W
5189 @kindex S W (Summary)
5190 @findex gnus-summary-wide-reply-with-original
5191 Mail a wide reply to the current article and include the original
5192 message (@code{gnus-summary-wide-reply-with-original}).  This command uses
5193 the process/prefix convention.
5194
5195 @item S v
5196 @kindex S v (Summary)
5197 @findex gnus-summary-very-wide-reply
5198 Mail a very wide reply to the author of the current article
5199 (@code{gnus-summary-wide-reply}).  A @dfn{very wide reply} is a reply
5200 that goes out to all people listed in the @code{To}, @code{From} (or
5201 @code{Reply-to}) and @code{Cc} headers in all the process/prefixed
5202 articles.  This command uses the process/prefix convention.
5203
5204 @item S V
5205 @kindex S V (Summary)
5206 @findex gnus-summary-very-wide-reply-with-original
5207 Mail a very wide reply to the author of the current article and include the
5208 original message (@code{gnus-summary-very-wide-reply-with-original}).  This
5209 command uses the process/prefix convention.
5210
5211 @item S B r
5212 @kindex S B r (Summary)
5213 @findex gnus-summary-reply-broken-reply-to
5214 Mail a reply to the author of the current article but ignore the
5215 @code{Reply-To} field (@code{gnus-summary-reply-broken-reply-to}).
5216
5217 @item S B R
5218 @kindex S B R (Summary)
5219 @findex gnus-summary-reply-broken-reply-to-with-original
5220 Mail a reply to the author of the current article and include the
5221 original message but ignore the @code{Reply-To} field
5222 (@code{gnus-summary-reply-broken-reply-to-with-original}).
5223
5224 @item S o m
5225 @itemx C-c C-f
5226 @kindex S o m (Summary)
5227 @kindex C-c C-f (Summary)
5228 @findex gnus-summary-mail-forward
5229 @c @icon{gnus-summary-mail-forward}
5230 Forward the current article to some other person
5231 (@code{gnus-summary-mail-forward}).  If no prefix is given, the message
5232 is forwarded according to the value of (@code{message-forward-as-mime})
5233 and (@code{message-forward-show-mml}); if the prefix is 1, decode the
5234 message and forward directly inline; if the prefix is 2, forward message
5235 as an rfc822 @sc{mime} section; if the prefix is 3, decode message and
5236 forward as an rfc822 @sc{mime} section; if the prefix is 4, forward message
5237 directly inline; otherwise, the message is forwarded as no prefix given
5238 but use the flipped value of (@code{message-forward-as-mime}).  By
5239 default, the message is decoded and forwarded as an rfc822 @sc{mime}
5240 section.
5241
5242 @item S m
5243 @itemx m
5244 @kindex m (Summary)
5245 @kindex S m (Summary)
5246 @findex gnus-summary-mail-other-window
5247 @c @icon{gnus-summary-mail-originate}
5248 Prepare a mail (@code{gnus-summary-mail-other-window}).  By default, use
5249 the posting style of the current group.  If given a prefix, disable that.
5250 If the prefix is 1, prompt for a group name to find the posting style.
5251
5252 @item S i
5253 @itemx i
5254 @kindex i (Summary)
5255 @kindex S i (Summary)
5256 @findex gnus-summary-news-other-window
5257 Prepare a news (@code{gnus-summary-news-other-window}).  By default,
5258 post to the current group.  If given a prefix, disable that.  If the
5259 prefix is 1, prompt for a group to post to.
5260
5261 This function actually prepares a news even when using mail groups.
5262 This is useful for ``posting'' messages to mail groups without actually
5263 sending them over the network: they're just saved directly to the group
5264 in question.  The corresponding back end must have a request-post method
5265 for this to work though.
5266
5267 @item S D b
5268 @kindex S D b (Summary)
5269 @findex gnus-summary-resend-bounced-mail
5270 @cindex bouncing mail
5271 If you have sent a mail, but the mail was bounced back to you for some
5272 reason (wrong address, transient failure), you can use this command to
5273 resend that bounced mail (@code{gnus-summary-resend-bounced-mail}).  You
5274 will be popped into a mail buffer where you can edit the headers before
5275 sending the mail off again.  If you give a prefix to this command, and
5276 the bounced mail is a reply to some other mail, Gnus will try to fetch
5277 that mail and display it for easy perusal of its headers.  This might
5278 very well fail, though.
5279
5280 @item S D r
5281 @kindex S D r (Summary)
5282 @findex gnus-summary-resend-message
5283 Not to be confused with the previous command,
5284 @code{gnus-summary-resend-message} will prompt you for an address to
5285 send the current message off to, and then send it to that place.  The
5286 headers of the message won't be altered---but lots of headers that say
5287 @code{Resent-To}, @code{Resent-From} and so on will be added.  This
5288 means that you actually send a mail to someone that has a @code{To}
5289 header that (probably) points to yourself.  This will confuse people.
5290 So, natcherly you'll only do that if you're really eVIl.
5291
5292 This command is mainly used if you have several accounts and want to
5293 ship a mail to a different account of yours.  (If you're both
5294 @code{root} and @code{postmaster} and get a mail for @code{postmaster}
5295 to the @code{root} account, you may want to resend it to
5296 @code{postmaster}.  Ordnung muss sein!
5297
5298 This command understands the process/prefix convention
5299 (@pxref{Process/Prefix}).
5300
5301 @item S O m
5302 @kindex S O m (Summary)
5303 @findex gnus-uu-digest-mail-forward
5304 Digest the current series (@pxref{Decoding Articles}) and forward the
5305 result using mail (@code{gnus-uu-digest-mail-forward}).  This command
5306 uses the process/prefix convention (@pxref{Process/Prefix}).
5307
5308 @item S M-c
5309 @kindex S M-c (Summary)
5310 @findex gnus-summary-mail-crosspost-complaint
5311 @cindex crossposting
5312 @cindex excessive crossposting
5313 Send a complaint about excessive crossposting to the author of the
5314 current article (@code{gnus-summary-mail-crosspost-complaint}).
5315
5316 @findex gnus-crosspost-complaint
5317 This command is provided as a way to fight back against the current
5318 crossposting pandemic that's sweeping Usenet.  It will compose a reply
5319 using the @code{gnus-crosspost-complaint} variable as a preamble.  This
5320 command understands the process/prefix convention
5321 (@pxref{Process/Prefix}) and will prompt you before sending each mail.
5322
5323 @end table
5324
5325 Also @xref{Header Commands, ,Header Commands, message, The Message
5326 Manual}, for more information.
5327
5328
5329 @node Summary Post Commands
5330 @subsection Summary Post Commands
5331 @cindex post
5332 @cindex composing news
5333
5334 Commands for posting a news article:
5335
5336 @table @kbd
5337 @item S p
5338 @itemx a
5339 @kindex a (Summary)
5340 @kindex S p (Summary)
5341 @findex gnus-summary-post-news
5342 @c @icon{gnus-summary-post-news}
5343 Prepare for posting an article (@code{gnus-summary-post-news}).  By
5344 default, post to the current group.  If given a prefix, disable that.
5345 If the prefix is 1, prompt for another group instead.
5346
5347 @item S f
5348 @itemx f
5349 @kindex f (Summary)
5350 @kindex S f (Summary)
5351 @findex gnus-summary-followup
5352 @c @icon{gnus-summary-followup}
5353 Post a followup to the current article (@code{gnus-summary-followup}).
5354
5355 @item S F
5356 @itemx F
5357 @kindex S F (Summary)
5358 @kindex F (Summary)
5359 @c @icon{gnus-summary-followup-with-original}
5360 @findex gnus-summary-followup-with-original
5361 Post a followup to the current article and include the original message
5362 (@code{gnus-summary-followup-with-original}).   This command uses the
5363 process/prefix convention.
5364
5365 @item S n
5366 @kindex S n (Summary)
5367 @findex gnus-summary-followup-to-mail
5368 Post a followup to the current article via news, even if you got the
5369 message through mail (@code{gnus-summary-followup-to-mail}).
5370
5371 @item S N
5372 @kindex S N (Summary)
5373 @findex gnus-summary-followup-to-mail-with-original
5374 Post a followup to the current article via news, even if you got the
5375 message through mail and include the original message
5376 (@code{gnus-summary-followup-to-mail-with-original}).  This command uses
5377 the process/prefix convention.
5378
5379 @item S o p
5380 @kindex S o p (Summary)
5381 @findex gnus-summary-post-forward
5382 Forward the current article to a newsgroup
5383 (@code{gnus-summary-post-forward}).
5384  If no prefix is given, the message is forwarded according to the value
5385 of (@code{message-forward-as-mime}) and
5386 (@code{message-forward-show-mml}); if the prefix is 1, decode the
5387 message and forward directly inline; if the prefix is 2, forward message
5388 as an rfc822 @sc{mime} section; if the prefix is 3, decode message and
5389 forward as an rfc822 @sc{mime} section; if the prefix is 4, forward message
5390 directly inline; otherwise, the message is forwarded as no prefix given
5391 but use the flipped value of (@code{message-forward-as-mime}).  By
5392 default, the message is decoded and forwarded as an rfc822 @sc{mime} section.
5393
5394 @item S O p
5395 @kindex S O p (Summary)
5396 @findex gnus-uu-digest-post-forward
5397 @cindex digests
5398 @cindex making digests
5399 Digest the current series and forward the result to a newsgroup
5400 (@code{gnus-uu-digest-mail-forward}).  This command uses the
5401 process/prefix convention.
5402
5403 @item S u
5404 @kindex S u (Summary)
5405 @findex gnus-uu-post-news
5406 @c @icon{gnus-uu-post-news}
5407 Uuencode a file, split it into parts, and post it as a series
5408 (@code{gnus-uu-post-news}).  (@pxref{Uuencoding and Posting}).
5409 @end table
5410
5411 Also @xref{Header Commands, ,Header Commands, message, The Message
5412 Manual}, for more information.
5413
5414
5415 @node Summary Message Commands
5416 @subsection Summary Message Commands
5417
5418 @table @kbd
5419 @item S y
5420 @kindex S y (Summary)
5421 @findex gnus-summary-yank-message
5422 Yank the current article into an already existing Message composition
5423 buffer (@code{gnus-summary-yank-message}).  This command prompts for
5424 what message buffer you want to yank into, and understands the
5425 process/prefix convention (@pxref{Process/Prefix}).
5426
5427 @end table
5428
5429
5430 @node Canceling and Superseding
5431 @subsection Canceling Articles
5432 @cindex canceling articles
5433 @cindex superseding articles
5434
5435 Have you ever written something, and then decided that you really,
5436 really, really wish you hadn't posted that?
5437
5438 Well, you can't cancel mail, but you can cancel posts.
5439
5440 @findex gnus-summary-cancel-article
5441 @kindex C (Summary)
5442 @c @icon{gnus-summary-cancel-article}
5443 Find the article you wish to cancel (you can only cancel your own
5444 articles, so don't try any funny stuff).  Then press @kbd{C} or @kbd{S
5445 c} (@code{gnus-summary-cancel-article}).  Your article will be
5446 canceled---machines all over the world will be deleting your article.
5447 This command uses the process/prefix convention (@pxref{Process/Prefix}).
5448
5449 Be aware, however, that not all sites honor cancels, so your article may
5450 live on here and there, while most sites will delete the article in
5451 question.
5452
5453 Gnus will use the ``current'' select method when canceling.  If you
5454 want to use the standard posting method, use the @samp{a} symbolic
5455 prefix (@pxref{Symbolic Prefixes}).
5456
5457 If you discover that you have made some mistakes and want to do some
5458 corrections, you can post a @dfn{superseding} article that will replace
5459 your original article.
5460
5461 @findex gnus-summary-supersede-article
5462 @kindex S (Summary)
5463 Go to the original article and press @kbd{S s}
5464 (@code{gnus-summary-supersede-article}).  You will be put in a buffer
5465 where you can edit the article all you want before sending it off the
5466 usual way.
5467
5468 The same goes for superseding as for canceling, only more so: Some
5469 sites do not honor superseding.  On those sites, it will appear that you
5470 have posted almost the same article twice.
5471
5472 If you have just posted the article, and change your mind right away,
5473 there is a trick you can use to cancel/supersede the article without
5474 waiting for the article to appear on your site first.  You simply return
5475 to the post buffer (which is called @code{*sent ...*}).  There you will
5476 find the article you just posted, with all the headers intact.  Change
5477 the @code{Message-ID} header to a @code{Cancel} or @code{Supersedes}
5478 header by substituting one of those words for the word
5479 @code{Message-ID}.  Then just press @kbd{C-c C-c} to send the article as
5480 you would do normally.  The previous article will be
5481 canceled/superseded.
5482
5483 Just remember, kids: There is no 'c' in 'supersede'.
5484
5485 @node Delayed Articles
5486 @section Delayed Articles
5487 @cindex delayed sending
5488 @cindex send delayed
5489
5490 Sometimes, you might wish to delay the sending of a message.  For
5491 example, you might wish to arrange for a message to turn up just in time
5492 to remind your about the birthday of your Significant Other.  For this,
5493 there is the @code{gnus-delay} package.  Setup is simple:
5494
5495 @lisp
5496 (gnus-delay-initialize)
5497 @end lisp
5498
5499 @findex gnus-delay-article
5500 Normally, to send a message you use the @kbd{C-c C-c} command from
5501 Message mode.  To delay a message, use @kbd{C-c C-j}
5502 (@code{gnus-delay-article}) instead.  This will ask you for how long the
5503 message should be delayed.  Possible answers are:
5504
5505 @itemize @bullet
5506 @item
5507 A time span.  Consists of an integer and a letter.  For example,
5508 @code{42d} means to delay for 42 days.  Available letters are @code{m}
5509 (minutes), @code{h} (hours), @code{d} (days), @code{w} (weeks), @code{M}
5510 (months) and @code{Y} (years).
5511
5512 @item
5513 A specific date.  Looks like @code{YYYYY-MM-DD}.  The message will be
5514 delayed until that day, at a specific time (eight o'clock by default).
5515 See also @code{gnus-delay-default-hour}.
5516
5517 @item
5518 A specific time of day.  Given in @code{hh:mm} format, 24h, no am/pm
5519 stuff.  The deadline will be at that time today, except if that time has
5520 already passed, then it's at the given time tomorrow.  So if it's ten
5521 o'clock in the morning and you specify @code{11:15}, then the deadline
5522 is one hour and fifteen minutes hence.  But if you specify @code{9:20},
5523 that means a time tomorrow.
5524 @end itemize
5525
5526 The action of the @code{gnus-delay-article} command is influenced by a
5527 couple of variables:
5528
5529 @table @code
5530 @item gnus-delay-default-hour
5531 @vindex gnus-delay-default-hour
5532 When you specify a specific date, the message will be due on that hour
5533 on the given date.  Possible values are integers 0 through 23.
5534
5535 @item gnus-delay-default-delay
5536 @vindex gnus-delay-default-delay
5537 This is a string and gives the default delay.  It can be of any of the
5538 formats described above.
5539
5540 @item gnus-delay-group
5541 @vindex gnus-delay-group
5542 Delayed articles will be kept in this group on the drafts server until
5543 they are due.  You probably don't need to change this.  The default
5544 value is @code{"delayed"}.
5545
5546 @item gnus-delay-header
5547 @vindex gnus-delay-header
5548 The deadline for each article will be stored in a header.  This variable
5549 is a string and gives the header name.  You probably don't need to
5550 change this.  The default value is @code{"X-Gnus-Delayed"}.
5551 @end table
5552
5553 The way delaying works is like this: when you use the
5554 @code{gnus-delay-article} command, you give a certain delay.  Gnus
5555 calculates the deadline of the message and stores it in the
5556 @code{X-Gnus-Delayed} header and puts the message in the
5557 @code{nndraft:delayed} group.
5558
5559 @findex gnus-delay-send-queue
5560 And whenever you get new news, Gnus looks through the group for articles
5561 which are due and sends them.  It uses the @code{gnus-delay-send-queue}
5562 function for this.  By default, this function is added to the hook
5563 @code{gnus-get-new-news-hook}.  But of course, you can change this.
5564 Maybe you want to use the demon to send drafts?  Just tell the demon to
5565 execute the @code{gnus-delay-send-queue} function.
5566
5567 @table @code
5568 @item gnus-delay-initialize
5569 @findex gnus-delay-initialize
5570 By default, this function installs @code{gnus-delay-send-queue} in
5571 @code{gnus-get-new-news-hook}.  But it accepts the optional second
5572 argument @code{no-check}.  If it is non-@code{nil},
5573 @code{gnus-get-new-news-hook} is not changed.  The optional first
5574 argument is ignored.
5575
5576 For example, @code{(gnus-delay-initialize nil t)} means to do nothing.
5577 Presumably, you want to use the demon for sending due delayed articles.
5578 Just don't forget to set that up :-)
5579 @end table
5580
5581
5582 @node Marking Articles
5583 @section Marking Articles
5584 @cindex article marking
5585 @cindex article ticking
5586 @cindex marks
5587
5588 There are several marks you can set on an article.
5589
5590 You have marks that decide the @dfn{readedness} (whoo, neato-keano
5591 neologism ohoy!) of the article.  Alphabetic marks generally mean
5592 @dfn{read}, while non-alphabetic characters generally mean @dfn{unread}.
5593
5594 In addition, you also have marks that do not affect readedness.
5595
5596 @menu
5597 * Unread Articles::             Marks for unread articles.
5598 * Read Articles::               Marks for read articles.
5599 * Other Marks::                 Marks that do not affect readedness.
5600 @end menu
5601
5602 @ifinfo
5603 There's a plethora of commands for manipulating these marks:
5604 @end ifinfo
5605
5606 @menu
5607 * Setting Marks::             How to set and remove marks.
5608 * Generic Marking Commands::  How to customize the marking.
5609 * Setting Process Marks::     How to mark articles for later processing.
5610 @end menu
5611
5612
5613 @node Unread Articles
5614 @subsection Unread Articles
5615
5616 The following marks mark articles as (kinda) unread, in one form or
5617 other.
5618
5619 @table @samp
5620 @item !
5621 @vindex gnus-ticked-mark
5622 Marked as ticked (@code{gnus-ticked-mark}).
5623
5624 @dfn{Ticked articles} are articles that will remain visible always.  If
5625 you see an article that you find interesting, or you want to put off
5626 reading it, or replying to it, until sometime later, you'd typically
5627 tick it.  However, articles can be expired (from news servers by the
5628 news server software, Gnus itself never expires ticked messages), so if
5629 you want to keep an article forever, you'll have to make it persistent
5630 (@pxref{Persistent Articles}).
5631
5632 @item ?
5633 @vindex gnus-dormant-mark
5634 Marked as dormant (@code{gnus-dormant-mark}).
5635
5636 @dfn{Dormant articles} will only appear in the summary buffer if there
5637 are followups to it.  If you want to see them even if they don't have
5638 followups, you can use the @kbd{/ D} command (@pxref{Limiting}).
5639 Otherwise (except for the visibility issue), they are just like ticked
5640 messages.
5641
5642 @item SPACE
5643 @vindex gnus-unread-mark
5644 Marked as unread (@code{gnus-unread-mark}).
5645
5646 @dfn{Unread articles} are articles that haven't been read at all yet.
5647 @end table
5648
5649
5650 @node Read Articles
5651 @subsection Read Articles
5652 @cindex expirable mark
5653
5654 All the following marks mark articles as read.
5655
5656 @table @samp
5657
5658 @item r
5659 @vindex gnus-del-mark
5660 These are articles that the user has marked as read with the @kbd{d}
5661 command manually, more or less (@code{gnus-del-mark}).
5662
5663 @item R
5664 @vindex gnus-read-mark
5665 Articles that have actually been read (@code{gnus-read-mark}).
5666
5667 @item O
5668 @vindex gnus-ancient-mark
5669 Articles that were marked as read in previous sessions and are now
5670 @dfn{old} (@code{gnus-ancient-mark}).
5671
5672 @item K
5673 @vindex gnus-killed-mark
5674 Marked as killed (@code{gnus-killed-mark}).
5675
5676 @item X
5677 @vindex gnus-kill-file-mark
5678 Marked as killed by kill files (@code{gnus-kill-file-mark}).
5679
5680 @item Y
5681 @vindex gnus-low-score-mark
5682 Marked as read by having too low a score (@code{gnus-low-score-mark}).
5683
5684 @item C
5685 @vindex gnus-catchup-mark
5686 Marked as read by a catchup (@code{gnus-catchup-mark}).
5687
5688 @item G
5689 @vindex gnus-canceled-mark
5690 Canceled article (@code{gnus-canceled-mark})
5691
5692 @item F
5693 @vindex gnus-souped-mark
5694 @sc{soup}ed article (@code{gnus-souped-mark}).  @xref{SOUP}.
5695
5696 @item Q
5697 @vindex gnus-sparse-mark
5698 Sparsely reffed article (@code{gnus-sparse-mark}).  @xref{Customizing
5699 Threading}.
5700
5701 @item M
5702 @vindex gnus-duplicate-mark
5703 Article marked as read by duplicate suppression
5704 (@code{gnus-duplicate-mark}).  @xref{Duplicate Suppression}.
5705
5706 @end table
5707
5708 All these marks just mean that the article is marked as read, really.
5709 They are interpreted differently when doing adaptive scoring, though.
5710
5711 One more special mark, though:
5712
5713 @table @samp
5714 @item E
5715 @vindex gnus-expirable-mark
5716 Marked as expirable (@code{gnus-expirable-mark}).
5717
5718 Marking articles as @dfn{expirable} (or have them marked as such
5719 automatically) doesn't make much sense in normal groups---a user doesn't
5720 control expiring of news articles, but in mail groups, for instance,
5721 articles marked as @dfn{expirable} can be deleted by Gnus at
5722 any time.
5723 @end table
5724
5725
5726 @node Other Marks
5727 @subsection Other Marks
5728 @cindex process mark
5729 @cindex bookmarks
5730
5731 There are some marks that have nothing to do with whether the article is
5732 read or not.
5733
5734 @itemize @bullet
5735
5736 @item
5737 You can set a bookmark in the current article.  Say you are reading a
5738 long thesis on cats' urinary tracts, and have to go home for dinner
5739 before you've finished reading the thesis.  You can then set a bookmark
5740 in the article, and Gnus will jump to this bookmark the next time it
5741 encounters the article.  @xref{Setting Marks}.
5742
5743 @item
5744 @vindex gnus-replied-mark
5745 All articles that you have replied to or made a followup to (i.e., have
5746 answered) will be marked with an @samp{A} in the second column
5747 (@code{gnus-replied-mark}).
5748
5749 @item
5750 @vindex gnus-forwarded-mark
5751 All articles that you have forwarded will be marked with an @samp{F} in
5752 the second column (@code{gnus-forwarded-mark}).
5753
5754 @item
5755 @vindex gnus-cached-mark
5756 Articles stored in the article cache will be marked with an @samp{*} in
5757 the second column (@code{gnus-cached-mark}).  @xref{Article Caching}.
5758
5759 @item
5760 @vindex gnus-saved-mark
5761 Articles ``saved'' (in some manner or other; not necessarily
5762 religiously) are marked with an @samp{S} in the second column
5763 (@code{gnus-saved-mark}).
5764
5765 @item
5766 @vindex gnus-recent-mark
5767 Articles that according to the server haven't been shown to the user
5768 before are marked with a @samp{N} in the second column
5769 (@code{gnus-recent-mark}).  Note that not all servers support this
5770 mark, in which case it simply never appears. Compare with
5771 @code{gnus-unseen-mark}.
5772
5773 @item
5774 @vindex gnus-unseen-mark
5775 Articles that haven't been seen before in Gnus by the user are marked
5776 with a @samp{.} in the second column (@code{gnus-unseen-mark}).
5777 Compare with @code{gnus-recent-mark}.
5778
5779 @item
5780 @vindex gnus-downloaded-mark
5781 When using the Gnus agent @pxref{Agent Basics}, articles may be
5782 downloaded for unplugged (offline) viewing.  If you are using the
5783 @samp{%O} spec, these articles get the @samp{+} mark in that spec.
5784 (The variable @code{gnus-downloaded-mark} controls which character to
5785 use.)
5786
5787 @item
5788 @vindex gnus-undownloaded-mark
5789 When using the Gnus agent @pxref{Agent Basics}, some articles might
5790 not have been downloaded.  Such articles cannot be viewed while you
5791 are unplugged (offline).  If you are using the @samp{%O} spec, these
5792 articles get the @samp{-} mark in that spec.  (The variable
5793 @code{gnus-undownloaded-mark} controls which character to use.)
5794
5795 @item
5796 @vindex gnus-downloadable-mark
5797 The Gnus agent @pxref{Agent Basics} downloads some articles
5798 automatically, but it is also possible to explicitly mark articles for
5799 download, even if they would not be downloaded automatically.  Such
5800 explicitly-marked articles get the @samp{%} mark in the first column.
5801 (The variable @code{gnus-downloadable-mark} controls which character to
5802 use.)
5803
5804 @item
5805 @vindex gnus-not-empty-thread-mark
5806 @vindex gnus-empty-thread-mark
5807 If the @samp{%e} spec is used, the presence of threads or not will be
5808 marked with @code{gnus-not-empty-thread-mark} and
5809 @code{gnus-empty-thread-mark} in the third column, respectively.
5810
5811 @item
5812 @vindex gnus-process-mark
5813 Finally we have the @dfn{process mark} (@code{gnus-process-mark}).  A
5814 variety of commands react to the presence of the process mark.  For
5815 instance, @kbd{X u} (@code{gnus-uu-decode-uu}) will uudecode and view
5816 all articles that have been marked with the process mark.  Articles
5817 marked with the process mark have a @samp{#} in the second column.
5818
5819 @end itemize
5820
5821 You might have noticed that most of these ``non-readedness'' marks
5822 appear in the second column by default.  So if you have a cached, saved,
5823 replied article that you have process-marked, what will that look like?
5824
5825 Nothing much.  The precedence rules go as follows: process -> cache ->
5826 replied -> saved.  So if the article is in the cache and is replied,
5827 you'll only see the cache mark and not the replied mark.
5828
5829
5830 @node Setting Marks
5831 @subsection Setting Marks
5832 @cindex setting marks
5833
5834 All the marking commands understand the numeric prefix.
5835
5836 @table @kbd
5837 @item M c
5838 @itemx M-u
5839 @kindex M c (Summary)
5840 @kindex M-u (Summary)
5841 @findex gnus-summary-clear-mark-forward
5842 @cindex mark as unread
5843 Clear all readedness-marks from the current article
5844 (@code{gnus-summary-clear-mark-forward}).  In other words, mark the
5845 article as unread.
5846
5847 @item M t
5848 @itemx !
5849 @kindex ! (Summary)
5850 @kindex M t (Summary)
5851 @findex gnus-summary-tick-article-forward
5852 Tick the current article (@code{gnus-summary-tick-article-forward}).
5853 @xref{Article Caching}.
5854
5855 @item M ?
5856 @itemx ?
5857 @kindex ? (Summary)
5858 @kindex M ? (Summary)
5859 @findex gnus-summary-mark-as-dormant
5860 Mark the current article as dormant
5861 (@code{gnus-summary-mark-as-dormant}).  @xref{Article Caching}.
5862
5863 @item M d
5864 @itemx d
5865 @kindex M d (Summary)
5866 @kindex d (Summary)
5867 @findex gnus-summary-mark-as-read-forward
5868 Mark the current article as read
5869 (@code{gnus-summary-mark-as-read-forward}).
5870
5871 @item D
5872 @kindex D (Summary)
5873 @findex gnus-summary-mark-as-read-backward
5874 Mark the current article as read and move point to the previous line
5875 (@code{gnus-summary-mark-as-read-backward}).
5876
5877 @item M k
5878 @itemx k
5879 @kindex k (Summary)
5880 @kindex M k (Summary)
5881 @findex gnus-summary-kill-same-subject-and-select
5882 Mark all articles that have the same subject as the current one as read,
5883 and then select the next unread article
5884 (@code{gnus-summary-kill-same-subject-and-select}).
5885
5886 @item M K
5887 @itemx C-k
5888 @kindex M K (Summary)
5889 @kindex C-k (Summary)
5890 @findex gnus-summary-kill-same-subject
5891 Mark all articles that have the same subject as the current one as read
5892 (@code{gnus-summary-kill-same-subject}).
5893
5894 @item M C
5895 @kindex M C (Summary)
5896 @findex gnus-summary-catchup
5897 @c @icon{gnus-summary-catchup}
5898 Mark all unread articles as read (@code{gnus-summary-catchup}).
5899
5900 @item M C-c
5901 @kindex M C-c (Summary)
5902 @findex gnus-summary-catchup-all
5903 Mark all articles in the group as read---even the ticked and dormant
5904 articles (@code{gnus-summary-catchup-all}).
5905
5906 @item M H
5907 @kindex M H (Summary)
5908 @findex gnus-summary-catchup-to-here
5909 Catchup the current group to point (before the point)
5910 (@code{gnus-summary-catchup-to-here}).
5911
5912 @item M h
5913 @kindex M h (Summary)
5914 @findex gnus-summary-catchup-from-here
5915 Catchup the current group from point (after the point)
5916 (@code{gnus-summary-catchup-from-here}).
5917
5918 @item C-w
5919 @kindex C-w (Summary)
5920 @findex gnus-summary-mark-region-as-read
5921 Mark all articles between point and mark as read
5922 (@code{gnus-summary-mark-region-as-read}).
5923
5924 @item M V k
5925 @kindex M V k (Summary)
5926 @findex gnus-summary-kill-below
5927 Kill all articles with scores below the default score (or below the
5928 numeric prefix) (@code{gnus-summary-kill-below}).
5929
5930 @item M e
5931 @itemx E
5932 @kindex M e (Summary)
5933 @kindex E (Summary)
5934 @findex gnus-summary-mark-as-expirable
5935 Mark the current article as expirable
5936 (@code{gnus-summary-mark-as-expirable}).
5937
5938 @item M b
5939 @kindex M b (Summary)
5940 @findex gnus-summary-set-bookmark
5941 Set a bookmark in the current article
5942 (@code{gnus-summary-set-bookmark}).
5943
5944 @item M B
5945 @kindex M B (Summary)
5946 @findex gnus-summary-remove-bookmark
5947 Remove the bookmark from the current article
5948 (@code{gnus-summary-remove-bookmark}).
5949
5950 @item M V c
5951 @kindex M V c (Summary)
5952 @findex gnus-summary-clear-above
5953 Clear all marks from articles with scores over the default score (or
5954 over the numeric prefix) (@code{gnus-summary-clear-above}).
5955
5956 @item M V u
5957 @kindex M V u (Summary)
5958 @findex gnus-summary-tick-above
5959 Tick all articles with scores over the default score (or over the
5960 numeric prefix) (@code{gnus-summary-tick-above}).
5961
5962 @item M V m
5963 @kindex M V m (Summary)
5964 @findex gnus-summary-mark-above
5965 Prompt for a mark, and mark all articles with scores over the default
5966 score (or over the numeric prefix) with this mark
5967 (@code{gnus-summary-clear-above}).
5968 @end table
5969
5970 @vindex gnus-summary-goto-unread
5971 The @code{gnus-summary-goto-unread} variable controls what action should
5972 be taken after setting a mark.  If non-@code{nil}, point will move to
5973 the next/previous unread article.  If @code{nil}, point will just move
5974 one line up or down.  As a special case, if this variable is
5975 @code{never}, all the marking commands as well as other commands (like
5976 @kbd{SPACE}) will move to the next article, whether it is unread or not.
5977 The default is @code{t}.
5978
5979
5980 @node Generic Marking Commands
5981 @subsection Generic Marking Commands
5982
5983 Some people would like the command that ticks an article (@kbd{!}) go to
5984 the next article.  Others would like it to go to the next unread
5985 article.  Yet others would like it to stay on the current article.  And
5986 even though I haven't heard of anybody wanting it to go to the
5987 previous (unread) article, I'm sure there are people that want that as
5988 well.
5989
5990 Multiply these five behaviors with five different marking commands, and
5991 you get a potentially complex set of variable to control what each
5992 command should do.
5993
5994 To sidestep that mess, Gnus provides commands that do all these
5995 different things.  They can be found on the @kbd{M M} map in the summary
5996 buffer.  Type @kbd{M M C-h} to see them all---there are too many of them
5997 to list in this manual.
5998
5999 While you can use these commands directly, most users would prefer
6000 altering the summary mode keymap.  For instance, if you would like the
6001 @kbd{!} command to go to the next article instead of the next unread
6002 article, you could say something like:
6003
6004 @lisp
6005 (add-hook 'gnus-summary-mode-hook 'my-alter-summary-map)
6006 (defun my-alter-summary-map ()
6007   (local-set-key "!" 'gnus-summary-put-mark-as-ticked-next))
6008 @end lisp
6009
6010 or
6011
6012 @lisp
6013 (defun my-alter-summary-map ()
6014   (local-set-key "!" "MM!n"))
6015 @end lisp
6016
6017
6018 @node Setting Process Marks
6019 @subsection Setting Process Marks
6020 @cindex setting process marks
6021
6022 Process marks are displayed as @code{#} in the summary buffer, and are
6023 used for marking articles in such a way that other commands will
6024 process these articles.  For instance, if you process mark four
6025 articles and then use the @kbd{*} command, Gnus will enter these four
6026 commands into the cache.  For more information,
6027 @pxref{Process/Prefix}.
6028
6029 @table @kbd
6030
6031 @item M P p
6032 @itemx #
6033 @kindex # (Summary)
6034 @kindex M P p (Summary)
6035 @findex gnus-summary-mark-as-processable
6036 Mark the current article with the process mark
6037 (@code{gnus-summary-mark-as-processable}).
6038 @findex gnus-summary-unmark-as-processable
6039
6040 @item M P u
6041 @itemx M-#
6042 @kindex M P u (Summary)
6043 @kindex M-# (Summary)
6044 Remove the process mark, if any, from the current article
6045 (@code{gnus-summary-unmark-as-processable}).
6046
6047 @item M P U
6048 @kindex M P U (Summary)
6049 @findex gnus-summary-unmark-all-processable
6050 Remove the process mark from all articles
6051 (@code{gnus-summary-unmark-all-processable}).
6052
6053 @item M P i
6054 @kindex M P i (Summary)
6055 @findex gnus-uu-invert-processable
6056 Invert the list of process marked articles
6057 (@code{gnus-uu-invert-processable}).
6058
6059 @item M P R
6060 @kindex M P R (Summary)
6061 @findex gnus-uu-mark-by-regexp
6062 Mark articles that have a @code{Subject} header that matches a regular
6063 expression (@code{gnus-uu-mark-by-regexp}).
6064
6065 @item M P G
6066 @kindex M P G (Summary)
6067 @findex gnus-uu-unmark-by-regexp
6068 Unmark articles that have a @code{Subject} header that matches a regular
6069 expression (@code{gnus-uu-unmark-by-regexp}).
6070
6071 @item M P r
6072 @kindex M P r (Summary)
6073 @findex gnus-uu-mark-region
6074 Mark articles in region (@code{gnus-uu-mark-region}).
6075
6076 @item M P g
6077 @kindex M P g
6078 @findex gnus-uu-unmark-region
6079 Unmark articles in region (@code{gnus-uu-unmark-region}).
6080
6081 @item M P t
6082 @kindex M P t (Summary)
6083 @findex gnus-uu-mark-thread
6084 Mark all articles in the current (sub)thread
6085 (@code{gnus-uu-mark-thread}).
6086
6087 @item M P T
6088 @kindex M P T (Summary)
6089 @findex gnus-uu-unmark-thread
6090 Unmark all articles in the current (sub)thread
6091 (@code{gnus-uu-unmark-thread}).
6092
6093 @item M P v
6094 @kindex M P v (Summary)
6095 @findex gnus-uu-mark-over
6096 Mark all articles that have a score above the prefix argument
6097 (@code{gnus-uu-mark-over}).
6098
6099 @item M P s
6100 @kindex M P s (Summary)
6101 @findex gnus-uu-mark-series
6102 Mark all articles in the current series (@code{gnus-uu-mark-series}).
6103
6104 @item M P S
6105 @kindex M P S (Summary)
6106 @findex gnus-uu-mark-sparse
6107 Mark all series that have already had some articles marked
6108 (@code{gnus-uu-mark-sparse}).
6109
6110 @item M P a
6111 @kindex M P a (Summary)
6112 @findex gnus-uu-mark-all
6113 Mark all articles in series order (@code{gnus-uu-mark-series}).
6114
6115 @item M P b
6116 @kindex M P b (Summary)
6117 @findex gnus-uu-mark-buffer
6118 Mark all articles in the buffer in the order they appear
6119 (@code{gnus-uu-mark-buffer}).
6120
6121 @item M P k
6122 @kindex M P k (Summary)
6123 @findex gnus-summary-kill-process-mark
6124 Push the current process mark set onto the stack and unmark all articles
6125 (@code{gnus-summary-kill-process-mark}).
6126
6127 @item M P y
6128 @kindex M P y (Summary)
6129 @findex gnus-summary-yank-process-mark
6130 Pop the previous process mark set from the stack and restore it
6131 (@code{gnus-summary-yank-process-mark}).
6132
6133 @item M P w
6134 @kindex M P w (Summary)
6135 @findex gnus-summary-save-process-mark
6136 Push the current process mark set onto the stack
6137 (@code{gnus-summary-save-process-mark}).
6138
6139 @end table
6140
6141 Also see the @kbd{&} command in @pxref{Searching for Articles} for how to
6142 set process marks based on article body contents.
6143
6144
6145 @node Limiting
6146 @section Limiting
6147 @cindex limiting
6148
6149 It can be convenient to limit the summary buffer to just show some
6150 subset of the articles currently in the group.  The effect most limit
6151 commands have is to remove a few (or many) articles from the summary
6152 buffer.
6153
6154 All limiting commands work on subsets of the articles already fetched
6155 from the servers.  None of these commands query the server for
6156 additional articles.
6157
6158 @table @kbd
6159
6160 @item / /
6161 @itemx / s
6162 @kindex / / (Summary)
6163 @findex gnus-summary-limit-to-subject
6164 Limit the summary buffer to articles that match some subject
6165 (@code{gnus-summary-limit-to-subject}). If given a prefix, exclude
6166 matching articles.
6167
6168 @item / a
6169 @kindex / a (Summary)
6170 @findex gnus-summary-limit-to-author
6171 Limit the summary buffer to articles that match some author
6172 (@code{gnus-summary-limit-to-author}). If given a prefix, exclude
6173 matching articles.
6174
6175 @item / x
6176 @kindex / x (Summary)
6177 @findex gnus-summary-limit-to-extra
6178 Limit the summary buffer to articles that match one of the ``extra''
6179 headers (@pxref{To From Newsgroups})
6180 (@code{gnus-summary-limit-to-extra}). If given a prefix, exclude
6181 matching articles.
6182
6183 @item / u
6184 @itemx x
6185 @kindex / u (Summary)
6186 @kindex x (Summary)
6187 @findex gnus-summary-limit-to-unread
6188 Limit the summary buffer to articles not marked as read
6189 (@code{gnus-summary-limit-to-unread}).  If given a prefix, limit the
6190 buffer to articles strictly unread.  This means that ticked and
6191 dormant articles will also be excluded.
6192
6193 @item / m
6194 @kindex / m (Summary)
6195 @findex gnus-summary-limit-to-marks
6196 Ask for a mark and then limit to all articles that have been marked
6197 with that mark (@code{gnus-summary-limit-to-marks}).
6198
6199 @item / t
6200 @kindex / t (Summary)
6201 @findex gnus-summary-limit-to-age
6202 Ask for a number and then limit the summary buffer to articles older than (or equal to) that number of days
6203 (@code{gnus-summary-limit-to-age}).  If given a prefix, limit to
6204 articles younger than that number of days.
6205
6206 @item / n
6207 @kindex / n (Summary)
6208 @findex gnus-summary-limit-to-articles
6209 Limit the summary buffer to the current article
6210 (@code{gnus-summary-limit-to-articles}).  Uses the process/prefix
6211 convention (@pxref{Process/Prefix}).
6212
6213 @item / w
6214 @kindex / w (Summary)
6215 @findex gnus-summary-pop-limit
6216 Pop the previous limit off the stack and restore it
6217 (@code{gnus-summary-pop-limit}).  If given a prefix, pop all limits off
6218 the stack.
6219
6220 @item / .
6221 @kindex / . (Summary)
6222 @findex gnus-summary-limit-to-unseen
6223 Limit the summary buffer to the unseen articles
6224 (@code{gnus-summary-limit-to-unseen}).
6225
6226 @item / v
6227 @kindex / v (Summary)
6228 @findex gnus-summary-limit-to-score
6229 Limit the summary buffer to articles that have a score at or above some
6230 score (@code{gnus-summary-limit-to-score}).
6231
6232 @item / p
6233 @kindex / p (Summary)
6234 @findex gnus-summary-limit-to-display-predicate
6235 Limit the summary buffer to articles that satisfy the @code{display}
6236 group parameter predicate
6237 (@code{gnus-summary-limit-to-display-predicate}).  See @pxref{Group
6238 Parameters} for more on this predicate.
6239
6240 @item / E
6241 @itemx M S
6242 @kindex M S (Summary)
6243 @kindex / E (Summary)
6244 @findex gnus-summary-limit-include-expunged
6245 Include all expunged articles in the limit
6246 (@code{gnus-summary-limit-include-expunged}).
6247
6248 @item / D
6249 @kindex / D (Summary)
6250 @findex gnus-summary-limit-include-dormant
6251 Include all dormant articles in the limit
6252 (@code{gnus-summary-limit-include-dormant}).
6253
6254 @item / *
6255 @kindex / * (Summary)
6256 @findex gnus-summary-limit-include-cached
6257 Include all cached articles in the limit
6258 (@code{gnus-summary-limit-include-cached}).
6259
6260 @item / d
6261 @kindex / d (Summary)
6262 @findex gnus-summary-limit-exclude-dormant
6263 Exclude all dormant articles from the limit
6264 (@code{gnus-summary-limit-exclude-dormant}).
6265
6266 @item / M
6267 @kindex / M (Summary)
6268 @findex gnus-summary-limit-exclude-marks
6269 Exclude all marked articles (@code{gnus-summary-limit-exclude-marks}).
6270
6271 @item / T
6272 @kindex / T (Summary)
6273 @findex gnus-summary-limit-include-thread
6274 Include all the articles in the current thread in the limit.
6275
6276 @item / c
6277 @kindex / c (Summary)
6278 @findex gnus-summary-limit-exclude-childless-dormant
6279 Exclude all dormant articles that have no children from the limit
6280 (@code{gnus-summary-limit-exclude-childless-dormant}).
6281
6282 @item / C
6283 @kindex / C (Summary)
6284 @findex gnus-summary-limit-mark-excluded-as-read
6285 Mark all excluded unread articles as read
6286 (@code{gnus-summary-limit-mark-excluded-as-read}).   If given a prefix,
6287 also mark excluded ticked and dormant articles as read.
6288
6289 @item / N
6290 @kindex / N (Summary)
6291 @findex gnus-summary-insert-new-articles
6292 Insert all new articles in the summary buffer. It scans for new emails
6293 if @var{back-end}@code{-get-new-mail} is non-@code{nil}.
6294
6295 @item / o
6296 @kindex / o (Summary)
6297 @findex gnus-summary-insert-old-articles
6298 Insert all old articles in the summary buffer. If given a numbered
6299 prefix, fetch this number of articles.
6300
6301 @end table
6302
6303
6304 @node Threading
6305 @section Threading
6306 @cindex threading
6307 @cindex article threading
6308
6309 Gnus threads articles by default.  @dfn{To thread} is to put responses
6310 to articles directly after the articles they respond to---in a
6311 hierarchical fashion.
6312
6313 Threading is done by looking at the @code{References} headers of the
6314 articles.  In a perfect world, this would be enough to build pretty
6315 trees, but unfortunately, the @code{References} header is often broken
6316 or simply missing.  Weird news propagation exacerbates the problem,
6317 so one has to employ other heuristics to get pleasing results.  A
6318 plethora of approaches exists, as detailed in horrible detail in
6319 @pxref{Customizing Threading}.
6320
6321 First, a quick overview of the concepts:
6322
6323 @table @dfn
6324 @item root
6325 The top-most article in a thread; the first article in the thread.
6326
6327 @item thread
6328 A tree-like article structure.
6329
6330 @item sub-thread
6331 A small(er) section of this tree-like structure.
6332
6333 @item loose threads
6334 Threads often lose their roots due to article expiry, or due to the root
6335 already having been read in a previous session, and not displayed in the
6336 summary buffer.  We then typically have many sub-threads that really
6337 belong to one thread, but are without connecting roots.  These are
6338 called loose threads.
6339
6340 @item thread gathering
6341 An attempt to gather loose threads into bigger threads.
6342
6343 @item sparse threads
6344 A thread where the missing articles have been ``guessed'' at, and are
6345 displayed as empty lines in the summary buffer.
6346
6347 @end table
6348
6349
6350 @menu
6351 * Customizing Threading::       Variables you can change to affect the threading.
6352 * Thread Commands::             Thread based commands in the summary buffer.
6353 @end menu
6354
6355
6356 @node Customizing Threading
6357 @subsection Customizing Threading
6358 @cindex customizing threading
6359
6360 @menu
6361 * Loose Threads::               How Gnus gathers loose threads into bigger threads.
6362 * Filling In Threads::          Making the threads displayed look fuller.
6363 * More Threading::              Even more variables for fiddling with threads.
6364 * Low-Level Threading::         You thought it was over@dots{} but you were wrong!
6365 @end menu
6366
6367
6368 @node Loose Threads
6369 @subsubsection Loose Threads
6370 @cindex <
6371 @cindex >
6372 @cindex loose threads
6373
6374 @table @code
6375 @item gnus-summary-make-false-root
6376 @vindex gnus-summary-make-false-root
6377 If non-@code{nil}, Gnus will gather all loose subtrees into one big tree
6378 and create a dummy root at the top.  (Wait a minute.  Root at the top?
6379 Yup.)  Loose subtrees occur when the real root has expired, or you've
6380 read or killed the root in a previous session.
6381
6382 When there is no real root of a thread, Gnus will have to fudge
6383 something.  This variable says what fudging method Gnus should use.
6384 There are four possible values:
6385
6386 @iftex
6387 @iflatex
6388 \gnusfigure{The Summary Buffer}{390}{
6389 \put(0,0){\epsfig{figure=ps/summary-adopt,width=7.5cm}}
6390 \put(445,0){\makebox(0,0)[br]{\epsfig{figure=ps/summary-empty,width=7.5cm}}}
6391 \put(0,400){\makebox(0,0)[tl]{\epsfig{figure=ps/summary-none,width=7.5cm}}}
6392 \put(445,400){\makebox(0,0)[tr]{\epsfig{figure=ps/summary-dummy,width=7.5cm}}}
6393 }
6394 @end iflatex
6395 @end iftex
6396
6397 @cindex adopting articles
6398
6399 @table @code
6400
6401 @item adopt
6402 Gnus will make the first of the orphaned articles the parent.  This
6403 parent will adopt all the other articles.  The adopted articles will be
6404 marked as such by pointy brackets (@samp{<>}) instead of the standard
6405 square brackets (@samp{[]}).  This is the default method.
6406
6407 @item dummy
6408 @vindex gnus-summary-dummy-line-format
6409 @vindex gnus-summary-make-false-root-always
6410 Gnus will create a dummy summary line that will pretend to be the
6411 parent.  This dummy line does not correspond to any real article, so
6412 selecting it will just select the first real article after the dummy
6413 article.  @code{gnus-summary-dummy-line-format} is used to specify the
6414 format of the dummy roots.  It accepts only one format spec:  @samp{S},
6415 which is the subject of the article.  @xref{Formatting Variables}.
6416 If you want all threads to have a dummy root, even the non-gathered
6417 ones, set @code{gnus-summary-make-false-root-always} to @code{t}.
6418
6419 @item empty
6420 Gnus won't actually make any article the parent, but simply leave the
6421 subject field of all orphans except the first empty.  (Actually, it will
6422 use @code{gnus-summary-same-subject} as the subject (@pxref{Summary
6423 Buffer Format}).)
6424
6425 @item none
6426 Don't make any article parent at all.  Just gather the threads and
6427 display them after one another.
6428
6429 @item nil
6430 Don't gather loose threads.
6431 @end table
6432
6433 @item gnus-summary-gather-subject-limit
6434 @vindex gnus-summary-gather-subject-limit
6435 Loose threads are gathered by comparing subjects of articles.  If this
6436 variable is @code{nil}, Gnus requires an exact match between the
6437 subjects of the loose threads before gathering them into one big
6438 super-thread.  This might be too strict a requirement, what with the
6439 presence of stupid newsreaders that chop off long subject lines.  If
6440 you think so, set this variable to, say, 20 to require that only the
6441 first 20 characters of the subjects have to match.  If you set this
6442 variable to a really low number, you'll find that Gnus will gather
6443 everything in sight into one thread, which isn't very helpful.
6444
6445 @cindex fuzzy article gathering
6446 If you set this variable to the special value @code{fuzzy}, Gnus will
6447 use a fuzzy string comparison algorithm on the subjects (@pxref{Fuzzy
6448 Matching}).
6449
6450 @item gnus-simplify-subject-fuzzy-regexp
6451 @vindex gnus-simplify-subject-fuzzy-regexp
6452 This can either be a regular expression or list of regular expressions
6453 that match strings that will be removed from subjects if fuzzy subject
6454 simplification is used.
6455
6456 @item gnus-simplify-ignored-prefixes
6457 @vindex gnus-simplify-ignored-prefixes
6458 If you set @code{gnus-summary-gather-subject-limit} to something as low
6459 as 10, you might consider setting this variable to something sensible:
6460
6461 @c Written by Michael Ernst <mernst@cs.rice.edu>
6462 @lisp
6463 (setq gnus-simplify-ignored-prefixes
6464       (concat
6465        "\\`\\[?\\("
6466        (mapconcat
6467         'identity
6468         '("looking"
6469           "wanted" "followup" "summary\\( of\\)?"
6470           "help" "query" "problem" "question"
6471           "answer" "reference" "announce"
6472           "How can I" "How to" "Comparison of"
6473           ;; ...
6474           )
6475         "\\|")
6476        "\\)\\s *\\("
6477        (mapconcat 'identity
6478                   '("for" "for reference" "with" "about")
6479                   "\\|")
6480        "\\)?\\]?:?[ \t]*"))
6481 @end lisp
6482
6483 All words that match this regexp will be removed before comparing two
6484 subjects.
6485
6486 @item gnus-simplify-subject-functions
6487 @vindex gnus-simplify-subject-functions
6488 If non-@code{nil}, this variable overrides
6489 @code{gnus-summary-gather-subject-limit}.  This variable should be a
6490 list of functions to apply to the @code{Subject} string iteratively to
6491 arrive at the simplified version of the string.
6492
6493 Useful functions to put in this list include:
6494
6495 @table @code
6496 @item gnus-simplify-subject-re
6497 @findex gnus-simplify-subject-re
6498 Strip the leading @samp{Re:}.
6499
6500 @item gnus-simplify-subject-fuzzy
6501 @findex gnus-simplify-subject-fuzzy
6502 Simplify fuzzily.
6503
6504 @item gnus-simplify-whitespace
6505 @findex gnus-simplify-whitespace
6506 Remove excessive whitespace.
6507
6508 @item gnus-simplify-all-whitespace
6509 @findex gnus-simplify-all-whitespace
6510 Remove all whitespace.
6511 @end table
6512
6513 You may also write your own functions, of course.
6514
6515
6516 @item gnus-summary-gather-exclude-subject
6517 @vindex gnus-summary-gather-exclude-subject
6518 Since loose thread gathering is done on subjects only, that might lead
6519 to many false hits, especially with certain common subjects like
6520 @samp{} and @samp{(none)}.  To make the situation slightly better,
6521 you can use the regexp @code{gnus-summary-gather-exclude-subject} to say
6522 what subjects should be excluded from the gathering process.@*
6523 The default is @samp{^ *$\\|^(none)$}.
6524
6525 @item gnus-summary-thread-gathering-function
6526 @vindex gnus-summary-thread-gathering-function
6527 Gnus gathers threads by looking at @code{Subject} headers.  This means
6528 that totally unrelated articles may end up in the same ``thread'', which
6529 is confusing.  An alternate approach is to look at all the
6530 @code{Message-ID}s in all the @code{References} headers to find matches.
6531 This will ensure that no gathered threads ever include unrelated
6532 articles, but it also means that people who have posted with broken
6533 newsreaders won't be gathered properly.  The choice is yours---plague or
6534 cholera:
6535
6536 @table @code
6537 @item gnus-gather-threads-by-subject
6538 @findex gnus-gather-threads-by-subject
6539 This function is the default gathering function and looks at
6540 @code{Subject}s exclusively.
6541
6542 @item gnus-gather-threads-by-references
6543 @findex gnus-gather-threads-by-references
6544 This function looks at @code{References} headers exclusively.
6545 @end table
6546
6547 If you want to test gathering by @code{References}, you could say
6548 something like:
6549
6550 @lisp
6551 (setq gnus-summary-thread-gathering-function
6552       'gnus-gather-threads-by-references)
6553 @end lisp
6554
6555 @end table
6556
6557
6558 @node Filling In Threads
6559 @subsubsection Filling In Threads
6560
6561 @table @code
6562 @item gnus-fetch-old-headers
6563 @vindex gnus-fetch-old-headers
6564 If non-@code{nil}, Gnus will attempt to build old threads by fetching
6565 more old headers---headers to articles marked as read.  If you
6566 would like to display as few summary lines as possible, but still
6567 connect as many loose threads as possible, you should set this variable
6568 to @code{some} or a number.  If you set it to a number, no more than
6569 that number of extra old headers will be fetched.  In either case,
6570 fetching old headers only works if the back end you are using carries
6571 overview files---this would normally be @code{nntp}, @code{nnspool},
6572 @code{nnml}, and @code{nnmaildir}.  Also remember that if the root of
6573 the thread has been expired by the server, there's not much Gnus can do
6574 about that.
6575
6576 This variable can also be set to @code{invisible}.  This won't have any
6577 visible effects, but is useful if you use the @kbd{A T} command a lot
6578 (@pxref{Finding the Parent}).
6579
6580 @item gnus-build-sparse-threads
6581 @vindex gnus-build-sparse-threads
6582 Fetching old headers can be slow.  A low-rent similar effect can be
6583 gotten by setting this variable to @code{some}.  Gnus will then look at
6584 the complete @code{References} headers of all articles and try to string
6585 together articles that belong in the same thread.  This will leave
6586 @dfn{gaps} in the threading display where Gnus guesses that an article
6587 is missing from the thread.  (These gaps appear like normal summary
6588 lines.  If you select a gap, Gnus will try to fetch the article in
6589 question.)  If this variable is @code{t}, Gnus will display all these
6590 ``gaps'' without regard for whether they are useful for completing the
6591 thread or not.  Finally, if this variable is @code{more}, Gnus won't cut
6592 off sparse leaf nodes that don't lead anywhere.  This variable is
6593 @code{nil} by default.
6594
6595 @item gnus-read-all-available-headers
6596 @vindex gnus-read-all-available-headers
6597 This is a rather obscure variable that few will find useful.  It's
6598 intended for those non-news newsgroups where the back end has to fetch
6599 quite a lot to present the summary buffer, and where it's impossible to
6600 go back to parents of articles.  This is mostly the case in the
6601 web-based groups, like the @code{nnultimate} groups.
6602
6603 If you don't use those, then it's safe to leave this as the default
6604 @code{nil}.  If you want to use this variable, it should be a regexp
6605 that matches the group name, or @code{t} for all groups.
6606
6607 @end table
6608
6609
6610 @node More Threading
6611 @subsubsection More Threading
6612
6613 @table @code
6614 @item gnus-show-threads
6615 @vindex gnus-show-threads
6616 If this variable is @code{nil}, no threading will be done, and all of
6617 the rest of the variables here will have no effect.  Turning threading
6618 off will speed group selection up a bit, but it is sure to make reading
6619 slower and more awkward.
6620
6621 @item gnus-thread-hide-subtree
6622 @vindex gnus-thread-hide-subtree
6623 If non-@code{nil}, all threads will be hidden when the summary buffer is
6624 generated.
6625
6626 This can also be a predicate specifier (@pxref{Predicate Specifiers}).
6627 Available predicates are @code{gnus-article-unread-p} and
6628 @code{gnus-article-unseen-p}).
6629
6630 Here's an example:
6631
6632 @lisp
6633 (setq gnus-thread-hide-subtree
6634       '(or gnus-article-unread-p
6635            gnus-article-unseen-p))
6636 @end lisp
6637
6638 (It's a pretty nonsensical example, since all unseen articles are also
6639 unread, but you get my drift.)
6640
6641
6642 @item gnus-thread-expunge-below
6643 @vindex gnus-thread-expunge-below
6644 All threads that have a total score (as defined by
6645 @code{gnus-thread-score-function}) less than this number will be
6646 expunged.  This variable is @code{nil} by default, which means that no
6647 threads are expunged.
6648
6649 @item gnus-thread-hide-killed
6650 @vindex gnus-thread-hide-killed
6651 if you kill a thread and this variable is non-@code{nil}, the subtree
6652 will be hidden.
6653
6654 @item gnus-thread-ignore-subject
6655 @vindex gnus-thread-ignore-subject
6656 Sometimes somebody changes the subject in the middle of a thread.  If
6657 this variable is non-@code{nil}, which is the default, the subject
6658 change is ignored.  If it is @code{nil}, a change in the subject will
6659 result in a new thread.
6660
6661 @item gnus-thread-indent-level
6662 @vindex gnus-thread-indent-level
6663 This is a number that says how much each sub-thread should be indented.
6664 The default is 4.
6665
6666 @item gnus-sort-gathered-threads-function
6667 @vindex gnus-sort-gathered-threads-function
6668 Sometimes, particularly with mailing lists, the order in which mails
6669 arrive locally is not necessarily the same as the order in which they
6670 arrived on the mailing list.  Consequently, when sorting sub-threads
6671 using the default @code{gnus-thread-sort-by-number}, responses can end
6672 up appearing before the article to which they are responding to.
6673 Setting this variable to an alternate value
6674 (e.g. @code{gnus-thread-sort-by-date}), in a group's parameters or in an
6675 appropriate hook (e.g. @code{gnus-summary-generate-hook}) can produce a
6676 more logical sub-thread ordering in such instances.
6677
6678 @end table
6679
6680
6681 @node Low-Level Threading
6682 @subsubsection Low-Level Threading
6683
6684 @table @code
6685
6686 @item gnus-parse-headers-hook
6687 @vindex gnus-parse-headers-hook
6688 Hook run before parsing any headers.
6689
6690 @item gnus-alter-header-function
6691 @vindex gnus-alter-header-function
6692 If non-@code{nil}, this function will be called to allow alteration of
6693 article header structures.  The function is called with one parameter,
6694 the article header vector, which it may alter in any way.  For instance,
6695 if you have a mail-to-news gateway which alters the @code{Message-ID}s
6696 in systematic ways (by adding prefixes and such), you can use this
6697 variable to un-scramble the @code{Message-ID}s so that they are more
6698 meaningful.  Here's one example:
6699
6700 @lisp
6701 (setq gnus-alter-header-function 'my-alter-message-id)
6702
6703 (defun my-alter-message-id (header)
6704   (let ((id (mail-header-id header)))
6705     (when (string-match
6706            "\\(<[^<>@@]*\\)\\.?cygnus\\..*@@\\([^<>@@]*>\\)" id)
6707       (mail-header-set-id
6708        (concat (match-string 1 id) "@@" (match-string 2 id))
6709        header))))
6710 @end lisp
6711
6712 @end table
6713
6714
6715 @node Thread Commands
6716 @subsection Thread Commands
6717 @cindex thread commands
6718
6719 @table @kbd
6720
6721 @item T k
6722 @itemx C-M-k
6723 @kindex T k (Summary)
6724 @kindex C-M-k (Summary)
6725 @findex gnus-summary-kill-thread
6726 Mark all articles in the current (sub-)thread as read
6727 (@code{gnus-summary-kill-thread}).  If the prefix argument is positive,
6728 remove all marks instead.  If the prefix argument is negative, tick
6729 articles instead.
6730
6731 @item T l
6732 @itemx C-M-l
6733 @kindex T l (Summary)
6734 @kindex C-M-l (Summary)
6735 @findex gnus-summary-lower-thread
6736 Lower the score of the current (sub-)thread
6737 (@code{gnus-summary-lower-thread}).
6738
6739 @item T i
6740 @kindex T i (Summary)
6741 @findex gnus-summary-raise-thread
6742 Increase the score of the current (sub-)thread
6743 (@code{gnus-summary-raise-thread}).
6744
6745 @item T #
6746 @kindex T # (Summary)
6747 @findex gnus-uu-mark-thread
6748 Set the process mark on the current (sub-)thread
6749 (@code{gnus-uu-mark-thread}).
6750
6751 @item T M-#
6752 @kindex T M-# (Summary)
6753 @findex gnus-uu-unmark-thread
6754 Remove the process mark from the current (sub-)thread
6755 (@code{gnus-uu-unmark-thread}).
6756
6757 @item T T
6758 @kindex T T (Summary)
6759 @findex gnus-summary-toggle-threads
6760 Toggle threading (@code{gnus-summary-toggle-threads}).
6761
6762 @item T s
6763 @kindex T s (Summary)
6764 @findex gnus-summary-show-thread
6765 Expose the (sub-)thread hidden under the current article, if any
6766 (@code{gnus-summary-show-thread}).
6767
6768 @item T h
6769 @kindex T h (Summary)
6770 @findex gnus-summary-hide-thread
6771 Hide the current (sub-)thread (@code{gnus-summary-hide-thread}).
6772
6773 @item T S
6774 @kindex T S (Summary)
6775 @findex gnus-summary-show-all-threads
6776 Expose all hidden threads (@code{gnus-summary-show-all-threads}).
6777
6778 @item T H
6779 @kindex T H (Summary)
6780 @findex gnus-summary-hide-all-threads
6781 Hide all threads (@code{gnus-summary-hide-all-threads}).
6782
6783 @item T t
6784 @kindex T t (Summary)
6785 @findex gnus-summary-rethread-current
6786 Re-thread the current article's thread
6787 (@code{gnus-summary-rethread-current}).  This works even when the
6788 summary buffer is otherwise unthreaded.
6789
6790 @item T ^
6791 @kindex T ^ (Summary)
6792 @findex gnus-summary-reparent-thread
6793 Make the current article the child of the marked (or previous) article
6794 (@code{gnus-summary-reparent-thread}).
6795
6796 @end table
6797
6798 The following commands are thread movement commands.  They all
6799 understand the numeric prefix.
6800
6801 @table @kbd
6802
6803 @item T n
6804 @kindex T n (Summary)
6805 @itemx C-M-f
6806 @kindex C-M-n (Summary)
6807 @itemx M-down
6808 @kindex M-down (Summary)
6809 @findex gnus-summary-next-thread
6810 Go to the next thread (@code{gnus-summary-next-thread}).
6811
6812 @item T p
6813 @kindex T p (Summary)
6814 @itemx C-M-b
6815 @kindex C-M-p (Summary)
6816 @itemx M-up
6817 @kindex M-up (Summary)
6818 @findex gnus-summary-prev-thread
6819 Go to the previous thread (@code{gnus-summary-prev-thread}).
6820
6821 @item T d
6822 @kindex T d (Summary)
6823 @findex gnus-summary-down-thread
6824 Descend the thread (@code{gnus-summary-down-thread}).
6825
6826 @item T u
6827 @kindex T u (Summary)
6828 @findex gnus-summary-up-thread
6829 Ascend the thread (@code{gnus-summary-up-thread}).
6830
6831 @item T o
6832 @kindex T o (Summary)
6833 @findex gnus-summary-top-thread
6834 Go to the top of the thread (@code{gnus-summary-top-thread}).
6835 @end table
6836
6837 @vindex gnus-thread-operation-ignore-subject
6838 If you ignore subject while threading, you'll naturally end up with
6839 threads that have several different subjects in them.  If you then issue
6840 a command like @kbd{T k} (@code{gnus-summary-kill-thread}) you might not
6841 wish to kill the entire thread, but just those parts of the thread that
6842 have the same subject as the current article.  If you like this idea,
6843 you can fiddle with @code{gnus-thread-operation-ignore-subject}.  If it
6844 is non-@code{nil} (which it is by default), subjects will be ignored
6845 when doing thread commands.  If this variable is @code{nil}, articles in
6846 the same thread with different subjects will not be included in the
6847 operation in question.  If this variable is @code{fuzzy}, only articles
6848 that have subjects fuzzily equal will be included (@pxref{Fuzzy
6849 Matching}).
6850
6851
6852 @node Sorting the Summary Buffer
6853 @section Sorting the Summary Buffer
6854
6855 @findex gnus-thread-sort-by-total-score
6856 @findex gnus-thread-sort-by-date
6857 @findex gnus-thread-sort-by-score
6858 @findex gnus-thread-sort-by-subject
6859 @findex gnus-thread-sort-by-author
6860 @findex gnus-thread-sort-by-number
6861 @findex gnus-thread-sort-by-random
6862 @vindex gnus-thread-sort-functions
6863 @findex gnus-thread-sort-by-most-recent-thread
6864 If you are using a threaded summary display, you can sort the threads by
6865 setting @code{gnus-thread-sort-functions}, which can be either a single
6866 function, a list of functions, or a list containing functions and
6867 @code{(not some-function)} elements.
6868
6869 By default, sorting is done on article numbers.  Ready-made sorting
6870 predicate functions include @code{gnus-thread-sort-by-number},
6871 @code{gnus-thread-sort-by-author}, @code{gnus-thread-sort-by-subject},
6872 @code{gnus-thread-sort-by-date}, @code{gnus-thread-sort-by-score},
6873 @code{gnus-thread-sort-by-most-recent-number},
6874 @code{gnus-thread-sort-by-most-recent-date},
6875 @code{gnus-thread-sort-by-random} and
6876 @code{gnus-thread-sort-by-total-score}.
6877
6878 Each function takes two threads and returns non-@code{nil} if the first
6879 thread should be sorted before the other.  Note that sorting really is
6880 normally done by looking only at the roots of each thread.
6881
6882 If you use more than one function, the primary sort key should be the
6883 last function in the list.  You should probably always include
6884 @code{gnus-thread-sort-by-number} in the list of sorting
6885 functions---preferably first.  This will ensure that threads that are
6886 equal with respect to the other sort criteria will be displayed in
6887 ascending article order.
6888
6889 If you would like to sort by reverse score, then by subject, and finally
6890 by number, you could do something like:
6891
6892 @lisp
6893 (setq gnus-thread-sort-functions
6894       '(gnus-thread-sort-by-number
6895         gnus-thread-sort-by-subject
6896         (not gnus-thread-sort-by-total-score)))
6897 @end lisp
6898
6899 The threads that have highest score will be displayed first in the
6900 summary buffer.  When threads have the same score, they will be sorted
6901 alphabetically.  The threads that have the same score and the same
6902 subject will be sorted by number, which is (normally) the sequence in
6903 which the articles arrived.
6904
6905 If you want to sort by score and then reverse arrival order, you could
6906 say something like:
6907
6908 @lisp
6909 (setq gnus-thread-sort-functions
6910       '((lambda (t1 t2)
6911           (not (gnus-thread-sort-by-number t1 t2)))
6912         gnus-thread-sort-by-score))
6913 @end lisp
6914
6915 @vindex gnus-thread-score-function
6916 The function in the @code{gnus-thread-score-function} variable (default
6917 @code{+}) is used for calculating the total score of a thread.  Useful
6918 functions might be @code{max}, @code{min}, or squared means, or whatever
6919 tickles your fancy.
6920
6921 @findex gnus-article-sort-functions
6922 @findex gnus-article-sort-by-date
6923 @findex gnus-article-sort-by-score
6924 @findex gnus-article-sort-by-subject
6925 @findex gnus-article-sort-by-author
6926 @findex gnus-article-sort-by-random
6927 @findex gnus-article-sort-by-number
6928 If you are using an unthreaded display for some strange reason or
6929 other, you have to fiddle with the @code{gnus-article-sort-functions}
6930 variable.  It is very similar to the
6931 @code{gnus-thread-sort-functions}, except that it uses slightly
6932 different functions for article comparison.  Available sorting
6933 predicate functions are @code{gnus-article-sort-by-number},
6934 @code{gnus-article-sort-by-author},
6935 @code{gnus-article-sort-by-subject}, @code{gnus-article-sort-by-date},
6936 @code{gnus-article-sort-by-random}, and
6937 @code{gnus-article-sort-by-score}.
6938
6939 If you want to sort an unthreaded summary display by subject, you could
6940 say something like:
6941
6942 @lisp
6943 (setq gnus-article-sort-functions
6944       '(gnus-article-sort-by-number
6945         gnus-article-sort-by-subject))
6946 @end lisp
6947
6948
6949
6950 @node Asynchronous Fetching
6951 @section Asynchronous Article Fetching
6952 @cindex asynchronous article fetching
6953 @cindex article pre-fetch
6954 @cindex pre-fetch
6955
6956 If you read your news from an @sc{nntp} server that's far away, the
6957 network latencies may make reading articles a chore.  You have to wait
6958 for a while after pressing @kbd{n} to go to the next article before the
6959 article appears.  Why can't Gnus just go ahead and fetch the article
6960 while you are reading the previous one?  Why not, indeed.
6961
6962 First, some caveats.  There are some pitfalls to using asynchronous
6963 article fetching, especially the way Gnus does it.
6964
6965 Let's say you are reading article 1, which is short, and article 2 is
6966 quite long, and you are not interested in reading that.  Gnus does not
6967 know this, so it goes ahead and fetches article 2.  You decide to read
6968 article 3, but since Gnus is in the process of fetching article 2, the
6969 connection is blocked.
6970
6971 To avoid these situations, Gnus will open two (count 'em two)
6972 connections to the server.  Some people may think this isn't a very nice
6973 thing to do, but I don't see any real alternatives.  Setting up that
6974 extra connection takes some time, so Gnus startup will be slower.
6975
6976 Gnus will fetch more articles than you will read.  This will mean that
6977 the link between your machine and the @sc{nntp} server will become more
6978 loaded than if you didn't use article pre-fetch.  The server itself will
6979 also become more loaded---both with the extra article requests, and the
6980 extra connection.
6981
6982 Ok, so now you know that you shouldn't really use this thing@dots{} unless
6983 you really want to.
6984
6985 @vindex gnus-asynchronous
6986 Here's how:  Set @code{gnus-asynchronous} to @code{t}.  The rest should
6987 happen automatically.
6988
6989 @vindex gnus-use-article-prefetch
6990 You can control how many articles are to be pre-fetched by setting
6991 @code{gnus-use-article-prefetch}.  This is 30 by default, which means
6992 that when you read an article in the group, the back end will pre-fetch
6993 the next 30 articles.  If this variable is @code{t}, the back end will
6994 pre-fetch all the articles it can without bound.  If it is
6995 @code{nil}, no pre-fetching will be done.
6996
6997 @vindex gnus-async-prefetch-article-p
6998 @findex gnus-async-read-p
6999 There are probably some articles that you don't want to pre-fetch---read
7000 articles, for instance.  The @code{gnus-async-prefetch-article-p}
7001 variable controls whether an article is to be pre-fetched.  This
7002 function should return non-@code{nil} when the article in question is
7003 to be pre-fetched.  The default is @code{gnus-async-read-p}, which
7004 returns @code{nil} on read articles.  The function is called with an
7005 article data structure as the only parameter.
7006
7007 If, for instance, you wish to pre-fetch only unread articles shorter
7008 than 100 lines, you could say something like:
7009
7010 @lisp
7011 (defun my-async-short-unread-p (data)
7012   "Return non-nil for short, unread articles."
7013   (and (gnus-data-unread-p data)
7014        (< (mail-header-lines (gnus-data-header data))
7015           100)))
7016
7017 (setq gnus-async-prefetch-article-p 'my-async-short-unread-p)
7018 @end lisp
7019
7020 These functions will be called many, many times, so they should
7021 preferably be short and sweet to avoid slowing down Gnus too much.
7022 It's probably a good idea to byte-compile things like this.
7023
7024 @vindex gnus-prefetched-article-deletion-strategy
7025 Articles have to be removed from the asynch buffer sooner or later.  The
7026 @code{gnus-prefetched-article-deletion-strategy} says when to remove
7027 articles.  This is a list that may contain the following elements:
7028
7029 @table @code
7030 @item read
7031 Remove articles when they are read.
7032
7033 @item exit
7034 Remove articles when exiting the group.
7035 @end table
7036
7037 The default value is @code{(read exit)}.
7038
7039 @c @vindex gnus-use-header-prefetch
7040 @c If @code{gnus-use-header-prefetch} is non-@code{nil}, prefetch articles
7041 @c from the next group.
7042
7043
7044 @node Article Caching
7045 @section Article Caching
7046 @cindex article caching
7047 @cindex caching
7048
7049 If you have an @emph{extremely} slow @sc{nntp} connection, you may
7050 consider turning article caching on.  Each article will then be stored
7051 locally under your home directory.  As you may surmise, this could
7052 potentially use @emph{huge} amounts of disk space, as well as eat up all
7053 your inodes so fast it will make your head swim.  In vodka.
7054
7055 Used carefully, though, it could be just an easier way to save articles.
7056
7057 @vindex gnus-use-long-file-name
7058 @vindex gnus-cache-directory
7059 @vindex gnus-use-cache
7060 To turn caching on, set @code{gnus-use-cache} to @code{t}.  By default,
7061 all articles ticked or marked as dormant will then be copied
7062 over to your local cache (@code{gnus-cache-directory}).  Whether this
7063 cache is flat or hierarchical is controlled by the
7064 @code{gnus-use-long-file-name} variable, as usual.
7065
7066 When re-selecting a ticked or dormant article, it will be fetched from the
7067 cache instead of from the server.  As articles in your cache will never
7068 expire, this might serve as a method of saving articles while still
7069 keeping them where they belong.  Just mark all articles you want to save
7070 as dormant, and don't worry.
7071
7072 When an article is marked as read, is it removed from the cache.
7073
7074 @vindex gnus-cache-remove-articles
7075 @vindex gnus-cache-enter-articles
7076 The entering/removal of articles from the cache is controlled by the
7077 @code{gnus-cache-enter-articles} and @code{gnus-cache-remove-articles}
7078 variables.  Both are lists of symbols.  The first is @code{(ticked
7079 dormant)} by default, meaning that ticked and dormant articles will be
7080 put in the cache.  The latter is @code{(read)} by default, meaning that
7081 articles marked as read are removed from the cache.  Possibly
7082 symbols in these two lists are @code{ticked}, @code{dormant},
7083 @code{unread} and @code{read}.
7084
7085 @findex gnus-jog-cache
7086 So where does the massive article-fetching and storing come into the
7087 picture?  The @code{gnus-jog-cache} command will go through all
7088 subscribed newsgroups, request all unread articles, score them, and
7089 store them in the cache.  You should only ever, ever ever ever, use this
7090 command if 1) your connection to the @sc{nntp} server is really, really,
7091 really slow and 2) you have a really, really, really huge disk.
7092 Seriously.  One way to cut down on the number of articles downloaded is
7093 to score unwanted articles down and have them marked as read.  They will
7094 not then be downloaded by this command.
7095
7096 @vindex gnus-uncacheable-groups
7097 @vindex gnus-cacheable-groups
7098 It is likely that you do not want caching on all groups.  For instance,
7099 if your @code{nnml} mail is located under your home directory, it makes no
7100 sense to cache it somewhere else under your home directory.  Unless you
7101 feel that it's neat to use twice as much space.
7102
7103 To limit the caching, you could set @code{gnus-cacheable-groups} to a
7104 regexp of groups to cache, @samp{^nntp} for instance, or set the
7105 @code{gnus-uncacheable-groups} regexp to @samp{^nnml}, for instance.
7106 Both variables are @code{nil} by default.  If a group matches both
7107 variables, the group is not cached.
7108
7109 @findex gnus-cache-generate-nov-databases
7110 @findex gnus-cache-generate-active
7111 @vindex gnus-cache-active-file
7112 The cache stores information on what articles it contains in its active
7113 file (@code{gnus-cache-active-file}).  If this file (or any other parts
7114 of the cache) becomes all messed up for some reason or other, Gnus
7115 offers two functions that will try to set things right.  @kbd{M-x
7116 gnus-cache-generate-nov-databases} will (re)build all the @sc{nov}
7117 files, and @kbd{gnus-cache-generate-active} will (re)generate the active
7118 file.
7119
7120 @findex gnus-cache-move-cache
7121 @code{gnus-cache-move-cache} will move your whole
7122 @code{gnus-cache-directory} to some other location. You get asked to
7123 where, isn't that cool?
7124
7125 @node Persistent Articles
7126 @section Persistent Articles
7127 @cindex persistent articles
7128
7129 Closely related to article caching, we have @dfn{persistent articles}.
7130 In fact, it's just a different way of looking at caching, and much more
7131 useful in my opinion.
7132
7133 Say you're reading a newsgroup, and you happen on to some valuable gem
7134 that you want to keep and treasure forever.  You'd normally just save it
7135 (using one of the many saving commands) in some file.  The problem with
7136 that is that it's just, well, yucky.  Ideally you'd prefer just having
7137 the article remain in the group where you found it forever; untouched by
7138 the expiry going on at the news server.
7139
7140 This is what a @dfn{persistent article} is---an article that just won't
7141 be deleted.  It's implemented using the normal cache functions, but
7142 you use two explicit commands for managing persistent articles:
7143
7144 @table @kbd
7145
7146 @item *
7147 @kindex * (Summary)
7148 @findex gnus-cache-enter-article
7149 Make the current article persistent (@code{gnus-cache-enter-article}).
7150
7151 @item M-*
7152 @kindex M-* (Summary)
7153 @findex gnus-cache-remove-article
7154 Remove the current article from the persistent articles
7155 (@code{gnus-cache-remove-article}).  This will normally delete the
7156 article.
7157 @end table
7158
7159 Both these commands understand the process/prefix convention.
7160
7161 To avoid having all ticked articles (and stuff) entered into the cache,
7162 you should set @code{gnus-use-cache} to @code{passive} if you're just
7163 interested in persistent articles:
7164
7165 @lisp
7166 (setq gnus-use-cache 'passive)
7167 @end lisp
7168
7169
7170 @node Article Backlog
7171 @section Article Backlog
7172 @cindex backlog
7173 @cindex article backlog
7174
7175 If you have a slow connection, but the idea of using caching seems
7176 unappealing to you (and it is, really), you can help the situation some
7177 by switching on the @dfn{backlog}.  This is where Gnus will buffer
7178 already read articles so that it doesn't have to re-fetch articles
7179 you've already read.  This only helps if you are in the habit of
7180 re-selecting articles you've recently read, of course.  If you never do
7181 that, turning the backlog on will slow Gnus down a little bit, and
7182 increase memory usage some.
7183
7184 @vindex gnus-keep-backlog
7185 If you set @code{gnus-keep-backlog} to a number @var{n}, Gnus will store
7186 at most @var{n} old articles in a buffer for later re-fetching.  If this
7187 variable is non-@code{nil} and is not a number, Gnus will store
7188 @emph{all} read articles, which means that your Emacs will grow without
7189 bound before exploding and taking your machine down with you.  I put
7190 that in there just to keep y'all on your toes.
7191
7192 The default value is 20.
7193
7194
7195 @node Saving Articles
7196 @section Saving Articles
7197 @cindex saving articles
7198
7199 Gnus can save articles in a number of ways.  Below is the documentation
7200 for saving articles in a fairly straight-forward fashion (i.e., little
7201 processing of the article is done before it is saved).  For a different
7202 approach (uudecoding, unsharing) you should use @code{gnus-uu}
7203 (@pxref{Decoding Articles}).
7204
7205 For the commands listed here, the target is a file.  If you want to
7206 save to a group, see the @kbd{B c} (@code{gnus-summary-copy-article})
7207 command (@pxref{Mail Group Commands}).
7208
7209 @vindex gnus-save-all-headers
7210 If @code{gnus-save-all-headers} is non-@code{nil}, Gnus will not delete
7211 unwanted headers before saving the article.
7212
7213 @vindex gnus-saved-headers
7214 If the preceding variable is @code{nil}, all headers that match the
7215 @code{gnus-saved-headers} regexp will be kept, while the rest will be
7216 deleted before saving.
7217
7218 @table @kbd
7219
7220 @item O o
7221 @itemx o
7222 @kindex O o (Summary)
7223 @kindex o (Summary)
7224 @findex gnus-summary-save-article
7225 @c @icon{gnus-summary-save-article}
7226 Save the current article using the default article saver
7227 (@code{gnus-summary-save-article}).
7228
7229 @item O m
7230 @kindex O m (Summary)
7231 @findex gnus-summary-save-article-mail
7232 Save the current article in mail format
7233 (@code{gnus-summary-save-article-mail}).
7234
7235 @item O r
7236 @kindex O r (Summary)
7237 @findex gnus-summary-save-article-rmail
7238 Save the current article in rmail format
7239 (@code{gnus-summary-save-article-rmail}).
7240
7241 @item O f
7242 @kindex O f (Summary)
7243 @findex gnus-summary-save-article-file
7244 @c @icon{gnus-summary-save-article-file}
7245 Save the current article in plain file format
7246 (@code{gnus-summary-save-article-file}).
7247
7248 @item O F
7249 @kindex O F (Summary)
7250 @findex gnus-summary-write-article-file
7251 Write the current article in plain file format, overwriting any previous
7252 file contents (@code{gnus-summary-write-article-file}).
7253
7254 @item O b
7255 @kindex O b (Summary)
7256 @findex gnus-summary-save-article-body-file
7257 Save the current article body in plain file format
7258 (@code{gnus-summary-save-article-body-file}).
7259
7260 @item O h
7261 @kindex O h (Summary)
7262 @findex gnus-summary-save-article-folder
7263 Save the current article in mh folder format
7264 (@code{gnus-summary-save-article-folder}).
7265
7266 @item O v
7267 @kindex O v (Summary)
7268 @findex gnus-summary-save-article-vm
7269 Save the current article in a VM folder
7270 (@code{gnus-summary-save-article-vm}).
7271
7272 @item O p
7273 @itemx |
7274 @kindex O p (Summary)
7275 @kindex | (Summary)
7276 @findex gnus-summary-pipe-output
7277 Save the current article in a pipe.  Uhm, like, what I mean is---Pipe
7278 the current article to a process (@code{gnus-summary-pipe-output}).
7279 If given a symbolic prefix (@pxref{Symbolic Prefixes}), include the
7280 complete headers in the piped output.
7281
7282 @item O P
7283 @kindex O P (Summary)
7284 @findex gnus-summary-muttprint
7285 @vindex gnus-summary-muttprint-program
7286 Save the current article into muttprint. That is, print it using the
7287 external program Muttprint (see
7288 @uref{http://muttprint.sourceforge.net/}). The program name and
7289 options to use is controlled by the variable
7290 @code{gnus-summary-muttprint-program}. (@code{gnus-summary-muttprint}).
7291
7292 @end table
7293
7294 @vindex gnus-prompt-before-saving
7295 All these commands use the process/prefix convention
7296 (@pxref{Process/Prefix}).  If you save bunches of articles using these
7297 functions, you might get tired of being prompted for files to save each
7298 and every article in.  The prompting action is controlled by
7299 the @code{gnus-prompt-before-saving} variable, which is @code{always} by
7300 default, giving you that excessive prompting action you know and
7301 loathe.  If you set this variable to @code{t} instead, you'll be prompted
7302 just once for each series of articles you save.  If you like to really
7303 have Gnus do all your thinking for you, you can even set this variable
7304 to @code{nil}, which means that you will never be prompted for files to
7305 save articles in.  Gnus will simply save all the articles in the default
7306 files.
7307
7308
7309 @vindex gnus-default-article-saver
7310 You can customize the @code{gnus-default-article-saver} variable to make
7311 Gnus do what you want it to.  You can use any of the six ready-made
7312 functions below, or you can create your own.
7313
7314 @table @code
7315
7316 @item gnus-summary-save-in-rmail
7317 @findex gnus-summary-save-in-rmail
7318 @vindex gnus-rmail-save-name
7319 @findex gnus-plain-save-name
7320 This is the default format, @dfn{babyl}.  Uses the function in the
7321 @code{gnus-rmail-save-name} variable to get a file name to save the
7322 article in.  The default is @code{gnus-plain-save-name}.
7323
7324 @item gnus-summary-save-in-mail
7325 @findex gnus-summary-save-in-mail
7326 @vindex gnus-mail-save-name
7327 Save in a Unix mail (mbox) file.  Uses the function in the
7328 @code{gnus-mail-save-name} variable to get a file name to save the
7329 article in.  The default is @code{gnus-plain-save-name}.
7330
7331 @item gnus-summary-save-in-file
7332 @findex gnus-summary-save-in-file
7333 @vindex gnus-file-save-name
7334 @findex gnus-numeric-save-name
7335 Append the article straight to an ordinary file.  Uses the function in
7336 the @code{gnus-file-save-name} variable to get a file name to save the
7337 article in.  The default is @code{gnus-numeric-save-name}.
7338
7339 @item gnus-summary-write-to-file
7340 @findex gnus-summary-write-to-file
7341 Write the article straight to an ordinary file.  The file is
7342 overwritten if it exists.  Uses the function in the
7343 @code{gnus-file-save-name} variable to get a file name to save the
7344 article in.  The default is @code{gnus-numeric-save-name}.
7345
7346 @item gnus-summary-save-body-in-file
7347 @findex gnus-summary-save-body-in-file
7348 Append the article body to an ordinary file.  Uses the function in the
7349 @code{gnus-file-save-name} variable to get a file name to save the
7350 article in.  The default is @code{gnus-numeric-save-name}.
7351
7352 @item gnus-summary-save-in-folder
7353 @findex gnus-summary-save-in-folder
7354 @findex gnus-folder-save-name
7355 @findex gnus-Folder-save-name
7356 @vindex gnus-folder-save-name
7357 @cindex rcvstore
7358 @cindex MH folders
7359 Save the article to an MH folder using @code{rcvstore} from the MH
7360 library.  Uses the function in the @code{gnus-folder-save-name} variable
7361 to get a file name to save the article in.  The default is
7362 @code{gnus-folder-save-name}, but you can also use
7363 @code{gnus-Folder-save-name}, which creates capitalized names.
7364
7365 @item gnus-summary-save-in-vm
7366 @findex gnus-summary-save-in-vm
7367 Save the article in a VM folder.  You have to have the VM mail
7368 reader to use this setting.
7369 @end table
7370
7371 @vindex gnus-article-save-directory
7372 All of these functions, except for the last one, will save the article
7373 in the @code{gnus-article-save-directory}, which is initialized from the
7374 @code{SAVEDIR} environment variable.  This is @file{~/News/} by
7375 default.
7376
7377 As you can see above, the functions use different functions to find a
7378 suitable name of a file to save the article in.  Below is a list of
7379 available functions that generate names:
7380
7381 @table @code
7382
7383 @item gnus-Numeric-save-name
7384 @findex gnus-Numeric-save-name
7385 File names like @file{~/News/Alt.andrea-dworkin/45}.
7386
7387 @item gnus-numeric-save-name
7388 @findex gnus-numeric-save-name
7389 File names like @file{~/News/alt.andrea-dworkin/45}.
7390
7391 @item gnus-Plain-save-name
7392 @findex gnus-Plain-save-name
7393 File names like @file{~/News/Alt.andrea-dworkin}.
7394
7395 @item gnus-plain-save-name
7396 @findex gnus-plain-save-name
7397 File names like @file{~/News/alt.andrea-dworkin}.
7398
7399 @item gnus-sender-save-name
7400 @findex gnus-sender-save-name
7401 File names like @file{~/News/larsi}.
7402 @end table
7403
7404 @vindex gnus-split-methods
7405 You can have Gnus suggest where to save articles by plonking a regexp into
7406 the @code{gnus-split-methods} alist.  For instance, if you would like to
7407 save articles related to Gnus in the file @file{gnus-stuff}, and articles
7408 related to VM in @file{vm-stuff}, you could set this variable to something
7409 like:
7410
7411 @lisp
7412 (("^Subject:.*gnus\\|^Newsgroups:.*gnus" "gnus-stuff")
7413  ("^Subject:.*vm\\|^Xref:.*vm" "vm-stuff")
7414  (my-choosing-function "../other-dir/my-stuff")
7415  ((equal gnus-newsgroup-name "mail.misc") "mail-stuff"))
7416 @end lisp
7417
7418 We see that this is a list where each element is a list that has two
7419 elements---the @dfn{match} and the @dfn{file}.  The match can either be
7420 a string (in which case it is used as a regexp to match on the article
7421 head); it can be a symbol (which will be called as a function with the
7422 group name as a parameter); or it can be a list (which will be
7423 @code{eval}ed).  If any of these actions have a non-@code{nil} result,
7424 the @dfn{file} will be used as a default prompt.  In addition, the
7425 result of the operation itself will be used if the function or form
7426 called returns a string or a list of strings.
7427
7428 You basically end up with a list of file names that might be used when
7429 saving the current article.  (All ``matches'' will be used.)  You will
7430 then be prompted for what you really want to use as a name, with file
7431 name completion over the results from applying this variable.
7432
7433 This variable is @code{((gnus-article-archive-name))} by default, which
7434 means that Gnus will look at the articles it saves for an
7435 @code{Archive-name} line and use that as a suggestion for the file
7436 name.
7437
7438 Here's an example function to clean up file names somewhat.  If you have
7439 lots of mail groups called things like
7440 @samp{nnml:mail.whatever}, you may want to chop off the beginning of
7441 these group names before creating the file name to save to.  The
7442 following will do just that:
7443
7444 @lisp
7445 (defun my-save-name (group)
7446   (when (string-match "^nnml:mail." group)
7447     (substring group (match-end 0))))
7448
7449 (setq gnus-split-methods
7450       '((gnus-article-archive-name)
7451         (my-save-name)))
7452 @end lisp
7453
7454
7455 @vindex gnus-use-long-file-name
7456 Finally, you have the @code{gnus-use-long-file-name} variable.  If it is
7457 @code{nil}, all the preceding functions will replace all periods
7458 (@samp{.}) in the group names with slashes (@samp{/})---which means that
7459 the functions will generate hierarchies of directories instead of having
7460 all the files in the top level directory
7461 (@file{~/News/alt/andrea-dworkin} instead of
7462 @file{~/News/alt.andrea-dworkin}.)  This variable is @code{t} by default
7463 on most systems.  However, for historical reasons, this is @code{nil} on
7464 Xenix and usg-unix-v machines by default.
7465
7466 This function also affects kill and score file names.  If this variable
7467 is a list, and the list contains the element @code{not-score}, long file
7468 names will not be used for score files, if it contains the element
7469 @code{not-save}, long file names will not be used for saving, and if it
7470 contains the element @code{not-kill}, long file names will not be used
7471 for kill files.
7472
7473 If you'd like to save articles in a hierarchy that looks something like
7474 a spool, you could
7475
7476 @lisp
7477 (setq gnus-use-long-file-name '(not-save)) ; to get a hierarchy
7478 (setq gnus-default-article-saver
7479       'gnus-summary-save-in-file) ; no encoding
7480 @end lisp
7481
7482 Then just save with @kbd{o}.  You'd then read this hierarchy with
7483 ephemeral @code{nneething} groups---@kbd{G D} in the group buffer, and
7484 the top level directory as the argument (@file{~/News/}).  Then just walk
7485 around to the groups/directories with @code{nneething}.
7486
7487
7488 @node Decoding Articles
7489 @section Decoding Articles
7490 @cindex decoding articles
7491
7492 Sometime users post articles (or series of articles) that have been
7493 encoded in some way or other.  Gnus can decode them for you.
7494
7495 @menu
7496 * Uuencoded Articles::          Uudecode articles.
7497 * Shell Archives::              Unshar articles.
7498 * PostScript Files::            Split PostScript.
7499 * Other Files::                 Plain save and binhex.
7500 * Decoding Variables::          Variables for a happy decoding.
7501 * Viewing Files::               You want to look at the result of the decoding?
7502 @end menu
7503
7504 @cindex series
7505 @cindex article series
7506 All these functions use the process/prefix convention
7507 (@pxref{Process/Prefix}) for finding out what articles to work on, with
7508 the extension that a ``single article'' means ``a single series''.  Gnus
7509 can find out by itself what articles belong to a series, decode all the
7510 articles and unpack/view/save the resulting file(s).
7511
7512 Gnus guesses what articles are in the series according to the following
7513 simplish rule: The subjects must be (nearly) identical, except for the
7514 last two numbers of the line.  (Spaces are largely ignored, however.)
7515
7516 For example: If you choose a subject called @samp{cat.gif (2/3)}, Gnus
7517 will find all the articles that match the regexp @samp{^cat.gif
7518 ([0-9]+/[0-9]+).*$}.
7519
7520 Subjects that are non-standard, like @samp{cat.gif (2/3) Part 6 of a
7521 series}, will not be properly recognized by any of the automatic viewing
7522 commands, and you have to mark the articles manually with @kbd{#}.
7523
7524
7525 @node Uuencoded Articles
7526 @subsection Uuencoded Articles
7527 @cindex uudecode
7528 @cindex uuencoded articles
7529
7530 @table @kbd
7531
7532 @item X u
7533 @kindex X u (Summary)
7534 @findex gnus-uu-decode-uu
7535 @c @icon{gnus-uu-decode-uu}
7536 Uudecodes the current series (@code{gnus-uu-decode-uu}).
7537
7538 @item X U
7539 @kindex X U (Summary)
7540 @findex gnus-uu-decode-uu-and-save
7541 Uudecodes and saves the current series
7542 (@code{gnus-uu-decode-uu-and-save}).
7543
7544 @item X v u
7545 @kindex X v u (Summary)
7546 @findex gnus-uu-decode-uu-view
7547 Uudecodes and views the current series (@code{gnus-uu-decode-uu-view}).
7548
7549 @item X v U
7550 @kindex X v U (Summary)
7551 @findex gnus-uu-decode-uu-and-save-view
7552 Uudecodes, views and saves the current series
7553 (@code{gnus-uu-decode-uu-and-save-view}).
7554
7555 @end table
7556
7557 Remember that these all react to the presence of articles marked with
7558 the process mark.  If, for instance, you'd like to decode and save an
7559 entire newsgroup, you'd typically do @kbd{M P a}
7560 (@code{gnus-uu-mark-all}) and then @kbd{X U}
7561 (@code{gnus-uu-decode-uu-and-save}).
7562
7563 All this is very much different from how @code{gnus-uu} worked with
7564 @sc{gnus 4.1}, where you had explicit keystrokes for everything under
7565 the sun.  This version of @code{gnus-uu} generally assumes that you mark
7566 articles in some way (@pxref{Setting Process Marks}) and then press
7567 @kbd{X u}.
7568
7569 @vindex gnus-uu-notify-files
7570 Note: When trying to decode articles that have names matching
7571 @code{gnus-uu-notify-files}, which is hard-coded to
7572 @samp{[Cc][Ii][Nn][Dd][Yy][0-9]+.\\(gif\\|jpg\\)}, @code{gnus-uu} will
7573 automatically post an article on @samp{comp.unix.wizards} saying that
7574 you have just viewed the file in question.  This feature can't be turned
7575 off.
7576
7577
7578 @node Shell Archives
7579 @subsection Shell Archives
7580 @cindex unshar
7581 @cindex shell archives
7582 @cindex shared articles
7583
7584 Shell archives (``shar files'') used to be a popular way to distribute
7585 sources, but it isn't used all that much today.  In any case, we have
7586 some commands to deal with these:
7587
7588 @table @kbd
7589
7590 @item X s
7591 @kindex X s (Summary)
7592 @findex gnus-uu-decode-unshar
7593 Unshars the current series (@code{gnus-uu-decode-unshar}).
7594
7595 @item X S
7596 @kindex X S (Summary)
7597 @findex gnus-uu-decode-unshar-and-save
7598 Unshars and saves the current series (@code{gnus-uu-decode-unshar-and-save}).
7599
7600 @item X v s
7601 @kindex X v s (Summary)
7602 @findex gnus-uu-decode-unshar-view
7603 Unshars and views the current series (@code{gnus-uu-decode-unshar-view}).
7604
7605 @item X v S
7606 @kindex X v S (Summary)
7607 @findex gnus-uu-decode-unshar-and-save-view
7608 Unshars, views and saves the current series
7609 (@code{gnus-uu-decode-unshar-and-save-view}).
7610 @end table
7611
7612
7613 @node PostScript Files
7614 @subsection PostScript Files
7615 @cindex PostScript
7616
7617 @table @kbd
7618
7619 @item X p
7620 @kindex X p (Summary)
7621 @findex gnus-uu-decode-postscript
7622 Unpack the current PostScript series (@code{gnus-uu-decode-postscript}).
7623
7624 @item X P
7625 @kindex X P (Summary)
7626 @findex gnus-uu-decode-postscript-and-save
7627 Unpack and save the current PostScript series
7628 (@code{gnus-uu-decode-postscript-and-save}).
7629
7630 @item X v p
7631 @kindex X v p (Summary)
7632 @findex gnus-uu-decode-postscript-view
7633 View the current PostScript series
7634 (@code{gnus-uu-decode-postscript-view}).
7635
7636 @item X v P
7637 @kindex X v P (Summary)
7638 @findex gnus-uu-decode-postscript-and-save-view
7639 View and save the current PostScript series
7640 (@code{gnus-uu-decode-postscript-and-save-view}).
7641 @end table
7642
7643
7644 @node Other Files
7645 @subsection Other Files
7646
7647 @table @kbd
7648 @item X o
7649 @kindex X o (Summary)
7650 @findex gnus-uu-decode-save
7651 Save the current series
7652 (@code{gnus-uu-decode-save}).
7653
7654 @item X b
7655 @kindex X b (Summary)
7656 @findex gnus-uu-decode-binhex
7657 Unbinhex the current series (@code{gnus-uu-decode-binhex}).  This
7658 doesn't really work yet.
7659 @end table
7660
7661
7662 @node Decoding Variables
7663 @subsection Decoding Variables
7664
7665 Adjective, not verb.
7666
7667 @menu
7668 * Rule Variables::              Variables that say how a file is to be viewed.
7669 * Other Decode Variables::      Other decode variables.
7670 * Uuencoding and Posting::      Variables for customizing uuencoding.
7671 @end menu
7672
7673
7674 @node Rule Variables
7675 @subsubsection Rule Variables
7676 @cindex rule variables
7677
7678 Gnus uses @dfn{rule variables} to decide how to view a file.  All these
7679 variables are of the form
7680
7681 @lisp
7682       (list '(regexp1 command2)
7683             '(regexp2 command2)
7684             ...)
7685 @end lisp
7686
7687 @table @code
7688
7689 @item gnus-uu-user-view-rules
7690 @vindex gnus-uu-user-view-rules
7691 @cindex sox
7692 This variable is consulted first when viewing files.  If you wish to use,
7693 for instance, @code{sox} to convert an @file{.au} sound file, you could
7694 say something like:
7695 @lisp
7696 (setq gnus-uu-user-view-rules
7697       (list '("\\\\.au$" "sox %s -t .aiff > /dev/audio")))
7698 @end lisp
7699
7700 @item gnus-uu-user-view-rules-end
7701 @vindex gnus-uu-user-view-rules-end
7702 This variable is consulted if Gnus couldn't make any matches from the
7703 user and default view rules.
7704
7705 @item gnus-uu-user-archive-rules
7706 @vindex gnus-uu-user-archive-rules
7707 This variable can be used to say what commands should be used to unpack
7708 archives.
7709 @end table
7710
7711
7712 @node Other Decode Variables
7713 @subsubsection Other Decode Variables
7714
7715 @table @code
7716 @vindex gnus-uu-grabbed-file-functions
7717
7718 @item gnus-uu-grabbed-file-functions
7719 All functions in this list will be called right after each file has been
7720 successfully decoded---so that you can move or view files right away,
7721 and don't have to wait for all files to be decoded before you can do
7722 anything.  Ready-made functions you can put in this list are:
7723
7724 @table @code
7725
7726 @item gnus-uu-grab-view
7727 @findex gnus-uu-grab-view
7728 View the file.
7729
7730 @item gnus-uu-grab-move
7731 @findex gnus-uu-grab-move
7732 Move the file (if you're using a saving function.)
7733 @end table
7734
7735 @item gnus-uu-be-dangerous
7736 @vindex gnus-uu-be-dangerous
7737 Specifies what to do if unusual situations arise during decoding.  If
7738 @code{nil}, be as conservative as possible.  If @code{t}, ignore things
7739 that didn't work, and overwrite existing files.  Otherwise, ask each
7740 time.
7741
7742 @item gnus-uu-ignore-files-by-name
7743 @vindex gnus-uu-ignore-files-by-name
7744 Files with name matching this regular expression won't be viewed.
7745
7746 @item gnus-uu-ignore-files-by-type
7747 @vindex gnus-uu-ignore-files-by-type
7748 Files with a @sc{mime} type matching this variable won't be viewed.
7749 Note that Gnus tries to guess what type the file is based on the name.
7750 @code{gnus-uu} is not a @sc{mime} package (yet), so this is slightly
7751 kludgey.
7752
7753 @item gnus-uu-tmp-dir
7754 @vindex gnus-uu-tmp-dir
7755 Where @code{gnus-uu} does its work.
7756
7757 @item gnus-uu-do-not-unpack-archives
7758 @vindex gnus-uu-do-not-unpack-archives
7759 Non-@code{nil} means that @code{gnus-uu} won't peek inside archives
7760 looking for files to display.
7761
7762 @item gnus-uu-view-and-save
7763 @vindex gnus-uu-view-and-save
7764 Non-@code{nil} means that the user will always be asked to save a file
7765 after viewing it.
7766
7767 @item gnus-uu-ignore-default-view-rules
7768 @vindex gnus-uu-ignore-default-view-rules
7769 Non-@code{nil} means that @code{gnus-uu} will ignore the default viewing
7770 rules.
7771
7772 @item gnus-uu-ignore-default-archive-rules
7773 @vindex gnus-uu-ignore-default-archive-rules
7774 Non-@code{nil} means that @code{gnus-uu} will ignore the default archive
7775 unpacking commands.
7776
7777 @item gnus-uu-kill-carriage-return
7778 @vindex gnus-uu-kill-carriage-return
7779 Non-@code{nil} means that @code{gnus-uu} will strip all carriage returns
7780 from articles.
7781
7782 @item gnus-uu-unmark-articles-not-decoded
7783 @vindex gnus-uu-unmark-articles-not-decoded
7784 Non-@code{nil} means that @code{gnus-uu} will mark unsuccessfully
7785 decoded articles as unread.
7786
7787 @item gnus-uu-correct-stripped-uucode
7788 @vindex gnus-uu-correct-stripped-uucode
7789 Non-@code{nil} means that @code{gnus-uu} will @emph{try} to fix
7790 uuencoded files that have had trailing spaces deleted.
7791
7792 @item gnus-uu-pre-uudecode-hook
7793 @vindex gnus-uu-pre-uudecode-hook
7794 Hook run before sending a message to @code{uudecode}.
7795
7796 @item gnus-uu-view-with-metamail
7797 @vindex gnus-uu-view-with-metamail
7798 @cindex metamail
7799 Non-@code{nil} means that @code{gnus-uu} will ignore the viewing
7800 commands defined by the rule variables and just fudge a @sc{mime}
7801 content type based on the file name.  The result will be fed to
7802 @code{metamail} for viewing.
7803
7804 @item gnus-uu-save-in-digest
7805 @vindex gnus-uu-save-in-digest
7806 Non-@code{nil} means that @code{gnus-uu}, when asked to save without
7807 decoding, will save in digests.  If this variable is @code{nil},
7808 @code{gnus-uu} will just save everything in a file without any
7809 embellishments.  The digesting almost conforms to RFC 1153---no easy way
7810 to specify any meaningful volume and issue numbers were found, so I
7811 simply dropped them.
7812
7813 @end table
7814
7815
7816 @node Uuencoding and Posting
7817 @subsubsection Uuencoding and Posting
7818
7819 @table @code
7820
7821 @item gnus-uu-post-include-before-composing
7822 @vindex gnus-uu-post-include-before-composing
7823 Non-@code{nil} means that @code{gnus-uu} will ask for a file to encode
7824 before you compose the article.  If this variable is @code{t}, you can
7825 either include an encoded file with @kbd{C-c C-i} or have one included
7826 for you when you post the article.
7827
7828 @item gnus-uu-post-length
7829 @vindex gnus-uu-post-length
7830 Maximum length of an article.  The encoded file will be split into how
7831 many articles it takes to post the entire file.
7832
7833 @item gnus-uu-post-threaded
7834 @vindex gnus-uu-post-threaded
7835 Non-@code{nil} means that @code{gnus-uu} will post the encoded file in a
7836 thread.  This may not be smart, as no other decoder I have seen is able
7837 to follow threads when collecting uuencoded articles.  (Well, I have
7838 seen one package that does that---@code{gnus-uu}, but somehow, I don't
7839 think that counts@dots{}) Default is @code{nil}.
7840
7841 @item gnus-uu-post-separate-description
7842 @vindex gnus-uu-post-separate-description
7843 Non-@code{nil} means that the description will be posted in a separate
7844 article.  The first article will typically be numbered (0/x).  If this
7845 variable is @code{nil}, the description the user enters will be included
7846 at the beginning of the first article, which will be numbered (1/x).
7847 Default is @code{t}.
7848
7849 @end table
7850
7851
7852 @node Viewing Files
7853 @subsection Viewing Files
7854 @cindex viewing files
7855 @cindex pseudo-articles
7856
7857 After decoding, if the file is some sort of archive, Gnus will attempt
7858 to unpack the archive and see if any of the files in the archive can be
7859 viewed.  For instance, if you have a gzipped tar file @file{pics.tar.gz}
7860 containing the files @file{pic1.jpg} and @file{pic2.gif}, Gnus will
7861 uncompress and de-tar the main file, and then view the two pictures.
7862 This unpacking process is recursive, so if the archive contains archives
7863 of archives, it'll all be unpacked.
7864
7865 Finally, Gnus will normally insert a @dfn{pseudo-article} for each
7866 extracted file into the summary buffer.  If you go to these
7867 ``articles'', you will be prompted for a command to run (usually Gnus
7868 will make a suggestion), and then the command will be run.
7869
7870 @vindex gnus-view-pseudo-asynchronously
7871 If @code{gnus-view-pseudo-asynchronously} is @code{nil}, Emacs will wait
7872 until the viewing is done before proceeding.
7873
7874 @vindex gnus-view-pseudos
7875 If @code{gnus-view-pseudos} is @code{automatic}, Gnus will not insert
7876 the pseudo-articles into the summary buffer, but view them
7877 immediately.  If this variable is @code{not-confirm}, the user won't even
7878 be asked for a confirmation before viewing is done.
7879
7880 @vindex gnus-view-pseudos-separately
7881 If @code{gnus-view-pseudos-separately} is non-@code{nil}, one
7882 pseudo-article will be created for each file to be viewed.  If
7883 @code{nil}, all files that use the same viewing command will be given as
7884 a list of parameters to that command.
7885
7886 @vindex gnus-insert-pseudo-articles
7887 If @code{gnus-insert-pseudo-articles} is non-@code{nil}, insert
7888 pseudo-articles when decoding.  It is @code{t} by default.
7889
7890 So; there you are, reading your @emph{pseudo-articles} in your
7891 @emph{virtual newsgroup} from the @emph{virtual server}; and you think:
7892 Why isn't anything real anymore? How did we get here?
7893
7894
7895 @node Article Treatment
7896 @section Article Treatment
7897
7898 Reading through this huge manual, you may have quite forgotten that the
7899 object of newsreaders is to actually, like, read what people have
7900 written.  Reading articles.  Unfortunately, people are quite bad at
7901 writing, so there are tons of functions and variables to make reading
7902 these articles easier.
7903
7904 @menu
7905 * Article Highlighting::        You want to make the article look like fruit salad.
7906 * Article Fontisizing::         Making emphasized text look nice.
7907 * Article Hiding::              You also want to make certain info go away.
7908 * Article Washing::             Lots of way-neat functions to make life better.
7909 * Article Header::              Doing various header transformations.
7910 * Article Buttons::             Click on URLs, Message-IDs, addresses and the like.
7911 * Article Date::                Grumble, UT!
7912 * Article Display::             Display various stuff---X-Face, Picons, Smileys
7913 * Article Signature::           What is a signature?
7914 * Article Miscellania::         Various other stuff.
7915 @end menu
7916
7917
7918 @node Article Highlighting
7919 @subsection Article Highlighting
7920 @cindex highlighting
7921
7922 Not only do you want your article buffer to look like fruit salad, but
7923 you want it to look like technicolor fruit salad.
7924
7925 @table @kbd
7926
7927 @item W H a
7928 @kindex W H a (Summary)
7929 @findex gnus-article-highlight
7930 @findex gnus-article-maybe-highlight
7931 Do much highlighting of the current article
7932 (@code{gnus-article-highlight}).  This function highlights header, cited
7933 text, the signature, and adds buttons to the body and the head.
7934
7935 @item W H h
7936 @kindex W H h (Summary)
7937 @findex gnus-article-highlight-headers
7938 @vindex gnus-header-face-alist
7939 Highlight the headers (@code{gnus-article-highlight-headers}).  The
7940 highlighting will be done according to the @code{gnus-header-face-alist}
7941 variable, which is a list where each element has the form
7942 @code{(@var{regexp} @var{name} @var{content})}.
7943 @var{regexp} is a regular expression for matching the
7944 header, @var{name} is the face used for highlighting the header name
7945 (@pxref{Faces and Fonts}) and @var{content} is the face for highlighting
7946 the header value.  The first match made will be used.  Note that
7947 @var{regexp} shouldn't have @samp{^} prepended---Gnus will add one.
7948
7949 @item W H c
7950 @kindex W H c (Summary)
7951 @findex gnus-article-highlight-citation
7952 Highlight cited text (@code{gnus-article-highlight-citation}).
7953
7954 Some variables to customize the citation highlights:
7955
7956 @table @code
7957 @vindex gnus-cite-parse-max-size
7958
7959 @item gnus-cite-parse-max-size
7960 If the article size if bigger than this variable (which is 25000 by
7961 default), no citation highlighting will be performed.
7962
7963 @item gnus-cite-max-prefix
7964 @vindex gnus-cite-max-prefix
7965 Maximum possible length for a citation prefix (default 20).
7966
7967 @item gnus-cite-face-list
7968 @vindex gnus-cite-face-list
7969 List of faces used for highlighting citations (@pxref{Faces and Fonts}).
7970 When there are citations from multiple articles in the same message,
7971 Gnus will try to give each citation from each article its own face.
7972 This should make it easier to see who wrote what.
7973
7974 @item gnus-supercite-regexp
7975 @vindex gnus-supercite-regexp
7976 Regexp matching normal Supercite attribution lines.
7977
7978 @item gnus-supercite-secondary-regexp
7979 @vindex gnus-supercite-secondary-regexp
7980 Regexp matching mangled Supercite attribution lines.
7981
7982 @item gnus-cite-minimum-match-count
7983 @vindex gnus-cite-minimum-match-count
7984 Minimum number of identical prefixes we have to see before we believe
7985 that it's a citation.
7986
7987 @item gnus-cite-attribution-prefix
7988 @vindex gnus-cite-attribution-prefix
7989 Regexp matching the beginning of an attribution line.
7990
7991 @item gnus-cite-attribution-suffix
7992 @vindex gnus-cite-attribution-suffix
7993 Regexp matching the end of an attribution line.
7994
7995 @item gnus-cite-attribution-face
7996 @vindex gnus-cite-attribution-face
7997 Face used for attribution lines.  It is merged with the face for the
7998 cited text belonging to the attribution.
7999
8000 @end table
8001
8002
8003 @item W H s
8004 @kindex W H s (Summary)
8005 @vindex gnus-signature-separator
8006 @vindex gnus-signature-face
8007 @findex gnus-article-highlight-signature
8008 Highlight the signature (@code{gnus-article-highlight-signature}).
8009 Everything after @code{gnus-signature-separator} (@pxref{Article
8010 Signature}) in an article will be considered a signature and will be
8011 highlighted with @code{gnus-signature-face}, which is @code{italic} by
8012 default.
8013
8014 @end table
8015
8016 @xref{Customizing Articles}, for how to highlight articles automatically.
8017
8018
8019 @node Article Fontisizing
8020 @subsection Article Fontisizing
8021 @cindex emphasis
8022 @cindex article emphasis
8023
8024 @findex gnus-article-emphasize
8025 @kindex W e (Summary)
8026 People commonly add emphasis to words in news articles by writing things
8027 like @samp{_this_} or @samp{*this*} or @samp{/this/}.  Gnus can make
8028 this look nicer by running the article through the @kbd{W e}
8029 (@code{gnus-article-emphasize}) command.
8030
8031 @vindex gnus-emphasis-alist
8032 How the emphasis is computed is controlled by the
8033 @code{gnus-emphasis-alist} variable.  This is an alist where the first
8034 element is a regular expression to be matched.  The second is a number
8035 that says what regular expression grouping is used to find the entire
8036 emphasized word.  The third is a number that says what regexp grouping
8037 should be displayed and highlighted.  (The text between these two
8038 groupings will be hidden.)  The fourth is the face used for
8039 highlighting.
8040
8041 @lisp
8042 (setq gnus-emphasis-alist
8043       '(("_\\(\\w+\\)_" 0 1 gnus-emphasis-underline)
8044         ("\\*\\(\\w+\\)\\*" 0 1 gnus-emphasis-bold)))
8045 @end lisp
8046
8047 @cindex slash
8048 @cindex asterisk
8049 @cindex underline
8050 @cindex /
8051 @cindex *
8052
8053 @vindex gnus-emphasis-underline
8054 @vindex gnus-emphasis-bold
8055 @vindex gnus-emphasis-italic
8056 @vindex gnus-emphasis-underline-bold
8057 @vindex gnus-emphasis-underline-italic
8058 @vindex gnus-emphasis-bold-italic
8059 @vindex gnus-emphasis-underline-bold-italic
8060 By default, there are seven rules, and they use the following faces:
8061 @code{gnus-emphasis-bold}, @code{gnus-emphasis-italic},
8062 @code{gnus-emphasis-underline}, @code{gnus-emphasis-bold-italic},
8063 @code{gnus-emphasis-underline-italic},
8064 @code{gnus-emphasis-underline-bold}, and
8065 @code{gnus-emphasis-underline-bold-italic}.
8066
8067 If you want to change these faces, you can either use @kbd{M-x
8068 customize}, or you can use @code{copy-face}.  For instance, if you want
8069 to make @code{gnus-emphasis-italic} use a red face instead, you could
8070 say something like:
8071
8072 @lisp
8073 (copy-face 'red 'gnus-emphasis-italic)
8074 @end lisp
8075
8076 @vindex gnus-group-highlight-words-alist
8077
8078 If you want to highlight arbitrary words, you can use the
8079 @code{gnus-group-highlight-words-alist} variable, which uses the same
8080 syntax as @code{gnus-emphasis-alist}.  The @code{highlight-words} group
8081 parameter (@pxref{Group Parameters}) can also be used.
8082
8083 @xref{Customizing Articles}, for how to fontize articles automatically.
8084
8085
8086 @node Article Hiding
8087 @subsection Article Hiding
8088 @cindex article hiding
8089
8090 Or rather, hiding certain things in each article.  There usually is much
8091 too much cruft in most articles.
8092
8093 @table @kbd
8094
8095 @item W W a
8096 @kindex W W a (Summary)
8097 @findex gnus-article-hide
8098 Do quite a lot of hiding on the article buffer
8099 (@kbd{gnus-article-hide}).  In particular, this function will hide
8100 headers, PGP, cited text and the signature.
8101
8102 @item W W h
8103 @kindex W W h (Summary)
8104 @findex gnus-article-hide-headers
8105 Hide headers (@code{gnus-article-hide-headers}).  @xref{Hiding
8106 Headers}.
8107
8108 @item W W b
8109 @kindex W W b (Summary)
8110 @findex gnus-article-hide-boring-headers
8111 Hide headers that aren't particularly interesting
8112 (@code{gnus-article-hide-boring-headers}).  @xref{Hiding Headers}.
8113
8114 @item W W s
8115 @kindex W W s (Summary)
8116 @findex gnus-article-hide-signature
8117 Hide signature (@code{gnus-article-hide-signature}).  @xref{Article
8118 Signature}.
8119
8120 @item W W l
8121 @kindex W W l (Summary)
8122 @findex gnus-article-hide-list-identifiers
8123 @vindex gnus-list-identifiers
8124 Strip list identifiers specified in @code{gnus-list-identifiers}.  These
8125 are strings some mailing list servers add to the beginning of all
8126 @code{Subject} headers---for example, @samp{[zebra 4711]}.  Any leading
8127 @samp{Re: } is skipped before stripping. @code{gnus-list-identifiers}
8128 may not contain @code{\\(..\\)}.
8129
8130 @table @code
8131
8132 @item gnus-list-identifiers
8133 @vindex gnus-list-identifiers
8134 A regular expression that matches list identifiers to be removed from
8135 subject.  This can also be a list of regular expressions.
8136
8137 @end table
8138
8139 @item W W P
8140 @kindex W W P (Summary)
8141 @findex gnus-article-hide-pem
8142 Hide @sc{pem} (privacy enhanced messages) cruft
8143 (@code{gnus-article-hide-pem}).
8144
8145 @item W W B
8146 @kindex W W B (Summary)
8147 @findex gnus-article-strip-banner
8148 @vindex gnus-article-banner-alist
8149 @vindex gnus-article-address-banner-alist
8150 @cindex banner
8151 @cindex OneList
8152 @cindex stripping advertisements
8153 @cindex advertisements
8154 Strip the banner specified by the @code{banner} group parameter
8155 (@code{gnus-article-strip-banner}).  This is mainly used to hide those
8156 annoying banners and/or signatures that some mailing lists and moderated
8157 groups adds to all the messages.  The way to use this function is to add
8158 the @code{banner} group parameter (@pxref{Group Parameters}) to the
8159 group you want banners stripped from.  The parameter either be a string,
8160 which will be interpreted as a regular expression matching text to be
8161 removed, or the symbol @code{signature}, meaning that the (last)
8162 signature should be removed, or other symbol, meaning that the
8163 corresponding regular expression in @code{gnus-article-banner-alist} is
8164 used.
8165
8166 Regardless of a group, you can hide things like advertisements only when
8167 the sender of an article has a certain mail address specified in
8168 @code{gnus-article-address-banner-alist}.
8169
8170 @table @code
8171
8172 @item gnus-article-address-banner-alist
8173 @vindex gnus-article-address-banner-alist
8174 Alist of mail addresses and banners.  Each element has the form
8175 @code{(ADDRESS . BANNER)}, where ADDRESS is a regexp matching a mail
8176 address in the From header, BANNER is one of a symbol @code{signature},
8177 an item in @code{gnus-article-banner-alist}, a regexp and @code{nil}.
8178 If ADDRESS matches author's mail address, it will remove things like
8179 advertisements.  For example, if a sender has the mail address
8180 @samp{hail@@yoo-hoo.co.jp} and there is a banner something like
8181 @samp{Do You Yoo-hoo!?} in all articles he sends, you can use the
8182 following element to remove them:
8183
8184 @lisp
8185 ("@@yoo-hoo\\.co\\.jp\\'" . "\n_+\nDo You Yoo-hoo!\\?\n.*\n.*\n")
8186 @end lisp
8187
8188 @end table
8189
8190 @item W W c
8191 @kindex W W c (Summary)
8192 @findex gnus-article-hide-citation
8193 Hide citation (@code{gnus-article-hide-citation}).  Some variables for
8194 customizing the hiding:
8195
8196 @table @code
8197
8198 @item gnus-cited-opened-text-button-line-format
8199 @itemx gnus-cited-closed-text-button-line-format
8200 @vindex gnus-cited-closed-text-button-line-format
8201 @vindex gnus-cited-opened-text-button-line-format
8202 Gnus adds buttons to show where the cited text has been hidden, and to
8203 allow toggle hiding the text.  The format of the variable is specified
8204 by these format-like variable (@pxref{Formatting Variables}).  These
8205 specs are valid:
8206
8207 @table @samp
8208 @item b
8209 Starting point of the hidden text.
8210 @item e
8211 Ending point of the hidden text.
8212 @item l
8213 Number of characters in the hidden region.
8214 @item n
8215 Number of lines of hidden text.
8216 @end table
8217
8218 @item gnus-cited-lines-visible
8219 @vindex gnus-cited-lines-visible
8220 The number of lines at the beginning of the cited text to leave
8221 shown. This can also be a cons cell with the number of lines at the top
8222 and bottom of the text, respectively, to remain visible.
8223
8224 @end table
8225
8226 @item W W C-c
8227 @kindex W W C-c (Summary)
8228 @findex gnus-article-hide-citation-maybe
8229
8230 Hide citation (@code{gnus-article-hide-citation-maybe}) depending on the
8231 following two variables:
8232
8233 @table @code
8234 @item gnus-cite-hide-percentage
8235 @vindex gnus-cite-hide-percentage
8236 If the cited text is of a bigger percentage than this variable (default
8237 50), hide the cited text.
8238
8239 @item gnus-cite-hide-absolute
8240 @vindex gnus-cite-hide-absolute
8241 The cited text must have at least this length (default 10) before it
8242 is hidden.
8243 @end table
8244
8245 @item W W C
8246 @kindex W W C (Summary)
8247 @findex gnus-article-hide-citation-in-followups
8248 Hide cited text in articles that aren't roots
8249 (@code{gnus-article-hide-citation-in-followups}).  This isn't very
8250 useful as an interactive command, but might be a handy function to stick
8251 have happen automatically (@pxref{Customizing Articles}).
8252
8253 @end table
8254
8255 All these ``hiding'' commands are toggles, but if you give a negative
8256 prefix to these commands, they will show what they have previously
8257 hidden.  If you give a positive prefix, they will always hide.
8258
8259 Also @pxref{Article Highlighting} for further variables for
8260 citation customization.
8261
8262 @xref{Customizing Articles}, for how to hide article elements
8263 automatically.
8264
8265
8266 @node Article Washing
8267 @subsection Article Washing
8268 @cindex washing
8269 @cindex article washing
8270
8271 We call this ``article washing'' for a really good reason.  Namely, the
8272 @kbd{A} key was taken, so we had to use the @kbd{W} key instead.
8273
8274 @dfn{Washing} is defined by us as ``changing something from something to
8275 something else'', but normally results in something looking better.
8276 Cleaner, perhaps.
8277
8278 @xref{Customizing Articles}, if you want to change how Gnus displays
8279 articles by default.
8280
8281 @table @kbd
8282
8283 @item C-u g
8284 This is not really washing, it's sort of the opposite of washing.  If
8285 you type this, you see the article exactly as it exists on disk or on
8286 the server.
8287
8288 @item g
8289 Force redisplaying of the current article
8290 (@code{gnus-summary-show-article}).  This is also not really washing.
8291 If you type this, you see the article without any previously applied
8292 interactive Washing functions but with all default treatments
8293 (@pxref{Customizing Articles}).
8294
8295 @item W l
8296 @kindex W l (Summary)
8297 @findex gnus-summary-stop-page-breaking
8298 Remove page breaks from the current article
8299 (@code{gnus-summary-stop-page-breaking}).  @xref{Misc Article}, for page
8300 delimiters.
8301
8302 @item W r
8303 @kindex W r (Summary)
8304 @findex gnus-summary-caesar-message
8305 @c @icon{gnus-summary-caesar-message}
8306 Do a Caesar rotate (rot13) on the article buffer
8307 (@code{gnus-summary-caesar-message}).
8308 Unreadable articles that tell you to read them with Caesar rotate or rot13.
8309 (Typically offensive jokes and such.)
8310
8311 It's commonly called ``rot13'' because each letter is rotated 13
8312 positions in the alphabet, e. g. @samp{B} (letter #2) -> @samp{O} (letter
8313 #15).  It is sometimes referred to as ``Caesar rotate'' because Caesar
8314 is rumored to have employed this form of, uh, somewhat weak encryption.
8315
8316 @item W m
8317 @kindex W m (Summary)
8318 @findex gnus-summary-morse-message
8319 Morse decode the article buffer (@code{gnus-summary-morse-message}).
8320
8321 @item W t
8322 @item t
8323 @kindex W t (Summary)
8324 @kindex t (Summary)
8325 @findex gnus-summary-toggle-header
8326 Toggle whether to display all headers in the article buffer
8327 (@code{gnus-summary-toggle-header}).
8328
8329 @item W v
8330 @kindex W v (Summary)
8331 @findex gnus-summary-verbose-headers
8332 Toggle whether to display all headers in the article buffer permanently
8333 (@code{gnus-summary-verbose-headers}).
8334
8335 @item W o
8336 @kindex W o (Summary)
8337 @findex gnus-article-treat-overstrike
8338 Treat overstrike (@code{gnus-article-treat-overstrike}).
8339
8340 @item W d
8341 @kindex W d (Summary)
8342 @findex gnus-article-treat-dumbquotes
8343 @vindex gnus-article-dumbquotes-map
8344 @cindex Smartquotes
8345 @cindex M****s*** sm*rtq**t*s
8346 @cindex Latin 1
8347 Treat M****s*** sm*rtq**t*s according to
8348 @code{gnus-article-dumbquotes-map}
8349 (@code{gnus-article-treat-dumbquotes}).  Note that this function guesses
8350 whether a character is a sm*rtq**t* or not, so it should only be used
8351 interactively.
8352
8353 Sm*rtq**t*s are M****s***'s unilateral extension to the character map in
8354 an attempt to provide more quoting characters.  If you see something
8355 like @code{\222} or @code{\264} where you're expecting some kind of
8356 apostrophe or quotation mark, then try this wash.
8357
8358 @item W Y f
8359 @kindex W Y f (Summary)
8360 @findex gnus-article-outlook-deuglify-article
8361 @cindex Outlook Express
8362 Full deuglify of broken Outlook (Express) articles: Treat dumbquotes,
8363 unwrap lines, repair attribution and rearrange citation.
8364 (@code{gnus-article-outlook-deuglify-article}).
8365
8366 @item W Y u
8367 @kindex W Y u (Summary)
8368 @findex gnus-article-outlook-unwrap-lines
8369 @vindex gnus-outlook-deuglify-unwrap-min
8370 @vindex gnus-outlook-deuglify-unwrap-max
8371 Unwrap lines that appear to be wrapped citation lines.  You can control
8372 what lines will be unwrapped by frobbing
8373 @code{gnus-outlook-deuglify-unwrap-min} and
8374 @code{gnus-outlook-deuglify-unwrap-max}, indicating the miminum and
8375 maximum length of an unwrapped citation line.
8376 (@code{gnus-article-outlook-unwrap-lines}).
8377
8378 @item W Y a
8379 @kindex W Y a (Summary)
8380 @findex gnus-article-outlook-repair-attribution
8381 Repair a broken attribution line.
8382 (@code{gnus-article-outlook-repair-attribution}).
8383
8384 @item W Y c
8385 @kindex W Y c (Summary)
8386 @findex gnus-article-outlook-rearrange-citation
8387 Repair broken citations by rearranging the text.
8388 (@code{gnus-article-outlook-rearrange-citation}).
8389
8390 @item W w
8391 @kindex W w (Summary)
8392 @findex gnus-article-fill-cited-article
8393 Do word wrap (@code{gnus-article-fill-cited-article}).
8394
8395 You can give the command a numerical prefix to specify the width to use
8396 when filling.
8397
8398 @item W Q
8399 @kindex W Q (Summary)
8400 @findex gnus-article-fill-long-lines
8401 Fill long lines (@code{gnus-article-fill-long-lines}).
8402
8403 @item W C
8404 @kindex W C (Summary)
8405 @findex gnus-article-capitalize-sentences
8406 Capitalize the first word in each sentence
8407 (@code{gnus-article-capitalize-sentences}).
8408
8409 @item W c
8410 @kindex W c (Summary)
8411 @findex gnus-article-remove-cr
8412 Translate CRLF pairs (i. e., @samp{^M}s on the end of the lines) into LF
8413 (this takes care of DOS line endings), and then translate any remaining
8414 CRs into LF (this takes care of Mac line endings)
8415 (@code{gnus-article-remove-cr}).
8416
8417 @item W q
8418 @kindex W q (Summary)
8419 @findex gnus-article-de-quoted-unreadable
8420 Treat quoted-printable (@code{gnus-article-de-quoted-unreadable}).
8421 Quoted-Printable is one common @sc{mime} encoding employed when sending
8422 non-ASCII (i. e., 8-bit) articles.  It typically makes strings like
8423 @samp{déjà vu} look like @samp{d=E9j=E0 vu}, which doesn't look very
8424 readable to me.  Note that this is usually done automatically by
8425 Gnus if the message in question has a @code{Content-Transfer-Encoding}
8426 header that says that this encoding has been done.
8427 If a prefix is given, a charset will be asked for.
8428
8429 @item W 6
8430 @kindex W 6 (Summary)
8431 @findex gnus-article-de-base64-unreadable
8432 Treat base64 (@code{gnus-article-de-base64-unreadable}).
8433 Base64 is one common @sc{mime} encoding employed when sending non-ASCII
8434 (i. e., 8-bit) articles.  Note that this is usually done
8435 automatically by Gnus if the message in question has a
8436 @code{Content-Transfer-Encoding} header that says that this encoding has
8437 been done.
8438 If a prefix is given, a charset will be asked for.
8439
8440 @item W Z
8441 @kindex W Z (Summary)
8442 @findex gnus-article-decode-HZ
8443 Treat HZ or HZP (@code{gnus-article-decode-HZ}).  HZ (or HZP) is one
8444 common encoding employed when sending Chinese articles.  It typically
8445 makes strings look like @samp{~@{<:Ky2;S@{#,NpJ)l6HK!#~@}}.
8446
8447 @item W u
8448 @kindex W u (Summary)
8449 @findex gnus-article-unsplit-urls
8450 Remove newlines from within URLs.  Some mailers insert newlines into
8451 outgoing email messages to keep lines short.  This reformatting can
8452 split long URLs onto multiple lines.  Repair those URLs by removing
8453 the newlines (@code{gnus-article-unsplit-urls}).
8454
8455 @item W h
8456 @kindex W h (Summary)
8457 @findex gnus-article-wash-html
8458 Treat @sc{html} (@code{gnus-article-wash-html}).  Note that this is
8459 usually done automatically by Gnus if the message in question has a
8460 @code{Content-Type} header that says that the message is @sc{html}.
8461
8462 If a prefix is given, a charset will be asked for.
8463
8464 @vindex gnus-article-wash-function
8465 The default is to use the function specified by
8466 @code{mm-text-html-renderer} (@pxref{(emacs-mime)Display
8467 Customization}) to convert the @sc{html}, but this is controlled by
8468 the @code{gnus-article-wash-function} variable.  Pre-defined functions
8469 you can use include:
8470
8471 @table @code
8472 @item w3
8473 Use Emacs/w3.
8474
8475 @item w3m
8476 Use emacs-w3m (see @uref{http://emacs-w3m.namazu.org/} for more
8477 information).
8478
8479 @item links
8480 Use Links (see @uref{http://artax.karlin.mff.cuni.cz/~mikulas/links/}).
8481
8482 @item lynx
8483 Use Lynx (see @uref{http://lynx.browser.org/}).
8484
8485 @item html2text
8486 Use html2text -- a simple @sc{html} converter included with Gnus.
8487
8488 @end table
8489
8490 @item W b
8491 @kindex W b (Summary)
8492 @findex gnus-article-add-buttons
8493 Add clickable buttons to the article (@code{gnus-article-add-buttons}).
8494 @xref{Article Buttons}.
8495
8496 @item W B
8497 @kindex W B (Summary)
8498 @findex gnus-article-add-buttons-to-head
8499 Add clickable buttons to the article headers
8500 (@code{gnus-article-add-buttons-to-head}).
8501
8502 @item W p
8503 @kindex W p (Summary)
8504 @findex gnus-article-verify-x-pgp-sig
8505 Verify a signed control message (@code{gnus-article-verify-x-pgp-sig}).
8506 Control messages such as @code{newgroup} and @code{checkgroups} are
8507 usually signed by the hierarchy maintainer.  You need to add the PGP
8508 public key of the maintainer to your keyring to verify the
8509 message.@footnote{PGP keys for many hierarchies are available at
8510 @uref{ftp://ftp.isc.org/pub/pgpcontrol/README.html}}
8511
8512 @item W s
8513 @kindex W s (Summary)
8514 @findex gnus-summary-force-verify-and-decrypt
8515 Verify a signed (PGP, @sc{pgp/mime} or @sc{s/mime}) message
8516 (@code{gnus-summary-force-verify-and-decrypt}). @xref{Security}.
8517
8518 @item W a
8519 @kindex W a (Summary)
8520 @findex gnus-article-strip-headers-in-body
8521 Strip headers like the @code{X-No-Archive} header from the beginning of
8522 article bodies (@code{gnus-article-strip-headers-in-body}).
8523
8524 @item W E l
8525 @kindex W E l (Summary)
8526 @findex gnus-article-strip-leading-blank-lines
8527 Remove all blank lines from the beginning of the article
8528 (@code{gnus-article-strip-leading-blank-lines}).
8529
8530 @item W E m
8531 @kindex W E m (Summary)
8532 @findex gnus-article-strip-multiple-blank-lines
8533 Replace all blank lines with empty lines and then all multiple empty
8534 lines with a single empty line.
8535 (@code{gnus-article-strip-multiple-blank-lines}).
8536
8537 @item W E t
8538 @kindex W E t (Summary)
8539 @findex gnus-article-remove-trailing-blank-lines
8540 Remove all blank lines at the end of the article
8541 (@code{gnus-article-remove-trailing-blank-lines}).
8542
8543 @item W E a
8544 @kindex W E a (Summary)
8545 @findex gnus-article-strip-blank-lines
8546 Do all the three commands above
8547 (@code{gnus-article-strip-blank-lines}).
8548
8549 @item W E A
8550 @kindex W E A (Summary)
8551 @findex gnus-article-strip-all-blank-lines
8552 Remove all blank lines
8553 (@code{gnus-article-strip-all-blank-lines}).
8554
8555 @item W E s
8556 @kindex W E s (Summary)
8557 @findex gnus-article-strip-leading-space
8558 Remove all white space from the beginning of all lines of the article
8559 body (@code{gnus-article-strip-leading-space}).
8560
8561 @item W E e
8562 @kindex W E e (Summary)
8563 @findex gnus-article-strip-trailing-space
8564 Remove all white space from the end of all lines of the article
8565 body (@code{gnus-article-strip-trailing-space}).
8566
8567 @end table
8568
8569 @xref{Customizing Articles}, for how to wash articles automatically.
8570
8571
8572 @node Article Header
8573 @subsection Article Header
8574
8575 These commands perform various transformations of article header.
8576
8577 @table @kbd
8578
8579 @item W G u
8580 @kindex W G u (Summary)
8581 @findex gnus-article-treat-unfold-headers
8582 Unfold folded header lines (@code{gnus-article-treat-unfold-headers}).
8583
8584 @item W G n
8585 @kindex W G n (Summary)
8586 @findex gnus-article-treat-fold-newsgroups
8587 Fold the @code{Newsgroups} and @code{Followup-To} headers
8588 (@code{gnus-article-treat-fold-newsgroups}).
8589
8590 @item W G f
8591 @kindex W G f (Summary)
8592 @findex gnus-article-treat-fold-headers
8593 Fold all the message headers
8594 (@code{gnus-article-treat-fold-headers}).
8595
8596 @item W E w
8597 @kindex W E w
8598 @findex gnus-article-remove-leading-whitespace
8599 Remove excessive whitespace from all headers
8600 (@code{gnus-article-remove-leading-whitespace}).
8601
8602 @end table
8603
8604
8605 @node Article Buttons
8606 @subsection Article Buttons
8607 @cindex buttons
8608
8609 People often include references to other stuff in articles, and it would
8610 be nice if Gnus could just fetch whatever it is that people talk about
8611 with the minimum of fuzz when you hit @kbd{RET} or use the middle mouse
8612 button on these references.
8613
8614 @vindex gnus-button-man-handler
8615 Gnus adds @dfn{buttons} to certain standard references by default:
8616 Well-formed URLs, mail addresses, Message-IDs, Info links and man pages.
8617 This is controlled by two variables, one that handles article bodies and
8618 one that handles article heads:
8619
8620 @table @code
8621
8622 @item gnus-button-alist
8623 @vindex gnus-button-alist
8624 This is an alist where each entry has this form:
8625
8626 @lisp
8627 (REGEXP BUTTON-PAR USE-P FUNCTION DATA-PAR)
8628 @end lisp
8629
8630 @table @var
8631
8632 @item regexp
8633 All text that match this regular expression (case insensitive) will be
8634 considered an external reference.  Here's a typical regexp that matches
8635 embedded URLs: @samp{<URL:\\([^\n\r>]*\\)>}.  This can also be a
8636 variable containing a regexp, useful variables to use include
8637 @code{gnus-button-url-regexp}.
8638
8639 @item button-par
8640 Gnus has to know which parts of the matches is to be highlighted.  This
8641 is a number that says what sub-expression of the regexp is to be
8642 highlighted.  If you want it all highlighted, you use 0 here.
8643
8644 @item use-p
8645 This form will be @code{eval}ed, and if the result is non-@code{nil},
8646 this is considered a match.  This is useful if you want extra sifting to
8647 avoid false matches.
8648
8649 @item function
8650 This function will be called when you click on this button.
8651
8652 @item data-par
8653 As with @var{button-par}, this is a sub-expression number, but this one
8654 says which part of the match is to be sent as data to @var{function}.
8655
8656 @end table
8657
8658 So the full entry for buttonizing URLs is then
8659
8660 @lisp
8661 ("<URL:\\([^\n\r>]*\\)>" 0 t gnus-button-url 1)
8662 @end lisp
8663
8664 @item gnus-header-button-alist
8665 @vindex gnus-header-button-alist
8666 This is just like the other alist, except that it is applied to the
8667 article head only, and that each entry has an additional element that is
8668 used to say what headers to apply the buttonize coding to:
8669
8670 @lisp
8671 (HEADER REGEXP BUTTON-PAR USE-P FUNCTION DATA-PAR)
8672 @end lisp
8673
8674 @var{header} is a regular expression.
8675
8676 @item gnus-button-url-regexp
8677 @vindex gnus-button-url-regexp
8678 A regular expression that matches embedded URLs.  It is used in the
8679 default values of the variables above.
8680
8681 @item gnus-article-button-face
8682 @vindex gnus-article-button-face
8683 Face used on buttons.
8684
8685 @item gnus-article-mouse-face
8686 @vindex gnus-article-mouse-face
8687 Face used when the mouse cursor is over a button.
8688
8689 @end table
8690
8691 @xref{Customizing Articles}, for how to buttonize articles automatically.
8692
8693
8694 @node Article Date
8695 @subsection Article Date
8696
8697 The date is most likely generated in some obscure timezone you've never
8698 heard of, so it's quite nice to be able to find out what the time was
8699 when the article was sent.
8700
8701 @table @kbd
8702
8703 @item W T u
8704 @kindex W T u (Summary)
8705 @findex gnus-article-date-ut
8706 Display the date in UT (aka. GMT, aka ZULU)
8707 (@code{gnus-article-date-ut}).
8708
8709 @item W T i
8710 @kindex W T i (Summary)
8711 @findex gnus-article-date-iso8601
8712 @cindex ISO 8601
8713 Display the date in international format, aka. ISO 8601
8714 (@code{gnus-article-date-iso8601}).
8715
8716 @item W T l
8717 @kindex W T l (Summary)
8718 @findex gnus-article-date-local
8719 Display the date in the local timezone (@code{gnus-article-date-local}).
8720
8721 @item W T p
8722 @kindex W T p (Summary)
8723 @findex gnus-article-date-english
8724 Display the date in a format that's easily pronounceable in English
8725 (@code{gnus-article-date-english}).
8726
8727 @item W T s
8728 @kindex W T s (Summary)
8729 @vindex gnus-article-time-format
8730 @findex gnus-article-date-user
8731 @findex format-time-string
8732 Display the date using a user-defined format
8733 (@code{gnus-article-date-user}).  The format is specified by the
8734 @code{gnus-article-time-format} variable, and is a string that's passed
8735 to @code{format-time-string}.  See the documentation of that variable
8736 for a list of possible format specs.
8737
8738 @item W T e
8739 @kindex W T e (Summary)
8740 @findex gnus-article-date-lapsed
8741 @findex gnus-start-date-timer
8742 @findex gnus-stop-date-timer
8743 Say how much time has elapsed between the article was posted and now
8744 (@code{gnus-article-date-lapsed}).  It looks something like:
8745
8746 @example
8747 X-Sent: 6 weeks, 4 days, 1 hour, 3 minutes, 8 seconds ago
8748 @end example
8749
8750 @vindex gnus-article-date-lapsed-new-header
8751 The value of @code{gnus-article-date-lapsed-new-header} determines
8752 whether this header will just be added below the old Date one, or will
8753 replace it.
8754
8755 An advantage of using Gnus to read mail is that it converts simple bugs
8756 into wonderful absurdities.
8757
8758 If you want to have this line updated continually, you can put
8759
8760 @lisp
8761 (gnus-start-date-timer)
8762 @end lisp
8763
8764 in your @file{.gnus.el} file, or you can run it off of some hook.  If
8765 you want to stop the timer, you can use the @code{gnus-stop-date-timer}
8766 command.
8767
8768 @item W T o
8769 @kindex W T o (Summary)
8770 @findex gnus-article-date-original
8771 Display the original date (@code{gnus-article-date-original}).  This can
8772 be useful if you normally use some other conversion function and are
8773 worried that it might be doing something totally wrong.  Say, claiming
8774 that the article was posted in 1854.  Although something like that is
8775 @emph{totally} impossible.  Don't you trust me? *titter*
8776
8777 @end table
8778
8779 @xref{Customizing Articles}, for how to display the date in your
8780 preferred format automatically.
8781
8782
8783 @node Article Display
8784 @subsection Article Display
8785 @cindex picons
8786 @cindex x-face
8787 @cindex smileys
8788
8789 These commands add various frivolous display gimmicks to the article
8790 buffer in Emacs versions that support them.
8791
8792 @code{X-Face} headers are small black-and-white images supplied by the
8793 message headers (@pxref{X-Face}).
8794
8795 Picons, on the other hand, reside on your own system, and Gnus will
8796 try to match the headers to what you have (@pxref{Picons}).
8797
8798 Smileys are those little @samp{:-)} symbols that people like to litter
8799 their messages with (@pxref{Smileys}).
8800
8801 All these functions are toggles--if the elements already exist,
8802 they'll be removed.
8803
8804 @table @kbd
8805 @item W D x
8806 @kindex W D x (Summary)
8807 @findex gnus-article-display-x-face
8808 Display an @code{X-Face} in the @code{From} header.
8809 (@code{gnus-article-display-x-face}).
8810
8811 @item W D d
8812 @kindex W D d (Summary)
8813 @findex gnus-article-display-face
8814 Display a @code{Face} in the @code{From} header.
8815 (@code{gnus-article-display-face}).
8816
8817 @item W D s
8818 @kindex W D s (Summary)
8819 @findex gnus-treat-smiley
8820 Display smileys (@code{gnus-treat-smiley}).
8821
8822 @item W D f
8823 @kindex W D f (Summary)
8824 @findex gnus-treat-from-picon
8825 Piconify the @code{From} header (@code{gnus-treat-from-picon}).
8826
8827 @item W D m
8828 @kindex W D m (Summary)
8829 @findex gnus-treat-mail-picon
8830 Piconify all mail headers (i. e., @code{Cc}, @code{To})
8831 (@code{gnus-treat-mail-picon}).
8832
8833 @item W D n
8834 @kindex W D n (Summary)
8835 @findex gnus-treat-newsgroups-picon
8836 Piconify all news headers (i. e., @code{Newsgroups} and
8837 @code{Followup-To}) (@code{gnus-treat-newsgroups-picon}).
8838
8839 @item W D D
8840 @kindex W D D (Summary)
8841 @findex gnus-article-remove-images
8842 Remove all images from the article buffer
8843 (@code{gnus-article-remove-images}).
8844
8845 @end table
8846
8847
8848
8849 @node Article Signature
8850 @subsection Article Signature
8851 @cindex signatures
8852 @cindex article signature
8853
8854 @vindex gnus-signature-separator
8855 Each article is divided into two parts---the head and the body.  The
8856 body can be divided into a signature part and a text part.  The variable
8857 that says what is to be considered a signature is
8858 @code{gnus-signature-separator}.  This is normally the standard
8859 @samp{^-- $} as mandated by son-of-RFC 1036.  However, many people use
8860 non-standard signature separators, so this variable can also be a list
8861 of regular expressions to be tested, one by one.  (Searches are done
8862 from the end of the body towards the beginning.)  One likely value is:
8863
8864 @lisp
8865 (setq gnus-signature-separator
8866       '("^-- $"         ; The standard
8867         "^-- *$"        ; A common mangling
8868         "^-------*$"    ; Many people just use a looong
8869                         ; line of dashes.  Shame!
8870         "^ *--------*$" ; Double-shame!
8871         "^________*$"   ; Underscores are also popular
8872         "^========*$")) ; Pervert!
8873 @end lisp
8874
8875 The more permissive you are, the more likely it is that you'll get false
8876 positives.
8877
8878 @vindex gnus-signature-limit
8879 @code{gnus-signature-limit} provides a limit to what is considered a
8880 signature when displaying articles.
8881
8882 @enumerate
8883 @item
8884 If it is an integer, no signature may be longer (in characters) than
8885 that integer.
8886 @item
8887 If it is a floating point number, no signature may be longer (in lines)
8888 than that number.
8889 @item
8890 If it is a function, the function will be called without any parameters,
8891 and if it returns @code{nil}, there is no signature in the buffer.
8892 @item
8893 If it is a string, it will be used as a regexp.  If it matches, the text
8894 in question is not a signature.
8895 @end enumerate
8896
8897 This variable can also be a list where the elements may be of the types
8898 listed above.  Here's an example:
8899
8900 @lisp
8901 (setq gnus-signature-limit
8902       '(200.0 "^---*Forwarded article"))
8903 @end lisp
8904
8905 This means that if there are more than 200 lines after the signature
8906 separator, or the text after the signature separator is matched by
8907 the regular expression @samp{^---*Forwarded article}, then it isn't a
8908 signature after all.
8909
8910
8911 @node Article Miscellania
8912 @subsection Article Miscellania
8913
8914 @table @kbd
8915 @item A t
8916 @kindex A t (Summary)
8917 @findex gnus-article-babel
8918 Translate the article from one language to another
8919 (@code{gnus-article-babel}).
8920
8921 @end table
8922
8923
8924 @node MIME Commands
8925 @section MIME Commands
8926 @cindex MIME decoding
8927 @cindex attachments
8928 @cindex viewing attachments
8929
8930 The following commands all understand the numerical prefix.  For
8931 instance, @kbd{3 b} means ``view the third @sc{mime} part''.
8932
8933 @table @kbd
8934 @item b
8935 @itemx K v
8936 @kindex b (Summary)
8937 @kindex K v (Summary)
8938 View the @sc{mime} part.
8939
8940 @item K o
8941 @kindex K o (Summary)
8942 Save the @sc{mime} part.
8943
8944 @item K c
8945 @kindex K c (Summary)
8946 Copy the @sc{mime} part.
8947
8948 @item K e
8949 @kindex K e (Summary)
8950 View the @sc{mime} part externally.
8951
8952 @item K i
8953 @kindex K i (Summary)
8954 View the @sc{mime} part internally.
8955
8956 @item K |
8957 @kindex K | (Summary)
8958 Pipe the @sc{mime} part to an external command.
8959 @end table
8960
8961 The rest of these @sc{mime} commands do not use the numerical prefix in
8962 the same manner:
8963
8964 @table @kbd
8965 @item K b
8966 @kindex K b (Summary)
8967 Make all the @sc{mime} parts have buttons in front of them.  This is
8968 mostly useful if you wish to save (or perform other actions) on inlined
8969 parts.
8970
8971 @item K m
8972 @kindex K m (Summary)
8973 @findex gnus-summary-repair-multipart
8974 Some multipart messages are transmitted with missing or faulty headers.
8975 This command will attempt to ``repair'' these messages so that they can
8976 be viewed in a more pleasant manner
8977 (@code{gnus-summary-repair-multipart}).
8978
8979 @item X m
8980 @kindex X m (Summary)
8981 @findex gnus-summary-save-parts
8982 Save all parts matching a @sc{mime} type to a directory
8983 (@code{gnus-summary-save-parts}).  Understands the process/prefix
8984 convention (@pxref{Process/Prefix}).
8985
8986 @item M-t
8987 @kindex M-t (Summary)
8988 @findex gnus-summary-toggle-display-buttonized
8989 Toggle the buttonized display of the article buffer
8990 (@code{gnus-summary-toggle-display-buttonized}).
8991
8992 @item W M w
8993 @kindex W M w (Summary)
8994 @findex gnus-article-decode-mime-words
8995 Decode RFC 2047-encoded words in the article headers
8996 (@code{gnus-article-decode-mime-words}).
8997
8998 @item W M c
8999 @kindex W M c (Summary)
9000 @findex gnus-article-decode-charset
9001 Decode encoded article bodies as well as charsets
9002 (@code{gnus-article-decode-charset}).
9003
9004 This command looks in the @code{Content-Type} header to determine the
9005 charset.  If there is no such header in the article, you can give it a
9006 prefix, which will prompt for the charset to decode as.  In regional
9007 groups where people post using some common encoding (but do not
9008 include @sc{mime} headers), you can set the @code{charset} group/topic
9009 parameter to the required charset (@pxref{Group Parameters}).
9010
9011 @item W M v
9012 @kindex W M v (Summary)
9013 @findex gnus-mime-view-all-parts
9014 View all the @sc{mime} parts in the current article
9015 (@code{gnus-mime-view-all-parts}).
9016
9017 @end table
9018
9019 Relevant variables:
9020
9021 @table @code
9022 @item gnus-ignored-mime-types
9023 @vindex gnus-ignored-mime-types
9024 This is a list of regexps.  @sc{mime} types that match a regexp from
9025 this list will be completely ignored by Gnus.  The default value is
9026 @code{nil}.
9027
9028 To have all Vcards be ignored, you'd say something like this:
9029
9030 @lisp
9031 (setq gnus-ignored-mime-types
9032       '("text/x-vcard"))
9033 @end lisp
9034
9035 @item gnus-article-loose-mime
9036 @vindex gnus-article-loose-mime
9037 If non-@code{nil}, Gnus won't required the @samp{MIME-Version} header
9038 before interpreting the message as a @sc{mime} message.  This helps
9039 when reading messages from certain broken mail user agents.  The
9040 default is @code{nil}.
9041
9042 @item gnus-article-emulate-mime
9043 @vindex gnus-article-emulate-mime
9044 There are other, non-@sc{mime} encoding methods used.  The most common
9045 is @samp{uuencode}, but yEncode is also getting to be popular.  If
9046 This variable is non-@code{nil}, Gnus will look in message bodies to
9047 see if it finds these encodings, and if so, it'll run them through the
9048 Gnus @sc{mime} machinery.  The default is @code{t}.
9049
9050 @item gnus-unbuttonized-mime-types
9051 @vindex gnus-unbuttonized-mime-types
9052 This is a list of regexps.  @sc{mime} types that match a regexp from
9053 this list won't have @sc{mime} buttons inserted unless they aren't
9054 displayed or this variable is overridden by
9055 @code{gnus-buttonized-mime-types}.  The default value is
9056 @code{(".*/.*")}.  This variable is only used when
9057 @code{gnus-inhibit-mime-unbuttonizing} is nil.
9058
9059 @item gnus-buttonized-mime-types
9060 @vindex gnus-buttonized-mime-types
9061 This is a list of regexps.  @sc{mime} types that match a regexp from
9062 this list will have @sc{mime} buttons inserted unless they aren't
9063 displayed.  This variable overrides
9064 @code{gnus-unbuttonized-mime-types}.  The default value is @code{nil}.
9065 This variable is only used when @code{gnus-inhibit-mime-unbuttonizing}
9066 is nil.
9067
9068 To see e.g. security buttons but no other buttons, you could set this
9069 variable to @code{("multipart/signed")} and leave
9070 @code{gnus-unbuttonized-mime-types} at the default value.
9071
9072 @item gnus-inhibit-mime-unbuttonizing
9073 @vindex gnus-inhibit-mime-unbuttonizing
9074 If this is non-nil, then all @sc{mime} parts get buttons.  The default
9075 value is @code{nil}.
9076
9077 @item gnus-article-mime-part-function
9078 @vindex gnus-article-mime-part-function
9079 For each @sc{mime} part, this function will be called with the @sc{mime}
9080 handle as the parameter.  The function is meant to be used to allow
9081 users to gather information from the article (e. g., add Vcard info to
9082 the bbdb database) or to do actions based on parts (e. g., automatically
9083 save all jpegs into some directory).
9084
9085 Here's an example function the does the latter:
9086
9087 @lisp
9088 (defun my-save-all-jpeg-parts (handle)
9089   (when (equal (car (mm-handle-type handle)) "image/jpeg")
9090     (with-temp-buffer
9091       (insert (mm-get-part handle))
9092       (write-region (point-min) (point-max)
9093                     (read-file-name "Save jpeg to: ")))))
9094 (setq gnus-article-mime-part-function
9095       'my-save-all-jpeg-parts)
9096 @end lisp
9097
9098 @vindex gnus-mime-multipart-functions
9099 @item gnus-mime-multipart-functions
9100 Alist of @sc{mime} multipart types and functions to handle them.
9101
9102 @vindex mm-file-name-rewrite-functions
9103 @item mm-file-name-rewrite-functions
9104 List of functions used for rewriting file names of @sc{mime} parts.
9105 Each function takes a file name as input and returns a file name.
9106
9107 Ready-made functions include@*
9108 @code{mm-file-name-delete-whitespace},
9109 @code{mm-file-name-trim-whitespace},
9110 @code{mm-file-name-collapse-whitespace}, and
9111 @code{mm-file-name-replace-whitespace}.  The later uses the value of
9112 the variable @code{mm-file-name-replace-whitespace} to replace each
9113 whitespace character in a file name with that string; default value
9114 is @code{"_"} (a single underscore).
9115 @findex mm-file-name-delete-whitespace
9116 @findex mm-file-name-trim-whitespace
9117 @findex mm-file-name-collapse-whitespace
9118 @findex mm-file-name-replace-whitespace
9119 @vindex mm-file-name-replace-whitespace
9120
9121 The standard functions @code{capitalize}, @code{downcase},
9122 @code{upcase}, and @code{upcase-initials} may be useful, too.
9123
9124 Everybody knows that whitespace characters in file names are evil,
9125 except those who don't know.  If you receive lots of attachments from
9126 such unenlightened users, you can make live easier by adding
9127
9128 @lisp
9129 (setq mm-file-name-rewrite-functions
9130       '(mm-file-name-trim-whitespace
9131         mm-file-name-collapse-whitespace
9132         mm-file-name-replace-whitespace))
9133 @end lisp
9134
9135 @noindent
9136 to your @file{.gnus.el} file.
9137
9138 @end table
9139
9140
9141 @node Charsets
9142 @section Charsets
9143 @cindex charsets
9144
9145 People use different charsets, and we have @sc{mime} to let us know what
9146 charsets they use.  Or rather, we wish we had.  Many people use
9147 newsreaders and mailers that do not understand or use @sc{mime}, and
9148 just send out messages without saying what character sets they use.  To
9149 help a bit with this, some local news hierarchies have policies that say
9150 what character set is the default.  For instance, the @samp{fj}
9151 hierarchy uses @code{iso-2022-jp-2}.
9152
9153 @vindex gnus-group-charset-alist
9154 This knowledge is encoded in the @code{gnus-group-charset-alist}
9155 variable, which is an alist of regexps (use the first item to match full
9156 group names) and default charsets to be used when reading these groups.
9157
9158 @vindex gnus-newsgroup-ignored-charsets
9159 In addition, some people do use soi-disant @sc{mime}-aware agents that
9160 aren't.  These blithely mark messages as being in @code{iso-8859-1}
9161 even if they really are in @code{koi-8}.  To help here, the
9162 @code{gnus-newsgroup-ignored-charsets} variable can be used.  The
9163 charsets that are listed here will be ignored.  The variable can be
9164 set on a group-by-group basis using the group parameters (@pxref{Group
9165 Parameters}).  The default value is @code{(unknown-8bit x-unknown)},
9166 which includes values some agents insist on having in there.
9167
9168 @vindex gnus-group-posting-charset-alist
9169 When posting, @code{gnus-group-posting-charset-alist} is used to
9170 determine which charsets should not be encoded using the @sc{mime}
9171 encodings.  For instance, some hierarchies discourage using
9172 quoted-printable header encoding.
9173
9174 This variable is an alist of regexps and permitted unencoded charsets
9175 for posting.  Each element of the alist has the form @code{(}@var{test
9176 header body-list}@code{)}, where:
9177
9178 @table @var
9179 @item test
9180 is either a regular expression matching the newsgroup header or a
9181 variable to query,
9182 @item header
9183 is the charset which may be left unencoded in the header (@code{nil}
9184 means encode all charsets),
9185 @item body-list
9186 is a list of charsets which may be encoded using 8bit content-transfer
9187 encoding in the body, or one of the special values @code{nil} (always
9188 encode using quoted-printable) or @code{t} (always use 8bit).
9189 @end table
9190
9191 @cindex Russian
9192 @cindex koi8-r
9193 @cindex koi8-u
9194 @cindex iso-8859-5
9195 @cindex coding system aliases
9196 @cindex preferred charset
9197
9198 Other charset tricks that may be useful, although not Gnus-specific:
9199
9200 If there are several @sc{mime} charsets that encode the same Emacs
9201 charset, you can choose what charset to use by saying the following:
9202
9203 @lisp
9204 (put-charset-property 'cyrillic-iso8859-5
9205                       'preferred-coding-system 'koi8-r)
9206 @end lisp
9207
9208 This means that Russian will be encoded using @code{koi8-r} instead of
9209 the default @code{iso-8859-5} @sc{mime} charset.
9210
9211 If you want to read messages in @code{koi8-u}, you can cheat and say
9212
9213 @lisp
9214 (define-coding-system-alias 'koi8-u 'koi8-r)
9215 @end lisp
9216
9217 This will almost do the right thing.
9218
9219 And finally, to read charsets like @code{windows-1251}, you can say
9220 something like
9221
9222 @lisp
9223 (codepage-setup 1251)
9224 (define-coding-system-alias 'windows-1251 'cp1251)
9225 @end lisp
9226
9227
9228 @node Article Commands
9229 @section Article Commands
9230
9231 @table @kbd
9232
9233 @item A P
9234 @cindex PostScript
9235 @cindex printing
9236 @kindex A P (Summary)
9237 @vindex gnus-ps-print-hook
9238 @findex gnus-summary-print-article
9239 Generate and print a PostScript image of the article buffer
9240 (@code{gnus-summary-print-article}).  @code{gnus-ps-print-hook} will
9241 be run just before printing the buffer.  An alternative way to print
9242 article is to use Muttprint (@pxref{Saving Articles}).
9243
9244 @end table
9245
9246
9247 @node Summary Sorting
9248 @section Summary Sorting
9249 @cindex summary sorting
9250
9251 You can have the summary buffer sorted in various ways, even though I
9252 can't really see why you'd want that.
9253
9254 @table @kbd
9255
9256 @item C-c C-s C-n
9257 @kindex C-c C-s C-n (Summary)
9258 @findex gnus-summary-sort-by-number
9259 Sort by article number (@code{gnus-summary-sort-by-number}).
9260
9261 @item C-c C-s C-a
9262 @kindex C-c C-s C-a (Summary)
9263 @findex gnus-summary-sort-by-author
9264 Sort by author (@code{gnus-summary-sort-by-author}).
9265
9266 @item C-c C-s C-s
9267 @kindex C-c C-s C-s (Summary)
9268 @findex gnus-summary-sort-by-subject
9269 Sort by subject (@code{gnus-summary-sort-by-subject}).
9270
9271 @item C-c C-s C-d
9272 @kindex C-c C-s C-d (Summary)
9273 @findex gnus-summary-sort-by-date
9274 Sort by date (@code{gnus-summary-sort-by-date}).
9275
9276 @item C-c C-s C-l
9277 @kindex C-c C-s C-l (Summary)
9278 @findex gnus-summary-sort-by-lines
9279 Sort by lines (@code{gnus-summary-sort-by-lines}).
9280
9281 @item C-c C-s C-c
9282 @kindex C-c C-s C-c (Summary)
9283 @findex gnus-summary-sort-by-chars
9284 Sort by article length (@code{gnus-summary-sort-by-chars}).
9285
9286 @item C-c C-s C-i
9287 @kindex C-c C-s C-i (Summary)
9288 @findex gnus-summary-sort-by-score
9289 Sort by score (@code{gnus-summary-sort-by-score}).
9290
9291 @item C-c C-s C-r
9292 @kindex C-c C-s C-r (Summary)
9293 @findex gnus-summary-sort-by-random
9294 Randomize (@code{gnus-summary-sort-by-random}).
9295
9296 @item C-c C-s C-o
9297 @kindex C-c C-s C-o (Summary)
9298 @findex gnus-summary-sort-by-original
9299 Sort using the default sorting method
9300 (@code{gnus-summary-sort-by-original}).
9301 @end table
9302
9303 These functions will work both when you use threading and when you don't
9304 use threading.  In the latter case, all summary lines will be sorted,
9305 line by line.  In the former case, sorting will be done on a
9306 root-by-root basis, which might not be what you were looking for.  To
9307 toggle whether to use threading, type @kbd{T T} (@pxref{Thread
9308 Commands}).
9309
9310
9311 @node Finding the Parent
9312 @section Finding the Parent
9313 @cindex parent articles
9314 @cindex referring articles
9315
9316 @table @kbd
9317 @item ^
9318 @kindex ^ (Summary)
9319 @findex gnus-summary-refer-parent-article
9320 If you'd like to read the parent of the current article, and it is not
9321 displayed in the summary buffer, you might still be able to.  That is,
9322 if the current group is fetched by @sc{nntp}, the parent hasn't expired
9323 and the @code{References} in the current article are not mangled, you
9324 can just press @kbd{^} or @kbd{A r}
9325 (@code{gnus-summary-refer-parent-article}).  If everything goes well,
9326 you'll get the parent.  If the parent is already displayed in the
9327 summary buffer, point will just move to this article.
9328
9329 If given a positive numerical prefix, fetch that many articles back into
9330 the ancestry.  If given a negative numerical prefix, fetch just that
9331 ancestor.  So if you say @kbd{3 ^}, Gnus will fetch the parent, the
9332 grandparent and the grandgrandparent of the current article.  If you say
9333 @kbd{-3 ^}, Gnus will only fetch the grandgrandparent of the current
9334 article.
9335
9336 @item A R (Summary)
9337 @findex gnus-summary-refer-references
9338 @kindex A R (Summary)
9339 Fetch all articles mentioned in the @code{References} header of the
9340 article (@code{gnus-summary-refer-references}).
9341
9342 @item A T (Summary)
9343 @findex gnus-summary-refer-thread
9344 @kindex A T (Summary)
9345 Display the full thread where the current article appears
9346 (@code{gnus-summary-refer-thread}).  This command has to fetch all the
9347 headers in the current group to work, so it usually takes a while.  If
9348 you do it often, you may consider setting @code{gnus-fetch-old-headers}
9349 to @code{invisible} (@pxref{Filling In Threads}).  This won't have any
9350 visible effects normally, but it'll make this command work a whole lot
9351 faster.  Of course, it'll make group entry somewhat slow.
9352
9353 @vindex gnus-refer-thread-limit
9354 The @code{gnus-refer-thread-limit} variable says how many old (i. e.,
9355 articles before the first displayed in the current group) headers to
9356 fetch when doing this command.  The default is 200.  If @code{t}, all
9357 the available headers will be fetched.  This variable can be overridden
9358 by giving the @kbd{A T} command a numerical prefix.
9359
9360 @item M-^ (Summary)
9361 @findex gnus-summary-refer-article
9362 @kindex M-^ (Summary)
9363 @cindex Message-ID
9364 @cindex fetching by Message-ID
9365 You can also ask the @sc{nntp} server for an arbitrary article, no
9366 matter what group it belongs to.  @kbd{M-^}
9367 (@code{gnus-summary-refer-article}) will ask you for a
9368 @code{Message-ID}, which is one of those long, hard-to-read thingies
9369 that look something like @samp{<38o6up$6f2@@hymir.ifi.uio.no>}.  You
9370 have to get it all exactly right.  No fuzzy searches, I'm afraid.
9371 @end table
9372
9373 The current select method will be used when fetching by
9374 @code{Message-ID} from non-news select method, but you can override this
9375 by giving this command a prefix.
9376
9377 @vindex gnus-refer-article-method
9378 If the group you are reading is located on a back end that does not
9379 support fetching by @code{Message-ID} very well (like @code{nnspool}),
9380 you can set @code{gnus-refer-article-method} to an @sc{nntp} method.  It
9381 would, perhaps, be best if the @sc{nntp} server you consult is the one
9382 updating the spool you are reading from, but that's not really
9383 necessary.
9384
9385 It can also be a list of select methods, as well as the special symbol
9386 @code{current}, which means to use the current select method.  If it
9387 is a list, Gnus will try all the methods in the list until it finds a
9388 match.
9389
9390 Here's an example setting that will first try the current method, and
9391 then ask Google if that fails:
9392
9393 @lisp
9394 (setq gnus-refer-article-method
9395       '(current
9396         (nnweb "google" (nnweb-type google))))
9397 @end lisp
9398
9399 Most of the mail back ends support fetching by @code{Message-ID}, but
9400 do not do a particularly excellent job at it.  That is, @code{nnmbox},
9401 @code{nnbabyl}, and @code{nnmaildir} are able to locate articles from
9402 any groups, while @code{nnml}, @code{nnfolder}, and @code{nnimap} are
9403 only able to locate articles that have been posted to the current group.
9404 (Anything else would be too time consuming.)  @code{nnmh} does not
9405 support this at all.
9406
9407
9408 @node Alternative Approaches
9409 @section Alternative Approaches
9410
9411 Different people like to read news using different methods.  This being
9412 Gnus, we offer a small selection of minor modes for the summary buffers.
9413
9414 @menu
9415 * Pick and Read::               First mark articles and then read them.
9416 * Binary Groups::               Auto-decode all articles.
9417 @end menu
9418
9419
9420 @node Pick and Read
9421 @subsection Pick and Read
9422 @cindex pick and read
9423
9424 Some newsreaders (like @code{nn} and, uhm, @code{Netnews} on VM/CMS) use
9425 a two-phased reading interface.  The user first marks in a summary
9426 buffer the articles she wants to read.  Then she starts reading the
9427 articles with just an article buffer displayed.
9428
9429 @findex gnus-pick-mode
9430 @kindex M-x gnus-pick-mode
9431 Gnus provides a summary buffer minor mode that allows
9432 this---@code{gnus-pick-mode}.  This basically means that a few process
9433 mark commands become one-keystroke commands to allow easy marking, and
9434 it provides one additional command for switching to the summary buffer.
9435
9436 Here are the available keystrokes when using pick mode:
9437
9438 @table @kbd
9439 @item .
9440 @kindex . (Pick)
9441 @findex gnus-pick-article-or-thread
9442 Pick the article or thread on the current line
9443 (@code{gnus-pick-article-or-thread}).  If the variable
9444 @code{gnus-thread-hide-subtree} is true, then this key selects the
9445 entire thread when used at the first article of the thread.  Otherwise,
9446 it selects just the article.  If given a numerical prefix, go to that
9447 thread or article and pick it.  (The line number is normally displayed
9448 at the beginning of the summary pick lines.)
9449
9450 @item SPACE
9451 @kindex SPACE (Pick)
9452 @findex gnus-pick-next-page
9453 Scroll the summary buffer up one page (@code{gnus-pick-next-page}).  If
9454 at the end of the buffer, start reading the picked articles.
9455
9456 @item u
9457 @kindex u (Pick)
9458 @findex gnus-pick-unmark-article-or-thread.
9459 Unpick the thread or article
9460 (@code{gnus-pick-unmark-article-or-thread}).  If the variable
9461 @code{gnus-thread-hide-subtree} is true, then this key unpicks the
9462 thread if used at the first article of the thread.  Otherwise it unpicks
9463 just the article.  You can give this key a numerical prefix to unpick
9464 the thread or article at that line.
9465
9466 @item RET
9467 @kindex RET (Pick)
9468 @findex gnus-pick-start-reading
9469 @vindex gnus-pick-display-summary
9470 Start reading the picked articles (@code{gnus-pick-start-reading}).  If
9471 given a prefix, mark all unpicked articles as read first.  If
9472 @code{gnus-pick-display-summary} is non-@code{nil}, the summary buffer
9473 will still be visible when you are reading.
9474
9475 @end table
9476
9477 All the normal summary mode commands are still available in the
9478 pick-mode, with the exception of @kbd{u}.  However @kbd{!} is available
9479 which is mapped to the same function
9480 @code{gnus-summary-tick-article-forward}.
9481
9482 If this sounds like a good idea to you, you could say:
9483
9484 @lisp
9485 (add-hook 'gnus-summary-mode-hook 'gnus-pick-mode)
9486 @end lisp
9487
9488 @vindex gnus-pick-mode-hook
9489 @code{gnus-pick-mode-hook} is run in pick minor mode buffers.
9490
9491 @vindex gnus-mark-unpicked-articles-as-read
9492 If @code{gnus-mark-unpicked-articles-as-read} is non-@code{nil}, mark
9493 all unpicked articles as read.  The default is @code{nil}.
9494
9495 @vindex gnus-summary-pick-line-format
9496 The summary line format in pick mode is slightly different from the
9497 standard format.  At the beginning of each line the line number is
9498 displayed.  The pick mode line format is controlled by the
9499 @code{gnus-summary-pick-line-format} variable (@pxref{Formatting
9500 Variables}).  It accepts the same format specs that
9501 @code{gnus-summary-line-format} does (@pxref{Summary Buffer Lines}).
9502
9503
9504 @node Binary Groups
9505 @subsection Binary Groups
9506 @cindex binary groups
9507
9508 @findex gnus-binary-mode
9509 @kindex M-x gnus-binary-mode
9510 If you spend much time in binary groups, you may grow tired of hitting
9511 @kbd{X u}, @kbd{n}, @kbd{RET} all the time.  @kbd{M-x gnus-binary-mode}
9512 is a minor mode for summary buffers that makes all ordinary Gnus article
9513 selection functions uudecode series of articles and display the result
9514 instead of just displaying the articles the normal way.
9515
9516 @kindex g (Binary)
9517 @findex gnus-binary-show-article
9518 The only way, in fact, to see the actual articles is the @kbd{g}
9519 command, when you have turned on this mode
9520 (@code{gnus-binary-show-article}).
9521
9522 @vindex gnus-binary-mode-hook
9523 @code{gnus-binary-mode-hook} is called in binary minor mode buffers.
9524
9525
9526 @node Tree Display
9527 @section Tree Display
9528 @cindex trees
9529
9530 @vindex gnus-use-trees
9531 If you don't like the normal Gnus summary display, you might try setting
9532 @code{gnus-use-trees} to @code{t}.  This will create (by default) an
9533 additional @dfn{tree buffer}.  You can execute all summary mode commands
9534 in the tree buffer.
9535
9536 There are a few variables to customize the tree display, of course:
9537
9538 @table @code
9539 @item gnus-tree-mode-hook
9540 @vindex gnus-tree-mode-hook
9541 A hook called in all tree mode buffers.
9542
9543 @item gnus-tree-mode-line-format
9544 @vindex gnus-tree-mode-line-format
9545 A format string for the mode bar in the tree mode buffers (@pxref{Mode
9546 Line Formatting}).  The default is @samp{Gnus: %%b %S %Z}.  For a list
9547 of valid specs, @pxref{Summary Buffer Mode Line}.
9548
9549 @item gnus-selected-tree-face
9550 @vindex gnus-selected-tree-face
9551 Face used for highlighting the selected article in the tree buffer.  The
9552 default is @code{modeline}.
9553
9554 @item gnus-tree-line-format
9555 @vindex gnus-tree-line-format
9556 A format string for the tree nodes.  The name is a bit of a misnomer,
9557 though---it doesn't define a line, but just the node.  The default value
9558 is @samp{%(%[%3,3n%]%)}, which displays the first three characters of
9559 the name of the poster.  It is vital that all nodes are of the same
9560 length, so you @emph{must} use @samp{%4,4n}-like specifiers.
9561
9562 Valid specs are:
9563
9564 @table @samp
9565 @item n
9566 The name of the poster.
9567 @item f
9568 The @code{From} header.
9569 @item N
9570 The number of the article.
9571 @item [
9572 The opening bracket.
9573 @item ]
9574 The closing bracket.
9575 @item s
9576 The subject.
9577 @end table
9578
9579 @xref{Formatting Variables}.
9580
9581 Variables related to the display are:
9582
9583 @table @code
9584 @item gnus-tree-brackets
9585 @vindex gnus-tree-brackets
9586 This is used for differentiating between ``real'' articles and
9587 ``sparse'' articles.  The format is @code{((@var{real-open} . @var{real-close})
9588 (@var{sparse-open} . @var{sparse-close}) (@var{dummy-open} . @var{dummy-close}))}, and the
9589 default is @code{((?[ . ?]) (?( . ?)) (?@{ . ?@}) (?< . ?>))}.
9590
9591 @item gnus-tree-parent-child-edges
9592 @vindex gnus-tree-parent-child-edges
9593 This is a list that contains the characters used for connecting parent
9594 nodes to their children.  The default is @code{(?- ?\\ ?|)}.
9595
9596 @end table
9597
9598 @item gnus-tree-minimize-window
9599 @vindex gnus-tree-minimize-window
9600 If this variable is non-@code{nil}, Gnus will try to keep the tree
9601 buffer as small as possible to allow more room for the other Gnus
9602 windows.  If this variable is a number, the tree buffer will never be
9603 higher than that number.  The default is @code{t}.  Note that if you
9604 have several windows displayed side-by-side in a frame and the tree
9605 buffer is one of these, minimizing the tree window will also resize all
9606 other windows displayed next to it.
9607
9608 You may also wish to add the following hook to keep the window minimized
9609 at all times:
9610
9611 @lisp
9612 (add-hook 'gnus-configure-windows-hook
9613           'gnus-tree-perhaps-minimize)
9614 @end lisp
9615
9616 @item gnus-generate-tree-function
9617 @vindex gnus-generate-tree-function
9618 @findex gnus-generate-horizontal-tree
9619 @findex gnus-generate-vertical-tree
9620 The function that actually generates the thread tree.  Two predefined
9621 functions are available: @code{gnus-generate-horizontal-tree} and
9622 @code{gnus-generate-vertical-tree} (which is the default).
9623
9624 @end table
9625
9626 Here's an example from a horizontal tree buffer:
9627
9628 @example
9629 @{***@}-(***)-[odd]-[Gun]
9630      |      \[Jan]
9631      |      \[odd]-[Eri]
9632      |      \(***)-[Eri]
9633      |            \[odd]-[Paa]
9634      \[Bjo]
9635      \[Gun]
9636      \[Gun]-[Jor]
9637 @end example
9638
9639 Here's the same thread displayed in a vertical tree buffer:
9640
9641 @example
9642 @{***@}
9643   |--------------------------\-----\-----\
9644 (***)                         [Bjo] [Gun] [Gun]
9645   |--\-----\-----\                          |
9646 [odd] [Jan] [odd] (***)                   [Jor]
9647   |           |     |--\
9648 [Gun]       [Eri] [Eri] [odd]
9649                           |
9650                         [Paa]
9651 @end example
9652
9653 If you're using horizontal trees, it might be nice to display the trees
9654 side-by-side with the summary buffer.  You could add something like the
9655 following to your @file{.gnus.el} file:
9656
9657 @lisp
9658 (setq gnus-use-trees t
9659       gnus-generate-tree-function 'gnus-generate-horizontal-tree
9660       gnus-tree-minimize-window nil)
9661 (gnus-add-configuration
9662  '(article
9663    (vertical 1.0
9664              (horizontal 0.25
9665                          (summary 0.75 point)
9666                          (tree 1.0))
9667              (article 1.0))))
9668 @end lisp
9669
9670 @xref{Window Layout}.
9671
9672
9673 @node Mail Group Commands
9674 @section Mail Group Commands
9675 @cindex mail group commands
9676
9677 Some commands only make sense in mail groups.  If these commands are
9678 invalid in the current group, they will raise a hell and let you know.
9679
9680 All these commands (except the expiry and edit commands) use the
9681 process/prefix convention (@pxref{Process/Prefix}).
9682
9683 @table @kbd
9684
9685 @item B e
9686 @kindex B e (Summary)
9687 @findex gnus-summary-expire-articles
9688 Run all expirable articles in the current group through the expiry
9689 process (@code{gnus-summary-expire-articles}).  That is, delete all
9690 expirable articles in the group that have been around for a while.
9691 (@pxref{Expiring Mail}).
9692
9693 @item B C-M-e
9694 @kindex B C-M-e (Summary)
9695 @findex gnus-summary-expire-articles-now
9696 Delete all the expirable articles in the group
9697 (@code{gnus-summary-expire-articles-now}).  This means that @strong{all}
9698 articles eligible for expiry in the current group will
9699 disappear forever into that big @file{/dev/null} in the sky.
9700
9701 @item B DEL
9702 @kindex B DEL (Summary)
9703 @findex gnus-summary-delete-article
9704 @c @icon{gnus-summary-mail-delete}
9705 Delete the mail article.  This is ``delete'' as in ``delete it from your
9706 disk forever and ever, never to return again.'' Use with caution.
9707 (@code{gnus-summary-delete-article}).
9708
9709 @item B m
9710 @kindex B m (Summary)
9711 @cindex move mail
9712 @findex gnus-summary-move-article
9713 @vindex gnus-preserve-marks
9714 Move the article from one mail group to another
9715 (@code{gnus-summary-move-article}).  Marks will be preserved if
9716 @code{gnus-preserve-marks} is non-@code{nil} (which is the default).
9717
9718 @item B c
9719 @kindex B c (Summary)
9720 @cindex copy mail
9721 @findex gnus-summary-copy-article
9722 @c @icon{gnus-summary-mail-copy}
9723 Copy the article from one group (mail group or not) to a mail group
9724 (@code{gnus-summary-copy-article}).  Marks will be preserved if
9725 @code{gnus-preserve-marks} is non-@code{nil} (which is the default).
9726
9727 @item B B
9728 @kindex B B (Summary)
9729 @cindex crosspost mail
9730 @findex gnus-summary-crosspost-article
9731 Crosspost the current article to some other group
9732 (@code{gnus-summary-crosspost-article}).  This will create a new copy of
9733 the article in the other group, and the Xref headers of the article will
9734 be properly updated.
9735
9736 @item B i
9737 @kindex B i (Summary)
9738 @findex gnus-summary-import-article
9739 Import an arbitrary file into the current mail newsgroup
9740 (@code{gnus-summary-import-article}).  You will be prompted for a file
9741 name, a @code{From} header and a @code{Subject} header.
9742
9743 @item B I
9744 @kindex B I (Summary)
9745 @findex gnus-summary-create-article
9746 Create an empty article in the current mail newsgroups
9747 (@code{gnus-summary-create-article}).  You will be prompted for a
9748 @code{From} header and a @code{Subject} header.
9749
9750 @item B r
9751 @kindex B r (Summary)
9752 @findex gnus-summary-respool-article
9753 @vindex gnus-summary-respool-default-method
9754 Respool the mail article (@code{gnus-summary-respool-article}).
9755 @code{gnus-summary-respool-default-method} will be used as the default
9756 select method when respooling.  This variable is @code{nil} by default,
9757 which means that the current group select method will be used instead.
9758 Marks will be preserved if @code{gnus-preserve-marks} is non-@code{nil}
9759 (which is the default).
9760
9761 @item B w
9762 @itemx e
9763 @kindex B w (Summary)
9764 @kindex e (Summary)
9765 @findex gnus-summary-edit-article
9766 @kindex C-c C-c (Article)
9767 @findex gnus-summary-edit-article-done
9768 Edit the current article (@code{gnus-summary-edit-article}).  To finish
9769 editing and make the changes permanent, type @kbd{C-c C-c}
9770 (@code{gnus-summary-edit-article-done}).  If you give a prefix to the
9771 @kbd{C-c C-c} command, Gnus won't re-highlight the article.
9772
9773 @item B q
9774 @kindex B q (Summary)
9775 @findex gnus-summary-respool-query
9776 If you want to re-spool an article, you might be curious as to what group
9777 the article will end up in before you do the re-spooling.  This command
9778 will tell you (@code{gnus-summary-respool-query}).
9779
9780 @item B t
9781 @kindex B t (Summary)
9782 @findex gnus-summary-respool-trace
9783 Similarly, this command will display all fancy splitting patterns used
9784 when respooling, if any (@code{gnus-summary-respool-trace}).
9785
9786 @item B p
9787 @kindex B p (Summary)
9788 @findex gnus-summary-article-posted-p
9789 Some people have a tendency to send you ``courtesy'' copies when they
9790 follow up to articles you have posted.  These usually have a
9791 @code{Newsgroups} header in them, but not always.  This command
9792 (@code{gnus-summary-article-posted-p}) will try to fetch the current
9793 article from your news server (or rather, from
9794 @code{gnus-refer-article-method} or @code{gnus-select-method}) and will
9795 report back whether it found the article or not.  Even if it says that
9796 it didn't find the article, it may have been posted anyway---mail
9797 propagation is much faster than news propagation, and the news copy may
9798 just not have arrived yet.
9799
9800 @item K E
9801 @kindex K E (Summary)
9802 @findex gnus-article-encrypt-body
9803 @vindex gnus-article-encrypt-protocol
9804 Encrypt the body of an article (@code{gnus-article-encrypt-body}).
9805 The body is encrypted with the encryption protocol specified by the
9806 variable @code{gnus-article-encrypt-protocol}.
9807
9808 @end table
9809
9810 @vindex gnus-move-split-methods
9811 @cindex moving articles
9812 If you move (or copy) articles regularly, you might wish to have Gnus
9813 suggest where to put the articles.  @code{gnus-move-split-methods} is a
9814 variable that uses the same syntax as @code{gnus-split-methods}
9815 (@pxref{Saving Articles}).  You may customize that variable to create
9816 suggestions you find reasonable.  (Note that
9817 @code{gnus-move-split-methods} uses group names where
9818 @code{gnus-split-methods} uses file names.)
9819
9820 @lisp
9821 (setq gnus-move-split-methods
9822       '(("^From:.*Lars Magne" "nnml:junk")
9823         ("^Subject:.*gnus" "nnfolder:important")
9824         (".*" "nnml:misc")))
9825 @end lisp
9826
9827
9828 @node Various Summary Stuff
9829 @section Various Summary Stuff
9830
9831 @menu
9832 * Summary Group Information::   Information oriented commands.
9833 * Searching for Articles::      Multiple article commands.
9834 * Summary Generation Commands::  
9835 * Really Various Summary Commands::  Those pesky non-conformant commands.
9836 @end menu
9837
9838 @table @code
9839 @vindex gnus-summary-display-while-building
9840 @item gnus-summary-display-while-building
9841 If non-@code{nil}, show and update the summary buffer as it's being
9842 built.  If @code{t}, update the buffer after every line is inserted.
9843 If the value is an integer, @var{n}, update the display every @var{n}
9844 lines.  The default is @code{nil}.
9845
9846 @vindex gnus-summary-mode-hook
9847 @item gnus-summary-mode-hook
9848 This hook is called when creating a summary mode buffer.
9849
9850 @vindex gnus-summary-generate-hook
9851 @item gnus-summary-generate-hook
9852 This is called as the last thing before doing the threading and the
9853 generation of the summary buffer.  It's quite convenient for customizing
9854 the threading variables based on what data the newsgroup has.  This hook
9855 is called from the summary buffer after most summary buffer variables
9856 have been set.
9857
9858 @vindex gnus-summary-prepare-hook
9859 @item gnus-summary-prepare-hook
9860 It is called after the summary buffer has been generated.  You might use
9861 it to, for instance, highlight lines or modify the look of the buffer in
9862 some other ungodly manner.  I don't care.
9863
9864 @vindex gnus-summary-prepared-hook
9865 @item gnus-summary-prepared-hook
9866 A hook called as the very last thing after the summary buffer has been
9867 generated.
9868
9869 @vindex gnus-summary-ignore-duplicates
9870 @item gnus-summary-ignore-duplicates
9871 When Gnus discovers two articles that have the same @code{Message-ID},
9872 it has to do something drastic.  No articles are allowed to have the
9873 same @code{Message-ID}, but this may happen when reading mail from some
9874 sources.  Gnus allows you to customize what happens with this variable.
9875 If it is @code{nil} (which is the default), Gnus will rename the
9876 @code{Message-ID} (for display purposes only) and display the article as
9877 any other article.  If this variable is @code{t}, it won't display the
9878 article---it'll be as if it never existed.
9879
9880 @vindex gnus-alter-articles-to-read-function
9881 @item gnus-alter-articles-to-read-function
9882 This function, which takes two parameters (the group name and the list
9883 of articles to be selected), is called to allow the user to alter the
9884 list of articles to be selected.
9885
9886 For instance, the following function adds the list of cached articles to
9887 the list in one particular group:
9888
9889 @lisp
9890 (defun my-add-cached-articles (group articles)
9891   (if (string= group "some.group")
9892       (append gnus-newsgroup-cached articles)
9893     articles))
9894 @end lisp
9895
9896 @vindex gnus-newsgroup-variables
9897 @item gnus-newsgroup-variables
9898 A list of newsgroup (summary buffer) local variables, or cons of
9899 variables and their default values (when the default values are not
9900 nil), that should be made global while the summary buffer is active.
9901 These variables can be used to set variables in the group parameters
9902 while still allowing them to affect operations done in other
9903 buffers. For example:
9904
9905 @lisp
9906 (setq gnus-newsgroup-variables
9907      '(message-use-followup-to
9908        (gnus-visible-headers .
9909          "^From:\\|^Newsgroups:\\|^Subject:\\|^Date:\\|^To:")))
9910 @end lisp
9911
9912 @end table
9913
9914
9915 @node Summary Group Information
9916 @subsection Summary Group Information
9917
9918 @table @kbd
9919
9920 @item H f
9921 @kindex H f (Summary)
9922 @findex gnus-summary-fetch-faq
9923 @vindex gnus-group-faq-directory
9924 Try to fetch the FAQ (list of frequently asked questions) for the
9925 current group (@code{gnus-summary-fetch-faq}).  Gnus will try to get the
9926 FAQ from @code{gnus-group-faq-directory}, which is usually a directory
9927 on a remote machine.  This variable can also be a list of directories.
9928 In that case, giving a prefix to this command will allow you to choose
9929 between the various sites.  @code{ange-ftp} or @code{efs} will probably
9930 be used for fetching the file.
9931
9932 @item H d
9933 @kindex H d (Summary)
9934 @findex gnus-summary-describe-group
9935 Give a brief description of the current group
9936 (@code{gnus-summary-describe-group}).  If given a prefix, force
9937 rereading the description from the server.
9938
9939 @item H h
9940 @kindex H h (Summary)
9941 @findex gnus-summary-describe-briefly
9942 Give an extremely brief description of the most important summary
9943 keystrokes (@code{gnus-summary-describe-briefly}).
9944
9945 @item H i
9946 @kindex H i (Summary)
9947 @findex gnus-info-find-node
9948 Go to the Gnus info node (@code{gnus-info-find-node}).
9949 @end table
9950
9951
9952 @node Searching for Articles
9953 @subsection Searching for Articles
9954
9955 @table @kbd
9956
9957 @item M-s
9958 @kindex M-s (Summary)
9959 @findex gnus-summary-search-article-forward
9960 Search through all subsequent (raw) articles for a regexp
9961 (@code{gnus-summary-search-article-forward}).
9962
9963 @item M-r
9964 @kindex M-r (Summary)
9965 @findex gnus-summary-search-article-backward
9966 Search through all previous (raw) articles for a regexp
9967 (@code{gnus-summary-search-article-backward}).
9968
9969 @item &
9970 @kindex & (Summary)
9971 @findex gnus-summary-execute-command
9972 This command will prompt you for a header, a regular expression to match
9973 on this field, and a command to be executed if the match is made
9974 (@code{gnus-summary-execute-command}).  If the header is an empty
9975 string, the match is done on the entire article.  If given a prefix,
9976 search backward instead.
9977
9978 For instance, @kbd{& RET some.*string #} will put the process mark on
9979 all articles that have heads or bodies that match @samp{some.*string}.
9980
9981 @item M-&
9982 @kindex M-& (Summary)
9983 @findex gnus-summary-universal-argument
9984 Perform any operation on all articles that have been marked with
9985 the process mark (@code{gnus-summary-universal-argument}).
9986 @end table
9987
9988 @node Summary Generation Commands
9989 @subsection Summary Generation Commands
9990
9991 @table @kbd
9992
9993 @item Y g
9994 @kindex Y g (Summary)
9995 @findex gnus-summary-prepare
9996 Regenerate the current summary buffer (@code{gnus-summary-prepare}).
9997
9998 @item Y c
9999 @kindex Y c (Summary)
10000 @findex gnus-summary-insert-cached-articles
10001 Pull all cached articles (for the current group) into the summary buffer
10002 (@code{gnus-summary-insert-cached-articles}).
10003
10004 @item Y d
10005 @kindex Y d (Summary)
10006 @findex gnus-summary-insert-dormant-articles
10007 Pull all dormant articles (for the current group) into the summary buffer
10008 (@code{gnus-summary-insert-dormant-articles}).
10009
10010 @end table
10011
10012
10013 @node Really Various Summary Commands
10014 @subsection Really Various Summary Commands
10015
10016 @table @kbd
10017
10018 @item A D
10019 @itemx C-d
10020 @kindex C-d (Summary)
10021 @kindex A D (Summary)
10022 @findex gnus-summary-enter-digest-group
10023 If the current article is a collection of other articles (for instance,
10024 a digest), you might use this command to enter a group based on the that
10025 article (@code{gnus-summary-enter-digest-group}).  Gnus will try to
10026 guess what article type is currently displayed unless you give a prefix
10027 to this command, which forces a ``digest'' interpretation.  Basically,
10028 whenever you see a message that is a collection of other messages of
10029 some format, you @kbd{C-d} and read these messages in a more convenient
10030 fashion.
10031
10032 @item C-M-d
10033 @kindex C-M-d (Summary)
10034 @findex gnus-summary-read-document
10035 This command is very similar to the one above, but lets you gather
10036 several documents into one biiig group
10037 (@code{gnus-summary-read-document}).  It does this by opening several
10038 @code{nndoc} groups for each document, and then opening an
10039 @code{nnvirtual} group on top of these @code{nndoc} groups.  This
10040 command understands the process/prefix convention
10041 (@pxref{Process/Prefix}).
10042
10043 @item C-t
10044 @kindex C-t (Summary)
10045 @findex gnus-summary-toggle-truncation
10046 Toggle truncation of summary lines
10047 (@code{gnus-summary-toggle-truncation}).  This will probably confuse the
10048 line centering function in the summary buffer, so it's not a good idea
10049 to have truncation switched off while reading articles.
10050
10051 @item =
10052 @kindex = (Summary)
10053 @findex gnus-summary-expand-window
10054 Expand the summary buffer window (@code{gnus-summary-expand-window}).
10055 If given a prefix, force an @code{article} window configuration.
10056
10057 @item C-M-e
10058 @kindex C-M-e (Summary)
10059 @findex gnus-summary-edit-parameters
10060 Edit the group parameters (@pxref{Group Parameters}) of the current
10061 group (@code{gnus-summary-edit-parameters}).
10062
10063 @item C-M-a
10064 @kindex C-M-a (Summary)
10065 @findex gnus-summary-customize-parameters
10066 Customize the group parameters (@pxref{Group Parameters}) of the current
10067 group (@code{gnus-summary-customize-parameters}).
10068
10069 @end table
10070
10071
10072 @node Exiting the Summary Buffer
10073 @section Exiting the Summary Buffer
10074 @cindex summary exit
10075 @cindex exiting groups
10076
10077 Exiting from the summary buffer will normally update all info on the
10078 group and return you to the group buffer.
10079
10080 @table @kbd
10081
10082 @item Z Z
10083 @itemx q
10084 @kindex Z Z (Summary)
10085 @kindex q (Summary)
10086 @findex gnus-summary-exit
10087 @vindex gnus-summary-exit-hook
10088 @vindex gnus-summary-prepare-exit-hook
10089 @vindex gnus-group-no-more-groups-hook
10090 @c @icon{gnus-summary-exit}
10091 Exit the current group and update all information on the group
10092 (@code{gnus-summary-exit}).  @code{gnus-summary-prepare-exit-hook} is
10093 called before doing much of the exiting, which calls
10094 @code{gnus-summary-expire-articles} by default.
10095 @code{gnus-summary-exit-hook} is called after finishing the exit
10096 process.  @code{gnus-group-no-more-groups-hook} is run when returning to
10097 group mode having no more (unread) groups.
10098
10099 @item Z E
10100 @itemx Q
10101 @kindex Z E (Summary)
10102 @kindex Q (Summary)
10103 @findex gnus-summary-exit-no-update
10104 Exit the current group without updating any information on the group
10105 (@code{gnus-summary-exit-no-update}).
10106
10107 @item Z c
10108 @itemx c
10109 @kindex Z c (Summary)
10110 @kindex c (Summary)
10111 @findex gnus-summary-catchup-and-exit
10112 @c @icon{gnus-summary-catchup-and-exit}
10113 Mark all unticked articles in the group as read and then exit
10114 (@code{gnus-summary-catchup-and-exit}).
10115
10116 @item Z C
10117 @kindex Z C (Summary)
10118 @findex gnus-summary-catchup-all-and-exit
10119 Mark all articles, even the ticked ones, as read and then exit
10120 (@code{gnus-summary-catchup-all-and-exit}).
10121
10122 @item Z n
10123 @kindex Z n (Summary)
10124 @findex gnus-summary-catchup-and-goto-next-group
10125 Mark all articles as read and go to the next group
10126 (@code{gnus-summary-catchup-and-goto-next-group}).
10127
10128 @item Z R
10129 @kindex Z R (Summary)
10130 @findex gnus-summary-reselect-current-group
10131 Exit this group, and then enter it again
10132 (@code{gnus-summary-reselect-current-group}).  If given a prefix, select
10133 all articles, both read and unread.
10134
10135 @item Z G
10136 @itemx M-g
10137 @kindex Z G (Summary)
10138 @kindex M-g (Summary)
10139 @findex gnus-summary-rescan-group
10140 @c @icon{gnus-summary-mail-get}
10141 Exit the group, check for new articles in the group, and select the
10142 group (@code{gnus-summary-rescan-group}).  If given a prefix, select all
10143 articles, both read and unread.
10144
10145 @item Z N
10146 @kindex Z N (Summary)
10147 @findex gnus-summary-next-group
10148 Exit the group and go to the next group
10149 (@code{gnus-summary-next-group}).
10150
10151 @item Z P
10152 @kindex Z P (Summary)
10153 @findex gnus-summary-prev-group
10154 Exit the group and go to the previous group
10155 (@code{gnus-summary-prev-group}).
10156
10157 @item Z s
10158 @kindex Z s (Summary)
10159 @findex gnus-summary-save-newsrc
10160 Save the current number of read/marked articles in the dribble buffer
10161 and then save the dribble buffer (@code{gnus-summary-save-newsrc}).  If
10162 given a prefix, also save the @file{.newsrc} file(s).  Using this
10163 command will make exit without updating (the @kbd{Q} command) worthless.
10164 @end table
10165
10166 @vindex gnus-exit-group-hook
10167 @code{gnus-exit-group-hook} is called when you exit the current group
10168 with an ``updating'' exit.  For instance @kbd{Q}
10169 (@code{gnus-summary-exit-no-update}) does not call this hook.
10170
10171 @findex gnus-summary-wake-up-the-dead
10172 @findex gnus-dead-summary-mode
10173 @vindex gnus-kill-summary-on-exit
10174 If you're in the habit of exiting groups, and then changing your mind
10175 about it, you might set @code{gnus-kill-summary-on-exit} to @code{nil}.
10176 If you do that, Gnus won't kill the summary buffer when you exit it.
10177 (Quelle surprise!)  Instead it will change the name of the buffer to
10178 something like @samp{*Dead Summary ... *} and install a minor mode
10179 called @code{gnus-dead-summary-mode}.  Now, if you switch back to this
10180 buffer, you'll find that all keys are mapped to a function called
10181 @code{gnus-summary-wake-up-the-dead}.  So tapping any keys in a dead
10182 summary buffer will result in a live, normal summary buffer.
10183
10184 There will never be more than one dead summary buffer at any one time.
10185
10186 @vindex gnus-use-cross-reference
10187 The data on the current group will be updated (which articles you have
10188 read, which articles you have replied to, etc.) when you exit the
10189 summary buffer.  If the @code{gnus-use-cross-reference} variable is
10190 @code{t} (which is the default), articles that are cross-referenced to
10191 this group and are marked as read, will also be marked as read in the
10192 other subscribed groups they were cross-posted to.  If this variable is
10193 neither @code{nil} nor @code{t}, the article will be marked as read in
10194 both subscribed and unsubscribed groups (@pxref{Crosspost Handling}).
10195
10196
10197 @node Crosspost Handling
10198 @section Crosspost Handling
10199
10200 @cindex velveeta
10201 @cindex spamming
10202 Marking cross-posted articles as read ensures that you'll never have to
10203 read the same article more than once.  Unless, of course, somebody has
10204 posted it to several groups separately.  Posting the same article to
10205 several groups (not cross-posting) is called @dfn{spamming}, and you are
10206 by law required to send nasty-grams to anyone who perpetrates such a
10207 heinous crime.  You may want to try NoCeM handling to filter out spam
10208 (@pxref{NoCeM}).
10209
10210 Remember: Cross-posting is kinda ok, but posting the same article
10211 separately to several groups is not.  Massive cross-posting (aka.
10212 @dfn{velveeta}) is to be avoided at all costs, and you can even use the
10213 @code{gnus-summary-mail-crosspost-complaint} command to complain about
10214 excessive crossposting (@pxref{Summary Mail Commands}).
10215
10216 @cindex cross-posting
10217 @cindex Xref
10218 @cindex @sc{nov}
10219 One thing that may cause Gnus to not do the cross-posting thing
10220 correctly is if you use an @sc{nntp} server that supports @sc{xover}
10221 (which is very nice, because it speeds things up considerably) which
10222 does not include the @code{Xref} header in its @sc{nov} lines.  This is
10223 Evil, but all too common, alas, alack.  Gnus tries to Do The Right Thing
10224 even with @sc{xover} by registering the @code{Xref} lines of all
10225 articles you actually read, but if you kill the articles, or just mark
10226 them as read without reading them, Gnus will not get a chance to snoop
10227 the @code{Xref} lines out of these articles, and will be unable to use
10228 the cross reference mechanism.
10229
10230 @cindex LIST overview.fmt
10231 @cindex overview.fmt
10232 To check whether your @sc{nntp} server includes the @code{Xref} header
10233 in its overview files, try @samp{telnet your.nntp.server nntp},
10234 @samp{MODE READER} on @code{inn} servers, and then say @samp{LIST
10235 overview.fmt}.  This may not work, but if it does, and the last line you
10236 get does not read @samp{Xref:full}, then you should shout and whine at
10237 your news admin until she includes the @code{Xref} header in the
10238 overview files.
10239
10240 @vindex gnus-nov-is-evil
10241 If you want Gnus to get the @code{Xref}s right all the time, you have to
10242 set @code{gnus-nov-is-evil} to @code{t}, which slows things down
10243 considerably.
10244
10245 C'est la vie.
10246
10247 For an alternative approach, @pxref{Duplicate Suppression}.
10248
10249
10250 @node Duplicate Suppression
10251 @section Duplicate Suppression
10252
10253 By default, Gnus tries to make sure that you don't have to read the same
10254 article more than once by utilizing the crossposting mechanism
10255 (@pxref{Crosspost Handling}).  However, that simple and efficient
10256 approach may not work satisfactory for some users for various
10257 reasons.
10258
10259 @enumerate
10260 @item
10261 The @sc{nntp} server may fail to generate the @code{Xref} header.  This
10262 is evil and not very common.
10263
10264 @item
10265 The @sc{nntp} server may fail to include the @code{Xref} header in the
10266 @file{.overview} data bases.  This is evil and all too common, alas.
10267
10268 @item
10269 You may be reading the same group (or several related groups) from
10270 different @sc{nntp} servers.
10271
10272 @item
10273 You may be getting mail that duplicates articles posted to groups.
10274 @end enumerate
10275
10276 I'm sure there are other situations where @code{Xref} handling fails as
10277 well, but these four are the most common situations.
10278
10279 If, and only if, @code{Xref} handling fails for you, then you may
10280 consider switching on @dfn{duplicate suppression}.  If you do so, Gnus
10281 will remember the @code{Message-ID}s of all articles you have read or
10282 otherwise marked as read, and then, as if by magic, mark them as read
10283 all subsequent times you see them---in @emph{all} groups.  Using this
10284 mechanism is quite likely to be somewhat inefficient, but not overly
10285 so.  It's certainly preferable to reading the same articles more than
10286 once.
10287
10288 Duplicate suppression is not a very subtle instrument.  It's more like a
10289 sledge hammer than anything else.  It works in a very simple
10290 fashion---if you have marked an article as read, it adds this Message-ID
10291 to a cache.  The next time it sees this Message-ID, it will mark the
10292 article as read with the @samp{M} mark.  It doesn't care what group it
10293 saw the article in.
10294
10295 @table @code
10296 @item gnus-suppress-duplicates
10297 @vindex gnus-suppress-duplicates
10298 If non-@code{nil}, suppress duplicates.
10299
10300 @item gnus-save-duplicate-list
10301 @vindex gnus-save-duplicate-list
10302 If non-@code{nil}, save the list of duplicates to a file.  This will
10303 make startup and shutdown take longer, so the default is @code{nil}.
10304 However, this means that only duplicate articles read in a single Gnus
10305 session are suppressed.
10306
10307 @item gnus-duplicate-list-length
10308 @vindex gnus-duplicate-list-length
10309 This variable says how many @code{Message-ID}s to keep in the duplicate
10310 suppression list.  The default is 10000.
10311
10312 @item gnus-duplicate-file
10313 @vindex gnus-duplicate-file
10314 The name of the file to store the duplicate suppression list in.  The
10315 default is @file{~/News/suppression}.
10316 @end table
10317
10318 If you have a tendency to stop and start Gnus often, setting
10319 @code{gnus-save-duplicate-list} to @code{t} is probably a good idea.  If
10320 you leave Gnus running for weeks on end, you may have it @code{nil}.  On
10321 the other hand, saving the list makes startup and shutdown much slower,
10322 so that means that if you stop and start Gnus often, you should set
10323 @code{gnus-save-duplicate-list} to @code{nil}.  Uhm.  I'll leave this up
10324 to you to figure out, I think.
10325
10326 @node Security
10327 @section Security
10328
10329 Gnus is able to verify signed messages or decrypt encrypted messages.
10330 The formats that are supported are PGP, @sc{pgp/mime} and @sc{s/mime},
10331 however you need some external programs to get things to work:
10332
10333 @enumerate
10334 @item
10335 To handle PGP and PGP/MIME messages, you have to install an OpenPGP
10336 implementation such as GnuPG.  The lisp interface to GnuPG included
10337 with Gnus is called PGG (@pxref{Top, ,PGG, pgg, PGG Manual}), but
10338 Mailcrypt and gpg.el are also supported.
10339
10340 @item
10341 To handle @sc{s/mime} message, you need to install OpenSSL.  OpenSSL 0.9.6
10342 or newer is recommended.
10343
10344 @end enumerate
10345
10346 More information on how to set things up can be found in the message
10347 manual (@pxref{Security, ,Security, message, Message Manual}).
10348
10349 @table @code
10350 @item mm-verify-option
10351 @vindex mm-verify-option
10352 Option of verifying signed parts.  @code{never}, not verify;
10353 @code{always}, always verify; @code{known}, only verify known
10354 protocols. Otherwise, ask user.
10355
10356 @item mm-decrypt-option
10357 @vindex mm-decrypt-option
10358 Option of decrypting encrypted parts.  @code{never}, no decryption;
10359 @code{always}, always decrypt; @code{known}, only decrypt known
10360 protocols. Otherwise, ask user.
10361
10362 @item mml1991-use
10363 @vindex mml1991-use
10364 Symbol indicating elisp interface to OpenPGP implementation for PGP
10365 messages.  The default is @code{pgg}, but @code{mailcrypt} and
10366 @code{gpg} are also supported although deprecated.
10367
10368 @item mml2015-use
10369 @vindex mml2015-use
10370 Symbol indicating elisp interface to OpenPGP implementation for
10371 PGP/MIME messages.  The default is @code{pgg}, but @code{mailcrypt}
10372 and @code{gpg} are also supported although deprecated.
10373
10374 @end table
10375
10376 @node Mailing List
10377 @section Mailing List
10378
10379 @kindex A M (summary)
10380 @findex gnus-mailing-list-insinuate
10381 Gnus understands some mailing list fields of RFC 2369.  To enable it,
10382 add a @code{to-list} group parameter (@pxref{Group Parameters}),
10383 possibly using @kbd{A M} (@code{gnus-mailing-list-insinuate}) in the
10384 summary buffer.
10385
10386 That enables the following commands to the summary buffer:
10387
10388 @table @kbd
10389
10390 @item C-c C-n h
10391 @kindex C-c C-n h (Summary)
10392 @findex gnus-mailing-list-help
10393 Send a message to fetch mailing list help, if List-Help field exists.
10394
10395 @item C-c C-n s
10396 @kindex C-c C-n s (Summary)
10397 @findex gnus-mailing-list-subscribe
10398 Send a message to subscribe the mailing list, if List-Subscribe field exists.
10399
10400 @item C-c C-n u
10401 @kindex C-c C-n u (Summary)
10402 @findex gnus-mailing-list-unsubscribe
10403 Send a message to unsubscribe the mailing list, if List-Unsubscribe
10404 field exists.
10405
10406 @item C-c C-n p
10407 @kindex C-c C-n p (Summary)
10408 @findex gnus-mailing-list-post
10409 Post to the mailing list, if List-Post field exists.
10410
10411 @item C-c C-n o
10412 @kindex C-c C-n o (Summary)
10413 @findex gnus-mailing-list-owner
10414 Send a message to the mailing list owner, if List-Owner field exists.
10415
10416 @item C-c C-n a
10417 @kindex C-c C-n a (Summary)
10418 @findex gnus-mailing-list-owner
10419 Browse the mailing list archive, if List-Archive field exists.
10420
10421 @end table
10422
10423 @node Article Buffer
10424 @chapter Article Buffer
10425 @cindex article buffer
10426
10427 The articles are displayed in the article buffer, of which there is only
10428 one.  All the summary buffers share the same article buffer unless you
10429 tell Gnus otherwise.
10430
10431 @menu
10432 * Hiding Headers::              Deciding what headers should be displayed.
10433 * Using MIME::                  Pushing articles through @sc{mime} before reading them.
10434 * Customizing Articles::        Tailoring the look of the articles.
10435 * Article Keymap::              Keystrokes available in the article buffer.
10436 * Misc Article::                Other stuff.
10437 @end menu
10438
10439
10440 @node Hiding Headers
10441 @section Hiding Headers
10442 @cindex hiding headers
10443 @cindex deleting headers
10444
10445 The top section of each article is the @dfn{head}.  (The rest is the
10446 @dfn{body}, but you may have guessed that already.)
10447
10448 @vindex gnus-show-all-headers
10449 There is a lot of useful information in the head: the name of the person
10450 who wrote the article, the date it was written and the subject of the
10451 article.  That's well and nice, but there's also lots of information
10452 most people do not want to see---what systems the article has passed
10453 through before reaching you, the @code{Message-ID}, the
10454 @code{References}, etc. ad nauseum---and you'll probably want to get rid
10455 of some of those lines.  If you want to keep all those lines in the
10456 article buffer, you can set @code{gnus-show-all-headers} to @code{t}.
10457
10458 Gnus provides you with two variables for sifting headers:
10459
10460 @table @code
10461
10462 @item gnus-visible-headers
10463 @vindex gnus-visible-headers
10464 If this variable is non-@code{nil}, it should be a regular expression
10465 that says what headers you wish to keep in the article buffer.  All
10466 headers that do not match this variable will be hidden.
10467
10468 For instance, if you only want to see the name of the person who wrote
10469 the article and the subject, you'd say:
10470
10471 @lisp
10472 (setq gnus-visible-headers "^From:\\|^Subject:")
10473 @end lisp
10474
10475 This variable can also be a list of regexps to match headers to
10476 remain visible.
10477
10478 @item gnus-ignored-headers
10479 @vindex gnus-ignored-headers
10480 This variable is the reverse of @code{gnus-visible-headers}.  If this
10481 variable is set (and @code{gnus-visible-headers} is @code{nil}), it
10482 should be a regular expression that matches all lines that you want to
10483 hide.  All lines that do not match this variable will remain visible.
10484
10485 For instance, if you just want to get rid of the @code{References} line
10486 and the @code{Xref} line, you might say:
10487
10488 @lisp
10489 (setq gnus-ignored-headers "^References:\\|^Xref:")
10490 @end lisp
10491
10492 This variable can also be a list of regexps to match headers to
10493 be removed.
10494
10495 Note that if @code{gnus-visible-headers} is non-@code{nil}, this
10496 variable will have no effect.
10497
10498 @end table
10499
10500 @vindex gnus-sorted-header-list
10501 Gnus can also sort the headers for you.  (It does this by default.)  You
10502 can control the sorting by setting the @code{gnus-sorted-header-list}
10503 variable.  It is a list of regular expressions that says in what order
10504 the headers are to be displayed.
10505
10506 For instance, if you want the name of the author of the article first,
10507 and then the subject, you might say something like:
10508
10509 @lisp
10510 (setq gnus-sorted-header-list '("^From:" "^Subject:"))
10511 @end lisp
10512
10513 Any headers that are to remain visible, but are not listed in this
10514 variable, will be displayed in random order after all the headers listed in this variable.
10515
10516 @findex gnus-article-hide-boring-headers
10517 @vindex gnus-boring-article-headers
10518 You can hide further boring headers by setting
10519 @code{gnus-treat-hide-boring-headers} to @code{head}.  What this function
10520 does depends on the @code{gnus-boring-article-headers} variable.  It's a
10521 list, but this list doesn't actually contain header names.  Instead is
10522 lists various @dfn{boring conditions} that Gnus can check and remove
10523 from sight.
10524
10525 These conditions are:
10526 @table @code
10527 @item empty
10528 Remove all empty headers.
10529 @item followup-to
10530 Remove the @code{Followup-To} header if it is identical to the
10531 @code{Newsgroups} header.
10532 @item reply-to
10533 Remove the @code{Reply-To} header if it lists the same address as the
10534 @code{From} header.
10535 @item newsgroups
10536 Remove the @code{Newsgroups} header if it only contains the current group
10537 name.
10538 @item to-address
10539 Remove the @code{To} header if it only contains the address identical to
10540 the current groups's @code{to-address} parameter.
10541 @item date
10542 Remove the @code{Date} header if the article is less than three days
10543 old.
10544 @item long-to
10545 Remove the @code{To} header if it is very long.
10546 @item many-to
10547 Remove all @code{To} headers if there are more than one.
10548 @end table
10549
10550 To include these three elements, you could say something like:
10551
10552 @lisp
10553 (setq gnus-boring-article-headers
10554       '(empty followup-to reply-to))
10555 @end lisp
10556
10557 This is also the default value for this variable.
10558
10559
10560 @node Using MIME
10561 @section Using MIME
10562 @cindex @sc{mime}
10563
10564 Mime is a standard for waving your hands through the air, aimlessly,
10565 while people stand around yawning.
10566
10567 @sc{mime}, however, is a standard for encoding your articles, aimlessly,
10568 while all newsreaders die of fear.
10569
10570 @sc{mime} may specify what character set the article uses, the encoding
10571 of the characters, and it also makes it possible to embed pictures and
10572 other naughty stuff in innocent-looking articles.
10573
10574 @vindex gnus-display-mime-function
10575 @findex gnus-display-mime
10576 Gnus pushes @sc{mime} articles through @code{gnus-display-mime-function}
10577 to display the @sc{mime} parts.  This is @code{gnus-display-mime} by
10578 default, which creates a bundle of clickable buttons that can be used to
10579 display, save and manipulate the @sc{mime} objects.
10580
10581 The following commands are available when you have placed point over a
10582 @sc{mime} button:
10583
10584 @table @kbd
10585 @findex gnus-article-press-button
10586 @item RET (Article)
10587 @kindex RET (Article)
10588 @itemx BUTTON-2 (Article)
10589 Toggle displaying of the @sc{mime} object
10590 (@code{gnus-article-press-button}). If builtin viewers can not display
10591 the object, Gnus resorts to external viewers in the @file{mailcap}
10592 files.  If a viewer has the @samp{copiousoutput} specification, the
10593 object is displayed inline.
10594
10595 @findex gnus-mime-view-part
10596 @item M-RET (Article)
10597 @kindex M-RET (Article)
10598 @itemx v (Article)
10599 Prompt for a method, and then view the @sc{mime} object using this
10600 method (@code{gnus-mime-view-part}).
10601
10602 @findex gnus-mime-view-part-as-type
10603 @item t (Article)
10604 @kindex t (Article)
10605 View the @sc{mime} object as if it were a different @sc{mime} media type
10606 (@code{gnus-mime-view-part-as-type}).
10607
10608 @findex gnus-mime-view-part-as-charset
10609 @item C (Article)
10610 @kindex C (Article)
10611 Prompt for a charset, and then view the @sc{mime} object using this
10612 charset (@code{gnus-mime-view-part-as-charset}).
10613
10614 @findex gnus-mime-save-part
10615 @item o (Article)
10616 @kindex o (Article)
10617 Prompt for a file name, and then save the @sc{mime} object
10618 (@code{gnus-mime-save-part}).
10619
10620 @findex gnus-mime-save-part-and-strip
10621 @item C-o (Article)
10622 @kindex C-o (Article)
10623 Prompt for a file name, then save the @sc{mime} object and strip it from
10624 the article.  Then proceed to article editing, where a reasonable
10625 suggestion is being made on how the altered article should look
10626 like. The stripped @sc{mime} object will be referred via the
10627 message/external-body @sc{mime} type.
10628 (@code{gnus-mime-save-part-and-strip}).
10629
10630 @findex gnus-mime-copy-part
10631 @item c (Article)
10632 @kindex c (Article)
10633 Copy the @sc{mime} object to a fresh buffer and display this buffer
10634 (@code{gnus-mime-copy-part}).  Compressed files like @file{.gz} and
10635 @file{.bz2} are automatically decompressed if
10636 @code{auto-compression-mode} is enabled (@pxref{Compressed Files,,
10637 Accessing Compressed Files, emacs, The Emacs Editor}).
10638
10639 @findex gnus-mime-print-part
10640 @item p (Article)
10641 @kindex p (Article)
10642 Print the @sc{mime} object (@code{gnus-mime-print-part}).  This
10643 command respects the @samp{print=} specifications in the
10644 @file{.mailcap} file.
10645
10646 @findex gnus-mime-inline-part
10647 @item i (Article)
10648 @kindex i (Article)
10649 Insert the contents of the @sc{mime} object into the buffer
10650 (@code{gnus-mime-inline-part}) as text/plain.  If given a prefix, insert
10651 the raw contents without decoding.  If given a numerical prefix, you can
10652 do semi-manual charset stuff (see
10653 @code{gnus-summary-show-article-charset-alist} in @pxref{Paging the
10654 Article}).
10655
10656 @findex gnus-mime-view-part-internally
10657 @item E (Article)
10658 @kindex E (Article)
10659 View the @sc{mime} object with an internal viewer.  If no internal
10660 viewer is available, use an external viewer
10661 (@code{gnus-mime-view-part-internally}).
10662
10663 @findex gnus-mime-view-part-externally
10664 @item e (Article)
10665 @kindex e (Article)
10666 View the @sc{mime} object with an external viewer.
10667 (@code{gnus-mime-view-part-externally}).
10668
10669 @findex gnus-mime-pipe-part
10670 @item | (Article)
10671 @kindex | (Article)
10672 Output the @sc{mime} object to a process (@code{gnus-mime-pipe-part}).
10673
10674 @findex gnus-mime-action-on-part
10675 @item . (Article)
10676 @kindex . (Article)
10677 Interactively run an action on the @sc{mime} object
10678 (@code{gnus-mime-action-on-part}).
10679
10680 @end table
10681
10682 Gnus will display some @sc{mime} objects automatically.  The way Gnus
10683 determines which parts to do this with is described in the Emacs
10684 @sc{mime} manual.
10685
10686 It might be best to just use the toggling functions from the article
10687 buffer to avoid getting nasty surprises.  (For instance, you enter the
10688 group @samp{alt.sing-a-long} and, before you know it, @sc{mime} has
10689 decoded the sound file in the article and some horrible sing-a-long song
10690 comes screaming out your speakers, and you can't find the volume button,
10691 because there isn't one, and people are starting to look at you, and you
10692 try to stop the program, but you can't, and you can't find the program
10693 to control the volume, and everybody else in the room suddenly decides
10694 to look at you disdainfully, and you'll feel rather stupid.)
10695
10696 Any similarity to real events and people is purely coincidental.  Ahem.
10697
10698 Also see @pxref{MIME Commands}.
10699
10700
10701 @node Customizing Articles
10702 @section Customizing Articles
10703 @cindex article customization
10704
10705 A slew of functions for customizing how the articles are to look like
10706 exist.  You can call these functions interactively
10707 (@pxref{Article Washing}), or you can have them
10708 called automatically when you select the articles.
10709
10710 To have them called automatically, you should set the corresponding
10711 ``treatment'' variable.  For instance, to have headers hidden, you'd set
10712 @code{gnus-treat-hide-headers}.  Below is a list of variables that can
10713 be set, but first we discuss the values these variables can have.
10714
10715 Note: Some values, while valid, make little sense.  Check the list below
10716 for sensible values.
10717
10718 @enumerate
10719 @item
10720 @code{nil}: Don't do this treatment.
10721
10722 @item
10723 @code{t}: Do this treatment on all body parts.
10724
10725 @item
10726 @code{head}: Do the treatment on the headers.
10727
10728 @item
10729 @code{last}: Do this treatment on the last part.
10730
10731 @item
10732 An integer: Do this treatment on all body parts that have a length less
10733 than this number.
10734
10735 @item
10736 A list of strings: Do this treatment on all body parts that are in
10737 articles that are read in groups that have names that match one of the
10738 regexps in the list.
10739
10740 @item
10741 A list where the first element is not a string:
10742
10743 The list is evaluated recursively.  The first element of the list is a
10744 predicate.  The following predicates are recognized: @code{or},
10745 @code{and}, @code{not} and @code{typep}.  Here's an example:
10746
10747 @lisp
10748 (or last
10749     (typep "text/x-vcard"))
10750 @end lisp
10751
10752 @end enumerate
10753
10754 You may have noticed that the word @dfn{part} is used here.  This refers
10755 to the fact that some messages are @sc{mime} multipart articles that may
10756 be divided into several parts.  Articles that are not multiparts are
10757 considered to contain just a single part.
10758
10759 @vindex gnus-article-treat-types
10760 Are the treatments applied to all sorts of multipart parts?  Yes, if you
10761 want to, but by default, only @samp{text/plain} parts are given the
10762 treatment.  This is controlled by the @code{gnus-article-treat-types}
10763 variable, which is a list of regular expressions that are matched to the
10764 type of the part.  This variable is ignored if the value of the
10765 controlling variable is a predicate list, as described above.
10766
10767 The following treatment options are available.  The easiest way to
10768 customize this is to examine the @code{gnus-article-treat} customization
10769 group.  Values in parenthesis are suggested sensible values.  Others are
10770 possible but those listed are probably sufficient for most people.
10771
10772 @table @code
10773 @item gnus-treat-buttonize (t, integer)
10774 @item gnus-treat-buttonize-head (head)
10775
10776 @xref{Article Buttons}.
10777
10778 @item gnus-treat-capitalize-sentences (t, integer)
10779 @item gnus-treat-overstrike (t, integer)
10780 @item gnus-treat-strip-cr (t, integer)
10781 @item gnus-treat-strip-headers-in-body (t, integer)
10782 @item gnus-treat-strip-leading-blank-lines (t, integer)
10783 @item gnus-treat-strip-multiple-blank-lines (t, integer)
10784 @item gnus-treat-strip-pem (t, last, integer)
10785 @item gnus-treat-strip-trailing-blank-lines (t, last, integer)
10786 @item gnus-treat-unsplit-urls (t, integer)
10787 @item gnus-treat-wash-html (t, integer)
10788
10789 @xref{Article Washing}.
10790
10791 @item gnus-treat-date-english (head)
10792 @item gnus-treat-date-iso8601 (head)
10793 @item gnus-treat-date-lapsed (head)
10794 @item gnus-treat-date-local (head)
10795 @item gnus-treat-date-original (head)
10796 @item gnus-treat-date-user-defined (head)
10797 @item gnus-treat-date-ut (head)
10798
10799 @xref{Article Date}.
10800
10801 @item gnus-treat-from-picon (head)
10802 @item gnus-treat-mail-picon (head)
10803 @item gnus-treat-newsgroups-picon (head)
10804
10805 @xref{Picons}.
10806
10807 @item gnus-treat-display-smileys (t, integer)
10808
10809 @item gnus-treat-body-boundary (head)
10810
10811 @vindex gnus-body-boundary-delimiter
10812 Adds a delimiter between header and body, the string used as delimiter
10813 is controlled by @code{gnus-body-boundary-delimiter}.
10814
10815 @xref{Smileys}.
10816
10817 @item gnus-treat-display-xface (head)
10818
10819 @xref{X-Face}.
10820
10821 @item gnus-treat-emphasize (t, head, integer)
10822 @item gnus-treat-fill-article (t, integer)
10823 @item gnus-treat-fill-long-lines (t, integer)
10824 @item gnus-treat-hide-boring-headers (head)
10825 @item gnus-treat-hide-citation (t, integer)
10826 @item gnus-treat-hide-citation-maybe (t, integer)
10827 @item gnus-treat-hide-headers (head)
10828 @item gnus-treat-hide-signature (t, last)
10829
10830 @xref{Article Hiding}.
10831
10832 @item gnus-treat-highlight-citation (t, integer)
10833 @item gnus-treat-highlight-headers (head)
10834 @item gnus-treat-highlight-signature (t, last, integer)
10835
10836 @xref{Article Highlighting}.
10837
10838 @item gnus-treat-play-sounds
10839 @item gnus-treat-translate
10840 @item gnus-treat-x-pgp-sig (head)
10841
10842 @item gnus-treat-unfold-headers (head)
10843 @item gnus-treat-fold-headers (head)
10844 @item gnus-treat-fold-newsgroups (head)
10845 @item gnus-treat-leading-whitespace (head)
10846
10847 @xref{Article Header}.
10848
10849
10850 @end table
10851
10852 @vindex gnus-part-display-hook
10853 You can, of course, write your own functions to be called from
10854 @code{gnus-part-display-hook}.  The functions are called narrowed to the
10855 part, and you can do anything you like, pretty much.  There is no
10856 information that you have to keep in the buffer---you can change
10857 everything.
10858
10859
10860 @node Article Keymap
10861 @section Article Keymap
10862
10863 Most of the keystrokes in the summary buffer can also be used in the
10864 article buffer.  They should behave as if you typed them in the summary
10865 buffer, which means that you don't actually have to have a summary
10866 buffer displayed while reading.  You can do it all from the article
10867 buffer.
10868
10869 A few additional keystrokes are available:
10870
10871 @table @kbd
10872
10873 @item SPACE
10874 @kindex SPACE (Article)
10875 @findex gnus-article-next-page
10876 Scroll forwards one page (@code{gnus-article-next-page}).
10877 This is exactly the same as @kbd{h SPACE h}.
10878
10879 @item DEL
10880 @kindex DEL (Article)
10881 @findex gnus-article-prev-page
10882 Scroll backwards one page (@code{gnus-article-prev-page}).
10883 This is exactly the same as @kbd{h DEL h}.
10884
10885 @item C-c ^
10886 @kindex C-c ^ (Article)
10887 @findex gnus-article-refer-article
10888 If point is in the neighborhood of a @code{Message-ID} and you press
10889 @kbd{C-c ^}, Gnus will try to get that article from the server
10890 (@code{gnus-article-refer-article}).
10891
10892 @item C-c C-m
10893 @kindex C-c C-m (Article)
10894 @findex gnus-article-mail
10895 Send a reply to the address near point (@code{gnus-article-mail}).  If
10896 given a prefix, include the mail.
10897
10898 @item s
10899 @kindex s (Article)
10900 @findex gnus-article-show-summary
10901 Reconfigure the buffers so that the summary buffer becomes visible
10902 (@code{gnus-article-show-summary}).
10903
10904 @item ?
10905 @kindex ? (Article)
10906 @findex gnus-article-describe-briefly
10907 Give a very brief description of the available keystrokes
10908 (@code{gnus-article-describe-briefly}).
10909
10910 @item TAB
10911 @kindex TAB (Article)
10912 @findex gnus-article-next-button
10913 Go to the next button, if any (@code{gnus-article-next-button}).  This
10914 only makes sense if you have buttonizing turned on.
10915
10916 @item M-TAB
10917 @kindex M-TAB (Article)
10918 @findex gnus-article-prev-button
10919 Go to the previous button, if any (@code{gnus-article-prev-button}).
10920
10921 @item R
10922 @kindex R (Article)
10923 @findex gnus-article-reply-with-original
10924 Send a reply to the current article and yank the current article
10925 (@code{gnus-article-reply-with-original}).  If given a prefix, make a
10926 wide reply.  If the region is active, only yank the text in the
10927 region.
10928
10929 @item F
10930 @kindex F (Article)
10931 @findex gnus-article-followup-with-original
10932 Send a followup to the current article and yank the current article
10933 (@code{gnus-article-followup-with-original}).  If given a prefix, make
10934 a wide reply.  If the region is active, only yank the text in the
10935 region.
10936
10937
10938 @end table
10939
10940
10941 @node Misc Article
10942 @section Misc Article
10943
10944 @table @code
10945
10946 @item gnus-single-article-buffer
10947 @vindex gnus-single-article-buffer
10948 If non-@code{nil}, use the same article buffer for all the groups.
10949 (This is the default.)  If @code{nil}, each group will have its own
10950 article buffer.
10951
10952 @vindex gnus-article-decode-hook
10953 @item gnus-article-decode-hook
10954 @cindex MIME
10955 Hook used to decode @sc{mime} articles.  The default value is
10956 @code{(article-decode-charset article-decode-encoded-words)}
10957
10958 @vindex gnus-article-prepare-hook
10959 @item gnus-article-prepare-hook
10960 This hook is called right after the article has been inserted into the
10961 article buffer.  It is mainly intended for functions that do something
10962 depending on the contents; it should probably not be used for changing
10963 the contents of the article buffer.
10964
10965 @item gnus-article-mode-hook
10966 @vindex gnus-article-mode-hook
10967 Hook called in article mode buffers.
10968
10969 @item gnus-article-mode-syntax-table
10970 @vindex gnus-article-mode-syntax-table
10971 Syntax table used in article buffers.  It is initialized from
10972 @code{text-mode-syntax-table}.
10973
10974 @vindex gnus-article-mode-line-format
10975 @item gnus-article-mode-line-format
10976 This variable is a format string along the same lines as
10977 @code{gnus-summary-mode-line-format} (@pxref{Mode Line Formatting}).  It
10978 accepts the same format specifications as that variable, with two
10979 extensions:
10980
10981 @table @samp
10982
10983 @item w
10984 The @dfn{wash status} of the article.  This is a short string with one
10985 character for each possible article wash operation that may have been
10986 performed.  The characters and their meaning:
10987
10988 @table @samp
10989
10990 @item c
10991 Displayed when cited text may be hidden in the article buffer.
10992
10993 @item h
10994 Displayed when headers are hidden in the article buffer.
10995
10996 @item p
10997 Displayed when article is digitally signed or encrypted, and Gnus has
10998 hidden the security headers.  (N.B. does not tell anything about
10999 security status, i.e. good or bad signature.)
11000
11001 @item s
11002 Displayed when the signature has been hidden in the Article buffer.
11003
11004 @item o
11005 Displayed when Gnus has treated overstrike characters in the article buffer.
11006
11007 @item e
11008 Displayed when Gnus has treated emphasised strings in the article buffer.
11009
11010 @end table
11011
11012 @item m
11013 The number of @sc{mime} parts in the article.
11014
11015 @end table
11016
11017 @vindex gnus-break-pages
11018
11019 @item gnus-break-pages
11020 Controls whether @dfn{page breaking} is to take place.  If this variable
11021 is non-@code{nil}, the articles will be divided into pages whenever a
11022 page delimiter appears in the article.  If this variable is @code{nil},
11023 paging will not be done.
11024
11025 @item gnus-page-delimiter
11026 @vindex gnus-page-delimiter
11027 This is the delimiter mentioned above.  By default, it is @samp{^L}
11028 (formfeed).
11029 @end table
11030
11031
11032 @node Composing Messages
11033 @chapter Composing Messages
11034 @cindex composing messages
11035 @cindex messages
11036 @cindex mail
11037 @cindex sending mail
11038 @cindex reply
11039 @cindex followup
11040 @cindex post
11041 @cindex using gpg
11042 @cindex using s/mime
11043 @cindex using smime
11044
11045 @kindex C-c C-c (Post)
11046 All commands for posting and mailing will put you in a message buffer
11047 where you can edit the article all you like, before you send the
11048 article by pressing @kbd{C-c C-c}.  @xref{Top, , Overview, message,
11049 Message Manual}.  Where the message will be posted/mailed to depends
11050 on your setup (@pxref{Posting Server}).
11051
11052 @menu
11053 * Mail::                        Mailing and replying.
11054 * Posting Server::              What server should you post and mail via?
11055 * Mail and Post::               Mailing and posting at the same time.
11056 * Archived Messages::           Where Gnus stores the messages you've sent.
11057 * Posting Styles::              An easier way to specify who you are.
11058 * Drafts::                      Postponing messages and rejected messages.
11059 * Rejected Articles::           What happens if the server doesn't like your article?
11060 * Signing and encrypting::      How to compose secure messages.
11061 @end menu
11062
11063 Also see @pxref{Canceling and Superseding} for information on how to
11064 remove articles you shouldn't have posted.
11065
11066
11067 @node Mail
11068 @section Mail
11069
11070 Variables for customizing outgoing mail:
11071
11072 @table @code
11073 @item gnus-uu-digest-headers
11074 @vindex gnus-uu-digest-headers
11075 List of regexps to match headers included in digested messages.  The
11076 headers will be included in the sequence they are matched.  If
11077 @code{nil} include all headers.
11078
11079 @item gnus-add-to-list
11080 @vindex gnus-add-to-list
11081 If non-@code{nil}, add a @code{to-list} group parameter to mail groups
11082 that have none when you do a @kbd{a}.
11083
11084 @item gnus-confirm-mail-reply-to-news
11085 @vindex gnus-confirm-mail-reply-to-news
11086 This can also be a function receiving the group name as the only
11087 parameter which should return non-@code{nil} if a confirmation is
11088 needed, or a regular expression matching group names, where
11089 confirmation is should be asked for.
11090
11091 If you find yourself never wanting to reply to mail, but occasionally
11092 press R anyway, this variable might be for you.
11093
11094 @item gnus-confirm-treat-mail-like-news
11095 @vindex gnus-confirm-treat-mail-like-news
11096 If non-@code{nil}, Gnus also requests confirmation according to
11097 @code{gnus-confirm-mail-reply-to-news} when replying to mail.  This is
11098 useful for treating mailing lists like newsgroups.
11099  
11100 @end table
11101
11102
11103 @node Posting Server
11104 @section Posting Server
11105
11106 When you press those magical @kbd{C-c C-c} keys to ship off your latest
11107 (extremely intelligent, of course) article, where does it go?
11108
11109 Thank you for asking.  I hate you.
11110
11111 It can be quite complicated.
11112
11113 @vindex gnus-post-method
11114 When posting news, Message usually invokes @code{message-send-news}
11115 (@pxref{News Variables, , News Variables, message, Message Manual}).
11116 Normally, Gnus will post using the same select method as you're
11117 reading from (which might be convenient if you're reading lots of
11118 groups from different private servers).  However.  If the server
11119 you're reading from doesn't allow posting, just reading, you probably
11120 want to use some other server to post your (extremely intelligent and
11121 fabulously interesting) articles.  You can then set the
11122 @code{gnus-post-method} to some other method:
11123
11124 @lisp
11125 (setq gnus-post-method '(nnspool ""))
11126 @end lisp
11127
11128 Now, if you've done this, and then this server rejects your article, or
11129 this server is down, what do you do then?  To override this variable you
11130 can use a non-zero prefix to the @kbd{C-c C-c} command to force using
11131 the ``current'' server, to get back the default behavior, for posting.
11132
11133 If you give a zero prefix (i.e., @kbd{C-u 0 C-c C-c}) to that command,
11134 Gnus will prompt you for what method to use for posting.
11135
11136 You can also set @code{gnus-post-method} to a list of select methods.
11137 If that's the case, Gnus will always prompt you for what method to use
11138 for posting.
11139
11140 Finally, if you want to always post using the native select method,
11141 you can set this variable to @code{native}.
11142
11143 When sending mail, Message invokes @code{message-send-mail-function}.
11144 The default function, @code{message-send-mail-with-sendmail}, pipes
11145 your article to the @code{sendmail} binary for further queuing and
11146 sending.  When your local system is not configured for sending mail
11147 using @code{sendmail}, and you have access to a remote @sc{smtp}
11148 server, you can set @code{message-send-mail-function} to
11149 @code{smtpmail-send-it} and make sure to setup the @code{smtpmail}
11150 package correctly.  An example:
11151
11152 @lisp
11153 (setq message-send-mail-function 'smtpmail-send-it
11154       smtpmail-default-smtp-server "YOUR SMTP HOST")
11155 @end lisp
11156
11157 To the thing similar to this, there is @code{message-smtpmail-send-it}.
11158 It is useful if your ISP requires the POP-before-SMTP authentication.
11159 See the documentation for the function @code{mail-source-touch-pop}.
11160
11161 Other possible choices for @code{message-send-mail-function} includes
11162 @code{message-send-mail-with-mh}, @code{message-send-mail-with-qmail},
11163 and @code{feedmail-send-it}.
11164
11165 @node Mail and Post
11166 @section Mail and Post
11167
11168 Here's a list of variables relevant to both mailing and
11169 posting:
11170
11171 @table @code
11172 @item gnus-mailing-list-groups
11173 @findex gnus-mailing-list-groups
11174 @cindex mailing lists
11175
11176 If your news server offers groups that are really mailing lists
11177 gatewayed to the @sc{nntp} server, you can read those groups without
11178 problems, but you can't post/followup to them without some difficulty.
11179 One solution is to add a @code{to-address} to the group parameters
11180 (@pxref{Group Parameters}).  An easier thing to do is set the
11181 @code{gnus-mailing-list-groups} to a regexp that matches the groups that
11182 really are mailing lists.  Then, at least, followups to the mailing
11183 lists will work most of the time.  Posting to these groups (@kbd{a}) is
11184 still a pain, though.
11185
11186 @item gnus-version-expose-system
11187 @vindex gnus-version-expose-system
11188
11189 Your system type (@code{system-configuration} variable, such as
11190 @samp{i686-pc-linux}) is exposed in the auto-generated by default
11191 User-Agent header. Sometimes, it may be desireable (mostly because of
11192 aesthetic reasons) to turn it off. In this case, set it to @code{nil}.
11193
11194 @end table
11195
11196 You may want to do spell-checking on messages that you send out.  Or, if
11197 you don't want to spell-check by hand, you could add automatic
11198 spell-checking via the @code{ispell} package:
11199
11200 @cindex ispell
11201 @findex ispell-message
11202 @lisp
11203 (add-hook 'message-send-hook 'ispell-message)
11204 @end lisp
11205
11206 If you want to change the @code{ispell} dictionary based on what group
11207 you're in, you could say something like the following:
11208
11209 @lisp
11210 (add-hook 'gnus-select-group-hook
11211           (lambda ()
11212             (cond
11213              ((string-match
11214                "^de\\." (gnus-group-real-name gnus-newsgroup-name))
11215               (ispell-change-dictionary "deutsch"))
11216              (t
11217               (ispell-change-dictionary "english")))))
11218 @end lisp
11219
11220 Modify to suit your needs.
11221
11222
11223 @node Archived Messages
11224 @section Archived Messages
11225 @cindex archived messages
11226 @cindex sent messages
11227
11228 Gnus provides a few different methods for storing the mail and news you
11229 send.  The default method is to use the @dfn{archive virtual server} to
11230 store the messages.  If you want to disable this completely, the
11231 @code{gnus-message-archive-group} variable should be @code{nil}, which
11232 is the default.
11233
11234 For archiving interesting messages in a group you read, see the
11235 @kbd{B c} (@code{gnus-summary-copy-article}) command (@pxref{Mail
11236 Group Commands}).
11237
11238 @vindex gnus-message-archive-method
11239 @code{gnus-message-archive-method} says what virtual server Gnus is to
11240 use to store sent messages.  The default is:
11241
11242 @lisp
11243 (nnfolder "archive"
11244           (nnfolder-directory   "~/Mail/archive")
11245           (nnfolder-active-file "~/Mail/archive/active")
11246           (nnfolder-get-new-mail nil)
11247           (nnfolder-inhibit-expiry t))
11248 @end lisp
11249
11250 You can, however, use any mail select method (@code{nnml},
11251 @code{nnmbox}, etc.).  @code{nnfolder} is a quite likable select method
11252 for doing this sort of thing, though.  If you don't like the default
11253 directory chosen, you could say something like:
11254
11255 @lisp
11256 (setq gnus-message-archive-method
11257       '(nnfolder "archive"
11258                  (nnfolder-inhibit-expiry t)
11259                  (nnfolder-active-file "~/News/sent-mail/active")
11260                  (nnfolder-directory "~/News/sent-mail/")))
11261 @end lisp
11262
11263 @vindex gnus-message-archive-group
11264 @cindex Gcc
11265 Gnus will insert @code{Gcc} headers in all outgoing messages that point
11266 to one or more group(s) on that server.  Which group to use is
11267 determined by the @code{gnus-message-archive-group} variable.
11268
11269 This variable can be used to do the following:
11270
11271 @itemize @bullet
11272 @item
11273 a string
11274 Messages will be saved in that group.
11275
11276 Note that you can include a select method in the group name, then the
11277 message will not be stored in the select method given by
11278 @code{gnus-message-archive-method}, but in the select method specified
11279 by the group name, instead.  Suppose @code{gnus-message-archive-method}
11280 has the default value shown above.  Then setting
11281 @code{gnus-message-archive-group} to @code{"foo"} means that outgoing
11282 messages are stored in @samp{nnfolder+archive:foo}, but if you use the
11283 value @code{"nnml:foo"}, then outgoing messages will be stored in
11284 @samp{nnml:foo}.
11285 @item
11286 a list of strings
11287 Messages will be saved in all those groups.
11288 @item
11289 an alist of regexps, functions and forms
11290 When a key ``matches'', the result is used.
11291 @item
11292 @code{nil}
11293 No message archiving will take place.  This is the default.
11294 @end itemize
11295
11296 Let's illustrate:
11297
11298 Just saving to a single group called @samp{MisK}:
11299 @lisp
11300 (setq gnus-message-archive-group "MisK")
11301 @end lisp
11302
11303 Saving to two groups, @samp{MisK} and @samp{safe}:
11304 @lisp
11305 (setq gnus-message-archive-group '("MisK" "safe"))
11306 @end lisp
11307
11308 Save to different groups based on what group you are in:
11309 @lisp
11310 (setq gnus-message-archive-group
11311       '(("^alt" "sent-to-alt")
11312         ("mail" "sent-to-mail")
11313         (".*" "sent-to-misc")))
11314 @end lisp
11315
11316 More complex stuff:
11317 @lisp
11318 (setq gnus-message-archive-group
11319       '((if (message-news-p)
11320             "misc-news"
11321           "misc-mail")))
11322 @end lisp
11323
11324 How about storing all news messages in one file, but storing all mail
11325 messages in one file per month:
11326
11327 @lisp
11328 (setq gnus-message-archive-group
11329       '((if (message-news-p)
11330             "misc-news"
11331           (concat "mail." (format-time-string "%Y-%m")))))
11332 @end lisp
11333
11334 @c (XEmacs 19.13 doesn't have @code{format-time-string}, so you'll have to
11335 @c use a different value for @code{gnus-message-archive-group} there.)
11336
11337 Now, when you send a message off, it will be stored in the appropriate
11338 group.  (If you want to disable storing for just one particular message,
11339 you can just remove the @code{Gcc} header that has been inserted.)  The
11340 archive group will appear in the group buffer the next time you start
11341 Gnus, or the next time you press @kbd{F} in the group buffer.  You can
11342 enter it and read the articles in it just like you'd read any other
11343 group.  If the group gets really big and annoying, you can simply rename
11344 if (using @kbd{G r} in the group buffer) to something
11345 nice---@samp{misc-mail-september-1995}, or whatever.  New messages will
11346 continue to be stored in the old (now empty) group.
11347
11348 That's the default method of archiving sent messages.  Gnus offers a
11349 different way for the people who don't like the default method.  In that
11350 case you should set @code{gnus-message-archive-group} to @code{nil};
11351 this will disable archiving.
11352
11353 @table @code
11354 @item gnus-outgoing-message-group
11355 @vindex gnus-outgoing-message-group
11356 All outgoing messages will be put in this group.  If you want to store
11357 all your outgoing mail and articles in the group @samp{nnml:archive},
11358 you set this variable to that value.  This variable can also be a list of
11359 group names.
11360
11361 If you want to have greater control over what group to put each
11362 message in, you can set this variable to a function that checks the
11363 current newsgroup name and then returns a suitable group name (or list
11364 of names).
11365
11366 This variable can be used instead of @code{gnus-message-archive-group},
11367 but the latter is the preferred method.
11368
11369 @item gnus-gcc-mark-as-read
11370 @vindex gnus-gcc-mark-as-read
11371 If non-@code{nil}, automatically mark @code{Gcc} articles as read.
11372
11373 @item gnus-gcc-externalize-attachments
11374 @vindex gnus-gcc-externalize-attachments
11375 If @code{nil}, attach files as normal parts in Gcc copies; if a regexp
11376 and matches the Gcc group name, attach files as external parts; if it is
11377 @code{all}, attach local files as external parts; if it is other
11378 non-@code{nil}, the behavior is the same as @code{all}, but it may be
11379 changed in the future.
11380
11381 @end table
11382
11383
11384 @node Posting Styles
11385 @section Posting Styles
11386 @cindex posting styles
11387 @cindex styles
11388
11389 All them variables, they make my head swim.
11390
11391 So what if you want a different @code{Organization} and signature based
11392 on what groups you post to?  And you post both from your home machine
11393 and your work machine, and you want different @code{From} lines, and so
11394 on?
11395
11396 @vindex gnus-posting-styles
11397 One way to do stuff like that is to write clever hooks that change the
11398 variables you need to have changed.  That's a bit boring, so somebody
11399 came up with the bright idea of letting the user specify these things in
11400 a handy alist.  Here's an example of a @code{gnus-posting-styles}
11401 variable:
11402
11403 @lisp
11404 ((".*"
11405   (signature "Peace and happiness")
11406   (organization "What me?"))
11407  ("^comp"
11408   (signature "Death to everybody"))
11409  ("comp.emacs.i-love-it"
11410   (organization "Emacs is it")))
11411 @end lisp
11412
11413 As you might surmise from this example, this alist consists of several
11414 @dfn{styles}.  Each style will be applicable if the first element
11415 ``matches'', in some form or other.  The entire alist will be iterated
11416 over, from the beginning towards the end, and each match will be
11417 applied, which means that attributes in later styles that match override
11418 the same attributes in earlier matching styles.  So
11419 @samp{comp.programming.literate} will have the @samp{Death to everybody}
11420 signature and the @samp{What me?} @code{Organization} header.
11421
11422 The first element in each style is called the @code{match}.  If it's a
11423 string, then Gnus will try to regexp match it against the group name.
11424 If it is the form @code{(header @var{match} @var{regexp})}, then Gnus
11425 will look in the original article for a header whose name is
11426 @var{match} and compare that @var{regexp}.  @var{match} and
11427 @var{regexp} are strings.  (There original article is the one you are
11428 replying or following up to.  If you are not composing a reply or a
11429 followup, then there is nothing to match against.)  If the
11430 @code{match} is a function symbol, that function will be called with
11431 no arguments.  If it's a variable symbol, then the variable will be
11432 referenced.  If it's a list, then that list will be @code{eval}ed.  In
11433 any case, if this returns a non-@code{nil} value, then the style is
11434 said to @dfn{match}.
11435
11436 Each style may contain an arbitrary amount of @dfn{attributes}.  Each
11437 attribute consists of a @code{(@var{name} @var{value})} pair.  The
11438 attribute name can be one of @code{signature}, @code{signature-file},
11439 @code{x-face-file}, @code{address} (overriding
11440 @code{user-mail-address}), @code{name} (overriding
11441 @code{(user-full-name)}) or @code{body}.  The attribute name can also
11442 be a string or a symbol.  In that case, this will be used as a header
11443 name, and the value will be inserted in the headers of the article; if
11444 the value is @code{nil}, the header name will be removed.  If the
11445 attribute name is @code{eval}, the form is evaluated, and the result
11446 is thrown away.
11447
11448 The attribute value can be a string (used verbatim), a function with
11449 zero arguments (the return value will be used), a variable (its value
11450 will be used) or a list (it will be @code{eval}ed and the return value
11451 will be used).  The functions and sexps are called/@code{eval}ed in the
11452 message buffer that is being set up.  The headers of the current article
11453 are available through the @code{message-reply-headers} variable, which
11454 is a vector of the following headers: number subject from date id
11455 references chars lines xref extra.
11456
11457 @vindex message-reply-headers
11458
11459 If you wish to check whether the message you are about to compose is
11460 meant to be a news article or a mail message, you can check the values
11461 of the @code{message-news-p} and @code{message-mail-p} functions.
11462
11463 @findex message-mail-p
11464 @findex message-news-p
11465
11466 So here's a new example:
11467
11468 @lisp
11469 (setq gnus-posting-styles
11470       '((".*"
11471          (signature-file "~/.signature")
11472          (name "User Name")
11473          ("X-Home-Page" (getenv "WWW_HOME"))
11474          (organization "People's Front Against MWM"))
11475         ("^rec.humor"
11476          (signature my-funny-signature-randomizer))
11477         ((equal (system-name) "gnarly")  ;; A form
11478          (signature my-quote-randomizer))
11479         (message-news-p        ;; A function symbol
11480          (signature my-news-signature))
11481         (window-system         ;; A value symbol
11482          ("X-Window-System" (format "%s" window-system)))
11483         ;; If I'm replying to Larsi, set the Organization header.
11484         ((header "from" "larsi.*org")
11485          (Organization "Somewhere, Inc."))
11486         ((posting-from-work-p) ;; A user defined function
11487          (signature-file "~/.work-signature")
11488          (address "user@@bar.foo")
11489          (body "You are fired.\n\nSincerely, your boss.")
11490          (organization "Important Work, Inc"))
11491         ("nnml:.*"
11492          (From (save-excursion
11493                  (set-buffer gnus-article-buffer)
11494                  (message-fetch-field "to"))))
11495         ("^nn.+:"
11496          (signature-file "~/.mail-signature"))))
11497 @end lisp
11498
11499 The @samp{nnml:.*} rule means that you use the @code{To} address as the
11500 @code{From} address in all your outgoing replies, which might be handy
11501 if you fill many roles.
11502
11503
11504 @node Drafts
11505 @section Drafts
11506 @cindex drafts
11507
11508 If you are writing a message (mail or news) and suddenly remember that
11509 you have a steak in the oven (or some pesto in the food processor, you
11510 craaazy vegetarians), you'll probably wish there was a method to save
11511 the message you are writing so that you can continue editing it some
11512 other day, and send it when you feel its finished.
11513
11514 Well, don't worry about it.  Whenever you start composing a message of
11515 some sort using the Gnus mail and post commands, the buffer you get will
11516 automatically associate to an article in a special @dfn{draft} group.
11517 If you save the buffer the normal way (@kbd{C-x C-s}, for instance), the
11518 article will be saved there.  (Auto-save files also go to the draft
11519 group.)
11520
11521 @cindex nndraft
11522 @vindex nndraft-directory
11523 The draft group is a special group (which is implemented as an
11524 @code{nndraft} group, if you absolutely have to know) called
11525 @samp{nndraft:drafts}.  The variable @code{nndraft-directory} says where
11526 @code{nndraft} is to store its files.  What makes this group special is
11527 that you can't tick any articles in it or mark any articles as
11528 read---all articles in the group are permanently unread.
11529
11530 If the group doesn't exist, it will be created and you'll be subscribed
11531 to it.  The only way to make it disappear from the Group buffer is to
11532 unsubscribe it.
11533
11534 @c @findex gnus-dissociate-buffer-from-draft
11535 @c @kindex C-c M-d (Mail)
11536 @c @kindex C-c M-d (Post)
11537 @c @findex gnus-associate-buffer-with-draft
11538 @c @kindex C-c C-d (Mail)
11539 @c @kindex C-c C-d (Post)
11540 @c If you're writing some super-secret message that you later want to
11541 @c encode with PGP before sending, you may wish to turn the auto-saving
11542 @c (and association with the draft group) off.  You never know who might be
11543 @c interested in reading all your extremely valuable and terribly horrible
11544 @c and interesting secrets.  The @kbd{C-c M-d}
11545 @c (@code{gnus-dissociate-buffer-from-draft}) command does that for you.
11546 @c If you change your mind and want to turn the auto-saving back on again,
11547 @c @kbd{C-c C-d} (@code{gnus-associate-buffer-with-draft} does that.
11548 @c
11549 @c @vindex gnus-use-draft
11550 @c To leave association with the draft group off by default, set
11551 @c @code{gnus-use-draft} to @code{nil}.  It is @code{t} by default.
11552
11553 @findex gnus-draft-edit-message
11554 @kindex D e (Draft)
11555 When you want to continue editing the article, you simply enter the
11556 draft group and push @kbd{D e} (@code{gnus-draft-edit-message}) to do
11557 that.  You will be placed in a buffer where you left off.
11558
11559 Rejected articles will also be put in this draft group (@pxref{Rejected
11560 Articles}).
11561
11562 @findex gnus-draft-send-all-messages
11563 @kindex D s (Draft)
11564 @findex gnus-draft-send-message
11565 @kindex D S (Draft)
11566 If you have lots of rejected messages you want to post (or mail) without
11567 doing further editing, you can use the @kbd{D s} command
11568 (@code{gnus-draft-send-message}).  This command understands the
11569 process/prefix convention (@pxref{Process/Prefix}).  The @kbd{D S}
11570 command (@code{gnus-draft-send-all-messages}) will ship off all messages
11571 in the buffer.
11572
11573 @findex gnus-draft-toggle-sending
11574 @kindex D t (Draft)
11575 If you have some messages that you wish not to send, you can use the
11576 @kbd{D t} (@code{gnus-draft-toggle-sending}) command to mark the message
11577 as unsendable.  This is a toggling command.
11578
11579
11580 @node Rejected Articles
11581 @section Rejected Articles
11582 @cindex rejected articles
11583
11584 Sometimes a news server will reject an article.  Perhaps the server
11585 doesn't like your face.  Perhaps it just feels miserable.  Perhaps
11586 @emph{there be demons}.  Perhaps you have included too much cited text.
11587 Perhaps the disk is full.  Perhaps the server is down.
11588
11589 These situations are, of course, totally beyond the control of Gnus.
11590 (Gnus, of course, loves the way you look, always feels great, has angels
11591 fluttering around inside of it, doesn't care about how much cited text
11592 you include, never runs full and never goes down.)  So Gnus saves these
11593 articles until some later time when the server feels better.
11594
11595 The rejected articles will automatically be put in a special draft group
11596 (@pxref{Drafts}).  When the server comes back up again, you'd then
11597 typically enter that group and send all the articles off.
11598
11599 @node Signing and encrypting
11600 @section Signing and encrypting
11601 @cindex using gpg
11602 @cindex using s/mime
11603 @cindex using smime
11604
11605 Gnus can digitally sign and encrypt your messages, using vanilla PGP
11606 format or @sc{pgp/mime} or @sc{s/mime}.  For decoding such messages,
11607 see the @code{mm-verify-option} and @code{mm-decrypt-option} options
11608 (@pxref{Security}).
11609
11610 @vindex gnus-message-replysign
11611 @vindex gnus-message-replyencrypt
11612 @vindex gnus-message-replysignencrypted
11613 Often, you would like to sign replies to people who send you signed
11614 messages.  Even more often, you might want to encrypt messages which
11615 are in reply to encrypted messages.  Gnus offers
11616 @code{gnus-message-replysign} to enable the former, and
11617 @code{gnus-message-replyencrypt} for the latter.  In addition, setting
11618 @code{gnus-message-replysignencrypted} (on by default) will sign
11619 automatically encrypted messages.
11620
11621 Instructing MML to perform security operations on a @sc{mime} part is
11622 done using the @kbd{C-c C-m s} key map for signing and the @kbd{C-c
11623 C-m c} key map for encryption, as follows.
11624
11625 @table @kbd
11626
11627 @item C-c C-m s s
11628 @kindex C-c C-m s s
11629 @findex mml-secure-message-sign-smime
11630
11631 Digitally sign current message using @sc{s/mime}.
11632
11633 @item C-c C-m s o
11634 @kindex C-c C-m s o
11635 @findex mml-secure-message-sign-pgp
11636
11637 Digitally sign current message using PGP.
11638
11639 @item C-c C-m s p
11640 @kindex C-c C-m s p
11641 @findex mml-secure-message-sign-pgp
11642
11643 Digitally sign current message using @sc{pgp/mime}.
11644
11645 @item C-c C-m c s
11646 @kindex C-c C-m c s
11647 @findex mml-secure-message-encrypt-smime
11648
11649 Digitally encrypt current message using @sc{s/mime}.
11650
11651 @item C-c C-m c o
11652 @kindex C-c C-m c o
11653 @findex mml-secure-message-encrypt-pgp
11654
11655 Digitally encrypt current message using PGP.
11656
11657 @item C-c C-m c p
11658 @kindex C-c C-m c p
11659 @findex mml-secure-message-encrypt-pgpmime
11660
11661 Digitally encrypt current message using @sc{pgp/mime}.
11662
11663 @item C-c C-m C-n
11664 @kindex C-c C-m C-n
11665 @findex mml-unsecure-message
11666 Remove security related MML tags from message.
11667
11668 @end table
11669
11670 @xref{Security, ,Security, message, Message Manual}, for more information.
11671
11672 @node Select Methods
11673 @chapter Select Methods
11674 @cindex foreign groups
11675 @cindex select methods
11676
11677 A @dfn{foreign group} is a group not read by the usual (or
11678 default) means.  It could be, for instance, a group from a different
11679 @sc{nntp} server, it could be a virtual group, or it could be your own
11680 personal mail group.
11681
11682 A foreign group (or any group, really) is specified by a @dfn{name} and
11683 a @dfn{select method}.  To take the latter first, a select method is a
11684 list where the first element says what back end to use (e.g. @code{nntp},
11685 @code{nnspool}, @code{nnml}) and the second element is the @dfn{server
11686 name}.  There may be additional elements in the select method, where the
11687 value may have special meaning for the back end in question.
11688
11689 One could say that a select method defines a @dfn{virtual server}---so
11690 we do just that (@pxref{Server Buffer}).
11691
11692 The @dfn{name} of the group is the name the back end will recognize the
11693 group as.
11694
11695 For instance, the group @samp{soc.motss} on the @sc{nntp} server
11696 @samp{some.where.edu} will have the name @samp{soc.motss} and select
11697 method @code{(nntp "some.where.edu")}.  Gnus will call this group
11698 @samp{nntp+some.where.edu:soc.motss}, even though the @code{nntp}
11699 back end just knows this group as @samp{soc.motss}.
11700
11701 The different methods all have their peculiarities, of course.
11702
11703 @menu
11704 * Server Buffer::               Making and editing virtual servers.
11705 * Getting News::                Reading USENET news with Gnus.
11706 * Getting Mail::                Reading your personal mail with Gnus.
11707 * Browsing the Web::            Getting messages from a plethora of Web sources.
11708 * IMAP::                        Using Gnus as a @sc{imap} client.
11709 * Other Sources::               Reading directories, files, SOUP packets.
11710 * Combined Groups::             Combining groups into one group.
11711 * Gnus Unplugged::              Reading news and mail offline.
11712 @end menu
11713
11714
11715 @node Server Buffer
11716 @section Server Buffer
11717
11718 Traditionally, a @dfn{server} is a machine or a piece of software that
11719 one connects to, and then requests information from.  Gnus does not
11720 connect directly to any real servers, but does all transactions through
11721 one back end or other.  But that's just putting one layer more between
11722 the actual media and Gnus, so we might just as well say that each
11723 back end represents a virtual server.
11724
11725 For instance, the @code{nntp} back end may be used to connect to several
11726 different actual @sc{nntp} servers, or, perhaps, to many different ports
11727 on the same actual @sc{nntp} server.  You tell Gnus which back end to
11728 use, and what parameters to set by specifying a @dfn{select method}.
11729
11730 These select method specifications can sometimes become quite
11731 complicated---say, for instance, that you want to read from the
11732 @sc{nntp} server @samp{news.funet.fi} on port number 13, which
11733 hangs if queried for @sc{nov} headers and has a buggy select.  Ahem.
11734 Anyway, if you had to specify that for each group that used this
11735 server, that would be too much work, so Gnus offers a way of naming
11736 select methods, which is what you do in the server buffer.
11737
11738 To enter the server buffer, use the @kbd{^}
11739 (@code{gnus-group-enter-server-mode}) command in the group buffer.
11740
11741 @menu
11742 * Server Buffer Format::        You can customize the look of this buffer.
11743 * Server Commands::             Commands to manipulate servers.
11744 * Example Methods::             Examples server specifications.
11745 * Creating a Virtual Server::   An example session.
11746 * Server Variables::            Which variables to set.
11747 * Servers and Methods::         You can use server names as select methods.
11748 * Unavailable Servers::         Some servers you try to contact may be down.
11749 @end menu
11750
11751 @vindex gnus-server-mode-hook
11752 @code{gnus-server-mode-hook} is run when creating the server buffer.
11753
11754
11755 @node Server Buffer Format
11756 @subsection Server Buffer Format
11757 @cindex server buffer format
11758
11759 @vindex gnus-server-line-format
11760 You can change the look of the server buffer lines by changing the
11761 @code{gnus-server-line-format} variable.  This is a @code{format}-like
11762 variable, with some simple extensions:
11763
11764 @table @samp
11765
11766 @item h
11767 How the news is fetched---the back end name.
11768
11769 @item n
11770 The name of this server.
11771
11772 @item w
11773 Where the news is to be fetched from---the address.
11774
11775 @item s
11776 The opened/closed/denied status of the server.
11777 @end table
11778
11779 @vindex gnus-server-mode-line-format
11780 The mode line can also be customized by using the
11781 @code{gnus-server-mode-line-format} variable (@pxref{Mode Line
11782 Formatting}).  The following specs are understood:
11783
11784 @table @samp
11785 @item S
11786 Server name.
11787
11788 @item M
11789 Server method.
11790 @end table
11791
11792 Also @pxref{Formatting Variables}.
11793
11794
11795 @node Server Commands
11796 @subsection Server Commands
11797 @cindex server commands
11798
11799 @table @kbd
11800
11801 @item a
11802 @kindex a (Server)
11803 @findex gnus-server-add-server
11804 Add a new server (@code{gnus-server-add-server}).
11805
11806 @item e
11807 @kindex e (Server)
11808 @findex gnus-server-edit-server
11809 Edit a server (@code{gnus-server-edit-server}).
11810
11811 @item SPACE
11812 @kindex SPACE (Server)
11813 @findex gnus-server-read-server
11814 Browse the current server (@code{gnus-server-read-server}).
11815
11816 @item q
11817 @kindex q (Server)
11818 @findex gnus-server-exit
11819 Return to the group buffer (@code{gnus-server-exit}).
11820
11821 @item k
11822 @kindex k (Server)
11823 @findex gnus-server-kill-server
11824 Kill the current server (@code{gnus-server-kill-server}).
11825
11826 @item y
11827 @kindex y (Server)
11828 @findex gnus-server-yank-server
11829 Yank the previously killed server (@code{gnus-server-yank-server}).
11830
11831 @item c
11832 @kindex c (Server)
11833 @findex gnus-server-copy-server
11834 Copy the current server (@code{gnus-server-copy-server}).
11835
11836 @item l
11837 @kindex l (Server)
11838 @findex gnus-server-list-servers
11839 List all servers (@code{gnus-server-list-servers}).
11840
11841 @item s
11842 @kindex s (Server)
11843 @findex gnus-server-scan-server
11844 Request that the server scan its sources for new articles
11845 (@code{gnus-server-scan-server}).  This is mainly sensible with mail
11846 servers.
11847
11848 @item g
11849 @kindex g (Server)
11850 @findex gnus-server-regenerate-server
11851 Request that the server regenerate all its data structures
11852 (@code{gnus-server-regenerate-server}).  This can be useful if you have
11853 a mail back end that has gotten out of sync.
11854
11855 @end table
11856
11857
11858 @node Example Methods
11859 @subsection Example Methods
11860
11861 Most select methods are pretty simple and self-explanatory:
11862
11863 @lisp
11864 (nntp "news.funet.fi")
11865 @end lisp
11866
11867 Reading directly from the spool is even simpler:
11868
11869 @lisp
11870 (nnspool "")
11871 @end lisp
11872
11873 As you can see, the first element in a select method is the name of the
11874 back end, and the second is the @dfn{address}, or @dfn{name}, if you
11875 will.
11876
11877 After these two elements, there may be an arbitrary number of
11878 @code{(@var{variable} @var{form})} pairs.
11879
11880 To go back to the first example---imagine that you want to read from
11881 port 15 on that machine.  This is what the select method should
11882 look like then:
11883
11884 @lisp
11885 (nntp "news.funet.fi" (nntp-port-number 15))
11886 @end lisp
11887
11888 You should read the documentation to each back end to find out what
11889 variables are relevant, but here's an @code{nnmh} example:
11890
11891 @code{nnmh} is a mail back end that reads a spool-like structure.  Say
11892 you have two structures that you wish to access: One is your private
11893 mail spool, and the other is a public one.  Here's the possible spec for
11894 your private mail:
11895
11896 @lisp
11897 (nnmh "private" (nnmh-directory "~/private/mail/"))
11898 @end lisp
11899
11900 (This server is then called @samp{private}, but you may have guessed
11901 that.)
11902
11903 Here's the method for a public spool:
11904
11905 @lisp
11906 (nnmh "public"
11907       (nnmh-directory "/usr/information/spool/")
11908       (nnmh-get-new-mail nil))
11909 @end lisp
11910
11911 @cindex proxy
11912 @cindex firewall
11913
11914 If you are behind a firewall and only have access to the @sc{nntp}
11915 server from the firewall machine, you can instruct Gnus to @code{rlogin}
11916 on the firewall machine and telnet from there to the @sc{nntp} server.
11917 Doing this can be rather fiddly, but your virtual server definition
11918 should probably look something like this:
11919
11920 @lisp
11921 (nntp "firewall"
11922       (nntp-open-connection-function nntp-open-via-rlogin-and-telnet)
11923       (nntp-via-address "the.firewall.machine")
11924       (nntp-address "the.real.nntp.host")
11925       (nntp-end-of-line "\n"))
11926 @end lisp
11927
11928 If you want to use the wonderful @code{ssh} program to provide a
11929 compressed connection over the modem line, you could add the following
11930 configuration to the example above:
11931
11932 @lisp
11933       (nntp-via-rlogin-command "ssh")
11934 @end lisp
11935
11936 See also @code{nntp-via-rlogin-command-switches}.
11937
11938 If you're behind a firewall, but have direct access to the outside world
11939 through a wrapper command like "runsocks", you could open a socksified
11940 telnet connection to the news server as follows:
11941
11942 @lisp
11943 (nntp "outside"
11944       (nntp-pre-command "runsocks")
11945       (nntp-open-connection-function nntp-open-via-telnet)
11946       (nntp-address "the.news.server")
11947       (nntp-end-of-line "\n"))
11948 @end lisp
11949
11950 This means that you have to have set up @code{ssh-agent} correctly to
11951 provide automatic authorization, of course.  And to get a compressed
11952 connection, you have to have the @samp{Compression} option in the
11953 @code{ssh} @file{config} file.
11954
11955
11956 @node Creating a Virtual Server
11957 @subsection Creating a Virtual Server
11958
11959 If you're saving lots of articles in the cache by using persistent
11960 articles, you may want to create a virtual server to read the cache.
11961
11962 First you need to add a new server.  The @kbd{a} command does that.  It
11963 would probably be best to use @code{nnspool} to read the cache.  You
11964 could also use @code{nnml} or @code{nnmh}, though.
11965
11966 Type @kbd{a nnspool RET cache RET}.
11967
11968 You should now have a brand new @code{nnspool} virtual server called
11969 @samp{cache}.  You now need to edit it to have the right definitions.
11970 Type @kbd{e} to edit the server.  You'll be entered into a buffer that
11971 will contain the following:
11972
11973 @lisp
11974 (nnspool "cache")
11975 @end lisp
11976
11977 Change that to:
11978
11979 @lisp
11980 (nnspool "cache"
11981          (nnspool-spool-directory "~/News/cache/")
11982          (nnspool-nov-directory "~/News/cache/")
11983          (nnspool-active-file "~/News/cache/active"))
11984 @end lisp
11985
11986 Type @kbd{C-c C-c} to return to the server buffer.  If you now press
11987 @kbd{RET} over this virtual server, you should be entered into a browse
11988 buffer, and you should be able to enter any of the groups displayed.
11989
11990
11991 @node Server Variables
11992 @subsection Server Variables
11993
11994 One sticky point when defining variables (both on back ends and in Emacs
11995 in general) is that some variables are typically initialized from other
11996 variables when the definition of the variables is being loaded.  If you
11997 change the ``base'' variable after the variables have been loaded, you
11998 won't change the ``derived'' variables.
11999
12000 This typically affects directory and file variables.  For instance,
12001 @code{nnml-directory} is @file{~/Mail/} by default, and all @code{nnml}
12002 directory variables are initialized from that variable, so
12003 @code{nnml-active-file} will be @file{~/Mail/active}.  If you define a
12004 new virtual @code{nnml} server, it will @emph{not} suffice to set just
12005 @code{nnml-directory}---you have to explicitly set all the file
12006 variables to be what you want them to be.  For a complete list of
12007 variables for each back end, see each back end's section later in this
12008 manual, but here's an example @code{nnml} definition:
12009
12010 @lisp
12011 (nnml "public"
12012       (nnml-directory "~/my-mail/")
12013       (nnml-active-file "~/my-mail/active")
12014       (nnml-newsgroups-file "~/my-mail/newsgroups"))
12015 @end lisp
12016
12017
12018 @node Servers and Methods
12019 @subsection Servers and Methods
12020
12021 Wherever you would normally use a select method
12022 (e.g. @code{gnus-secondary-select-method}, in the group select method,
12023 when browsing a foreign server) you can use a virtual server name
12024 instead.  This could potentially save lots of typing.  And it's nice all
12025 over.
12026
12027
12028 @node Unavailable Servers
12029 @subsection Unavailable Servers
12030
12031 If a server seems to be unreachable, Gnus will mark that server as
12032 @code{denied}.  That means that any subsequent attempt to make contact
12033 with that server will just be ignored.  ``It can't be opened,'' Gnus
12034 will tell you, without making the least effort to see whether that is
12035 actually the case or not.
12036
12037 That might seem quite naughty, but it does make sense most of the time.
12038 Let's say you have 10 groups subscribed to on server
12039 @samp{nephelococcygia.com}.  This server is located somewhere quite far
12040 away from you and the machine is quite slow, so it takes 1 minute just
12041 to find out that it refuses connection to you today.  If Gnus were to
12042 attempt to do that 10 times, you'd be quite annoyed, so Gnus won't
12043 attempt to do that.  Once it has gotten a single ``connection refused'',
12044 it will regard that server as ``down''.
12045
12046 So, what happens if the machine was only feeling unwell temporarily?
12047 How do you test to see whether the machine has come up again?
12048
12049 You jump to the server buffer (@pxref{Server Buffer}) and poke it
12050 with the following commands:
12051
12052 @table @kbd
12053
12054 @item O
12055 @kindex O (Server)
12056 @findex gnus-server-open-server
12057 Try to establish connection to the server on the current line
12058 (@code{gnus-server-open-server}).
12059
12060 @item C
12061 @kindex C (Server)
12062 @findex gnus-server-close-server
12063 Close the connection (if any) to the server
12064 (@code{gnus-server-close-server}).
12065
12066 @item D
12067 @kindex D (Server)
12068 @findex gnus-server-deny-server
12069 Mark the current server as unreachable
12070 (@code{gnus-server-deny-server}).
12071
12072 @item M-o
12073 @kindex M-o (Server)
12074 @findex gnus-server-open-all-servers
12075 Open the connections to all servers in the buffer
12076 (@code{gnus-server-open-all-servers}).
12077
12078 @item M-c
12079 @kindex M-c (Server)
12080 @findex gnus-server-close-all-servers
12081 Close the connections to all servers in the buffer
12082 (@code{gnus-server-close-all-servers}).
12083
12084 @item R
12085 @kindex R (Server)
12086 @findex gnus-server-remove-denials
12087 Remove all marks to whether Gnus was denied connection from any servers
12088 (@code{gnus-server-remove-denials}).
12089
12090 @item L
12091 @kindex L (Server)
12092 @findex gnus-server-offline-server
12093 Set server status to offline (@code{gnus-server-offline-server}).
12094
12095 @end table
12096
12097
12098 @node Getting News
12099 @section Getting News
12100 @cindex reading news
12101 @cindex news back ends
12102
12103 A newsreader is normally used for reading news.  Gnus currently provides
12104 only two methods of getting news---it can read from an @sc{nntp} server,
12105 or it can read from a local spool.
12106
12107 @menu
12108 * NNTP::                        Reading news from an @sc{nntp} server.
12109 * News Spool::                  Reading news from the local spool.
12110 @end menu
12111
12112
12113 @node NNTP
12114 @subsection NNTP
12115 @cindex nntp
12116
12117 Subscribing to a foreign group from an @sc{nntp} server is rather easy.
12118 You just specify @code{nntp} as method and the address of the @sc{nntp}
12119 server as the, uhm, address.
12120
12121 If the @sc{nntp} server is located at a non-standard port, setting the
12122 third element of the select method to this port number should allow you
12123 to connect to the right port.  You'll have to edit the group info for
12124 that (@pxref{Foreign Groups}).
12125
12126 The name of the foreign group can be the same as a native group.  In
12127 fact, you can subscribe to the same group from as many different servers
12128 you feel like.  There will be no name collisions.
12129
12130 The following variables can be used to create a virtual @code{nntp}
12131 server:
12132
12133 @table @code
12134
12135 @item nntp-server-opened-hook
12136 @vindex nntp-server-opened-hook
12137 @cindex @sc{mode reader}
12138 @cindex authinfo
12139 @cindex authentification
12140 @cindex nntp authentification
12141 @findex nntp-send-authinfo
12142 @findex nntp-send-mode-reader
12143 is run after a connection has been made.  It can be used to send
12144 commands to the @sc{nntp} server after it has been contacted.  By
12145 default it sends the command @code{MODE READER} to the server with the
12146 @code{nntp-send-mode-reader} function.  This function should always be
12147 present in this hook.
12148
12149 @item nntp-authinfo-function
12150 @vindex nntp-authinfo-function
12151 @findex nntp-send-authinfo
12152 @vindex nntp-authinfo-file
12153 This function will be used to send @samp{AUTHINFO} to the @sc{nntp}
12154 server.  The default function is @code{nntp-send-authinfo}, which looks
12155 through your @file{~/.authinfo} (or whatever you've set the
12156 @code{nntp-authinfo-file} variable to) for applicable entries.  If none
12157 are found, it will prompt you for a login name and a password.  The
12158 format of the @file{~/.authinfo} file is (almost) the same as the
12159 @code{ftp} @file{~/.netrc} file, which is defined in the @code{ftp}
12160 manual page, but here are the salient facts:
12161
12162 @enumerate
12163 @item
12164 The file contains one or more line, each of which define one server.
12165
12166 @item
12167 Each line may contain an arbitrary number of token/value pairs.
12168
12169 The valid tokens include @samp{machine}, @samp{login}, @samp{password},
12170 @samp{default}.  In addition Gnus introduces two new tokens, not present
12171 in the original @file{.netrc}/@code{ftp} syntax, namely @samp{port} and
12172 @samp{force}.  (This is the only way the @file{.authinfo} file format
12173 deviates from the @file{.netrc} file format.)  @samp{port} is used to
12174 indicate what port on the server the credentials apply to and
12175 @samp{force} is explained below.
12176
12177 @end enumerate
12178
12179 Here's an example file:
12180
12181 @example
12182 machine news.uio.no login larsi password geheimnis
12183 machine nntp.ifi.uio.no login larsi force yes
12184 @end example
12185
12186 The token/value pairs may appear in any order; @samp{machine} doesn't
12187 have to be first, for instance.
12188
12189 In this example, both login name and password have been supplied for the
12190 former server, while the latter has only the login name listed, and the
12191 user will be prompted for the password.  The latter also has the
12192 @samp{force} tag, which means that the authinfo will be sent to the
12193 @var{nntp} server upon connection; the default (i.e., when there is not
12194 @samp{force} tag) is to not send authinfo to the @var{nntp} server
12195 until the @var{nntp} server asks for it.
12196
12197 You can also add @samp{default} lines that will apply to all servers
12198 that don't have matching @samp{machine} lines.
12199
12200 @example
12201 default force yes
12202 @end example
12203
12204 This will force sending @samp{AUTHINFO} commands to all servers not
12205 previously mentioned.
12206
12207 Remember to not leave the @file{~/.authinfo} file world-readable.
12208
12209 @item nntp-server-action-alist
12210 @vindex nntp-server-action-alist
12211 This is a list of regexps to match on server types and actions to be
12212 taken when matches are made.  For instance, if you want Gnus to beep
12213 every time you connect to innd, you could say something like:
12214
12215 @lisp
12216 (setq nntp-server-action-alist
12217       '(("innd" (ding))))
12218 @end lisp
12219
12220 You probably don't want to do that, though.
12221
12222 The default value is
12223
12224 @lisp
12225 '(("nntpd 1\\.5\\.11t"
12226    (remove-hook 'nntp-server-opened-hook
12227                 'nntp-send-mode-reader)))
12228 @end lisp
12229
12230 This ensures that Gnus doesn't send the @code{MODE READER} command to
12231 nntpd 1.5.11t, since that command chokes that server, I've been told.
12232
12233 @item nntp-maximum-request
12234 @vindex nntp-maximum-request
12235 If the @sc{nntp} server doesn't support @sc{nov} headers, this back end
12236 will collect headers by sending a series of @code{head} commands.  To
12237 speed things up, the back end sends lots of these commands without
12238 waiting for reply, and then reads all the replies.  This is controlled
12239 by the @code{nntp-maximum-request} variable, and is 400 by default.  If
12240 your network is buggy, you should set this to 1.
12241
12242 @item nntp-connection-timeout
12243 @vindex nntp-connection-timeout
12244 If you have lots of foreign @code{nntp} groups that you connect to
12245 regularly, you're sure to have problems with @sc{nntp} servers not
12246 responding properly, or being too loaded to reply within reasonable
12247 time.  This is can lead to awkward problems, which can be helped
12248 somewhat by setting @code{nntp-connection-timeout}.  This is an integer
12249 that says how many seconds the @code{nntp} back end should wait for a
12250 connection before giving up.  If it is @code{nil}, which is the default,
12251 no timeouts are done.
12252
12253 @c @item nntp-command-timeout
12254 @c @vindex nntp-command-timeout
12255 @c @cindex PPP connections
12256 @c @cindex dynamic IP addresses
12257 @c If you're running Gnus on a machine that has a dynamically assigned
12258 @c address, Gnus may become confused.  If the address of your machine
12259 @c changes after connecting to the @sc{nntp} server, Gnus will simply sit
12260 @c waiting forever for replies from the server.  To help with this
12261 @c unfortunate problem, you can set this command to a number.  Gnus will
12262 @c then, if it sits waiting for a reply from the server longer than that
12263 @c number of seconds, shut down the connection, start a new one, and resend
12264 @c the command.  This should hopefully be transparent to the user.  A
12265 @c likely number is 30 seconds.
12266 @c
12267 @c @item nntp-retry-on-break
12268 @c @vindex nntp-retry-on-break
12269 @c If this variable is non-@code{nil}, you can also @kbd{C-g} if Gnus
12270 @c hangs.  This will have much the same effect as the command timeout
12271 @c described above.
12272
12273 @item nntp-server-hook
12274 @vindex nntp-server-hook
12275 This hook is run as the last step when connecting to an @sc{nntp}
12276 server.
12277
12278 @item nntp-buggy-select
12279 @vindex nntp-buggy-select
12280 Set this to non-@code{nil} if your select routine is buggy.
12281
12282 @item nntp-nov-is-evil
12283 @vindex nntp-nov-is-evil
12284 If the @sc{nntp} server does not support @sc{nov}, you could set this
12285 variable to @code{t}, but @code{nntp} usually checks automatically whether @sc{nov}
12286 can be used.
12287
12288 @item nntp-xover-commands
12289 @vindex nntp-xover-commands
12290 @cindex nov
12291 @cindex XOVER
12292 List of strings used as commands to fetch @sc{nov} lines from a
12293 server.  The default value of this variable is @code{("XOVER"
12294 "XOVERVIEW")}.
12295
12296 @item nntp-nov-gap
12297 @vindex nntp-nov-gap
12298 @code{nntp} normally sends just one big request for @sc{nov} lines to
12299 the server.  The server responds with one huge list of lines.  However,
12300 if you have read articles 2-5000 in the group, and only want to read
12301 article 1 and 5001, that means that @code{nntp} will fetch 4999 @sc{nov}
12302 lines that you will not need.  This variable says how
12303 big a gap between two consecutive articles is allowed to be before the
12304 @code{XOVER} request is split into several request.  Note that if your
12305 network is fast, setting this variable to a really small number means
12306 that fetching will probably be slower.  If this variable is @code{nil},
12307 @code{nntp} will never split requests.  The default is 5.
12308
12309 @item nntp-prepare-server-hook
12310 @vindex nntp-prepare-server-hook
12311 A hook run before attempting to connect to an @sc{nntp} server.
12312
12313 @item nntp-warn-about-losing-connection
12314 @vindex nntp-warn-about-losing-connection
12315 If this variable is non-@code{nil}, some noise will be made when a
12316 server closes connection.
12317
12318 @item nntp-record-commands
12319 @vindex nntp-record-commands
12320 If non-@code{nil}, @code{nntp} will log all commands it sends to the
12321 @sc{nntp} server (along with a timestamp) in the @samp{*nntp-log*}
12322 buffer.  This is useful if you are debugging a Gnus/@sc{nntp} connection
12323 that doesn't seem to work.
12324
12325 @item nntp-open-connection-function
12326 @vindex nntp-open-connection-function
12327 It is possible to customize how the connection to the nntp server will
12328 be opened.  If you specify an @code{nntp-open-connection-function}
12329 parameter, Gnus will use that function to establish the connection.
12330 Five pre-made functions are supplied.  These functions can be grouped in
12331 two categories: direct connection functions (three pre-made), and
12332 indirect ones (two pre-made).
12333
12334 @item nntp-prepare-post-hook
12335 @vindex nntp-prepare-post-hook
12336 A hook run just before posting an article.  If there is no
12337 @code{Message-ID} header in the article and the news server provides the
12338 recommended ID, it will be added to the article before running this
12339 hook.  It is useful to make @code{Cancel-Lock} headers even if you
12340 inhibit Gnus to add a @code{Message-ID} header, you could say:
12341
12342 @lisp
12343 (add-hook 'nntp-prepare-post-hook 'canlock-insert-header)
12344 @end lisp
12345
12346 Note that not all servers support the recommended ID.  This works for
12347 INN versions 2.3.0 and later, for instance.
12348
12349 @item nntp-read-timeout
12350 @vindex nntp-read-timeout
12351 How long nntp should wait between checking for the end of output.
12352 Shorter values mean quicker response, but is more CPU intensive.  The
12353 default is 0.1 seconds.  If you have a slow line to the server (and
12354 don't like to see Emacs eat your available CPU power), you might set
12355 this to, say, 1.
12356
12357 @end table
12358
12359 @menu
12360 * Direct Functions::            Connecting directly to the server.
12361 * Indirect Functions::          Connecting indirectly to the server.
12362 * Common Variables::            Understood by several connection functions.
12363 @end menu
12364
12365
12366 @node Direct Functions
12367 @subsubsection Direct Functions
12368 @cindex direct connection functions
12369
12370 These functions are called direct because they open a direct connection
12371 between your machine and the @sc{nntp} server.  The behavior of these
12372 functions is also affected by commonly understood variables
12373 (@pxref{Common Variables}).
12374
12375 @table @code
12376 @findex nntp-open-network-stream
12377 @item nntp-open-network-stream
12378 This is the default, and simply connects to some port or other on the
12379 remote system.
12380
12381 @findex nntp-open-ssl-stream
12382 @item nntp-open-ssl-stream
12383 Opens a connection to a server over a @dfn{secure} channel.  To use
12384 this you must have OpenSSL (@uref{http://www.openssl.org}) or SSLeay
12385 installed (@uref{ftp://ftp.psy.uq.oz.au/pub/Crypto/SSL}, and you also
12386 need @file{ssl.el} (from the W3 distribution, for instance).  You then
12387 define a server as follows:
12388
12389 @lisp
12390 ;; Type `C-c C-c' after you've finished editing.
12391 ;;
12392 ;; "snews" is port 563 and is predefined in our /etc/services
12393 ;; however, openssl s_client -port doesn't like named ports
12394 ;;
12395 (nntp "snews.bar.com"
12396       (nntp-open-connection-function nntp-open-ssl-stream)
12397       (nntp-port-number 563)
12398       (nntp-address "snews.bar.com"))
12399 @end lisp
12400
12401 @findex nntp-open-telnet-stream
12402 @item nntp-open-telnet-stream
12403 Opens a connection to an @sc{nntp} server by simply @samp{telnet}'ing
12404 it.  You might wonder why this function exists, since we have the
12405 default @code{nntp-open-network-stream} which would do the job.  (One
12406 of) the reason(s) is that if you are behind a firewall but have direct
12407 connections to the outside world thanks to a command wrapper like
12408 @code{runsocks}, you can use it like this:
12409
12410 @lisp
12411 (nntp "socksified"
12412       (nntp-pre-command "runsocks")
12413       (nntp-open-connection-function nntp-open-telnet-stream)
12414       (nntp-address "the.news.server"))
12415 @end lisp
12416
12417 With the default method, you would need to wrap your whole Emacs
12418 session, which is not a good idea.
12419 @end table
12420
12421
12422 @node Indirect Functions
12423 @subsubsection Indirect Functions
12424 @cindex indirect connection functions
12425
12426 These functions are called indirect because they connect to an
12427 intermediate host before actually connecting to the @sc{nntp} server.
12428 All of these functions and related variables are also said to belong to
12429 the ``via'' family of connection: they're all prefixed with ``via'' to make
12430 things cleaner.  The behavior of these functions is also affected by
12431 commonly understood variables (@pxref{Common Variables}).
12432
12433 @table @code
12434 @item nntp-open-via-rlogin-and-telnet
12435 @findex nntp-open-via-rlogin-and-telnet
12436 Does an @samp{rlogin} on a remote system, and then does a @samp{telnet}
12437 to the real @sc{nntp} server from there.  This is useful for instance if
12438 you need to connect to a firewall machine first.
12439
12440 @code{nntp-open-via-rlogin-and-telnet}-specific variables:
12441
12442 @table @code
12443 @item nntp-via-rlogin-command
12444 @vindex nntp-via-rlogin-command
12445 Command used to log in on the intermediate host.  The default is
12446 @samp{rsh}, but @samp{ssh} is a popular alternative.
12447
12448 @item nntp-via-rlogin-command-switches
12449 @vindex nntp-via-rlogin-command-switches
12450 List of strings to be used as the switches to
12451 @code{nntp-via-rlogin-command}.  The default is @code{nil}.  If you use
12452 @samp{ssh} for @code{nntp-via-rlogin-command}, you may set this to
12453 @samp{("-C")} in order to compress all data connections, otherwise set
12454 this to @samp{("-t")} or @samp{("-C" "-t")} if the telnet command
12455 requires a pseudo-tty allocation on an intermediate host.
12456 @end table
12457
12458 @item nntp-open-via-telnet-and-telnet
12459 @findex nntp-open-via-telnet-and-telnet
12460 Does essentially the same, but uses @samp{telnet} instead of
12461 @samp{rlogin} to connect to the intermediate host.
12462
12463 @code{nntp-open-via-telnet-and-telnet}-specific variables:
12464
12465 @table @code
12466 @item nntp-via-telnet-command
12467 @vindex nntp-via-telnet-command
12468 Command used to @code{telnet} the intermediate host.  The default is
12469 @samp{telnet}.
12470
12471 @item nntp-via-telnet-switches
12472 @vindex nntp-via-telnet-switches
12473 List of strings to be used as the switches to the
12474 @code{nntp-via-telnet-command} command.  The default is @samp{("-8")}.
12475
12476 @item nntp-via-user-password
12477 @vindex nntp-via-user-password
12478 Password to use when logging in on the intermediate host.
12479
12480 @item nntp-via-envuser
12481 @vindex nntp-via-envuser
12482 If non-@code{nil}, the intermediate @code{telnet} session (client and
12483 server both) will support the @code{ENVIRON} option and not prompt for
12484 login name. This works for Solaris @code{telnet}, for instance.
12485
12486 @item nntp-via-shell-prompt
12487 @vindex nntp-via-shell-prompt
12488 Regexp matching the shell prompt on the intermediate host.  The default
12489 is @samp{bash\\|\$ *\r?$\\|> *\r?}.
12490
12491 @end table
12492
12493 @end table
12494
12495
12496 Here are some additional variables that are understood by all the above
12497 functions:
12498
12499 @table @code
12500
12501 @item nntp-via-user-name
12502 @vindex nntp-via-user-name
12503 User name to use when connecting to the intermediate host.
12504
12505 @item nntp-via-address
12506 @vindex nntp-via-address
12507 Address of the intermediate host to connect to.
12508
12509 @end table
12510
12511
12512 @node Common Variables
12513 @subsubsection Common Variables
12514
12515 The following variables affect the behavior of all, or several of the
12516 pre-made connection functions. When not specified, all functions are
12517 affected.
12518
12519 @table @code
12520
12521 @item nntp-pre-command
12522 @vindex nntp-pre-command
12523 A command wrapper to use when connecting through a non native connection
12524 function (all except @code{nntp-open-network-stream} and
12525 @code{nntp-open-ssl-stream}.  This is where you would put a @samp{SOCKS}
12526 wrapper for instance.
12527
12528 @item nntp-address
12529 @vindex nntp-address
12530 The address of the @sc{nntp} server.
12531
12532 @item nntp-port-number
12533 @vindex nntp-port-number
12534 Port number to connect to the @sc{nntp} server.  The default is @samp{nntp}.
12535 If you use @sc{nntp} over @sc{ssl}, you may want to use integer ports rather
12536 than named ports (i.e, use @samp{563} instead of @samp{snews}), because
12537 external SSL tools may not work with named ports.
12538
12539 @item nntp-end-of-line
12540 @vindex nntp-end-of-line
12541 String to use as end-of-line marker when talking to the @sc{nntp}
12542 server.  This is @samp{\r\n} by default, but should be @samp{\n} when
12543 using a non native connection function.
12544
12545 @item nntp-telnet-command
12546 @vindex nntp-telnet-command
12547 Command to use when connecting to the @sc{nntp} server through
12548 @samp{telnet}.  This is NOT for an intermediate host.  This is just for
12549 the real @sc{nntp} server.  The default is @samp{telnet}.
12550
12551 @item nntp-telnet-switches
12552 @vindex nntp-telnet-switches
12553 A list of switches to pass to @code{nntp-telnet-command}.  The default
12554 is @samp{("-8")}.
12555
12556 @end table
12557
12558
12559 @node News Spool
12560 @subsection News Spool
12561 @cindex nnspool
12562 @cindex news spool
12563
12564 Subscribing to a foreign group from the local spool is extremely easy,
12565 and might be useful, for instance, to speed up reading groups that
12566 contain very big articles---@samp{alt.binaries.pictures.furniture}, for
12567 instance.
12568
12569 Anyway, you just specify @code{nnspool} as the method and @code{""} (or
12570 anything else) as the address.
12571
12572 If you have access to a local spool, you should probably use that as the
12573 native select method (@pxref{Finding the News}).  It is normally faster
12574 than using an @code{nntp} select method, but might not be.  It depends.
12575 You just have to try to find out what's best at your site.
12576
12577 @table @code
12578
12579 @item nnspool-inews-program
12580 @vindex nnspool-inews-program
12581 Program used to post an article.
12582
12583 @item nnspool-inews-switches
12584 @vindex nnspool-inews-switches
12585 Parameters given to the inews program when posting an article.
12586
12587 @item nnspool-spool-directory
12588 @vindex nnspool-spool-directory
12589 Where @code{nnspool} looks for the articles.  This is normally
12590 @file{/usr/spool/news/}.
12591
12592 @item nnspool-nov-directory
12593 @vindex nnspool-nov-directory
12594 Where @code{nnspool} will look for @sc{nov} files.  This is normally
12595 @file{/usr/spool/news/over.view/}.
12596
12597 @item nnspool-lib-dir
12598 @vindex nnspool-lib-dir
12599 Where the news lib dir is (@file{/usr/lib/news/} by default).
12600
12601 @item nnspool-active-file
12602 @vindex nnspool-active-file
12603 The name of the active file.
12604
12605 @item nnspool-newsgroups-file
12606 @vindex nnspool-newsgroups-file
12607 The name of the group descriptions file.
12608
12609 @item nnspool-history-file
12610 @vindex nnspool-history-file
12611 The name of the news history file.
12612
12613 @item nnspool-active-times-file
12614 @vindex nnspool-active-times-file
12615 The name of the active date file.
12616
12617 @item nnspool-nov-is-evil
12618 @vindex nnspool-nov-is-evil
12619 If non-@code{nil}, @code{nnspool} won't try to use any @sc{nov} files
12620 that it finds.
12621
12622 @item nnspool-sift-nov-with-sed
12623 @vindex nnspool-sift-nov-with-sed
12624 @cindex sed
12625 If non-@code{nil}, which is the default, use @code{sed} to get the
12626 relevant portion from the overview file.  If nil, @code{nnspool} will
12627 load the entire file into a buffer and process it there.
12628
12629 @end table
12630
12631
12632 @node Getting Mail
12633 @section Getting Mail
12634 @cindex reading mail
12635 @cindex mail
12636
12637 Reading mail with a newsreader---isn't that just plain WeIrD? But of
12638 course.
12639
12640 @menu
12641 * Mail in a Newsreader::        Important introductory notes.
12642 * Getting Started Reading Mail::  A simple cookbook example.
12643 * Splitting Mail::              How to create mail groups.
12644 * Mail Sources::                How to tell Gnus where to get mail from.
12645 * Mail Back End Variables::     Variables for customizing mail handling.
12646 * Fancy Mail Splitting::        Gnus can do hairy splitting of incoming mail.
12647 * Group Mail Splitting::        Use group customize to drive mail splitting.
12648 * Incorporating Old Mail::      What about the old mail you have?
12649 * Expiring Mail::               Getting rid of unwanted mail.
12650 * Washing Mail::                Removing gruft from the mail you get.
12651 * Duplicates::                  Dealing with duplicated mail.
12652 * Not Reading Mail::            Using mail back ends for reading other files.
12653 * Choosing a Mail Back End::    Gnus can read a variety of mail formats.
12654 @end menu
12655
12656
12657 @node Mail in a Newsreader
12658 @subsection Mail in a Newsreader
12659
12660 If you are used to traditional mail readers, but have decided to switch
12661 to reading mail with Gnus, you may find yourself experiencing something
12662 of a culture shock.
12663
12664 Gnus does not behave like traditional mail readers.  If you want to make
12665 it behave that way, you can, but it's an uphill battle.
12666
12667 Gnus, by default, handles all its groups using the same approach.  This
12668 approach is very newsreaderly---you enter a group, see the new/unread
12669 messages, and when you read the messages, they get marked as read, and
12670 you don't see them any more.  (Unless you explicitly ask for them.)
12671
12672 In particular, you do not do anything explicitly to delete messages.
12673
12674 Does this mean that all the messages that have been marked as read are
12675 deleted?  How awful!
12676
12677 But, no, it means that old messages are @dfn{expired} according to some
12678 scheme or other.  For news messages, the expire process is controlled by
12679 the news administrator; for mail, the expire process is controlled by
12680 you.  The expire process for mail is covered in depth in @pxref{Expiring
12681 Mail}.
12682
12683 What many Gnus users find, after using it a while for both news and
12684 mail, is that the transport mechanism has very little to do with how
12685 they want to treat a message.
12686
12687 Many people subscribe to several mailing lists.  These are transported
12688 via @sc{smtp}, and are therefore mail.  But we might go for weeks without
12689 answering, or even reading these messages very carefully.  We may not
12690 need to save them because if we should need to read one again, they are
12691 archived somewhere else.
12692
12693 Some people have local news groups which have only a handful of readers.
12694 These are transported via @sc{nntp}, and are therefore news.  But we may need
12695 to read and answer a large fraction of the messages very carefully in
12696 order to do our work.  And there may not be an archive, so we may need
12697 to save the interesting messages the same way we would personal mail.
12698
12699 The important distinction turns out to be not the transport mechanism,
12700 but other factors such as how interested we are in the subject matter,
12701 or how easy it is to retrieve the message if we need to read it again.
12702
12703 Gnus provides many options for sorting mail into ``groups'' which behave
12704 like newsgroups, and for treating each group (whether mail or news)
12705 differently.
12706
12707 Some users never get comfortable using the Gnus (ahem) paradigm and wish
12708 that Gnus should grow up and be a male, er, mail reader.  It is possible
12709 to whip Gnus into a more mailreaderly being, but, as said before, it's
12710 not easy.  People who prefer proper mail readers should try @sc{vm}
12711 instead, which is an excellent, and proper, mail reader.
12712
12713 I don't mean to scare anybody off, but I want to make it clear that you
12714 may be required to learn a new way of thinking about messages.  After
12715 you've been subjected to The Gnus Way, you will come to love it.  I can
12716 guarantee it.  (At least the guy who sold me the Emacs Subliminal
12717 Brain-Washing Functions that I've put into Gnus did guarantee it.  You
12718 Will Be Assimilated.  You Love Gnus.  You Love The Gnus Mail Way.
12719 You Do.)
12720
12721
12722 @node Getting Started Reading Mail
12723 @subsection Getting Started Reading Mail
12724
12725 It's quite easy to use Gnus to read your new mail.  You just plonk the
12726 mail back end of your choice into @code{gnus-secondary-select-methods},
12727 and things will happen automatically.
12728
12729 For instance, if you want to use @code{nnml} (which is a ``one file per
12730 mail'' back end), you could put the following in your @file{.gnus.el} file:
12731
12732 @lisp
12733 (setq gnus-secondary-select-methods '((nnml "")))
12734 @end lisp
12735
12736 Now, the next time you start Gnus, this back end will be queried for new
12737 articles, and it will move all the messages in your spool file to its
12738 directory, which is @file{~/Mail/} by default.  The new group that will
12739 be created (@samp{mail.misc}) will be subscribed, and you can read it
12740 like any other group.
12741
12742 You will probably want to split the mail into several groups, though:
12743
12744 @lisp
12745 (setq nnmail-split-methods
12746       '(("junk" "^From:.*Lars Ingebrigtsen")
12747         ("crazy" "^Subject:.*die\\|^Organization:.*flabby")
12748         ("other" "")))
12749 @end lisp
12750
12751 This will result in three new @code{nnml} mail groups being created:
12752 @samp{nnml:junk}, @samp{nnml:crazy}, and @samp{nnml:other}.  All the
12753 mail that doesn't fit into the first two groups will be placed in the
12754 last group.
12755
12756 This should be sufficient for reading mail with Gnus.  You might want to
12757 give the other sections in this part of the manual a perusal, though.
12758 Especially @pxref{Choosing a Mail Back End} and @pxref{Expiring Mail}.
12759
12760
12761 @node Splitting Mail
12762 @subsection Splitting Mail
12763 @cindex splitting mail
12764 @cindex mail splitting
12765
12766 @vindex nnmail-split-methods
12767 The @code{nnmail-split-methods} variable says how the incoming mail is
12768 to be split into groups.
12769
12770 @lisp
12771 (setq nnmail-split-methods
12772   '(("mail.junk" "^From:.*Lars Ingebrigtsen")
12773     ("mail.crazy" "^Subject:.*die\\|^Organization:.*flabby")
12774     ("mail.other" "")))
12775 @end lisp
12776
12777 This variable is a list of lists, where the first element of each of
12778 these lists is the name of the mail group (they do not have to be called
12779 something beginning with @samp{mail}, by the way), and the second
12780 element is a regular expression used on the header of each mail to
12781 determine if it belongs in this mail group.  The first string may
12782 contain @samp{\\1} forms, like the ones used by @code{replace-match} to
12783 insert sub-expressions from the matched text.  For instance:
12784
12785 @lisp
12786 ("list.\\1" "From:.* \\(.*\\)-list@@majordomo.com")
12787 @end lisp
12788
12789 The second element can also be a function.  In that case, it will be
12790 called narrowed to the headers with the first element of the rule as the
12791 argument.  It should return a non-@code{nil} value if it thinks that the
12792 mail belongs in that group.
12793
12794 The last of these groups should always be a general one, and the regular
12795 expression should @emph{always} be @samp{*} so that it matches any mails
12796 that haven't been matched by any of the other regexps.  (These rules are
12797 processed from the beginning of the alist toward the end.  The first
12798 rule to make a match will ``win'', unless you have crossposting enabled.
12799 In that case, all matching rules will ``win''.)
12800
12801 If you like to tinker with this yourself, you can set this variable to a
12802 function of your choice.  This function will be called without any
12803 arguments in a buffer narrowed to the headers of an incoming mail
12804 message.  The function should return a list of group names that it
12805 thinks should carry this mail message.
12806
12807 Note that the mail back ends are free to maul the poor, innocent,
12808 incoming headers all they want to.  They all add @code{Lines} headers;
12809 some add @code{X-Gnus-Group} headers; most rename the Unix mbox
12810 @code{From<SPACE>} line to something else.
12811
12812 @vindex nnmail-crosspost
12813 The mail back ends all support cross-posting.  If several regexps match,
12814 the mail will be ``cross-posted'' to all those groups.
12815 @code{nnmail-crosspost} says whether to use this mechanism or not.  Note
12816 that no articles are crossposted to the general (@samp{*}) group.
12817
12818 @vindex nnmail-crosspost-link-function
12819 @cindex crosspost
12820 @cindex links
12821 @code{nnmh} and @code{nnml} makes crossposts by creating hard links to
12822 the crossposted articles.  However, not all file systems support hard
12823 links.  If that's the case for you, set
12824 @code{nnmail-crosspost-link-function} to @code{copy-file}.  (This
12825 variable is @code{add-name-to-file} by default.)
12826
12827 @kindex M-x nnmail-split-history
12828 @kindex nnmail-split-history
12829 If you wish to see where the previous mail split put the messages, you
12830 can use the @kbd{M-x nnmail-split-history} command.  If you wish to see
12831 where re-spooling messages would put the messages, you can use
12832 @code{gnus-summary-respool-trace} and related commands (@pxref{Mail
12833 Group Commands}).
12834
12835 @vindex nnmail-split-header-length-limit
12836 Header lines longer than the value of
12837 @code{nnmail-split-header-length-limit} are excluded from the split
12838 function.
12839
12840 @vindex nnmail-mail-splitting-charset
12841 @vindex nnmail-mail-splitting-decodes
12842 By default the splitting codes MIME decodes headers so you can match
12843 on non-ASCII strings.  The @code{nnmail-mail-splitting-charset}
12844 variable specifies the default charset for decoding.  The behaviour
12845 can be turned off completely by binding
12846 @code{nnmail-mail-splitting-decodes} to nil, which is useful if you
12847 want to match articles based on the raw header data.
12848
12849 @vindex nnmail-resplit-incoming
12850 By default, splitting is performed on all incoming messages.  If
12851 you specify a @code{directory} entry for the variable
12852 @code{mail-sources} @pxref{Mail Source Specifiers}, however, then
12853 splitting does @emph{not} happen by default.  You can set the variable
12854 @code{nnmail-resplit-incoming} to a non-nil value to make splitting
12855 happen even in this case.  (This variable has no effect on other kinds
12856 of entries.)
12857
12858 Gnus gives you all the opportunity you could possibly want for shooting
12859 yourself in the foot.  Let's say you create a group that will contain
12860 all the mail you get from your boss.  And then you accidentally
12861 unsubscribe from the group.  Gnus will still put all the mail from your
12862 boss in the unsubscribed group, and so, when your boss mails you ``Have
12863 that report ready by Monday or you're fired!'', you'll never see it and,
12864 come Tuesday, you'll still believe that you're gainfully employed while
12865 you really should be out collecting empty bottles to save up for next
12866 month's rent money.
12867
12868
12869 @node Mail Sources
12870 @subsection Mail Sources
12871
12872 Mail can be gotten from many different sources---the mail spool, from a
12873 POP mail server, from a procmail directory, or from a maildir, for
12874 instance.
12875
12876 @menu
12877 * Mail Source Specifiers::      How to specify what a mail source is.
12878 * Mail Source Customization::   Some variables that influence things.
12879 * Fetching Mail::               Using the mail source specifiers.
12880 @end menu
12881
12882
12883 @node Mail Source Specifiers
12884 @subsubsection Mail Source Specifiers
12885 @cindex POP
12886 @cindex mail server
12887 @cindex procmail
12888 @cindex mail spool
12889 @cindex mail source
12890
12891 You tell Gnus how to fetch mail by setting @code{mail-sources}
12892 (@pxref{Fetching Mail}) to a @dfn{mail source specifier}.
12893
12894 Here's an example:
12895
12896 @lisp
12897 (pop :server "pop3.mailserver.com" :user "myname")
12898 @end lisp
12899
12900 As can be observed, a mail source specifier is a list where the first
12901 element is a @dfn{mail source type}, followed by an arbitrary number of
12902 @dfn{keywords}.  Keywords that are not explicitly specified are given
12903 default values.
12904
12905 The following mail source types are available:
12906
12907 @table @code
12908 @item file
12909 Get mail from a single file; typically from the mail spool.
12910
12911 Keywords:
12912
12913 @table @code
12914 @item :path
12915 The file name.  Defaults to the value of the @code{MAIL}
12916 environment variable or the value of @code{rmail-spool-directory}
12917 (usually something like @file{/usr/mail/spool/user-name}).
12918
12919 @item :prescript
12920 @itemx :postscript
12921 Script run before/after fetching mail.
12922 @end table
12923
12924 An example file mail source:
12925
12926 @lisp
12927 (file :path "/usr/spool/mail/user-name")
12928 @end lisp
12929
12930 Or using the default file name:
12931
12932 @lisp
12933 (file)
12934 @end lisp
12935
12936 If the mail spool file is not located on the local machine, it's best to
12937 use POP or @sc{imap} or the like to fetch the mail.  You can not use ange-ftp
12938 file names here---it has no way to lock the mail spool while moving the
12939 mail.
12940
12941 If it's impossible to set up a proper server, you can use ssh instead.
12942
12943 @lisp
12944 (setq mail-sources
12945       '((file :prescript "ssh host bin/getmail >%t")))
12946 @end lisp
12947
12948 The @samp{getmail} script would look something like the following:
12949
12950 @example
12951 #!/bin/sh
12952 #  getmail - move mail from spool to stdout
12953 #  flu@@iki.fi
12954
12955 MOVEMAIL=/usr/lib/emacs/20.3/i386-redhat-linux/movemail
12956 TMP=$HOME/Mail/tmp
12957 rm -f $TMP; $MOVEMAIL $MAIL $TMP >/dev/null && cat $TMP
12958 @end example
12959
12960 Alter this script to fit find the @samp{movemail} you want to use.
12961
12962
12963 @item directory
12964 @vindex nnmail-scan-directory-mail-source-once
12965 Get mail from several files in a directory.  This is typically used when
12966 you have procmail split the incoming mail into several files.  That is,
12967 there is a one-to-one correspondence between files in that directory and
12968 groups, so that mail from the file @file{foo.bar.spool} will be put in
12969 the group @code{foo.bar}.  (You can change the suffix to be used instead
12970 of @code{.spool}.)  Setting
12971 @code{nnmail-scan-directory-mail-source-once} to non-nil forces Gnus to
12972 scan the mail source only once.  This is particularly useful if you want
12973 to scan mail groups at a specified level.
12974
12975 @vindex nnmail-resplit-incoming
12976 There is also the variable @code{nnmail-resplit-incoming}, if you set
12977 that to a non-nil value, then the normal splitting process is applied
12978 to all the files from the directory, @ref{Splitting Mail}.
12979
12980 Keywords:
12981
12982 @table @code
12983 @item :path
12984 The name of the directory where the files are.  There is no default
12985 value.
12986
12987 @item :suffix
12988 Only files ending with this suffix are used.  The default is
12989 @samp{.spool}.
12990
12991 @item :predicate
12992 Only files that have this predicate return non-@code{nil} are returned.
12993 The default is @code{identity}.  This is used as an additional
12994 filter---only files that have the right suffix @emph{and} satisfy this
12995 predicate are considered.
12996
12997 @item :prescript
12998 @itemx :postscript
12999 Script run before/after fetching mail.
13000
13001 @end table
13002
13003 An example directory mail source:
13004
13005 @lisp
13006 (directory :path "/home/user-name/procmail-dir/"
13007            :suffix ".prcml")
13008 @end lisp
13009
13010 @item pop
13011 Get mail from a POP server.
13012
13013 Keywords:
13014
13015 @table @code
13016 @item :server
13017 The name of the POP server.  The default is taken from the
13018 @code{MAILHOST} environment variable.
13019
13020 @item :port
13021 The port number of the POP server.  This can be a number (eg,
13022 @samp{:port 1234}) or a string (eg, @samp{:port "pop3"}).  If it is a
13023 string, it should be a service name as listed in @file{/etc/services} on
13024 Unix systems.  The default is @samp{"pop3"}.  On some systems you might
13025 need to specify it as @samp{"pop-3"} instead.
13026
13027 @item :user
13028 The user name to give to the POP server.  The default is the login
13029 name.
13030
13031 @item :password
13032 The password to give to the POP server.  If not specified, the user is
13033 prompted.
13034
13035 @item :program
13036 The program to use to fetch mail from the POP server.  This should be
13037 a @code{format}-like string.  Here's an example:
13038
13039 @example
13040 fetchmail %u@@%s -P %p %t
13041 @end example
13042
13043 The valid format specifier characters are:
13044
13045 @table @samp
13046 @item t
13047 The name of the file the mail is to be moved to.  This must always be
13048 included in this string.
13049
13050 @item s
13051 The name of the server.
13052
13053 @item P
13054 The port number of the server.
13055
13056 @item u
13057 The user name to use.
13058
13059 @item p
13060 The password to use.
13061 @end table
13062
13063 The values used for these specs are taken from the values you give the
13064 corresponding keywords.
13065
13066 @item :prescript
13067 A script to be run before fetching the mail.  The syntax is the same as
13068 the @code{:program} keyword.  This can also be a function to be run.
13069
13070 @item :postscript
13071 A script to be run after fetching the mail.  The syntax is the same as
13072 the @code{:program} keyword.  This can also be a function to be run.
13073
13074 @item :function
13075 The function to use to fetch mail from the POP server.  The function is
13076 called with one parameter---the name of the file where the mail should
13077 be moved to.
13078
13079 @item :authentication
13080 This can be either the symbol @code{password} or the symbol @code{apop}
13081 and says what authentication scheme to use.  The default is
13082 @code{password}.
13083
13084 @end table
13085
13086 If the @code{:program} and @code{:function} keywords aren't specified,
13087 @code{pop3-movemail} will be used.
13088
13089 Here are some examples.  Fetch from the default POP server, using the
13090 default user name, and default fetcher:
13091
13092 @lisp
13093 (pop)
13094 @end lisp
13095
13096 Fetch from a named server with a named user and password:
13097
13098 @lisp
13099 (pop :server "my.pop.server"
13100      :user "user-name" :password "secret")
13101 @end lisp
13102
13103 Use @samp{movemail} to move the mail:
13104
13105 @lisp
13106 (pop :program "movemail po:%u %t %p")
13107 @end lisp
13108
13109 @item maildir
13110 Get mail from a maildir.  This is a type of mailbox that is supported by
13111 at least qmail and postfix, where each file in a special directory
13112 contains exactly one mail.
13113
13114 Keywords:
13115
13116 @table @code
13117 @item :path
13118 The name of the directory where the mails are stored.  The default is
13119 taken from the @code{MAILDIR} environment variable or
13120 @file{~/Maildir/}.
13121 @item :subdirs
13122 The subdirectories of the Maildir.  The default is
13123 @samp{("new" "cur")}.
13124
13125 @c If you sometimes look at your mail through a pop3 daemon before fetching
13126 @c them with Gnus, you may also have to fetch your mails from the
13127 @c @code{cur} directory inside the maildir, like in the first example
13128 @c below.
13129
13130 You can also get mails from remote hosts (because maildirs don't suffer
13131 from locking problems).
13132
13133 @end table
13134
13135 Two example maildir mail sources:
13136
13137 @lisp
13138 (maildir :path "/home/user-name/Maildir/"
13139          :subdirs ("cur" "new"))
13140 @end lisp
13141
13142 @lisp
13143 (maildir :path "/user@@remotehost.org:~/Maildir/"
13144          :subdirs ("new"))
13145 @end lisp
13146
13147 @item imap
13148 Get mail from a @sc{imap} server.  If you don't want to use @sc{imap}
13149 as intended, as a network mail reading protocol (ie with nnimap), for
13150 some reason or other, Gnus let you treat it similar to a POP server
13151 and fetches articles from a given @sc{imap} mailbox.  @xref{IMAP}, for
13152 more information.
13153
13154 Note that for the Kerberos, GSSAPI, SSL/TLS and STARTTLS support you
13155 may need external programs and libraries, @xref{IMAP}.
13156
13157 Keywords:
13158
13159 @table @code
13160 @item :server
13161 The name of the @sc{imap} server.  The default is taken from the
13162 @code{MAILHOST} environment variable.
13163
13164 @item :port
13165 The port number of the @sc{imap} server.  The default is @samp{143}, or
13166 @samp{993} for SSL/TLS connections.
13167
13168 @item :user
13169 The user name to give to the @sc{imap} server.  The default is the login
13170 name.
13171
13172 @item :password
13173 The password to give to the @sc{imap} server.  If not specified, the user is
13174 prompted.
13175
13176 @item :stream
13177 What stream to use for connecting to the server, this is one of the
13178 symbols in @code{imap-stream-alist}.  Right now, this means
13179 @samp{gssapi}, @samp{kerberos4}, @samp{starttls}, @samp{ssl},
13180 @samp{shell} or the default @samp{network}.
13181
13182 @item :authentication
13183 Which authenticator to use for authenticating to the server, this is
13184 one of the symbols in @code{imap-authenticator-alist}.  Right now,
13185 this means @samp{gssapi}, @samp{kerberos4}, @samp{digest-md5},
13186 @samp{cram-md5}, @samp{anonymous} or the default @samp{login}.
13187
13188 @item :program
13189 When using the `shell' :stream, the contents of this variable is
13190 mapped into the @code{imap-shell-program} variable.  This should be a
13191 @code{format}-like string (or list of strings).  Here's an example:
13192
13193 @example
13194 ssh %s imapd
13195 @end example
13196
13197 The valid format specifier characters are:
13198
13199 @table @samp
13200 @item s
13201 The name of the server.
13202
13203 @item l
13204 User name from @code{imap-default-user}.
13205
13206 @item p
13207 The port number of the server.
13208 @end table
13209
13210 The values used for these specs are taken from the values you give the
13211 corresponding keywords.
13212
13213 @item :mailbox
13214 The name of the mailbox to get mail from.  The default is @samp{INBOX}
13215 which normally is the mailbox which receive incoming mail.
13216
13217 @item :predicate
13218 The predicate used to find articles to fetch.  The default, @samp{UNSEEN
13219 UNDELETED}, is probably the best choice for most people, but if you
13220 sometimes peek in your mailbox with a @sc{imap} client and mark some
13221 articles as read (or; SEEN) you might want to set this to @samp{1:*}.
13222 Then all articles in the mailbox is fetched, no matter what.  For a
13223 complete list of predicates, see RFC 2060 section 6.4.4.
13224
13225 @item :fetchflag
13226 How to flag fetched articles on the server, the default @samp{\Deleted}
13227 will mark them as deleted, an alternative would be @samp{\Seen} which
13228 would simply mark them as read.  These are the two most likely choices,
13229 but more flags are defined in RFC 2060 section 2.3.2.
13230
13231 @item :dontexpunge
13232 If non-nil, don't remove all articles marked as deleted in the mailbox
13233 after finishing the fetch.
13234
13235 @end table
13236
13237 An example @sc{imap} mail source:
13238
13239 @lisp
13240 (imap :server "mail.mycorp.com"
13241       :stream kerberos4
13242       :fetchflag "\\Seen")
13243 @end lisp
13244
13245 @item webmail
13246 Get mail from a webmail server, such as @uref{www.hotmail.com},
13247 @uref{webmail.netscape.com}, @uref{www.netaddress.com},
13248 @uref{mail.yahoo..com}.
13249
13250 NOTE: Webmail largely depends cookies. A "one-line-cookie" patch is
13251 required for url "4.0pre.46".
13252
13253 WARNING: Mails may be lost.  NO WARRANTY.
13254
13255 Keywords:
13256
13257 @table @code
13258 @item :subtype
13259 The type of the webmail server.  The default is @code{hotmail}.  The
13260 alternatives are @code{netscape}, @code{netaddress}, @code{my-deja}.
13261
13262 @item :user
13263 The user name to give to the webmail server.  The default is the login
13264 name.
13265
13266 @item :password
13267 The password to give to the webmail server.  If not specified, the user is
13268 prompted.
13269
13270 @item :dontexpunge
13271 If non-nil, only fetch unread articles and don't move them to trash
13272 folder after finishing the fetch.
13273
13274 @end table
13275
13276 An example webmail source:
13277
13278 @lisp
13279 (webmail :subtype 'hotmail
13280          :user "user-name"
13281          :password "secret")
13282 @end lisp
13283 @end table
13284
13285 @table @dfn
13286 @item Common Keywords
13287 Common keywords can be used in any type of mail source.
13288
13289 Keywords:
13290
13291 @table @code
13292 @item :plugged
13293 If non-nil, fetch the mail even when Gnus is unplugged.  If you use
13294 directory source to get mail, you can specify it as in this example:
13295
13296 @lisp
13297 (setq mail-sources
13298       '((directory :path "/home/pavel/.Spool/"
13299                    :suffix ""
13300                    :plugged t)))
13301 @end lisp
13302
13303 Gnus will then fetch your mail even when you are unplugged.  This is
13304 useful when you use local mail and news.
13305
13306 @end table
13307 @end table
13308
13309 @subsubsection Function Interface
13310
13311 Some of the above keywords specify a Lisp function to be executed.
13312 For each keyword @code{:foo}, the Lisp variable @code{foo} is bound to
13313 the value of the keyword while the function is executing.  For example,
13314 consider the following mail-source setting:
13315
13316 @lisp
13317 (setq mail-sources '((pop :user "jrl"
13318                           :server "pophost" :function fetchfunc)))
13319 @end lisp
13320
13321 While the function @code{fetchfunc} is executing, the symbol @code{user}
13322 is bound to @code{"jrl"}, and the symbol @code{server} is bound to
13323 @code{"pophost"}.  The symbols @code{port}, @code{password},
13324 @code{program}, @code{prescript}, @code{postscript}, @code{function},
13325 and @code{authentication} are also bound (to their default values).
13326
13327 See above for a list of keywords for each type of mail source.
13328
13329
13330 @node Mail Source Customization
13331 @subsubsection Mail Source Customization
13332
13333 The following is a list of variables that influence how the mail is
13334 fetched.  You would normally not need to set or change any of these
13335 variables.
13336
13337 @table @code
13338 @item mail-source-crash-box
13339 @vindex mail-source-crash-box
13340 File where mail will be stored while processing it.  The default is
13341 @file{~/.emacs-mail-crash-box}.
13342
13343 @item mail-source-delete-incoming
13344 @vindex mail-source-delete-incoming
13345 If non-@code{nil}, delete incoming files after handling them.
13346
13347 @item mail-source-ignore-errors
13348 @vindex mail-source-ignore-errors
13349 If non-@code{nil}, ignore errors when reading mail from a mail source.
13350
13351 @item mail-source-directory
13352 @vindex mail-source-directory
13353 Directory where files (if any) will be stored.  The default is
13354 @file{~/Mail/}.  At present, the only thing this is used for is to say
13355 where the incoming files will be stored if the previous variable is
13356 @code{nil}.
13357
13358 @item mail-source-incoming-file-prefix
13359 @vindex mail-source-incoming-file-prefix
13360 Prefix for file name for storing incoming mail.  The default is
13361 @file{Incoming}, in which case files will end up with names like
13362 @file{Incoming30630D_} or @file{Incoming298602ZD}.  This is really only
13363 relevant if @code{mail-source-delete-incoming} is @code{nil}.
13364
13365 @item mail-source-default-file-modes
13366 @vindex mail-source-default-file-modes
13367 All new mail files will get this file mode.  The default is 384.
13368
13369 @item mail-source-movemail-program
13370 @vindex mail-source-movemail-program
13371 If non-nil, name of program for fetching new mail.  If nil,
13372 @code{movemail} in @var{exec-directory}.
13373
13374 @end table
13375
13376
13377 @node Fetching Mail
13378 @subsubsection Fetching Mail
13379
13380 @vindex mail-sources
13381 @vindex nnmail-spool-file
13382 The way to actually tell Gnus where to get new mail from is to set
13383 @code{mail-sources} to a list of mail source specifiers
13384 (@pxref{Mail Source Specifiers}).
13385
13386 If this variable (and the obsolescent @code{nnmail-spool-file}) is
13387 @code{nil}, the mail back ends will never attempt to fetch mail by
13388 themselves.
13389
13390 If you want to fetch mail both from your local spool as well as a POP
13391 mail server, you'd say something like:
13392
13393 @lisp
13394 (setq mail-sources
13395       '((file)
13396         (pop :server "pop3.mail.server"
13397              :password "secret")))
13398 @end lisp
13399
13400 Or, if you don't want to use any of the keyword defaults:
13401
13402 @lisp
13403 (setq mail-sources
13404       '((file :path "/var/spool/mail/user-name")
13405         (pop :server "pop3.mail.server"
13406              :user "user-name"
13407              :port "pop3"
13408              :password "secret")))
13409 @end lisp
13410
13411
13412 When you use a mail back end, Gnus will slurp all your mail from your
13413 inbox and plonk it down in your home directory.  Gnus doesn't move any
13414 mail if you're not using a mail back end---you have to do a lot of magic
13415 invocations first.  At the time when you have finished drawing the
13416 pentagram, lightened the candles, and sacrificed the goat, you really
13417 shouldn't be too surprised when Gnus moves your mail.
13418
13419
13420
13421 @node Mail Back End Variables
13422 @subsection Mail Back End Variables
13423
13424 These variables are (for the most part) pertinent to all the various
13425 mail back ends.
13426
13427 @table @code
13428 @vindex nnmail-read-incoming-hook
13429 @item nnmail-read-incoming-hook
13430 The mail back ends all call this hook after reading new mail.  You can
13431 use this hook to notify any mail watch programs, if you want to.
13432
13433 @vindex nnmail-split-hook
13434 @item nnmail-split-hook
13435 @findex gnus-article-decode-encoded-words
13436 @findex RFC 1522 decoding
13437 @findex RFC 2047 decoding
13438 Hook run in the buffer where the mail headers of each message is kept
13439 just before the splitting based on these headers is done.  The hook is
13440 free to modify the buffer contents in any way it sees fit---the buffer
13441 is discarded after the splitting has been done, and no changes performed
13442 in the buffer will show up in any files.
13443 @code{gnus-article-decode-encoded-words} is one likely function to add
13444 to this hook.
13445
13446 @vindex nnmail-pre-get-new-mail-hook
13447 @vindex nnmail-post-get-new-mail-hook
13448 @item nnmail-pre-get-new-mail-hook
13449 @itemx nnmail-post-get-new-mail-hook
13450 These are two useful hooks executed when treating new incoming
13451 mail---@code{nnmail-pre-get-new-mail-hook} (is called just before
13452 starting to handle the new mail) and
13453 @code{nnmail-post-get-new-mail-hook} (is called when the mail handling
13454 is done).  Here's and example of using these two hooks to change the
13455 default file modes the new mail files get:
13456
13457 @lisp
13458 (add-hook 'nnmail-pre-get-new-mail-hook
13459           (lambda () (set-default-file-modes 511)))
13460
13461 (add-hook 'nnmail-post-get-new-mail-hook
13462           (lambda () (set-default-file-modes 551)))
13463 @end lisp
13464
13465 @item nnmail-use-long-file-names
13466 @vindex nnmail-use-long-file-names
13467 If non-@code{nil}, the mail back ends will use long file and directory
13468 names.  Groups like @samp{mail.misc} will end up in directories
13469 (assuming use of @code{nnml} back end) or files (assuming use of
13470 @code{nnfolder} back end) like @file{mail.misc}.  If it is @code{nil},
13471 the same group will end up in @file{mail/misc}.
13472
13473 @item nnmail-delete-file-function
13474 @vindex nnmail-delete-file-function
13475 @findex delete-file
13476 Function called to delete files.  It is @code{delete-file} by default.
13477
13478 @item nnmail-cache-accepted-message-ids
13479 @vindex nnmail-cache-accepted-message-ids
13480 If non-@code{nil}, put the @code{Message-ID}s of articles imported into
13481 the back end (via @code{Gcc}, for instance) into the mail duplication
13482 discovery cache.  The default is @code{nil}.
13483
13484 @item nnmail-cache-ignore-groups
13485 @vindex nnmail-cache-ignore-groups
13486 This can be a regular expression or a list of regular expressions.
13487 Group names that match any of the regular expressions will never be
13488 recorded in the @code{Message-ID} cache.
13489
13490 This can be useful, for example, when using Fancy Splitting
13491 (@pxref{Fancy Mail Splitting}) together with the function
13492 @code{nnmail-split-fancy-with-parent}.
13493
13494 @end table
13495
13496
13497 @node Fancy Mail Splitting
13498 @subsection Fancy Mail Splitting
13499 @cindex mail splitting
13500 @cindex fancy mail splitting
13501
13502 @vindex nnmail-split-fancy
13503 @findex nnmail-split-fancy
13504 If the rather simple, standard method for specifying how to split mail
13505 doesn't allow you to do what you want, you can set
13506 @code{nnmail-split-methods} to @code{nnmail-split-fancy}.  Then you can
13507 play with the @code{nnmail-split-fancy} variable.
13508
13509 Let's look at an example value of this variable first:
13510
13511 @lisp
13512 ;; Messages from the mailer daemon are not crossposted to any of
13513 ;; the ordinary groups.  Warnings are put in a separate group
13514 ;; from real errors.
13515 (| ("from" mail (| ("subject" "warn.*" "mail.warning")
13516                    "mail.misc"))
13517    ;; Non-error messages are crossposted to all relevant
13518    ;; groups, but we don't crosspost between the group for the
13519    ;; (ding) list and the group for other (ding) related mail.
13520    (& (| (any "ding@@ifi\\.uio\\.no" "ding.list")
13521          ("subject" "ding" "ding.misc"))
13522       ;; Other mailing lists...
13523       (any "procmail@@informatik\\.rwth-aachen\\.de" "procmail.list")
13524       (any "SmartList@@informatik\\.rwth-aachen\\.de" "SmartList.list")
13525       ;; Both lists below have the same suffix, so prevent
13526       ;; cross-posting to mkpkg.list of messages posted only to
13527       ;; the bugs- list, but allow cross-posting when the
13528       ;; message was really cross-posted.
13529       (any "bugs-mypackage@@somewhere" "mypkg.bugs")
13530       (any "mypackage@@somewhere\" - "bugs-mypackage" "mypkg.list")
13531       ;; People...
13532       (any "larsi@@ifi\\.uio\\.no" "people.Lars_Magne_Ingebrigtsen"))
13533    ;; Unmatched mail goes to the catch all group.
13534    "misc.misc")
13535 @end lisp
13536
13537 This variable has the format of a @dfn{split}.  A split is a (possibly)
13538 recursive structure where each split may contain other splits.  Here are
13539 the five possible split syntaxes:
13540
13541 @enumerate
13542
13543 @item
13544 @samp{group}: If the split is a string, that will be taken as a group
13545 name.  Normal regexp match expansion will be done.  See below for
13546 examples.
13547
13548 @item
13549 @code{(@var{field} @var{value} @code{[-} @var{restrict}
13550 @code{[@dots{}]}@code{]} @var{split})}: If the split is a list, the
13551 first element of which is a string, then store the message as
13552 specified by @var{split}, if header @var{field} (a regexp) contains
13553 @var{value} (also a regexp).  If @var{restrict} (yet another regexp)
13554 matches some string after @var{field} and before the end of the
13555 matched @var{value}, the @var{split} is ignored.  If none of the
13556 @var{restrict} clauses match, @var{split} is processed.
13557
13558 @item
13559 @code{(| @var{split}@dots{})}: If the split is a list, and the first
13560 element is @code{|} (vertical bar), then process each @var{split} until
13561 one of them matches.  A @var{split} is said to match if it will cause
13562 the mail message to be stored in one or more groups.
13563
13564 @item
13565 @code{(& @var{split}@dots{})}: If the split is a list, and the first
13566 element is @code{&}, then process all @var{split}s in the list.
13567
13568 @item
13569 @code{junk}: If the split is the symbol @code{junk}, then don't save
13570 (i.e., delete) this message.  Use with extreme caution.
13571
13572 @item
13573 @code{(: @var{function} @var{arg1} @var{arg2} @dots{})}:  If the split is
13574 a list, and the first element is @code{:}, then the second element will
13575 be called as a function with @var{args} given as arguments.  The
13576 function should return a @var{split}.
13577
13578 @cindex body split
13579 For instance, the following function could be used to split based on the
13580 body of the messages:
13581
13582 @lisp
13583 (defun split-on-body ()
13584   (save-excursion
13585     (set-buffer " *nnmail incoming*")
13586     (goto-char (point-min))
13587     (when (re-search-forward "Some.*string" nil t)
13588       "string.group")))
13589 @end lisp
13590
13591 The @samp{" *nnmail incoming*"} is narrowed to the message in question
13592 when the @code{:} function is run.
13593
13594 @item
13595 @code{(! @var{func} @var{split})}: If the split is a list, and the first
13596 element is @code{!}, then SPLIT will be processed, and FUNC will be
13597 called as a function with the result of SPLIT as argument.  FUNC should
13598 return a split.
13599
13600 @item
13601 @code{nil}: If the split is @code{nil}, it is ignored.
13602
13603 @end enumerate
13604
13605 In these splits, @var{field} must match a complete field name.
13606 @var{value} must match a complete word according to the fundamental mode
13607 syntax table.  You can use @code{.*} in the regexps to match partial
13608 field names or words.  In other words, all @var{value}'s are wrapped in
13609 @samp{\<} and @samp{\>} pairs.
13610
13611 @vindex nnmail-split-abbrev-alist
13612 @var{field} and @var{value} can also be lisp symbols, in that case they
13613 are expanded as specified by the variable
13614 @code{nnmail-split-abbrev-alist}.  This is an alist of cons cells, where
13615 the @code{car} of a cell contains the key, and the @code{cdr} contains the associated
13616 value.
13617
13618 @vindex nnmail-split-fancy-syntax-table
13619 @code{nnmail-split-fancy-syntax-table} is the syntax table in effect
13620 when all this splitting is performed.
13621
13622 If you want to have Gnus create groups dynamically based on some
13623 information in the headers (i.e., do @code{replace-match}-like
13624 substitutions in the group names), you can say things like:
13625
13626 @example
13627 (any "debian-\\b\\(\\w+\\)@@lists.debian.org" "mail.debian.\\1")
13628 @end example
13629
13630 In this example, messages sent to @samp{debian-foo@@lists.debian.org}
13631 will be filed in @samp{mail.debian.foo}.
13632
13633 If the string contains the element @samp{\&}, then the previously
13634 matched string will be substituted.  Similarly, the elements @samp{\\1}
13635 up to @samp{\\9} will be substituted with the text matched by the
13636 groupings 1 through 9.
13637
13638 @findex nnmail-split-fancy-with-parent
13639 @code{nnmail-split-fancy-with-parent} is a function which allows you to
13640 split followups into the same groups their parents are in.  Sometimes
13641 you can't make splitting rules for all your mail.  For example, your
13642 boss might send you personal mail regarding different projects you are
13643 working on, and as you can't tell your boss to put a distinguishing
13644 string into the subject line, you have to resort to manually moving the
13645 messages into the right group.  With this function, you only have to do
13646 it once per thread.
13647
13648 To use this feature, you have to set @code{nnmail-treat-duplicates} and
13649 @code{nnmail-cache-accepted-message-ids} to a non-nil value.  And then
13650 you can include @code{nnmail-split-fancy-with-parent} using the colon
13651 feature, like so:
13652 @lisp
13653 (setq nnmail-treat-duplicates 'warn     ; or 'delete
13654       nnmail-cache-accepted-message-ids t
13655       nnmail-split-fancy
13656       '(| (: nnmail-split-fancy-with-parent)
13657           ;; other splits go here
13658         ))
13659 @end lisp
13660
13661 This feature works as follows: when @code{nnmail-treat-duplicates} is
13662 non-nil, Gnus records the message id of every message it sees in the
13663 file specified by the variable @code{nnmail-message-id-cache-file},
13664 together with the group it is in (the group is omitted for non-mail
13665 messages).  When mail splitting is invoked, the function
13666 @code{nnmail-split-fancy-with-parent} then looks at the References (and
13667 In-Reply-To) header of each message to split and searches the file
13668 specified by @code{nnmail-message-id-cache-file} for the message ids.
13669 When it has found a parent, it returns the corresponding group name
13670 unless the group name matches the regexp
13671 @code{nnmail-split-fancy-with-parent-ignore-groups}.  It is recommended
13672 that you set @code{nnmail-message-id-cache-length} to a somewhat higher
13673 number than the default so that the message ids are still in the cache.
13674 (A value of 5000 appears to create a file some 300 kBytes in size.)
13675 @vindex nnmail-cache-accepted-message-ids
13676 When @code{nnmail-cache-accepted-message-ids} is non-@code{nil}, Gnus
13677 also records the message ids of moved articles, so that the followup
13678 messages goes into the new group.
13679
13680 Also see the variable @code{nnmail-cache-ignore-groups} if you don't
13681 want certain groups to be recorded in the cache.  For example, if all
13682 outgoing messages are written to an `outgoing' group, you could set
13683 @code{nnmail-cache-ignore-groups} to match that group name.
13684 Otherwise, answers to all your messages would end up in the
13685 `outgoing' group.
13686
13687
13688 @node Group Mail Splitting
13689 @subsection Group Mail Splitting
13690 @cindex mail splitting
13691 @cindex group mail splitting
13692
13693 @findex gnus-group-split
13694 If you subscribe to dozens of mailing lists but you don't want to
13695 maintain mail splitting rules manually, group mail splitting is for you.
13696 You just have to set @var{to-list} and/or @var{to-address} in group
13697 parameters or group customization and set @code{nnmail-split-methods} to
13698 @code{gnus-group-split}.  This splitting function will scan all groups
13699 for those parameters and split mail accordingly, i.e., messages posted
13700 from or to the addresses specified in the parameters @var{to-list} or
13701 @var{to-address} of a mail group will be stored in that group.
13702
13703 Sometimes, mailing lists have multiple addresses, and you may want mail
13704 splitting to recognize them all: just set the @var{extra-aliases} group
13705 parameter to the list of additional addresses and it's done.  If you'd
13706 rather use a regular expression, set @var{split-regexp}.
13707
13708 All these parameters in a group will be used to create an
13709 @code{nnmail-split-fancy} split, in which the @var{field} is @samp{any},
13710 the @var{value} is a single regular expression that matches
13711 @var{to-list}, @var{to-address}, all of @var{extra-aliases} and all
13712 matches of @var{split-regexp}, and the @var{split} is the name of the
13713 group.  @var{restrict}s are also supported: just set the
13714 @var{split-exclude} parameter to a list of regular expressions.
13715
13716 If you can't get the right split to be generated using all these
13717 parameters, or you just need something fancier, you can set the
13718 parameter @var{split-spec} to an @code{nnmail-split-fancy} split.  In
13719 this case, all other aforementioned parameters will be ignored by
13720 @code{gnus-group-split}.  In particular, @var{split-spec} may be set to
13721 @code{nil}, in which case the group will be ignored by
13722 @code{gnus-group-split}.
13723
13724 @vindex gnus-group-split-default-catch-all-group
13725 @code{gnus-group-split} will do cross-posting on all groups that match,
13726 by defining a single @code{&} fancy split containing one split for each
13727 group.  If a message doesn't match any split, it will be stored in the
13728 group named in @code{gnus-group-split-default-catch-all-group}, unless
13729 some group has @var{split-spec} set to @code{catch-all}, in which case
13730 that group is used as the catch-all group.  Even though this variable is
13731 often used just to name a group, it may also be set to an arbitrarily
13732 complex fancy split (after all, a group name is a fancy split), and this
13733 may be useful to split mail that doesn't go to any mailing list to
13734 personal mail folders.  Note that this fancy split is added as the last
13735 element of a @code{|} split list that also contains a @code{&} split
13736 with the rules extracted from group parameters.
13737
13738 It's time for an example.  Assume the following group parameters have
13739 been defined:
13740
13741 @example
13742 nnml:mail.bar:
13743 ((to-address . "bar@@femail.com")
13744  (split-regexp . ".*@@femail\\.com"))
13745 nnml:mail.foo:
13746 ((to-list . "foo@@nowhere.gov")
13747  (extra-aliases "foo@@localhost" "foo-redist@@home")
13748  (split-exclude "bugs-foo" "rambling-foo")
13749  (admin-address . "foo-request@@nowhere.gov"))
13750 nnml:mail.others:
13751 ((split-spec . catch-all))
13752 @end example
13753
13754 Setting @code{nnmail-split-methods} to @code{gnus-group-split} will
13755 behave as if @code{nnmail-split-fancy} had been selected and variable
13756 @code{nnmail-split-fancy} had been set as follows:
13757
13758 @lisp
13759 (| (& (any "\\(bar@@femail\\.com\\|.*@@femail\\.com\\)" "mail.bar")
13760       (any "\\(foo@@nowhere\\.gov\\|foo@@localhost\\|foo-redist@@home\\)"
13761            - "bugs-foo" - "rambling-foo" "mail.foo"))
13762    "mail.others")
13763 @end lisp
13764
13765 @findex gnus-group-split-fancy
13766 If you'd rather not use group splitting for all your mail groups, you
13767 may use it for only some of them, by using @code{nnmail-split-fancy}
13768 splits like this:
13769
13770 @lisp
13771 (: gnus-group-split-fancy GROUPS NO-CROSSPOST CATCH-ALL)
13772 @end lisp
13773
13774 @var{groups} may be a regular expression or a list of group names whose
13775 parameters will be scanned to generate the output split.
13776 @var{no-crosspost} can be used to disable cross-posting; in this case, a
13777 single @code{|} split will be output.  @var{catch-all} is the fallback
13778 fancy split, used like @var{gnus-group-split-default-catch-all-group}.
13779 If @var{catch-all} is @code{nil}, or if @var{split-regexp} matches the
13780 empty string in any selected group, no catch-all split will be issued.
13781 Otherwise, if some group has @var{split-spec} set to @code{catch-all},
13782 this group will override the value of the @var{catch-all} argument.
13783
13784 @findex gnus-group-split-setup
13785 Unfortunately, scanning all groups and their parameters can be quite
13786 slow, especially considering that it has to be done for every message.
13787 But don't despair!  The function @code{gnus-group-split-setup} can be
13788 used to enable @code{gnus-group-split} in a much more efficient way.  It
13789 sets @code{nnmail-split-methods} to @code{nnmail-split-fancy} and sets
13790 @code{nnmail-split-fancy} to the split produced by
13791 @code{gnus-group-split-fancy}.  Thus, the group parameters are only
13792 scanned once, no matter how many messages are split.
13793
13794 @findex gnus-group-split-update
13795 However, if you change group parameters, you'd have to update
13796 @code{nnmail-split-fancy} manually.  You can do it by running
13797 @code{gnus-group-split-update}.  If you'd rather have it updated
13798 automatically, just tell @code{gnus-group-split-setup} to do it for
13799 you.  For example, add to your @file{.gnus.el}:
13800
13801 @lisp
13802 (gnus-group-split-setup AUTO-UPDATE CATCH-ALL)
13803 @end lisp
13804
13805 If @var{auto-update} is non-@code{nil}, @code{gnus-group-split-update}
13806 will be added to @code{nnmail-pre-get-new-mail-hook}, so you won't ever
13807 have to worry about updating @code{nnmail-split-fancy} again.  If you
13808 don't omit @var{catch-all} (it's optional, equivalent to @code{nil}),
13809 @code{gnus-group-split-default-catch-all-group} will be set to its
13810 value.
13811
13812 @vindex gnus-group-split-updated-hook
13813 Because you may want to change @code{nnmail-split-fancy} after it is set
13814 by @code{gnus-group-split-update}, this function will run
13815 @code{gnus-group-split-updated-hook} just before finishing.
13816
13817 @node Incorporating Old Mail
13818 @subsection Incorporating Old Mail
13819 @cindex incorporating old mail
13820 @cindex import old mail
13821
13822 Most people have lots of old mail stored in various file formats.  If
13823 you have set up Gnus to read mail using one of the spiffy Gnus mail
13824 back ends, you'll probably wish to have that old mail incorporated into
13825 your mail groups.
13826
13827 Doing so can be quite easy.
13828
13829 To take an example: You're reading mail using @code{nnml}
13830 (@pxref{Mail Spool}), and have set @code{nnmail-split-methods} to a
13831 satisfactory value (@pxref{Splitting Mail}).  You have an old Unix mbox
13832 file filled with important, but old, mail.  You want to move it into
13833 your @code{nnml} groups.
13834
13835 Here's how:
13836
13837 @enumerate
13838 @item
13839 Go to the group buffer.
13840
13841 @item
13842 Type @kbd{G f} and give the file name to the mbox file when prompted to create an
13843 @code{nndoc} group from the mbox file (@pxref{Foreign Groups}).
13844
13845 @item
13846 Type @kbd{SPACE} to enter the newly created group.
13847
13848 @item
13849 Type @kbd{M P b} to process-mark all articles in this group's buffer
13850 (@pxref{Setting Process Marks}).
13851
13852 @item
13853 Type @kbd{B r} to respool all the process-marked articles, and answer
13854 @samp{nnml} when prompted (@pxref{Mail Group Commands}).
13855 @end enumerate
13856
13857 All the mail messages in the mbox file will now also be spread out over
13858 all your @code{nnml} groups.  Try entering them and check whether things
13859 have gone without a glitch.  If things look ok, you may consider
13860 deleting the mbox file, but I wouldn't do that unless I was absolutely
13861 sure that all the mail has ended up where it should be.
13862
13863 Respooling is also a handy thing to do if you're switching from one mail
13864 back end to another.  Just respool all the mail in the old mail groups
13865 using the new mail back end.
13866
13867
13868 @node Expiring Mail
13869 @subsection Expiring Mail
13870 @cindex article expiry
13871
13872 Traditional mail readers have a tendency to remove mail articles when
13873 you mark them as read, in some way.  Gnus takes a fundamentally
13874 different approach to mail reading.
13875
13876 Gnus basically considers mail just to be news that has been received in
13877 a rather peculiar manner.  It does not think that it has the power to
13878 actually change the mail, or delete any mail messages.  If you enter a
13879 mail group, and mark articles as ``read'', or kill them in some other
13880 fashion, the mail articles will still exist on the system.  I repeat:
13881 Gnus will not delete your old, read mail.  Unless you ask it to, of
13882 course.
13883
13884 To make Gnus get rid of your unwanted mail, you have to mark the
13885 articles as @dfn{expirable}.  (With the default keybindings, this means
13886 that you have to type @kbd{E}.)  This does not mean that the articles
13887 will disappear right away, however.  In general, a mail article will be
13888 deleted from your system if, 1) it is marked as expirable, AND 2) it is
13889 more than one week old.  If you do not mark an article as expirable, it
13890 will remain on your system until hell freezes over.  This bears
13891 repeating one more time, with some spurious capitalizations: IF you do
13892 NOT mark articles as EXPIRABLE, Gnus will NEVER delete those ARTICLES.
13893
13894 You do not have to mark articles as expirable by hand.  Gnus provides
13895 two features, called `auto-expire' and `total-expire', that can help you
13896 with this.  In a nutshell, `auto-expire' means that Gnus hits @kbd{E}
13897 for you when you select an article.  And `total-expire' means that Gnus
13898 considers all articles as expirable that are read.  So, in addition to
13899 the articles marked @samp{E}, also the articles marked @samp{r},
13900 @samp{R}, @samp{O}, @samp{K}, @samp{Y} and so on are considered
13901 expirable.
13902
13903 When should either auto-expire or total-expire be used?  Most people
13904 who are subscribed to mailing lists split each list into its own group
13905 and then turn on auto-expire or total-expire for those groups.
13906 (@xref{Splitting Mail}, for more information on splitting each list
13907 into its own group.)
13908
13909 Which one is better, auto-expire or total-expire?  It's not easy to
13910 answer.  Generally speaking, auto-expire is probably faster.  Another
13911 advantage of auto-expire is that you get more marks to work with: for
13912 the articles that are supposed to stick around, you can still choose
13913 between tick and dormant and read marks.  But with total-expire, you
13914 only have dormant and ticked to choose from.  The advantage of
13915 total-expire is that it works well with adaptive scoring @pxref{Adaptive
13916 Scoring}.  Auto-expire works with normal scoring but not with adaptive
13917 scoring.
13918
13919 @vindex gnus-auto-expirable-newsgroups
13920 Groups that match the regular expression
13921 @code{gnus-auto-expirable-newsgroups} will have all articles that you
13922 read marked as expirable automatically.  All articles marked as
13923 expirable have an @samp{E} in the first column in the summary buffer.
13924
13925 By default, if you have auto expiry switched on, Gnus will mark all the
13926 articles you read as expirable, no matter if they were read or unread
13927 before.  To avoid having articles marked as read marked as expirable
13928 automatically, you can put something like the following in your
13929 @file{.gnus.el} file:
13930
13931 @vindex gnus-mark-article-hook
13932 @lisp
13933 (remove-hook 'gnus-mark-article-hook
13934              'gnus-summary-mark-read-and-unread-as-read)
13935 (add-hook 'gnus-mark-article-hook 'gnus-summary-mark-unread-as-read)
13936 @end lisp
13937
13938 Note that making a group auto-expirable doesn't mean that all read
13939 articles are expired---only the articles marked as expirable
13940 will be expired.  Also note that using the @kbd{d} command won't make
13941 articles expirable---only semi-automatic marking of articles as read will
13942 mark the articles as expirable in auto-expirable groups.
13943
13944 Let's say you subscribe to a couple of mailing lists, and you want the
13945 articles you have read to disappear after a while:
13946
13947 @lisp
13948 (setq gnus-auto-expirable-newsgroups
13949       "mail.nonsense-list\\|mail.nice-list")
13950 @end lisp
13951
13952 Another way to have auto-expiry happen is to have the element
13953 @code{auto-expire} in the group parameters of the group.
13954
13955 If you use adaptive scoring (@pxref{Adaptive Scoring}) and
13956 auto-expiring, you'll have problems.  Auto-expiring and adaptive scoring
13957 don't really mix very well.
13958
13959 @vindex nnmail-expiry-wait
13960 The @code{nnmail-expiry-wait} variable supplies the default time an
13961 expirable article has to live.  Gnus starts counting days from when the
13962 message @emph{arrived}, not from when it was sent.  The default is seven
13963 days.
13964
13965 Gnus also supplies a function that lets you fine-tune how long articles
13966 are to live, based on what group they are in.  Let's say you want to
13967 have one month expiry period in the @samp{mail.private} group, a one day
13968 expiry period in the @samp{mail.junk} group, and a six day expiry period
13969 everywhere else:
13970
13971 @vindex nnmail-expiry-wait-function
13972 @lisp
13973 (setq nnmail-expiry-wait-function
13974       (lambda (group)
13975        (cond ((string= group "mail.private")
13976                31)
13977              ((string= group "mail.junk")
13978                1)
13979              ((string= group "important")
13980                'never)
13981              (t
13982                6))))
13983 @end lisp
13984
13985 The group names this function is fed are ``unadorned'' group
13986 names---no @samp{nnml:} prefixes and the like.
13987
13988 The @code{nnmail-expiry-wait} variable and
13989 @code{nnmail-expiry-wait-function} function can either be a number (not
13990 necessarily an integer) or one of the symbols @code{immediate} or
13991 @code{never}.
13992
13993 You can also use the @code{expiry-wait} group parameter to selectively
13994 change the expiry period (@pxref{Group Parameters}).
13995
13996 @vindex nnmail-expiry-target
13997 The normal action taken when expiring articles is to delete them.
13998 However, in some circumstances it might make more sense to move them
13999 to other groups instead of deleting them.  The variable
14000 @code{nnmail-expiry-target} (and the @code{expiry-target} group
14001 parameter) controls this.  The variable supplies a default value for
14002 all groups, which can be overridden for specific groups by the group
14003 parameter.  default value is @code{delete}, but this can also be a
14004 string (which should be the name of the group the message should be
14005 moved to), or a function (which will be called in a buffer narrowed to
14006 the message in question, and with the name of the group being moved
14007 from as its parameter) which should return a target -- either a group
14008 name or @code{delete}.
14009
14010 Here's an example for specifying a group name:
14011 @lisp
14012 (setq nnmail-expiry-target "nnml:expired")
14013 @end lisp
14014
14015 @findex nnmail-fancy-expiry-target
14016 @vindex nnmail-fancy-expiry-targets
14017 Gnus provides a function @code{nnmail-fancy-expiry-target} which will
14018 expire mail to groups according to the variable
14019 @code{nnmail-fancy-expiry-targets}.  Here's an example:
14020
14021 @lisp
14022  (setq nnmail-expiry-target 'nnmail-fancy-expiry-target
14023        nnmail-fancy-expiry-targets
14024        '((to-from "boss" "nnfolder:Work")
14025          ("subject" "IMPORTANT" "nnfolder:IMPORTANT.%Y.%b")
14026          ("from" ".*" "nnfolder:Archive-%Y")))
14027 @end lisp
14028
14029 With this setup, any mail that has @code{IMPORTANT} in its Subject
14030 header and was sent in the year @code{YYYY} and month @code{MMM}, will
14031 get expired to the group @code{nnfolder:IMPORTANT.YYYY.MMM}. If its
14032 From or To header contains the string @code{boss}, it will get expired
14033 to @code{nnfolder:Work}. All other mail will get expired to
14034 @code{nnfolder:Archive-YYYY}.
14035
14036 @vindex nnmail-keep-last-article
14037 If @code{nnmail-keep-last-article} is non-@code{nil}, Gnus will never
14038 expire the final article in a mail newsgroup.  This is to make life
14039 easier for procmail users.
14040
14041 @vindex gnus-total-expirable-newsgroups
14042 By the way: That line up there, about Gnus never expiring non-expirable
14043 articles, is a lie.  If you put @code{total-expire} in the group
14044 parameters, articles will not be marked as expirable, but all read
14045 articles will be put through the expiry process.  Use with extreme
14046 caution.  Even more dangerous is the
14047 @code{gnus-total-expirable-newsgroups} variable.  All groups that match
14048 this regexp will have all read articles put through the expiry process,
14049 which means that @emph{all} old mail articles in the groups in question
14050 will be deleted after a while.  Use with extreme caution, and don't come
14051 crying to me when you discover that the regexp you used matched the
14052 wrong group and all your important mail has disappeared.  Be a
14053 @emph{man}!  Or a @emph{woman}!  Whatever you feel more comfortable
14054 with!  So there!
14055
14056 Most people make most of their mail groups total-expirable, though.
14057
14058 @vindex gnus-inhibit-user-auto-expire
14059 If @code{gnus-inhibit-user-auto-expire} is non-@code{nil}, user marking
14060 commands will not mark an article as expirable, even if the group has
14061 auto-expire turned on.
14062
14063
14064 @node Washing Mail
14065 @subsection Washing Mail
14066 @cindex mail washing
14067 @cindex list server brain damage
14068 @cindex incoming mail treatment
14069
14070 Mailers and list servers are notorious for doing all sorts of really,
14071 really stupid things with mail.  ``Hey, RFC 822 doesn't explicitly
14072 prohibit us from adding the string @code{wE aRe ElItE!!!!!1!!} to the
14073 end of all lines passing through our server, so let's do that!!!!1!''
14074 Yes, but RFC 822 wasn't designed to be read by morons.  Things that were
14075 considered to be self-evident were not discussed.  So.  Here we are.
14076
14077 Case in point:  The German version of Microsoft Exchange adds @samp{AW:
14078 } to the subjects of replies instead of @samp{Re: }.  I could pretend to
14079 be shocked and dismayed by this, but I haven't got the energy.  It is to
14080 laugh.
14081
14082 Gnus provides a plethora of functions for washing articles while
14083 displaying them, but it might be nicer to do the filtering before
14084 storing the mail to disk.  For that purpose, we have three hooks and
14085 various functions that can be put in these hooks.
14086
14087 @table @code
14088 @item nnmail-prepare-incoming-hook
14089 @vindex nnmail-prepare-incoming-hook
14090 This hook is called before doing anything with the mail and is meant for
14091 grand, sweeping gestures.  It is called in a buffer that contains all
14092 the new, incoming mail.  Functions to be used include:
14093
14094 @table @code
14095 @item nnheader-ms-strip-cr
14096 @findex nnheader-ms-strip-cr
14097 Remove trailing carriage returns from each line.  This is default on
14098 Emacs running on MS machines.
14099
14100 @end table
14101
14102 @item nnmail-prepare-incoming-header-hook
14103 @vindex nnmail-prepare-incoming-header-hook
14104 This hook is called narrowed to each header.  It can be used when
14105 cleaning up the headers.  Functions that can be used include:
14106
14107 @table @code
14108 @item nnmail-remove-leading-whitespace
14109 @findex nnmail-remove-leading-whitespace
14110 Clear leading white space that ``helpful'' listservs have added to the
14111 headers to make them look nice.  Aaah.
14112
14113 (Note that this function works on both the header on the body of all
14114 messages, so it is a potentially dangerous function to use (if a body
14115 of a message contains something that looks like a header line).  So
14116 rather than fix the bug, it is of course the right solution to make it
14117 into a feature by documenting it.)
14118
14119 @item nnmail-remove-list-identifiers
14120 @findex nnmail-remove-list-identifiers
14121 Some list servers add an identifier---for example, @samp{(idm)}---to the
14122 beginning of all @code{Subject} headers.  I'm sure that's nice for
14123 people who use stone age mail readers.  This function will remove
14124 strings that match the @code{nnmail-list-identifiers} regexp, which can
14125 also be a list of regexp.  @code{nnmail-list-identifiers} may not contain
14126 @code{\\(..\\)}.
14127
14128 For instance, if you want to remove the @samp{(idm)} and the
14129 @samp{nagnagnag} identifiers:
14130
14131 @lisp
14132 (setq nnmail-list-identifiers
14133       '("(idm)" "nagnagnag"))
14134 @end lisp
14135
14136 This can also be done non-destructively with
14137 @code{gnus-list-identifiers}, @xref{Article Hiding}.
14138
14139 @item nnmail-remove-tabs
14140 @findex nnmail-remove-tabs
14141 Translate all @samp{TAB} characters into @samp{SPACE} characters.
14142
14143 @item nnmail-fix-eudora-headers
14144 @findex nnmail-fix-eudora-headers
14145 @cindex Eudora
14146 Eudora produces broken @code{References} headers, but OK
14147 @code{In-Reply-To} headers.  This function will get rid of the
14148 @code{References} headers.
14149
14150 @end table
14151
14152 @item nnmail-prepare-incoming-message-hook
14153 @vindex nnmail-prepare-incoming-message-hook
14154 This hook is called narrowed to each message.  Functions to be used
14155 include:
14156
14157 @table @code
14158 @item article-de-quoted-unreadable
14159 @findex article-de-quoted-unreadable
14160 Decode Quoted Readable encoding.
14161
14162 @end table
14163 @end table
14164
14165
14166 @node Duplicates
14167 @subsection Duplicates
14168
14169 @vindex nnmail-treat-duplicates
14170 @vindex nnmail-message-id-cache-length
14171 @vindex nnmail-message-id-cache-file
14172 @cindex duplicate mails
14173 If you are a member of a couple of mailing lists, you will sometimes
14174 receive two copies of the same mail.  This can be quite annoying, so
14175 @code{nnmail} checks for and treats any duplicates it might find.  To do
14176 this, it keeps a cache of old @code{Message-ID}s---
14177 @code{nnmail-message-id-cache-file}, which is @file{~/.nnmail-cache} by
14178 default.  The approximate maximum number of @code{Message-ID}s stored
14179 there is controlled by the @code{nnmail-message-id-cache-length}
14180 variable, which is 1000 by default.  (So 1000 @code{Message-ID}s will be
14181 stored.) If all this sounds scary to you, you can set
14182 @code{nnmail-treat-duplicates} to @code{warn} (which is what it is by
14183 default), and @code{nnmail} won't delete duplicate mails.  Instead it
14184 will insert a warning into the head of the mail saying that it thinks
14185 that this is a duplicate of a different message.
14186
14187 This variable can also be a function.  If that's the case, the function
14188 will be called from a buffer narrowed to the message in question with
14189 the @code{Message-ID} as a parameter.  The function must return either
14190 @code{nil}, @code{warn}, or @code{delete}.
14191
14192 You can turn this feature off completely by setting the variable to
14193 @code{nil}.
14194
14195 If you want all the duplicate mails to be put into a special
14196 @dfn{duplicates} group, you could do that using the normal mail split
14197 methods:
14198
14199 @lisp
14200 (setq nnmail-split-fancy
14201       '(| ;; Messages duplicates go to a separate group.
14202           ("gnus-warning" "duplicat\\(e\\|ion\\) of message" "duplicate")
14203           ;; Message from daemons, postmaster, and the like to another.
14204           (any mail "mail.misc")
14205           ;; Other rules.
14206           [ ... ] ))
14207 @end lisp
14208
14209 Or something like:
14210 @lisp
14211 (setq nnmail-split-methods
14212       '(("duplicates" "^Gnus-Warning:.*duplicate")
14213         ;; Other rules.
14214         [...]))
14215 @end lisp
14216
14217 Here's a neat feature: If you know that the recipient reads her mail
14218 with Gnus, and that she has @code{nnmail-treat-duplicates} set to
14219 @code{delete}, you can send her as many insults as you like, just by
14220 using a @code{Message-ID} of a mail that you know that she's already
14221 received.  Think of all the fun!  She'll never see any of it!  Whee!
14222
14223
14224 @node Not Reading Mail
14225 @subsection Not Reading Mail
14226
14227 If you start using any of the mail back ends, they have the annoying
14228 habit of assuming that you want to read mail with them.  This might not
14229 be unreasonable, but it might not be what you want.
14230
14231 If you set @code{mail-sources} and @code{nnmail-spool-file} to
14232 @code{nil}, none of the back ends will ever attempt to read incoming
14233 mail, which should help.
14234
14235 @vindex nnbabyl-get-new-mail
14236 @vindex nnmbox-get-new-mail
14237 @vindex nnml-get-new-mail
14238 @vindex nnmh-get-new-mail
14239 @vindex nnfolder-get-new-mail
14240 This might be too much, if, for instance, you are reading mail quite
14241 happily with @code{nnml} and just want to peek at some old @sc{rmail}
14242 file you have stashed away with @code{nnbabyl}.  All back ends have
14243 variables called back-end-@code{get-new-mail}.  If you want to disable
14244 the @code{nnbabyl} mail reading, you edit the virtual server for the
14245 group to have a setting where @code{nnbabyl-get-new-mail} to @code{nil}.
14246
14247 All the mail back ends will call @code{nn}*@code{-prepare-save-mail-hook}
14248 narrowed to the article to be saved before saving it when reading
14249 incoming mail.
14250
14251
14252 @node Choosing a Mail Back End
14253 @subsection Choosing a Mail Back End
14254
14255 Gnus will read the mail spool when you activate a mail group.  The mail
14256 file is first copied to your home directory.  What happens after that
14257 depends on what format you want to store your mail in.
14258
14259 There are six different mail back ends in the standard Gnus, and more
14260 back ends are available separately.  The mail back end most people use
14261 (because it is possibly the fastest) is @code{nnml} (@pxref{Mail
14262 Spool}).  You might notice that only five back ends are listed below;
14263 @code{nnmaildir}'s documentation has not yet been completely
14264 incorporated into this manual.  Until it is, you can find it at
14265 @uref{http://multivac.cwru.edu./nnmaildir/}.
14266
14267 @menu
14268 * Unix Mail Box::               Using the (quite) standard Un*x mbox.
14269 * Rmail Babyl::                 Emacs programs use the rmail babyl format.
14270 * Mail Spool::                  Store your mail in a private spool?
14271 * MH Spool::                    An mhspool-like back end.
14272 * Mail Folders::                Having one file for each group.
14273 * Comparing Mail Back Ends::    An in-depth looks at pros and cons.
14274 @end menu
14275
14276
14277 @node Unix Mail Box
14278 @subsubsection Unix Mail Box
14279 @cindex nnmbox
14280 @cindex unix mail box
14281
14282 @vindex nnmbox-active-file
14283 @vindex nnmbox-mbox-file
14284 The @dfn{nnmbox} back end will use the standard Un*x mbox file to store
14285 mail.  @code{nnmbox} will add extra headers to each mail article to say
14286 which group it belongs in.
14287
14288 Virtual server settings:
14289
14290 @table @code
14291 @item nnmbox-mbox-file
14292 @vindex nnmbox-mbox-file
14293 The name of the mail box in the user's home directory.  Default is
14294 @file{~/mbox}.
14295
14296 @item nnmbox-active-file
14297 @vindex nnmbox-active-file
14298 The name of the active file for the mail box.  Default is
14299 @file{~/.mbox-active}.
14300
14301 @item nnmbox-get-new-mail
14302 @vindex nnmbox-get-new-mail
14303 If non-@code{nil}, @code{nnmbox} will read incoming mail and split it
14304 into groups.  Default is @code{t}.
14305 @end table
14306
14307
14308 @node Rmail Babyl
14309 @subsubsection Rmail Babyl
14310 @cindex nnbabyl
14311 @cindex rmail mbox
14312
14313 @vindex nnbabyl-active-file
14314 @vindex nnbabyl-mbox-file
14315 The @dfn{nnbabyl} back end will use a babyl mail box (aka. @dfn{rmail
14316 mbox}) to store mail.  @code{nnbabyl} will add extra headers to each
14317 mail article to say which group it belongs in.
14318
14319 Virtual server settings:
14320
14321 @table @code
14322 @item nnbabyl-mbox-file
14323 @vindex nnbabyl-mbox-file
14324 The name of the rmail mbox file.  The default is @file{~/RMAIL}
14325
14326 @item nnbabyl-active-file
14327 @vindex nnbabyl-active-file
14328 The name of the active file for the rmail box.  The default is
14329 @file{~/.rmail-active}
14330
14331 @item nnbabyl-get-new-mail
14332 @vindex nnbabyl-get-new-mail
14333 If non-@code{nil}, @code{nnbabyl} will read incoming mail.  Default is
14334 @code{t}
14335 @end table
14336
14337
14338 @node Mail Spool
14339 @subsubsection Mail Spool
14340 @cindex nnml
14341 @cindex mail @sc{nov} spool
14342
14343 The @dfn{nnml} spool mail format isn't compatible with any other known
14344 format.  It should be used with some caution.
14345
14346 @vindex nnml-directory
14347 If you use this back end, Gnus will split all incoming mail into files,
14348 one file for each mail, and put the articles into the corresponding
14349 directories under the directory specified by the @code{nnml-directory}
14350 variable.  The default value is @file{~/Mail/}.
14351
14352 You do not have to create any directories beforehand; Gnus will take
14353 care of all that.
14354
14355 If you have a strict limit as to how many files you are allowed to store
14356 in your account, you should not use this back end.  As each mail gets its
14357 own file, you might very well occupy thousands of inodes within a few
14358 weeks.  If this is no problem for you, and it isn't a problem for you
14359 having your friendly systems administrator walking around, madly,
14360 shouting ``Who is eating all my inodes?! Who? Who!?!'', then you should
14361 know that this is probably the fastest format to use.  You do not have
14362 to trudge through a big mbox file just to read your new mail.
14363
14364 @code{nnml} is probably the slowest back end when it comes to article
14365 splitting.  It has to create lots of files, and it also generates
14366 @sc{nov} databases for the incoming mails.  This makes it possibly the
14367 fastest back end when it comes to reading mail.
14368
14369 @cindex self contained nnml servers
14370 @cindex marks
14371 When the marks file is used (which it is by default), @code{nnml}
14372 servers have the property that you may backup them using @code{tar} or
14373 similar, and later be able to restore them into Gnus (by adding the
14374 proper @code{nnml} server) and have all your marks be preserved.  Marks
14375 for a group is usually stored in the @code{.marks} file (but see
14376 @code{nnml-marks-file-name}) within each @code{nnml} group's directory.
14377 Individual @code{nnml} groups are also possible to backup, use @kbd{G m}
14378 to restore the group (after restoring the backup into the nnml
14379 directory).
14380
14381 If for some reason you believe your @file{.marks} files are screwed
14382 up, you can just delete them all.  Gnus will then correctly regenerate
14383 them next time it starts.
14384
14385 Virtual server settings:
14386
14387 @table @code
14388 @item nnml-directory
14389 @vindex nnml-directory
14390 All @code{nnml} directories will be placed under this directory.  The
14391 default is the value of @code{message-directory} (whose default value
14392 is @file{~/Mail}).
14393
14394 @item nnml-active-file
14395 @vindex nnml-active-file
14396 The active file for the @code{nnml} server.  The default is
14397 @file{~/Mail/active}.
14398
14399 @item nnml-newsgroups-file
14400 @vindex nnml-newsgroups-file
14401 The @code{nnml} group descriptions file.  @xref{Newsgroups File
14402 Format}.  The default is @file{~/Mail/newsgroups}.
14403
14404 @item nnml-get-new-mail
14405 @vindex nnml-get-new-mail
14406 If non-@code{nil}, @code{nnml} will read incoming mail.  The default is
14407 @code{t}.
14408
14409 @item nnml-nov-is-evil
14410 @vindex nnml-nov-is-evil
14411 If non-@code{nil}, this back end will ignore any @sc{nov} files.  The
14412 default is @code{nil}.
14413
14414 @item nnml-nov-file-name
14415 @vindex nnml-nov-file-name
14416 The name of the @sc{nov} files.  The default is @file{.overview}.
14417
14418 @item nnml-prepare-save-mail-hook
14419 @vindex nnml-prepare-save-mail-hook
14420 Hook run narrowed to an article before saving.
14421
14422 @item nnml-marks-is-evil
14423 @vindex nnml-marks-is-evil
14424 If non-@code{nil}, this back end will ignore any @sc{marks} files.  The
14425 default is @code{nil}.
14426
14427 @item nnml-marks-file-name
14428 @vindex nnml-marks-file-name
14429 The name of the @dfn{marks} files.  The default is @file{.marks}.
14430
14431 @item nnml-use-compressed-files
14432 @vindex nnml-use-compressed-files
14433 If non-@code{nil}, @code{nnml} will allow using compressed message
14434 files.
14435
14436 @end table
14437
14438 @findex nnml-generate-nov-databases
14439 If your @code{nnml} groups and @sc{nov} files get totally out of whack,
14440 you can do a complete update by typing @kbd{M-x
14441 nnml-generate-nov-databases}.  This command will trawl through the
14442 entire @code{nnml} hierarchy, looking at each and every article, so it
14443 might take a while to complete.  A better interface to this
14444 functionality can be found in the server buffer (@pxref{Server
14445 Commands}).
14446
14447
14448 @node MH Spool
14449 @subsubsection MH Spool
14450 @cindex nnmh
14451 @cindex mh-e mail spool
14452
14453 @code{nnmh} is just like @code{nnml}, except that is doesn't generate
14454 @sc{nov} databases and it doesn't keep an active file or marks file.
14455 This makes @code{nnmh} a @emph{much} slower back end than @code{nnml},
14456 but it also makes it easier to write procmail scripts for.
14457
14458 Virtual server settings:
14459
14460 @table @code
14461 @item nnmh-directory
14462 @vindex nnmh-directory
14463 All @code{nnmh} directories will be located under this directory.  The
14464 default is the value of @code{message-directory} (whose default is
14465 @file{~/Mail})
14466
14467 @item nnmh-get-new-mail
14468 @vindex nnmh-get-new-mail
14469 If non-@code{nil}, @code{nnmh} will read incoming mail.  The default is
14470 @code{t}.
14471
14472 @item nnmh-be-safe
14473 @vindex nnmh-be-safe
14474 If non-@code{nil}, @code{nnmh} will go to ridiculous lengths to make
14475 sure that the articles in the folder are actually what Gnus thinks they
14476 are.  It will check date stamps and stat everything in sight, so
14477 setting this to @code{t} will mean a serious slow-down.  If you never
14478 use anything but Gnus to read the @code{nnmh} articles, you do not have
14479 to set this variable to @code{t}.  The default is @code{nil}.
14480 @end table
14481
14482
14483 @node Mail Folders
14484 @subsubsection Mail Folders
14485 @cindex nnfolder
14486 @cindex mbox folders
14487 @cindex mail folders
14488
14489 @code{nnfolder} is a back end for storing each mail group in a separate
14490 file.  Each file is in the standard Un*x mbox format.  @code{nnfolder}
14491 will add extra headers to keep track of article numbers and arrival
14492 dates.
14493
14494 @cindex self contained nnfolder servers
14495 @cindex marks
14496 When the marks file is used (which it is by default), @code{nnfolder}
14497 servers have the property that you may backup them using @code{tar} or
14498 similar, and later be able to restore them into Gnus (by adding the
14499 proper @code{nnfolder} server) and have all your marks be preserved.
14500 Marks for a group is usually stored in a file named as the mbox file
14501 with @code{.mrk} concatenated to it (but see
14502 @code{nnfolder-marks-file-suffix}) within the @code{nnfolder} directory.
14503 Individual @code{nnfolder} groups are also possible to backup, use
14504 @kbd{G m} to restore the group (after restoring the backup into the
14505 @code{nnfolder} directory).
14506
14507 Virtual server settings:
14508
14509 @table @code
14510 @item nnfolder-directory
14511 @vindex nnfolder-directory
14512 All the @code{nnfolder} mail boxes will be stored under this directory.
14513 The default is the value of @code{message-directory} (whose default is
14514 @file{~/Mail})
14515
14516 @item nnfolder-active-file
14517 @vindex nnfolder-active-file
14518 The name of the active file.  The default is @file{~/Mail/active}.
14519
14520 @item nnfolder-newsgroups-file
14521 @vindex nnfolder-newsgroups-file
14522 The name of the group descriptions file.  @xref{Newsgroups File
14523 Format}.  The default is @file{~/Mail/newsgroups}
14524
14525 @item nnfolder-get-new-mail
14526 @vindex nnfolder-get-new-mail
14527 If non-@code{nil}, @code{nnfolder} will read incoming mail.  The default
14528 is @code{t}
14529
14530 @item nnfolder-save-buffer-hook
14531 @vindex nnfolder-save-buffer-hook
14532 @cindex backup files
14533 Hook run before saving the folders.  Note that Emacs does the normal
14534 backup renaming of files even with the @code{nnfolder} buffers.  If you
14535 wish to switch this off, you could say something like the following in
14536 your @file{.emacs} file:
14537
14538 @lisp
14539 (defun turn-off-backup ()
14540   (set (make-local-variable 'backup-inhibited) t))
14541
14542 (add-hook 'nnfolder-save-buffer-hook 'turn-off-backup)
14543 @end lisp
14544
14545 @item nnfolder-delete-mail-hook
14546 @vindex nnfolder-delete-mail-hook
14547 Hook run in a buffer narrowed to the message that is to be deleted.
14548 This function can be used to copy the message to somewhere else, or to
14549 extract some information from it before removing it.
14550
14551 @item nnfolder-nov-is-evil
14552 @vindex nnfolder-nov-is-evil
14553 If non-@code{nil}, this back end will ignore any @sc{nov} files.  The
14554 default is @code{nil}.
14555
14556 @item nnfolder-nov-file-suffix
14557 @vindex nnfolder-nov-file-suffix
14558 The extension for @sc{nov} files.  The default is @file{.nov}.
14559
14560 @item nnfolder-nov-directory
14561 @vindex nnfolder-nov-directory
14562 The directory where the @sc{nov} files should be stored.  If nil,
14563 @code{nnfolder-directory} is used.
14564
14565 @item nnfolder-marks-is-evil
14566 @vindex nnfolder-marks-is-evil
14567 If non-@code{nil}, this back end will ignore any @sc{marks} files.  The
14568 default is @code{nil}.
14569
14570 @item nnfolder-marks-file-suffix
14571 @vindex nnfolder-marks-file-suffix
14572 The extension for @sc{marks} files.  The default is @file{.mrk}.
14573
14574 @item nnfolder-marks-directory
14575 @vindex nnfolder-marks-directory
14576 The directory where the @sc{marks} files should be stored.  If nil,
14577 @code{nnfolder-directory} is used.
14578
14579 @end table
14580
14581
14582 @findex nnfolder-generate-active-file
14583 @kindex M-x nnfolder-generate-active-file
14584 If you have lots of @code{nnfolder}-like files you'd like to read with
14585 @code{nnfolder}, you can use the @kbd{M-x nnfolder-generate-active-file}
14586 command to make @code{nnfolder} aware of all likely files in
14587 @code{nnfolder-directory}.  This only works if you use long file names,
14588 though.
14589
14590 @node Comparing Mail Back Ends
14591 @subsubsection Comparing Mail Back Ends
14592
14593 First, just for terminology, the @dfn{back end} is the common word for a
14594 low-level access method---a transport, if you will, by which something
14595 is acquired.  The sense is that one's mail has to come from somewhere,
14596 and so selection of a suitable back end is required in order to get that
14597 mail within spitting distance of Gnus.
14598
14599 The same concept exists for Usenet itself: Though access to articles is
14600 typically done by @sc{nntp} these days, once upon a midnight dreary, everyone
14601 in the world got at Usenet by running a reader on the machine where the
14602 articles lay (the machine which today we call an @sc{nntp} server), and
14603 access was by the reader stepping into the articles' directory spool
14604 area directly.  One can still select between either the @code{nntp} or
14605 @code{nnspool} back ends, to select between these methods, if one happens
14606 actually to live on the server (or can see its spool directly, anyway,
14607 via NFS).
14608
14609 The goal in selecting a mail back end is to pick one which
14610 simultaneously represents a suitable way of dealing with the original
14611 format plus leaving mail in a form that is convenient to use in the
14612 future.  Here are some high and low points on each:
14613
14614 @table @code
14615 @item nnmbox
14616
14617 UNIX systems have historically had a single, very common, and well-
14618 defined format.  All messages arrive in a single @dfn{spool file}, and
14619 they are delineated by a line whose regular expression matches
14620 @samp{^From_}.  (My notational use of @samp{_} is to indicate a space,
14621 to make it clear in this instance that this is not the RFC-specified
14622 @samp{From:} header.)  Because Emacs and therefore Gnus emanate
14623 historically from the Unix environment, it is simplest if one does not
14624 mess a great deal with the original mailbox format, so if one chooses
14625 this back end, Gnus' primary activity in getting mail from the real spool
14626 area to Gnus' preferred directory is simply to copy it, with no
14627 (appreciable) format change in the process.  It is the ``dumbest'' way
14628 to move mail into availability in the Gnus environment.  This makes it
14629 fast to move into place, but slow to parse, when Gnus has to look at
14630 what's where.
14631
14632 @item nnbabyl
14633
14634 Once upon a time, there was the DEC-10 and DEC-20, running operating
14635 systems called TOPS and related things, and the usual (only?) mail
14636 reading environment was a thing called Babyl.  I don't know what format
14637 was used for mail landing on the system, but Babyl had its own internal
14638 format to which mail was converted, primarily involving creating a
14639 spool-file-like entity with a scheme for inserting Babyl-specific
14640 headers and status bits above the top of each message in the file.
14641 RMAIL was Emacs' first mail reader, it was written by Richard Stallman,
14642 and Stallman came out of that TOPS/Babyl environment, so he wrote RMAIL
14643 to understand the mail files folks already had in existence.  Gnus (and
14644 VM, for that matter) continue to support this format because it's
14645 perceived as having some good qualities in those mailer-specific
14646 headers/status bits stuff.  RMAIL itself still exists as well, of
14647 course, and is still maintained by Stallman.
14648
14649 Both of the above forms leave your mail in a single file on your
14650 file system, and they must parse that entire file each time you take a
14651 look at your mail.
14652
14653 @item nnml
14654
14655 @code{nnml} is the back end which smells the most as though you were
14656 actually operating with an @code{nnspool}-accessed Usenet system.  (In
14657 fact, I believe @code{nnml} actually derived from @code{nnspool} code,
14658 lo these years ago.)  One's mail is taken from the original spool file,
14659 and is then cut up into individual message files, 1:1.  It maintains a
14660 Usenet-style active file (analogous to what one finds in an INN- or
14661 CNews-based news system in (for instance) @file{/var/lib/news/active},
14662 or what is returned via the @samp{NNTP LIST} verb) and also creates
14663 @dfn{overview} files for efficient group entry, as has been defined for
14664 @sc{nntp} servers for some years now.  It is slower in mail-splitting,
14665 due to the creation of lots of files, updates to the @code{nnml} active
14666 file, and additions to overview files on a per-message basis, but it is
14667 extremely fast on access because of what amounts to the indexing support
14668 provided by the active file and overviews.
14669
14670 @code{nnml} costs @dfn{inodes} in a big way; that is, it soaks up the
14671 resource which defines available places in the file system to put new
14672 files.  Sysadmins take a dim view of heavy inode occupation within
14673 tight, shared file systems.  But if you live on a personal machine where
14674 the file system is your own and space is not at a premium, @code{nnml}
14675 wins big.
14676
14677 It is also problematic using this back end if you are living in a
14678 FAT16-based Windows world, since much space will be wasted on all these
14679 tiny files.
14680
14681 @item nnmh
14682
14683 The Rand MH mail-reading system has been around UNIX systems for a very
14684 long time; it operates by splitting one's spool file of messages into
14685 individual files, but with little or no indexing support -- @code{nnmh}
14686 is considered to be semantically equivalent to ``@code{nnml} without
14687 active file or overviews''.  This is arguably the worst choice, because
14688 one gets the slowness of individual file creation married to the
14689 slowness of access parsing when learning what's new in one's groups.
14690
14691 @item nnfolder
14692
14693 Basically the effect of @code{nnfolder} is @code{nnmbox} (the first
14694 method described above) on a per-group basis.  That is, @code{nnmbox}
14695 itself puts @emph{all} one's mail in one file; @code{nnfolder} provides a
14696 little bit of optimization to this so that each of one's mail groups has
14697 a Unix mail box file.  It's faster than @code{nnmbox} because each group
14698 can be parsed separately, and still provides the simple Unix mail box
14699 format requiring minimal effort in moving the mail around.  In addition,
14700 it maintains an ``active'' file making it much faster for Gnus to figure
14701 out how many messages there are in each separate group.
14702
14703 If you have groups that are expected to have a massive amount of
14704 messages, @code{nnfolder} is not the best choice, but if you receive
14705 only a moderate amount of mail, @code{nnfolder} is probably the most
14706 friendly mail back end all over.
14707
14708 @item nnmaildir
14709
14710 @code{nnmaildir} is largely similar to @code{nnml}, with some notable
14711 differences.  Each message is stored in a separate file, but the
14712 filename is unrelated to the article number in Gnus.  @code{nnmaildir}
14713 also stores the equivalent of @code{nnml}'s overview files in one file
14714 per article, so it uses about twice as many inodes as @code{nnml}.  (Use
14715 @code{df -i} to see how plentiful your inode supply is.)  If this slows
14716 you down or takes up very much space, consider switching to ReiserFS
14717 (@uref{http://www.namesys.com/}) or another non-block-structured
14718 file system.
14719
14720 Since maildirs don't require locking for delivery, the maildirs you use
14721 as groups can also be the maildirs your mail is directly delivered to.
14722 This means you can skip Gnus's mail splitting if your mail is already
14723 organized into different mailboxes during delivery.  A @code{directory}
14724 entry in @code{mail-sources} would have a similar effect, but would
14725 require one set of mailboxes for spooling deliveries (in mbox format,
14726 thus damaging message bodies), and another set to be used as groups (in
14727 whatever format you like).  A maildir has a built-in spool, in the
14728 @code{new/} subdirectory.  Beware that currently, mail moved from
14729 @code{new/} to @code{cur/} instead of via mail splitting will undergo
14730 treatment such as duplicate checking.
14731
14732 An article will not necessarily keep the same number across Gnus
14733 sessions; articles are renumbered starting from 1 for each Gnus session
14734 (more precisely, each time you open the @code{nnmaildir} server).  This
14735 way, you don't get gaps in your article number ranges, and when entering
14736 large groups, Gnus is likely to give a more accurate article count.  The
14737 price is that @code{nnmaildir} doesn't work with the cache or agent.
14738 This will probably be changed in the future.
14739
14740 @code{nnmaildir} stores article marks for a given group in the
14741 corresponding maildir, in a way designed so that it's easy to manipulate
14742 them from outside Gnus.  You can tar up a maildir, unpack it somewhere
14743 else, and still have your marks.  @code{nnml} also stores marks, but
14744 it's not as easy to work with them from outside Gnus as with
14745 @code{nnmaildir}.
14746
14747 For configuring expiry and other things, @code{nnmaildir} uses group
14748 parameters slightly different from those of other mail back ends.
14749
14750 @code{nnmaildir} uses a significant amount of memory to speed things up.
14751 (It keeps in memory some of the things that @code{nnml} stores in files
14752 and that @code{nnmh} repeatedly parses out of message files.)  If this
14753 is a problem for you, you can set the @code{nov-cache-size} group
14754 parameter to something small (0 would probably not work, but 1 probably
14755 would) to make it use less memory.
14756
14757 Startup and shutdown are likely to be slower with @code{nnmaildir} than
14758 with other back ends.  Everything in between is likely to be faster,
14759 depending in part on your file system.
14760
14761 @code{nnmaildir} does not use @code{nnoo}, so you cannot use @code{nnoo}
14762 to write an @code{nnmaildir}-derived back end.
14763
14764 @end table
14765
14766
14767 @node Browsing the Web
14768 @section Browsing the Web
14769 @cindex web
14770 @cindex browsing the web
14771 @cindex www
14772 @cindex http
14773
14774 Web-based discussion forums are getting more and more popular.  On many
14775 subjects, the web-based forums have become the most important forums,
14776 eclipsing the importance of mailing lists and news groups.  The reason
14777 is easy to understand---they are friendly to new users; you just point
14778 and click, and there's the discussion.  With mailing lists, you have to
14779 go through a cumbersome subscription procedure, and most people don't
14780 even know what a news group is.
14781
14782 The problem with this scenario is that web browsers are not very good at
14783 being newsreaders.  They do not keep track of what articles you've read;
14784 they do not allow you to score on subjects you're interested in; they do
14785 not allow off-line browsing; they require you to click around and drive
14786 you mad in the end.
14787
14788 So---if web browsers suck at reading discussion forums, why not use Gnus
14789 to do it instead?
14790
14791 Gnus has been getting a bit of a collection of back ends for providing
14792 interfaces to these sources.
14793
14794 @menu
14795 * Archiving Mail::              
14796 * Web Searches::                Creating groups from articles that match a string.
14797 * Slashdot::                    Reading the Slashdot comments.
14798 * Ultimate::                    The Ultimate Bulletin Board systems.
14799 * Web Archive::                 Reading mailing list archived on web.
14800 * RSS::                         Reading RDF site summary.
14801 * Customizing w3::              Doing stuff to Emacs/w3 from Gnus.
14802 @end menu
14803
14804 All the web sources require Emacs/w3 and the url library to work.
14805
14806 The main caveat with all these web sources is that they probably won't
14807 work for a very long time.  Gleaning information from the @sc{html} data
14808 is guesswork at best, and when the layout is altered, the Gnus back end
14809 will fail.  If you have reasonably new versions of these back ends,
14810 though, you should be ok.
14811
14812 One thing all these Web methods have in common is that the Web sources
14813 are often down, unavailable or just plain too slow to be fun.  In those
14814 cases, it makes a lot of sense to let the Gnus Agent (@pxref{Gnus
14815 Unplugged}) handle downloading articles, and then you can read them at
14816 leisure from your local disk.  No more World Wide Wait for you.
14817
14818 @node Archiving Mail
14819 @subsection Archiving Mail
14820 @cindex archiving mail
14821 @cindex backup of mail
14822
14823 Some of the back ends, notably @code{nnml}, @code{nnfolder}, and
14824 @code{nnmaildir}, now actually store the article marks with each group.
14825 For these servers, archiving and restoring a group while preserving
14826 marks is fairly simple.
14827
14828 (Preserving the group level and group parameters as well still
14829 requires ritual dancing and sacrifices to the @file{.newsrc.eld} deity
14830 though.)
14831
14832 To archive an entire @code{nnml}, @code{nnfolder}, or @code{nnmaildir}
14833 server, take a recursive copy of the server directory.  There is no need
14834 to shut down Gnus, so archiving may be invoked by @code{cron} or
14835 similar.  You restore the data by restoring the directory tree, and
14836 adding a server definition pointing to that directory in Gnus. The
14837 @ref{Article Backlog}, @ref{Asynchronous Fetching} and other things
14838 might interfere with overwriting data, so you may want to shut down Gnus
14839 before you restore the data.
14840
14841 It is also possible to archive individual @code{nnml},
14842 @code{nnfolder}, or @code{nnmaildir} groups, while preserving marks.
14843 For @code{nnml} or @code{nnmaildir}, you copy all files in the group's
14844 directory.  For @code{nnfolder} you need to copy both the base folder
14845 file itself (@file{FOO}, say), and the marks file (@file{FOO.mrk} in
14846 this example). Restoring the group is done with @kbd{G m} from the Group
14847 buffer.  The last step makes Gnus notice the new directory.
14848 @code{nnmaildir} notices the new directory automatically, so @kbd{G m}
14849 is unnecessary in that case.
14850
14851 @node Web Searches
14852 @subsection Web Searches
14853 @cindex nnweb
14854 @cindex Google
14855 @cindex dejanews
14856 @cindex gmane
14857 @cindex Usenet searches
14858 @cindex searching the Usenet
14859
14860 It's, like, too neat to search the Usenet for articles that match a
14861 string, but it, like, totally @emph{sucks}, like, totally, to use one of
14862 those, like, Web browsers, and you, like, have to, rilly, like, look at
14863 the commercials, so, like, with Gnus you can do @emph{rad}, rilly,
14864 searches without having to use a browser.
14865
14866 The @code{nnweb} back end allows an easy interface to the mighty search
14867 engine.  You create an @code{nnweb} group, enter a search pattern, and
14868 then enter the group and read the articles like you would any normal
14869 group.  The @kbd{G w} command in the group buffer (@pxref{Foreign
14870 Groups}) will do this in an easy-to-use fashion.
14871
14872 @code{nnweb} groups don't really lend themselves to being solid
14873 groups---they have a very fleeting idea of article numbers.  In fact,
14874 each time you enter an @code{nnweb} group (not even changing the search
14875 pattern), you are likely to get the articles ordered in a different
14876 manner.  Not even using duplicate suppression (@pxref{Duplicate
14877 Suppression}) will help, since @code{nnweb} doesn't even know the
14878 @code{Message-ID} of the articles before reading them using some search
14879 engines (Google, for instance).  The only possible way to keep track
14880 of which articles you've read is by scoring on the @code{Date}
14881 header---mark all articles posted before the last date you read the
14882 group as read.
14883
14884 If the search engine changes its output substantially, @code{nnweb}
14885 won't be able to parse it and will fail.  One could hardly fault the Web
14886 providers if they were to do this---their @emph{raison d'être} is to
14887 make money off of advertisements, not to provide services to the
14888 community.  Since @code{nnweb} washes the ads off all the articles, one
14889 might think that the providers might be somewhat miffed.  We'll see.
14890
14891 You must have the @code{url} and @code{w3} package installed to be able
14892 to use @code{nnweb}.
14893
14894 Virtual server variables:
14895
14896 @table @code
14897 @item nnweb-type
14898 @vindex nnweb-type
14899 What search engine type is being used.  The currently supported types
14900 are @code{google}, @code{dejanews}, and @code{gmane}. Note that
14901 @code{dejanews} is an alias to @code{google}.
14902
14903 @item nnweb-search
14904 @vindex nnweb-search
14905 The search string to feed to the search engine.
14906
14907 @item nnweb-max-hits
14908 @vindex nnweb-max-hits
14909 Advisory maximum number of hits per search to display.  The default is
14910 999.
14911
14912 @item nnweb-type-definition
14913 @vindex nnweb-type-definition
14914 Type-to-definition alist.  This alist says what @code{nnweb} should do
14915 with the various search engine types.  The following elements must be
14916 present:
14917
14918 @table @code
14919 @item article
14920 Function to decode the article and provide something that Gnus
14921 understands.
14922
14923 @item map
14924 Function to create an article number to message header and URL alist.
14925
14926 @item search
14927 Function to send the search string to the search engine.
14928
14929 @item address
14930 The address the aforementioned function should send the search string
14931 to.
14932
14933 @item id
14934 Format string URL to fetch an article by @code{Message-ID}.
14935 @end table
14936
14937 @end table
14938
14939
14940 @node Slashdot
14941 @subsection Slashdot
14942 @cindex Slashdot
14943 @cindex nnslashdot
14944
14945 Slashdot (@uref{http://slashdot.org/}) is a popular news site, with
14946 lively discussion following the news articles.  @code{nnslashdot} will
14947 let you read this forum in a convenient manner.
14948
14949 The easiest way to read this source is to put something like the
14950 following in your @file{.gnus.el} file:
14951
14952 @lisp
14953 (setq gnus-secondary-select-methods
14954       '((nnslashdot "")))
14955 @end lisp
14956
14957 This will make Gnus query the @code{nnslashdot} back end for new comments
14958 and groups.  The @kbd{F} command will subscribe each new news article as
14959 a new Gnus group, and you can read the comments by entering these
14960 groups.  (Note that the default subscription method is to subscribe new
14961 groups as zombies.  Other methods are available (@pxref{Subscription
14962 Methods}).
14963
14964 If you want to remove an old @code{nnslashdot} group, the @kbd{G DEL}
14965 command is the most handy tool (@pxref{Foreign Groups}).
14966
14967 When following up to @code{nnslashdot} comments (or posting new
14968 comments), some light @sc{html}izations will be performed.  In
14969 particular, text quoted with @samp{> } will be quoted with
14970 @code{blockquote} instead, and signatures will have @code{br} added to
14971 the end of each line.  Other than that, you can just write @sc{html}
14972 directly into the message buffer.  Note that Slashdot filters out some
14973 @sc{html} forms.
14974
14975 The following variables can be altered to change its behavior:
14976
14977 @table @code
14978 @item nnslashdot-threaded
14979 Whether @code{nnslashdot} should display threaded groups or not.  The
14980 default is @code{t}.  To be able to display threads, @code{nnslashdot}
14981 has to retrieve absolutely all comments in a group upon entry.  If a
14982 threaded display is not required, @code{nnslashdot} will only retrieve
14983 the comments that are actually wanted by the user.  Threading is nicer,
14984 but much, much slower than unthreaded.
14985
14986 @item nnslashdot-login-name
14987 @vindex nnslashdot-login-name
14988 The login name to use when posting.
14989
14990 @item nnslashdot-password
14991 @vindex nnslashdot-password
14992 The password to use when posting.
14993
14994 @item nnslashdot-directory
14995 @vindex nnslashdot-directory
14996 Where @code{nnslashdot} will store its files.  The default is
14997 @file{~/News/slashdot/}.
14998
14999 @item nnslashdot-active-url
15000 @vindex nnslashdot-active-url
15001 The @sc{url} format string that will be used to fetch the information on
15002 news articles and comments.  The default is
15003 @samp{http://slashdot.org/search.pl?section=&min=%d}.
15004
15005 @item nnslashdot-comments-url
15006 @vindex nnslashdot-comments-url
15007 The @sc{url} format string that will be used to fetch comments.  The
15008 default is
15009 @samp{http://slashdot.org/comments.pl?sid=%s&threshold=%d&commentsort=%d&mode=flat&startat=%d}.
15010
15011 @item nnslashdot-article-url
15012 @vindex nnslashdot-article-url
15013 The @sc{url} format string that will be used to fetch the news article.  The
15014 default is
15015 @samp{http://slashdot.org/article.pl?sid=%s&mode=nocomment}.
15016
15017 @item nnslashdot-threshold
15018 @vindex nnslashdot-threshold
15019 The score threshold.  The default is -1.
15020
15021 @item nnslashdot-group-number
15022 @vindex nnslashdot-group-number
15023 The number of old groups, in addition to the ten latest, to keep
15024 updated.  The default is 0.
15025
15026 @end table
15027
15028
15029
15030 @node Ultimate
15031 @subsection Ultimate
15032 @cindex nnultimate
15033 @cindex Ultimate Bulletin Board
15034
15035 The Ultimate Bulletin Board (@uref{http://www.ultimatebb.com/}) is
15036 probably the most popular Web bulletin board system used.  It has a
15037 quite regular and nice interface, and it's possible to get the
15038 information Gnus needs to keep groups updated.
15039
15040 The easiest way to get started with @code{nnultimate} is to say
15041 something like the following in the group buffer:  @kbd{B nnultimate RET
15042 http://www.tcj.com/messboard/ubbcgi/ RET}.  (Substitute the @sc{url}
15043 (not including @samp{Ultimate.cgi} or the like at the end) for a forum
15044 you're interested in; there's quite a list of them on the Ultimate web
15045 site.)  Then subscribe to the groups you're interested in from the
15046 server buffer, and read them from the group buffer.
15047
15048 The following @code{nnultimate} variables can be altered:
15049
15050 @table @code
15051 @item nnultimate-directory
15052 @vindex nnultimate-directory
15053 The directory where @code{nnultimate} stores its files.  The default is
15054 @file{~/News/ultimate/}.
15055 @end table
15056
15057
15058 @node Web Archive
15059 @subsection Web Archive
15060 @cindex nnwarchive
15061 @cindex Web Archive
15062
15063 Some mailing lists only have archives on Web servers, such as
15064 @uref{http://www.egroups.com/} and
15065 @uref{http://www.mail-archive.com/}.  It has a quite regular and nice
15066 interface, and it's possible to get the information Gnus needs to keep
15067 groups updated.
15068
15069 @findex gnus-group-make-warchive-group
15070 The easiest way to get started with @code{nnwarchive} is to say
15071 something like the following in the group buffer: @kbd{M-x
15072 gnus-group-make-warchive-group RET an_egroup RET egroups RET
15073 www.egroups.com RET your@@email.address RET}.  (Substitute the
15074 @sc{an_egroup} with the mailing list you subscribed, the
15075 @sc{your@@email.address} with your email address.), or to browse the
15076 back end by @kbd{B nnwarchive RET mail-archive RET}.
15077
15078 The following @code{nnwarchive} variables can be altered:
15079
15080 @table @code
15081 @item nnwarchive-directory
15082 @vindex nnwarchive-directory
15083 The directory where @code{nnwarchive} stores its files.  The default is
15084 @file{~/News/warchive/}.
15085
15086 @item nnwarchive-login
15087 @vindex nnwarchive-login
15088 The account name on the web server.
15089
15090 @item nnwarchive-passwd
15091 @vindex nnwarchive-passwd
15092 The password for your account on the web server.
15093 @end table
15094
15095 @node RSS
15096 @subsection RSS
15097 @cindex nnrss
15098 @cindex RSS
15099
15100 Some sites have RDF site summary (RSS)
15101 @uref{http://purl.org/rss/1.0/spec}.  It has a quite regular and nice
15102 interface, and it's possible to get the information Gnus needs to keep
15103 groups updated.
15104
15105 The easiest way to get started with @code{nnrss} is to say something
15106 like the following in the group buffer: @kbd{B nnrss RET RET}, then
15107 subscribe groups.
15108
15109 The following @code{nnrss} variables can be altered:
15110
15111 @table @code
15112 @item nnrss-directory
15113 @vindex nnrss-directory
15114 The directory where @code{nnrss} stores its files.  The default is
15115 @file{~/News/rss/}.
15116
15117 @end table
15118
15119 The following code may be helpful, if you want to show the description in
15120 the summary buffer.
15121
15122 @lisp
15123 (add-to-list 'nnmail-extra-headers nnrss-description-field)
15124 (setq gnus-summary-line-format "%U%R%z%I%(%[%4L: %-15,15f%]%) %s%uX\n")
15125
15126 (defun gnus-user-format-function-X (header)
15127   (let ((descr
15128          (assq nnrss-description-field (mail-header-extra header))))
15129     (if descr (concat "\n\t" (cdr descr)) "")))
15130 @end lisp
15131
15132 The following code may be useful to open an nnrss url directly from the
15133 summary buffer.
15134 @lisp
15135 (require 'browse-url)
15136
15137 (defun browse-nnrss-url( arg )
15138   (interactive "p")
15139   (let ((url (assq nnrss-url-field
15140                    (mail-header-extra
15141                     (gnus-data-header
15142                      (assq (gnus-summary-article-number)
15143                            gnus-newsgroup-data))))))
15144     (if url
15145         (progn
15146           (browse-url (cdr url))
15147           (gnus-summary-mark-as-read-forward 1))
15148       (gnus-summary-scroll-up arg))))
15149
15150 (eval-after-load "gnus"
15151   #'(define-key gnus-summary-mode-map
15152       (kbd "<RET>") 'browse-nnrss-url))
15153 (add-to-list 'nnmail-extra-headers nnrss-url-field)
15154 @end lisp
15155
15156 @node Customizing w3
15157 @subsection Customizing w3
15158 @cindex w3
15159 @cindex html
15160 @cindex url
15161 @cindex Netscape
15162
15163 Gnus uses the url library to fetch web pages and Emacs/w3 to display web
15164 pages.  Emacs/w3 is documented in its own manual, but there are some
15165 things that may be more relevant for Gnus users.
15166
15167 For instance, a common question is how to make Emacs/w3 follow links
15168 using the @code{browse-url} functions (which will call some external web
15169 browser like Netscape).  Here's one way:
15170
15171 @lisp
15172 (eval-after-load "w3"
15173   '(progn
15174     (fset 'w3-fetch-orig (symbol-function 'w3-fetch))
15175     (defun w3-fetch (&optional url target)
15176       (interactive (list (w3-read-url-with-default)))
15177       (if (eq major-mode 'gnus-article-mode)
15178           (browse-url url)
15179         (w3-fetch-orig url target)))))
15180 @end lisp
15181
15182 Put that in your @file{.emacs} file, and hitting links in w3-rendered
15183 @sc{html} in the Gnus article buffers will use @code{browse-url} to
15184 follow the link.
15185
15186
15187 @node IMAP
15188 @section IMAP
15189 @cindex nnimap
15190 @cindex @sc{imap}
15191
15192 @sc{imap} is a network protocol for reading mail (or news, or @dots{}),
15193 think of it as a modernized @sc{nntp}.  Connecting to a @sc{imap}
15194 server is much similar to connecting to a news server, you just
15195 specify the network address of the server.
15196
15197 @sc{imap} has two properties.  First, @sc{imap} can do everything that
15198 POP can, it can hence be viewed as a POP++.  Secondly, @sc{imap} is a
15199 mail storage protocol, similar to @sc{nntp} being a news storage
15200 protocol -- however, @sc{imap} offers more features than @sc{nntp}
15201 because news is more or less read-only whereas mail is read-write.
15202
15203 If you want to use @sc{imap} as a POP++, use an imap entry in
15204 @code{mail-sources}.  With this, Gnus will fetch mails from the
15205 @sc{imap} server and store them on the local disk.  This is not the
15206 usage described in this section--@xref{Mail Sources}.
15207
15208 If you want to use @sc{imap} as a mail storage protocol, use an nnimap
15209 entry in @code{gnus-secondary-select-methods}.  With this, Gnus will
15210 manipulate mails stored on the @sc{imap} server.  This is the kind of
15211 usage explained in this section.
15212
15213 A server configuration in @file{~/.gnus} with a few @sc{imap} servers
15214 might look something like the following. (Note that for SSL/TLS, you
15215 need external programs and libraries, see below.)
15216
15217 @lisp
15218 (setq gnus-secondary-select-methods
15219       '((nnimap "simpleserver") ; no special configuration
15220         ; perhaps a ssh port forwarded server:
15221         (nnimap "dolk"
15222                 (nnimap-address "localhost")
15223                 (nnimap-server-port 1430))
15224         ; a UW server running on localhost
15225         (nnimap "barbar"
15226                 (nnimap-server-port 143)
15227                 (nnimap-address "localhost")
15228                 (nnimap-list-pattern ("INBOX" "mail/*")))
15229         ; anonymous public cyrus server:
15230         (nnimap "cyrus.andrew.cmu.edu"
15231                 (nnimap-authenticator anonymous)
15232                 (nnimap-list-pattern "archive.*")
15233                 (nnimap-stream network))
15234         ; a ssl server on a non-standard port:
15235         (nnimap "vic20"
15236                 (nnimap-address "vic20.somewhere.com")
15237                 (nnimap-server-port 9930)
15238                 (nnimap-stream ssl))))
15239 @end lisp
15240
15241 After defining the new server, you can subscribe to groups on the
15242 server using normal Gnus commands such as @kbd{U} in the Group Buffer
15243 (@pxref{Subscription Commands}) or via the Server Buffer
15244 (@pxref{Server Buffer}).
15245
15246 The following variables can be used to create a virtual @code{nnimap}
15247 server:
15248
15249 @table @code
15250
15251 @item nnimap-address
15252 @vindex nnimap-address
15253
15254 The address of the remote @sc{imap} server.  Defaults to the virtual
15255 server name if not specified.
15256
15257 @item nnimap-server-port
15258 @vindex nnimap-server-port
15259 Port on server to contact.  Defaults to port 143, or 993 for SSL.
15260
15261 Note that this should be an integer, example server specification:
15262
15263 @lisp
15264 (nnimap "mail.server.com"
15265         (nnimap-server-port 4711))
15266 @end lisp
15267
15268 @item nnimap-list-pattern
15269 @vindex nnimap-list-pattern
15270 String or list of strings of mailboxes to limit available groups to.
15271 This is used when the server has very many mailboxes and you're only
15272 interested in a few -- some servers export your home directory via
15273 @sc{imap}, you'll probably want to limit the mailboxes to those in
15274 @file{~/Mail/*} then.
15275
15276 The string can also be a cons of REFERENCE and the string as above, what
15277 REFERENCE is used for is server specific, but on the University of
15278 Washington server it's a directory that will be concatenated with the
15279 mailbox.
15280
15281 Example server specification:
15282
15283 @lisp
15284 (nnimap "mail.server.com"
15285         (nnimap-list-pattern ("INBOX" "Mail/*" "alt.sex.*"
15286                                ("~friend/Mail/" . "list/*"))))
15287 @end lisp
15288
15289 @item nnimap-stream
15290 @vindex nnimap-stream
15291 The type of stream used to connect to your server.  By default, nnimap
15292 will detect and automatically use all of the below, with the exception
15293 of SSL/TLS. (@sc{imap} over SSL/TLS is being replaced by STARTTLS, which
15294 can be automatically detected, but it's not widely deployed yet.)
15295
15296 Example server specification:
15297
15298 @lisp
15299 (nnimap "mail.server.com"
15300         (nnimap-stream ssl))
15301 @end lisp
15302
15303 Please note that the value of @code{nnimap-stream} is a symbol!
15304
15305 @itemize @bullet
15306 @item
15307 @dfn{gssapi:} Connect with GSSAPI (usually Kerberos 5). Requires the
15308 @samp{imtest} program.
15309 @item
15310 @dfn{kerberos4:} Connect with Kerberos 4. Requires the @samp{imtest} program.
15311 @item
15312 @dfn{starttls:} Connect via the STARTTLS extension (similar to
15313 SSL).  Requires the external library @samp{starttls.el} and program
15314 @samp{starttls}.
15315 @item
15316 @dfn{ssl:} Connect through SSL.  Requires OpenSSL (the program
15317 @samp{openssl}) or SSLeay (@samp{s_client}) as well as the external
15318 library @samp{ssl.el}.
15319 @item
15320 @dfn{shell:} Use a shell command to start @sc{imap} connection.
15321 @item
15322 @dfn{network:} Plain, TCP/IP network connection.
15323 @end itemize
15324
15325 @vindex imap-kerberos4-program
15326 The @samp{imtest} program is shipped with Cyrus IMAPD.  If you're
15327 using @samp{imtest} from Cyrus IMAPD < 2.0.14 (which includes version
15328 1.5.x and 1.6.x) you need to frob @code{imap-process-connection-type}
15329 to make @code{imap.el} use a pty instead of a pipe when communicating
15330 with @samp{imtest}.  You will then suffer from a line length
15331 restrictions on @sc{imap} commands, which might make Gnus seem to hang
15332 indefinitely if you have many articles in a mailbox.  The variable
15333 @code{imap-kerberos4-program} contain parameters to pass to the imtest
15334 program.
15335
15336 @vindex imap-ssl-program
15337 For SSL connections, the OpenSSL program is available from
15338 @uref{http://www.openssl.org/}. OpenSSL was formerly known as SSLeay,
15339 and nnimap support it too - although the most recent versions of
15340 SSLeay, 0.9.x, are known to have serious bugs making it
15341 useless. Earlier versions, especially 0.8.x, of SSLeay are known to
15342 work. The variable @code{imap-ssl-program} contain parameters to pass
15343 to OpenSSL/SSLeay.  You also need @samp{ssl.el} (from the W3
15344 distribution, for instance).
15345
15346 @vindex imap-shell-program
15347 @vindex imap-shell-host
15348 For @sc{imap} connections using the @code{shell} stream, the variable
15349 @code{imap-shell-program} specify what program to call.
15350
15351 @item nnimap-authenticator
15352 @vindex nnimap-authenticator
15353
15354 The authenticator used to connect to the server.  By default, nnimap
15355 will use the most secure authenticator your server is capable of.
15356
15357 Example server specification:
15358
15359 @lisp
15360 (nnimap "mail.server.com"
15361         (nnimap-authenticator anonymous))
15362 @end lisp
15363
15364 Please note that the value of @code{nnimap-authenticator} is a symbol!
15365
15366 @itemize @bullet
15367 @item
15368 @dfn{gssapi:} GSSAPI (usually kerberos 5) authentication. Requires
15369 external program @code{imtest}.
15370 @item
15371 @dfn{kerberos4:} Kerberos 4 authentication. Requires external program
15372 @code{imtest}.
15373 @item
15374 @dfn{digest-md5:} Encrypted username/password via DIGEST-MD5. Requires
15375 external library @code{digest-md5.el}.
15376 @item
15377 @dfn{cram-md5:} Encrypted username/password via CRAM-MD5.
15378 @item
15379 @dfn{login:} Plain-text username/password via LOGIN.
15380 @item
15381 @dfn{anonymous:} Login as `anonymous', supplying your email address as password.
15382 @end itemize
15383
15384 @item nnimap-expunge-on-close
15385 @cindex Expunging
15386 @vindex nnimap-expunge-on-close
15387 Unlike Parmenides the @sc{imap} designers has decided that things that
15388 doesn't exist actually does exist.  More specifically, @sc{imap} has
15389 this concept of marking articles @code{Deleted} which doesn't actually
15390 delete them, and this (marking them @code{Deleted}, that is) is what
15391 nnimap does when you delete a article in Gnus (with @kbd{B DEL} or
15392 similar).
15393
15394 Since the articles aren't really removed when we mark them with the
15395 @code{Deleted} flag we'll need a way to actually delete them.  Feel like
15396 running in circles yet?
15397
15398 Traditionally, nnimap has removed all articles marked as @code{Deleted}
15399 when closing a mailbox but this is now configurable by this server
15400 variable.
15401
15402 The possible options are:
15403
15404 @table @code
15405
15406 @item always
15407 The default behavior, delete all articles marked as ``Deleted'' when
15408 closing a mailbox.
15409 @item never
15410 Never actually delete articles.  Currently there is no way of showing
15411 the articles marked for deletion in nnimap, but other @sc{imap} clients
15412 may allow you to do this.  If you ever want to run the EXPUNGE command
15413 manually, @xref{Expunging mailboxes}.
15414 @item ask
15415 When closing mailboxes, nnimap will ask if you wish to expunge deleted
15416 articles or not.
15417
15418 @end table
15419
15420 @item nnimap-importantize-dormant
15421 @vindex nnimap-importantize-dormant
15422
15423 If non-nil (the default), marks dormant articles as ticked (as well),
15424 for other @sc{imap} clients. Within Gnus, dormant articles will
15425 naturally still (only) be marked as dormant.  This is to make dormant
15426 articles stand out, just like ticked articles, in other @sc{imap}
15427 clients. (In other words, Gnus has two ``Tick'' marks and @sc{imap}
15428 has only one.)
15429
15430 Probably the only reason for frobing this would be if you're trying
15431 enable per-user persistant dormant flags, using something like:
15432
15433 @lisp
15434 (setcdr (assq 'dormant nnimap-mark-to-flag-alist)
15435         (format "gnus-dormant-%s" (user-login-name)))
15436 (setcdr (assq 'dormant nnimap-mark-to-predicate-alist)
15437         (format "KEYWORD gnus-dormant-%s" (user-login-name)))
15438 @end lisp
15439
15440 In this case, you would not want the per-user dormant flag showing up
15441 as ticked for other users.
15442
15443 @item nnimap-expunge-search-string
15444 @cindex Expunging
15445 @vindex nnimap-expunge-search-string
15446
15447 This variable contain the @sc{imap} search command sent to server when
15448 searching for articles eligible for expiring.  The default is
15449 @code{"UID %s NOT SINCE %s"}, where the first @code{%s} is replaced by
15450 UID set and the second @code{%s} is replaced by a date.
15451
15452 Probably the only useful value to change this to is
15453 @code{"UID %s NOT SENTSINCE %s"}, which makes nnimap use the Date: in
15454 messages instead of the internal article date. See section 6.4.4 of
15455 RFC 2060 for more information on valid strings.
15456
15457 @item nnimap-authinfo-file
15458 @vindex nnimap-authinfo-file
15459
15460 A file containing credentials used to log in on servers.  The format is
15461 (almost) the same as the @code{ftp} @file{~/.netrc} file.  See the
15462 variable @code{nntp-authinfo-file} for exact syntax; also see
15463 @ref{NNTP}.
15464
15465 @end table
15466
15467 @menu
15468 * Splitting in IMAP::           Splitting mail with nnimap.
15469 * Expiring in IMAP::            Expiring mail with nnimap.
15470 * Editing IMAP ACLs::           Limiting/enabling other users access to a mailbox.
15471 * Expunging mailboxes::         Equivalent of a ``compress mailbox'' button.
15472 * A note on namespaces::        How to (not) use IMAP namespace in Gnus.
15473 @end menu
15474
15475
15476
15477 @node Splitting in IMAP
15478 @subsection Splitting in IMAP
15479 @cindex splitting imap mail
15480
15481 Splitting is something Gnus users has loved and used for years, and now
15482 the rest of the world is catching up.  Yeah, dream on, not many
15483 @sc{imap} server has server side splitting and those that have splitting
15484 seem to use some non-standard protocol.  This means that @sc{imap}
15485 support for Gnus has to do it's own splitting.
15486
15487 And it does.
15488
15489 Here are the variables of interest:
15490
15491 @table @code
15492
15493 @item nnimap-split-crosspost
15494 @cindex splitting, crosspost
15495 @cindex crosspost
15496 @vindex nnimap-split-crosspost
15497
15498 If non-nil, do crossposting if several split methods match the mail.  If
15499 nil, the first match in @code{nnimap-split-rule} found will be used.
15500
15501 Nnmail equivalent: @code{nnmail-crosspost}.
15502
15503 @item nnimap-split-inbox
15504 @cindex splitting, inbox
15505 @cindex inbox
15506 @vindex nnimap-split-inbox
15507
15508 A string or a list of strings that gives the name(s) of @sc{imap}
15509 mailboxes to split from.  Defaults to nil, which means that splitting is
15510 disabled!
15511
15512 @lisp
15513 (setq nnimap-split-inbox
15514       '("INBOX" ("~/friend/Mail" . "lists/*") "lists.imap"))
15515 @end lisp
15516
15517 No nnmail equivalent.
15518
15519 @item nnimap-split-rule
15520 @cindex Splitting, rules
15521 @vindex nnimap-split-rule
15522
15523 New mail found in @code{nnimap-split-inbox} will be split according to
15524 this variable.
15525
15526 This variable contains a list of lists, where the first element in the
15527 sublist gives the name of the @sc{imap} mailbox to move articles
15528 matching the regexp in the second element in the sublist.  Got that?
15529 Neither did I, we need examples.
15530
15531 @lisp
15532 (setq nnimap-split-rule
15533       '(("INBOX.nnimap"
15534          "^Sender: owner-nnimap@@vic20.globalcom.se")
15535         ("INBOX.junk"    "^Subject:.*MAKE MONEY")
15536         ("INBOX.private" "")))
15537 @end lisp
15538
15539 This will put all articles from the nnimap mailing list into mailbox
15540 INBOX.nnimap, all articles containing MAKE MONEY in the Subject: line
15541 into INBOX.junk and everything else in INBOX.private.
15542
15543 The first string may contain `\\1' forms, like the ones used by
15544 replace-match to insert sub-expressions from the matched text.  For
15545 instance:
15546
15547 @lisp
15548 ("INBOX.lists.\\1"     "^Sender: owner-\\([a-z-]+\\)@@")
15549 @end lisp
15550
15551 The first element can also be the symbol @code{junk} to indicate that
15552 matching messages should simply be deleted.  Use with care.
15553
15554 The second element can also be a function.  In that case, it will be
15555 called with the first element of the rule as the argument, in a buffer
15556 containing the headers of the article.  It should return a non-nil value
15557 if it thinks that the mail belongs in that group.
15558
15559 Nnmail users might recollect that the last regexp had to be empty to
15560 match all articles (like in the example above).  This is not required in
15561 nnimap.  Articles not matching any of the regexps will not be moved out
15562 of your inbox.  (This might affect performance if you keep lots of
15563 unread articles in your inbox, since the splitting code would go over
15564 them every time you fetch new mail.)
15565
15566 These rules are processed from the beginning of the alist toward the
15567 end.  The first rule to make a match will ``win'', unless you have
15568 crossposting enabled.  In that case, all matching rules will ``win''.
15569
15570 This variable can also have a function as its value, the function will
15571 be called with the headers narrowed and should return a group where it
15572 thinks the article should be split to.  See @code{nnimap-split-fancy}.
15573
15574 The splitting code tries to create mailboxes if it needs to.
15575
15576 To allow for different split rules on different virtual servers, and
15577 even different split rules in different inboxes on the same server,
15578 the syntax of this variable have been extended along the lines of:
15579
15580 @lisp
15581 (setq nnimap-split-rule
15582       '(("my1server"    (".*"    (("ding"    "ding@@gnus.org")
15583                                   ("junk"    "From:.*Simon")))
15584         ("my2server"    ("INBOX" nnimap-split-fancy))
15585         ("my[34]server" (".*"    (("private" "To:.*Simon")
15586                                   ("junk"    my-junk-func)))))
15587 @end lisp
15588
15589 The virtual server name is in fact a regexp, so that the same rules
15590 may apply to several servers.  In the example, the servers
15591 @code{my3server} and @code{my4server} both use the same rules.
15592 Similarly, the inbox string is also a regexp.  The actual splitting
15593 rules are as before, either a function, or a list with group/regexp or
15594 group/function elements.
15595
15596 Nnmail equivalent: @code{nnmail-split-methods}.
15597
15598 @item nnimap-split-predicate
15599 @cindex splitting
15600 @vindex nnimap-split-predicate
15601
15602 Mail matching this predicate in @code{nnimap-split-inbox} will be
15603 split, it is a string and the default is @samp{UNSEEN UNDELETED}.
15604
15605 This might be useful if you use another @sc{imap} client to read mail in
15606 your inbox but would like Gnus to split all articles in the inbox
15607 regardless of readedness. Then you might change this to
15608 @samp{UNDELETED}.
15609
15610 @item nnimap-split-fancy
15611 @cindex splitting, fancy
15612 @findex nnimap-split-fancy
15613 @vindex nnimap-split-fancy
15614
15615 It's possible to set @code{nnimap-split-rule} to
15616 @code{nnmail-split-fancy} if you want to use fancy
15617 splitting. @xref{Fancy Mail Splitting}.
15618
15619 However, to be able to have different fancy split rules for nnmail and
15620 nnimap back ends you can set @code{nnimap-split-rule} to
15621 @code{nnimap-split-fancy} and define the nnimap specific fancy split
15622 rule in @code{nnimap-split-fancy}.
15623
15624 Example:
15625
15626 @lisp
15627 (setq nnimap-split-rule 'nnimap-split-fancy
15628       nnimap-split-fancy ...)
15629 @end lisp
15630
15631 Nnmail equivalent: @code{nnmail-split-fancy}.
15632
15633 @item nnimap-split-download-body
15634 @findex nnimap-split-download-body
15635 @vindex nnimap-split-download-body
15636
15637 Set to non-nil to download entire articles during splitting.  This is
15638 generally not required, and will slow things down considerably.  You
15639 may need it if you want to use an advanced splitting function that
15640 analyses the body to split the article.
15641
15642 @end table
15643
15644 @node Expiring in IMAP
15645 @subsection Expiring in IMAP
15646 @cindex expiring imap mail
15647
15648 Even though @code{nnimap} is not a proper @code{nnmail} derived back
15649 end, it supports most features in regular expiring (@pxref{Expiring
15650 Mail}).  Unlike splitting in IMAP (@pxref{Splitting in IMAP}) it do
15651 not clone the @code{nnmail} variables (i.e., creating
15652 @var{nnimap-expiry-wait}) but reuse the @code{nnmail} variables.  What
15653 follows below are the variables used by the @code{nnimap} expiry
15654 process.
15655
15656 A note on how the expire mark is stored on the @sc{imap} server is
15657 appropriate here as well.  The expire mark is translated into a
15658 @code{imap} client specific mark, @code{gnus-expire}, and stored on the
15659 message.  This means that likely only Gnus will understand and treat
15660 the @code{gnus-expire} mark properly, although other clients may allow
15661 you to view client specific flags on the message.  It also means that
15662 your server must support permanent storage of client specific flags on
15663 messages.  Most do, fortunately.
15664
15665 @table @code
15666
15667 @item nnmail-expiry-wait
15668 @item nnmail-expiry-wait-function
15669
15670 These variables are fully supported.  The expire value can be a
15671 number, the symbol @code{immediate} or @code{never}.
15672
15673 @item nnmail-expiry-target
15674
15675 This variable is supported, and internally implemented by calling the
15676 @code{nnmail} functions that handle this.  It contains an optimization
15677 that if the destination is a IMAP group on the same server, the
15678 article is copied instead of appended (that is, uploaded again).
15679
15680 @end table
15681
15682 @node Editing IMAP ACLs
15683 @subsection Editing IMAP ACLs
15684 @cindex editing imap acls
15685 @cindex Access Control Lists
15686 @cindex Editing @sc{imap} ACLs
15687 @kindex G l
15688 @findex gnus-group-nnimap-edit-acl
15689
15690 ACL stands for Access Control List.  ACLs are used in @sc{imap} for
15691 limiting (or enabling) other users access to your mail boxes.  Not all
15692 @sc{imap} servers support this, this function will give an error if it
15693 doesn't.
15694
15695 To edit a ACL for a mailbox, type @kbd{G l}
15696 (@code{gnus-group-edit-nnimap-acl}) and you'll be presented with a ACL
15697 editing window with detailed instructions.
15698
15699 Some possible uses:
15700
15701 @itemize @bullet
15702 @item
15703 Giving ``anyone'' the ``lrs'' rights (lookup, read, keep seen/unseen flags)
15704 on your mailing list mailboxes enables other users on the same server to
15705 follow the list without subscribing to it.
15706 @item
15707 At least with the Cyrus server, you are required to give the user
15708 ``anyone'' posting ("p") capabilities to have ``plussing'' work (that is,
15709 mail sent to user+mailbox@@domain ending up in the @sc{imap} mailbox
15710 INBOX.mailbox).
15711 @end itemize
15712
15713 @node Expunging mailboxes
15714 @subsection Expunging mailboxes
15715 @cindex expunging
15716
15717 @cindex Expunge
15718 @cindex Manual expunging
15719 @kindex G x
15720 @findex gnus-group-nnimap-expunge
15721
15722 If you're using the @code{never} setting of @code{nnimap-expunge-on-close},
15723 you may want the option of expunging all deleted articles in a mailbox
15724 manually.  This is exactly what @kbd{G x} does.
15725
15726 Currently there is no way of showing deleted articles, you can just
15727 delete them.
15728
15729 @node A note on namespaces
15730 @subsection A note on namespaces
15731 @cindex IMAP namespace
15732 @cindex namespaces
15733
15734 The IMAP protocol has a concept called namespaces, described by the
15735 following text in the RFC:
15736
15737 @example
15738 5.1.2.  Mailbox Namespace Naming Convention
15739
15740    By convention, the first hierarchical element of any mailbox name
15741    which begins with "#" identifies the "namespace" of the remainder of
15742    the name.  This makes it possible to disambiguate between different
15743    types of mailbox stores, each of which have their own namespaces.
15744
15745       For example, implementations which offer access to USENET
15746       newsgroups MAY use the "#news" namespace to partition the USENET
15747       newsgroup namespace from that of other mailboxes.  Thus, the
15748       comp.mail.misc newsgroup would have an mailbox name of
15749       "#news.comp.mail.misc", and the name "comp.mail.misc" could refer
15750       to a different object (e.g. a user's private mailbox).
15751 @end example
15752
15753 While there is nothing in this text that warrants concern for the IMAP
15754 implementation in Gnus, some servers use namespace prefixes in a way
15755 that does not work with how Gnus uses mailbox names.
15756
15757 Specifically, University of Washington's IMAP server uses mailbox
15758 names like @code{#driver.mbx/read-mail} which are valid only in the
15759 @sc{create} and @sc{append} commands.  After the mailbox is created
15760 (or a messages is appended to a mailbox), it must be accessed without
15761 the namespace prefix, i.e. @code{read-mail}.  Since Gnus do not make it
15762 possible for the user to guarantee that user entered mailbox names
15763 will only be used with the CREATE and APPEND commands, you should
15764 simply not use the namespace prefixed mailbox names in Gnus.
15765
15766 See the UoW @sc{imapd} documentation for the @code{#driver.*/} prefix
15767 for more information on how to use the prefixes.  They are a power
15768 tool and should be used only if you are sure what the effects are.
15769
15770 @node Other Sources
15771 @section Other Sources
15772
15773 Gnus can do more than just read news or mail.  The methods described
15774 below allow Gnus to view directories and files as if they were
15775 newsgroups.
15776
15777 @menu
15778 * Directory Groups::            You can read a directory as if it was a newsgroup.
15779 * Anything Groups::             Dired?  Who needs dired?
15780 * Document Groups::             Single files can be the basis of a group.
15781 * SOUP::                        Reading @sc{soup} packets ``offline''.
15782 * Mail-To-News Gateways::       Posting articles via mail-to-news gateways.
15783 @end menu
15784
15785
15786 @node Directory Groups
15787 @subsection Directory Groups
15788 @cindex nndir
15789 @cindex directory groups
15790
15791 If you have a directory that has lots of articles in separate files in
15792 it, you might treat it as a newsgroup.  The files have to have numerical
15793 names, of course.
15794
15795 This might be an opportune moment to mention @code{ange-ftp} (and its
15796 successor @code{efs}), that most wonderful of all wonderful Emacs
15797 packages.  When I wrote @code{nndir}, I didn't think much about it---a
15798 back end to read directories.  Big deal.
15799
15800 @code{ange-ftp} changes that picture dramatically.  For instance, if you
15801 enter the @code{ange-ftp} file name
15802 @file{/ftp.hpc.uh.edu:/pub/emacs/ding-list/} as the directory name,
15803 @code{ange-ftp} or @code{efs} will actually allow you to read this
15804 directory over at @samp{sina} as a newsgroup.  Distributed news ahoy!
15805
15806 @code{nndir} will use @sc{nov} files if they are present.
15807
15808 @code{nndir} is a ``read-only'' back end---you can't delete or expire
15809 articles with this method.  You can use @code{nnmh} or @code{nnml} for
15810 whatever you use @code{nndir} for, so you could switch to any of those
15811 methods if you feel the need to have a non-read-only @code{nndir}.
15812
15813
15814 @node Anything Groups
15815 @subsection Anything Groups
15816 @cindex nneething
15817
15818 From the @code{nndir} back end (which reads a single spool-like
15819 directory), it's just a hop and a skip to @code{nneething}, which
15820 pretends that any arbitrary directory is a newsgroup.  Strange, but
15821 true.
15822
15823 When @code{nneething} is presented with a directory, it will scan this
15824 directory and assign article numbers to each file.  When you enter such
15825 a group, @code{nneething} must create ``headers'' that Gnus can use.
15826 After all, Gnus is a newsreader, in case you're forgetting.
15827 @code{nneething} does this in a two-step process.  First, it snoops each
15828 file in question.  If the file looks like an article (i.e., the first
15829 few lines look like headers), it will use this as the head.  If this is
15830 just some arbitrary file without a head (e.g. a C source file),
15831 @code{nneething} will cobble up a header out of thin air.  It will use
15832 file ownership, name and date and do whatever it can with these
15833 elements.
15834
15835 All this should happen automatically for you, and you will be presented
15836 with something that looks very much like a newsgroup.  Totally like a
15837 newsgroup, to be precise.  If you select an article, it will be displayed
15838 in the article buffer, just as usual.
15839
15840 If you select a line that represents a directory, Gnus will pop you into
15841 a new summary buffer for this @code{nneething} group.  And so on.  You can
15842 traverse the entire disk this way, if you feel like, but remember that
15843 Gnus is not dired, really, and does not intend to be, either.
15844
15845 There are two overall modes to this action---ephemeral or solid.  When
15846 doing the ephemeral thing (i.e., @kbd{G D} from the group buffer), Gnus
15847 will not store information on what files you have read, and what files
15848 are new, and so on.  If you create a solid @code{nneething} group the
15849 normal way with @kbd{G m}, Gnus will store a mapping table between
15850 article numbers and file names, and you can treat this group like any
15851 other groups.  When you activate a solid @code{nneething} group, you will
15852 be told how many unread articles it contains, etc., etc.
15853
15854 Some variables:
15855
15856 @table @code
15857 @item nneething-map-file-directory
15858 @vindex nneething-map-file-directory
15859 All the mapping files for solid @code{nneething} groups will be stored
15860 in this directory, which defaults to @file{~/.nneething/}.
15861
15862 @item nneething-exclude-files
15863 @vindex nneething-exclude-files
15864 All files that match this regexp will be ignored.  Nice to use to exclude
15865 auto-save files and the like, which is what it does by default.
15866
15867 @item nneething-include-files
15868 @vindex nneething-include-files
15869 Regexp saying what files to include in the group.  If this variable is
15870 non-@code{nil}, only files matching this regexp will be included.
15871
15872 @item nneething-map-file
15873 @vindex nneething-map-file
15874 Name of the map files.
15875 @end table
15876
15877
15878 @node Document Groups
15879 @subsection Document Groups
15880 @cindex nndoc
15881 @cindex documentation group
15882 @cindex help group
15883
15884 @code{nndoc} is a cute little thing that will let you read a single file
15885 as a newsgroup.  Several files types are supported:
15886
15887 @table @code
15888 @cindex babyl
15889 @cindex rmail mbox
15890
15891 @item babyl
15892 The babyl (rmail) mail box.
15893 @cindex mbox
15894 @cindex Unix mbox
15895
15896 @item mbox
15897 The standard Unix mbox file.
15898
15899 @cindex MMDF mail box
15900 @item mmdf
15901 The MMDF mail box format.
15902
15903 @item news
15904 Several news articles appended into a file.
15905
15906 @item rnews
15907 @cindex rnews batch files
15908 The rnews batch transport format.
15909 @cindex forwarded messages
15910
15911 @item forward
15912 Forwarded articles.
15913
15914 @item nsmail
15915 Netscape mail boxes.
15916
15917 @item mime-parts
15918 @sc{mime} multipart messages.
15919
15920 @item standard-digest
15921 The standard (RFC 1153) digest format.
15922
15923 @item mime-digest
15924 A @sc{mime} digest of messages.
15925
15926 @item lanl-gov-announce
15927 Announcement messages from LANL Gov Announce.
15928
15929 @item rfc822-forward
15930 A message forwarded according to RFC822.
15931
15932 @item outlook
15933 The Outlook mail box.
15934
15935 @item oe-dbx
15936 The Outlook Express dbx mail box.
15937
15938 @item exim-bounce
15939 A bounce message from the Exim MTA.
15940
15941 @item forward
15942 A message forwarded according to informal rules.
15943
15944 @item rfc934
15945 An RFC934-forwarded message.
15946
15947 @item mailman
15948 A mailman digest.
15949
15950 @item clari-briefs
15951 A digest of Clarinet brief news items.
15952
15953 @item slack-digest
15954 Non-standard digest format---matches most things, but does it badly.
15955
15956 @item mail-in-mail
15957 The last resort.
15958 @end table
15959
15960 You can also use the special ``file type'' @code{guess}, which means
15961 that @code{nndoc} will try to guess what file type it is looking at.
15962 @code{digest} means that @code{nndoc} should guess what digest type the
15963 file is.
15964
15965 @code{nndoc} will not try to change the file or insert any extra headers into
15966 it---it will simply, like, let you use the file as the basis for a
15967 group.  And that's it.
15968
15969 If you have some old archived articles that you want to insert into your
15970 new & spiffy Gnus mail back end, @code{nndoc} can probably help you with
15971 that.  Say you have an old @file{RMAIL} file with mail that you now want
15972 to split into your new @code{nnml} groups.  You look at that file using
15973 @code{nndoc} (using the @kbd{G f} command in the group buffer
15974 (@pxref{Foreign Groups})), set the process mark on all the articles in
15975 the buffer (@kbd{M P b}, for instance), and then re-spool (@kbd{B r})
15976 using @code{nnml}.  If all goes well, all the mail in the @file{RMAIL}
15977 file is now also stored in lots of @code{nnml} directories, and you can
15978 delete that pesky @file{RMAIL} file.  If you have the guts!
15979
15980 Virtual server variables:
15981
15982 @table @code
15983 @item nndoc-article-type
15984 @vindex nndoc-article-type
15985 This should be one of @code{mbox}, @code{babyl}, @code{digest},
15986 @code{news}, @code{rnews}, @code{mmdf}, @code{forward}, @code{rfc934},
15987 @code{rfc822-forward}, @code{mime-parts}, @code{standard-digest},
15988 @code{slack-digest}, @code{clari-briefs}, @code{nsmail}, @code{outlook},
15989 @code{oe-dbx}, @code{mailman}, and @code{mail-in-mail} or @code{guess}.
15990
15991 @item nndoc-post-type
15992 @vindex nndoc-post-type
15993 This variable says whether Gnus is to consider the group a news group or
15994 a mail group.  There are two valid values:  @code{mail} (the default)
15995 and @code{news}.
15996 @end table
15997
15998 @menu
15999 * Document Server Internals::   How to add your own document types.
16000 @end menu
16001
16002
16003 @node Document Server Internals
16004 @subsubsection Document Server Internals
16005
16006 Adding new document types to be recognized by @code{nndoc} isn't
16007 difficult.  You just have to whip up a definition of what the document
16008 looks like, write a predicate function to recognize that document type,
16009 and then hook into @code{nndoc}.
16010
16011 First, here's an example document type definition:
16012
16013 @example
16014 (mmdf
16015  (article-begin .  "^\^A\^A\^A\^A\n")
16016  (body-end .  "^\^A\^A\^A\^A\n"))
16017 @end example
16018
16019 The definition is simply a unique @dfn{name} followed by a series of
16020 regexp pseudo-variable settings.  Below are the possible
16021 variables---don't be daunted by the number of variables; most document
16022 types can be defined with very few settings:
16023
16024 @table @code
16025 @item first-article
16026 If present, @code{nndoc} will skip past all text until it finds
16027 something that match this regexp.  All text before this will be
16028 totally ignored.
16029
16030 @item article-begin
16031 This setting has to be present in all document type definitions.  It
16032 says what the beginning of each article looks like.
16033
16034 @item head-begin-function
16035 If present, this should be a function that moves point to the head of
16036 the article.
16037
16038 @item nndoc-head-begin
16039 If present, this should be a regexp that matches the head of the
16040 article.
16041
16042 @item nndoc-head-end
16043 This should match the end of the head of the article.  It defaults to
16044 @samp{^$}---the empty line.
16045
16046 @item body-begin-function
16047 If present, this function should move point to the beginning of the body
16048 of the article.
16049
16050 @item body-begin
16051 This should match the beginning of the body of the article.  It defaults
16052 to @samp{^\n}.
16053
16054 @item body-end-function
16055 If present, this function should move point to the end of the body of
16056 the article.
16057
16058 @item body-end
16059 If present, this should match the end of the body of the article.
16060
16061 @item file-end
16062 If present, this should match the end of the file.  All text after this
16063 regexp will be totally ignored.
16064
16065 @end table
16066
16067 So, using these variables @code{nndoc} is able to dissect a document
16068 file into a series of articles, each with a head and a body.  However, a
16069 few more variables are needed since not all document types are all that
16070 news-like---variables needed to transform the head or the body into
16071 something that's palatable for Gnus:
16072
16073 @table @code
16074 @item prepare-body-function
16075 If present, this function will be called when requesting an article.  It
16076 will be called with point at the start of the body, and is useful if the
16077 document has encoded some parts of its contents.
16078
16079 @item article-transform-function
16080 If present, this function is called when requesting an article.  It's
16081 meant to be used for more wide-ranging transformation of both head and
16082 body of the article.
16083
16084 @item generate-head-function
16085 If present, this function is called to generate a head that Gnus can
16086 understand.  It is called with the article number as a parameter, and is
16087 expected to generate a nice head for the article in question.  It is
16088 called when requesting the headers of all articles.
16089
16090 @end table
16091
16092 Let's look at the most complicated example I can come up with---standard
16093 digests:
16094
16095 @example
16096 (standard-digest
16097  (first-article . ,(concat "^" (make-string 70 ?-) "\n\n+"))
16098  (article-begin . ,(concat "\n\n" (make-string 30 ?-) "\n\n+"))
16099  (prepare-body-function . nndoc-unquote-dashes)
16100  (body-end-function . nndoc-digest-body-end)
16101  (head-end . "^ ?$")
16102  (body-begin . "^ ?\n")
16103  (file-end . "^End of .*digest.*[0-9].*\n\\*\\*\\|^End of.*Digest *$")
16104  (subtype digest guess))
16105 @end example
16106
16107 We see that all text before a 70-width line of dashes is ignored; all
16108 text after a line that starts with that @samp{^End of} is also ignored;
16109 each article begins with a 30-width line of dashes; the line separating
16110 the head from the body may contain a single space; and that the body is
16111 run through @code{nndoc-unquote-dashes} before being delivered.
16112
16113 To hook your own document definition into @code{nndoc}, use the
16114 @code{nndoc-add-type} function.  It takes two parameters---the first is
16115 the definition itself and the second (optional) parameter says where in
16116 the document type definition alist to put this definition.  The alist is
16117 traversed sequentially, and @code{nndoc-TYPE-type-p} is called for a given type @code{TYPE}.  So @code{nndoc-mmdf-type-p} is called to see whether a document
16118 is of @code{mmdf} type, and so on.  These type predicates should return
16119 @code{nil} if the document is not of the correct type; @code{t} if it is
16120 of the correct type; and a number if the document might be of the
16121 correct type.  A high number means high probability; a low number means
16122 low probability with @samp{0} being the lowest valid number.
16123
16124
16125 @node SOUP
16126 @subsection SOUP
16127 @cindex SOUP
16128 @cindex offline
16129
16130 In the PC world people often talk about ``offline'' newsreaders.  These
16131 are thingies that are combined reader/news transport monstrosities.
16132 With built-in modem programs.  Yecchh!
16133
16134 Of course, us Unix Weenie types of human beans use things like
16135 @code{uucp} and, like, @code{nntpd} and set up proper news and mail
16136 transport things like Ghod intended.  And then we just use normal
16137 newsreaders.
16138
16139 However, it can sometimes be convenient to do something that's a bit
16140 easier on the brain if you have a very slow modem, and you're not really
16141 that interested in doing things properly.
16142
16143 A file format called @sc{soup} has been developed for transporting news
16144 and mail from servers to home machines and back again.  It can be a bit
16145 fiddly.
16146
16147 First some terminology:
16148
16149 @table @dfn
16150
16151 @item server
16152 This is the machine that is connected to the outside world and where you
16153 get news and/or mail from.
16154
16155 @item home machine
16156 This is the machine that you want to do the actual reading and responding
16157 on.  It is typically not connected to the rest of the world in any way.
16158
16159 @item packet
16160 Something that contains messages and/or commands.  There are two kinds
16161 of packets:
16162
16163 @table @dfn
16164 @item message packets
16165 These are packets made at the server, and typically contain lots of
16166 messages for you to read.  These are called @file{SoupoutX.tgz} by
16167 default, where @var{x} is a number.
16168
16169 @item response packets
16170 These are packets made at the home machine, and typically contains
16171 replies that you've written.  These are called @file{SoupinX.tgz} by
16172 default, where @var{x} is a number.
16173
16174 @end table
16175
16176 @end table
16177
16178
16179 @enumerate
16180
16181 @item
16182 You log in on the server and create a @sc{soup} packet.  You can either
16183 use a dedicated @sc{soup} thingie (like the @code{awk} program), or you
16184 can use Gnus to create the packet with its @sc{soup} commands (@kbd{O
16185 s} and/or @kbd{G s b}; and then @kbd{G s p}) (@pxref{SOUP Commands}).
16186
16187 @item
16188 You transfer the packet home.  Rail, boat, car or modem will do fine.
16189
16190 @item
16191 You put the packet in your home directory.
16192
16193 @item
16194 You fire up Gnus on your home machine using the @code{nnsoup} back end as
16195 the native or secondary server.
16196
16197 @item
16198 You read articles and mail and answer and followup to the things you
16199 want (@pxref{SOUP Replies}).
16200
16201 @item
16202 You do the @kbd{G s r} command to pack these replies into a @sc{soup}
16203 packet.
16204
16205 @item
16206 You transfer this packet to the server.
16207
16208 @item
16209 You use Gnus to mail this packet out with the @kbd{G s s} command.
16210
16211 @item
16212 You then repeat until you die.
16213
16214 @end enumerate
16215
16216 So you basically have a bipartite system---you use @code{nnsoup} for
16217 reading and Gnus for packing/sending these @sc{soup} packets.
16218
16219 @menu
16220 * SOUP Commands::               Commands for creating and sending @sc{soup} packets
16221 * SOUP Groups::                 A back end for reading @sc{soup} packets.
16222 * SOUP Replies::                How to enable @code{nnsoup} to take over mail and news.
16223 @end menu
16224
16225
16226 @node SOUP Commands
16227 @subsubsection SOUP Commands
16228
16229 These are commands for creating and manipulating @sc{soup} packets.
16230
16231 @table @kbd
16232 @item G s b
16233 @kindex G s b (Group)
16234 @findex gnus-group-brew-soup
16235 Pack all unread articles in the current group
16236 (@code{gnus-group-brew-soup}).  This command understands the
16237 process/prefix convention.
16238
16239 @item G s w
16240 @kindex G s w (Group)
16241 @findex gnus-soup-save-areas
16242 Save all @sc{soup} data files (@code{gnus-soup-save-areas}).
16243
16244 @item G s s
16245 @kindex G s s (Group)
16246 @findex gnus-soup-send-replies
16247 Send all replies from the replies packet
16248 (@code{gnus-soup-send-replies}).
16249
16250 @item G s p
16251 @kindex G s p (Group)
16252 @findex gnus-soup-pack-packet
16253 Pack all files into a @sc{soup} packet (@code{gnus-soup-pack-packet}).
16254
16255 @item G s r
16256 @kindex G s r (Group)
16257 @findex nnsoup-pack-replies
16258 Pack all replies into a replies packet (@code{nnsoup-pack-replies}).
16259
16260 @item O s
16261 @kindex O s (Summary)
16262 @findex gnus-soup-add-article
16263 This summary-mode command adds the current article to a @sc{soup} packet
16264 (@code{gnus-soup-add-article}).  It understands the process/prefix
16265 convention (@pxref{Process/Prefix}).
16266
16267 @end table
16268
16269
16270 There are a few variables to customize where Gnus will put all these
16271 thingies:
16272
16273 @table @code
16274
16275 @item gnus-soup-directory
16276 @vindex gnus-soup-directory
16277 Directory where Gnus will save intermediate files while composing
16278 @sc{soup} packets.  The default is @file{~/SoupBrew/}.
16279
16280 @item gnus-soup-replies-directory
16281 @vindex gnus-soup-replies-directory
16282 This is what Gnus will use as a temporary directory while sending our
16283 reply packets.  @file{~/SoupBrew/SoupReplies/} is the default.
16284
16285 @item gnus-soup-prefix-file
16286 @vindex gnus-soup-prefix-file
16287 Name of the file where Gnus stores the last used prefix.  The default is
16288 @samp{gnus-prefix}.
16289
16290 @item gnus-soup-packer
16291 @vindex gnus-soup-packer
16292 A format string command for packing a @sc{soup} packet.  The default is
16293 @samp{tar cf - %s | gzip > $HOME/Soupout%d.tgz}.
16294
16295 @item gnus-soup-unpacker
16296 @vindex gnus-soup-unpacker
16297 Format string command for unpacking a @sc{soup} packet.  The default is
16298 @samp{gunzip -c %s | tar xvf -}.
16299
16300 @item gnus-soup-packet-directory
16301 @vindex gnus-soup-packet-directory
16302 Where Gnus will look for reply packets.  The default is @file{~/}.
16303
16304 @item gnus-soup-packet-regexp
16305 @vindex gnus-soup-packet-regexp
16306 Regular expression matching @sc{soup} reply packets in
16307 @code{gnus-soup-packet-directory}.
16308
16309 @end table
16310
16311
16312 @node SOUP Groups
16313 @subsubsection SOUP Groups
16314 @cindex nnsoup
16315
16316 @code{nnsoup} is the back end for reading @sc{soup} packets.  It will
16317 read incoming packets, unpack them, and put them in a directory where
16318 you can read them at leisure.
16319
16320 These are the variables you can use to customize its behavior:
16321
16322 @table @code
16323
16324 @item nnsoup-tmp-directory
16325 @vindex nnsoup-tmp-directory
16326 When @code{nnsoup} unpacks a @sc{soup} packet, it does it in this
16327 directory.  (@file{/tmp/} by default.)
16328
16329 @item nnsoup-directory
16330 @vindex nnsoup-directory
16331 @code{nnsoup} then moves each message and index file to this directory.
16332 The default is @file{~/SOUP/}.
16333
16334 @item nnsoup-replies-directory
16335 @vindex nnsoup-replies-directory
16336 All replies will be stored in this directory before being packed into a
16337 reply packet.  The default is @file{~/SOUP/replies/}.
16338
16339 @item nnsoup-replies-format-type
16340 @vindex nnsoup-replies-format-type
16341 The @sc{soup} format of the replies packets.  The default is @samp{?n}
16342 (rnews), and I don't think you should touch that variable.  I probably
16343 shouldn't even have documented it.  Drats!  Too late!
16344
16345 @item nnsoup-replies-index-type
16346 @vindex nnsoup-replies-index-type
16347 The index type of the replies packet.  The default is @samp{?n}, which
16348 means ``none''.  Don't fiddle with this one either!
16349
16350 @item nnsoup-active-file
16351 @vindex nnsoup-active-file
16352 Where @code{nnsoup} stores lots of information.  This is not an ``active
16353 file'' in the @code{nntp} sense; it's an Emacs Lisp file.  If you lose
16354 this file or mess it up in any way, you're dead.  The default is
16355 @file{~/SOUP/active}.
16356
16357 @item nnsoup-packer
16358 @vindex nnsoup-packer
16359 Format string command for packing a reply @sc{soup} packet.  The default
16360 is @samp{tar cf - %s | gzip > $HOME/Soupin%d.tgz}.
16361
16362 @item nnsoup-unpacker
16363 @vindex nnsoup-unpacker
16364 Format string command for unpacking incoming @sc{soup} packets.  The
16365 default is @samp{gunzip -c %s | tar xvf -}.
16366
16367 @item nnsoup-packet-directory
16368 @vindex nnsoup-packet-directory
16369 Where @code{nnsoup} will look for incoming packets.  The default is
16370 @file{~/}.
16371
16372 @item nnsoup-packet-regexp
16373 @vindex nnsoup-packet-regexp
16374 Regular expression matching incoming @sc{soup} packets.  The default is
16375 @samp{Soupout}.
16376
16377 @item nnsoup-always-save
16378 @vindex nnsoup-always-save
16379 If non-@code{nil}, save the replies buffer after each posted message.
16380
16381 @end table
16382
16383
16384 @node SOUP Replies
16385 @subsubsection SOUP Replies
16386
16387 Just using @code{nnsoup} won't mean that your postings and mailings end
16388 up in @sc{soup} reply packets automagically.  You have to work a bit
16389 more for that to happen.
16390
16391 @findex nnsoup-set-variables
16392 The @code{nnsoup-set-variables} command will set the appropriate
16393 variables to ensure that all your followups and replies end up in the
16394 @sc{soup} system.
16395
16396 In specific, this is what it does:
16397
16398 @lisp
16399 (setq message-send-news-function 'nnsoup-request-post)
16400 (setq message-send-mail-function 'nnsoup-request-mail)
16401 @end lisp
16402
16403 And that's it, really.  If you only want news to go into the @sc{soup}
16404 system you just use the first line.  If you only want mail to be
16405 @sc{soup}ed you use the second.
16406
16407
16408 @node Mail-To-News Gateways
16409 @subsection Mail-To-News Gateways
16410 @cindex mail-to-news gateways
16411 @cindex gateways
16412
16413 If your local @code{nntp} server doesn't allow posting, for some reason
16414 or other, you can post using one of the numerous mail-to-news gateways.
16415 The @code{nngateway} back end provides the interface.
16416
16417 Note that you can't read anything from this back end---it can only be
16418 used to post with.
16419
16420 Server variables:
16421
16422 @table @code
16423 @item nngateway-address
16424 @vindex nngateway-address
16425 This is the address of the mail-to-news gateway.
16426
16427 @item nngateway-header-transformation
16428 @vindex nngateway-header-transformation
16429 News headers often have to be transformed in some odd way or other
16430 for the mail-to-news gateway to accept it.  This variable says what
16431 transformation should be called, and defaults to
16432 @code{nngateway-simple-header-transformation}.  The function is called
16433 narrowed to the headers to be transformed and with one parameter---the
16434 gateway address.
16435
16436 This default function just inserts a new @code{To} header based on the
16437 @code{Newsgroups} header and the gateway address.
16438 For instance, an article with this @code{Newsgroups} header:
16439
16440 @example
16441 Newsgroups: alt.religion.emacs
16442 @end example
16443
16444 will get this @code{To} header inserted:
16445
16446 @example
16447 To: alt-religion-emacs@@GATEWAY
16448 @end example
16449
16450 The following pre-defined functions exist:
16451
16452 @findex nngateway-simple-header-transformation
16453 @table @code
16454
16455 @item nngateway-simple-header-transformation
16456 Creates a @code{To} header that looks like
16457 @var{newsgroup}@@@code{nngateway-address}.
16458
16459 @findex nngateway-mail2news-header-transformation
16460
16461 @item nngateway-mail2news-header-transformation
16462 Creates a @code{To} header that looks like
16463 @code{nngateway-address}.
16464
16465 Here's an example:
16466
16467 @lisp
16468 (setq gnus-post-method
16469       '(nngateway
16470         "mail2news@@replay.com"
16471         (nngateway-header-transformation
16472          nngateway-mail2news-header-transformation)))
16473 @end lisp
16474
16475 @end table
16476
16477
16478 @end table
16479
16480 So, to use this, simply say something like:
16481
16482 @lisp
16483 (setq gnus-post-method '(nngateway "GATEWAY.ADDRESS"))
16484 @end lisp
16485
16486
16487
16488 @node Combined Groups
16489 @section Combined Groups
16490
16491 Gnus allows combining a mixture of all the other group types into bigger
16492 groups.
16493
16494 @menu
16495 * Virtual Groups::              Combining articles from many groups.
16496 * Kibozed Groups::              Looking through parts of the newsfeed for articles.
16497 @end menu
16498
16499
16500 @node Virtual Groups
16501 @subsection Virtual Groups
16502 @cindex nnvirtual
16503 @cindex virtual groups
16504 @cindex merging groups
16505
16506 An @dfn{nnvirtual group} is really nothing more than a collection of
16507 other groups.
16508
16509 For instance, if you are tired of reading many small groups, you can
16510 put them all in one big group, and then grow tired of reading one
16511 big, unwieldy group.  The joys of computing!
16512
16513 You specify @code{nnvirtual} as the method.  The address should be a
16514 regexp to match component groups.
16515
16516 All marks in the virtual group will stick to the articles in the
16517 component groups.  So if you tick an article in a virtual group, the
16518 article will also be ticked in the component group from whence it
16519 came.  (And vice versa---marks from the component groups will also be
16520 shown in the virtual group.). To create an empty virtual group, run
16521 @kbd{G V} (@code{gnus-group-make-empty-virtual}) in the group buffer
16522 and edit the method regexp with @kbd{M-e}
16523 (@code{gnus-group-edit-group-method})
16524
16525 Here's an example @code{nnvirtual} method that collects all Andrea Dworkin
16526 newsgroups into one, big, happy newsgroup:
16527
16528 @lisp
16529 (nnvirtual "^alt\\.fan\\.andrea-dworkin$\\|^rec\\.dworkin.*")
16530 @end lisp
16531
16532 The component groups can be native or foreign; everything should work
16533 smoothly, but if your computer explodes, it was probably my fault.
16534
16535 Collecting the same group from several servers might actually be a good
16536 idea if users have set the Distribution header to limit distribution.
16537 If you would like to read @samp{soc.motss} both from a server in Japan
16538 and a server in Norway, you could use the following as the group regexp:
16539
16540 @example
16541 "^nntp\\+server\\.jp:soc\\.motss$\\|^nntp\\+server\\.no:soc\\.motss$"
16542 @end example
16543
16544 (Remember, though, that if you're creating the group with @kbd{G m}, you
16545 shouldn't double the backslashes, and you should leave off the quote
16546 characters at the beginning and the end of the string.)
16547
16548 This should work kinda smoothly---all articles from both groups should
16549 end up in this one, and there should be no duplicates.  Threading (and
16550 the rest) will still work as usual, but there might be problems with the
16551 sequence of articles.  Sorting on date might be an option here
16552 (@pxref{Selecting a Group}).
16553
16554 One limitation, however---all groups included in a virtual
16555 group have to be alive (i.e., subscribed or unsubscribed).  Killed or
16556 zombie groups can't be component groups for @code{nnvirtual} groups.
16557
16558 @vindex nnvirtual-always-rescan
16559 If the @code{nnvirtual-always-rescan} is non-@code{nil},
16560 @code{nnvirtual} will always scan groups for unread articles when
16561 entering a virtual group.  If this variable is @code{nil} (which is the
16562 default) and you read articles in a component group after the virtual
16563 group has been activated, the read articles from the component group
16564 will show up when you enter the virtual group.  You'll also see this
16565 effect if you have two virtual groups that have a component group in
16566 common.  If that's the case, you should set this variable to @code{t}.
16567 Or you can just tap @code{M-g} on the virtual group every time before
16568 you enter it---it'll have much the same effect.
16569
16570 @code{nnvirtual} can have both mail and news groups as component groups.
16571 When responding to articles in @code{nnvirtual} groups, @code{nnvirtual}
16572 has to ask the back end of the component group the article comes from
16573 whether it is a news or mail back end.  However, when you do a @kbd{^},
16574 there is typically no sure way for the component back end to know this,
16575 and in that case @code{nnvirtual} tells Gnus that the article came from a
16576 not-news back end.  (Just to be on the safe side.)
16577
16578 @kbd{C-c C-n} in the message buffer will insert the @code{Newsgroups}
16579 line from the article you respond to in these cases.
16580
16581 @code{nnvirtual} groups do not inherit anything but articles and marks
16582 from component groups---group parameters, for instance, are not
16583 inherited.
16584
16585
16586 @node Kibozed Groups
16587 @subsection Kibozed Groups
16588 @cindex nnkiboze
16589 @cindex kibozing
16590
16591 @dfn{Kibozing} is defined by @sc{oed} as ``grepping through (parts of)
16592 the news feed''.  @code{nnkiboze} is a back end that will do this for
16593 you.  Oh joy!  Now you can grind any @sc{nntp} server down to a halt
16594 with useless requests!  Oh happiness!
16595
16596 @kindex G k (Group)
16597 To create a kibozed group, use the @kbd{G k} command in the group
16598 buffer.
16599
16600 The address field of the @code{nnkiboze} method is, as with
16601 @code{nnvirtual}, a regexp to match groups to be ``included'' in the
16602 @code{nnkiboze} group.  That's where most similarities between @code{nnkiboze}
16603 and @code{nnvirtual} end.
16604
16605 In addition to this regexp detailing component groups, an @code{nnkiboze} group
16606 must have a score file to say what articles are to be included in
16607 the group (@pxref{Scoring}).
16608
16609 @kindex M-x nnkiboze-generate-groups
16610 @findex nnkiboze-generate-groups
16611 You must run @kbd{M-x nnkiboze-generate-groups} after creating the
16612 @code{nnkiboze} groups you want to have.  This command will take time.  Lots of
16613 time.  Oodles and oodles of time.  Gnus has to fetch the headers from
16614 all the articles in all the component groups and run them through the
16615 scoring process to determine if there are any articles in the groups
16616 that are to be part of the @code{nnkiboze} groups.
16617
16618 Please limit the number of component groups by using restrictive
16619 regexps.  Otherwise your sysadmin may become annoyed with you, and the
16620 @sc{nntp} site may throw you off and never let you back in again.
16621 Stranger things have happened.
16622
16623 @code{nnkiboze} component groups do not have to be alive---they can be dead,
16624 and they can be foreign.  No restrictions.
16625
16626 @vindex nnkiboze-directory
16627 The generation of an @code{nnkiboze} group means writing two files in
16628 @code{nnkiboze-directory}, which is @file{~/News/} by default.  One
16629 contains the @sc{nov} header lines for all the articles in the group,
16630 and the other is an additional @file{.newsrc} file to store information
16631 on what groups have been searched through to find component articles.
16632
16633 Articles marked as read in the @code{nnkiboze} group will have
16634 their @sc{nov} lines removed from the @sc{nov} file.
16635
16636
16637 @node Gnus Unplugged
16638 @section Gnus Unplugged
16639 @cindex offline
16640 @cindex unplugged
16641 @cindex Agent
16642 @cindex Gnus Agent
16643 @cindex Gnus Unplugged
16644
16645 In olden times (ca. February '88), people used to run their newsreaders
16646 on big machines with permanent connections to the net.  News transport
16647 was dealt with by news servers, and all the newsreaders had to do was to
16648 read news.  Believe it or not.
16649
16650 Nowadays most people read news and mail at home, and use some sort of
16651 modem to connect to the net.  To avoid running up huge phone bills, it
16652 would be nice to have a way to slurp down all the news and mail, hang up
16653 the phone, read for several hours, and then upload any responses you
16654 have to make.  And then you repeat the procedure.
16655
16656 Of course, you can use news servers for doing this as well.  I've used
16657 @code{inn} together with @code{slurp}, @code{pop} and @code{sendmail}
16658 for some years, but doing that's a bore.  Moving the news server
16659 functionality up to the newsreader makes sense if you're the only person
16660 reading news on a machine.
16661
16662 Setting up Gnus as an ``offline'' newsreader is quite simple.  In
16663 fact, you don't even have to configure anything.
16664
16665 Of course, to use it as such, you have to learn a few new commands.
16666
16667 @menu
16668 * Agent Basics::                How it all is supposed to work.
16669 * Agent Categories::            How to tell the Gnus Agent what to download.
16670 * Agent Commands::              New commands for all the buffers.
16671 * Agent as Cache::              The Agent is a big cache too.
16672 * Agent Expiry::                How to make old articles go away.
16673 * Agent Regeneration::          How to recover from lost connections and other accidents.
16674 * Agent and IMAP::              How to use the Agent with IMAP.
16675 * Outgoing Messages::           What happens when you post/mail something?
16676 * Agent Variables::             Customizing is fun.
16677 * Example Setup::               An example @file{.gnus.el} file for offline people.
16678 * Batching Agents::             How to fetch news from a @code{cron} job.
16679 * Agent Caveats::               What you think it'll do and what it does.
16680 @end menu
16681
16682
16683 @node Agent Basics
16684 @subsection Agent Basics
16685
16686 First, let's get some terminology out of the way.
16687
16688 The Gnus Agent is said to be @dfn{unplugged} when you have severed the
16689 connection to the net (and notified the Agent that this is the case).
16690 When the connection to the net is up again (and Gnus knows this), the
16691 Agent is @dfn{plugged}.
16692
16693 The @dfn{local} machine is the one you're running on, and which isn't
16694 connected to the net continuously.
16695
16696 @dfn{Downloading} means fetching things from the net to your local
16697 machine.  @dfn{Uploading} is doing the opposite.
16698
16699 Let's take a typical Gnus session using the Agent.
16700
16701 @itemize @bullet
16702
16703 @item
16704 @findex gnus-unplugged
16705 You start Gnus with @code{gnus-unplugged}.  This brings up the Gnus
16706 Agent in a disconnected state.  You can read all the news that you have
16707 already fetched while in this mode.
16708
16709 @item
16710 You then decide to see whether any new news has arrived.  You connect
16711 your machine to the net (using PPP or whatever), and then hit @kbd{J j}
16712 to make Gnus become @dfn{plugged} and use @kbd{g} to check for new mail
16713 as usual.  To check for new mail in unplugged mode, see (@pxref{Mail
16714 Source Specifiers}).
16715
16716 @item
16717 You can then read the new news immediately, or you can download the news
16718 onto your local machine.  If you want to do the latter, you press @kbd{g}
16719 to check if there are any new news and then @kbd{J
16720 s} to fetch all the eligible articles in all the groups.  (To let Gnus
16721 know which articles you want to download, @pxref{Agent Categories}.)
16722
16723 @item
16724 After fetching the articles, you press @kbd{J j} to make Gnus become
16725 unplugged again, and you shut down the PPP thing (or whatever).  And
16726 then you read the news offline.
16727
16728 @item
16729 And then you go to step 2.
16730 @end itemize
16731
16732 Here are some things you should do the first time (or so) that you use
16733 the Agent.
16734
16735 @itemize @bullet
16736
16737 @item
16738 Decide which servers should be covered by the Agent.  If you have a mail
16739 back end, it would probably be nonsensical to have it covered by the
16740 Agent.  Go to the server buffer (@kbd{^} in the group buffer) and press
16741 @kbd{J a} on the server (or servers) that you wish to have covered by the
16742 Agent (@pxref{Server Agent Commands}), or @kbd{J r} on automatically
16743 added servers you do not wish to have covered by the Agent.  By default,
16744 all @code{nntp} and @code{nnimap} groups in @code{gnus-select-method} and
16745 @code{gnus-secondary-select-methods} are agentized.
16746
16747 @item
16748 Decide on download policy.  @xref{Agent Categories}.
16749
16750 @item
16751 Uhm@dots{} that's it.
16752 @end itemize
16753
16754
16755 @node Agent Categories
16756 @subsection Agent Categories
16757
16758 One of the main reasons to integrate the news transport layer into the
16759 newsreader is to allow greater control over what articles to download.
16760 There's not much point in downloading huge amounts of articles, just to
16761 find out that you're not interested in reading any of them.  It's better
16762 to be somewhat more conservative in choosing what to download, and then
16763 mark the articles for downloading manually if it should turn out that
16764 you're interested in the articles anyway.
16765
16766 The main way to control what is to be downloaded is to create a
16767 @dfn{category} and then assign some (or all) groups to this category.
16768 Groups that do not belong in any other category belong to the
16769 @code{default} category.  Gnus has its own buffer for creating and
16770 managing categories.
16771
16772 @menu
16773 * Category Syntax::             What a category looks like.
16774 * Category Buffer::             A buffer for maintaining categories.
16775 * Category Variables::          Customize'r'Us.
16776 @end menu
16777
16778
16779 @node Category Syntax
16780 @subsubsection Category Syntax
16781
16782 A category consists of two things.
16783
16784 @enumerate
16785 @item
16786 A predicate which (generally) gives a rough outline of which articles
16787 are eligible for downloading; and
16788
16789 @item
16790 a score rule which (generally) gives you a finer granularity when
16791 deciding what articles to download.  (Note that this @dfn{download
16792 score} is not necessarily related to normal scores.)
16793 @end enumerate
16794
16795 A predicate in its simplest form can be a single predicate such as
16796 @code{true} or @code{false}.  These two will download every available
16797 article or nothing respectively.  In the case of these two special
16798 predicates an additional score rule is superfluous.
16799
16800 Predicates of @code{high} or @code{low} download articles in respect of
16801 their scores in relationship to @code{gnus-agent-high-score} and
16802 @code{gnus-agent-low-score} as described below.
16803
16804 To gain even finer control of what is to be regarded eligible for
16805 download a predicate can consist of a number of predicates with logical
16806 operators sprinkled in between.
16807
16808 Perhaps some examples are in order.
16809
16810 Here's a simple predicate.  (It's the default predicate, in fact, used
16811 for all groups that don't belong to any other category.)
16812
16813 @lisp
16814 short
16815 @end lisp
16816
16817 Quite simple, eh?  This predicate is true if and only if the article is
16818 short (for some value of ``short'').
16819
16820 Here's a more complex predicate:
16821
16822 @lisp
16823 (or high
16824     (and
16825      (not low)
16826      (not long)))
16827 @end lisp
16828
16829 This means that an article should be downloaded if it has a high score,
16830 or if the score is not low and the article is not long.  You get the
16831 drift.
16832
16833 The available logical operators are @code{or}, @code{and} and
16834 @code{not}.  (If you prefer, you can use the more ``C''-ish operators
16835 @samp{|}, @code{&} and @code{!} instead.)
16836
16837 The following predicates are pre-defined, but if none of these fit what
16838 you want to do, you can write your own.
16839
16840 @table @code
16841 @item short
16842 True iff the article is shorter than @code{gnus-agent-short-article}
16843 lines; default 100.
16844
16845 @item long
16846 True iff the article is longer than @code{gnus-agent-long-article}
16847 lines; default 200.
16848
16849 @item low
16850 True iff the article has a download score less than
16851 @code{gnus-agent-low-score}; default 0.
16852
16853 @item high
16854 True iff the article has a download score greater than
16855 @code{gnus-agent-high-score}; default 0.
16856
16857 @item spam
16858 True iff the Gnus Agent guesses that the article is spam.  The
16859 heuristics may change over time, but at present it just computes a
16860 checksum and sees whether articles match.
16861
16862 @item true
16863 Always true.
16864
16865 @item false
16866 Always false.
16867 @end table
16868
16869 If you want to create your own predicate function, here's what you have
16870 to know:  The functions are called with no parameters, but the
16871 @code{gnus-headers} and @code{gnus-score} dynamic variables are bound to
16872 useful values.
16873
16874 For example, you could decide that you don't want to download articles
16875 that were posted more than a certain number of days ago (e.g. posted
16876 more than @code{gnus-agent-expire-days} ago) you might write a function
16877 something along the lines of the following:
16878
16879 @lisp
16880 (defun my-article-old-p ()
16881   "Say whether an article is old."
16882   (< (time-to-days (date-to-time (mail-header-date gnus-headers)))
16883      (- (time-to-days (current-time)) gnus-agent-expire-days)))
16884 @end lisp
16885
16886 with the predicate then defined as:
16887
16888 @lisp
16889 (not my-article-old-p)
16890 @end lisp
16891
16892 or you could append your predicate to the predefined
16893 @code{gnus-category-predicate-alist} in your @file{~/.gnus.el} or
16894 wherever.
16895
16896 @lisp
16897 (require 'gnus-agent)
16898 (setq  gnus-category-predicate-alist
16899   (append gnus-category-predicate-alist
16900          '((old . my-article-old-p))))
16901 @end lisp
16902
16903 and simply specify your predicate as:
16904
16905 @lisp
16906 (not old)
16907 @end lisp
16908
16909 If/when using something like the above, be aware that there are many
16910 misconfigured systems/mailers out there and so an article's date is not
16911 always a reliable indication of when it was posted.  Hell, some people
16912 just don't give a damn.
16913
16914 The above predicates apply to @emph{all} the groups which belong to the
16915 category.  However, if you wish to have a specific predicate for an
16916 individual group within a category, or you're just too lazy to set up a
16917 new category, you can enter a group's individual predicate in it's group
16918 parameters like so:
16919
16920 @lisp
16921 (agent-predicate . short)
16922 @end lisp
16923
16924 This is the group parameter equivalent of the agent category default.
16925 Note that when specifying a single word predicate like this, the
16926 @code{agent-predicate} specification must be in dotted pair notation.
16927
16928 The equivalent of the longer example from above would be:
16929
16930 @lisp
16931 (agent-predicate or high (and (not low) (not long)))
16932 @end lisp
16933
16934 The outer parenthesis required in the category specification are not
16935 entered here as, not being in dotted pair notation, the value of the
16936 predicate is assumed to be a list.
16937
16938
16939 Now, the syntax of the download score is the same as the syntax of
16940 normal score files, except that all elements that require actually
16941 seeing the article itself are verboten.  This means that only the
16942 following headers can be scored on: @code{Subject}, @code{From},
16943 @code{Date}, @code{Message-ID}, @code{References}, @code{Chars},
16944 @code{Lines}, and @code{Xref}.
16945
16946 As with predicates, the specification of the @code{download score rule}
16947 to use in respect of a group can be in either the category definition if
16948 it's to be applicable to all groups in therein, or a group's parameters
16949 if it's to be specific to that group.
16950
16951 In both of these places the @code{download score rule} can take one of
16952 three forms:
16953
16954 @enumerate
16955 @item
16956 Score rule
16957
16958 This has the same syntax as a normal gnus score file except only a
16959 subset of scoring keywords are available as mentioned above.
16960
16961 example:
16962
16963 @itemize @bullet
16964 @item
16965 Category specification
16966
16967 @lisp
16968 (("from"
16969        ("Lars Ingebrigtsen" 1000000 nil s))
16970 ("lines"
16971        (500 -100 nil <)))
16972 @end lisp
16973
16974 @item
16975 Group Parameter specification
16976
16977 @lisp
16978 (agent-score ("from"
16979                    ("Lars Ingebrigtsen" 1000000 nil s))
16980              ("lines"
16981                    (500 -100 nil <)))
16982 @end lisp
16983
16984 Again, note the omission of the outermost parenthesis here.
16985 @end itemize
16986
16987 @item
16988 Agent score file
16989
16990 These score files must @emph{only} contain the permitted scoring
16991 keywords stated above.
16992
16993 example:
16994
16995 @itemize @bullet
16996 @item
16997 Category specification
16998
16999 @lisp
17000 ("~/News/agent.SCORE")
17001 @end lisp
17002
17003 or perhaps
17004
17005 @lisp
17006 ("~/News/agent.SCORE" "~/News/agent.group.SCORE")
17007 @end lisp
17008
17009 @item
17010 Group Parameter specification
17011
17012 @lisp
17013 (agent-score "~/News/agent.SCORE")
17014 @end lisp
17015
17016 Additional score files can be specified as above.  Need I say anything
17017 about parenthesis?
17018 @end itemize
17019
17020 @item
17021 Use @code{normal} score files
17022
17023 If you don't want to maintain two sets of scoring rules for a group, and
17024 your desired @code{downloading} criteria for a group are the same as your
17025 @code{reading} criteria then you can tell the agent to refer to your
17026 @code{normal} score files when deciding what to download.
17027
17028 These directives in either the category definition or a group's
17029 parameters will cause the agent to read in all the applicable score
17030 files for a group, @emph{filtering out} those sections that do not
17031 relate to one of the permitted subset of scoring keywords.
17032
17033 @itemize @bullet
17034 @item
17035 Category Specification
17036
17037 @lisp
17038 file
17039 @end lisp
17040
17041 @item
17042 Group Parameter specification
17043
17044 @lisp
17045 (agent-score . file)
17046 @end lisp
17047 @end itemize
17048 @end enumerate
17049
17050 @node Category Buffer
17051 @subsubsection Category Buffer
17052
17053 You'd normally do all category maintenance from the category buffer.
17054 When you enter it for the first time (with the @kbd{J c} command from
17055 the group buffer), you'll only see the @code{default} category.
17056
17057 The following commands are available in this buffer:
17058
17059 @table @kbd
17060 @item q
17061 @kindex q (Category)
17062 @findex gnus-category-exit
17063 Return to the group buffer (@code{gnus-category-exit}).
17064
17065 @item k
17066 @kindex k (Category)
17067 @findex gnus-category-kill
17068 Kill the current category (@code{gnus-category-kill}).
17069
17070 @item c
17071 @kindex c (Category)
17072 @findex gnus-category-copy
17073 Copy the current category (@code{gnus-category-copy}).
17074
17075 @item a
17076 @kindex a (Category)
17077 @findex gnus-category-add
17078 Add a new category (@code{gnus-category-add}).
17079
17080 @item p
17081 @kindex p (Category)
17082 @findex gnus-category-edit-predicate
17083 Edit the predicate of the current category
17084 (@code{gnus-category-edit-predicate}).
17085
17086 @item g
17087 @kindex g (Category)
17088 @findex gnus-category-edit-groups
17089 Edit the list of groups belonging to the current category
17090 (@code{gnus-category-edit-groups}).
17091
17092 @item s
17093 @kindex s (Category)
17094 @findex gnus-category-edit-score
17095 Edit the download score rule of the current category
17096 (@code{gnus-category-edit-score}).
17097
17098 @item l
17099 @kindex l (Category)
17100 @findex gnus-category-list
17101 List all the categories (@code{gnus-category-list}).
17102 @end table
17103
17104
17105 @node Category Variables
17106 @subsubsection Category Variables
17107
17108 @table @code
17109 @item gnus-category-mode-hook
17110 @vindex gnus-category-mode-hook
17111 Hook run in category buffers.
17112
17113 @item gnus-category-line-format
17114 @vindex gnus-category-line-format
17115 Format of the lines in the category buffer (@pxref{Formatting
17116 Variables}).  Valid elements are:
17117
17118 @table @samp
17119 @item c
17120 The name of the category.
17121
17122 @item g
17123 The number of groups in the category.
17124 @end table
17125
17126 @item gnus-category-mode-line-format
17127 @vindex gnus-category-mode-line-format
17128 Format of the category mode line (@pxref{Mode Line Formatting}).
17129
17130 @item gnus-agent-short-article
17131 @vindex gnus-agent-short-article
17132 Articles that have fewer lines than this are short.  Default 100.
17133
17134 @item gnus-agent-long-article
17135 @vindex gnus-agent-long-article
17136 Articles that have more lines than this are long.  Default 200.
17137
17138 @item gnus-agent-low-score
17139 @vindex gnus-agent-low-score
17140 Articles that have a score lower than this have a low score.  Default
17141 0.
17142
17143 @item gnus-agent-high-score
17144 @vindex gnus-agent-high-score
17145 Articles that have a score higher than this have a high score.  Default
17146 0.
17147
17148 @end table
17149
17150
17151 @node Agent Commands
17152 @subsection Agent Commands
17153 @findex gnus-agent-toggle-plugged
17154 @kindex J j (Agent)
17155
17156 All the Gnus Agent commands are on the @kbd{J} submap.  The @kbd{J j}
17157 (@code{gnus-agent-toggle-plugged}) command works in all modes, and
17158 toggles the plugged/unplugged state of the Gnus Agent.
17159
17160
17161 @menu
17162 * Group Agent Commands::        Configure groups and fetch their contents.
17163 * Summary Agent Commands::      Manually select then fetch specific articles.
17164 * Server Agent Commands::       Select the servers that are supported by the agent.
17165 @end menu
17166
17167
17168
17169
17170 @node Group Agent Commands
17171 @subsubsection Group Agent Commands
17172
17173 @table @kbd
17174 @item J u
17175 @kindex J u (Agent Group)
17176 @findex gnus-agent-fetch-groups
17177 Fetch all eligible articles in the current group
17178 (@code{gnus-agent-fetch-groups}).
17179
17180 @item J c
17181 @kindex J c (Agent Group)
17182 @findex gnus-enter-category-buffer
17183 Enter the Agent category buffer (@code{gnus-enter-category-buffer}).
17184
17185 @item J s
17186 @kindex J s (Agent Group)
17187 @findex gnus-agent-fetch-session
17188 Fetch all eligible articles in all groups
17189 (@code{gnus-agent-fetch-session}).
17190
17191 @item J S
17192 @kindex J S (Agent Group)
17193 @findex gnus-group-send-queue
17194 Send all sendable messages in the queue group
17195 (@code{gnus-group-send-queue}).  @xref{Drafts}.
17196
17197 @item J a
17198 @kindex J a (Agent Group)
17199 @findex gnus-agent-add-group
17200 Add the current group to an Agent category
17201 (@code{gnus-agent-add-group}).  This command understands the
17202 process/prefix convention (@pxref{Process/Prefix}).
17203
17204 @item J r
17205 @kindex J r (Agent Group)
17206 @findex gnus-agent-remove-group
17207 Remove the current group from its category, if any
17208 (@code{gnus-agent-remove-group}).  This command understands the
17209 process/prefix convention (@pxref{Process/Prefix}).
17210
17211 @item J Y
17212 @kindex J Y (Agent Group)
17213 @findex gnus-agent-synchronize-flags
17214 Synchronize flags changed while unplugged with remote server, if any.
17215
17216
17217 @end table
17218
17219
17220 @node Summary Agent Commands
17221 @subsubsection Summary Agent Commands
17222
17223 @table @kbd
17224 @item J #
17225 @kindex J # (Agent Summary)
17226 @findex gnus-agent-mark-article
17227 Mark the article for downloading (@code{gnus-agent-mark-article}).
17228
17229 @item J M-#
17230 @kindex J M-# (Agent Summary)
17231 @findex gnus-agent-unmark-article
17232 Remove the downloading mark from the article
17233 (@code{gnus-agent-unmark-article}).
17234
17235 @cindex %
17236 @item @@
17237 @kindex @@ (Agent Summary)
17238 @findex gnus-agent-toggle-mark
17239 Toggle whether to download the article
17240 (@code{gnus-agent-toggle-mark}).  The dowload mark is @samp{%} by
17241 default. 
17242
17243 @item J c
17244 @kindex J c (Agent Summary)
17245 @findex gnus-agent-catchup
17246 Mark all articles as read (@code{gnus-agent-catchup}) that are neither cached, downloaded, nor downloadable.
17247
17248 @item J S
17249 @kindex J S (Agent Summary)
17250 @findex gnus-agent-fetch-group
17251 Download all eligible (See @pxref{Agent Categories}) articles in this group.
17252 (@code{gnus-agent-fetch-group}).
17253
17254 @item J s
17255 @kindex J s (Agent Summary)
17256 @findex gnus-agent-fetch-series
17257 Download all processable articles in this group.
17258 (@code{gnus-agent-fetch-series}).
17259
17260 @item J u
17261 @kindex J u (Agent Summary)
17262 @findex gnus-agent-summary-fetch-group
17263 Download all downloadable articles in the current group
17264 (@code{gnus-agent-summary-fetch-group}).
17265
17266 @end table
17267
17268
17269 @node Server Agent Commands
17270 @subsubsection Server Agent Commands
17271
17272 @table @kbd
17273 @item J a
17274 @kindex J a (Agent Server)
17275 @findex gnus-agent-add-server
17276 Add the current server to the list of servers covered by the Gnus Agent
17277 (@code{gnus-agent-add-server}).
17278
17279 @item J r
17280 @kindex J r (Agent Server)
17281 @findex gnus-agent-remove-server
17282 Remove the current server from the list of servers covered by the Gnus
17283 Agent (@code{gnus-agent-remove-server}).
17284
17285 @end table
17286
17287
17288 @node Agent as Cache
17289 @subsection Agent as Cache
17290
17291 When Gnus is plugged, it is not efficient to download headers or
17292 articles from the server again, if they are already stored in the
17293 Agent.  So, Gnus normally only downloads headers once, and stores them
17294 in the Agent.  These headers are later used when generating the summary
17295 buffer, regardless of whether you are plugged or unplugged.  Articles
17296 are not cached in the Agent by default though (that would potentially
17297 consume lots of disk space), but if you have already downloaded an
17298 article into the Agent, Gnus will not download the article from the
17299 server again but use the locally stored copy instead.
17300
17301 This behaviour can be controlled by @code{gnus-agent-cache}
17302 (@pxref{Agent Variables}).
17303
17304 @node Agent Expiry
17305 @subsection Agent Expiry
17306
17307 @vindex gnus-agent-expire-days
17308 @findex gnus-agent-expire
17309 @kindex M-x gnus-agent-expire
17310 @cindex Agent expiry
17311 @cindex Gnus Agent expiry
17312 @cindex expiry
17313
17314 @code{nnagent} doesn't handle expiry.  Instead, there's a special
17315 @code{gnus-agent-expire} command that will expire all read articles that
17316 are older than @code{gnus-agent-expire-days} days.  It can be run
17317 whenever you feel that you're running out of space.  It's not
17318 particularly fast or efficient, and it's not a particularly good idea to
17319 interrupt it (with @kbd{C-g} or anything else) once you've started it.
17320
17321 Note that other functions, e.g. @code{gnus-request-expire-articles},
17322 might run @code{gnus-agent-expire} for you to keep the agent 
17323 synchronized with the group.
17324
17325 @code{gnus-agent-expire-days} can also be a list of regexp/day pairs.
17326 The regexps will be matched against group names to allow differing
17327 expiry in different groups.
17328
17329 @lisp
17330 (setq gnus-agent-expire-days
17331       '(("alt\\." 7)
17332         (".*binary" 1)
17333         ("." 21)))
17334 @end lisp
17335
17336 If you use the list form, the last element must always be the default
17337 method---it must always match all groups. Also, for a regexp to match,
17338 it must match from the beginning of the group's name.
17339
17340 @vindex gnus-agent-expire-all
17341 If @code{gnus-agent-expire-all} is non-@code{nil}, this command will
17342 expire all articles---unread, read, ticked and dormant.  If @code{nil}
17343 (which is the default), only read articles are eligible for expiry, and
17344 unread, ticked and dormant articles will be kept indefinitely.
17345
17346 If you find that some articles eligible for expiry are never expired,
17347 perhaps some Gnus Agent files are corrupted.  There's a special
17348 @code{gnus-agent-regenerate} command to fix possible problems.
17349
17350 @node Agent Regeneration
17351 @subsection Agent Regeneration
17352
17353 @cindex Agent Regeneration
17354 @cindex Gnus Agent Regeneration
17355 @cindex regeneration
17356
17357 The local data structures used by @code{nnagent} may become corrupted
17358 due to certain exceptional conditions.  When this happens,
17359 @code{nnagent} functionality may degrade or even fail.  The solution
17360 to this problem is to repair the local data structures by removing all
17361 internal inconsistencies.
17362
17363 For example, if your connection to your server is lost while
17364 downloaded articles into the agent, the local data structures will not
17365 know about articles downloaded prior to the connection failure.
17366 Running @code{gnus-agent-regenerate} or
17367 @code{gnus-agent-regenerate-group} will update the data structures
17368 such that you don't need to download these articles a second time.
17369
17370 @findex gnus-agent-regenerate
17371 @kindex M-x gnus-agent-regenerate
17372 The command @code{gnus-agent-regenerate} will perform
17373 @code{gnus-agent-regenerate-group} on every agentized group.  While
17374 you can run @code{gnus-agent-regenerate} in any buffer, it is strongly
17375 recommended that you first close all summary buffers.
17376
17377 @findex gnus-agent-regenerate-group
17378 @kindex M-x gnus-agent-regenerate-group
17379 The command @code{gnus-agent-regenerate-group} uses the local copies
17380 of individual articles to repair the local NOV(header) database.  It
17381 then updates the internal data structures that document which articles
17382 are stored locally.  An optional argument will mark articles in the
17383 agent as unread.
17384
17385 @node Agent and IMAP
17386 @subsection Agent and IMAP
17387
17388 The Agent works with any Gnus back end, including nnimap.  However,
17389 since there are some conceptual differences between @sc{nntp} and
17390 @sc{imap}, this section (should) provide you with some information to
17391 make Gnus Agent work smoother as a @sc{imap} Disconnected Mode client.
17392
17393 The first thing to keep in mind is that all flags (read, ticked, etc)
17394 are kept on the @sc{imap} server, rather than in @file{.newsrc} as is the
17395 case for nntp.  Thus Gnus need to remember flag changes when
17396 disconnected, and synchronize these flags when you plug back in.
17397
17398 Gnus keeps track of flag changes when reading nnimap groups under the
17399 Agent.  When you plug back in, Gnus will check if you have any changed
17400 any flags and ask if you wish to synchronize these with the server.
17401 The behavior is customizable by @code{gnus-agent-synchronize-flags}.
17402
17403 @vindex gnus-agent-synchronize-flags
17404 If @code{gnus-agent-synchronize-flags} is @code{nil}, the Agent will
17405 never automatically synchronize flags.  If it is @code{ask}, which is
17406 the default, the Agent will check if you made any changes and if so
17407 ask if you wish to synchronize these when you re-connect.  If it has
17408 any other value, all flags will be synchronized automatically.
17409
17410 If you do not wish to synchronize flags automatically when you
17411 re-connect, you can do it manually with the
17412 @code{gnus-agent-synchronize-flags} command that is bound to @kbd{J Y}
17413 in the group buffer.
17414
17415 Some things are currently not implemented in the Agent that you'd might
17416 expect from a disconnected @sc{imap} client, including:
17417
17418 @itemize @bullet
17419
17420 @item
17421 Copying/moving articles into nnimap groups when unplugged.
17422
17423 @item
17424 Creating/deleting nnimap groups when unplugged.
17425
17426 @end itemize
17427
17428 Technical note: the synchronization algorithm does not work by ``pushing''
17429 all local flags to the server, but rather incrementally update the
17430 server view of flags by changing only those flags that were changed by
17431 the user.  Thus, if you set one flag on a article, quit the group and
17432 re-select the group and remove the flag; the flag will be set and
17433 removed from the server when you ``synchronize''.  The queued flag
17434 operations can be found in the per-server @code{flags} file in the Agent
17435 directory.  It's emptied when you synchronize flags.
17436
17437
17438 @node Outgoing Messages
17439 @subsection Outgoing Messages
17440
17441 When Gnus is unplugged, all outgoing messages (both mail and news) are
17442 stored in the draft group ``queue'' (@pxref{Drafts}).  You can view
17443 them there after posting, and edit them at will.
17444
17445 When Gnus is plugged again, you can send the messages either from the
17446 draft group with the special commands available there, or you can use
17447 the @kbd{J S} command in the group buffer to send all the sendable
17448 messages in the draft group.
17449
17450
17451
17452 @node Agent Variables
17453 @subsection Agent Variables
17454
17455 @table @code
17456 @item gnus-agent-directory
17457 @vindex gnus-agent-directory
17458 Where the Gnus Agent will store its files.  The default is
17459 @file{~/News/agent/}.
17460
17461 @item gnus-agent-handle-level
17462 @vindex gnus-agent-handle-level
17463 Groups on levels (@pxref{Group Levels}) higher than this variable will
17464 be ignored by the Agent.  The default is @code{gnus-level-subscribed},
17465 which means that only subscribed group will be considered by the Agent
17466 by default.
17467
17468 @item gnus-agent-plugged-hook
17469 @vindex gnus-agent-plugged-hook
17470 Hook run when connecting to the network.
17471
17472 @item gnus-agent-unplugged-hook
17473 @vindex gnus-agent-unplugged-hook
17474 Hook run when disconnecting from the network.
17475
17476 @item gnus-agent-fetched-hook
17477 @vindex gnus-agent-fetched-hook
17478 Hook run when after finishing fetching articles.
17479
17480 @item gnus-agent-cache
17481 @vindex gnus-agent-cache
17482 Variable to control whether use the locally stored @sc{nov} and
17483 articles when plugged, e.g. essentially using the Agent as a cache.
17484 The default is non-nil, which means to use the Agent as a cache.
17485
17486 @item gnus-agent-go-online
17487 @vindex gnus-agent-go-online
17488 If @code{gnus-agent-go-online} is @code{nil}, the Agent will never
17489 automatically switch offline servers into online status.  If it is
17490 @code{ask}, the default, the Agent will ask if you wish to switch
17491 offline servers into online status when you re-connect.  If it has any
17492 other value, all offline servers will be automatically switched into
17493 online status.
17494
17495 @item gnus-agent-mark-unread-after-downloaded
17496 @vindex gnus-agent-mark-unread-after-downloaded
17497 If @code{gnus-agent-mark-unread-after-downloaded} is non-@code{nil},
17498 mark articles as unread after downloading.  The default is t.
17499
17500 @item gnus-agent-consider-all-articles
17501 @vindex gnus-agent-consider-all-articles
17502 If @code{gnus-agent-consider-all-articles} is non-@code{nil}, the
17503 agent will fetch all missing headers.  When @code{nil}, the agent will
17504 fetch only new headers. The default is @code{nil}.
17505
17506 @item gnus-agent-max-fetch-size
17507 @vindex gnus-agent-max-fetch-size
17508 The agent fetches articles into a temporary buffer prior to parsing
17509 them into individual files.  To avoid exceeding the max. buffer size,
17510 the agent alternates between fetching and parsing until all articles
17511 have been fetched.  @code{gnus-agent-max-fetch-size} provides a size
17512 limit to control how often the cycling occurs.  A large value improves
17513 performance.  A small value minimizes the time lost should the
17514 connection be lost while fetching (You may need to run
17515 @code{gnus-agent-regenerate-group} to update the group's state.
17516 However, all articles parsed prior to loosing the connection will be
17517 available while unplugged).
17518
17519 @item gnus-server-unopen-status
17520 @vindex gnus-server-unopen-status
17521 Perhaps not a Agent variable, but closely related to the Agent, this
17522 variable says what will happen if Gnus cannot open a server.  If the
17523 Agent is enabled, the default, @code{nil}, makes Gnus ask the user
17524 whether to deny the server or whether to unplug the agent.  If the
17525 Agent is disabled, Gnus always simply deny the server.  Other choices
17526 for this variable include @code{denied} and @code{offline} the latter
17527 is only valid if the Agent is used.
17528
17529 @end table
17530
17531
17532 @node Example Setup
17533 @subsection Example Setup
17534
17535 If you don't want to read this manual, and you have a fairly standard
17536 setup, you may be able to use something like the following as your
17537 @file{.gnus.el} file to get started.
17538
17539 @lisp
17540 ;;; Define how Gnus is to fetch news.  We do this over @sc{nntp}
17541 ;;; from your ISP's server.
17542 (setq gnus-select-method '(nntp "news.your-isp.com"))
17543
17544 ;;; Define how Gnus is to read your mail.  We read mail from
17545 ;;; your ISP's POP server.
17546 (setq mail-sources '((pop :server "pop.your-isp.com")))
17547
17548 ;;; Say how Gnus is to store the mail.  We use nnml groups.
17549 (setq gnus-secondary-select-methods '((nnml "")))
17550
17551 ;;; Make Gnus into an offline newsreader.
17552 ;;; (gnus-agentize) ; The obsolete setting.
17553 ;;; (setq gnus-agent t) ; Now the default.
17554 @end lisp
17555
17556 That should be it, basically.  Put that in your @file{~/.gnus.el} file,
17557 edit to suit your needs, start up PPP (or whatever), and type @kbd{M-x
17558 gnus}.
17559
17560 If this is the first time you've run Gnus, you will be subscribed
17561 automatically to a few default newsgroups.  You'll probably want to
17562 subscribe to more groups, and to do that, you have to query the
17563 @sc{nntp} server for a complete list of groups with the @kbd{A A}
17564 command.  This usually takes quite a while, but you only have to do it
17565 once.
17566
17567 After reading and parsing a while, you'll be presented with a list of
17568 groups.  Subscribe to the ones you want to read with the @kbd{u}
17569 command.  @kbd{l} to make all the killed groups disappear after you've
17570 subscribe to all the groups you want to read.  (@kbd{A k} will bring
17571 back all the killed groups.)
17572
17573 You can now read the groups at once, or you can download the articles
17574 with the @kbd{J s} command.  And then read the rest of this manual to
17575 find out which of the other gazillion things you want to customize.
17576
17577
17578 @node Batching Agents
17579 @subsection Batching Agents
17580 @findex gnus-agent-batch
17581
17582 Having the Gnus Agent fetch articles (and post whatever messages you've
17583 written) is quite easy once you've gotten things set up properly.  The
17584 following shell script will do everything that is necessary:
17585
17586 You can run a complete batch command from the command line with the
17587 following incantation:
17588
17589 @example
17590 #!/bin/sh
17591 emacs -batch -l ~/.emacs -f -l ~/.gnus.el gnus-agent-batch >/dev/null 2>&1
17592 @end example
17593
17594
17595 @node Agent Caveats
17596 @subsection Agent Caveats
17597
17598 The Gnus Agent doesn't seem to work like most other offline
17599 newsreaders.  Here are some common questions that some imaginary people
17600 may ask:
17601
17602 @table @dfn
17603 @item If I read an article while plugged, do they get entered into the Agent?
17604
17605 @strong{No}.  If you want this behaviour, add
17606 @code{gnus-agent-fetch-selected-article} to
17607 @code{gnus-select-article-hook}.
17608
17609 @item If I read an article while plugged, and the article already exists in the Agent, will it get downloaded once more?
17610
17611 @strong{No}, unless @code{gnus-agent-cache} is @code{nil}.
17612
17613 @end table
17614
17615 In short, when Gnus is unplugged, it only looks into the locally stored
17616 articles; when it's plugged, it talks to your ISP and may also use the
17617 locally stored articles.
17618
17619
17620 @node Scoring
17621 @chapter Scoring
17622 @cindex scoring
17623
17624 Other people use @dfn{kill files}, but we here at Gnus Towers like
17625 scoring better than killing, so we'd rather switch than fight.  They do
17626 something completely different as well, so sit up straight and pay
17627 attention!
17628
17629 @vindex gnus-summary-mark-below
17630 All articles have a default score (@code{gnus-summary-default-score}),
17631 which is 0 by default.  This score may be raised or lowered either
17632 interactively or by score files.  Articles that have a score lower than
17633 @code{gnus-summary-mark-below} are marked as read.
17634
17635 Gnus will read any @dfn{score files} that apply to the current group
17636 before generating the summary buffer.
17637
17638 There are several commands in the summary buffer that insert score
17639 entries based on the current article.  You can, for instance, ask Gnus to
17640 lower or increase the score of all articles with a certain subject.
17641
17642 There are two sorts of scoring entries: Permanent and temporary.
17643 Temporary score entries are self-expiring entries.  Any entries that are
17644 temporary and have not been used for, say, a week, will be removed
17645 silently to help keep the sizes of the score files down.
17646
17647 @menu
17648 * Summary Score Commands::      Adding score entries for the current group.
17649 * Group Score Commands::        General score commands.
17650 * Score Variables::             Customize your scoring.  (My, what terminology).
17651 * Score File Format::           What a score file may contain.
17652 * Score File Editing::          You can edit score files by hand as well.
17653 * Adaptive Scoring::            Big Sister Gnus knows what you read.
17654 * Home Score File::             How to say where new score entries are to go.
17655 * Followups To Yourself::       Having Gnus notice when people answer you.
17656 * Scoring On Other Headers::    Scoring on non-standard headers.
17657 * Scoring Tips::                How to score effectively.
17658 * Reverse Scoring::             That problem child of old is not problem.
17659 * Global Score Files::          Earth-spanning, ear-splitting score files.
17660 * Kill Files::                  They are still here, but they can be ignored.
17661 * Converting Kill Files::       Translating kill files to score files.
17662 * GroupLens::                   Getting predictions on what you like to read.
17663 * Advanced Scoring::            Using logical expressions to build score rules.
17664 * Score Decays::                It can be useful to let scores wither away.
17665 @end menu
17666
17667
17668 @node Summary Score Commands
17669 @section Summary Score Commands
17670 @cindex score commands
17671
17672 The score commands that alter score entries do not actually modify real
17673 score files.  That would be too inefficient.  Gnus maintains a cache of
17674 previously loaded score files, one of which is considered the
17675 @dfn{current score file alist}.  The score commands simply insert
17676 entries into this list, and upon group exit, this list is saved.
17677
17678 The current score file is by default the group's local score file, even
17679 if no such score file actually exists.  To insert score commands into
17680 some other score file (e.g. @file{all.SCORE}), you must first make this
17681 score file the current one.
17682
17683 General score commands that don't actually change the score file:
17684
17685 @table @kbd
17686
17687 @item V s
17688 @kindex V s (Summary)
17689 @findex gnus-summary-set-score
17690 Set the score of the current article (@code{gnus-summary-set-score}).
17691
17692 @item V S
17693 @kindex V S (Summary)
17694 @findex gnus-summary-current-score
17695 Display the score of the current article
17696 (@code{gnus-summary-current-score}).
17697
17698 @item V t
17699 @kindex V t (Summary)
17700 @findex gnus-score-find-trace
17701 Display all score rules that have been used on the current article
17702 (@code{gnus-score-find-trace}).
17703
17704 @item V w
17705 @kindex V w (Summary)
17706 @findex gnus-score-find-favourite-words
17707 List words used in scoring (@code{gnus-score-find-favourite-words}).
17708
17709 @item V R
17710 @kindex V R (Summary)
17711 @findex gnus-summary-rescore
17712 Run the current summary through the scoring process
17713 (@code{gnus-summary-rescore}).  This might be useful if you're playing
17714 around with your score files behind Gnus' back and want to see the
17715 effect you're having.
17716
17717 @item V c
17718 @kindex V c (Summary)
17719 @findex gnus-score-change-score-file
17720 Make a different score file the current
17721 (@code{gnus-score-change-score-file}).
17722
17723 @item V e
17724 @kindex V e (Summary)
17725 @findex gnus-score-edit-current-scores
17726 Edit the current score file (@code{gnus-score-edit-current-scores}).
17727 You will be popped into a @code{gnus-score-mode} buffer (@pxref{Score
17728 File Editing}).
17729
17730 @item V f
17731 @kindex V f (Summary)
17732 @findex gnus-score-edit-file
17733 Edit a score file and make this score file the current one
17734 (@code{gnus-score-edit-file}).
17735
17736 @item V F
17737 @kindex V F (Summary)
17738 @findex gnus-score-flush-cache
17739 Flush the score cache (@code{gnus-score-flush-cache}).  This is useful
17740 after editing score files.
17741
17742 @item V C
17743 @kindex V C (Summary)
17744 @findex gnus-score-customize
17745 Customize a score file in a visually pleasing manner
17746 (@code{gnus-score-customize}).
17747
17748 @end table
17749
17750 The rest of these commands modify the local score file.
17751
17752 @table @kbd
17753
17754 @item V m
17755 @kindex V m (Summary)
17756 @findex gnus-score-set-mark-below
17757 Prompt for a score, and mark all articles with a score below this as
17758 read (@code{gnus-score-set-mark-below}).
17759
17760 @item V x
17761 @kindex V x (Summary)
17762 @findex gnus-score-set-expunge-below
17763 Prompt for a score, and add a score rule to the current score file to
17764 expunge all articles below this score
17765 (@code{gnus-score-set-expunge-below}).
17766 @end table
17767
17768 The keystrokes for actually making score entries follow a very regular
17769 pattern, so there's no need to list all the commands.  (Hundreds of
17770 them.)
17771
17772 @findex gnus-summary-increase-score
17773 @findex gnus-summary-lower-score
17774
17775 @enumerate
17776 @item
17777 The first key is either @kbd{I} (upper case i) for increasing the score
17778 or @kbd{L} for lowering the score.
17779 @item
17780 The second key says what header you want to score on.  The following
17781 keys are available:
17782 @table @kbd
17783
17784 @item a
17785 Score on the author name.
17786
17787 @item s
17788 Score on the subject line.
17789
17790 @item x
17791 Score on the @code{Xref} line---i.e., the cross-posting line.
17792
17793 @item r
17794 Score on the @code{References} line.
17795
17796 @item d
17797 Score on the date.
17798
17799 @item l
17800 Score on the number of lines.
17801
17802 @item i
17803 Score on the @code{Message-ID} header.
17804
17805 @item e
17806 Score on an ``extra'' header, that is, one of those in gnus-extra-headers,
17807 if your @sc{nntp} server tracks additional header data in overviews.
17808
17809 @item f
17810 Score on followups---this matches the author name, and adds scores to
17811 the followups to this author.  (Using this key leads to the creation of
17812 @file{ADAPT} files.)
17813
17814 @item b
17815 Score on the body.
17816
17817 @item h
17818 Score on the head.
17819
17820 @item t
17821 Score on thread.  (Using this key leads to the creation of @file{ADAPT}
17822 files.)
17823
17824 @end table
17825
17826 @item
17827 The third key is the match type.  Which match types are valid depends on
17828 what headers you are scoring on.
17829
17830 @table @code
17831
17832 @item strings
17833
17834 @table @kbd
17835
17836 @item e
17837 Exact matching.
17838
17839 @item s
17840 Substring matching.
17841
17842 @item f
17843 Fuzzy matching (@pxref{Fuzzy Matching}).
17844
17845 @item r
17846 Regexp matching
17847 @end table
17848
17849 @item date
17850 @table @kbd
17851
17852 @item b
17853 Before date.
17854
17855 @item a
17856 After date.
17857
17858 @item n
17859 This date.
17860 @end table
17861
17862 @item number
17863 @table @kbd
17864
17865 @item <
17866 Less than number.
17867
17868 @item =
17869 Equal to number.
17870
17871 @item >
17872 Greater than number.
17873 @end table
17874 @end table
17875
17876 @item
17877 The fourth and usually final key says whether this is a temporary (i.e.,
17878 expiring) score entry, or a permanent (i.e., non-expiring) score entry,
17879 or whether it is to be done immediately, without adding to the score
17880 file.
17881 @table @kbd
17882
17883 @item t
17884 Temporary score entry.
17885
17886 @item p
17887 Permanent score entry.
17888
17889 @item i
17890 Immediately scoring.
17891 @end table
17892
17893 @item
17894 If you are scoring on `e' (extra) headers, you will then be prompted for
17895 the header name on which you wish to score.  This must be a header named
17896 in gnus-extra-headers, and @samp{TAB} completion is available.
17897
17898 @end enumerate
17899
17900 So, let's say you want to increase the score on the current author with
17901 exact matching permanently: @kbd{I a e p}.  If you want to lower the
17902 score based on the subject line, using substring matching, and make a
17903 temporary score entry: @kbd{L s s t}.  Pretty easy.
17904
17905 To make things a bit more complicated, there are shortcuts.  If you use
17906 a capital letter on either the second or third keys, Gnus will use
17907 defaults for the remaining one or two keystrokes.  The defaults are
17908 ``substring'' and ``temporary''.  So @kbd{I A} is the same as @kbd{I a s
17909 t}, and @kbd{I a R} is the same as @kbd{I a r t}.
17910
17911 These functions take both the numerical prefix and the symbolic prefix
17912 (@pxref{Symbolic Prefixes}).  A numerical prefix says how much to lower
17913 (or increase) the score of the article.  A symbolic prefix of @code{a}
17914 says to use the @file{all.SCORE} file for the command instead of the
17915 current score file.
17916
17917 @vindex gnus-score-mimic-keymap
17918 The @code{gnus-score-mimic-keymap} says whether these commands will
17919 pretend they are keymaps or not.
17920
17921
17922 @node Group Score Commands
17923 @section Group Score Commands
17924 @cindex group score commands
17925
17926 There aren't many of these as yet, I'm afraid.
17927
17928 @table @kbd
17929
17930 @item W f
17931 @kindex W f (Group)
17932 @findex gnus-score-flush-cache
17933 Gnus maintains a cache of score alists to avoid having to reload them
17934 all the time.  This command will flush the cache
17935 (@code{gnus-score-flush-cache}).
17936
17937 @end table
17938
17939 You can do scoring from the command line by saying something like:
17940
17941 @findex gnus-batch-score
17942 @cindex batch scoring
17943 @example
17944 $ emacs -batch -l ~/.emacs -l ~/.gnus.el -f gnus-batch-score
17945 @end example
17946
17947
17948 @node Score Variables
17949 @section Score Variables
17950 @cindex score variables
17951
17952 @table @code
17953
17954 @item gnus-use-scoring
17955 @vindex gnus-use-scoring
17956 If @code{nil}, Gnus will not check for score files, and will not, in
17957 general, do any score-related work.  This is @code{t} by default.
17958
17959 @item gnus-kill-killed
17960 @vindex gnus-kill-killed
17961 If this variable is @code{nil}, Gnus will never apply score files to
17962 articles that have already been through the kill process.  While this
17963 may save you lots of time, it also means that if you apply a kill file
17964 to a group, and then change the kill file and want to run it over you
17965 group again to kill more articles, it won't work.  You have to set this
17966 variable to @code{t} to do that.  (It is @code{t} by default.)
17967
17968 @item gnus-kill-files-directory
17969 @vindex gnus-kill-files-directory
17970 All kill and score files will be stored in this directory, which is
17971 initialized from the @code{SAVEDIR} environment variable by default.
17972 This is @file{~/News/} by default.
17973
17974 @item gnus-score-file-suffix
17975 @vindex gnus-score-file-suffix
17976 Suffix to add to the group name to arrive at the score file name
17977 (@samp{SCORE} by default.)
17978
17979 @item gnus-score-uncacheable-files
17980 @vindex gnus-score-uncacheable-files
17981 @cindex score cache
17982 All score files are normally cached to avoid excessive re-loading of
17983 score files.  However, if this might make your Emacs grow big and
17984 bloated, so this regexp can be used to weed out score files unlikely to be needed again.  It would be a bad idea to deny caching of
17985 @file{all.SCORE}, while it might be a good idea to not cache
17986 @file{comp.infosystems.www.authoring.misc.ADAPT}.  In fact, this
17987 variable is @samp{ADAPT$} by default, so no adaptive score files will
17988 be cached.
17989
17990 @item gnus-save-score
17991 @vindex gnus-save-score
17992 If you have really complicated score files, and do lots of batch
17993 scoring, then you might set this variable to @code{t}.  This will make
17994 Gnus save the scores into the @file{.newsrc.eld} file.
17995
17996 If you do not set this to @code{t}, then manual scores (like those set
17997 with @kbd{V s} (@code{gnus-summary-set-score})) will not be preserved
17998 across group visits.
17999
18000 @item gnus-score-interactive-default-score
18001 @vindex gnus-score-interactive-default-score
18002 Score used by all the interactive raise/lower commands to raise/lower
18003 score with.  Default is 1000, which may seem excessive, but this is to
18004 ensure that the adaptive scoring scheme gets enough room to play with.
18005 We don't want the small changes from the adaptive scoring to overwrite
18006 manually entered data.
18007
18008 @item gnus-summary-default-score
18009 @vindex gnus-summary-default-score
18010 Default score of an article, which is 0 by default.
18011
18012 @item gnus-summary-expunge-below
18013 @vindex gnus-summary-expunge-below
18014 Don't display the summary lines of articles that have scores lower than
18015 this variable.  This is @code{nil} by default, which means that no
18016 articles will be hidden.  This variable is local to the summary buffers,
18017 and has to be set from @code{gnus-summary-mode-hook}.
18018
18019 @item gnus-score-over-mark
18020 @vindex gnus-score-over-mark
18021 Mark (in the third column) used for articles with a score over the
18022 default.  Default is @samp{+}.
18023
18024 @item gnus-score-below-mark
18025 @vindex gnus-score-below-mark
18026 Mark (in the third column) used for articles with a score below the
18027 default.  Default is @samp{-}.
18028
18029 @item gnus-score-find-score-files-function
18030 @vindex gnus-score-find-score-files-function
18031 Function used to find score files for the current group.  This function
18032 is called with the name of the group as the argument.
18033
18034 Predefined functions available are:
18035 @table @code
18036
18037 @item gnus-score-find-single
18038 @findex gnus-score-find-single
18039 Only apply the group's own score file.
18040
18041 @item gnus-score-find-bnews
18042 @findex gnus-score-find-bnews
18043 Apply all score files that match, using bnews syntax.  This is the
18044 default.  If the current group is @samp{gnu.emacs.gnus}, for instance,
18045 @file{all.emacs.all.SCORE}, @file{not.alt.all.SCORE} and
18046 @file{gnu.all.SCORE} would all apply.  In short, the instances of
18047 @samp{all} in the score file names are translated into @samp{.*}, and
18048 then a regexp match is done.
18049
18050 This means that if you have some score entries that you want to apply to
18051 all groups, then you put those entries in the @file{all.SCORE} file.
18052
18053 The score files are applied in a semi-random order, although Gnus will
18054 try to apply the more general score files before the more specific score
18055 files.  It does this by looking at the number of elements in the score
18056 file names---discarding the @samp{all} elements.
18057
18058 @item gnus-score-find-hierarchical
18059 @findex gnus-score-find-hierarchical
18060 Apply all score files from all the parent groups.  This means that you
18061 can't have score files like @file{all.SCORE}, but you can have
18062 @file{SCORE}, @file{comp.SCORE} and @file{comp.emacs.SCORE} for each
18063 server.
18064
18065 @end table
18066 This variable can also be a list of functions.  In that case, all
18067 these functions will be called with the group name as argument, and
18068 all the returned lists of score files will be applied.  These
18069 functions can also return lists of lists of score alists directly.  In
18070 that case, the functions that return these non-file score alists
18071 should probably be placed before the ``real'' score file functions, to
18072 ensure that the last score file returned is the local score file.
18073 Phu.
18074
18075 For example, to do hierarchical scoring but use a non-server-specific
18076 overall score file, you could use the value
18077 @example
18078 (list (lambda (group) ("all.SCORE"))
18079       'gnus-score-find-hierarchical)
18080 @end example
18081
18082 @item gnus-score-expiry-days
18083 @vindex gnus-score-expiry-days
18084 This variable says how many days should pass before an unused score file
18085 entry is expired.  If this variable is @code{nil}, no score file entries
18086 are expired.  It's 7 by default.
18087
18088 @item gnus-update-score-entry-dates
18089 @vindex gnus-update-score-entry-dates
18090 If this variable is non-@code{nil}, temporary score entries that have
18091 been triggered (matched) will have their dates updated.  (This is how Gnus
18092 controls expiry---all non-matched-entries will become too old while
18093 matched entries will stay fresh and young.)  However, if you set this
18094 variable to @code{nil}, even matched entries will grow old and will
18095 have to face that oh-so grim reaper.
18096
18097 @item gnus-score-after-write-file-function
18098 @vindex gnus-score-after-write-file-function
18099 Function called with the name of the score file just written.
18100
18101 @item gnus-score-thread-simplify
18102 @vindex gnus-score-thread-simplify
18103 If this variable is non-@code{nil}, article subjects will be simplified
18104 for subject scoring purposes in the same manner as with
18105 threading---according to the current value of
18106 gnus-simplify-subject-functions.  If the scoring entry uses
18107 @code{substring} or @code{exact} matching, the match will also be
18108 simplified in this manner.
18109
18110 @end table
18111
18112
18113 @node Score File Format
18114 @section Score File Format
18115 @cindex score file format
18116
18117 A score file is an @code{emacs-lisp} file that normally contains just a
18118 single form.  Casual users are not expected to edit these files;
18119 everything can be changed from the summary buffer.
18120
18121 Anyway, if you'd like to dig into it yourself, here's an example:
18122
18123 @lisp
18124 (("from"
18125   ("Lars Ingebrigtsen" -10000)
18126   ("Per Abrahamsen")
18127   ("larsi\\|lmi" -50000 nil R))
18128  ("subject"
18129   ("Ding is Badd" nil 728373))
18130  ("xref"
18131   ("alt.politics" -1000 728372 s))
18132  ("lines"
18133   (2 -100 nil <))
18134  (mark 0)
18135  (expunge -1000)
18136  (mark-and-expunge -10)
18137  (read-only nil)
18138  (orphan -10)
18139  (adapt t)
18140  (files "/hom/larsi/News/gnu.SCORE")
18141  (exclude-files "all.SCORE")
18142  (local (gnus-newsgroup-auto-expire t)
18143         (gnus-summary-make-false-root empty))
18144  (eval (ding)))
18145 @end lisp
18146
18147 This example demonstrates most score file elements.  For a different
18148 approach, see @pxref{Advanced Scoring}.
18149
18150 Even though this looks much like lisp code, nothing here is actually
18151 @code{eval}ed.  The lisp reader is used to read this form, though, so it
18152 has to be valid syntactically, if not semantically.
18153
18154 Six keys are supported by this alist:
18155
18156 @table @code
18157
18158 @item STRING
18159 If the key is a string, it is the name of the header to perform the
18160 match on.  Scoring can only be performed on these eight headers:
18161 @code{From}, @code{Subject}, @code{References}, @code{Message-ID},
18162 @code{Xref}, @code{Lines}, @code{Chars} and @code{Date}.  In addition to
18163 these headers, there are three strings to tell Gnus to fetch the entire
18164 article and do the match on larger parts of the article: @code{Body}
18165 will perform the match on the body of the article, @code{Head} will
18166 perform the match on the head of the article, and @code{All} will
18167 perform the match on the entire article.  Note that using any of these
18168 last three keys will slow down group entry @emph{considerably}.  The
18169 final ``header'' you can score on is @code{Followup}.  These score
18170 entries will result in new score entries being added for all follow-ups
18171 to articles that matches these score entries.
18172
18173 Following this key is a arbitrary number of score entries, where each
18174 score entry has one to four elements.
18175 @enumerate
18176
18177 @item
18178 The first element is the @dfn{match element}.  On most headers this will
18179 be a string, but on the Lines and Chars headers, this must be an
18180 integer.
18181
18182 @item
18183 If the second element is present, it should be a number---the @dfn{score
18184 element}.  This number should be an integer in the neginf to posinf
18185 interval.  This number is added to the score of the article if the match
18186 is successful.  If this element is not present, the
18187 @code{gnus-score-interactive-default-score} number will be used
18188 instead.  This is 1000 by default.
18189
18190 @item
18191 If the third element is present, it should be a number---the @dfn{date
18192 element}.  This date says when the last time this score entry matched,
18193 which provides a mechanism for expiring the score entries.  It this
18194 element is not present, the score entry is permanent.  The date is
18195 represented by the number of days since December 31, 1 BCE.
18196
18197 @item
18198 If the fourth element is present, it should be a symbol---the @dfn{type
18199 element}.  This element specifies what function should be used to see
18200 whether this score entry matches the article.  What match types that can
18201 be used depends on what header you wish to perform the match on.
18202 @table @dfn
18203
18204 @item From, Subject, References, Xref, Message-ID
18205 For most header types, there are the @code{r} and @code{R} (regexp), as
18206 well as @code{s} and @code{S} (substring) types, and @code{e} and
18207 @code{E} (exact match), and @code{w} (word match) types.  If this
18208 element is not present, Gnus will assume that substring matching should
18209 be used.  @code{R}, @code{S}, and @code{E} differ from the others in
18210 that the matches will be done in a case-sensitive manner.  All these
18211 one-letter types are really just abbreviations for the @code{regexp},
18212 @code{string}, @code{exact}, and @code{word} types, which you can use
18213 instead, if you feel like.
18214
18215 @item Extra
18216 Just as for the standard string overview headers, if you are using
18217 gnus-extra-headers, you can score on these headers' values.  In this
18218 case, there is a 5th element in the score entry, being the name of the
18219 header to be scored.  The following entry is useful in your
18220 @file{all.SCORE} file in case of spam attacks from a single origin host,
18221 if your @sc{nntp} server tracks NNTP-Posting-Host in overviews:
18222
18223 @lisp
18224 ("111.222.333.444" -1000 nil s "NNTP-Posting-Host")
18225 @end lisp
18226
18227 @item Lines, Chars
18228 These two headers use different match types: @code{<}, @code{>},
18229 @code{=}, @code{>=} and @code{<=}.
18230
18231 These predicates are true if
18232
18233 @example
18234 (PREDICATE HEADER MATCH)
18235 @end example
18236
18237 evaluates to non-@code{nil}.  For instance, the advanced match
18238 @code{("lines" 4 <)} (@pxref{Advanced Scoring}) will result in the
18239 following form:
18240
18241 @lisp
18242 (< header-value 4)
18243 @end lisp
18244
18245 Or to put it another way: When using @code{<} on @code{Lines} with 4 as
18246 the match, we get the score added if the article has less than 4 lines.
18247 (It's easy to get confused and think it's the other way around.  But
18248 it's not.  I think.)
18249
18250 When matching on @code{Lines}, be careful because some back ends (like
18251 @code{nndir}) do not generate @code{Lines} header, so every article ends
18252 up being marked as having 0 lines.  This can lead to strange results if
18253 you happen to lower score of the articles with few lines.
18254
18255 @item Date
18256 For the Date header we have three kinda silly match types:
18257 @code{before}, @code{at} and @code{after}.  I can't really imagine this
18258 ever being useful, but, like, it would feel kinda silly not to provide
18259 this function.  Just in case.  You never know.  Better safe than sorry.
18260 Once burnt, twice shy.  Don't judge a book by its cover.  Never not have
18261 sex on a first date.  (I have been told that at least one person, and I
18262 quote, ``found this function indispensable'', however.)
18263
18264 @cindex ISO8601
18265 @cindex date
18266 A more useful match type is @code{regexp}.  With it, you can match the
18267 date string using a regular expression.  The date is normalized to
18268 ISO8601 compact format first---@var{YYYYMMDD}@code{T}@var{HHMMSS}.  If
18269 you want to match all articles that have been posted on April 1st in
18270 every year, you could use @samp{....0401.........} as a match string,
18271 for instance.  (Note that the date is kept in its original time zone, so
18272 this will match articles that were posted when it was April 1st where
18273 the article was posted from.  Time zones are such wholesome fun for the
18274 whole family, eh?)
18275
18276 @item Head, Body, All
18277 These three match keys use the same match types as the @code{From} (etc)
18278 header uses.
18279
18280 @item Followup
18281 This match key is somewhat special, in that it will match the
18282 @code{From} header, and affect the score of not only the matching
18283 articles, but also all followups to the matching articles.  This allows
18284 you e.g. increase the score of followups to your own articles, or
18285 decrease the score of followups to the articles of some known
18286 trouble-maker.  Uses the same match types as the @code{From} header
18287 uses.  (Using this match key will lead to creation of @file{ADAPT}
18288 files.)
18289
18290 @item Thread
18291 This match key works along the same lines as the @code{Followup} match
18292 key.  If you say that you want to score on a (sub-)thread started by an
18293 article with a @code{Message-ID} @var{x}, then you add a @samp{thread}
18294 match.  This will add a new @samp{thread} match for each article that
18295 has @var{x} in its @code{References} header.  (These new @samp{thread}
18296 matches will use the @code{Message-ID}s of these matching articles.)
18297 This will ensure that you can raise/lower the score of an entire thread,
18298 even though some articles in the thread may not have complete
18299 @code{References} headers.  Note that using this may lead to
18300 undeterministic scores of the articles in the thread.  (Using this match
18301 key will lead to creation of @file{ADAPT} files.)
18302 @end table
18303 @end enumerate
18304
18305 @cindex Score File Atoms
18306 @item mark
18307 The value of this entry should be a number.  Any articles with a score
18308 lower than this number will be marked as read.
18309
18310 @item expunge
18311 The value of this entry should be a number.  Any articles with a score
18312 lower than this number will be removed from the summary buffer.
18313
18314 @item mark-and-expunge
18315 The value of this entry should be a number.  Any articles with a score
18316 lower than this number will be marked as read and removed from the
18317 summary buffer.
18318
18319 @item thread-mark-and-expunge
18320 The value of this entry should be a number.  All articles that belong to
18321 a thread that has a total score below this number will be marked as read
18322 and removed from the summary buffer.  @code{gnus-thread-score-function}
18323 says how to compute the total score for a thread.
18324
18325 @item files
18326 The value of this entry should be any number of file names.  These files
18327 are assumed to be score files as well, and will be loaded the same way
18328 this one was.
18329
18330 @item exclude-files
18331 The clue of this entry should be any number of files.  These files will
18332 not be loaded, even though they would normally be so, for some reason or
18333 other.
18334
18335 @item eval
18336 The value of this entry will be @code{eval}el.  This element will be
18337 ignored when handling global score files.
18338
18339 @item read-only
18340 Read-only score files will not be updated or saved.  Global score files
18341 should feature this atom (@pxref{Global Score Files}).  (Note:
18342 @dfn{Global} here really means @dfn{global}; not your personal
18343 apply-to-all-groups score files.)
18344
18345 @item orphan
18346 The value of this entry should be a number.  Articles that do not have
18347 parents will get this number added to their scores.  Imagine you follow
18348 some high-volume newsgroup, like @samp{comp.lang.c}.  Most likely you
18349 will only follow a few of the threads, also want to see any new threads.
18350
18351 You can do this with the following two score file entries:
18352
18353 @example
18354         (orphan -500)
18355         (mark-and-expunge -100)
18356 @end example
18357
18358 When you enter the group the first time, you will only see the new
18359 threads.  You then raise the score of the threads that you find
18360 interesting (with @kbd{I T} or @kbd{I S}), and ignore (@kbd{C y}) the
18361 rest.  Next time you enter the group, you will see new articles in the
18362 interesting threads, plus any new threads.
18363
18364 I.e.---the orphan score atom is for high-volume groups where a few
18365 interesting threads which can't be found automatically by ordinary
18366 scoring rules exist.
18367
18368 @item adapt
18369 This entry controls the adaptive scoring.  If it is @code{t}, the
18370 default adaptive scoring rules will be used.  If it is @code{ignore}, no
18371 adaptive scoring will be performed on this group.  If it is a list, this
18372 list will be used as the adaptive scoring rules.  If it isn't present,
18373 or is something other than @code{t} or @code{ignore}, the default
18374 adaptive scoring rules will be used.  If you want to use adaptive
18375 scoring on most groups, you'd set @code{gnus-use-adaptive-scoring} to
18376 @code{t}, and insert an @code{(adapt ignore)} in the groups where you do
18377 not want adaptive scoring.  If you only want adaptive scoring in a few
18378 groups, you'd set @code{gnus-use-adaptive-scoring} to @code{nil}, and
18379 insert @code{(adapt t)} in the score files of the groups where you want
18380 it.
18381
18382 @item adapt-file
18383 All adaptive score entries will go to the file named by this entry.  It
18384 will also be applied when entering the group.  This atom might be handy
18385 if you want to adapt on several groups at once, using the same adaptive
18386 file for a number of groups.
18387
18388 @item local
18389 @cindex local variables
18390 The value of this entry should be a list of @code{(@var{var}
18391 @var{value})} pairs.  Each @var{var} will be made buffer-local to the
18392 current summary buffer, and set to the value specified.  This is a
18393 convenient, if somewhat strange, way of setting variables in some
18394 groups if you don't like hooks much.  Note that the @var{value} won't
18395 be evaluated.
18396 @end table
18397
18398
18399 @node Score File Editing
18400 @section Score File Editing
18401
18402 You normally enter all scoring commands from the summary buffer, but you
18403 might feel the urge to edit them by hand as well, so we've supplied you
18404 with a mode for that.
18405
18406 It's simply a slightly customized @code{emacs-lisp} mode, with these
18407 additional commands:
18408
18409 @table @kbd
18410
18411 @item C-c C-c
18412 @kindex C-c C-c (Score)
18413 @findex gnus-score-edit-done
18414 Save the changes you have made and return to the summary buffer
18415 (@code{gnus-score-edit-done}).
18416
18417 @item C-c C-d
18418 @kindex C-c C-d (Score)
18419 @findex gnus-score-edit-insert-date
18420 Insert the current date in numerical format
18421 (@code{gnus-score-edit-insert-date}).  This is really the day number, if
18422 you were wondering.
18423
18424 @item C-c C-p
18425 @kindex C-c C-p (Score)
18426 @findex gnus-score-pretty-print
18427 The adaptive score files are saved in an unformatted fashion.  If you
18428 intend to read one of these files, you want to @dfn{pretty print} it
18429 first.  This command (@code{gnus-score-pretty-print}) does that for
18430 you.
18431
18432 @end table
18433
18434 Type @kbd{M-x gnus-score-mode} to use this mode.
18435
18436 @vindex gnus-score-mode-hook
18437 @code{gnus-score-menu-hook} is run in score mode buffers.
18438
18439 In the summary buffer you can use commands like @kbd{V f} and @kbd{V
18440 e} to begin editing score files.
18441
18442
18443 @node Adaptive Scoring
18444 @section Adaptive Scoring
18445 @cindex adaptive scoring
18446
18447 If all this scoring is getting you down, Gnus has a way of making it all
18448 happen automatically---as if by magic.  Or rather, as if by artificial
18449 stupidity, to be precise.
18450
18451 @vindex gnus-use-adaptive-scoring
18452 When you read an article, or mark an article as read, or kill an
18453 article, you leave marks behind.  On exit from the group, Gnus can sniff
18454 these marks and add score elements depending on what marks it finds.
18455 You turn on this ability by setting @code{gnus-use-adaptive-scoring} to
18456 @code{t} or @code{(line)}.  If you want score adaptively on separate
18457 words appearing in the subjects, you should set this variable to
18458 @code{(word)}.  If you want to use both adaptive methods, set this
18459 variable to @code{(word line)}.
18460
18461 @vindex gnus-default-adaptive-score-alist
18462 To give you complete control over the scoring process, you can customize
18463 the @code{gnus-default-adaptive-score-alist} variable.  For instance, it
18464 might look something like this:
18465
18466 @lisp
18467 (setq gnus-default-adaptive-score-alist
18468   '((gnus-unread-mark)
18469     (gnus-ticked-mark (from 4))
18470     (gnus-dormant-mark (from 5))
18471     (gnus-del-mark (from -4) (subject -1))
18472     (gnus-read-mark (from 4) (subject 2))
18473     (gnus-expirable-mark (from -1) (subject -1))
18474     (gnus-killed-mark (from -1) (subject -3))
18475     (gnus-kill-file-mark)
18476     (gnus-ancient-mark)
18477     (gnus-low-score-mark)
18478     (gnus-catchup-mark (from -1) (subject -1))))
18479 @end lisp
18480
18481 As you see, each element in this alist has a mark as a key (either a
18482 variable name or a ``real'' mark---a character).  Following this key is
18483 a arbitrary number of header/score pairs.  If there are no header/score
18484 pairs following the key, no adaptive scoring will be done on articles
18485 that have that key as the article mark.  For instance, articles with
18486 @code{gnus-unread-mark} in the example above will not get adaptive score
18487 entries.
18488
18489 Each article can have only one mark, so just a single of these rules
18490 will be applied to each article.
18491
18492 To take @code{gnus-del-mark} as an example---this alist says that all
18493 articles that have that mark (i.e., are marked with @samp{D}) will have a
18494 score entry added to lower based on the @code{From} header by -4, and
18495 lowered by @code{Subject} by -1.  Change this to fit your prejudices.
18496
18497 If you have marked 10 articles with the same subject with
18498 @code{gnus-del-mark}, the rule for that mark will be applied ten times.
18499 That means that that subject will get a score of ten times -1, which
18500 should be, unless I'm much mistaken, -10.
18501
18502 If you have auto-expirable (mail) groups (@pxref{Expiring Mail}), all
18503 the read articles will be marked with the @samp{E} mark.  This'll
18504 probably make adaptive scoring slightly impossible, so auto-expiring and
18505 adaptive scoring doesn't really mix very well.
18506
18507 The headers you can score on are @code{from}, @code{subject},
18508 @code{message-id}, @code{references}, @code{xref}, @code{lines},
18509 @code{chars} and @code{date}.  In addition, you can score on
18510 @code{followup}, which will create an adaptive score entry that matches
18511 on the @code{References} header using the @code{Message-ID} of the
18512 current article, thereby matching the following thread.
18513
18514 If you use this scheme, you should set the score file atom @code{mark}
18515 to something small---like -300, perhaps, to avoid having small random
18516 changes result in articles getting marked as read.
18517
18518 After using adaptive scoring for a week or so, Gnus should start to
18519 become properly trained and enhance the authors you like best, and kill
18520 the authors you like least, without you having to say so explicitly.
18521
18522 You can control what groups the adaptive scoring is to be performed on
18523 by using the score files (@pxref{Score File Format}).  This will also
18524 let you use different rules in different groups.
18525
18526 @vindex gnus-adaptive-file-suffix
18527 The adaptive score entries will be put into a file where the name is the
18528 group name with @code{gnus-adaptive-file-suffix} appended.  The default
18529 is @samp{ADAPT}.
18530
18531 @vindex gnus-score-exact-adapt-limit
18532 When doing adaptive scoring, substring or fuzzy matching would probably
18533 give you the best results in most cases.  However, if the header one
18534 matches is short, the possibility for false positives is great, so if
18535 the length of the match is less than
18536 @code{gnus-score-exact-adapt-limit}, exact matching will be used.  If
18537 this variable is @code{nil}, exact matching will always be used to avoid
18538 this problem.
18539
18540 @vindex gnus-default-adaptive-word-score-alist
18541 As mentioned above, you can adapt either on individual words or entire
18542 headers.  If you adapt on words, the
18543 @code{gnus-default-adaptive-word-score-alist} variable says what score
18544 each instance of a word should add given a mark.
18545
18546 @lisp
18547 (setq gnus-default-adaptive-word-score-alist
18548       `((,gnus-read-mark . 30)
18549         (,gnus-catchup-mark . -10)
18550         (,gnus-killed-mark . -20)
18551         (,gnus-del-mark . -15)))
18552 @end lisp
18553
18554 This is the default value.  If you have adaption on words enabled, every
18555 word that appears in subjects of articles marked with
18556 @code{gnus-read-mark} will result in a score rule that increase the
18557 score with 30 points.
18558
18559 @vindex gnus-default-ignored-adaptive-words
18560 @vindex gnus-ignored-adaptive-words
18561 Words that appear in the @code{gnus-default-ignored-adaptive-words} list
18562 will be ignored.  If you wish to add more words to be ignored, use the
18563 @code{gnus-ignored-adaptive-words} list instead.
18564
18565 @vindex gnus-adaptive-word-length-limit
18566 Some may feel that short words shouldn't count when doing adaptive
18567 scoring.  If so, you may set @code{gnus-adaptive-word-length-limit} to
18568 an integer.  Words shorter than this number will be ignored.  This
18569 variable defaults to @code{nil}.
18570
18571 @vindex gnus-adaptive-word-syntax-table
18572 When the scoring is done, @code{gnus-adaptive-word-syntax-table} is the
18573 syntax table in effect.  It is similar to the standard syntax table, but
18574 it considers numbers to be non-word-constituent characters.
18575
18576 @vindex gnus-adaptive-word-minimum
18577 If @code{gnus-adaptive-word-minimum} is set to a number, the adaptive
18578 word scoring process will never bring down the score of an article to
18579 below this number.  The default is @code{nil}.
18580
18581 @vindex gnus-adaptive-word-no-group-words
18582 If @code{gnus-adaptive-word-no-group-words} is set to @code{t}, gnus
18583 won't adaptively word score any of the words in the group name.  Useful
18584 for groups like @samp{comp.editors.emacs}, where most of the subject
18585 lines contain the word @samp{emacs}.
18586
18587 After using this scheme for a while, it might be nice to write a
18588 @code{gnus-psychoanalyze-user} command to go through the rules and see
18589 what words you like and what words you don't like.  Or perhaps not.
18590
18591 Note that the adaptive word scoring thing is highly experimental and is
18592 likely to change in the future.  Initial impressions seem to indicate
18593 that it's totally useless as it stands.  Some more work (involving more
18594 rigorous statistical methods) will have to be done to make this useful.
18595
18596
18597 @node Home Score File
18598 @section Home Score File
18599
18600 The score file where new score file entries will go is called the
18601 @dfn{home score file}.  This is normally (and by default) the score file
18602 for the group itself.  For instance, the home score file for
18603 @samp{gnu.emacs.gnus} is @file{gnu.emacs.gnus.SCORE}.
18604
18605 However, this may not be what you want.  It is often convenient to share
18606 a common home score file among many groups---all @samp{emacs} groups
18607 could perhaps use the same home score file.
18608
18609 @vindex gnus-home-score-file
18610 The variable that controls this is @code{gnus-home-score-file}.  It can
18611 be:
18612
18613 @enumerate
18614 @item
18615 A string.  Then this file will be used as the home score file for all
18616 groups.
18617
18618 @item
18619 A function.  The result of this function will be used as the home score
18620 file.  The function will be called with the name of the group as the
18621 parameter.
18622
18623 @item
18624 A list.  The elements in this list can be:
18625
18626 @enumerate
18627 @item
18628 @code{(@var{regexp} @var{file-name})}.  If the @var{regexp} matches the
18629 group name, the @var{file-name} will be used as the home score file.
18630
18631 @item
18632 A function.  If the function returns non-nil, the result will be used as
18633 the home score file.
18634
18635 @item
18636 A string.  Use the string as the home score file.
18637 @end enumerate
18638
18639 The list will be traversed from the beginning towards the end looking
18640 for matches.
18641
18642 @end enumerate
18643
18644 So, if you want to use just a single score file, you could say:
18645
18646 @lisp
18647 (setq gnus-home-score-file
18648       "my-total-score-file.SCORE")
18649 @end lisp
18650
18651 If you want to use @file{gnu.SCORE} for all @samp{gnu} groups and
18652 @file{rec.SCORE} for all @samp{rec} groups (and so on), you can say:
18653
18654 @findex gnus-hierarchial-home-score-file
18655 @lisp
18656 (setq gnus-home-score-file
18657       'gnus-hierarchial-home-score-file)
18658 @end lisp
18659
18660 This is a ready-made function provided for your convenience.
18661 Other functions include
18662
18663 @table @code
18664 @item gnus-current-home-score-file
18665 @findex gnus-current-home-score-file
18666 Return the ``current'' regular score file.  This will make scoring
18667 commands add entry to the ``innermost'' matching score file.
18668
18669 @end table
18670
18671 If you want to have one score file for the @samp{emacs} groups and
18672 another for the @samp{comp} groups, while letting all other groups use
18673 their own home score files:
18674
18675 @lisp
18676 (setq gnus-home-score-file
18677       ;; All groups that match the regexp "\\.emacs"
18678       '(("\\.emacs" "emacs.SCORE")
18679         ;; All the comp groups in one score file
18680         ("^comp" "comp.SCORE")))
18681 @end lisp
18682
18683 @vindex gnus-home-adapt-file
18684 @code{gnus-home-adapt-file} works exactly the same way as
18685 @code{gnus-home-score-file}, but says what the home adaptive score file
18686 is instead.  All new adaptive file entries will go into the file
18687 specified by this variable, and the same syntax is allowed.
18688
18689 In addition to using @code{gnus-home-score-file} and
18690 @code{gnus-home-adapt-file}, you can also use group parameters
18691 (@pxref{Group Parameters}) and topic parameters (@pxref{Topic
18692 Parameters}) to achieve much the same.  Group and topic parameters take
18693 precedence over this variable.
18694
18695
18696 @node Followups To Yourself
18697 @section Followups To Yourself
18698
18699 Gnus offers two commands for picking out the @code{Message-ID} header in
18700 the current buffer.  Gnus will then add a score rule that scores using
18701 this @code{Message-ID} on the @code{References} header of other
18702 articles.  This will, in effect, increase the score of all articles that
18703 respond to the article in the current buffer.  Quite useful if you want
18704 to easily note when people answer what you've said.
18705
18706 @table @code
18707
18708 @item gnus-score-followup-article
18709 @findex gnus-score-followup-article
18710 This will add a score to articles that directly follow up your own
18711 article.
18712
18713 @item gnus-score-followup-thread
18714 @findex gnus-score-followup-thread
18715 This will add a score to all articles that appear in a thread ``below''
18716 your own article.
18717 @end table
18718
18719 @vindex message-sent-hook
18720 These two functions are both primarily meant to be used in hooks like
18721 @code{message-sent-hook}, like this:
18722 @lisp
18723 (add-hook 'message-sent-hook 'gnus-score-followup-thread)
18724 @end lisp
18725
18726
18727 If you look closely at your own @code{Message-ID}, you'll notice that
18728 the first two or three characters are always the same.  Here's two of
18729 mine:
18730
18731 @example
18732 <x6u3u47icf.fsf@@eyesore.no>
18733 <x6sp9o7ibw.fsf@@eyesore.no>
18734 @end example
18735
18736 So ``my'' ident on this machine is @samp{x6}.  This can be
18737 exploited---the following rule will raise the score on all followups to
18738 myself:
18739
18740 @lisp
18741 ("references"
18742  ("<x6[0-9a-z]+\\.fsf\\(_-_\\)?@@.*eyesore\\.no>"
18743   1000 nil r))
18744 @end lisp
18745
18746 Whether it's the first two or first three characters that are ``yours''
18747 is system-dependent.
18748
18749
18750 @node Scoring On Other Headers
18751 @section Scoring On Other Headers
18752 @cindex scoring on other headers
18753
18754 Gnus is quite fast when scoring the ``traditional''
18755 headers---@samp{From}, @samp{Subject} and so on.  However, scoring
18756 other headers requires writing a @code{head} scoring rule, which means
18757 that Gnus has to request every single article from the back end to find
18758 matches.  This takes a long time in big groups.
18759
18760 Now, there's not much you can do about this for news groups, but for
18761 mail groups, you have greater control.  In the @pxref{To From
18762 Newsgroups} section of the manual, it's explained in greater detail what
18763 this mechanism does, but here's a cookbook example for @code{nnml} on
18764 how to allow scoring on the @samp{To} and @samp{Cc} headers.
18765
18766 Put the following in your @file{.gnus.el} file.
18767
18768 @lisp
18769 (setq gnus-extra-headers '(To Cc Newsgroups Keywords)
18770       nnmail-extra-headers gnus-extra-headers)
18771 @end lisp
18772
18773 Restart Gnus and rebuild your @code{nnml} overview files with the
18774 @kbd{M-x nnml-generate-nov-databases} command.  This will take a long
18775 time if you have much mail.
18776
18777 Now you can score on @samp{To} and @samp{Cc} as ``extra headers'' like
18778 so: @kbd{I e s p To RET <your name> RET}.
18779
18780 See?  Simple.
18781
18782
18783 @node Scoring Tips
18784 @section Scoring Tips
18785 @cindex scoring tips
18786
18787 @table @dfn
18788
18789 @item Crossposts
18790 @cindex crossposts
18791 @cindex scoring crossposts
18792 If you want to lower the score of crossposts, the line to match on is
18793 the @code{Xref} header.
18794 @lisp
18795 ("xref" (" talk.politics.misc:" -1000))
18796 @end lisp
18797
18798 @item Multiple crossposts
18799 If you want to lower the score of articles that have been crossposted to
18800 more than, say, 3 groups:
18801 @lisp
18802 ("xref"
18803   ("[^:\n]+:[0-9]+ +[^:\n]+:[0-9]+ +[^:\n]+:[0-9]+"
18804    -1000 nil r))
18805 @end lisp
18806
18807 @item Matching on the body
18808 This is generally not a very good idea---it takes a very long time.
18809 Gnus actually has to fetch each individual article from the server.  But
18810 you might want to anyway, I guess.  Even though there are three match
18811 keys (@code{Head}, @code{Body} and @code{All}), you should choose one
18812 and stick with it in each score file.  If you use any two, each article
18813 will be fetched @emph{twice}.  If you want to match a bit on the
18814 @code{Head} and a bit on the @code{Body}, just use @code{All} for all
18815 the matches.
18816
18817 @item Marking as read
18818 You will probably want to mark articles that have scores below a certain
18819 number as read.  This is most easily achieved by putting the following
18820 in your @file{all.SCORE} file:
18821 @lisp
18822 ((mark -100))
18823 @end lisp
18824 You may also consider doing something similar with @code{expunge}.
18825
18826 @item Negated character classes
18827 If you say stuff like @code{[^abcd]*}, you may get unexpected results.
18828 That will match newlines, which might lead to, well, The Unknown.  Say
18829 @code{[^abcd\n]*} instead.
18830 @end table
18831
18832
18833 @node Reverse Scoring
18834 @section Reverse Scoring
18835 @cindex reverse scoring
18836
18837 If you want to keep just articles that have @samp{Sex with Emacs} in the
18838 subject header, and expunge all other articles, you could put something
18839 like this in your score file:
18840
18841 @lisp
18842 (("subject"
18843   ("Sex with Emacs" 2))
18844  (mark 1)
18845  (expunge 1))
18846 @end lisp
18847
18848 So, you raise all articles that match @samp{Sex with Emacs} and mark the
18849 rest as read, and expunge them to boot.
18850
18851
18852 @node Global Score Files
18853 @section Global Score Files
18854 @cindex global score files
18855
18856 Sure, other newsreaders have ``global kill files''.  These are usually
18857 nothing more than a single kill file that applies to all groups, stored
18858 in the user's home directory.  Bah!  Puny, weak newsreaders!
18859
18860 What I'm talking about here are Global Score Files.  Score files from
18861 all over the world, from users everywhere, uniting all nations in one
18862 big, happy score file union!  Ange-score!  New and untested!
18863
18864 @vindex gnus-global-score-files
18865 All you have to do to use other people's score files is to set the
18866 @code{gnus-global-score-files} variable.  One entry for each score file,
18867 or each score file directory.  Gnus will decide by itself what score
18868 files are applicable to which group.
18869
18870 To use the score file
18871 @file{/ftp@@ftp.gnus.org:/pub/larsi/ding/score/soc.motss.SCORE} and
18872 all score files in the @file{/ftp@@ftp.some-where:/pub/score} directory,
18873 say this:
18874
18875 @lisp
18876 (setq gnus-global-score-files
18877       '("/ftp@@ftp.gnus.org:/pub/larsi/ding/score/soc.motss.SCORE"
18878         "/ftp@@ftp.some-where:/pub/score/"))
18879 @end lisp
18880
18881 @findex gnus-score-search-global-directories
18882 @noindent
18883 Simple, eh?  Directory names must end with a @samp{/}.  These
18884 directories are typically scanned only once during each Gnus session.
18885 If you feel the need to manually re-scan the remote directories, you can
18886 use the @code{gnus-score-search-global-directories} command.
18887
18888 Note that, at present, using this option will slow down group entry
18889 somewhat.  (That is---a lot.)
18890
18891 If you want to start maintaining score files for other people to use,
18892 just put your score file up for anonymous ftp and announce it to the
18893 world.  Become a retro-moderator!  Participate in the retro-moderator
18894 wars sure to ensue, where retro-moderators battle it out for the
18895 sympathy of the people, luring them to use their score files on false
18896 premises!  Yay!  The net is saved!
18897
18898 Here are some tips for the would-be retro-moderator, off the top of my
18899 head:
18900
18901 @itemize @bullet
18902
18903 @item
18904 Articles heavily crossposted are probably junk.
18905 @item
18906 To lower a single inappropriate article, lower by @code{Message-ID}.
18907 @item
18908 Particularly brilliant authors can be raised on a permanent basis.
18909 @item
18910 Authors that repeatedly post off-charter for the group can safely be
18911 lowered out of existence.
18912 @item
18913 Set the @code{mark} and @code{expunge} atoms to obliterate the nastiest
18914 articles completely.
18915
18916 @item
18917 Use expiring score entries to keep the size of the file down.  You
18918 should probably have a long expiry period, though, as some sites keep
18919 old articles for a long time.
18920 @end itemize
18921
18922 @dots{} I wonder whether other newsreaders will support global score files
18923 in the future.  @emph{Snicker}.  Yup, any day now, newsreaders like Blue
18924 Wave, xrn and 1stReader are bound to implement scoring.  Should we start
18925 holding our breath yet?
18926
18927
18928 @node Kill Files
18929 @section Kill Files
18930 @cindex kill files
18931
18932 Gnus still supports those pesky old kill files.  In fact, the kill file
18933 entries can now be expiring, which is something I wrote before Daniel
18934 Quinlan thought of doing score files, so I've left the code in there.
18935
18936 In short, kill processing is a lot slower (and I do mean @emph{a lot})
18937 than score processing, so it might be a good idea to rewrite your kill
18938 files into score files.
18939
18940 Anyway, a kill file is a normal @code{emacs-lisp} file.  You can put any
18941 forms into this file, which means that you can use kill files as some
18942 sort of primitive hook function to be run on group entry, even though
18943 that isn't a very good idea.
18944
18945 Normal kill files look like this:
18946
18947 @lisp
18948 (gnus-kill "From" "Lars Ingebrigtsen")
18949 (gnus-kill "Subject" "ding")
18950 (gnus-expunge "X")
18951 @end lisp
18952
18953 This will mark every article written by me as read, and remove the
18954 marked articles from the summary buffer.  Very useful, you'll agree.
18955
18956 Other programs use a totally different kill file syntax.  If Gnus
18957 encounters what looks like a @code{rn} kill file, it will take a stab at
18958 interpreting it.
18959
18960 Two summary functions for editing a GNUS kill file:
18961
18962 @table @kbd
18963
18964 @item M-k
18965 @kindex M-k (Summary)
18966 @findex gnus-summary-edit-local-kill
18967 Edit this group's kill file (@code{gnus-summary-edit-local-kill}).
18968
18969 @item M-K
18970 @kindex M-K (Summary)
18971 @findex gnus-summary-edit-global-kill
18972 Edit the general kill file (@code{gnus-summary-edit-global-kill}).
18973 @end table
18974
18975 Two group mode functions for editing the kill files:
18976
18977 @table @kbd
18978
18979 @item M-k
18980 @kindex M-k (Group)
18981 @findex gnus-group-edit-local-kill
18982 Edit this group's kill file (@code{gnus-group-edit-local-kill}).
18983
18984 @item M-K
18985 @kindex M-K (Group)
18986 @findex gnus-group-edit-global-kill
18987 Edit the general kill file (@code{gnus-group-edit-global-kill}).
18988 @end table
18989
18990 Kill file variables:
18991
18992 @table @code
18993 @item gnus-kill-file-name
18994 @vindex gnus-kill-file-name
18995 A kill file for the group @samp{soc.motss} is normally called
18996 @file{soc.motss.KILL}.  The suffix appended to the group name to get
18997 this file name is detailed by the @code{gnus-kill-file-name} variable.
18998 The ``global'' kill file (not in the score file sense of ``global'', of
18999 course) is just called @file{KILL}.
19000
19001 @vindex gnus-kill-save-kill-file
19002 @item gnus-kill-save-kill-file
19003 If this variable is non-@code{nil}, Gnus will save the
19004 kill file after processing, which is necessary if you use expiring
19005 kills.
19006
19007 @item gnus-apply-kill-hook
19008 @vindex gnus-apply-kill-hook
19009 @findex gnus-apply-kill-file-unless-scored
19010 @findex gnus-apply-kill-file
19011 A hook called to apply kill files to a group.  It is
19012 @code{(gnus-apply-kill-file)} by default.  If you want to ignore the
19013 kill file if you have a score file for the same group, you can set this
19014 hook to @code{(gnus-apply-kill-file-unless-scored)}.  If you don't want
19015 kill files to be processed, you should set this variable to @code{nil}.
19016
19017 @item gnus-kill-file-mode-hook
19018 @vindex gnus-kill-file-mode-hook
19019 A hook called in kill-file mode buffers.
19020
19021 @end table
19022
19023
19024 @node Converting Kill Files
19025 @section Converting Kill Files
19026 @cindex kill files
19027 @cindex converting kill files
19028
19029 If you have loads of old kill files, you may want to convert them into
19030 score files.  If they are ``regular'', you can use
19031 the @file{gnus-kill-to-score.el} package; if not, you'll have to do it
19032 by hand.
19033
19034 The kill to score conversion package isn't included in Gnus by default.
19035 You can fetch it from
19036 @uref{http://www.stud.ifi.uio.no/~larsi/ding-various/gnus-kill-to-score.el}.
19037
19038 If your old kill files are very complex---if they contain more
19039 non-@code{gnus-kill} forms than not, you'll have to convert them by
19040 hand.  Or just let them be as they are.  Gnus will still use them as
19041 before.
19042
19043
19044 @node GroupLens
19045 @section GroupLens
19046 @cindex GroupLens
19047
19048 GroupLens (@uref{http://www.cs.umn.edu/Research/GroupLens/}) is a
19049 collaborative filtering system that helps you work together with other
19050 people to find the quality news articles out of the huge volume of
19051 news articles generated every day.
19052
19053 To accomplish this the GroupLens system combines your opinions about
19054 articles you have already read with the opinions of others who have done
19055 likewise and gives you a personalized prediction for each unread news
19056 article.  Think of GroupLens as a matchmaker.  GroupLens watches how you
19057 rate articles, and finds other people that rate articles the same way.
19058 Once it has found some people you agree with it tells you, in the form
19059 of a prediction, what they thought of the article.  You can use this
19060 prediction to help you decide whether or not you want to read the
19061 article.
19062
19063 @sc{Note:} Unfortunately the GroupLens system seems to have shut down,
19064 so this section is mostly of historical interest.
19065
19066 @menu
19067 * Using GroupLens::             How to make Gnus use GroupLens.
19068 * Rating Articles::             Letting GroupLens know how you rate articles.
19069 * Displaying Predictions::      Displaying predictions given by GroupLens.
19070 * GroupLens Variables::         Customizing GroupLens.
19071 @end menu
19072
19073
19074 @node Using GroupLens
19075 @subsection Using GroupLens
19076
19077 To use GroupLens you must register a pseudonym with your local Better
19078 Bit Bureau (BBB).
19079 @uref{http://www.cs.umn.edu/Research/GroupLens/bbb.html} is the only
19080 better bit in town at the moment.
19081
19082 Once you have registered you'll need to set a couple of variables.
19083
19084 @table @code
19085
19086 @item gnus-use-grouplens
19087 @vindex gnus-use-grouplens
19088 Setting this variable to a non-@code{nil} value will make Gnus hook into
19089 all the relevant GroupLens functions.
19090
19091 @item grouplens-pseudonym
19092 @vindex grouplens-pseudonym
19093 This variable should be set to the pseudonym you got when registering
19094 with the Better Bit Bureau.
19095
19096 @item grouplens-newsgroups
19097 @vindex grouplens-newsgroups
19098 A list of groups that you want to get GroupLens predictions for.
19099
19100 @end table
19101
19102 That's the minimum of what you need to get up and running with GroupLens.
19103 Once you've registered, GroupLens will start giving you scores for
19104 articles based on the average of what other people think.  But, to get
19105 the real benefit of GroupLens you need to start rating articles
19106 yourself.  Then the scores GroupLens gives you will be personalized for
19107 you, based on how the people you usually agree with have already rated.
19108
19109
19110 @node Rating Articles
19111 @subsection Rating Articles
19112
19113 In GroupLens, an article is rated on a scale from 1 to 5, inclusive.
19114 Where 1 means something like this article is a waste of bandwidth and 5
19115 means that the article was really good.  The basic question to ask
19116 yourself is, ``on a scale from 1 to 5 would I like to see more articles
19117 like this one?''
19118
19119 There are four ways to enter a rating for an article in GroupLens.
19120
19121 @table @kbd
19122
19123 @item r
19124 @kindex r (GroupLens)
19125 @findex bbb-summary-rate-article
19126 This function will prompt you for a rating on a scale of one to five.
19127
19128 @item k
19129 @kindex k (GroupLens)
19130 @findex grouplens-score-thread
19131 This function will prompt you for a rating, and rate all the articles in
19132 the thread.  This is really useful for some of those long running giant
19133 threads in rec.humor.
19134
19135 @end table
19136
19137 The next two commands, @kbd{n} and @kbd{,} take a numerical prefix to be
19138 the score of the article you're reading.
19139
19140 @table @kbd
19141
19142 @item 1-5 n
19143 @kindex n (GroupLens)
19144 @findex grouplens-next-unread-article
19145 Rate the article and go to the next unread article.
19146
19147 @item 1-5 ,
19148 @kindex , (GroupLens)
19149 @findex grouplens-best-unread-article
19150 Rate the article and go to the next unread article with the highest score.
19151
19152 @end table
19153
19154 If you want to give the current article a score of 4 and then go to the
19155 next article, just type @kbd{4 n}.
19156
19157
19158 @node Displaying Predictions
19159 @subsection Displaying Predictions
19160
19161 GroupLens makes a prediction for you about how much you will like a
19162 news article.  The predictions from GroupLens are on a scale from 1 to
19163 5, where 1 is the worst and 5 is the best.  You can use the predictions
19164 from GroupLens in one of three ways controlled by the variable
19165 @code{gnus-grouplens-override-scoring}.
19166
19167 @vindex gnus-grouplens-override-scoring
19168 There are three ways to display predictions in grouplens.  You may
19169 choose to have the GroupLens scores contribute to, or override the
19170 regular gnus scoring mechanism.  override is the default; however, some
19171 people prefer to see the Gnus scores plus the grouplens scores.  To get
19172 the separate scoring behavior you need to set
19173 @code{gnus-grouplens-override-scoring} to @code{'separate}.  To have the
19174 GroupLens predictions combined with the grouplens scores set it to
19175 @code{'override} and to combine the scores set
19176 @code{gnus-grouplens-override-scoring} to @code{'combine}.  When you use
19177 the combine option you will also want to set the values for
19178 @code{grouplens-prediction-offset} and
19179 @code{grouplens-score-scale-factor}.
19180
19181 @vindex grouplens-prediction-display
19182 In either case, GroupLens gives you a few choices for how you would like
19183 to see your predictions displayed.  The display of predictions is
19184 controlled by the @code{grouplens-prediction-display} variable.
19185
19186 The following are valid values for that variable.
19187
19188 @table @code
19189 @item prediction-spot
19190 The higher the prediction, the further to the right an @samp{*} is
19191 displayed.
19192
19193 @item confidence-interval
19194 A numeric confidence interval.
19195
19196 @item prediction-bar
19197 The higher the prediction, the longer the bar.
19198
19199 @item confidence-bar
19200 Numerical confidence.
19201
19202 @item confidence-spot
19203 The spot gets bigger with more confidence.
19204
19205 @item prediction-num
19206 Plain-old numeric value.
19207
19208 @item confidence-plus-minus
19209 Prediction +/- confidence.
19210
19211 @end table
19212
19213
19214 @node GroupLens Variables
19215 @subsection GroupLens Variables
19216
19217 @table @code
19218
19219 @item gnus-summary-grouplens-line-format
19220 The summary line format used in GroupLens-enhanced summary buffers.  It
19221 accepts the same specs as the normal summary line format (@pxref{Summary
19222 Buffer Lines}).  The default is @samp{%U%R%z%l%I%(%[%4L: %-23,23n%]%)
19223 %s\n}.
19224
19225 @item grouplens-bbb-host
19226 Host running the bbbd server.  @samp{grouplens.cs.umn.edu} is the
19227 default.
19228
19229 @item grouplens-bbb-port
19230 Port of the host running the bbbd server.  The default is 9000.
19231
19232 @item grouplens-score-offset
19233 Offset the prediction by this value.  In other words, subtract the
19234 prediction value by this number to arrive at the effective score.  The
19235 default is 0.
19236
19237 @item grouplens-score-scale-factor
19238 This variable allows the user to magnify the effect of GroupLens scores.
19239 The scale factor is applied after the offset.  The default is 1.
19240
19241 @end table
19242
19243
19244 @node Advanced Scoring
19245 @section Advanced Scoring
19246
19247 Scoring on Subjects and From headers is nice enough, but what if you're
19248 really interested in what a person has to say only when she's talking
19249 about a particular subject?  Or what if you really don't want to
19250 read what person A has to say when she's following up to person B, but
19251 want to read what she says when she's following up to person C?
19252
19253 By using advanced scoring rules you may create arbitrarily complex
19254 scoring patterns.
19255
19256 @menu
19257 * Advanced Scoring Syntax::     A definition.
19258 * Advanced Scoring Examples::   What they look like.
19259 * Advanced Scoring Tips::       Getting the most out of it.
19260 @end menu
19261
19262
19263 @node Advanced Scoring Syntax
19264 @subsection Advanced Scoring Syntax
19265
19266 Ordinary scoring rules have a string as the first element in the rule.
19267 Advanced scoring rules have a list as the first element.  The second
19268 element is the score to be applied if the first element evaluated to a
19269 non-@code{nil} value.
19270
19271 These lists may consist of three logical operators, one redirection
19272 operator, and various match operators.
19273
19274 Logical operators:
19275
19276 @table @code
19277 @item &
19278 @itemx and
19279 This logical operator will evaluate each of its arguments until it finds
19280 one that evaluates to @code{false}, and then it'll stop.  If all arguments
19281 evaluate to @code{true} values, then this operator will return
19282 @code{true}.
19283
19284 @item |
19285 @itemx or
19286 This logical operator will evaluate each of its arguments until it finds
19287 one that evaluates to @code{true}.  If no arguments are @code{true},
19288 then this operator will return @code{false}.
19289
19290 @item !
19291 @itemx not
19292 @itemx Â¬
19293 This logical operator only takes a single argument.  It returns the
19294 logical negation of the value of its argument.
19295
19296 @end table
19297
19298 There is an @dfn{indirection operator} that will make its arguments
19299 apply to the ancestors of the current article being scored.  For
19300 instance, @code{1-} will make score rules apply to the parent of the
19301 current article.  @code{2-} will make score rules apply to the
19302 grandparent of the current article.  Alternatively, you can write
19303 @code{^^}, where the number of @code{^}s (carets) says how far back into
19304 the ancestry you want to go.
19305
19306 Finally, we have the match operators.  These are the ones that do the
19307 real work.  Match operators are header name strings followed by a match
19308 and a match type.  A typical match operator looks like @samp{("from"
19309 "Lars Ingebrigtsen" s)}.  The header names are the same as when using
19310 simple scoring, and the match types are also the same.
19311
19312
19313 @node Advanced Scoring Examples
19314 @subsection Advanced Scoring Examples
19315
19316 Please note that the following examples are score file rules.  To
19317 make a complete score file from them, surround them with another pair
19318 of parentheses.
19319
19320 Let's say you want to increase the score of articles written by Lars
19321 when he's talking about Gnus:
19322
19323 @example
19324 ((&
19325   ("from" "Lars Ingebrigtsen")
19326   ("subject" "Gnus"))
19327  1000)
19328 @end example
19329
19330 Quite simple, huh?
19331
19332 When he writes long articles, he sometimes has something nice to say:
19333
19334 @example
19335 ((&
19336   ("from" "Lars Ingebrigtsen")
19337   (|
19338    ("subject" "Gnus")
19339    ("lines" 100 >)))
19340  1000)
19341 @end example
19342
19343 However, when he responds to things written by Reig Eigil Logge, you
19344 really don't want to read what he's written:
19345
19346 @example
19347 ((&
19348   ("from" "Lars Ingebrigtsen")
19349   (1- ("from" "Reig Eigir Logge")))
19350  -100000)
19351 @end example
19352
19353 Everybody that follows up Redmondo when he writes about disappearing
19354 socks should have their scores raised, but only when they talk about
19355 white socks.  However, when Lars talks about socks, it's usually not
19356 very interesting:
19357
19358 @example
19359 ((&
19360   (1-
19361    (&
19362     ("from" "redmondo@@.*no" r)
19363     ("body" "disappearing.*socks" t)))
19364   (! ("from" "Lars Ingebrigtsen"))
19365   ("body" "white.*socks"))
19366  1000)
19367 @end example
19368
19369 The possibilities are endless.
19370
19371
19372 @node Advanced Scoring Tips
19373 @subsection Advanced Scoring Tips
19374
19375 The @code{&} and @code{|} logical operators do short-circuit logic.
19376 That is, they stop processing their arguments when it's clear what the
19377 result of the operation will be.  For instance, if one of the arguments
19378 of an @code{&} evaluates to @code{false}, there's no point in evaluating
19379 the rest of the arguments.  This means that you should put slow matches
19380 (@samp{body}, @samp{header}) last and quick matches (@samp{from},
19381 @samp{subject}) first.
19382
19383 The indirection arguments (@code{1-} and so on) will make their
19384 arguments work on previous generations of the thread.  If you say
19385 something like:
19386
19387 @example
19388 ...
19389 (1-
19390  (1-
19391   ("from" "lars")))
19392 ...
19393 @end example
19394
19395 Then that means "score on the from header of the grandparent of the
19396 current article".  An indirection is quite fast, but it's better to say:
19397
19398 @example
19399 (1-
19400  (&
19401   ("from" "Lars")
19402   ("subject" "Gnus")))
19403 @end example
19404
19405 than it is to say:
19406
19407 @example
19408 (&
19409  (1- ("from" "Lars"))
19410  (1- ("subject" "Gnus")))
19411 @end example
19412
19413
19414 @node Score Decays
19415 @section Score Decays
19416 @cindex score decays
19417 @cindex decays
19418
19419 You may find that your scores have a tendency to grow without
19420 bounds, especially if you're using adaptive scoring.  If scores get too
19421 big, they lose all meaning---they simply max out and it's difficult to
19422 use them in any sensible way.
19423
19424 @vindex gnus-decay-scores
19425 @findex gnus-decay-score
19426 @vindex gnus-decay-score-function
19427 Gnus provides a mechanism for decaying scores to help with this problem.
19428 When score files are loaded and @code{gnus-decay-scores} is
19429 non-@code{nil}, Gnus will run the score files through the decaying
19430 mechanism thereby lowering the scores of all non-permanent score rules.
19431 The decay itself if performed by the @code{gnus-decay-score-function}
19432 function, which is @code{gnus-decay-score} by default.  Here's the
19433 definition of that function:
19434
19435 @lisp
19436 (defun gnus-decay-score (score)
19437   "Decay SCORE.
19438 This is done according to `gnus-score-decay-constant'
19439 and `gnus-score-decay-scale'."
19440   (floor
19441    (- score
19442       (* (if (< score 0) 1 -1)
19443          (min (abs score)
19444               (max gnus-score-decay-constant
19445                    (* (abs score)
19446                       gnus-score-decay-scale)))))))
19447 @end lisp
19448
19449 @vindex gnus-score-decay-scale
19450 @vindex gnus-score-decay-constant
19451 @code{gnus-score-decay-constant} is 3 by default and
19452 @code{gnus-score-decay-scale} is 0.05.  This should cause the following:
19453
19454 @enumerate
19455 @item
19456 Scores between -3 and 3 will be set to 0 when this function is called.
19457
19458 @item
19459 Scores with magnitudes between 3 and 60 will be shrunk by 3.
19460
19461 @item
19462 Scores with magnitudes greater than 60 will be shrunk by 5% of the
19463 score.
19464 @end enumerate
19465
19466 If you don't like this decay function, write your own.  It is called
19467 with the score to be decayed as its only parameter, and it should return
19468 the new score, which should be an integer.
19469
19470 Gnus will try to decay scores once a day.  If you haven't run Gnus for
19471 four days, Gnus will decay the scores four times, for instance.
19472
19473 @iftex
19474 @iflatex
19475 @chapter Message
19476 @include message.texi
19477 @chapter Emacs MIME
19478 @include emacs-mime.texi
19479 @chapter Sieve
19480 @include sieve.texi
19481 @chapter PGG
19482 @include pgg.texi
19483 @end iflatex
19484 @end iftex
19485
19486 @node Various
19487 @chapter Various
19488
19489 @menu
19490 * Process/Prefix::              A convention used by many treatment commands.
19491 * Interactive::                 Making Gnus ask you many questions.
19492 * Symbolic Prefixes::           How to supply some Gnus functions with options.
19493 * Formatting Variables::        You can specify what buffers should look like.
19494 * Window Layout::               Configuring the Gnus buffer windows.
19495 * Faces and Fonts::             How to change how faces look.
19496 * Compilation::                 How to speed Gnus up.
19497 * Mode Lines::                  Displaying information in the mode lines.
19498 * Highlighting and Menus::      Making buffers look all nice and cozy.
19499 * Buttons::                     Get tendinitis in ten easy steps!
19500 * Daemons::                     Gnus can do things behind your back.
19501 * NoCeM::                       How to avoid spam and other fatty foods.
19502 * Undo::                        Some actions can be undone.
19503 * Predicate Specifiers::        Specifying predicates.
19504 * Moderation::                  What to do if you're a moderator.
19505 * Image Enhancements::          Modern versions of Emacs/XEmacs can display images.
19506 * Fuzzy Matching::              What's the big fuzz?
19507 * Thwarting Email Spam::        A how-to on avoiding unsolicited commercial email.
19508 * Various Various::             Things that are really various.
19509 @end menu
19510
19511
19512 @node Process/Prefix
19513 @section Process/Prefix
19514 @cindex process/prefix convention
19515
19516 Many functions, among them functions for moving, decoding and saving
19517 articles, use what is known as the @dfn{Process/Prefix convention}.
19518
19519 This is a method for figuring out what articles the user wants the
19520 command to be performed on.
19521
19522 It goes like this:
19523
19524 If the numeric prefix is N, perform the operation on the next N
19525 articles, starting with the current one.  If the numeric prefix is
19526 negative, perform the operation on the previous N articles, starting
19527 with the current one.
19528
19529 @vindex transient-mark-mode
19530 If @code{transient-mark-mode} in non-@code{nil} and the region is
19531 active, all articles in the region will be worked upon.
19532
19533 If there is no numeric prefix, but some articles are marked with the
19534 process mark, perform the operation on the articles marked with
19535 the process mark.
19536
19537 If there is neither a numeric prefix nor any articles marked with the
19538 process mark, just perform the operation on the current article.
19539
19540 Quite simple, really, but it needs to be made clear so that surprises
19541 are avoided.
19542
19543 Commands that react to the process mark will push the current list of
19544 process marked articles onto a stack and will then clear all process
19545 marked articles.  You can restore the previous configuration with the
19546 @kbd{M P y} command (@pxref{Setting Process Marks}).
19547
19548 @vindex gnus-summary-goto-unread
19549 One thing that seems to shock & horrify lots of people is that, for
19550 instance, @kbd{3 d} does exactly the same as @kbd{d} @kbd{d} @kbd{d}.
19551 Since each @kbd{d} (which marks the current article as read) by default
19552 goes to the next unread article after marking, this means that @kbd{3 d}
19553 will mark the next three unread articles as read, no matter what the
19554 summary buffer looks like.  Set @code{gnus-summary-goto-unread} to
19555 @code{nil} for a more straightforward action.
19556
19557 Many commands do not use the process/prefix convention.  All commands
19558 that do explicitly say so in this manual.  To apply the process/prefix
19559 convention to commands that do not use it, you can use the @kbd{M-&}
19560 command.  For instance, to mark all the articles in the group as
19561 expirable, you could say @kbd{M P b M-& E}.
19562
19563
19564 @node Interactive
19565 @section Interactive
19566 @cindex interaction
19567
19568 @table @code
19569
19570 @item gnus-novice-user
19571 @vindex gnus-novice-user
19572 If this variable is non-@code{nil}, you are either a newcomer to the
19573 World of Usenet, or you are very cautious, which is a nice thing to be,
19574 really.  You will be given questions of the type ``Are you sure you want
19575 to do this?'' before doing anything dangerous.  This is @code{t} by
19576 default.
19577
19578 @item gnus-expert-user
19579 @vindex gnus-expert-user
19580 If this variable is non-@code{nil}, you will seldom be asked any
19581 questions by Gnus.  It will simply assume you know what you're doing, no
19582 matter how strange.
19583
19584 @item gnus-interactive-catchup
19585 @vindex gnus-interactive-catchup
19586 Require confirmation before catching up a group if non-@code{nil}.  It
19587 is @code{t} by default.
19588
19589 @item gnus-interactive-exit
19590 @vindex gnus-interactive-exit
19591 Require confirmation before exiting Gnus.  This variable is @code{t} by
19592 default.
19593 @end table
19594
19595
19596 @node Symbolic Prefixes
19597 @section Symbolic Prefixes
19598 @cindex symbolic prefixes
19599
19600 Quite a lot of Emacs commands react to the (numeric) prefix.  For
19601 instance, @kbd{C-u 4 C-f} moves point four characters forward, and
19602 @kbd{C-u 9 0 0 I s s p} adds a permanent @code{Subject} substring score
19603 rule of 900 to the current article.
19604
19605 This is all nice and well, but what if you want to give a command some
19606 additional information?  Well, what most commands do is interpret the
19607 ``raw'' prefix in some special way.  @kbd{C-u 0 C-x C-s} means that one
19608 doesn't want a backup file to be created when saving the current buffer,
19609 for instance.  But what if you want to save without making a backup
19610 file, and you want Emacs to flash lights and play a nice tune at the
19611 same time?  You can't, and you're probably perfectly happy that way.
19612
19613 @kindex M-i (Summary)
19614 @findex gnus-symbolic-argument
19615 I'm not, so I've added a second prefix---the @dfn{symbolic prefix}.  The
19616 prefix key is @kbd{M-i} (@code{gnus-symbolic-argument}), and the next
19617 character typed in is the value.  You can stack as many @kbd{M-i}
19618 prefixes as you want.  @kbd{M-i a C-M-u} means ``feed the @kbd{C-M-u}
19619 command the symbolic prefix @code{a}''.  @kbd{M-i a M-i b C-M-u} means
19620 ``feed the @kbd{C-M-u} command the symbolic prefixes @code{a} and
19621 @code{b}''.  You get the drift.
19622
19623 Typing in symbolic prefixes to commands that don't accept them doesn't
19624 hurt, but it doesn't do any good either.  Currently not many Gnus
19625 functions make use of the symbolic prefix.
19626
19627 If you're interested in how Gnus implements this, @pxref{Extended
19628 Interactive}.
19629
19630
19631 @node Formatting Variables
19632 @section Formatting Variables
19633 @cindex formatting variables
19634
19635 Throughout this manual you've probably noticed lots of variables called
19636 things like @code{gnus-group-line-format} and
19637 @code{gnus-summary-mode-line-format}.  These control how Gnus is to
19638 output lines in the various buffers.  There's quite a lot of them.
19639 Fortunately, they all use the same syntax, so there's not that much to
19640 be annoyed by.
19641
19642 Here's an example format spec (from the group buffer): @samp{%M%S%5y:
19643 %(%g%)\n}.  We see that it is indeed extremely ugly, and that there are
19644 lots of percentages everywhere.
19645
19646 @menu
19647 * Formatting Basics::           A formatting variable is basically a format string.
19648 * Mode Line Formatting::        Some rules about mode line formatting variables.
19649 * Advanced Formatting::         Modifying output in various ways.
19650 * User-Defined Specs::          Having Gnus call your own functions.
19651 * Formatting Fonts::            Making the formatting look colorful and nice.
19652 * Positioning Point::           Moving point to a position after an operation.
19653 * Tabulation::                  Tabulating your output.
19654 * Wide Characters::             Dealing with wide characters.
19655 @end menu
19656
19657 Currently Gnus uses the following formatting variables:
19658 @code{gnus-group-line-format}, @code{gnus-summary-line-format},
19659 @code{gnus-server-line-format}, @code{gnus-topic-line-format},
19660 @code{gnus-group-mode-line-format},
19661 @code{gnus-summary-mode-line-format},
19662 @code{gnus-article-mode-line-format},
19663 @code{gnus-server-mode-line-format}, and
19664 @code{gnus-summary-pick-line-format}.
19665
19666 All these format variables can also be arbitrary elisp forms.  In that
19667 case, they will be @code{eval}ed to insert the required lines.
19668
19669 @kindex M-x gnus-update-format
19670 @findex gnus-update-format
19671 Gnus includes a command to help you while creating your own format
19672 specs.  @kbd{M-x gnus-update-format} will @code{eval} the current form,
19673 update the spec in question and pop you to a buffer where you can
19674 examine the resulting lisp code to be run to generate the line.
19675
19676
19677
19678 @node Formatting Basics
19679 @subsection Formatting Basics
19680
19681 Each @samp{%} element will be replaced by some string or other when the
19682 buffer in question is generated.  @samp{%5y} means ``insert the @samp{y}
19683 spec, and pad with spaces to get a 5-character field''.
19684
19685 As with normal C and Emacs Lisp formatting strings, the numerical
19686 modifier between the @samp{%} and the formatting type character will
19687 @dfn{pad} the output so that it is always at least that long.
19688 @samp{%5y} will make the field always (at least) five characters wide by
19689 padding with spaces to the left.  If you say @samp{%-5y}, it will pad to
19690 the right instead.
19691
19692 You may also wish to limit the length of the field to protect against
19693 particularly wide values.  For that you can say @samp{%4,6y}, which
19694 means that the field will never be more than 6 characters wide and never
19695 less than 4 characters wide.
19696
19697 Also Gnus supports some extended format specifications, such as
19698 @samp{%&user-date;}.
19699
19700
19701 @node Mode Line Formatting
19702 @subsection Mode Line Formatting
19703
19704 Mode line formatting variables (e.g.,
19705 @code{gnus-summary-mode-line-format}) follow the same rules as other,
19706 buffer line oriented formatting variables (@pxref{Formatting Basics})
19707 with the following two differences:
19708
19709 @enumerate
19710
19711 @item
19712 There must be no newline (@samp{\n}) at the end.
19713
19714 @item
19715 The special @samp{%%b} spec can be used to display the buffer name.
19716 Well, it's no spec at all, really---@samp{%%} is just a way to quote
19717 @samp{%} to allow it to pass through the formatting machinery unmangled,
19718 so that Emacs receives @samp{%b}, which is something the Emacs mode line
19719 display interprets to mean ``show the buffer name''.  For a full list of
19720 mode line specs Emacs understands, see the documentation of the
19721 @code{mode-line-format} variable.
19722
19723 @end enumerate
19724
19725
19726 @node Advanced Formatting
19727 @subsection Advanced Formatting
19728
19729 It is frequently useful to post-process the fields in some way.
19730 Padding, limiting, cutting off parts and suppressing certain values can
19731 be achieved by using @dfn{tilde modifiers}.  A typical tilde spec might
19732 look like @samp{%~(cut 3)~(ignore "0")y}.
19733
19734 These are the valid modifiers:
19735
19736 @table @code
19737 @item pad
19738 @itemx pad-left
19739 Pad the field to the left with spaces until it reaches the required
19740 length.
19741
19742 @item pad-right
19743 Pad the field to the right with spaces until it reaches the required
19744 length.
19745
19746 @item max
19747 @itemx max-left
19748 Cut off characters from the left until it reaches the specified length.
19749
19750 @item max-right
19751 Cut off characters from the right until it reaches the specified
19752 length.
19753
19754 @item cut
19755 @itemx cut-left
19756 Cut off the specified number of characters from the left.
19757
19758 @item cut-right
19759 Cut off the specified number of characters from the right.
19760
19761 @item ignore
19762 Return an empty string if the field is equal to the specified value.
19763
19764 @item form
19765 Use the specified form as the field value when the @samp{@@} spec is
19766 used.
19767
19768 Here's an example:
19769
19770 @lisp
19771 "~(form (current-time-string))@@"
19772 @end lisp
19773
19774 @end table
19775
19776 Let's take an example.  The @samp{%o} spec in the summary mode lines
19777 will return a date in compact ISO8601 format---@samp{19960809T230410}.
19778 This is quite a mouthful, so we want to shave off the century number and
19779 the time, leaving us with a six-character date.  That would be
19780 @samp{%~(cut-left 2)~(max-right 6)~(pad 6)o}.  (Cutting is done before
19781 maxing, and we need the padding to ensure that the date is never less
19782 than 6 characters to make it look nice in columns.)
19783
19784 Ignoring is done first; then cutting; then maxing; and then as the very
19785 last operation, padding.
19786
19787 If you use lots of these advanced thingies, you'll find that Gnus gets
19788 quite slow.  This can be helped enormously by running @kbd{M-x
19789 gnus-compile} when you are satisfied with the look of your lines.
19790 @xref{Compilation}.
19791
19792
19793 @node User-Defined Specs
19794 @subsection User-Defined Specs
19795
19796 All the specs allow for inserting user defined specifiers---@samp{u}.
19797 The next character in the format string should be a letter.  Gnus
19798 will call the function @code{gnus-user-format-function-}@samp{X}, where
19799 @samp{X} is the letter following @samp{%u}.  The function will be passed
19800 a single parameter---what the parameter means depends on what buffer
19801 it's being called from.  The function should return a string, which will
19802 be inserted into the buffer just like information from any other
19803 specifier.  This function may also be called with dummy values, so it
19804 should protect against that.
19805
19806 Also Gnus supports extended user-defined specs, such as @samp{%u&foo;}.
19807 Gnus will call the function @code{gnus-user-format-function-}@samp{foo}.
19808
19809 You can also use tilde modifiers (@pxref{Advanced Formatting} to achieve
19810 much the same without defining new functions.  Here's an example:
19811 @samp{%~(form (count-lines (point-min) (point)))@@}.  The form
19812 given here will be evaluated to yield the current line number, and then
19813 inserted.
19814
19815
19816 @node Formatting Fonts
19817 @subsection Formatting Fonts
19818
19819 There are specs for highlighting, and these are shared by all the format
19820 variables.  Text inside the @samp{%(} and @samp{%)} specifiers will get
19821 the special @code{mouse-face} property set, which means that it will be
19822 highlighted (with @code{gnus-mouse-face}) when you put the mouse pointer
19823 over it.
19824
19825 Text inside the @samp{%@{} and @samp{%@}} specifiers will have their
19826 normal faces set using @code{gnus-face-0}, which is @code{bold} by
19827 default.  If you say @samp{%1@{}, you'll get @code{gnus-face-1} instead,
19828 and so on.  Create as many faces as you wish.  The same goes for the
19829 @code{mouse-face} specs---you can say @samp{%3(hello%)} to have
19830 @samp{hello} mouse-highlighted with @code{gnus-mouse-face-3}.
19831
19832 Text inside the @samp{%<<} and @samp{%>>} specifiers will get the
19833 special @code{balloon-help} property set to @code{gnus-balloon-face-0}.
19834 If you say @samp{%1<<}, you'll get @code{gnus-balloon-face-1} and so on.
19835 The @code{gnus-balloon-face-*} variables should be either strings or
19836 symbols naming functions that return a string.  When the mouse passes
19837 over text with this property set, a balloon window will appear and
19838 display the string.  Please refer to @ref{(emacs)Help Echo} (in GNU
19839 Emacs) or the doc string of @code{balloon-help-mode} (in XEmacs) for
19840 more information on this.  (For technical reasons, the guillemets have
19841 been approximated as @samp{<<} and @samp{>>} in this paragraph.)
19842
19843 Here's an alternative recipe for the group buffer:
19844
19845 @lisp
19846 ;; Create three face types.
19847 (setq gnus-face-1 'bold)
19848 (setq gnus-face-3 'italic)
19849
19850 ;; We want the article count to be in
19851 ;; a bold and green face.  So we create
19852 ;; a new face called `my-green-bold'.
19853 (copy-face 'bold 'my-green-bold)
19854 ;; Set the color.
19855 (set-face-foreground 'my-green-bold "ForestGreen")
19856 (setq gnus-face-2 'my-green-bold)
19857
19858 ;; Set the new & fancy format.
19859 (setq gnus-group-line-format
19860       "%M%S%3@{%5y%@}%2[:%] %(%1@{%g%@}%)\n")
19861 @end lisp
19862
19863 I'm sure you'll be able to use this scheme to create totally unreadable
19864 and extremely vulgar displays.  Have fun!
19865
19866 Note that the @samp{%(} specs (and friends) do not make any sense on the
19867 mode-line variables.
19868
19869 @node Positioning Point
19870 @subsection Positioning Point
19871
19872 Gnus usually moves point to a pre-defined place on each line in most
19873 buffers.  By default, point move to the first colon character on the
19874 line.  You can customize this behaviour in three different ways.
19875
19876 You can move the colon character to somewhere else on the line.
19877
19878 @findex gnus-goto-colon
19879 You can redefine the function that moves the point to the colon.  The
19880 function is called @code{gnus-goto-colon}.
19881
19882 But perhaps the most convenient way to deal with this, if you don't want
19883 to have a colon in your line, is to use the @samp{%*} specifier.  If you
19884 put a @samp{%*} somewhere in your format line definition, Gnus will
19885 place point there.
19886
19887
19888 @node Tabulation
19889 @subsection Tabulation
19890
19891 You can usually line up your displays by padding and cutting your
19892 strings.  However, when combining various strings of different size, it
19893 can often be more convenient to just output the strings, and then worry
19894 about lining up the following text afterwards.
19895
19896 To do that, Gnus supplies tabulator specs--@samp{%=}.  There are two
19897 different types---@dfn{hard tabulators} and @dfn{soft tabulators}.
19898
19899 @samp{%50=} will insert space characters to pad the line up to column
19900 50.  If the text is already past column 50, nothing will be inserted.
19901 This is the soft tabulator.
19902
19903 @samp{%-50=} will insert space characters to pad the line up to column
19904 50.  If the text is already past column 50, the excess text past column
19905 50 will be removed.  This is the hard tabulator.
19906
19907
19908 @node Wide Characters
19909 @subsection Wide Characters
19910
19911 Proportional fonts in most countries have characters of the same width.
19912 Some countries, however, use Latin characters mixed with wider
19913 characters---most notable East Asian countries.
19914
19915 The problem is that when formatting, Gnus assumes that if a string is 10
19916 characters wide, it'll be 10 Latin characters wide on the screen.  In
19917 these countries, that's not true.
19918
19919 @vindex gnus-use-correct-string-widths
19920 To help fix this, you can set @code{gnus-use-correct-string-widths} to
19921 @code{t}.  This makes buffer generation slower, but the results will be
19922 prettier.  The default value under XEmacs is @code{t} but @code{nil}
19923 for Emacs.
19924
19925
19926 @node Window Layout
19927 @section Window Layout
19928 @cindex window layout
19929
19930 No, there's nothing here about X, so be quiet.
19931
19932 @vindex gnus-use-full-window
19933 If @code{gnus-use-full-window} non-@code{nil}, Gnus will delete all
19934 other windows and occupy the entire Emacs screen by itself.  It is
19935 @code{t} by default.
19936
19937 Setting this variable to @code{nil} kinda works, but there are
19938 glitches.  Use at your own peril.
19939
19940 @vindex gnus-buffer-configuration
19941 @code{gnus-buffer-configuration} describes how much space each Gnus
19942 buffer should be given.  Here's an excerpt of this variable:
19943
19944 @lisp
19945 ((group (vertical 1.0 (group 1.0 point)
19946                       (if gnus-carpal (group-carpal 4))))
19947  (article (vertical 1.0 (summary 0.25 point)
19948                         (article 1.0))))
19949 @end lisp
19950
19951 This is an alist.  The @dfn{key} is a symbol that names some action or
19952 other.  For instance, when displaying the group buffer, the window
19953 configuration function will use @code{group} as the key.  A full list of
19954 possible names is listed below.
19955
19956 The @dfn{value} (i.e., the @dfn{split}) says how much space each buffer
19957 should occupy.  To take the @code{article} split as an example -
19958
19959 @lisp
19960 (article (vertical 1.0 (summary 0.25 point)
19961                        (article 1.0)))
19962 @end lisp
19963
19964 This @dfn{split} says that the summary buffer should occupy 25% of upper
19965 half of the screen, and that it is placed over the article buffer.  As
19966 you may have noticed, 100% + 25% is actually 125% (yup, I saw y'all
19967 reaching for that calculator there).  However, the special number
19968 @code{1.0} is used to signal that this buffer should soak up all the
19969 rest of the space available after the rest of the buffers have taken
19970 whatever they need.  There should be only one buffer with the @code{1.0}
19971 size spec per split.
19972
19973 Point will be put in the buffer that has the optional third element
19974 @code{point}.  In a @code{frame} split, the last subsplit having a leaf
19975 split where the tag @code{frame-focus} is a member (i.e. is the third or
19976 fourth element in the list, depending on whether the @code{point} tag is
19977 present) gets focus.
19978
19979 Here's a more complicated example:
19980
19981 @lisp
19982 (article (vertical 1.0 (group 4)
19983                        (summary 0.25 point)
19984                        (if gnus-carpal (summary-carpal 4))
19985                        (article 1.0)))
19986 @end lisp
19987
19988 If the size spec is an integer instead of a floating point number,
19989 then that number will be used to say how many lines a buffer should
19990 occupy, not a percentage.
19991
19992 If the @dfn{split} looks like something that can be @code{eval}ed (to be
19993 precise---if the @code{car} of the split is a function or a subr), this
19994 split will be @code{eval}ed.  If the result is non-@code{nil}, it will
19995 be used as a split.  This means that there will be three buffers if
19996 @code{gnus-carpal} is @code{nil}, and four buffers if @code{gnus-carpal}
19997 is non-@code{nil}.
19998
19999 Not complicated enough for you?  Well, try this on for size:
20000
20001 @lisp
20002 (article (horizontal 1.0
20003              (vertical 0.5
20004                  (group 1.0)
20005                  (gnus-carpal 4))
20006              (vertical 1.0
20007                  (summary 0.25 point)
20008                  (summary-carpal 4)
20009                  (article 1.0))))
20010 @end lisp
20011
20012 Whoops.  Two buffers with the mystery 100% tag.  And what's that
20013 @code{horizontal} thingie?
20014
20015 If the first element in one of the split is @code{horizontal}, Gnus will
20016 split the window horizontally, giving you two windows side-by-side.
20017 Inside each of these strips you may carry on all you like in the normal
20018 fashion.  The number following @code{horizontal} says what percentage of
20019 the screen is to be given to this strip.
20020
20021 For each split, there @emph{must} be one element that has the 100% tag.
20022 The splitting is never accurate, and this buffer will eat any leftover
20023 lines from the splits.
20024
20025 To be slightly more formal, here's a definition of what a valid split
20026 may look like:
20027
20028 @example
20029 split      = frame | horizontal | vertical | buffer | form
20030 frame      = "(frame " size *split ")"
20031 horizontal = "(horizontal " size *split ")"
20032 vertical   = "(vertical " size *split ")"
20033 buffer     = "(" buf-name " " size *[ "point" ] *[ "frame-focus"] ")"
20034 size       = number | frame-params
20035 buf-name   = group | article | summary ...
20036 @end example
20037
20038 The limitations are that the @code{frame} split can only appear as the
20039 top-level split.  @var{form} should be an Emacs Lisp form that should
20040 return a valid split.  We see that each split is fully recursive, and
20041 may contain any number of @code{vertical} and @code{horizontal} splits.
20042
20043 @vindex gnus-window-min-width
20044 @vindex gnus-window-min-height
20045 @cindex window height
20046 @cindex window width
20047 Finding the right sizes can be a bit complicated.  No window may be less
20048 than @code{gnus-window-min-height} (default 1) characters high, and all
20049 windows must be at least @code{gnus-window-min-width} (default 1)
20050 characters wide.  Gnus will try to enforce this before applying the
20051 splits.  If you want to use the normal Emacs window width/height limit,
20052 you can just set these two variables to @code{nil}.
20053
20054 If you're not familiar with Emacs terminology, @code{horizontal} and
20055 @code{vertical} splits may work the opposite way of what you'd expect.
20056 Windows inside a @code{horizontal} split are shown side-by-side, and
20057 windows within a @code{vertical} split are shown above each other.
20058
20059 @findex gnus-configure-frame
20060 If you want to experiment with window placement, a good tip is to call
20061 @code{gnus-configure-frame} directly with a split.  This is the function
20062 that does all the real work when splitting buffers.  Below is a pretty
20063 nonsensical configuration with 5 windows; two for the group buffer and
20064 three for the article buffer.  (I said it was nonsensical.)  If you
20065 @code{eval} the statement below, you can get an idea of how that would
20066 look straight away, without going through the normal Gnus channels.
20067 Play with it until you're satisfied, and then use
20068 @code{gnus-add-configuration} to add your new creation to the buffer
20069 configuration list.
20070
20071 @lisp
20072 (gnus-configure-frame
20073  '(horizontal 1.0
20074     (vertical 10
20075       (group 1.0)
20076       (article 0.3 point))
20077     (vertical 1.0
20078       (article 1.0)
20079       (horizontal 4
20080         (group 1.0)
20081         (article 10)))))
20082 @end lisp
20083
20084 You might want to have several frames as well.  No prob---just use the
20085 @code{frame} split:
20086
20087 @lisp
20088 (gnus-configure-frame
20089  '(frame 1.0
20090          (vertical 1.0
20091                    (summary 0.25 point frame-focus)
20092                    (article 1.0))
20093          (vertical ((height . 5) (width . 15)
20094                     (user-position . t)
20095                     (left . -1) (top . 1))
20096                    (picon 1.0))))
20097
20098 @end lisp
20099
20100 This split will result in the familiar summary/article window
20101 configuration in the first (or ``main'') frame, while a small additional
20102 frame will be created where picons will be shown.  As you can see,
20103 instead of the normal @code{1.0} top-level spec, each additional split
20104 should have a frame parameter alist as the size spec.
20105 @xref{Frame Parameters, , Frame Parameters, elisp, The GNU Emacs Lisp
20106 Reference Manual}.  Under XEmacs, a frame property list will be
20107 accepted, too---for instance, @code{(height 5 width 15 left -1 top 1)}
20108 is such a plist.
20109 The list of all possible keys for @code{gnus-buffer-configuration} can
20110 be found in its default value.
20111
20112 Note that the @code{message} key is used for both
20113 @code{gnus-group-mail} and @code{gnus-summary-mail-other-window}.  If
20114 it is desirable to distinguish between the two, something like this
20115 might be used:
20116
20117 @lisp
20118 (message (horizontal 1.0
20119                      (vertical 1.0 (message 1.0 point))
20120                      (vertical 0.24
20121                                (if (buffer-live-p gnus-summary-buffer)
20122                                    '(summary 0.5))
20123                                (group 1.0))))
20124 @end lisp
20125
20126 One common desire for a multiple frame split is to have a separate frame
20127 for composing mail and news while leaving the original frame intact.  To
20128 accomplish that, something like the following can be done:
20129
20130 @lisp
20131 (message
20132   (frame 1.0
20133          (if (not (buffer-live-p gnus-summary-buffer))
20134              (car (cdr (assoc 'group gnus-buffer-configuration)))
20135            (car (cdr (assoc 'summary gnus-buffer-configuration))))
20136          (vertical ((user-position . t) (top . 1) (left . 1)
20137                     (name . "Message"))
20138                    (message 1.0 point))))
20139 @end lisp
20140
20141 @findex gnus-add-configuration
20142 Since the @code{gnus-buffer-configuration} variable is so long and
20143 complicated, there's a function you can use to ease changing the config
20144 of a single setting: @code{gnus-add-configuration}.  If, for instance,
20145 you want to change the @code{article} setting, you could say:
20146
20147 @lisp
20148 (gnus-add-configuration
20149  '(article (vertical 1.0
20150                (group 4)
20151                (summary .25 point)
20152                (article 1.0))))
20153 @end lisp
20154
20155 You'd typically stick these @code{gnus-add-configuration} calls in your
20156 @file{.gnus.el} file or in some startup hook---they should be run after
20157 Gnus has been loaded.
20158
20159 @vindex gnus-always-force-window-configuration
20160 If all windows mentioned in the configuration are already visible, Gnus
20161 won't change the window configuration.  If you always want to force the
20162 ``right'' window configuration, you can set
20163 @code{gnus-always-force-window-configuration} to non-@code{nil}.
20164
20165 If you're using tree displays (@pxref{Tree Display}), and the tree
20166 window is displayed vertically next to another window, you may also want
20167 to fiddle with @code{gnus-tree-minimize-window} to avoid having the
20168 windows resized.
20169
20170 @subsection Example Window Configurations
20171
20172 @itemize @bullet
20173 @item
20174 Narrow left hand side occupied by group buffer.  Right hand side split
20175 between summary buffer (top one-sixth) and article buffer (bottom).
20176
20177 @ifinfo
20178 @example
20179 +---+---------+
20180 | G | Summary |
20181 | r +---------+
20182 | o |         |
20183 | u | Article |
20184 | p |         |
20185 +---+---------+
20186 @end example
20187 @end ifinfo
20188
20189 @lisp
20190 (gnus-add-configuration
20191  '(article
20192    (horizontal 1.0
20193                (vertical 25 (group 1.0))
20194                (vertical 1.0
20195                          (summary 0.16 point)
20196                          (article 1.0)))))
20197
20198 (gnus-add-configuration
20199  '(summary
20200    (horizontal 1.0
20201                (vertical 25 (group 1.0))
20202                (vertical 1.0 (summary 1.0 point)))))
20203 @end lisp
20204
20205 @end itemize
20206
20207
20208 @node Faces and Fonts
20209 @section Faces and Fonts
20210 @cindex faces
20211 @cindex fonts
20212 @cindex colors
20213
20214 Fiddling with fonts and faces used to be very difficult, but these days
20215 it is very simple.  You simply say @kbd{M-x customize-face}, pick out
20216 the face you want to alter, and alter it via the standard Customize
20217 interface.
20218
20219
20220 @node Compilation
20221 @section Compilation
20222 @cindex compilation
20223 @cindex byte-compilation
20224
20225 @findex gnus-compile
20226
20227 Remember all those line format specification variables?
20228 @code{gnus-summary-line-format}, @code{gnus-group-line-format}, and so
20229 on.  Now, Gnus will of course heed whatever these variables are, but,
20230 unfortunately, changing them will mean a quite significant slow-down.
20231 (The default values of these variables have byte-compiled functions
20232 associated with them, while the user-generated versions do not, of
20233 course.)
20234
20235 To help with this, you can run @kbd{M-x gnus-compile} after you've
20236 fiddled around with the variables and feel that you're (kind of)
20237 satisfied.  This will result in the new specs being byte-compiled, and
20238 you'll get top speed again.  Gnus will save these compiled specs in the
20239 @file{.newsrc.eld} file.  (User-defined functions aren't compiled by
20240 this function, though---you should compile them yourself by sticking
20241 them into the @file{.gnus.el} file and byte-compiling that file.)
20242
20243
20244 @node Mode Lines
20245 @section Mode Lines
20246 @cindex mode lines
20247
20248 @vindex gnus-updated-mode-lines
20249 @code{gnus-updated-mode-lines} says what buffers should keep their mode
20250 lines updated.  It is a list of symbols.  Supported symbols include
20251 @code{group}, @code{article}, @code{summary}, @code{server},
20252 @code{browse}, and @code{tree}.  If the corresponding symbol is present,
20253 Gnus will keep that mode line updated with information that may be
20254 pertinent.  If this variable is @code{nil}, screen refresh may be
20255 quicker.
20256
20257 @cindex display-time
20258
20259 @vindex gnus-mode-non-string-length
20260 By default, Gnus displays information on the current article in the mode
20261 lines of the summary and article buffers.  The information Gnus wishes
20262 to display (e.g. the subject of the article) is often longer than the
20263 mode lines, and therefore have to be cut off at some point.  The
20264 @code{gnus-mode-non-string-length} variable says how long the other
20265 elements on the line is (i.e., the non-info part).  If you put
20266 additional elements on the mode line (e.g. a clock), you should modify
20267 this variable:
20268
20269 @c Hook written by Francesco Potorti` <pot@cnuce.cnr.it>
20270 @lisp
20271 (add-hook 'display-time-hook
20272           (lambda () (setq gnus-mode-non-string-length
20273                            (+ 21
20274                               (if line-number-mode 5 0)
20275                               (if column-number-mode 4 0)
20276                               (length display-time-string)))))
20277 @end lisp
20278
20279 If this variable is @code{nil} (which is the default), the mode line
20280 strings won't be chopped off, and they won't be padded either.  Note
20281 that the default is unlikely to be desirable, as even the percentage
20282 complete in the buffer may be crowded off the mode line; the user should
20283 configure this variable appropriately for her configuration.
20284
20285
20286 @node Highlighting and Menus
20287 @section Highlighting and Menus
20288 @cindex visual
20289 @cindex highlighting
20290 @cindex menus
20291
20292 @vindex gnus-visual
20293 The @code{gnus-visual} variable controls most of the Gnus-prettifying
20294 aspects.  If @code{nil}, Gnus won't attempt to create menus or use fancy
20295 colors or fonts.  This will also inhibit loading the @file{gnus-vis.el}
20296 file.
20297
20298 This variable can be a list of visual properties that are enabled.  The
20299 following elements are valid, and are all included by default:
20300
20301 @table @code
20302 @item group-highlight
20303 Do highlights in the group buffer.
20304 @item summary-highlight
20305 Do highlights in the summary buffer.
20306 @item article-highlight
20307 Do highlights in the article buffer.
20308 @item highlight
20309 Turn on highlighting in all buffers.
20310 @item group-menu
20311 Create menus in the group buffer.
20312 @item summary-menu
20313 Create menus in the summary buffers.
20314 @item article-menu
20315 Create menus in the article buffer.
20316 @item browse-menu
20317 Create menus in the browse buffer.
20318 @item server-menu
20319 Create menus in the server buffer.
20320 @item score-menu
20321 Create menus in the score buffers.
20322 @item menu
20323 Create menus in all buffers.
20324 @end table
20325
20326 So if you only want highlighting in the article buffer and menus in all
20327 buffers, you could say something like:
20328
20329 @lisp
20330 (setq gnus-visual '(article-highlight menu))
20331 @end lisp
20332
20333 If you want highlighting only and no menus whatsoever, you'd say:
20334
20335 @lisp
20336 (setq gnus-visual '(highlight))
20337 @end lisp
20338
20339 If @code{gnus-visual} is @code{t}, highlighting and menus will be used
20340 in all Gnus buffers.
20341
20342 Other general variables that influence the look of all buffers include:
20343
20344 @table @code
20345 @item gnus-mouse-face
20346 @vindex gnus-mouse-face
20347 This is the face (i.e., font) used for mouse highlighting in Gnus.  No
20348 mouse highlights will be done if @code{gnus-visual} is @code{nil}.
20349
20350 @end table
20351
20352 There are hooks associated with the creation of all the different menus:
20353
20354 @table @code
20355
20356 @item gnus-article-menu-hook
20357 @vindex gnus-article-menu-hook
20358 Hook called after creating the article mode menu.
20359
20360 @item gnus-group-menu-hook
20361 @vindex gnus-group-menu-hook
20362 Hook called after creating the group mode menu.
20363
20364 @item gnus-summary-menu-hook
20365 @vindex gnus-summary-menu-hook
20366 Hook called after creating the summary mode menu.
20367
20368 @item gnus-server-menu-hook
20369 @vindex gnus-server-menu-hook
20370 Hook called after creating the server mode menu.
20371
20372 @item gnus-browse-menu-hook
20373 @vindex gnus-browse-menu-hook
20374 Hook called after creating the browse mode menu.
20375
20376 @item gnus-score-menu-hook
20377 @vindex gnus-score-menu-hook
20378 Hook called after creating the score mode menu.
20379
20380 @end table
20381
20382
20383 @node Buttons
20384 @section Buttons
20385 @cindex buttons
20386 @cindex mouse
20387 @cindex click
20388
20389 Those new-fangled @dfn{mouse} contraptions is very popular with the
20390 young, hep kids who don't want to learn the proper way to do things
20391 these days.  Why, I remember way back in the summer of '89, when I was
20392 using Emacs on a Tops 20 system.  Three hundred users on one single
20393 machine, and every user was running Simula compilers.  Bah!
20394
20395 Right.
20396
20397 @vindex gnus-carpal
20398 Well, you can make Gnus display bufferfuls of buttons you can click to
20399 do anything by setting @code{gnus-carpal} to @code{t}.  Pretty simple,
20400 really.  Tell the chiropractor I sent you.
20401
20402
20403 @table @code
20404
20405 @item gnus-carpal-mode-hook
20406 @vindex gnus-carpal-mode-hook
20407 Hook run in all carpal mode buffers.
20408
20409 @item gnus-carpal-button-face
20410 @vindex gnus-carpal-button-face
20411 Face used on buttons.
20412
20413 @item gnus-carpal-header-face
20414 @vindex gnus-carpal-header-face
20415 Face used on carpal buffer headers.
20416
20417 @item gnus-carpal-group-buffer-buttons
20418 @vindex gnus-carpal-group-buffer-buttons
20419 Buttons in the group buffer.
20420
20421 @item gnus-carpal-summary-buffer-buttons
20422 @vindex gnus-carpal-summary-buffer-buttons
20423 Buttons in the summary buffer.
20424
20425 @item gnus-carpal-server-buffer-buttons
20426 @vindex gnus-carpal-server-buffer-buttons
20427 Buttons in the server buffer.
20428
20429 @item gnus-carpal-browse-buffer-buttons
20430 @vindex gnus-carpal-browse-buffer-buttons
20431 Buttons in the browse buffer.
20432 @end table
20433
20434 All the @code{buttons} variables are lists.  The elements in these list
20435 are either cons cells where the @code{car} contains a text to be displayed and
20436 the @code{cdr} contains a function symbol, or a simple string.
20437
20438
20439 @node Daemons
20440 @section Daemons
20441 @cindex demons
20442 @cindex daemons
20443
20444 Gnus, being larger than any program ever written (allegedly), does lots
20445 of strange stuff that you may wish to have done while you're not
20446 present.  For instance, you may want it to check for new mail once in a
20447 while.  Or you may want it to close down all connections to all servers
20448 when you leave Emacs idle.  And stuff like that.
20449
20450 Gnus will let you do stuff like that by defining various
20451 @dfn{handlers}.  Each handler consists of three elements:  A
20452 @var{function}, a @var{time}, and an @var{idle} parameter.
20453
20454 Here's an example of a handler that closes connections when Emacs has
20455 been idle for thirty minutes:
20456
20457 @lisp
20458 (gnus-demon-close-connections nil 30)
20459 @end lisp
20460
20461 Here's a handler that scans for PGP headers every hour when Emacs is
20462 idle:
20463
20464 @lisp
20465 (gnus-demon-scan-pgp 60 t)
20466 @end lisp
20467
20468 This @var{time} parameter and than @var{idle} parameter work together
20469 in a strange, but wonderful fashion.  Basically, if @var{idle} is
20470 @code{nil}, then the function will be called every @var{time} minutes.
20471
20472 If @var{idle} is @code{t}, then the function will be called after
20473 @var{time} minutes only if Emacs is idle.  So if Emacs is never idle,
20474 the function will never be called.  But once Emacs goes idle, the
20475 function will be called every @var{time} minutes.
20476
20477 If @var{idle} is a number and @var{time} is a number, the function will
20478 be called every @var{time} minutes only when Emacs has been idle for
20479 @var{idle} minutes.
20480
20481 If @var{idle} is a number and @var{time} is @code{nil}, the function
20482 will be called once every time Emacs has been idle for @var{idle}
20483 minutes.
20484
20485 And if @var{time} is a string, it should look like @samp{07:31}, and
20486 the function will then be called once every day somewhere near that
20487 time.  Modified by the @var{idle} parameter, of course.
20488
20489 @vindex gnus-demon-timestep
20490 (When I say ``minute'' here, I really mean @code{gnus-demon-timestep}
20491 seconds.  This is 60 by default.  If you change that variable,
20492 all the timings in the handlers will be affected.)
20493
20494 So, if you want to add a handler, you could put something like this in
20495 your @file{.gnus.el} file:
20496
20497 @findex gnus-demon-add-handler
20498 @lisp
20499 (gnus-demon-add-handler 'gnus-demon-close-connections 30 t)
20500 @end lisp
20501
20502 @findex gnus-demon-add-nocem
20503 @findex gnus-demon-add-scanmail
20504 @findex gnus-demon-add-rescan
20505 @findex gnus-demon-add-scan-timestamps
20506 @findex gnus-demon-add-disconnection
20507 Some ready-made functions to do this have been created:
20508 @code{gnus-demon-add-nocem}, @code{gnus-demon-add-disconnection},
20509 @code{gnus-demon-add-nntp-close-connection},
20510 @code{gnus-demon-add-scan-timestamps}, @code{gnus-demon-add-rescan}, and
20511 @code{gnus-demon-add-scanmail}.  Just put those functions in your
20512 @file{.gnus.el} if you want those abilities.
20513
20514 @findex gnus-demon-init
20515 @findex gnus-demon-cancel
20516 @vindex gnus-demon-handlers
20517 If you add handlers to @code{gnus-demon-handlers} directly, you should
20518 run @code{gnus-demon-init} to make the changes take hold.  To cancel all
20519 daemons, you can use the @code{gnus-demon-cancel} function.
20520
20521 Note that adding daemons can be pretty naughty if you over do it.  Adding
20522 functions that scan all news and mail from all servers every two seconds
20523 is a sure-fire way of getting booted off any respectable system.  So
20524 behave.
20525
20526
20527 @node NoCeM
20528 @section NoCeM
20529 @cindex nocem
20530 @cindex spam
20531
20532 @dfn{Spamming} is posting the same article lots and lots of times.
20533 Spamming is bad.  Spamming is evil.
20534
20535 Spamming is usually canceled within a day or so by various anti-spamming
20536 agencies.  These agencies usually also send out @dfn{NoCeM} messages.
20537 NoCeM is pronounced ``no see-'em'', and means what the name
20538 implies---these are messages that make the offending articles, like, go
20539 away.
20540
20541 What use are these NoCeM messages if the articles are canceled anyway?
20542 Some sites do not honor cancel messages and some sites just honor cancels
20543 from a select few people.  Then you may wish to make use of the NoCeM
20544 messages, which are distributed in the @samp{alt.nocem.misc} newsgroup.
20545
20546 Gnus can read and parse the messages in this group automatically, and
20547 this will make spam disappear.
20548
20549 There are some variables to customize, of course:
20550
20551 @table @code
20552 @item gnus-use-nocem
20553 @vindex gnus-use-nocem
20554 Set this variable to @code{t} to set the ball rolling.  It is @code{nil}
20555 by default.
20556
20557 @item gnus-nocem-groups
20558 @vindex gnus-nocem-groups
20559 Gnus will look for NoCeM messages in the groups in this list.  The
20560 default is @code{("news.lists.filters" "news.admin.net-abuse.bulletins"
20561 "alt.nocem.misc" "news.admin.net-abuse.announce")}.
20562
20563 @item gnus-nocem-issuers
20564 @vindex gnus-nocem-issuers
20565 There are many people issuing NoCeM messages.  This list says what
20566 people you want to listen to.  The default is @code{("Automoose-1"
20567 "clewis@@ferret.ocunix.on.ca" "cosmo.roadkill" "SpamHippo"
20568 "hweede@@snafu.de")}; fine, upstanding citizens all of them.
20569
20570 Known despammers that you can put in this list are listed at
20571 @uref{http://www.xs4all.nl/~rosalind/nocemreg/nocemreg.html}.
20572
20573 You do not have to heed NoCeM messages from all these people---just the
20574 ones you want to listen to.  You also don't have to accept all NoCeM
20575 messages from the people you like.  Each NoCeM message has a @dfn{type}
20576 header that gives the message a (more or less, usually less) rigorous
20577 definition.  Common types are @samp{spam}, @samp{spew}, @samp{mmf},
20578 @samp{binary}, and @samp{troll}.  To specify this, you have to use
20579 @code{(@var{issuer} @var{conditions} @dots{})} elements in the list.
20580 Each condition is either a string (which is a regexp that matches types
20581 you want to use) or a list on the form @code{(not @var{string})}, where
20582 @var{string} is a regexp that matches types you don't want to use.
20583
20584 For instance, if you want all NoCeM messages from Chris Lewis except his
20585 @samp{troll} messages, you'd say:
20586
20587 @lisp
20588 ("clewis@@ferret.ocunix.on.ca" ".*" (not "troll"))
20589 @end lisp
20590
20591 On the other hand, if you just want nothing but his @samp{spam} and
20592 @samp{spew} messages, you'd say:
20593
20594 @lisp
20595 ("clewis@@ferret.ocunix.on.ca" (not ".*") "spew" "spam")
20596 @end lisp
20597
20598 The specs are applied left-to-right.
20599
20600
20601 @item gnus-nocem-verifyer
20602 @vindex gnus-nocem-verifyer
20603 @findex mc-verify
20604 This should be a function for verifying that the NoCeM issuer is who she
20605 says she is.  The default is @code{mc-verify}, which is a Mailcrypt
20606 function.  If this is too slow and you don't care for verification
20607 (which may be dangerous), you can set this variable to @code{nil}.
20608
20609 If you want signed NoCeM messages to be verified and unsigned messages
20610 not to be verified (but used anyway), you could do something like:
20611
20612 @lisp
20613 (setq gnus-nocem-verifyer 'my-gnus-mc-verify)
20614
20615 (defun my-gnus-mc-verify ()
20616   (not (eq 'forged
20617            (ignore-errors
20618              (if (mc-verify)
20619                  t
20620                'forged)))))
20621 @end lisp
20622
20623 This might be dangerous, though.
20624
20625 @item gnus-nocem-directory
20626 @vindex gnus-nocem-directory
20627 This is where Gnus will store its NoCeM cache files.  The default is
20628 @file{~/News/NoCeM/}.
20629
20630 @item gnus-nocem-expiry-wait
20631 @vindex gnus-nocem-expiry-wait
20632 The number of days before removing old NoCeM entries from the cache.
20633 The default is 15.  If you make it shorter Gnus will be faster, but you
20634 might then see old spam.
20635
20636 @item gnus-nocem-check-from
20637 @vindex gnus-nocem-check-from
20638 Non-@code{nil} means check for valid issuers in message bodies.
20639 Otherwise don't bother fetching articles unless their author matches a
20640 valid issuer; that is much faster if you are selective about the
20641 issuers.
20642
20643 @item gnus-nocem-check-article-limit
20644 @vindex gnus-nocem-check-article-limit
20645 If non-@code{nil}, the maximum number of articles to check in any NoCeM
20646 group.  NoCeM groups can be huge and very slow to process.
20647
20648 @end table
20649
20650 Using NoCeM could potentially be a memory hog.  If you have many living
20651 (i. e., subscribed or unsubscribed groups), your Emacs process will grow
20652 big.  If this is a problem, you should kill off all (or most) of your
20653 unsubscribed groups (@pxref{Subscription Commands}).
20654
20655
20656 @node Undo
20657 @section Undo
20658 @cindex undo
20659
20660 It is very useful to be able to undo actions one has done.  In normal
20661 Emacs buffers, it's easy enough---you just push the @code{undo} button.
20662 In Gnus buffers, however, it isn't that simple.
20663
20664 The things Gnus displays in its buffer is of no value whatsoever to
20665 Gnus---it's all just data designed to look nice to the user.
20666 Killing a group in the group buffer with @kbd{C-k} makes the line
20667 disappear, but that's just a side-effect of the real action---the
20668 removal of the group in question from the internal Gnus structures.
20669 Undoing something like that can't be done by the normal Emacs
20670 @code{undo} function.
20671
20672 Gnus tries to remedy this somewhat by keeping track of what the user
20673 does and coming up with actions that would reverse the actions the user
20674 takes.  When the user then presses the @code{undo} key, Gnus will run
20675 the code to reverse the previous action, or the previous actions.
20676 However, not all actions are easily reversible, so Gnus currently offers
20677 a few key functions to be undoable.  These include killing groups,
20678 yanking groups, and changing the list of read articles of groups.
20679 That's it, really.  More functions may be added in the future, but each
20680 added function means an increase in data to be stored, so Gnus will
20681 never be totally undoable.
20682
20683 @findex gnus-undo-mode
20684 @vindex gnus-use-undo
20685 @findex gnus-undo
20686 The undoability is provided by the @code{gnus-undo-mode} minor mode.  It
20687 is used if @code{gnus-use-undo} is non-@code{nil}, which is the
20688 default.  The @kbd{C-M-_} key performs the @code{gnus-undo}
20689 command, which should feel kinda like the normal Emacs @code{undo}
20690 command.
20691
20692
20693 @node Predicate Specifiers
20694 @section Predicate Specifiers
20695 @cindex predicate specifiers
20696
20697 Some Gnus variables are @dfn{predicate specifiers}.  This is a special
20698 form that allows flexible specification of predicates without having
20699 to type all that much.
20700
20701 These specifiers are lists consisting of functions, symbols and lists.
20702
20703 Here's an example:
20704
20705 @lisp
20706 (or gnus-article-unseen-p
20707     gnus-article-unread-p)
20708 @end lisp
20709
20710 The available symbols are @code{or}, @code{and} and @code{not}.  The
20711 functions all take one parameter.
20712
20713 @findex gnus-make-predicate
20714 Internally, Gnus calls @code{gnus-make-predicate} on these specifiers
20715 to create a function that can be called.  This input parameter to this
20716 function will be passed along to all the functions in the predicate
20717 specifier.
20718
20719
20720 @node Moderation
20721 @section Moderation
20722 @cindex moderation
20723
20724 If you are a moderator, you can use the @file{gnus-mdrtn.el} package.
20725 It is not included in the standard Gnus package.  Write a mail to
20726 @samp{larsi@@gnus.org} and state what group you moderate, and you'll
20727 get a copy.
20728
20729 The moderation package is implemented as a minor mode for summary
20730 buffers.  Put
20731
20732 @lisp
20733 (add-hook 'gnus-summary-mode-hook 'gnus-moderate)
20734 @end lisp
20735
20736 in your @file{.gnus.el} file.
20737
20738 If you are the moderator of @samp{rec.zoofle}, this is how it's
20739 supposed to work:
20740
20741 @enumerate
20742 @item
20743 You split your incoming mail by matching on
20744 @samp{Newsgroups:.*rec.zoofle}, which will put all the to-be-posted
20745 articles in some mail group---for instance, @samp{nnml:rec.zoofle}.
20746
20747 @item
20748 You enter that group once in a while and post articles using the @kbd{e}
20749 (edit-and-post) or @kbd{s} (just send unedited) commands.
20750
20751 @item
20752 If, while reading the @samp{rec.zoofle} newsgroup, you happen upon some
20753 articles that weren't approved by you, you can cancel them with the
20754 @kbd{c} command.
20755 @end enumerate
20756
20757 To use moderation mode in these two groups, say:
20758
20759 @lisp
20760 (setq gnus-moderated-list
20761       "^nnml:rec.zoofle$\\|^rec.zoofle$")
20762 @end lisp
20763
20764
20765 @node Image Enhancements
20766 @section Image Enhancements
20767
20768 XEmacs, as well as Emacs 21, is able to display pictures and stuff, so
20769 Gnus has taken advantage of that.
20770
20771 @menu
20772 * Picons::                      How to display pictures of what you're reading.
20773 * Smileys::                     Show all those happy faces the way they were meant to be shown.
20774 * X-Face::                      Display a funky, teensy black-and-white image.
20775 * XVarious::                    Other XEmacsy Gnusey variables.
20776 @end menu
20777
20778
20779 @node Picons
20780 @subsection Picons
20781
20782 @iftex
20783 @iflatex
20784 \include{picons}
20785 @end iflatex
20786 @end iftex
20787
20788 So@dots{}  You want to slow down your news reader even more!  This is a
20789 good way to do so.  Its also a great way to impress people staring
20790 over your shoulder as you read news.
20791
20792 What are Picons?  To quote directly from the Picons Web site:
20793
20794 @iftex
20795 @iflatex
20796 \margindex{}
20797 @end iflatex
20798 @end iftex
20799
20800 @quotation
20801 @dfn{Picons} is short for ``personal icons''.  They're small,
20802 constrained images used to represent users and domains on the net,
20803 organized into databases so that the appropriate image for a given
20804 e-mail address can be found.  Besides users and domains, there are picon
20805 databases for Usenet newsgroups and weather forecasts.  The picons are
20806 in either monochrome @code{XBM} format or color @code{XPM} and
20807 @code{GIF} formats.
20808 @end quotation
20809
20810 @vindex gnus-picon-databases
20811 For instructions on obtaining and installing the picons databases,
20812 point your Web browser at
20813 @uref{http://www.cs.indiana.edu/picons/ftp/index.html}.
20814
20815 If you are using Debian GNU/Linux, saying @samp{apt-get install
20816 picons.*} will install the picons where Gnus can find them.
20817
20818 To enable displaying picons, simply make sure that
20819 @code{gnus-picon-databases} points to the directory containing the
20820 Picons databases.
20821
20822 The following variables offer control over where things are located.
20823
20824 @table @code
20825
20826 @item gnus-picon-databases
20827 @vindex gnus-picon-databases
20828 The location of the picons database.  This is a list of directories
20829 containing the @file{news}, @file{domains}, @file{users} (and so on)
20830 subdirectories.  Defaults to @code{("/usr/lib/picon"
20831 "/usr/local/faces")}.
20832
20833 @item gnus-picon-news-directories
20834 @vindex gnus-picon-news-directories
20835 List of subdirectories to search in @code{gnus-picon-databases} for
20836 newsgroups faces.  @code{("news")} is the default.
20837
20838 @item gnus-picon-user-directories
20839 @vindex gnus-picon-user-directories
20840 List of subdirectories to search in @code{gnus-picon-databases} for user
20841 faces.  @code{("users" "usenix" "local" "misc")} is the default.
20842
20843 @item gnus-picon-domain-directories
20844 @vindex gnus-picon-domain-directories
20845 List of subdirectories to search in @code{gnus-picon-databases} for
20846 domain name faces.  Defaults to @code{("domains")}.  Some people may
20847 want to add @samp{"unknown"} to this list.
20848
20849 @item gnus-picon-file-types
20850 @vindex gnus-picon-file-types
20851 Ordered list of suffixes on picon file names to try.  Defaults to
20852 @code{("xpm" "gif" "xbm")} minus those not builtin your Emacs.
20853
20854 @end table
20855
20856 @node Smileys
20857 @subsection Smileys
20858 @cindex smileys
20859
20860 @iftex
20861 @iflatex
20862 \gnusfig{-3cm}{0.5cm}{\epsfig{figure=ps/BigFace,height=20cm}}
20863 \input{smiley}
20864 @end iflatex
20865 @end iftex
20866
20867 @dfn{Smiley} is a package separate from Gnus, but since Gnus is
20868 currently the only package that uses Smiley, it is documented here.
20869
20870 In short---to use Smiley in Gnus, put the following in your
20871 @file{.gnus.el} file:
20872
20873 @lisp
20874 (setq gnus-treat-display-smileys t)
20875 @end lisp
20876
20877 Smiley maps text smiley faces---@samp{:-)}, @samp{8-)}, @samp{:-(} and
20878 the like---to pictures and displays those instead of the text smiley
20879 faces.  The conversion is controlled by a list of regexps that matches
20880 text and maps that to file names.
20881
20882 @vindex smiley-regexp-alist
20883 The alist used is specified by the @code{smiley-regexp-alist}
20884 variable.  The first item in each element is the regexp to be matched;
20885 the second element is the regexp match group that is to be replaced by
20886 the picture; and the third element is the name of the file to be
20887 displayed.
20888
20889 The following variables customize where Smiley will look for these
20890 files:
20891
20892 @table @code
20893
20894 @item smiley-data-directory
20895 @vindex smiley-data-directory
20896 Where Smiley will look for smiley faces files.
20897
20898 @item gnus-smiley-file-types
20899 @vindex gnus-smiley-file-types
20900 List of suffixes on smiley file names to try.
20901
20902 @end table
20903
20904
20905 @node X-Face
20906 @subsection X-Face
20907 @cindex x-face
20908
20909 @code{X-Face} headers describe a 48x48 pixel black-and-white (1 bit
20910 depth) image that's supposed to represent the author of the message.
20911 It seems to be supported by an ever-growing number of mail and news
20912 readers.
20913
20914 @cindex x-face
20915 @findex gnus-article-display-x-face
20916 @findex gnus-article-x-face-command
20917 @vindex gnus-article-x-face-command
20918 @vindex gnus-article-x-face-too-ugly
20919 @iftex
20920 @iflatex
20921 \include{xface}
20922 @end iflatex
20923 @end iftex
20924 @c @anchor{X-Face}
20925
20926 Decoding an @code{X-Face} header either requires an Emacs that has
20927 @samp{compface} support (which most XEmacs versions has), or that you
20928 have @samp{compface} installed on your system.  If either is true,
20929 Gnus will default to displaying @code{X-Face} headers.
20930
20931 The variable that controls this is the
20932 @code{gnus-article-x-face-command} variable.  If this variable is a
20933 string, this string will be executed in a sub-shell.  If it is a
20934 function, this function will be called with the face as the argument.
20935 If the @code{gnus-article-x-face-too-ugly} (which is a regexp) matches
20936 the @code{From} header, the face will not be shown.
20937
20938 The default action under Emacs 20 is to fork off the @code{display}
20939 program@footnote{@code{display} is from the ImageMagick package.  For
20940 the @code{uncompface} and @code{icontopbm} programs look for a package
20941 like @code{compface} or @code{faces-xface} on a GNU/Linux system.}  to
20942 view the face.
20943
20944 Under XEmacs or Emacs 21+ with suitable image support, the default
20945 action is to display the face before the @code{From} header.  (It's
20946 nicer if XEmacs has been compiled with @code{X-Face} support---that
20947 will make display somewhat faster.  If there's no native @code{X-Face}
20948 support, Gnus will try to convert the @code{X-Face} header using
20949 external programs from the @code{pbmplus} package and
20950 friends.@footnote{On a GNU/Linux system look for packages with names
20951 like @code{netpbm}, @code{libgr-progs} and @code{compface}.})
20952
20953 (NOTE: @code{x-face} is used in the variable/function names, not
20954 @code{xface}).
20955
20956 Gnus provides a few convenience functions and variables to allow
20957 easier insertion of X-Face headers in outgoing messages.
20958
20959 @findex gnus-random-x-face
20960 @vindex gnus-convert-pbm-to-x-face-command
20961 @vindex gnus-x-face-directory
20962 @code{gnus-random-x-face} goes through all the @samp{pbm} files in
20963 @code{gnus-x-face-directory} and picks one at random, and then
20964 converts it to the X-Face format by using the
20965 @code{gnus-convert-pbm-to-x-face-command} shell command.  The
20966 @samp{pbm} files should be 48x48 pixels big.  It returns the X-Face
20967 header data as a string.
20968
20969 @findex gnus-insert-random-x-face-header
20970 @code{gnus-insert-random-x-face-header} calls
20971 @code{gnus-random-x-face} and inserts a @samp{X-Face} header with the
20972 randomly generated data.
20973
20974 @findex gnus-x-face-from-file
20975 @vindex gnus-convert-image-to-x-face-command
20976 @code{gnus-x-face-from-file} takes a GIF file as the parameter, and then
20977 converts the file to X-Face format by using the
20978 @code{gnus-convert-image-to-x-face-command} shell command.
20979
20980 Here's how you would typically use the first function.  Put something
20981 like the following in your @file{.gnus.el} file:
20982
20983 @lisp
20984 (setq message-required-news-headers
20985       (nconc message-required-news-headers
20986              (list '(X-Face . gnus-random-x-face))))
20987 @end lisp
20988
20989 Using the last function would be something like this:
20990
20991 @lisp
20992 (setq message-required-news-headers
20993       (nconc message-required-news-headers
20994              (list '(X-Face . (lambda ()
20995                                 (gnus-x-face-from-file
20996                                  "~/My-face.gif"))))))
20997 @end lisp
20998
20999
21000 @node XVarious
21001 @subsection Various XEmacs Variables
21002
21003 @table @code
21004 @item gnus-xmas-glyph-directory
21005 @vindex gnus-xmas-glyph-directory
21006 This is where Gnus will look for pictures.  Gnus will normally
21007 auto-detect this directory, but you may set it manually if you have an
21008 unusual directory structure.
21009
21010 @item gnus-xmas-logo-color-alist
21011 @vindex gnus-xmas-logo-color-alist
21012 This is an alist where the key is a type symbol and the values are the
21013 foreground and background color of the splash page glyph.
21014
21015 @item gnus-xmas-logo-color-style
21016 @vindex gnus-xmas-logo-color-style
21017 This is the key used to look up the color in the alist described above.
21018 Valid values include @code{flame}, @code{pine}, @code{moss},
21019 @code{irish}, @code{sky}, @code{tin}, @code{velvet}, @code{grape},
21020 @code{labia}, @code{berry}, @code{neutral}, and @code{september}.
21021
21022 @item gnus-xmas-modeline-glyph
21023 @vindex gnus-xmas-modeline-glyph
21024 A glyph displayed in all Gnus mode lines.  It is a tiny gnu head by
21025 default.
21026
21027 @end table
21028
21029 @subsubsection Toolbar
21030
21031 @table @code
21032
21033 @item gnus-use-toolbar
21034 @vindex gnus-use-toolbar
21035 If @code{nil}, don't display toolbars.  If non-@code{nil}, it should be
21036 one of @code{default-toolbar}, @code{top-toolbar}, @code{bottom-toolbar},
21037 @code{right-toolbar}, or @code{left-toolbar}.
21038
21039 @item gnus-group-toolbar
21040 @vindex gnus-group-toolbar
21041 The toolbar in the group buffer.
21042
21043 @item gnus-summary-toolbar
21044 @vindex gnus-summary-toolbar
21045 The toolbar in the summary buffer.
21046
21047 @item gnus-summary-mail-toolbar
21048 @vindex gnus-summary-mail-toolbar
21049 The toolbar in the summary buffer of mail groups.
21050
21051 @end table
21052
21053 @iftex
21054 @iflatex
21055 \margindex{}
21056 @end iflatex
21057 @end iftex
21058
21059
21060 @node Fuzzy Matching
21061 @section Fuzzy Matching
21062 @cindex fuzzy matching
21063
21064 Gnus provides @dfn{fuzzy matching} of @code{Subject} lines when doing
21065 things like scoring, thread gathering and thread comparison.
21066
21067 As opposed to regular expression matching, fuzzy matching is very fuzzy.
21068 It's so fuzzy that there's not even a definition of what @dfn{fuzziness}
21069 means, and the implementation has changed over time.
21070
21071 Basically, it tries to remove all noise from lines before comparing.
21072 @samp{Re: }, parenthetical remarks, white space, and so on, are filtered
21073 out of the strings before comparing the results.  This often leads to
21074 adequate results---even when faced with strings generated by text
21075 manglers masquerading as newsreaders.
21076
21077
21078 @node Thwarting Email Spam
21079 @section Thwarting Email Spam
21080 @cindex email spam
21081 @cindex spam
21082 @cindex UCE
21083 @cindex unsolicited commercial email
21084
21085 In these last days of the Usenet, commercial vultures are hanging about
21086 and grepping through news like crazy to find email addresses they can
21087 foist off their scams and products to.  As a reaction to this, many
21088 people have started putting nonsense addresses into their @code{From}
21089 lines.  I think this is counterproductive---it makes it difficult for
21090 people to send you legitimate mail in response to things you write, as
21091 well as making it difficult to see who wrote what.  This rewriting may
21092 perhaps be a bigger menace than the unsolicited commercial email itself
21093 in the end.
21094
21095 The biggest problem I have with email spam is that it comes in under
21096 false pretenses.  I press @kbd{g} and Gnus merrily informs me that I
21097 have 10 new emails.  I say ``Golly gee!  Happy is me!'' and select the
21098 mail group, only to find two pyramid schemes, seven advertisements
21099 (``New!  Miracle tonic for growing full, lustrous hair on your toes!'')
21100 and one mail asking me to repent and find some god.
21101
21102 This is annoying.  Here's what you can do about it.
21103
21104 @menu
21105 * The problem of spam::         Some background, and some solutions
21106 * Anti-Spam Basics::            Simple steps to reduce the amount of spam.
21107 * SpamAssassin::                How to use external anti-spam tools.
21108 * Hashcash::                    Reduce spam by burning CPU time.
21109 * Filtering Spam Using The Spam ELisp Package::  
21110 * Filtering Spam Using Statistics with spam-stat::  
21111 @end menu
21112
21113 @node The problem of spam
21114 @subsection The problem of spam
21115 @cindex email spam
21116 @cindex spam filtering approaches
21117 @cindex filtering approaches, spam
21118 @cindex UCE
21119 @cindex unsolicited commercial email
21120
21121 First, some background on spam.
21122
21123 If you have access to e-mail, you are familiar with spam (technically
21124 termed @acronym{UCE}, Unsolicited Commercial E-mail).  Simply put, it exists
21125 because e-mail delivery is very cheap compared to paper mail, so only
21126 a very small percentage of people need to respond to an UCE to make it
21127 worthwhile to the advertiser.  Ironically, one of the most common
21128 spams is the one offering a database of e-mail addresses for further
21129 spamming.  Senders of spam are usually called @emph{spammers}, but terms like
21130 @emph{vermin}, @emph{scum}, and @emph{morons} are in common use as well.
21131
21132 Spam comes from a wide variety of sources.  It is simply impossible to
21133 dispose of all spam without discarding useful messages.  A good
21134 example is the TMDA system, which requires senders
21135 unknown to you to confirm themselves as legitimate senders before
21136 their e-mail can reach you.  Without getting into the technical side
21137 of TMDA, a downside is clearly that e-mail from legitimate sources may
21138 be discarded if those sources can't or won't confirm themselves
21139 through the TMDA system.  Another problem with TMDA is that it
21140 requires its users to have a basic understanding of e-mail delivery
21141 and processing.
21142
21143 The simplest approach to filtering spam is filtering.  If you get 200
21144 spam messages per day from @samp{random-address@@vmadmin.com}, you
21145 block @samp{vmadmin.com}.  If you get 200 messages about
21146 @samp{VIAGRA}, you discard all messages with @samp{VIAGRA} in the
21147 message.  This, unfortunately, is a great way to discard legitimate
21148 e-mail.  For instance, the very informative and useful RISKS digest
21149 has been blocked by overzealous mail filters because it
21150 @strong{contained} words that were common in spam messages.
21151 Nevertheless, in isolated cases, with great care, direct filtering of
21152 mail can be useful.
21153
21154 Another approach to filtering e-mail is the distributed spam
21155 processing, for instance DCC implements such a system.  In essence,
21156 @code{N} systems around the world agree that a machine @samp{X} in
21157 China, Ghana, or California is sending out spam e-mail, and these
21158 @code{N} systems enter @samp{X} or the spam e-mail from @samp{X} into
21159 a database.  The criteria for spam detection vary - it may be the
21160 number of messages sent, the content of the messages, and so on.  When
21161 a user of the distributed processing system wants to find out if a
21162 message is spam, he consults one of those @code{N} systems.
21163
21164 Distributed spam processing works very well against spammers that send
21165 a large number of messages at once, but it requires the user to set up
21166 fairly complicated checks.  There are commercial and free distributed
21167 spam processing systems.  Distributed spam processing has its risks as
21168 well.  For instance legitimate e-mail senders have been accused of
21169 sending spam, and their web sites have been shut down for some time
21170 because of the incident.
21171
21172 The statistical approach to spam filtering is also popular.  It is
21173 based on a statistical analysis of previous spam messages.  Usually
21174 the analysis is a simple word frequency count, with perhaps pairs of
21175 words or 3-word combinations thrown into the mix.  Statistical
21176 analysis of spam works very well in most of the cases, but it can
21177 classify legitimate e-mail as spam in some cases.  It takes time to
21178 run the analysis, the full message must be analyzed, and the user has
21179 to store the database of spam analyses.
21180
21181 @node Anti-Spam Basics
21182 @subsection Anti-Spam Basics
21183 @cindex email spam
21184 @cindex spam
21185 @cindex UCE
21186 @cindex unsolicited commercial email
21187
21188 One way of dealing with spam is having Gnus split out all spam into a
21189 @samp{spam} mail group (@pxref{Splitting Mail}).
21190
21191 First, pick one (1) valid mail address that you can be reached at, and
21192 put it in your @code{From} header of all your news articles.  (I've
21193 chosen @samp{larsi@@trym.ifi.uio.no}, but for many addresses on the form
21194 @samp{larsi+usenet@@ifi.uio.no} will be a better choice.  Ask your
21195 sysadmin whether your sendmail installation accepts keywords in the local
21196 part of the mail address.)
21197
21198 @lisp
21199 (setq message-default-news-headers
21200       "From: Lars Magne Ingebrigtsen <larsi@@trym.ifi.uio.no>\n")
21201 @end lisp
21202
21203 Then put the following split rule in @code{nnmail-split-fancy}
21204 (@pxref{Fancy Mail Splitting}):
21205
21206 @lisp
21207 (
21208  ...
21209  (to "larsi@@trym.ifi.uio.no"
21210       (| ("subject" "re:.*" "misc")
21211          ("references" ".*@@.*" "misc")
21212          "spam"))
21213  ...
21214 )
21215 @end lisp
21216
21217 This says that all mail to this address is suspect, but if it has a
21218 @code{Subject} that starts with a @samp{Re:} or has a @code{References}
21219 header, it's probably ok.  All the rest goes to the @samp{spam} group.
21220 (This idea probably comes from Tim Pierce.)
21221
21222 In addition, many mail spammers talk directly to your @sc{smtp} server
21223 and do not include your email address explicitly in the @code{To}
21224 header.  Why they do this is unknown---perhaps it's to thwart this
21225 thwarting scheme?  In any case, this is trivial to deal with---you just
21226 put anything not addressed to you in the @samp{spam} group by ending
21227 your fancy split rule in this way:
21228
21229 @lisp
21230 (
21231  ...
21232  (to "larsi" "misc")
21233  "spam")
21234 @end lisp
21235
21236 In my experience, this will sort virtually everything into the right
21237 group.  You still have to check the @samp{spam} group from time to time to
21238 check for legitimate mail, though.  If you feel like being a good net
21239 citizen, you can even send off complaints to the proper authorities on
21240 each unsolicited commercial email---at your leisure.
21241
21242 If you are also a lazy net citizen, you will probably prefer complaining
21243 automatically with the @file{gnus-junk.el} package, available FOR FREE
21244 at @* @uref{http://stud2.tuwien.ac.at/~e9426626/gnus-junk.html}.
21245 Since most e-mail spam is sent automatically, this may reconcile the
21246 cosmic balance somewhat.
21247
21248 This works for me.  It allows people an easy way to contact me (they can
21249 just press @kbd{r} in the usual way), and I'm not bothered at all with
21250 spam.  It's a win-win situation.  Forging @code{From} headers to point
21251 to non-existent domains is yucky, in my opinion.
21252
21253
21254
21255 @node SpamAssassin
21256 @subsection SpamAssassin, Vipul's Razor, DCC, etc
21257 @cindex SpamAssassin
21258 @cindex Vipul's Razor
21259 @cindex DCC
21260
21261 The days where the hints in the previous section was sufficient in
21262 avoiding spam is coming to an end.  There are many tools out there
21263 that claim to reduce the amount of spam you get.  This section could
21264 easily become outdated fast, as new products replace old, but
21265 fortunately most of these tools seem to have similar interfaces.  Even
21266 though this section will use SpamAssassin as an example, it should be
21267 easy to adapt it to most other tools.
21268
21269 If the tool you are using is not installed on the mail server, you
21270 need to invoke it yourself.  Ideas on how to use the
21271 @code{:postscript} mail source parameter (@pxref{Mail Source
21272 Specifiers}) follows.
21273
21274 @lisp
21275 (setq mail-sources
21276       '((file :prescript "formail -bs spamassassin < /var/mail/%u")
21277         (pop :user "jrl"
21278              :server "pophost"
21279              :postscript "mv %t /tmp/foo; formail -bs spamc < /tmp/foo > %t")))
21280 @end lisp
21281
21282 Once you managed to process your incoming spool somehow, thus making
21283 the mail contain e.g. a header indicating it is spam, you are ready to
21284 filter it out.  Using normal split methods (@pxref{Splitting Mail}):
21285
21286 @lisp
21287 (setq nnmail-split-methods '(("spam"  "^X-Spam-Flag: YES")
21288                              ...))
21289 @end lisp
21290
21291 Or using fancy split methods (@pxref{Fancy Mail Splitting}):
21292
21293 @lisp
21294 (setq nnmail-split-methods 'nnmail-split-fancy
21295       nnmail-split-fancy '(| ("X-Spam-Flag" "YES" "spam")
21296                              ...))
21297 @end lisp
21298
21299 Some people might not like the idea of piping the mail through various
21300 programs using a @code{:prescript} (if some program is buggy, you
21301 might lose all mail).  If you are one of them, another solution is to
21302 call the external tools during splitting.  Example fancy split method:
21303
21304 @lisp
21305 (setq nnmail-split-fancy '(| (: kevin-spamassassin)
21306                              ...))
21307 (defun kevin-spamassassin ()
21308   (save-excursion
21309     (let ((buf (or (get-buffer " *nnmail incoming*")
21310                    (get-buffer " *nnml move*"))))
21311       (if (not buf)
21312           (progn (message "Oops, cannot find message buffer") nil)
21313         (set-buffer buf)
21314         (if (eq 1 (call-process-region (point-min) (point-max)
21315                                        "spamc" nil nil nil "-c"))
21316             "spam")))))
21317 @end lisp
21318
21319 That is about it.  As some spam is likely to get through anyway, you
21320 might want to have a nifty function to call when you happen to read
21321 spam.  And here is the nifty function:
21322
21323 @lisp
21324  (defun my-gnus-raze-spam ()
21325   "Submit SPAM to Vipul's Razor, then mark it as expirable."
21326   (interactive)
21327   (gnus-summary-show-raw-article)
21328   (gnus-summary-save-in-pipe "razor-report -f -d")
21329   (gnus-summary-mark-as-expirable 1))
21330 @end lisp
21331
21332 @node Hashcash
21333 @subsection Hashcash
21334 @cindex hashcash
21335
21336 A novel technique to fight spam is to require senders to do something
21337 costly for each message they send.  This has the obvious drawback that
21338 you cannot rely on that everyone in the world uses this technique,
21339 since it is not part of the Internet standards, but it may be useful
21340 in smaller communities.
21341
21342 While the tools in the previous section work well in practice, they
21343 work only because the tools are constantly maintained and updated as
21344 new form of spam appears.  This means that a small percentage of spam
21345 will always get through.  It also means that somewhere, someone needs
21346 to read lots of spam to update these tools.  Hashcash avoids that, but
21347 instead requires that everyone you communicate with supports the
21348 scheme.  You can view the two approaches as pragmatic vs dogmatic.
21349 The approaches have their own advantages and disadvantages, but as
21350 often in the real world, a combination of them is stronger than either
21351 one of them separately.
21352
21353 @cindex X-Hashcash
21354 The ``something costly'' is to burn CPU time, more specifically to
21355 compute a hash collision up to a certain number of bits.  The
21356 resulting hashcash cookie is inserted in a @samp{X-Hashcash:}
21357 header. For more details, and for the external application
21358 @code{hashcash} you need to install to use this feature, see
21359 @uref{http://www.cypherspace.org/~adam/hashcash/}.  Even more
21360 information can be found at @uref{http://www.camram.org/}.
21361
21362 If you wish to call hashcash for each message you send, say something
21363 like:
21364
21365 @lisp
21366 (require 'hashcash)
21367 (add-hook 'message-send-hook 'mail-add-payment)
21368 @end lisp
21369
21370 The @code{hashcash.el} library can be found at
21371 @uref{http://users.actrix.gen.nz/mycroft/hashcash.el}, or in the Gnus
21372 development contrib directory.
21373
21374 You will need to set up some additional variables as well:
21375
21376 @table @code
21377
21378 @item hashcash-default-payment
21379 @vindex hashcash-default-payment
21380 This variable indicates the default number of bits the hash collision
21381 should consist of.  By default this is 0, meaning nothing will be
21382 done.  Suggested useful values include 17 to 29.
21383
21384 @item hashcash-payment-alist
21385 @vindex hashcash-payment-alist
21386 Some receivers may require you to spend burn more CPU time than the
21387 default.  This variable contains a list of @samp{(ADDR AMOUNT)} cells,
21388 where ADDR is the receiver (email address or newsgroup) and AMOUNT is
21389 the number of bits in the collision that is needed.  It can also
21390 contain @samp{(ADDR STRING AMOUNT)} cells, where the STRING is the
21391 string to use (normally the email address or newsgroup name is used).
21392
21393 @item hashcash
21394 @vindex hashcash
21395 Where the @code{hashcash} binary is installed.
21396
21397 @end table
21398
21399 Currently there is no built in functionality in Gnus to verify
21400 hashcash cookies, it is expected that this is performed by your hand
21401 customized mail filtering scripts.  Improvements in this area would be
21402 a useful contribution, however.
21403
21404 @node Filtering Spam Using The Spam ELisp Package
21405 @subsection Filtering Spam Using The Spam ELisp Package
21406 @cindex spam filtering
21407 @cindex spam
21408
21409 The idea behind @code{spam.el} is to have a control center for spam detection
21410 and filtering in Gnus.  To that end, @code{spam.el} does two things: it
21411 filters incoming mail, and it analyzes mail known to be spam or ham.
21412 @emph{Ham} is the name used throughout @code{spam.el} to indicate
21413 non-spam messages.
21414
21415 So, what happens when you load @code{spam.el}?  First of all, you get
21416 the following keyboard commands:
21417
21418 @table @kbd
21419
21420 @item M-d
21421 @itemx M s x
21422 @itemx S x
21423 @kindex M-d
21424 @kindex S x
21425 @kindex M s x
21426 @findex gnus-summary-mark-as-spam
21427 @code{gnus-summary-mark-as-spam}.
21428
21429 Mark current article as spam, showing it with the @samp{$} mark.
21430 Whenever you see a spam article, make sure to mark its summary line
21431 with @kbd{M-d} before leaving the group.  This is done automatically
21432 for unread articles in @emph{spam} groups.
21433
21434 @item M s t
21435 @itemx S t
21436 @kindex M s t
21437 @kindex S t
21438 @findex spam-bogofilter-score
21439 @code{spam-bogofilter-score}.
21440
21441 You must have Bogofilter installed for that command to work properly.
21442
21443 @xref{Bogofilter}.
21444
21445 @end table
21446
21447 Also, when you load @code{spam.el}, you will be able to customize its
21448 variables.  Try @code{customize-group} on the @samp{spam} variable
21449 group.
21450
21451 The concepts of ham processors and spam processors are very important.
21452 Ham processors and spam processors for a group can be set with the
21453 @code{spam-process} group parameter, or the
21454 @code{gnus-spam-process-newsgroups} variable.  Ham processors take
21455 mail known to be non-spam (@emph{ham}) and process it in some way so
21456 that later similar mail will also be considered non-spam.  Spam
21457 processors take mail known to be spam and process it so similar spam
21458 will be detected later.
21459
21460 Gnus learns from the spam you get.  You have to collect your spam in
21461 one or more spam groups, and set or customize the variable
21462 @code{spam-junk-mailgroups} as appropriate.  You can also declare
21463 groups to contain spam by setting their group parameter
21464 @code{spam-contents} to @code{gnus-group-spam-classification-spam}, or
21465 by customizing the corresponding variable
21466 @code{gnus-spam-newsgroup-contents}.  The @code{spam-contents} group
21467 parameter and the @code{gnus-spam-newsgroup-contents} variable can
21468 also be used to declare groups as @emph{ham} groups if you set their
21469 classification to @code{gnus-group-spam-classification-ham}.  If
21470 groups are not classified by means of @code{spam-junk-mailgroups},
21471 @code{spam-contents}, or @code{gnus-spam-newsgroup-contents}, they are
21472 considered @emph{unclassified}.  All groups are unclassified by
21473 default.
21474
21475 In spam groups, all messages are considered to be spam by default:
21476 they get the @samp{$} mark when you enter the group.  You must review
21477 these messages from time to time and remove the @samp{$} mark for
21478 every message that is not spam after all.  To remove the @samp{$}
21479 mark, you can use @kbd{M-u} to ``unread'' the article, or @kbd{d} for
21480 declaring it read the non-spam way.  When you leave a group, all
21481 spam-marked (@samp{$}) articles are sent to a spam processor which
21482 will study them as spam samples.
21483
21484 Messages may also be deleted in various other ways, and unless
21485 @code{spam-ham-marks} gets overridden below, marks @samp{R} and
21486 @samp{r} for default read or explicit delete, marks @samp{X} and
21487 @samp{K} for automatic or explicit kills, as well as mark @samp{Y} for
21488 low scores, are all considered to be associated with articles which
21489 are not spam.  This assumption might be false, in particular if you
21490 use kill files or score files as means for detecting genuine spam, you
21491 should then adjust the @code{spam-ham-marks} variable.
21492
21493 @defvar spam-ham-marks
21494 You can customize this variable to be the list of marks you want to
21495 consider ham.  By default, the list contains the deleted, read,
21496 killed, kill-filed, and low-score marks.
21497 @end defvar
21498
21499 @defvar spam-spam-marks
21500 You can customize this variable to be the list of marks you want to
21501 consider spam.  By default, the list contains only the spam mark.
21502 @end defvar
21503
21504 When you leave @emph{any} group, regardless of its
21505 @code{spam-contents} classification, all spam-marked articles are sent
21506 to a spam processor, which will study these as spam samples.  If you
21507 explicit kill a lot, you might sometimes end up with articles marked
21508 @samp{K} which you never saw, and which might accidentally contain
21509 spam.  Best is to make sure that real spam is marked with @samp{$},
21510 and nothing else.
21511
21512 When you leave a @emph{spam} group, all spam-marked articles are
21513 marked as expired after processing with the spam processor.  This is
21514 not done for @emph{unclassified} or @emph{ham} groups.  Also, any
21515 @strong{ham} articles in a spam group will be moved to a location
21516 determined by either the @code{ham-process-destination} group
21517 parameter or a match in the @code{gnus-ham-process-destinations}
21518 variable, which is a list of regular expressions matched with group
21519 names (it's easiest to customize this variable with
21520 @code{customize-variable gnus-ham-process-destinations}).  The ultimate
21521 location is a group name.  If the @code{ham-process-destination}
21522 parameter is not set, spam articles are only expired.
21523
21524 When you leave a @emph{ham} group, all ham-marked articles are sent to
21525 a ham processor, which will study these as non-spam samples.
21526
21527 When you leave a @emph{ham} or @emph{unclassified} group, all
21528 @strong{spam} articles are moved to a location determined by either
21529 the @code{spam-process-destination} group parameter or a match in the
21530 @code{gnus-spam-process-destinations} variable, which is a list of
21531 regular expressions matched with group names (it's easiest to
21532 customize this variable with @code{customize-variable
21533 gnus-spam-process-destinations}).  The ultimate location is a group
21534 name.  If the @code{spam-process-destination} parameter is not set,
21535 the spam articles are only expired.
21536
21537 To use the @code{spam.el} facilities for incoming mail filtering, you
21538 must add the following to your fancy split list
21539 @code{nnmail-split-fancy} or @code{nnimap-split-fancy}:
21540
21541 @example
21542 (: spam-split)
21543 @end example
21544
21545 Note that the fancy split may be called @code{nnmail-split-fancy} or
21546 @code{nnimap-split-fancy}, depending on whether you use the nnmail or
21547 nnimap back ends to retrieve your mail.
21548
21549 The @code{spam-split} function will process incoming mail and send the
21550 mail considered to be spam into the group name given by the variable
21551 @code{spam-split-group}.  By default that group name is @samp{spam},
21552 but you can customize it.
21553
21554 @emph{Note for IMAP users}
21555
21556 The boolean variable @code{nnimap-split-download-body} needs to be
21557 set, if you want to split based on the whole message instead of just
21558 the headers.  By default, the nnimap backend will only retrieve the
21559 message headers.  If you use spam-check-bogofilter, spam-check-ifile,
21560 or spam-check-stat (the splitters that can benefit from the full
21561 message body), you should set this variable.  It is not set by default
21562 because it will slow IMAP down.
21563
21564 @xref{Splitting in IMAP}.
21565
21566 @emph{TODO: Currently, spam.el only supports insertion of articles
21567 into a backend.  There is no way to tell spam.el that an article is no
21568 longer spam or ham.}
21569
21570 @emph{TODO: spam.el needs to provide a uniform way of training all the
21571 statistical databases.  Some have that functionality built-in, others
21572 don't.}
21573
21574 The following are the methods you can use to control the behavior of
21575 @code{spam-split} and their corresponding spam and ham processors:
21576
21577 @menu
21578 * Blacklists and Whitelists::   
21579 * BBDB Whitelists::             
21580 * Blackholes::                  
21581 * Regular Expressions Header Matching::  
21582 * Bogofilter::                  
21583 * ifile spam filtering::        
21584 * spam-stat spam filtering::    
21585 * Extending the spam elisp package::  
21586 @end menu
21587
21588 @node Blacklists and Whitelists
21589 @subsubsection Blacklists and Whitelists
21590 @cindex spam filtering
21591 @cindex whitelists, spam filtering
21592 @cindex blacklists, spam filtering
21593 @cindex spam
21594
21595 @defvar spam-use-blacklist
21596
21597 Set this variable to @code{t} if you want to use blacklists when
21598 splitting incoming mail.  Messages whose senders are in the blacklist
21599 will be sent to the @code{spam-split-group}.  This is an explicit
21600 filter, meaning that it acts only on mail senders @emph{declared} to
21601 be spammers.
21602
21603 @end defvar
21604
21605 @defvar spam-use-whitelist
21606
21607 Set this variable to @code{t} if you want to use whitelists when
21608 splitting incoming mail.  Messages whose senders are not in the
21609 whitelist will be sent to the next spam-split rule.  This is an
21610 explicit filter, meaning that unless someone is in the whitelist, their
21611 messages are not assumed to be spam or ham.
21612
21613 @end defvar
21614
21615 @defvar spam-use-whitelist-exclusive
21616
21617 Set this variable to @code{t} if you want to use whitelists as an
21618 implicit filter, meaning that every message will be considered spam
21619 unless the sender is in the whitelist.  Use with care.
21620
21621 @end defvar
21622
21623 @defvar gnus-group-spam-exit-processor-blacklist
21624
21625 Add this symbol to a group's @code{spam-process} parameter by
21626 customizing the group parameters or the
21627 @code{gnus-spam-process-newsgroups} variable.  When this symbol is
21628 added to a group's @code{spam-process} parameter, the senders of
21629 spam-marked articles will be added to the blacklist.
21630
21631 @end defvar
21632
21633 @defvar gnus-group-ham-exit-processor-whitelist
21634
21635 Add this symbol to a group's @code{spam-process} parameter by
21636 customizing the group parameters or the
21637 @code{gnus-spam-process-newsgroups} variable.  When this symbol is
21638 added to a group's @code{spam-process} parameter, the senders of
21639 ham-marked articles in @emph{ham} groups will be added to the
21640 whitelist.  Note that this ham processor has no effect in @emph{spam}
21641 or @emph{unclassified} groups.
21642
21643 @end defvar
21644
21645 Blacklists are lists of regular expressions matching addresses you
21646 consider to be spam senders.  For instance, to block mail from any
21647 sender at @samp{vmadmin.com}, you can put @samp{vmadmin.com} in your
21648 blacklist.  You start out with an empty blacklist.  Blacklist entries
21649 use the Emacs regular expression syntax.
21650
21651 Conversely, whitelists tell Gnus what addresses are considered
21652 legitimate.  All messages from whitelisted addresses are considered
21653 non-spam.  Also see @ref{BBDB Whitelists}.  Whitelist entries use the
21654 Emacs regular expression syntax.
21655
21656 The blacklist and whitelist file locations can be customized with the
21657 @code{spam-directory} variable (@file{~/News/spam} by default), or
21658 the @code{spam-whitelist} and @code{spam-blacklist} variables
21659 directly.  The whitelist and blacklist files will by default be in the
21660 @code{spam-directory} directory, named @file{whitelist} and
21661 @file{blacklist} respectively.
21662
21663 @node BBDB Whitelists
21664 @subsubsection BBDB Whitelists
21665 @cindex spam filtering
21666 @cindex BBDB whitelists, spam filtering
21667 @cindex BBDB, spam filtering
21668 @cindex spam
21669
21670 @defvar spam-use-BBDB
21671
21672 Analogous to @code{spam-use-whitelist} (@pxref{Blacklists and
21673 Whitelists}), but uses the BBDB as the source of whitelisted
21674 addresses, without regular expressions.  You must have the BBDB loaded
21675 for @code{spam-use-BBDB} to work properly.  Messages whose senders are
21676 not in the BBDB will be sent to the next spam-split rule.  This is an
21677 explicit filter, meaning that unless someone is in the BBDB, their
21678 messages are not assumed to be spam or ham.
21679
21680 @end defvar
21681
21682 @defvar spam-use-BBDB-exclusive
21683
21684 Set this variable to @code{t} if you want to use the BBDB as an
21685 implicit filter, meaning that every message will be considered spam
21686 unless the sender is in the BBDB.  Use with care.  Only sender
21687 addresses in the BBDB will be allowed through; all others will be
21688 classified as spammers.
21689
21690 @end defvar
21691
21692 @defvar gnus-group-ham-exit-processor-BBDB
21693
21694 Add this symbol to a group's @code{spam-process} parameter by
21695 customizing the group parameters or the
21696 @code{gnus-spam-process-newsgroups} variable.  When this symbol is
21697 added to a group's @code{spam-process} parameter, the senders of
21698 ham-marked articles in @emph{ham} groups will be added to the
21699 BBDB.  Note that this ham processor has no effect in @emph{spam}
21700 or @emph{unclassified} groups.
21701
21702 @end defvar
21703
21704 @node Blackholes
21705 @subsubsection Blackholes
21706 @cindex spam filtering
21707 @cindex blackholes, spam filtering
21708 @cindex spam
21709
21710 @defvar spam-use-blackholes
21711
21712 This option is disabled by default.  You can let Gnus consult the
21713 blackhole-type distributed spam processing systems (DCC, for instance)
21714 when you set this option.  The variable @code{spam-blackhole-servers}
21715 holds the list of blackhole servers Gnus will consult.  The current
21716 list is fairly comprehensive, but make sure to let us know if it
21717 contains outdated servers.
21718
21719 The blackhole check uses the @code{dig.el} package, but you can tell
21720 @code{spam.el} to use @code{dns.el} instead for better performance if
21721 you set @code{spam-use-dig} to nil.  It is not recommended at this
21722 time to set @code{spam-use-dig} to nil despite the possible
21723 performance improvements, because some users may be unable to use it,
21724 but you can try it and see if it works for you.
21725
21726 @end defvar
21727
21728 @defvar spam-blackhole-servers
21729
21730 The list of servers to consult for blackhole checks.
21731
21732 @end defvar
21733
21734 @defvar spam-blackhole-good-server-regex
21735
21736 A regular expression for IPs that should not be checked against the
21737 blackhole server list.  When set to nil, it has no effect.
21738
21739 @end defvar
21740
21741 @defvar spam-use-dig
21742
21743 Use the @code{dig.el} package instead of the @code{dns.el} package.
21744 The default setting of @code{t} is recommended.
21745
21746 @end defvar
21747
21748 Blackhole checks are done only on incoming mail.  There is no spam or
21749 ham processor for blackholes.
21750
21751 @node Regular Expressions Header Matching
21752 @subsubsection Regular Expressions Header Matching
21753 @cindex spam filtering
21754 @cindex regular expressions header matching, spam filtering
21755 @cindex spam
21756
21757 @defvar spam-use-regex-headers
21758
21759 This option is disabled by default.  You can let Gnus check the
21760 message headers against lists of regular expressions when you set this
21761 option.  The variables @code{spam-regex-headers-spam} and
21762 @code{spam-regex-headers-ham} hold the list of regular expressions.
21763 Gnus will check against the message headers to determine if the
21764 message is spam or ham, respectively.
21765
21766 @end defvar
21767
21768 @defvar spam-regex-headers-spam
21769
21770 The list of regular expressions that, when matched in the headers of
21771 the message, positively identify it as spam.
21772
21773 @end defvar
21774
21775 @defvar spam-regex-headers-ham
21776
21777 The list of regular expressions that, when matched in the headers of
21778 the message, positively identify it as ham.
21779
21780 @end defvar
21781
21782 Regular expression header checks are done only on incoming mail.
21783 There is no specific spam or ham processor for regular expressions.
21784
21785 @node Bogofilter
21786 @subsubsection Bogofilter
21787 @cindex spam filtering
21788 @cindex bogofilter, spam filtering
21789 @cindex spam
21790
21791 @defvar spam-use-bogofilter
21792
21793 Set this variable if you want @code{spam-split} to use Eric Raymond's
21794 speedy Bogofilter.
21795
21796 With a minimum of care for associating the @samp{$} mark for spam
21797 articles only, Bogofilter training all gets fairly automatic.  You
21798 should do this until you get a few hundreds of articles in each
21799 category, spam or not.  The command @kbd{S t} in summary mode, either
21800 for debugging or for curiosity, shows the @emph{spamicity} score of
21801 the current article (between 0.0 and 1.0).
21802
21803 Bogofilter determines if a message is spam based on an internal
21804 threshold, set at compilation time.  That threshold can't be
21805 customized.
21806
21807 If the @code{bogofilter} executable is not in your path, Bogofilter
21808 processing will be turned off.
21809
21810 You should not enable this if you use @code{spam-use-bogofilter-headers}.
21811
21812 @end defvar
21813
21814 @defvar spam-use-bogofilter-headers
21815
21816 Set this variable if you want @code{spam-split} to use Eric Raymond's
21817 speedy Bogofilter, looking only at the message headers.  It works
21818 similarly to @code{spam-use-bogofilter}, but the @code{X-Bogosity} header
21819 must be in the message already.  Normally you would do this with a
21820 procmail recipe or something similar; consult the Bogofilter
21821 installation documents for details.
21822
21823 You should not enable this if you use @code{spam-use-bogofilter}.
21824
21825 @end defvar
21826
21827 @defvar gnus-group-spam-exit-processor-bogofilter
21828 Add this symbol to a group's @code{spam-process} parameter by
21829 customizing the group parameters or the
21830 @code{gnus-spam-process-newsgroups} variable.  When this symbol is
21831 added to a group's @code{spam-process} parameter, spam-marked articles
21832 will be added to the Bogofilter spam database.
21833 @end defvar
21834
21835 @defvar gnus-group-ham-exit-processor-bogofilter
21836 Add this symbol to a group's @code{spam-process} parameter by
21837 customizing the group parameters or the
21838 @code{gnus-spam-process-newsgroups} variable.  When this symbol is
21839 added to a group's @code{spam-process} parameter, the ham-marked
21840 articles in @emph{ham} groups will be added to the Bogofilter database
21841 of non-spam messages.  Note that this ham processor has no effect in
21842 @emph{spam} or @emph{unclassified} groups.
21843 @end defvar
21844
21845 @defvar spam-bogofilter-database-directory
21846
21847 This is the directory where Bogofilter will store its databases.  It
21848 is not specified by default, so Bogofilter will use its own default
21849 database directory.
21850
21851 @end defvar
21852
21853 The Bogofilter mail classifier is similar to ifile in intent and
21854 purpose.  A ham and a spam processor are provided, plus the
21855 @code{spam-use-bogofilter} and @code{spam-use-bogofilter-headers}
21856 variables to indicate to spam-split that Bogofilter should either be
21857 used, or has already been used on the article.  The 0.9.2.1 version of
21858 Bogofilter was used to test this functionality.
21859
21860 @node ifile spam filtering
21861 @subsubsection ifile spam filtering
21862 @cindex spam filtering
21863 @cindex ifile, spam filtering
21864 @cindex spam
21865
21866 @defvar spam-use-ifile
21867
21868 Enable this variable if you want @code{spam-split} to use ifile, a
21869 statistical analyzer similar to Bogofilter.
21870
21871 @end defvar
21872
21873 @defvar spam-ifile-all-categories
21874
21875 Enable this variable if you want @code{spam-use-ifile} to give you all
21876 the ifile categories, not just spam/non-spam.  If you use this, make
21877 sure you train ifile as described in its documentation.
21878
21879 @end defvar
21880
21881 @defvar spam-ifile-spam-category
21882
21883 This is the category of spam messages as far as ifile is concerned.
21884 The actual string used is irrelevant, but you probably want to leave
21885 the default value of @samp{spam}.
21886 @end defvar
21887
21888 @defvar spam-ifile-database-path
21889
21890 This is the filename for the ifile database.  It is not specified by
21891 default, so ifile will use its own default database name.
21892
21893 @end defvar
21894
21895 The ifile mail classifier is similar to Bogofilter in intent and
21896 purpose.  A ham and a spam processor are provided, plus the
21897 @code{spam-use-ifile} variable to indicate to spam-split that ifile
21898 should be used.  The 1.2.1 version of ifile was used to test this
21899 functionality.
21900
21901 @node spam-stat spam filtering
21902 @subsubsection spam-stat spam filtering
21903 @cindex spam filtering
21904 @cindex spam-stat, spam filtering
21905 @cindex spam-stat
21906 @cindex spam
21907
21908 @xref{Filtering Spam Using Statistics with spam-stat}.
21909
21910 @defvar spam-use-stat
21911
21912 Enable this variable if you want @code{spam-split} to use
21913 spam-stat.el, an Emacs Lisp statistical analyzer.
21914
21915 @end defvar
21916
21917 @defvar gnus-group-spam-exit-processor-stat
21918 Add this symbol to a group's @code{spam-process} parameter by
21919 customizing the group parameters or the
21920 @code{gnus-spam-process-newsgroups} variable.  When this symbol is
21921 added to a group's @code{spam-process} parameter, the spam-marked
21922 articles will be added to the spam-stat database of spam messages.
21923 @end defvar
21924
21925 @defvar gnus-group-ham-exit-processor-stat
21926 Add this symbol to a group's @code{spam-process} parameter by
21927 customizing the group parameters or the
21928 @code{gnus-spam-process-newsgroups} variable.  When this symbol is
21929 added to a group's @code{spam-process} parameter, the ham-marked
21930 articles in @emph{ham} groups will be added to the spam-stat database
21931 of non-spam messages.  Note that this ham processor has no effect in
21932 @emph{spam} or @emph{unclassified} groups.
21933 @end defvar
21934
21935 This enables spam.el to cooperate with spam-stat.el.  spam-stat.el
21936 provides an internal (Lisp-only) spam database, which unlike ifile or
21937 Bogofilter does not require external programs.  A spam and a ham
21938 processor, and the @code{spam-use-stat} variable for @code{spam-split}
21939 are provided.
21940
21941 @node Extending the spam elisp package
21942 @subsubsection Extending the spam elisp package
21943 @cindex spam filtering
21944 @cindex spam elisp package, extending
21945 @cindex extending the spam elisp package
21946
21947 Say you want to add a new back end called blackbox.  For filtering
21948 incoming mail, provide the following:
21949
21950 @enumerate
21951
21952 @item
21953 code
21954
21955 @lisp
21956 (defvar spam-use-blackbox nil
21957   "True if blackbox should be used.")
21958 @end lisp
21959
21960 Add
21961 @example
21962     (spam-use-blackbox   . spam-check-blackbox)
21963 @end example
21964 to @code{spam-list-of-checks}.
21965
21966 @item
21967 functionality
21968
21969 Write the @code{spam-check-blackbox} function.  It should return
21970 @samp{nil} or @code{spam-split-group}.  See the existing
21971 @code{spam-check-*} functions for examples of what you can do.
21972 @end enumerate
21973
21974 For processing spam and ham messages, provide the following:
21975
21976 @enumerate
21977
21978 @item
21979 code 
21980
21981 Note you don't have to provide a spam or a ham processor.  Only
21982 provide them if Blackbox supports spam or ham processing.
21983
21984 @lisp
21985 (defvar gnus-group-spam-exit-processor-blackbox "blackbox"
21986   "The Blackbox summary exit spam processor.
21987 Only applicable to spam groups.")
21988
21989 (defvar gnus-group-ham-exit-processor-blackbox "blackbox"
21990   "The whitelist summary exit ham processor.
21991 Only applicable to non-spam (unclassified and ham) groups.")
21992
21993 @end lisp
21994
21995 @item
21996 functionality
21997
21998 @lisp
21999 (defun spam-blackbox-register-spam-routine ()
22000   (spam-generic-register-routine
22001    ;; the spam function
22002    (lambda (article)
22003      (let ((from (spam-fetch-field-from-fast article)))
22004        (when (stringp from)
22005            (blackbox-do-something-with-this-spammer from))))
22006    ;; the ham function
22007    nil))
22008
22009 (defun spam-blackbox-register-ham-routine ()
22010   (spam-generic-register-routine
22011    ;; the spam function
22012    nil
22013    ;; the ham function
22014    (lambda (article)
22015      (let ((from (spam-fetch-field-from-fast article)))
22016        (when (stringp from)
22017            (blackbox-do-something-with-this-ham-sender from))))))
22018 @end lisp
22019
22020 Write the @code{blackbox-do-something-with-this-ham-sender} and
22021 @code{blackbox-do-something-with-this-spammer} functions.  You can add
22022 more complex code than fetching the message sender, but keep in mind
22023 that retrieving the whole message takes significantly longer than the
22024 sender through @code{spam-fetch-field-from-fast}, because the message
22025 senders are kept in memory by Gnus.
22026
22027 @end enumerate
22028
22029
22030 @node Filtering Spam Using Statistics with spam-stat
22031 @subsection Filtering Spam Using Statistics with spam-stat
22032 @cindex Paul Graham
22033 @cindex Graham, Paul
22034 @cindex naive Bayesian spam filtering
22035 @cindex Bayesian spam filtering, naive
22036 @cindex spam filtering, naive Bayesian
22037
22038 Paul Graham has written an excellent essay about spam filtering using
22039 statistics: @uref{http://www.paulgraham.com/spam.html,A Plan for
22040 Spam}.  In it he describes the inherent deficiency of rule-based
22041 filtering as used by SpamAssassin, for example: Somebody has to write
22042 the rules, and everybody else has to install these rules.  You are
22043 always late.  It would be much better, he argues, to filter mail based
22044 on whether it somehow resembles spam or non-spam.  One way to measure
22045 this is word distribution.  He then goes on to describe a solution
22046 that checks whether a new mail resembles any of your other spam mails
22047 or not.
22048
22049 The basic idea is this:  Create a two collections of your mail, one
22050 with spam, one with non-spam.  Count how often each word appears in
22051 either collection, weight this by the total number of mails in the
22052 collections, and store this information in a dictionary.  For every
22053 word in a new mail, determine its probability to belong to a spam or a
22054 non-spam mail.  Use the 15 most conspicuous words, compute the total
22055 probability of the mail being spam.  If this probability is higher
22056 than a certain threshold, the mail is considered to be spam.
22057
22058 Gnus supports this kind of filtering.  But it needs some setting up.
22059 First, you need two collections of your mail, one with spam, one with
22060 non-spam.  Then you need to create a dictionary using these two
22061 collections, and save it.  And last but not least, you need to use
22062 this dictionary in your fancy mail splitting rules.
22063
22064 @menu
22065 * Creating a spam-stat dictionary::  
22066 * Splitting mail using spam-stat::  
22067 * Low-level interface to the spam-stat dictionary::  
22068 @end menu
22069
22070 @node Creating a spam-stat dictionary
22071 @subsubsection Creating a spam-stat dictionary
22072
22073 Before you can begin to filter spam based on statistics, you must
22074 create these statistics based on two mail collections, one with spam,
22075 one with non-spam.  These statistics are then stored in a dictionary
22076 for later use.  In order for these statistics to be meaningful, you
22077 need several hundred emails in both collections.
22078
22079 Gnus currently supports only the nnml back end for automated dictionary
22080 creation.  The nnml back end stores all mails in a directory, one file
22081 per mail.  Use the following:
22082
22083 @defun spam-stat-process-spam-directory
22084 Create spam statistics for every file in this directory.  Every file
22085 is treated as one spam mail.
22086 @end defun
22087
22088 @defun spam-stat-process-non-spam-directory
22089 Create non-spam statistics for every file in this directory.  Every
22090 file is treated as one non-spam mail.
22091 @end defun
22092
22093 Usually you would call @code{spam-stat-process-spam-directory} on a
22094 directory such as @file{~/Mail/mail/spam} (this usually corresponds
22095 the the group @samp{nnml:mail.spam}), and you would call
22096 @code{spam-stat-process-non-spam-directory} on a directory such as
22097 @file{~/Mail/mail/misc} (this usually corresponds the the group
22098 @samp{nnml:mail.misc}).
22099
22100 When you are using IMAP, you won't have the mails available locally,
22101 so that will not work.  One solution is to use the Gnus Agent to cache
22102 the articles.  Then you can use directories such as
22103 @file{"~/News/agent/nnimap/mail.yourisp.com/personal_spam"} for
22104 @code{spam-stat-process-spam-directory}.  @xref{Agent as Cache}.
22105
22106 @defvar spam-stat
22107 This variable holds the hash-table with all the statistics -- the
22108 dictionary we have been talking about.  For every word in either
22109 collection, this hash-table stores a vector describing how often the
22110 word appeared in spam and often it appeared in non-spam mails.
22111 @end defvar
22112
22113 If you want to regenerate the statistics from scratch, you need to
22114 reset the dictionary.
22115
22116 @defun spam-stat-reset
22117 Reset the @code{spam-stat} hash-table, deleting all the statistics.
22118 @end defun
22119
22120 When you are done, you must save the dictionary.  The dictionary may
22121 be rather large.  If you will not update the dictionary incrementally
22122 (instead, you will recreate it once a month, for example), then you
22123 can reduce the size of the dictionary by deleting all words that did
22124 not appear often enough or that do not clearly belong to only spam or
22125 only non-spam mails.
22126
22127 @defun spam-stat-reduce-size
22128 Reduce the size of the dictionary.  Use this only if you do not want
22129 to update the dictionary incrementally.
22130 @end defun
22131
22132 @defun spam-stat-save
22133 Save the dictionary.
22134 @end defun
22135
22136 @defvar spam-stat-file
22137 The filename used to store the dictionary.  This defaults to
22138 @file{~/.spam-stat.el}.
22139 @end defvar
22140
22141 @node Splitting mail using spam-stat
22142 @subsubsection Splitting mail using spam-stat
22143
22144 In order to use @code{spam-stat} to split your mail, you need to add the
22145 following to your @file{~/.gnus} file:
22146
22147 @lisp
22148 (require 'spam-stat)
22149 (spam-stat-load)
22150 @end lisp
22151
22152 This will load the necessary Gnus code, and the dictionary you
22153 created.
22154
22155 Next, you need to adapt your fancy splitting rules:  You need to
22156 determine how to use @code{spam-stat}.  The following examples are for
22157 the nnml back end.  Using the nnimap back end works just as well.  Just
22158 use @code{nnimap-split-fancy} instead of @code{nnmail-split-fancy}.
22159
22160 In the simplest case, you only have two groups, @samp{mail.misc} and
22161 @samp{mail.spam}.  The following expression says that mail is either
22162 spam or it should go into @samp{mail.misc}.  If it is spam, then
22163 @code{spam-stat-split-fancy} will return @samp{mail.spam}.
22164
22165 @lisp
22166 (setq nnmail-split-fancy
22167       `(| (: spam-stat-split-fancy)
22168           "mail.misc"))
22169 @end lisp
22170
22171 @defvar spam-stat-split-fancy-spam-group
22172 The group to use for spam.  Default is @samp{mail.spam}.
22173 @end defvar
22174
22175 If you also filter mail with specific subjects into other groups, use
22176 the following expression.  Only mails not matching the regular
22177 expression are considered potential spam.
22178
22179 @lisp
22180 (setq nnmail-split-fancy
22181       `(| ("Subject" "\\bspam-stat\\b" "mail.emacs")
22182           (: spam-stat-split-fancy)
22183           "mail.misc"))
22184 @end lisp
22185
22186 If you want to filter for spam first, then you must be careful when
22187 creating the dictionary.  Note that @code{spam-stat-split-fancy} must
22188 consider both mails in @samp{mail.emacs} and in @samp{mail.misc} as
22189 non-spam, therefore both should be in your collection of non-spam
22190 mails, when creating the dictionary!
22191
22192 @lisp
22193 (setq nnmail-split-fancy
22194       `(| (: spam-stat-split-fancy)
22195           ("Subject" "\\bspam-stat\\b" "mail.emacs")
22196           "mail.misc"))
22197 @end lisp
22198
22199 You can combine this with traditional filtering.  Here, we move all
22200 HTML-only mails into the @samp{mail.spam.filtered} group.  Note that since
22201 @code{spam-stat-split-fancy} will never see them, the mails in
22202 @samp{mail.spam.filtered} should be neither in your collection of spam mails,
22203 nor in your collection of non-spam mails, when creating the
22204 dictionary!
22205
22206 @lisp
22207 (setq nnmail-split-fancy
22208       `(| ("Content-Type" "text/html" "mail.spam.filtered")
22209           (: spam-stat-split-fancy)
22210           ("Subject" "\\bspam-stat\\b" "mail.emacs")
22211           "mail.misc"))
22212 @end lisp
22213
22214
22215 @node Low-level interface to the spam-stat dictionary
22216 @subsubsection Low-level interface to the spam-stat dictionary
22217
22218 The main interface to using @code{spam-stat}, are the following functions:
22219
22220 @defun spam-stat-buffer-is-spam
22221 Called in a buffer, that buffer is considered to be a new spam mail.
22222 Use this for new mail that has not been processed before.
22223 @end defun
22224
22225 @defun spam-stat-buffer-is-no-spam
22226 Called in a buffer, that buffer is considered to be a new non-spam
22227 mail.  Use this for new mail that has not been processed before.
22228 @end defun
22229
22230 @defun spam-stat-buffer-change-to-spam
22231 Called in a buffer, that buffer is no longer considered to be normal
22232 mail but spam.  Use this to change the status of a mail that has
22233 already been processed as non-spam.
22234 @end defun
22235
22236 @defun spam-stat-buffer-change-to-non-spam
22237 Called in a buffer, that buffer is no longer considered to be spam but
22238 normal mail.  Use this to change the status of a mail that has already
22239 been processed as spam.
22240 @end defun
22241
22242 @defun spam-stat-save
22243 Save the hash table to the file.  The filename used is stored in the
22244 variable @code{spam-stat-file}.
22245 @end defun
22246
22247 @defun spam-stat-load
22248 Load the hash table from a file.  The filename used is stored in the
22249 variable @code{spam-stat-file}.
22250 @end defun
22251
22252 @defun spam-stat-score-word
22253 Return the spam score for a word.
22254 @end defun
22255
22256 @defun spam-stat-score-buffer
22257 Return the spam score for a buffer.
22258 @end defun
22259
22260 @defun spam-stat-split-fancy
22261 Use this function for fancy mail splitting.  Add the rule @samp{(:
22262 spam-stat-split-fancy)} to @code{nnmail-split-fancy}
22263 @end defun
22264
22265 Make sure you load the dictionary before using it.  This requires the
22266 following in your @file{~/.gnus} file:
22267
22268 @lisp
22269 (require 'spam-stat)
22270 (spam-stat-load)
22271 @end lisp
22272
22273 Typical test will involve calls to the following functions:
22274
22275 @example
22276 Reset: (setq spam-stat (make-hash-table :test 'equal))
22277 Learn spam: (spam-stat-process-spam-directory "~/Mail/mail/spam")
22278 Learn non-spam: (spam-stat-process-non-spam-directory "~/Mail/mail/misc")
22279 Save table: (spam-stat-save)
22280 File size: (nth 7 (file-attributes spam-stat-file))
22281 Number of words: (hash-table-count spam-stat)
22282 Test spam: (spam-stat-test-directory "~/Mail/mail/spam")
22283 Test non-spam: (spam-stat-test-directory "~/Mail/mail/misc")
22284 Reduce table size: (spam-stat-reduce-size)
22285 Save table: (spam-stat-save)
22286 File size: (nth 7 (file-attributes spam-stat-file))
22287 Number of words: (hash-table-count spam-stat)
22288 Test spam: (spam-stat-test-directory "~/Mail/mail/spam")
22289 Test non-spam: (spam-stat-test-directory "~/Mail/mail/misc")
22290 @end example
22291
22292 Here is how you would create your dictionary:
22293
22294 @example
22295 Reset: (setq spam-stat (make-hash-table :test 'equal))
22296 Learn spam: (spam-stat-process-spam-directory "~/Mail/mail/spam")
22297 Learn non-spam: (spam-stat-process-non-spam-directory "~/Mail/mail/misc")
22298 Repeat for any other non-spam group you need...
22299 Reduce table size: (spam-stat-reduce-size)
22300 Save table: (spam-stat-save)
22301 @end example
22302
22303 @node Various Various
22304 @section Various Various
22305 @cindex mode lines
22306 @cindex highlights
22307
22308 @table @code
22309
22310 @item gnus-home-directory
22311 @vindex gnus-home-directory
22312 All Gnus file and directory variables will be initialized from this
22313 variable, which defaults to @file{~/}.
22314
22315 @item gnus-directory
22316 @vindex gnus-directory
22317 Most Gnus storage file and directory variables will be initialized from
22318 this variable, which defaults to the @samp{SAVEDIR} environment
22319 variable, or @file{~/News/} if that variable isn't set.
22320
22321 Note that Gnus is mostly loaded when the @file{.gnus.el} file is read.
22322 This means that other directory variables that are initialized from this
22323 variable won't be set properly if you set this variable in
22324 @file{.gnus.el}.  Set this variable in @file{.emacs} instead.
22325
22326 @item gnus-default-directory
22327 @vindex gnus-default-directory
22328 Not related to the above variable at all---this variable says what the
22329 default directory of all Gnus buffers should be.  If you issue commands
22330 like @kbd{C-x C-f}, the prompt you'll get starts in the current buffer's
22331 default directory.  If this variable is @code{nil} (which is the
22332 default), the default directory will be the default directory of the
22333 buffer you were in when you started Gnus.
22334
22335 @item gnus-verbose
22336 @vindex gnus-verbose
22337 This variable is an integer between zero and ten.  The higher the value,
22338 the more messages will be displayed.  If this variable is zero, Gnus
22339 will never flash any messages, if it is seven (which is the default),
22340 most important messages will be shown, and if it is ten, Gnus won't ever
22341 shut up, but will flash so many messages it will make your head swim.
22342
22343 @item gnus-verbose-backends
22344 @vindex gnus-verbose-backends
22345 This variable works the same way as @code{gnus-verbose}, but it applies
22346 to the Gnus back ends instead of Gnus proper.
22347
22348 @item nnheader-max-head-length
22349 @vindex nnheader-max-head-length
22350 When the back ends read straight heads of articles, they all try to read
22351 as little as possible.  This variable (default 4096) specifies
22352 the absolute max length the back ends will try to read before giving up
22353 on finding a separator line between the head and the body.  If this
22354 variable is @code{nil}, there is no upper read bound.  If it is
22355 @code{t}, the back ends won't try to read the articles piece by piece,
22356 but read the entire articles.  This makes sense with some versions of
22357 @code{ange-ftp} or @code{efs}.
22358
22359 @item nnheader-head-chop-length
22360 @vindex nnheader-head-chop-length
22361 This variable (default 2048) says how big a piece of each article to
22362 read when doing the operation described above.
22363
22364 @item nnheader-file-name-translation-alist
22365 @vindex nnheader-file-name-translation-alist
22366 @cindex file names
22367 @cindex invalid characters in file names
22368 @cindex characters in file names
22369 This is an alist that says how to translate characters in file names.
22370 For instance, if @samp{:} is invalid as a file character in file names
22371 on your system (you OS/2 user you), you could say something like:
22372
22373 @lisp
22374 (setq nnheader-file-name-translation-alist
22375       '((?: . ?_)))
22376 @end lisp
22377
22378 In fact, this is the default value for this variable on OS/2 and MS
22379 Windows (phooey) systems.
22380
22381 @item gnus-hidden-properties
22382 @vindex gnus-hidden-properties
22383 This is a list of properties to use to hide ``invisible'' text.  It is
22384 @code{(invisible t intangible t)} by default on most systems, which
22385 makes invisible text invisible and intangible.
22386
22387 @item gnus-parse-headers-hook
22388 @vindex gnus-parse-headers-hook
22389 A hook called before parsing headers.  It can be used, for instance, to
22390 gather statistics on the headers fetched, or perhaps you'd like to prune
22391 some headers.  I don't see why you'd want that, though.
22392
22393 @item gnus-shell-command-separator
22394 @vindex gnus-shell-command-separator
22395 String used to separate two shell commands.  The default is @samp{;}.
22396
22397 @item gnus-invalid-group-regexp
22398 @vindex gnus-invalid-group-regexp
22399
22400 Regexp to match ``invalid'' group names when querying user for a group
22401 name.  The default value catches some @strong{really} invalid group
22402 names who could possibly mess up Gnus internally (like allowing
22403 @samp{:} in a group name, which is normally used to delimit method and
22404 group).
22405
22406 @sc{imap} users might want to allow @samp{/} in group names though.
22407
22408
22409 @end table
22410
22411 @node The End
22412 @chapter The End
22413
22414 Well, that's the manual---you can get on with your life now.  Keep in
22415 touch.  Say hello to your cats from me.
22416
22417 My @strong{ghod}---I just can't stand goodbyes.  Sniffle.
22418
22419 Ol' Charles Reznikoff said it pretty well, so I leave the floor to him:
22420
22421 @quotation
22422 @strong{Te Deum}
22423
22424 @sp 1
22425 Not because of victories @*
22426 I sing,@*
22427 having none,@*
22428 but for the common sunshine,@*
22429 the breeze,@*
22430 the largess of the spring.
22431
22432 @sp 1
22433 Not for victory@*
22434 but for the day's work done@*
22435 as well as I was able;@*
22436 not for a seat upon the dais@*
22437 but at the common table.@*
22438 @end quotation
22439
22440
22441 @node Appendices
22442 @chapter Appendices
22443
22444 @menu
22445 * XEmacs::                      Requirements for installing under XEmacs.
22446 * History::                     How Gnus got where it is today.
22447 * On Writing Manuals::          Why this is not a beginner's guide.
22448 * Terminology::                 We use really difficult, like, words here.
22449 * Customization::               Tailoring Gnus to your needs.
22450 * Troubleshooting::             What you might try if things do not work.
22451 * Gnus Reference Guide::        Rilly, rilly technical stuff.
22452 * Emacs for Heathens::          A short introduction to Emacsian terms.
22453 * Frequently Asked Questions::
22454 @end menu
22455
22456
22457 @node XEmacs
22458 @section XEmacs
22459 @cindex XEmacs
22460 @cindex Installing under XEmacs
22461
22462 XEmacs is distributed as a collection of packages.  You should install
22463 whatever packages the Gnus XEmacs package requires.  The current
22464 requirements are @samp{gnus}, @samp{w3}, @samp{mh-e},
22465 @samp{mailcrypt}, @samp{rmail}, @samp{eterm}, @samp{mail-lib},
22466 @samp{xemacs-base}, @samp{sh-script} and @samp{fsf-compat}.  The
22467 @samp{misc-games} package is required for Morse decoding.
22468
22469
22470 @node History
22471 @section History
22472
22473 @cindex history
22474 @sc{gnus} was written by Masanobu @sc{Umeda}.  When autumn crept up in
22475 '94, Lars Magne Ingebrigtsen grew bored and decided to rewrite Gnus.
22476
22477 If you want to investigate the person responsible for this outrage,
22478 you can point your (feh!) web browser to
22479 @uref{http://quimby.gnus.org/}.  This is also the primary
22480 distribution point for the new and spiffy versions of Gnus, and is
22481 known as The Site That Destroys Newsrcs And Drives People Mad.
22482
22483 During the first extended alpha period of development, the new Gnus was
22484 called ``(ding) Gnus''.  @dfn{(ding)} is, of course, short for
22485 @dfn{ding is not Gnus}, which is a total and utter lie, but who cares?
22486 (Besides, the ``Gnus'' in this abbreviation should probably be
22487 pronounced ``news'' as @sc{Umeda} intended, which makes it a more
22488 appropriate name, don't you think?)
22489
22490 In any case, after spending all that energy on coming up with a new and
22491 spunky name, we decided that the name was @emph{too} spunky, so we
22492 renamed it back again to ``Gnus''.  But in mixed case.  ``Gnus'' vs.
22493 ``@sc{gnus}''.  New vs. old.
22494
22495 @menu
22496 * Gnus Versions::               What Gnus versions have been released.
22497 * Other Gnus Versions::         Other Gnus versions that also have been released.
22498 * Why?::                        What's the point of Gnus?
22499 * Compatibility::               Just how compatible is Gnus with @sc{gnus}?
22500 * Conformity::                  Gnus tries to conform to all standards.
22501 * Emacsen::                     Gnus can be run on a few modern Emacsen.
22502 * Gnus Development::            How Gnus is developed.
22503 * Contributors::                Oodles of people.
22504 * New Features::                Pointers to some of the new stuff in Gnus.
22505 @end menu
22506
22507
22508 @node Gnus Versions
22509 @subsection Gnus Versions
22510 @cindex ding Gnus
22511 @cindex September Gnus
22512 @cindex Red Gnus
22513 @cindex Quassia Gnus
22514 @cindex Pterodactyl Gnus
22515 @cindex Oort Gnus
22516 @cindex No Gnus
22517
22518 The first ``proper'' release of Gnus 5 was done in November 1995 when it
22519 was included in the Emacs 19.30 distribution (132 (ding) Gnus releases
22520 plus 15 Gnus 5.0 releases).
22521
22522 In May 1996 the next Gnus generation (aka. ``September Gnus'' (after 99
22523 releases)) was released under the name ``Gnus 5.2'' (40 releases).
22524
22525 On July 28th 1996 work on Red Gnus was begun, and it was released on
22526 January 25th 1997 (after 84 releases) as ``Gnus 5.4'' (67 releases).
22527
22528 On September 13th 1997, Quassia Gnus was started and lasted 37 releases.
22529 If was released as ``Gnus 5.6'' on March 8th 1998 (46 releases).
22530
22531 Gnus 5.6 begat Pterodactyl Gnus on August 29th 1998 and was released as
22532 ``Gnus 5.8'' (after 99 releases and a CVS repository) on December 3rd
22533 1999.
22534
22535 On the 26th of October 2000, Oort Gnus was begun.
22536
22537 If you happen upon a version of Gnus that has a prefixed name --
22538 ``(ding) Gnus'', ``September Gnus'', ``Red Gnus'', ``Quassia Gnus'',
22539 ``Pterodactyl Gnus'', ``Oort Gnus'' -- don't panic.  Don't let it know
22540 that you're frightened.  Back away.  Slowly.  Whatever you do, don't
22541 run.  Walk away, calmly, until you're out of its reach.  Find a proper
22542 released version of Gnus and snuggle up to that instead.
22543
22544
22545 @node Other Gnus Versions
22546 @subsection Other Gnus Versions
22547 @cindex Semi-gnus
22548
22549 In addition to the versions of Gnus which have had their releases
22550 coordinated by Lars, one major development has been Semi-gnus from
22551 Japan.  It's based on a library called @sc{semi}, which provides
22552 @sc{mime} capabilities.
22553
22554 These Gnusae are based mainly on Gnus 5.6 and Pterodactyl Gnus.
22555 Collectively, they are called ``Semi-gnus'', and different strains are
22556 called T-gnus, ET-gnus, Nana-gnus and Chaos.  These provide powerful
22557 @sc{mime} and multilingualization things, especially important for
22558 Japanese users.
22559
22560
22561 @node Why?
22562 @subsection Why?
22563
22564 What's the point of Gnus?
22565
22566 I want to provide a ``rad'', ``happening'', ``way cool'' and ``hep''
22567 newsreader, that lets you do anything you can think of.  That was my
22568 original motivation, but while working on Gnus, it has become clear to
22569 me that this generation of newsreaders really belong in the stone age.
22570 Newsreaders haven't developed much since the infancy of the net.  If the
22571 volume continues to rise with the current rate of increase, all current
22572 newsreaders will be pretty much useless.  How do you deal with
22573 newsgroups that have thousands of new articles each day?  How do you
22574 keep track of millions of people who post?
22575
22576 Gnus offers no real solutions to these questions, but I would very much
22577 like to see Gnus being used as a testing ground for new methods of
22578 reading and fetching news.  Expanding on @sc{Umeda}-san's wise decision
22579 to separate the newsreader from the back ends, Gnus now offers a simple
22580 interface for anybody who wants to write new back ends for fetching mail
22581 and news from different sources.  I have added hooks for customizations
22582 everywhere I could imagine it being useful.  By doing so, I'm inviting
22583 every one of you to explore and invent.
22584
22585 May Gnus never be complete.  @kbd{C-u 100 M-x all-hail-emacs} and
22586 @kbd{C-u 100 M-x all-hail-xemacs}.
22587
22588
22589 @node Compatibility
22590 @subsection Compatibility
22591
22592 @cindex compatibility
22593 Gnus was designed to be fully compatible with @sc{gnus}.  Almost all key
22594 bindings have been kept.  More key bindings have been added, of course,
22595 but only in one or two obscure cases have old bindings been changed.
22596
22597 Our motto is:
22598 @quotation
22599 @cartouche
22600 @center In a cloud bones of steel.
22601 @end cartouche
22602 @end quotation
22603
22604 All commands have kept their names.  Some internal functions have changed
22605 their names.
22606
22607 The @code{gnus-uu} package has changed drastically.  @xref{Decoding
22608 Articles}.
22609
22610 One major compatibility question is the presence of several summary
22611 buffers.  All variables relevant while reading a group are
22612 buffer-local to the summary buffer they belong in.  Although many
22613 important variables have their values copied into their global
22614 counterparts whenever a command is executed in the summary buffer, this
22615 change might lead to incorrect values being used unless you are careful.
22616
22617 All code that relies on knowledge of @sc{gnus} internals will probably
22618 fail.  To take two examples: Sorting @code{gnus-newsrc-alist} (or
22619 changing it in any way, as a matter of fact) is strictly verboten.  Gnus
22620 maintains a hash table that points to the entries in this alist (which
22621 speeds up many functions), and changing the alist directly will lead to
22622 peculiar results.
22623
22624 @cindex hilit19
22625 @cindex highlighting
22626 Old hilit19 code does not work at all.  In fact, you should probably
22627 remove all hilit code from all Gnus hooks
22628 (@code{gnus-group-prepare-hook} and @code{gnus-summary-prepare-hook}).
22629 Gnus provides various integrated functions for highlighting.  These are
22630 faster and more accurate.  To make life easier for everybody, Gnus will
22631 by default remove all hilit calls from all hilit hooks.  Uncleanliness!
22632 Away!
22633
22634 Packages like @code{expire-kill} will no longer work.  As a matter of
22635 fact, you should probably remove all old @sc{gnus} packages (and other
22636 code) when you start using Gnus.  More likely than not, Gnus already
22637 does what you have written code to make @sc{gnus} do.  (Snicker.)
22638
22639 Even though old methods of doing things are still supported, only the
22640 new methods are documented in this manual.  If you detect a new method of
22641 doing something while reading this manual, that does not mean you have
22642 to stop doing it the old way.
22643
22644 Gnus understands all @sc{gnus} startup files.
22645
22646 @kindex M-x gnus-bug
22647 @findex gnus-bug
22648 @cindex reporting bugs
22649 @cindex bugs
22650 Overall, a casual user who hasn't written much code that depends on
22651 @sc{gnus} internals should suffer no problems.  If problems occur,
22652 please let me know by issuing that magic command @kbd{M-x gnus-bug}.
22653
22654 @vindex gnus-bug-create-help-buffer
22655 If you are in the habit of sending bug reports @emph{very} often, you
22656 may find the helpful help buffer annoying after a while.  If so, set
22657 @code{gnus-bug-create-help-buffer} to @code{nil} to avoid having it pop
22658 up at you.
22659
22660
22661 @node Conformity
22662 @subsection Conformity
22663
22664 No rebels without a clue here, ma'am.  We conform to all standards known
22665 to (wo)man.  Except for those standards and/or conventions we disagree
22666 with, of course.
22667
22668 @table @strong
22669
22670 @item RFC (2)822
22671 @cindex RFC 822
22672 @cindex RFC 2822
22673 There are no known breaches of this standard.
22674
22675 @item RFC 1036
22676 @cindex RFC 1036
22677 There are no known breaches of this standard, either.
22678
22679 @item Son-of-RFC 1036
22680 @cindex Son-of-RFC 1036
22681 We do have some breaches to this one.
22682
22683 @table @emph
22684
22685 @item X-Newsreader
22686 @itemx User-Agent
22687 These are considered to be ``vanity headers'', while I consider them
22688 to be consumer information.  After seeing so many badly formatted
22689 articles coming from @code{tin} and @code{Netscape} I know not to use
22690 either of those for posting articles.  I would not have known that if
22691 it wasn't for the @code{X-Newsreader} header.
22692 @end table
22693
22694 @item USEFOR
22695 @cindex USEFOR
22696 USEFOR is an IETF working group writing a successor to RFC 1036, based
22697 on Son-of-RFC 1036.  They have produced a number of drafts proposing
22698 various changes to the format of news articles.  The Gnus towers will
22699 look into implementing the changes when the draft is accepted as an RFC.
22700
22701 @item MIME - RFC 2045-2049 etc
22702 @cindex MIME
22703 All the various @sc{mime} RFCs are supported.
22704
22705 @item Disposition Notifications - RFC 2298
22706 Message Mode is able to request notifications from the receiver.
22707
22708 @item PGP - RFC 1991 and RFC 2440
22709 @cindex RFC 1991
22710 @cindex RFC 2440
22711 RFC 1991 is the original PGP message specification, published as a
22712 Information RFC.  RFC 2440 was the follow-up, now called Open PGP, and
22713 put on the Standards Track.  Both document a non-@sc{mime} aware PGP
22714 format.  Gnus supports both encoding (signing and encryption) and
22715 decoding (verification and decryption).
22716
22717 @item PGP/MIME - RFC 2015/3156
22718 RFC 2015 (superseded by 3156 which references RFC 2440 instead of RFC
22719 1991) describes the @sc{mime}-wrapping around the RF 1991/2440 format.
22720 Gnus supports both encoding and decoding.
22721
22722 @item S/MIME - RFC 2633
22723 RFC 2633 describes the @sc{s/mime} format.
22724
22725 @item IMAP - RFC 1730/2060, RFC 2195, RFC 2086, RFC 2359, RFC 2595, RFC 1731
22726 RFC 1730 is @sc{imap} version 4, updated somewhat by RFC 2060 (@sc{imap} 4
22727 revision 1).  RFC 2195 describes CRAM-MD5 authentication for @sc{imap}. RFC
22728 2086 describes access control lists (ACLs) for @sc{imap}. RFC 2359
22729 describes a @sc{imap} protocol enhancement.  RFC 2595 describes the proper
22730 TLS integration (STARTTLS) with @sc{imap}.  RFC 1731 describes the
22731 GSSAPI/Kerberos4 mechanisms for @sc{imap}.
22732
22733 @end table
22734
22735 If you ever notice Gnus acting non-compliant with regards to the texts
22736 mentioned above, don't hesitate to drop a note to Gnus Towers and let us
22737 know.
22738
22739
22740 @node Emacsen
22741 @subsection Emacsen
22742 @cindex Emacsen
22743 @cindex XEmacs
22744 @cindex Mule
22745 @cindex Emacs
22746
22747 Gnus should work on :
22748
22749 @itemize @bullet
22750
22751 @item
22752 Emacs 20.3 and up.
22753
22754 @item
22755 XEmacs 20.4 and up.
22756
22757 @end itemize
22758
22759 This Gnus version will absolutely not work on any Emacsen older than
22760 that.  Not reliably, at least.  Older versions of Gnus may work on older
22761 Emacs versions.
22762
22763 There are some vague differences between Gnus on the various
22764 platforms---XEmacs features more graphics (a logo and a toolbar)---but
22765 other than that, things should look pretty much the same under all
22766 Emacsen.
22767
22768
22769 @node Gnus Development
22770 @subsection Gnus Development
22771
22772 Gnus is developed in a two-phased cycle.  The first phase involves much
22773 discussion on the @samp{ding@@gnus.org} mailing list, where people
22774 propose changes and new features, post patches and new back ends.  This
22775 phase is called the @dfn{alpha} phase, since the Gnusae released in this
22776 phase are @dfn{alpha releases}, or (perhaps more commonly in other
22777 circles) @dfn{snapshots}.  During this phase, Gnus is assumed to be
22778 unstable and should not be used by casual users.  Gnus alpha releases
22779 have names like ``Red Gnus'' and ``Quassia Gnus''.
22780
22781 After futzing around for 50-100 alpha releases, Gnus is declared
22782 @dfn{frozen}, and only bug fixes are applied.  Gnus loses the prefix,
22783 and is called things like ``Gnus 5.6.32'' instead.  Normal people are
22784 supposed to be able to use these, and these are mostly discussed on the
22785 @samp{gnu.emacs.gnus} newsgroup.
22786
22787 @cindex Incoming*
22788 @vindex mail-source-delete-incoming
22789 Some variable defaults differ between alpha Gnusae and released Gnusae.
22790 In particular, @code{mail-source-delete-incoming} defaults to @code{nil} in
22791 alpha Gnusae and @code{t} in released Gnusae.  This is to prevent
22792 lossage of mail if an alpha release hiccups while handling the mail.
22793
22794 The division of discussion between the ding mailing list and the Gnus
22795 newsgroup is not purely based on publicity concerns.  It's true that
22796 having people write about the horrible things that an alpha Gnus release
22797 can do (sometimes) in a public forum may scare people off, but more
22798 importantly, talking about new experimental features that have been
22799 introduced may confuse casual users.  New features are frequently
22800 introduced, fiddled with, and judged to be found wanting, and then
22801 either discarded or totally rewritten.  People reading the mailing list
22802 usually keep up with these rapid changes, while people on the newsgroup
22803 can't be assumed to do so.
22804
22805
22806
22807 @node Contributors
22808 @subsection Contributors
22809 @cindex contributors
22810
22811 The new Gnus version couldn't have been done without the help of all the
22812 people on the (ding) mailing list.  Every day for over a year I have
22813 gotten billions of nice bug reports from them, filling me with joy,
22814 every single one of them.  Smooches.  The people on the list have been
22815 tried beyond endurance, what with my ``oh, that's a neat idea <type
22816 type>, yup, I'll release it right away <ship off> no wait, that doesn't
22817 work at all <type type>, yup, I'll ship that one off right away <ship
22818 off> no, wait, that absolutely does not work'' policy for releases.
22819 Micro$oft---bah.  Amateurs.  I'm @emph{much} worse.  (Or is that
22820 ``worser''? ``much worser''?  ``worsest''?)
22821
22822 I would like to take this opportunity to thank the Academy for@dots{}  oops,
22823 wrong show.
22824
22825 @itemize @bullet
22826
22827 @item
22828 Masanobu @sc{Umeda}---the writer of the original @sc{gnus}.
22829
22830 @item
22831 Shenghuo Zhu---uudecode.el, mm-uu.el, rfc1843.el, webmail.el,
22832 nnwarchive and many, many other things connected with @sc{mime} and
22833 other types of en/decoding, as well as general bug fixing, new
22834 functionality and stuff.
22835
22836 @item
22837 Per Abrahamsen---custom, scoring, highlighting and @sc{soup} code (as
22838 well as numerous other things).
22839
22840 @item
22841 Luis Fernandes---design and graphics.
22842
22843 @item
22844 Joe Reiss---creator of the smiley faces.
22845
22846 @item
22847 Justin Sheehy--the FAQ maintainer.
22848
22849 @item
22850 Erik Naggum---help, ideas, support, code and stuff.
22851
22852 @item
22853 Wes Hardaker---@file{gnus-picon.el} and the manual section on
22854 @dfn{picons} (@pxref{Picons}).
22855
22856 @item
22857 Kim-Minh Kaplan---further work on the picon code.
22858
22859 @item
22860 Brad Miller---@file{gnus-gl.el} and the GroupLens manual section
22861 (@pxref{GroupLens}).
22862
22863 @item
22864 Sudish Joseph---innumerable bug fixes.
22865
22866 @item
22867 Ilja Weis---@file{gnus-topic.el}.
22868
22869 @item
22870 Steven L. Baur---lots and lots and lots of bugs detections and fixes.
22871
22872 @item
22873 Vladimir Alexiev---the refcard and reference booklets.
22874
22875 @item
22876 Felix Lee & Jamie Zawinski---I stole some pieces from the XGnus
22877 distribution by Felix Lee and JWZ.
22878
22879 @item
22880 Scott Byer---@file{nnfolder.el} enhancements & rewrite.
22881
22882 @item
22883 Peter Mutsaers---orphan article scoring code.
22884
22885 @item
22886 Ken Raeburn---POP mail support.
22887
22888 @item
22889 Hallvard B Furuseth---various bits and pieces, especially dealing with
22890 .newsrc files.
22891
22892 @item
22893 Brian Edmonds---@file{gnus-bbdb.el}.
22894
22895 @item
22896 David Moore---rewrite of @file{nnvirtual.el} and many other things.
22897
22898 @item
22899 Kevin Davidson---came up with the name @dfn{ding}, so blame him.
22900
22901 @item
22902 François Pinard---many, many interesting and thorough bug reports, as
22903 well as autoconf support.
22904
22905 @end itemize
22906
22907 This manual was proof-read by Adrian Aichner, with Ricardo Nassif, Mark
22908 Borges, and Jost Krieger proof-reading parts of the manual.
22909
22910 The following people have contributed many patches and suggestions:
22911
22912 Christopher Davis,
22913 Andrew Eskilsson,
22914 Kai Grossjohann,
22915 David KÃ¥gedal,
22916 Richard Pieri,
22917 Fabrice Popineau,
22918 Daniel Quinlan,
22919 Jason L. Tibbitts, III,
22920 and
22921 Jack Vinson.
22922
22923 Also thanks to the following for patches and stuff:
22924
22925 Jari Aalto,
22926 Adrian Aichner,
22927 Vladimir Alexiev,
22928 Russ Allbery,
22929 Peter Arius,
22930 Matt Armstrong,
22931 Marc Auslander,
22932 Miles Bader,
22933 Alexei V. Barantsev,
22934 Frank Bennett,
22935 Robert Bihlmeyer,
22936 Chris Bone,
22937 Mark Borges,
22938 Mark Boyns,
22939 Lance A. Brown,
22940 Rob Browning,
22941 Kees de Bruin,
22942 Martin Buchholz,
22943 Joe Buehler,
22944 Kevin Buhr,
22945 Alastair Burt,
22946 Joao Cachopo,
22947 Zlatko Calusic,
22948 Massimo Campostrini,
22949 Castor,
22950 David Charlap,
22951 Dan Christensen,
22952 Kevin Christian,
22953 Jae-you Chung, @c ?
22954 James H. Cloos, Jr.,
22955 Laura Conrad,
22956 Michael R. Cook,
22957 Glenn Coombs,
22958 Andrew J. Cosgriff,
22959 Neil Crellin,
22960 Frank D. Cringle,
22961 Geoffrey T. Dairiki,
22962 Andre Deparade,
22963 Ulrik Dickow,
22964 Dave Disser,
22965 Rui-Tao Dong, @c ?
22966 Joev Dubach,
22967 Michael Welsh Duggan,
22968 Dave Edmondson,
22969 Paul Eggert,
22970 Mark W. Eichin,
22971 Karl Eichwalder,
22972 Enami Tsugutomo, @c Enami
22973 Michael Ernst,
22974 Luc Van Eycken,
22975 Sam Falkner,
22976 Nelson Jose dos Santos Ferreira,
22977 Sigbjorn Finne,
22978 Sven Fischer,
22979 Paul Fisher,
22980 Decklin Foster,
22981 Gary D. Foster,
22982 Paul Franklin,
22983 Guy Geens,
22984 Arne Georg Gleditsch,
22985 David S. Goldberg,
22986 Michelangelo Grigni,
22987 Dale Hagglund,
22988 D. Hall,
22989 Magnus Hammerin,
22990 Kenichi Handa, @c Handa
22991 Raja R. Harinath,
22992 Yoshiki Hayashi, @c ?
22993 P. E. Jareth Hein,
22994 Hisashige Kenji, @c Hisashige
22995 Scott Hofmann,
22996 Marc Horowitz,
22997 Gunnar Horrigmo,
22998 Richard Hoskins,
22999 Brad Howes,
23000 Miguel de Icaza,
23001 François Felix Ingrand,
23002 Tatsuya Ichikawa, @c ?
23003 Ishikawa Ichiro, @c Ishikawa
23004 Lee Iverson,
23005 Iwamuro Motonori, @c Iwamuro
23006 Rajappa Iyer,
23007 Andreas Jaeger,
23008 Adam P. Jenkins,
23009 Randell Jesup,
23010 Fred Johansen,
23011 Gareth Jones,
23012 Simon Josefsson,
23013 Greg Klanderman,
23014 Karl Kleinpaste,
23015 Michael Klingbeil,
23016 Peter Skov Knudsen,
23017 Shuhei Kobayashi, @c Kobayashi
23018 Petr Konecny,
23019 Koseki Yoshinori, @c Koseki
23020 Thor Kristoffersen,
23021 Jens Lautenbacher,
23022 Martin Larose,
23023 Seokchan Lee, @c Lee
23024 Joerg Lenneis,
23025 Carsten Leonhardt,
23026 James LewisMoss,
23027 Christian Limpach,
23028 Markus Linnala,
23029 Dave Love,
23030 Mike McEwan,
23031 Tonny Madsen,
23032 Shlomo Mahlab,
23033 Nat Makarevitch,
23034 Istvan Marko,
23035 David Martin,
23036 Jason R. Mastaler,
23037 Gordon Matzigkeit,
23038 Timo Metzemakers,
23039 Richard Mlynarik,
23040 Lantz Moore,
23041 Morioka Tomohiko, @c Morioka
23042 Erik Toubro Nielsen,
23043 Hrvoje Niksic,
23044 Andy Norman,
23045 Fred Oberhauser,
23046 C. R. Oldham,
23047 Alexandre Oliva,
23048 Ken Olstad,
23049 Masaharu Onishi, @c Onishi
23050 Hideki Ono, @c Ono
23051 Ettore Perazzoli,
23052 William Perry,
23053 Stephen Peters,
23054 Jens-Ulrik Holger Petersen,
23055 Ulrich Pfeifer,
23056 Matt Pharr,
23057 Andy Piper,
23058 John McClary Prevost,
23059 Bill Pringlemeir,
23060 Mike Pullen,
23061 Jim Radford,
23062 Colin Rafferty,
23063 Lasse Rasinen,
23064 Lars Balker Rasmussen,
23065 Joe Reiss,
23066 Renaud Rioboo,
23067 Roland B. Roberts,
23068 Bart Robinson,
23069 Christian von Roques,
23070 Markus Rost,
23071 Jason Rumney,
23072 Wolfgang Rupprecht,
23073 Jay Sachs,
23074 Dewey M. Sasser,
23075 Conrad Sauerwald,
23076 Loren Schall,
23077 Dan Schmidt,
23078 Ralph Schleicher,
23079 Philippe Schnoebelen,
23080 Andreas Schwab,
23081 Randal L. Schwartz,
23082 Danny Siu,
23083 Matt Simmons,
23084 Paul D. Smith,
23085 Jeff Sparkes,
23086 Toby Speight,
23087 Michael Sperber,
23088 Darren Stalder,
23089 Richard Stallman,
23090 Greg Stark,
23091 Sam Steingold,
23092 Paul Stevenson,
23093 Jonas Steverud,
23094 Paul Stodghill,
23095 Kiyokazu Suto, @c Suto
23096 Kurt Swanson,
23097 Samuel Tardieu,
23098 Teddy,
23099 Chuck Thompson,
23100 Tozawa Akihiko, @c Tozawa
23101 Philippe Troin,
23102 James Troup,
23103 Trung Tran-Duc,
23104 Jack Twilley,
23105 Aaron M. Ucko,
23106 Aki Vehtari,
23107 Didier Verna,
23108 Vladimir Volovich,
23109 Jan Vroonhof,
23110 Stefan Waldherr,
23111 Pete Ware,
23112 Barry A. Warsaw,
23113 Christoph Wedler,
23114 Joe Wells,
23115 Lee Willis,
23116 Katsumi Yamaoka @c Yamaoka
23117 and
23118 Lloyd Zusman.
23119
23120
23121 For a full overview of what each person has done, the ChangeLogs
23122 included in the Gnus alpha distributions should give ample reading
23123 (550kB and counting).
23124
23125 Apologies to everybody that I've forgotten, of which there are many, I'm
23126 sure.
23127
23128 Gee, that's quite a list of people.  I guess that must mean that there
23129 actually are people who are using Gnus.  Who'd'a thunk it!
23130
23131
23132 @node New Features
23133 @subsection New Features
23134 @cindex new features
23135
23136 @menu
23137 * ding Gnus::                   New things in Gnus 5.0/5.1, the first new Gnus.
23138 * September Gnus::              The Thing Formally Known As Gnus 5.2/5.3.
23139 * Red Gnus::                    Third time best---Gnus 5.4/5.5.
23140 * Quassia Gnus::                Two times two is four, or Gnus 5.6/5.7.
23141 * Pterodactyl Gnus::            Pentad also starts with P, AKA Gnus 5.8/5.9.
23142 @end menu
23143
23144 These lists are, of course, just @emph{short} overviews of the
23145 @emph{most} important new features.  No, really.  There are tons more.
23146 Yes, we have feeping creaturism in full effect.
23147
23148 @node ding Gnus
23149 @subsubsection (ding) Gnus
23150
23151 New features in Gnus 5.0/5.1:
23152
23153 @itemize @bullet
23154
23155 @item
23156 The look of all buffers can be changed by setting format-like variables
23157 (@pxref{Group Buffer Format} and @pxref{Summary Buffer Format}).
23158
23159 @item
23160 Local spool and several @sc{nntp} servers can be used at once
23161 (@pxref{Select Methods}).
23162
23163 @item
23164 You can combine groups into virtual groups (@pxref{Virtual Groups}).
23165
23166 @item
23167 You can read a number of different mail formats (@pxref{Getting Mail}).
23168 All the mail back ends implement a convenient mail expiry scheme
23169 (@pxref{Expiring Mail}).
23170
23171 @item
23172 Gnus can use various strategies for gathering threads that have lost
23173 their roots (thereby gathering loose sub-threads into one thread) or it
23174 can go back and retrieve enough headers to build a complete thread
23175 (@pxref{Customizing Threading}).
23176
23177 @item
23178 Killed groups can be displayed in the group buffer, and you can read
23179 them as well (@pxref{Listing Groups}).
23180
23181 @item
23182 Gnus can do partial group updates---you do not have to retrieve the
23183 entire active file just to check for new articles in a few groups
23184 (@pxref{The Active File}).
23185
23186 @item
23187 Gnus implements a sliding scale of subscribedness to groups
23188 (@pxref{Group Levels}).
23189
23190 @item
23191 You can score articles according to any number of criteria
23192 (@pxref{Scoring}).  You can even get Gnus to find out how to score
23193 articles for you (@pxref{Adaptive Scoring}).
23194
23195 @item
23196 Gnus maintains a dribble buffer that is auto-saved the normal Emacs
23197 manner, so it should be difficult to lose much data on what you have
23198 read if your machine should go down (@pxref{Auto Save}).
23199
23200 @item
23201 Gnus now has its own startup file (@file{.gnus.el}) to avoid cluttering up
23202 the @file{.emacs} file.
23203
23204 @item
23205 You can set the process mark on both groups and articles and perform
23206 operations on all the marked items (@pxref{Process/Prefix}).
23207
23208 @item
23209 You can grep through a subset of groups and create a group from the
23210 results (@pxref{Kibozed Groups}).
23211
23212 @item
23213 You can list subsets of groups according to, well, anything
23214 (@pxref{Listing Groups}).
23215
23216 @item
23217 You can browse foreign servers and subscribe to groups from those
23218 servers (@pxref{Browse Foreign Server}).
23219
23220 @item
23221 Gnus can fetch articles, asynchronously, on a second connection to the
23222 server (@pxref{Asynchronous Fetching}).
23223
23224 @item
23225 You can cache articles locally (@pxref{Article Caching}).
23226
23227 @item
23228 The uudecode functions have been expanded and generalized
23229 (@pxref{Decoding Articles}).
23230
23231 @item
23232 You can still post uuencoded articles, which was a little-known feature
23233 of @sc{gnus}' past (@pxref{Uuencoding and Posting}).
23234
23235 @item
23236 Fetching parents (and other articles) now actually works without
23237 glitches (@pxref{Finding the Parent}).
23238
23239 @item
23240 Gnus can fetch FAQs and group descriptions (@pxref{Group Information}).
23241
23242 @item
23243 Digests (and other files) can be used as the basis for groups
23244 (@pxref{Document Groups}).
23245
23246 @item
23247 Articles can be highlighted and customized (@pxref{Customizing
23248 Articles}).
23249
23250 @item
23251 URLs and other external references can be buttonized (@pxref{Article
23252 Buttons}).
23253
23254 @item
23255 You can do lots of strange stuff with the Gnus window & frame
23256 configuration (@pxref{Window Layout}).
23257
23258 @item
23259 You can click on buttons instead of using the keyboard
23260 (@pxref{Buttons}).
23261
23262 @end itemize
23263
23264
23265 @node September Gnus
23266 @subsubsection September Gnus
23267
23268 @iftex
23269 @iflatex
23270 \gnusfig{-28cm}{0cm}{\epsfig{figure=ps/september,height=20cm}}
23271 @end iflatex
23272 @end iftex
23273
23274 New features in Gnus 5.2/5.3:
23275
23276 @itemize @bullet
23277
23278 @item
23279 A new message composition mode is used.  All old customization variables
23280 for @code{mail-mode}, @code{rnews-reply-mode} and @code{gnus-msg} are
23281 now obsolete.
23282
23283 @item
23284 Gnus is now able to generate @dfn{sparse} threads---threads where
23285 missing articles are represented by empty nodes (@pxref{Customizing
23286 Threading}).
23287
23288 @lisp
23289 (setq gnus-build-sparse-threads 'some)
23290 @end lisp
23291
23292 @item
23293 Outgoing articles are stored on a special archive server
23294 (@pxref{Archived Messages}).
23295
23296 @item
23297 Partial thread regeneration now happens when articles are
23298 referred.
23299
23300 @item
23301 Gnus can make use of GroupLens predictions (@pxref{GroupLens}).
23302
23303 @item
23304 Picons (personal icons) can be displayed under XEmacs (@pxref{Picons}).
23305
23306 @item
23307 A @code{trn}-like tree buffer can be displayed (@pxref{Tree Display}).
23308
23309 @lisp
23310 (setq gnus-use-trees t)
23311 @end lisp
23312
23313 @item
23314 An @code{nn}-like pick-and-read minor mode is available for the summary
23315 buffers (@pxref{Pick and Read}).
23316
23317 @lisp
23318 (add-hook 'gnus-summary-mode-hook 'gnus-pick-mode)
23319 @end lisp
23320
23321 @item
23322 In binary groups you can use a special binary minor mode (@pxref{Binary
23323 Groups}).
23324
23325 @item
23326 Groups can be grouped in a folding topic hierarchy (@pxref{Group
23327 Topics}).
23328
23329 @lisp
23330 (add-hook 'gnus-group-mode-hook 'gnus-topic-mode)
23331 @end lisp
23332
23333 @item
23334 Gnus can re-send and bounce mail (@pxref{Summary Mail Commands}).
23335
23336 @item
23337 Groups can now have a score, and bubbling based on entry frequency
23338 is possible (@pxref{Group Score}).
23339
23340 @lisp
23341 (add-hook 'gnus-summary-exit-hook 'gnus-summary-bubble-group)
23342 @end lisp
23343
23344 @item
23345 Groups can be process-marked, and commands can be performed on
23346 groups of groups (@pxref{Marking Groups}).
23347
23348 @item
23349 Caching is possible in virtual groups.
23350
23351 @item
23352 @code{nndoc} now understands all kinds of digests, mail boxes, rnews
23353 news batches, ClariNet briefs collections, and just about everything
23354 else (@pxref{Document Groups}).
23355
23356 @item
23357 Gnus has a new back end (@code{nnsoup}) to create/read SOUP packets
23358 (@pxref{SOUP}).
23359
23360 @item
23361 The Gnus cache is much faster.
23362
23363 @item
23364 Groups can be sorted according to many criteria (@pxref{Sorting
23365 Groups}).
23366
23367 @item
23368 New group parameters have been introduced to set list-addresses and
23369 expiry times (@pxref{Group Parameters}).
23370
23371 @item
23372 All formatting specs allow specifying faces to be used
23373 (@pxref{Formatting Fonts}).
23374
23375 @item
23376 There are several more commands for setting/removing/acting on process
23377 marked articles on the @kbd{M P} submap (@pxref{Setting Process Marks}).
23378
23379 @item
23380 The summary buffer can be limited to show parts of the available
23381 articles based on a wide range of criteria.  These commands have been
23382 bound to keys on the @kbd{/} submap (@pxref{Limiting}).
23383
23384 @item
23385 Articles can be made persistent with the @kbd{*} command
23386 (@pxref{Persistent Articles}).
23387
23388 @item
23389 All functions for hiding article elements are now toggles.
23390
23391 @item
23392 Article headers can be buttonized (@pxref{Article Washing}).
23393
23394 @item
23395 All mail back ends support fetching articles by @code{Message-ID}.
23396
23397 @item
23398 Duplicate mail can now be treated properly (@pxref{Duplicates}).
23399
23400 @item
23401 All summary mode commands are available directly from the article
23402 buffer (@pxref{Article Keymap}).
23403
23404 @item
23405 Frames can be part of @code{gnus-buffer-configuration} (@pxref{Window
23406 Layout}).
23407
23408 @item
23409 Mail can be re-scanned by a daemonic process (@pxref{Daemons}).
23410 @iftex
23411 @iflatex
23412 \marginpar[\mbox{}\hfill\epsfig{figure=ps/fseptember,height=5cm}]{\epsfig{figure=ps/fseptember,height=5cm}}
23413 @end iflatex
23414 @end iftex
23415
23416 @item
23417 Gnus can make use of NoCeM files to weed out spam (@pxref{NoCeM}).
23418
23419 @lisp
23420 (setq gnus-use-nocem t)
23421 @end lisp
23422
23423 @item
23424 Groups can be made permanently visible (@pxref{Listing Groups}).
23425
23426 @lisp
23427 (setq gnus-permanently-visible-groups "^nnml:")
23428 @end lisp
23429
23430 @item
23431 Many new hooks have been introduced to make customizing easier.
23432
23433 @item
23434 Gnus respects the @code{Mail-Copies-To} header.
23435
23436 @item
23437 Threads can be gathered by looking at the @code{References} header
23438 (@pxref{Customizing Threading}).
23439
23440 @lisp
23441 (setq gnus-summary-thread-gathering-function
23442       'gnus-gather-threads-by-references)
23443 @end lisp
23444
23445 @item
23446 Read articles can be stored in a special backlog buffer to avoid
23447 refetching (@pxref{Article Backlog}).
23448
23449 @lisp
23450 (setq gnus-keep-backlog 50)
23451 @end lisp
23452
23453 @item
23454 A clean copy of the current article is always stored in a separate
23455 buffer to allow easier treatment.
23456
23457 @item
23458 Gnus can suggest where to save articles (@pxref{Saving Articles}).
23459
23460 @item
23461 Gnus doesn't have to do as much prompting when saving (@pxref{Saving
23462 Articles}).
23463
23464 @lisp
23465 (setq gnus-prompt-before-saving t)
23466 @end lisp
23467
23468 @item
23469 @code{gnus-uu} can view decoded files asynchronously while fetching
23470 articles (@pxref{Other Decode Variables}).
23471
23472 @lisp
23473 (setq gnus-uu-grabbed-file-functions 'gnus-uu-grab-view)
23474 @end lisp
23475
23476 @item
23477 Filling in the article buffer now works properly on cited text
23478 (@pxref{Article Washing}).
23479
23480 @item
23481 Hiding cited text adds buttons to toggle hiding, and how much
23482 cited text to hide is now customizable (@pxref{Article Hiding}).
23483
23484 @lisp
23485 (setq gnus-cited-lines-visible 2)
23486 @end lisp
23487
23488 @item
23489 Boring headers can be hidden (@pxref{Article Hiding}).
23490
23491 @item
23492 Default scoring values can now be set from the menu bar.
23493
23494 @item
23495 Further syntax checking of outgoing articles have been added.
23496
23497 @end itemize
23498
23499
23500 @node Red Gnus
23501 @subsubsection Red Gnus
23502
23503 New features in Gnus 5.4/5.5:
23504
23505 @iftex
23506 @iflatex
23507 \gnusfig{-5.5cm}{-4cm}{\epsfig{figure=ps/red,height=20cm}}
23508 @end iflatex
23509 @end iftex
23510
23511 @itemize @bullet
23512
23513 @item
23514 @file{nntp.el} has been totally rewritten in an asynchronous fashion.
23515
23516 @item
23517 Article prefetching functionality has been moved up into
23518 Gnus (@pxref{Asynchronous Fetching}).
23519
23520 @item
23521 Scoring can now be performed with logical operators like @code{and},
23522 @code{or}, @code{not}, and parent redirection (@pxref{Advanced
23523 Scoring}).
23524
23525 @item
23526 Article washing status can be displayed in the
23527 article mode line (@pxref{Misc Article}).
23528
23529 @item
23530 @file{gnus.el} has been split into many smaller files.
23531
23532 @item
23533 Suppression of duplicate articles based on Message-ID can be done
23534 (@pxref{Duplicate Suppression}).
23535
23536 @lisp
23537 (setq gnus-suppress-duplicates t)
23538 @end lisp
23539
23540 @item
23541 New variables for specifying what score and adapt files are to be
23542 considered home score and adapt files (@pxref{Home Score File}) have
23543 been added.
23544
23545 @item
23546 @code{nndoc} was rewritten to be easily extendable (@pxref{Document
23547 Server Internals}).
23548
23549 @item
23550 Groups can inherit group parameters from parent topics (@pxref{Topic
23551 Parameters}).
23552
23553 @item
23554 Article editing has been revamped and is now actually usable.
23555
23556 @item
23557 Signatures can be recognized in more intelligent fashions
23558 (@pxref{Article Signature}).
23559
23560 @item
23561 Summary pick mode has been made to look more @code{nn}-like.  Line
23562 numbers are displayed and the @kbd{.} command can be used to pick
23563 articles (@code{Pick and Read}).
23564
23565 @item
23566 Commands for moving the @file{.newsrc.eld} from one server to
23567 another have been added (@pxref{Changing Servers}).
23568
23569 @item
23570 There's a way now to specify that ``uninteresting'' fields be suppressed
23571 when generating lines in buffers (@pxref{Advanced Formatting}).
23572
23573 @item
23574 Several commands in the group buffer can be undone with @kbd{C-M-_}
23575 (@pxref{Undo}).
23576
23577 @item
23578 Scoring can be done on words using the new score type @code{w}
23579 (@pxref{Score File Format}).
23580
23581 @item
23582 Adaptive scoring can be done on a Subject word-by-word basis
23583 (@pxref{Adaptive Scoring}).
23584
23585 @lisp
23586 (setq gnus-use-adaptive-scoring '(word))
23587 @end lisp
23588
23589 @item
23590 Scores can be decayed (@pxref{Score Decays}).
23591
23592 @lisp
23593 (setq gnus-decay-scores t)
23594 @end lisp
23595
23596 @item
23597 Scoring can be performed using a regexp on the Date header.  The Date is
23598 normalized to compact ISO 8601 format first (@pxref{Score File Format}).
23599
23600 @item
23601 A new command has been added to remove all data on articles from
23602 the native server (@pxref{Changing Servers}).
23603
23604 @item
23605 A new command for reading collections of documents
23606 (@code{nndoc} with @code{nnvirtual} on top) has been added---@kbd{C-M-d}
23607 (@pxref{Really Various Summary Commands}).
23608
23609 @item
23610 Process mark sets can be pushed and popped (@pxref{Setting Process
23611 Marks}).
23612
23613 @item
23614 A new mail-to-news back end makes it possible to post even when the @sc{nntp}
23615 server doesn't allow posting (@pxref{Mail-To-News Gateways}).
23616
23617 @item
23618 A new back end for reading searches from Web search engines
23619 (@dfn{DejaNews}, @dfn{Alta Vista}, @dfn{InReference}) has been added
23620 (@pxref{Web Searches}).
23621
23622 @item
23623 Groups inside topics can now be sorted using the standard sorting
23624 functions, and each topic can be sorted independently (@pxref{Topic
23625 Sorting}).
23626
23627 @item
23628 Subsets of the groups can be sorted independently (@code{Sorting
23629 Groups}).
23630
23631 @item
23632 Cached articles can be pulled into the groups (@pxref{Summary Generation
23633 Commands}).
23634 @iftex
23635 @iflatex
23636 \marginpar[\mbox{}\hfill\epsfig{figure=ps/fred,width=3cm}]{\epsfig{figure=ps/fred,width=3cm}}
23637 @end iflatex
23638 @end iftex
23639
23640 @item
23641 Score files are now applied in a more reliable order (@pxref{Score
23642 Variables}).
23643
23644 @item
23645 Reports on where mail messages end up can be generated (@pxref{Splitting
23646 Mail}).
23647
23648 @item
23649 More hooks and functions have been added to remove junk from incoming
23650 mail before saving the mail (@pxref{Washing Mail}).
23651
23652 @item
23653 Emphasized text can be properly fontisized:
23654
23655 @end itemize
23656
23657
23658 @node Quassia Gnus
23659 @subsubsection Quassia Gnus
23660
23661 New features in Gnus 5.6:
23662
23663 @itemize @bullet
23664
23665 @item
23666 New functionality for using Gnus as an offline newsreader has been
23667 added.  A plethora of new commands and modes have been added.  See
23668 @pxref{Gnus Unplugged} for the full story.
23669
23670 @item
23671  The @code{nndraft} back end has returned, but works differently than
23672 before.  All Message buffers are now also articles in the @code{nndraft}
23673 group, which is created automatically.
23674
23675 @item
23676 @code{gnus-alter-header-function} can now be used to alter header
23677 values.
23678
23679 @item
23680  @code{gnus-summary-goto-article} now accept Message-ID's.
23681
23682 @item
23683  A new Message command for deleting text in the body of a message
23684 outside the region: @kbd{C-c C-v}.
23685
23686 @item
23687  You can now post to component group in @code{nnvirtual} groups with
23688 @kbd{C-u C-c C-c}.
23689
23690 @item
23691  @code{nntp-rlogin-program}---new variable to ease customization.
23692
23693 @item
23694  @code{C-u C-c C-c} in @code{gnus-article-edit-mode} will now inhibit
23695 re-highlighting of the article buffer.
23696
23697 @item
23698  New element in @code{gnus-boring-article-headers}---@code{long-to}.
23699
23700 @item
23701  @kbd{M-i} symbolic prefix command.  See the section ``Symbolic
23702 Prefixes'' in the Gnus manual for details.
23703
23704 @item
23705  @kbd{L} and @kbd{I} in the summary buffer now take the symbolic prefix
23706 @kbd{a} to add the score rule to the @file{all.SCORE} file.
23707
23708 @item
23709  @code{gnus-simplify-subject-functions} variable to allow greater
23710 control over simplification.
23711
23712 @item
23713  @kbd{A T}---new command for fetching the current thread.
23714
23715 @item
23716  @kbd{/ T}---new command for including the current thread in the
23717 limit.
23718
23719 @item
23720  @kbd{M-RET} is a new Message command for breaking cited text.
23721
23722 @item
23723  @samp{\\1}-expressions are now valid in @code{nnmail-split-methods}.
23724
23725 @item
23726  The @code{custom-face-lookup} function has been removed.
23727 If you used this function in your initialization files, you must
23728 rewrite them to use @code{face-spec-set} instead.
23729
23730 @item
23731  Canceling now uses the current select method.  Symbolic prefix
23732 @kbd{a} forces normal posting method.
23733
23734 @item
23735  New command to translate M******** sm*rtq**t*s into proper
23736 text---@kbd{W d}.
23737
23738 @item
23739  For easier debugging of @code{nntp}, you can set
23740 @code{nntp-record-commands} to a non-@code{nil} value.
23741
23742 @item
23743  @code{nntp} now uses @file{~/.authinfo}, a @file{.netrc}-like file, for
23744 controlling where and how to send @sc{authinfo} to @sc{nntp} servers.
23745
23746 @item
23747  A command for editing group parameters from the summary buffer
23748 has been added.
23749
23750 @item
23751  A history of where mails have been split is available.
23752
23753 @item
23754  A new article date command has been added---@code{article-date-iso8601}.
23755
23756 @item
23757  Subjects can be simplified when threading by setting
23758 @code{gnus-score-thread-simplify}.
23759
23760 @item
23761  A new function for citing in Message has been
23762 added---@code{message-cite-original-without-signature}.
23763
23764 @item
23765  @code{article-strip-all-blank-lines}---new article command.
23766
23767 @item
23768  A new Message command to kill to the end of the article has
23769 been added.
23770
23771 @item
23772  A minimum adaptive score can be specified by using the
23773 @code{gnus-adaptive-word-minimum} variable.
23774
23775 @item
23776  The ``lapsed date'' article header can be kept continually
23777 updated by the @code{gnus-start-date-timer} command.
23778
23779 @item
23780  Web listserv archives can be read with the @code{nnlistserv} back end.
23781
23782 @item
23783  Old dejanews archives can now be read by @code{nnweb}.
23784
23785 @end itemize
23786
23787 @node Pterodactyl Gnus
23788 @subsubsection Pterodactyl Gnus
23789
23790 New features in Gnus 5.8:
23791
23792 @itemize @bullet
23793
23794 @item
23795 The mail-fetching functions have changed.  See the manual for the
23796 many details.  In particular, all procmail fetching variables are gone.
23797
23798 If you used procmail like in
23799
23800 @lisp
23801 (setq nnmail-use-procmail t)
23802 (setq nnmail-spool-file 'procmail)
23803 (setq nnmail-procmail-directory "~/mail/incoming/")
23804 (setq nnmail-procmail-suffix "\\.in")
23805 @end lisp
23806
23807 this now has changed to
23808
23809 @lisp
23810 (setq mail-sources
23811       '((directory :path "~/mail/incoming/"
23812                    :suffix ".in")))
23813 @end lisp
23814
23815 More information is available in the info doc at Select Methods ->
23816 Getting Mail -> Mail Sources
23817
23818 @item
23819 Gnus is now a @sc{mime}-capable reader.  This affects many parts of
23820 Gnus, and adds a slew of new commands.  See the manual for details.
23821
23822 @item
23823 Gnus has also been multilingualized.  This also affects too
23824 many parts of Gnus to summarize here, and adds many new variables.
23825
23826 @item
23827 @code{gnus-auto-select-first} can now be a function to be
23828 called to position point.
23829
23830 @item
23831 The user can now decide which extra headers should be included in
23832 summary buffers and @sc{nov} files.
23833
23834 @item
23835 @code{gnus-article-display-hook} has been removed.  Instead, a number
23836 of variables starting with @code{gnus-treat-} have been added.
23837
23838 @item
23839 The Gnus posting styles have been redone again and now works in a
23840 subtly different manner.
23841
23842 @item
23843 New web-based back ends have been added: @code{nnslashdot},
23844 @code{nnwarchive} and @code{nnultimate}.  nnweb has been revamped,
23845 again, to keep up with ever-changing layouts.
23846
23847 @item
23848 Gnus can now read @sc{imap} mail via @code{nnimap}.
23849
23850 @end itemize
23851
23852 @iftex
23853
23854 @page
23855 @node The Manual
23856 @section The Manual
23857 @cindex colophon
23858 @cindex manual
23859
23860 This manual was generated from a TeXinfo file and then run through
23861 either @code{texi2dvi}
23862 @iflatex
23863 or my own home-brewed TeXinfo to \LaTeX\ transformer,
23864 and then run through @code{latex} and @code{dvips}
23865 @end iflatex
23866 to get what you hold in your hands now.
23867
23868 The following conventions have been used:
23869
23870 @enumerate
23871
23872 @item
23873 This is a @samp{string}
23874
23875 @item
23876 This is a @kbd{keystroke}
23877
23878 @item
23879 This is a @file{file}
23880
23881 @item
23882 This is a @code{symbol}
23883
23884 @end enumerate
23885
23886 So if I were to say ``set @code{flargnoze} to @samp{yes}'', that would
23887 mean:
23888
23889 @lisp
23890 (setq flargnoze "yes")
23891 @end lisp
23892
23893 If I say ``set @code{flumphel} to @code{yes}'', that would mean:
23894
23895 @lisp
23896 (setq flumphel 'yes)
23897 @end lisp
23898
23899 @samp{yes} and @code{yes} are two @emph{very} different things---don't
23900 ever get them confused.
23901
23902 @iflatex
23903 @c @head
23904 Of course, everything in this manual is of vital interest, so you should
23905 read it all.  Several times.  However, if you feel like skimming the
23906 manual, look for that gnu head you should see in the margin over
23907 there---it means that what's being discussed is of more importance than
23908 the rest of the stuff.  (On the other hand, if everything is infinitely
23909 important, how can anything be more important than that?  Just one more
23910 of the mysteries of this world, I guess.)
23911 @end iflatex
23912
23913 @end iftex
23914
23915
23916 @node On Writing Manuals
23917 @section On Writing Manuals
23918
23919 I guess most manuals are written after-the-fact; documenting a program
23920 that's already there.  This is not how this manual is written.  When
23921 implementing something, I write the manual entry for that something
23922 straight away.  I then see that it's difficult to explain the
23923 functionality, so I write how it's supposed to be, and then I change the
23924 implementation.  Writing the documentation and writing the code goes
23925 hand in hand.
23926
23927 This, of course, means that this manual has no, or little, flow.  It
23928 documents absolutely everything in Gnus, but often not where you're
23929 looking for it.  It is a reference manual, and not a guide to how to get
23930 started with Gnus.
23931
23932 That would be a totally different book, that should be written using the
23933 reference manual as source material.  It would look quite differently.
23934
23935
23936 @page
23937 @node Terminology
23938 @section Terminology
23939
23940 @cindex terminology
23941 @table @dfn
23942
23943 @item news
23944 @cindex news
23945 This is what you are supposed to use this thing for---reading news.
23946 News is generally fetched from a nearby @sc{nntp} server, and is
23947 generally publicly available to everybody.  If you post news, the entire
23948 world is likely to read just what you have written, and they'll all
23949 snigger mischievously.  Behind your back.
23950
23951 @item mail
23952 @cindex mail
23953 Everything that's delivered to you personally is mail.  Some news/mail
23954 readers (like Gnus) blur the distinction between mail and news, but
23955 there is a difference.  Mail is private.  News is public.  Mailing is
23956 not posting, and replying is not following up.
23957
23958 @item reply
23959 @cindex reply
23960 Send a mail to the person who has written what you are reading.
23961
23962 @item follow up
23963 @cindex follow up
23964 Post an article to the current newsgroup responding to the article you
23965 are reading.
23966
23967 @item back end
23968 @cindex back end
23969 Gnus considers mail and news to be mostly the same, really.  The only
23970 difference is how to access the actual articles.  News articles are
23971 commonly fetched via the protocol NNTP, whereas mail messages could be
23972 read from a file on the local disk.  The internal architecture of Gnus
23973 thus comprises a `front end' and a number of `back ends'.  Internally,
23974 when you enter a group (by hitting @key{RET}, say), you thereby invoke
23975 a function in the front end in Gnus.  The front end then `talks' to a
23976 back end and says things like ``Give me the list of articles in the foo
23977 group'' or ``Show me article number 4711''.
23978
23979 So a back end mainly defines either a protocol (the @code{nntp} back end
23980 accesses news via NNTP, the @code{nnimap} back end accesses mail via
23981 IMAP) or a file format and directory layout (the @code{nnspool} back end
23982 accesses news via the common `spool directory' format, the @code{nnml}
23983 back end access mail via a file format and directory layout that's
23984 quite similar).
23985
23986 Gnus does not handle the underlying media, so to speak---this is all
23987 done by the back ends.  A back end is a collection of functions to
23988 access the articles.
23989
23990 However, sometimes the term `back end' is also used where `server'
23991 would have been more appropriate.  And then there is the term `select
23992 method' which can mean either.  The Gnus terminology can be quite
23993 confusing.
23994
23995 @item native
23996 @cindex native
23997 Gnus will always use one method (and back end) as the @dfn{native}, or
23998 default, way of getting news.
23999
24000 @item foreign
24001 @cindex foreign
24002 You can also have any number of foreign groups active at the same time.
24003 These are groups that use non-native non-secondary back ends for getting
24004 news.
24005
24006 @item secondary
24007 @cindex secondary
24008 Secondary back ends are somewhere half-way between being native and being
24009 foreign, but they mostly act like they are native.
24010
24011 @item article
24012 @cindex article
24013 A message that has been posted as news.
24014
24015 @item mail message
24016 @cindex mail message
24017 A message that has been mailed.
24018
24019 @item message
24020 @cindex message
24021 A mail message or news article
24022
24023 @item head
24024 @cindex head
24025 The top part of a message, where administrative information (etc.) is
24026 put.
24027
24028 @item body
24029 @cindex body
24030 The rest of an article.  Everything not in the head is in the
24031 body.
24032
24033 @item header
24034 @cindex header
24035 A line from the head of an article.
24036
24037 @item headers
24038 @cindex headers
24039 A collection of such lines, or a collection of heads.  Or even a
24040 collection of @sc{nov} lines.
24041
24042 @item @sc{nov}
24043 @cindex nov
24044 When Gnus enters a group, it asks the back end for the headers of all
24045 unread articles in the group.  Most servers support the News OverView
24046 format, which is more compact and much faster to read and parse than the
24047 normal @sc{head} format.
24048
24049 @item level
24050 @cindex levels
24051 Each group is subscribed at some @dfn{level} or other (1-9).  The ones
24052 that have a lower level are ``more'' subscribed than the groups with a
24053 higher level.  In fact, groups on levels 1-5 are considered
24054 @dfn{subscribed}; 6-7 are @dfn{unsubscribed}; 8 are @dfn{zombies}; and 9
24055 are @dfn{killed}.  Commands for listing groups and scanning for new
24056 articles will all use the numeric prefix as @dfn{working level}.
24057
24058 @item killed groups
24059 @cindex killed groups
24060 No information on killed groups is stored or updated, which makes killed
24061 groups much easier to handle than subscribed groups.
24062
24063 @item zombie groups
24064 @cindex zombie groups
24065 Just like killed groups, only slightly less dead.
24066
24067 @item active file
24068 @cindex active file
24069 The news server has to keep track of what articles it carries, and what
24070 groups exist.  All this information in stored in the active file, which
24071 is rather large, as you might surmise.
24072
24073 @item bogus groups
24074 @cindex bogus groups
24075 A group that exists in the @file{.newsrc} file, but isn't known to the
24076 server (i.e.,  it isn't in the active file), is a @emph{bogus group}.
24077 This means that the group probably doesn't exist (any more).
24078
24079 @item activating
24080 @cindex activating groups
24081 The act of asking the server for info on a group and computing the
24082 number of unread articles is called @dfn{activating the group}.
24083 Un-activated groups are listed with @samp{*} in the group buffer.
24084
24085 @item server
24086 @cindex server
24087 A machine one can connect to and get news (or mail) from.
24088
24089 @item select method
24090 @cindex select method
24091 A structure that specifies the back end, the server and the virtual
24092 server settings.
24093
24094 @item virtual server
24095 @cindex virtual server
24096 A named select method.  Since a select method defines all there is to
24097 know about connecting to a (physical) server, taking the thing as a
24098 whole is a virtual server.
24099
24100 @item washing
24101 @cindex washing
24102 Taking a buffer and running it through a filter of some sort.  The
24103 result will (more often than not) be cleaner and more pleasing than the
24104 original.
24105
24106 @item ephemeral groups
24107 @cindex ephemeral groups
24108 Most groups store data on what articles you have read.  @dfn{Ephemeral}
24109 groups are groups that will have no data stored---when you exit the
24110 group, it'll disappear into the aether.
24111
24112 @item solid groups
24113 @cindex solid groups
24114 This is the opposite of ephemeral groups.  All groups listed in the
24115 group buffer are solid groups.
24116
24117 @item sparse articles
24118 @cindex sparse articles
24119 These are article placeholders shown in the summary buffer when
24120 @code{gnus-build-sparse-threads} has been switched on.
24121
24122 @item threading
24123 @cindex threading
24124 To put responses to articles directly after the articles they respond
24125 to---in a hierarchical fashion.
24126
24127 @item root
24128 @cindex root
24129 @cindex thread root
24130 The first article in a thread is the root.  It is the ancestor of all
24131 articles in the thread.
24132
24133 @item parent
24134 @cindex parent
24135 An article that has responses.
24136
24137 @item child
24138 @cindex child
24139 An article that responds to a different article---its parent.
24140
24141 @item digest
24142 @cindex digest
24143 A collection of messages in one file.  The most common digest format is
24144 specified by RFC 1153.
24145
24146 @end table
24147
24148
24149 @page
24150 @node Customization
24151 @section Customization
24152 @cindex general customization
24153
24154 All variables are properly documented elsewhere in this manual.  This
24155 section is designed to give general pointers on how to customize Gnus
24156 for some quite common situations.
24157
24158 @menu
24159 * Slow/Expensive Connection::   You run a local Emacs and get the news elsewhere.
24160 * Slow Terminal Connection::    You run a remote Emacs.
24161 * Little Disk Space::           You feel that having large setup files is icky.
24162 * Slow Machine::                You feel like buying a faster machine.
24163 @end menu
24164
24165
24166 @node Slow/Expensive Connection
24167 @subsection Slow/Expensive NNTP Connection
24168
24169 If you run Emacs on a machine locally, and get your news from a machine
24170 over some very thin strings, you want to cut down on the amount of data
24171 Gnus has to get from the @sc{nntp} server.
24172
24173 @table @code
24174
24175 @item gnus-read-active-file
24176 Set this to @code{nil}, which will inhibit Gnus from requesting the
24177 entire active file from the server.  This file is often v.  large.  You
24178 also have to set @code{gnus-check-new-newsgroups} and
24179 @code{gnus-check-bogus-newsgroups} to @code{nil} to make sure that Gnus
24180 doesn't suddenly decide to fetch the active file anyway.
24181
24182 @item gnus-nov-is-evil
24183 This one has to be @code{nil}.  If not, grabbing article headers from
24184 the @sc{nntp} server will not be very fast.  Not all @sc{nntp} servers
24185 support @sc{xover}; Gnus will detect this by itself.
24186 @end table
24187
24188
24189 @node Slow Terminal Connection
24190 @subsection Slow Terminal Connection
24191
24192 Let's say you use your home computer for dialing up the system that runs
24193 Emacs and Gnus.  If your modem is slow, you want to reduce (as much as
24194 possible) the amount of data sent over the wires.
24195
24196 @table @code
24197
24198 @item gnus-auto-center-summary
24199 Set this to @code{nil} to inhibit Gnus from re-centering the summary
24200 buffer all the time.  If it is @code{vertical}, do only vertical
24201 re-centering.  If it is neither @code{nil} nor @code{vertical}, do both
24202 horizontal and vertical recentering.
24203
24204 @item gnus-visible-headers
24205 Cut down on the headers included in the articles to the
24206 minimum.  You can, in fact, make do without them altogether---most of the
24207 useful data is in the summary buffer, anyway.  Set this variable to
24208 @samp{^NEVVVVER} or @samp{From:}, or whatever you feel you need.
24209
24210 Set this hook to all the available hiding commands:
24211 @lisp
24212 (setq gnus-treat-hide-headers 'head
24213       gnus-treat-hide-signature t
24214       gnus-treat-hide-citation t)
24215 @end lisp
24216
24217 @item gnus-use-full-window
24218 By setting this to @code{nil}, you can make all the windows smaller.
24219 While this doesn't really cut down much generally, it means that you
24220 have to see smaller portions of articles before deciding that you didn't
24221 want to read them anyway.
24222
24223 @item gnus-thread-hide-subtree
24224 If this is non-@code{nil}, all threads in the summary buffer will be
24225 hidden initially.
24226
24227
24228 @item gnus-updated-mode-lines
24229 If this is @code{nil}, Gnus will not put information in the buffer mode
24230 lines, which might save some time.
24231 @end table
24232
24233
24234 @node Little Disk Space
24235 @subsection Little Disk Space
24236 @cindex disk space
24237
24238 The startup files can get rather large, so you may want to cut their
24239 sizes a bit if you are running out of space.
24240
24241 @table @code
24242
24243 @item gnus-save-newsrc-file
24244 If this is @code{nil}, Gnus will never save @file{.newsrc}---it will
24245 only save @file{.newsrc.eld}.  This means that you will not be able to
24246 use any other newsreaders than Gnus.  This variable is @code{t} by
24247 default.
24248
24249 @item gnus-read-newsrc-file
24250 If this is @code{nil}, Gnus will never read @file{.newsrc}---it will
24251 only read @file{.newsrc.eld}.  This means that you will not be able to
24252 use any other newsreaders than Gnus.  This variable is @code{t} by
24253 default.
24254
24255 @item gnus-save-killed-list
24256 If this is @code{nil}, Gnus will not save the list of dead groups.  You
24257 should also set @code{gnus-check-new-newsgroups} to @code{ask-server}
24258 and @code{gnus-check-bogus-newsgroups} to @code{nil} if you set this
24259 variable to @code{nil}.  This variable is @code{t} by default.
24260
24261 @end table
24262
24263
24264 @node Slow Machine
24265 @subsection Slow Machine
24266 @cindex slow machine
24267
24268 If you have a slow machine, or are just really impatient, there are a
24269 few things you can do to make Gnus run faster.
24270
24271 Set @code{gnus-check-new-newsgroups} and
24272 @code{gnus-check-bogus-newsgroups} to @code{nil} to make startup faster.
24273
24274 Set @code{gnus-show-threads}, @code{gnus-use-cross-reference} and
24275 @code{gnus-nov-is-evil} to @code{nil} to make entering and exiting the
24276 summary buffer faster.
24277
24278
24279 @page
24280 @node Troubleshooting
24281 @section Troubleshooting
24282 @cindex troubleshooting
24283
24284 Gnus works @emph{so} well straight out of the box---I can't imagine any
24285 problems, really.
24286
24287 Ahem.
24288
24289 @enumerate
24290
24291 @item
24292 Make sure your computer is switched on.
24293
24294 @item
24295 Make sure that you really load the current Gnus version.  If you have
24296 been running @sc{gnus}, you need to exit Emacs and start it up again before
24297 Gnus will work.
24298
24299 @item
24300 Try doing an @kbd{M-x gnus-version}.  If you get something that looks
24301 like @samp{Gnus v5.46; nntp 4.0} you have the right files loaded.  If,
24302 on the other hand, you get something like @samp{NNTP 3.x} or @samp{nntp
24303 flee}, you have some old @file{.el} files lying around.  Delete these.
24304
24305 @item
24306 Read the help group (@kbd{G h} in the group buffer) for a FAQ and a
24307 how-to.
24308
24309 @item
24310 @vindex max-lisp-eval-depth
24311 Gnus works on many recursive structures, and in some extreme (and very
24312 rare) cases Gnus may recurse down ``too deeply'' and Emacs will beep at
24313 you.  If this happens to you, set @code{max-lisp-eval-depth} to 500 or
24314 something like that.
24315 @end enumerate
24316
24317 If all else fails, report the problem as a bug.
24318
24319 @cindex bugs
24320 @cindex reporting bugs
24321
24322 @kindex M-x gnus-bug
24323 @findex gnus-bug
24324 If you find a bug in Gnus, you can report it with the @kbd{M-x gnus-bug}
24325 command.  @kbd{M-x set-variable RET debug-on-error RET t RET}, and send
24326 me the backtrace.  I will fix bugs, but I can only fix them if you send
24327 me a precise description as to how to reproduce the bug.
24328
24329 You really can never be too detailed in a bug report.  Always use the
24330 @kbd{M-x gnus-bug} command when you make bug reports, even if it creates
24331 a 10Kb mail each time you use it, and even if you have sent me your
24332 environment 500 times before.  I don't care.  I want the full info each
24333 time.
24334
24335 It is also important to remember that I have no memory whatsoever.  If
24336 you send a bug report, and I send you a reply, and then you just send
24337 back ``No, it's not! Moron!'', I will have no idea what you are
24338 insulting me about.  Always over-explain everything.  It's much easier
24339 for all of us---if I don't have all the information I need, I will just
24340 mail you and ask for more info, and everything takes more time.
24341
24342 If the problem you're seeing is very visual, and you can't quite explain
24343 it, copy the Emacs window to a file (with @code{xwd}, for instance), put
24344 it somewhere it can be reached, and include the URL of the picture in
24345 the bug report.
24346
24347 @cindex patches
24348 If you would like to contribute a patch to fix bugs or make
24349 improvements, please produce the patch using @samp{diff -u}.
24350
24351 @cindex edebug
24352 If you want to debug your problem further before reporting, possibly
24353 in order to solve the problem yourself and send a patch, you can use
24354 edebug.  Debugging lisp code is documented in the Elisp manual
24355 (@pxref{Debugging, , Debugging Lisp Programs, elisp, The GNU Emacs
24356 Lisp Reference Manual}).  To get you started with edebug, consider if
24357 you discover some weird behaviour when pressing @kbd{c}, the first
24358 step is to do @kbd{C-h k c} and click on the hyperlink (Emacs only) in
24359 the documentation buffer that leads you to the function definition,
24360 then press @kbd{M-x edebug-defun RET} with point inside that function,
24361 return to Gnus and press @kbd{c} to invoke the code.  You will be
24362 placed in the lisp buffer and can single step using @kbd{SPC} and
24363 evaluate expressions using @kbd{M-:} or inspect variables using
24364 @kbd{C-h v}, abort execution with @kbd{q}, and resume execution with
24365 @kbd{c} or @kbd{g}.
24366
24367 @cindex elp
24368 @cindex profile
24369 @cindex slow
24370 Sometimes, a problem do not directly generate a elisp error but
24371 manifests itself by causing Gnus to be very slow.  In these cases, you
24372 can use @kbd{M-x toggle-debug-on-quit} and press @kbd{C-j} when things are
24373 slow, and then try to analyze the backtrace (repeating the procedure
24374 helps isolating the real problem areas).  A fancier approach is to use
24375 the elisp profiler, ELP.  The profiler is (or should be) fully
24376 documented elsewhere, but to get you started there are a few steps
24377 that need to be followed.  First, instrument the part of Gnus you are
24378 interested in for profiling, e.g. @kbd{M-x elp-instrument-package RET
24379 gnus} or @kbd{M-x elp-instrument-packagre RET message}.  Then perform
24380 the operation that is slow and press @kbd{M-x elp-results}.  You will
24381 then see which operations that takes time, and can debug them further.
24382 If the entire operation takes much longer than the time spent in the
24383 slowest function in the profiler output, you probably profiled the
24384 wrong part of Gnus.  To reset profiling statistics, use @kbd{M-x
24385 elp-reset-all}.  @kbd{M-x elp-restore-all} is supposed to remove
24386 profiling, but given the complexities and dynamic code generation in
24387 Gnus, it might not always work perfectly.
24388
24389 If you just need help, you are better off asking on
24390 @samp{gnu.emacs.gnus}.  I'm not very helpful.
24391
24392 @cindex gnu.emacs.gnus
24393 @cindex ding mailing list
24394 You can also ask on the ding mailing list---@email{ding@@gnus.org}.
24395 Write to @email{ding-request@@gnus.org} to subscribe.
24396
24397
24398 @page
24399 @node Gnus Reference Guide
24400 @section Gnus Reference Guide
24401
24402 It is my hope that other people will figure out smart stuff that Gnus
24403 can do, and that other people will write those smart things as well.  To
24404 facilitate that I thought it would be a good idea to describe the inner
24405 workings of Gnus.  And some of the not-so-inner workings, while I'm at
24406 it.
24407
24408 You can never expect the internals of a program not to change, but I
24409 will be defining (in some details) the interface between Gnus and its
24410 back ends (this is written in stone), the format of the score files
24411 (ditto), data structures (some are less likely to change than others)
24412 and general methods of operation.
24413
24414 @menu
24415 * Gnus Utility Functions::      Common functions and variable to use.
24416 * Back End Interface::          How Gnus communicates with the servers.
24417 * Score File Syntax::           A BNF definition of the score file standard.
24418 * Headers::                     How Gnus stores headers internally.
24419 * Ranges::                      A handy format for storing mucho numbers.
24420 * Group Info::                  The group info format.
24421 * Extended Interactive::        Symbolic prefixes and stuff.
24422 * Emacs/XEmacs Code::           Gnus can be run under all modern Emacsen.
24423 * Various File Formats::        Formats of files that Gnus use.
24424 @end menu
24425
24426
24427 @node Gnus Utility Functions
24428 @subsection Gnus Utility Functions
24429 @cindex Gnus utility functions
24430 @cindex utility functions
24431 @cindex functions
24432 @cindex internal variables
24433
24434 When writing small functions to be run from hooks (and stuff), it's
24435 vital to have access to the Gnus internal functions and variables.
24436 Below is a list of the most common ones.
24437
24438 @table @code
24439
24440 @item gnus-newsgroup-name
24441 @vindex gnus-newsgroup-name
24442 This variable holds the name of the current newsgroup.
24443
24444 @item gnus-find-method-for-group
24445 @findex gnus-find-method-for-group
24446 A function that returns the select method for @var{group}.
24447
24448 @item gnus-group-real-name
24449 @findex gnus-group-real-name
24450 Takes a full (prefixed) Gnus group name, and returns the unprefixed
24451 name.
24452
24453 @item gnus-group-prefixed-name
24454 @findex gnus-group-prefixed-name
24455 Takes an unprefixed group name and a select method, and returns the full
24456 (prefixed) Gnus group name.
24457
24458 @item gnus-get-info
24459 @findex gnus-get-info
24460 Returns the group info list for @var{group}.
24461
24462 @item gnus-group-unread
24463 @findex gnus-group-unread
24464 The number of unread articles in @var{group}, or @code{t} if that is
24465 unknown.
24466
24467 @item gnus-active
24468 @findex gnus-active
24469 The active entry for @var{group}.
24470
24471 @item gnus-set-active
24472 @findex gnus-set-active
24473 Set the active entry for @var{group}.
24474
24475 @item gnus-add-current-to-buffer-list
24476 @findex gnus-add-current-to-buffer-list
24477 Adds the current buffer to the list of buffers to be killed on Gnus
24478 exit.
24479
24480 @item gnus-continuum-version
24481 @findex gnus-continuum-version
24482 Takes a Gnus version string as a parameter and returns a floating point
24483 number.  Earlier versions will always get a lower number than later
24484 versions.
24485
24486 @item gnus-group-read-only-p
24487 @findex gnus-group-read-only-p
24488 Says whether @var{group} is read-only or not.
24489
24490 @item gnus-news-group-p
24491 @findex gnus-news-group-p
24492 Says whether @var{group} came from a news back end.
24493
24494 @item gnus-ephemeral-group-p
24495 @findex gnus-ephemeral-group-p
24496 Says whether @var{group} is ephemeral or not.
24497
24498 @item gnus-server-to-method
24499 @findex gnus-server-to-method
24500 Returns the select method corresponding to @var{server}.
24501
24502 @item gnus-server-equal
24503 @findex gnus-server-equal
24504 Says whether two virtual servers are equal.
24505
24506 @item gnus-group-native-p
24507 @findex gnus-group-native-p
24508 Says whether @var{group} is native or not.
24509
24510 @item gnus-group-secondary-p
24511 @findex gnus-group-secondary-p
24512 Says whether @var{group} is secondary or not.
24513
24514 @item gnus-group-foreign-p
24515 @findex gnus-group-foreign-p
24516 Says whether @var{group} is foreign or not.
24517
24518 @item group-group-find-parameter
24519 @findex group-group-find-parameter
24520 Returns the parameter list of @var{group}.  If given a second parameter,
24521 returns the value of that parameter for @var{group}.
24522
24523 @item gnus-group-set-parameter
24524 @findex gnus-group-set-parameter
24525 Takes three parameters; @var{group}, @var{parameter} and @var{value}.
24526
24527 @item gnus-narrow-to-body
24528 @findex gnus-narrow-to-body
24529 Narrows the current buffer to the body of the article.
24530
24531 @item gnus-check-backend-function
24532 @findex gnus-check-backend-function
24533 Takes two parameters, @var{function} and @var{group}.  If the back end
24534 @var{group} comes from supports @var{function}, return non-@code{nil}.
24535
24536 @lisp
24537 (gnus-check-backend-function "request-scan" "nnml:misc")
24538 @result{} t
24539 @end lisp
24540
24541 @item gnus-read-method
24542 @findex gnus-read-method
24543 Prompts the user for a select method.
24544
24545 @end table
24546
24547
24548 @node Back End Interface
24549 @subsection Back End Interface
24550
24551 Gnus doesn't know anything about @sc{nntp}, spools, mail or virtual
24552 groups.  It only knows how to talk to @dfn{virtual servers}.  A virtual
24553 server is a @dfn{back end} and some @dfn{back end variables}.  As examples
24554 of the first, we have @code{nntp}, @code{nnspool} and @code{nnmbox}.  As
24555 examples of the latter we have @code{nntp-port-number} and
24556 @code{nnmbox-directory}.
24557
24558 When Gnus asks for information from a back end---say @code{nntp}---on
24559 something, it will normally include a virtual server name in the
24560 function parameters.  (If not, the back end should use the ``current''
24561 virtual server.)  For instance, @code{nntp-request-list} takes a virtual
24562 server as its only (optional) parameter.  If this virtual server hasn't
24563 been opened, the function should fail.
24564
24565 Note that a virtual server name has no relation to some physical server
24566 name.  Take this example:
24567
24568 @lisp
24569 (nntp "odd-one"
24570       (nntp-address "ifi.uio.no")
24571       (nntp-port-number 4324))
24572 @end lisp
24573
24574 Here the virtual server name is @samp{odd-one} while the name of
24575 the physical server is @samp{ifi.uio.no}.
24576
24577 The back ends should be able to switch between several virtual servers.
24578 The standard back ends implement this by keeping an alist of virtual
24579 server environments that they pull down/push up when needed.
24580
24581 There are two groups of interface functions: @dfn{required functions},
24582 which must be present, and @dfn{optional functions}, which Gnus will
24583 always check for presence before attempting to call 'em.
24584
24585 All these functions are expected to return data in the buffer
24586 @code{nntp-server-buffer} (@samp{ *nntpd*}), which is somewhat
24587 unfortunately named, but we'll have to live with it.  When I talk about
24588 @dfn{resulting data}, I always refer to the data in that buffer.  When I
24589 talk about @dfn{return value}, I talk about the function value returned by
24590 the function call.  Functions that fail should return @code{nil} as the
24591 return value.
24592
24593 Some back ends could be said to be @dfn{server-forming} back ends, and
24594 some might be said not to be.  The latter are back ends that generally
24595 only operate on one group at a time, and have no concept of ``server''
24596 -- they have a group, and they deliver info on that group and nothing
24597 more.
24598
24599 Gnus identifies each message by way of group name and article number.  A
24600 few remarks about these article numbers might be useful.  First of all,
24601 the numbers are positive integers.  Secondly, it is normally not
24602 possible for later articles to `re-use' older article numbers without
24603 confusing Gnus.  That is, if a group has ever contained a message
24604 numbered 42, then no other message may get that number, or Gnus will get
24605 mightily confused.@footnote{See the function
24606 @code{nnchoke-request-update-info}, @ref{Optional Back End Functions}.}
24607 Third, article numbers must be assigned in order of arrival in the
24608 group; this is not necessarily the same as the date of the message.
24609
24610 The previous paragraph already mentions all the `hard' restrictions that
24611 article numbers must fulfill.  But it seems that it might be useful to
24612 assign @emph{consecutive} article numbers, for Gnus gets quite confused
24613 if there are holes in the article numbering sequence.  However, due to
24614 the `no-reuse' restriction, holes cannot be avoided altogether.  It's
24615 also useful for the article numbers to start at 1 to avoid running out
24616 of numbers as long as possible.
24617
24618 Note that by convention, backends are named @code{nnsomething}, but
24619 Gnus also comes with some @code{nnnotbackends}, such as
24620 @file{nnheader.el}, @file{nnmail.el} and @file{nnoo.el}.
24621
24622 In the examples and definitions I will refer to the imaginary back end
24623 @code{nnchoke}.
24624
24625 @cindex @code{nnchoke}
24626
24627 @menu
24628 * Required Back End Functions::  Functions that must be implemented.
24629 * Optional Back End Functions::  Functions that need not be implemented.
24630 * Error Messaging::             How to get messages and report errors.
24631 * Writing New Back Ends::       Extending old back ends.
24632 * Hooking New Back Ends Into Gnus::  What has to be done on the Gnus end.
24633 * Mail-like Back Ends::         Some tips on mail back ends.
24634 @end menu
24635
24636
24637 @node Required Back End Functions
24638 @subsubsection Required Back End Functions
24639
24640 @table @code
24641
24642 @item (nnchoke-retrieve-headers ARTICLES &optional GROUP SERVER FETCH-OLD)
24643
24644 @var{articles} is either a range of article numbers or a list of
24645 @code{Message-ID}s.  Current back ends do not fully support either---only
24646 sequences (lists) of article numbers, and most back ends do not support
24647 retrieval of @code{Message-ID}s.  But they should try for both.
24648
24649 The result data should either be HEADs or @sc{nov} lines, and the result
24650 value should either be @code{headers} or @code{nov} to reflect this.
24651 This might later be expanded to @code{various}, which will be a mixture
24652 of HEADs and @sc{nov} lines, but this is currently not supported by Gnus.
24653
24654 If @var{fetch-old} is non-@code{nil} it says to try fetching ``extra
24655 headers'', in some meaning of the word.  This is generally done by
24656 fetching (at most) @var{fetch-old} extra headers less than the smallest
24657 article number in @code{articles}, and filling the gaps as well.  The
24658 presence of this parameter can be ignored if the back end finds it
24659 cumbersome to follow the request.  If this is non-@code{nil} and not a
24660 number, do maximum fetches.
24661
24662 Here's an example HEAD:
24663
24664 @example
24665 221 1056 Article retrieved.
24666 Path: ifi.uio.no!sturles
24667 From: sturles@@ifi.uio.no (Sturle Sunde)
24668 Newsgroups: ifi.discussion
24669 Subject: Re: Something very droll
24670 Date: 27 Oct 1994 14:02:57 +0100
24671 Organization: Dept. of Informatics, University of Oslo, Norway
24672 Lines: 26
24673 Message-ID: <38o8e1$a0o@@holmenkollen.ifi.uio.no>
24674 References: <38jdmq$4qu@@visbur.ifi.uio.no>
24675 NNTP-Posting-Host: holmenkollen.ifi.uio.no
24676 .
24677 @end example
24678
24679 So a @code{headers} return value would imply that there's a number of
24680 these in the data buffer.
24681
24682 Here's a BNF definition of such a buffer:
24683
24684 @example
24685 headers        = *head
24686 head           = error / valid-head
24687 error-message  = [ "4" / "5" ] 2number " " <error message> eol
24688 valid-head     = valid-message *header "." eol
24689 valid-message  = "221 " <number> " Article retrieved." eol
24690 header         = <text> eol
24691 @end example
24692
24693 If the return value is @code{nov}, the data buffer should contain
24694 @dfn{network overview database} lines.  These are basically fields
24695 separated by tabs.
24696
24697 @example
24698 nov-buffer = *nov-line
24699 nov-line   = 8*9 [ field <TAB> ] eol
24700 field      = <text except TAB>
24701 @end example
24702
24703 For a closer look at what should be in those fields,
24704 @pxref{Headers}.
24705
24706
24707 @item (nnchoke-open-server SERVER &optional DEFINITIONS)
24708
24709 @var{server} is here the virtual server name.  @var{definitions} is a
24710 list of @code{(VARIABLE VALUE)} pairs that define this virtual server.
24711
24712 If the server can't be opened, no error should be signaled.  The back end
24713 may then choose to refuse further attempts at connecting to this
24714 server.  In fact, it should do so.
24715
24716 If the server is opened already, this function should return a
24717 non-@code{nil} value.  There should be no data returned.
24718
24719
24720 @item (nnchoke-close-server &optional SERVER)
24721
24722 Close connection to @var{server} and free all resources connected
24723 to it.  Return @code{nil} if the server couldn't be closed for some
24724 reason.
24725
24726 There should be no data returned.
24727
24728
24729 @item (nnchoke-request-close)
24730
24731 Close connection to all servers and free all resources that the back end
24732 have reserved.  All buffers that have been created by that back end
24733 should be killed.  (Not the @code{nntp-server-buffer}, though.)  This
24734 function is generally only called when Gnus is shutting down.
24735
24736 There should be no data returned.
24737
24738
24739 @item (nnchoke-server-opened &optional SERVER)
24740
24741 If @var{server} is the current virtual server, and the connection to the
24742 physical server is alive, then this function should return a
24743 non-@code{nil} vlue.  This function should under no circumstances
24744 attempt to reconnect to a server we have lost connection to.
24745
24746 There should be no data returned.
24747
24748
24749 @item (nnchoke-status-message &optional SERVER)
24750
24751 This function should return the last error message from @var{server}.
24752
24753 There should be no data returned.
24754
24755
24756 @item (nnchoke-request-article ARTICLE &optional GROUP SERVER TO-BUFFER)
24757
24758 The result data from this function should be the article specified by
24759 @var{article}.  This might either be a @code{Message-ID} or a number.
24760 It is optional whether to implement retrieval by @code{Message-ID}, but
24761 it would be nice if that were possible.
24762
24763 If @var{to-buffer} is non-@code{nil}, the result data should be returned
24764 in this buffer instead of the normal data buffer.  This is to make it
24765 possible to avoid copying large amounts of data from one buffer to
24766 another, while Gnus mainly requests articles to be inserted directly
24767 into its article buffer.
24768
24769 If it is at all possible, this function should return a cons cell where
24770 the @code{car} is the group name the article was fetched from, and the @code{cdr} is
24771 the article number.  This will enable Gnus to find out what the real
24772 group and article numbers are when fetching articles by
24773 @code{Message-ID}.  If this isn't possible, @code{t} should be returned
24774 on successful article retrieval.
24775
24776
24777 @item (nnchoke-request-group GROUP &optional SERVER FAST)
24778
24779 Get data on @var{group}.  This function also has the side effect of
24780 making @var{group} the current group.
24781
24782 If @var{fast}, don't bother to return useful data, just make @var{group}
24783 the current group.
24784
24785 Here's an example of some result data and a definition of the same:
24786
24787 @example
24788 211 56 1000 1059 ifi.discussion
24789 @end example
24790
24791 The first number is the status, which should be 211.  Next is the
24792 total number of articles in the group, the lowest article number, the
24793 highest article number, and finally the group name.  Note that the total
24794 number of articles may be less than one might think while just
24795 considering the highest and lowest article numbers, but some articles
24796 may have been canceled.  Gnus just discards the total-number, so
24797 whether one should take the bother to generate it properly (if that is a
24798 problem) is left as an exercise to the reader.  If the group contains no
24799 articles, the lowest article number should be reported as 1 and the
24800 highest as 0.
24801
24802 @example
24803 group-status = [ error / info ] eol
24804 error        = [ "4" / "5" ] 2<number> " " <Error message>
24805 info         = "211 " 3* [ <number> " " ] <string>
24806 @end example
24807
24808
24809 @item (nnchoke-close-group GROUP &optional SERVER)
24810
24811 Close @var{group} and free any resources connected to it.  This will be
24812 a no-op on most back ends.
24813
24814 There should be no data returned.
24815
24816
24817 @item (nnchoke-request-list &optional SERVER)
24818
24819 Return a list of all groups available on @var{server}.  And that means
24820 @emph{all}.
24821
24822 Here's an example from a server that only carries two groups:
24823
24824 @example
24825 ifi.test 0000002200 0000002000 y
24826 ifi.discussion 3324 3300 n
24827 @end example
24828
24829 On each line we have a group name, then the highest article number in
24830 that group, the lowest article number, and finally a flag.  If the group
24831 contains no articles, the lowest article number should be reported as 1
24832 and the highest as 0.
24833
24834 @example
24835 active-file = *active-line
24836 active-line = name " " <number> " " <number> " " flags eol
24837 name        = <string>
24838 flags       = "n" / "y" / "m" / "x" / "j" / "=" name
24839 @end example
24840
24841 The flag says whether the group is read-only (@samp{n}), is moderated
24842 (@samp{m}), is dead (@samp{x}), is aliased to some other group
24843 (@samp{=other-group}) or none of the above (@samp{y}).
24844
24845
24846 @item (nnchoke-request-post &optional SERVER)
24847
24848 This function should post the current buffer.  It might return whether
24849 the posting was successful or not, but that's not required.  If, for
24850 instance, the posting is done asynchronously, it has generally not been
24851 completed by the time this function concludes.  In that case, this
24852 function should set up some kind of sentinel to beep the user loud and
24853 clear if the posting could not be completed.
24854
24855 There should be no result data from this function.
24856
24857 @end table
24858
24859
24860 @node Optional Back End Functions
24861 @subsubsection Optional Back End Functions
24862
24863 @table @code
24864
24865 @item (nnchoke-retrieve-groups GROUPS &optional SERVER)
24866
24867 @var{groups} is a list of groups, and this function should request data
24868 on all those groups.  How it does it is of no concern to Gnus, but it
24869 should attempt to do this in a speedy fashion.
24870
24871 The return value of this function can be either @code{active} or
24872 @code{group}, which says what the format of the result data is.  The
24873 former is in the same format as the data from
24874 @code{nnchoke-request-list}, while the latter is a buffer full of lines
24875 in the same format as @code{nnchoke-request-group} gives.
24876
24877 @example
24878 group-buffer = *active-line / *group-status
24879 @end example
24880
24881
24882 @item (nnchoke-request-update-info GROUP INFO &optional SERVER)
24883
24884 A Gnus group info (@pxref{Group Info}) is handed to the back end for
24885 alterations.  This comes in handy if the back end really carries all the
24886 information (as is the case with virtual and imap groups).  This
24887 function should destructively alter the info to suit its needs, and
24888 should return a non-nil value.
24889
24890 There should be no result data from this function.
24891
24892
24893 @item (nnchoke-request-type GROUP &optional ARTICLE)
24894
24895 When the user issues commands for ``sending news'' (@kbd{F} in the
24896 summary buffer, for instance), Gnus has to know whether the article the
24897 user is following up on is news or mail.  This function should return
24898 @code{news} if @var{article} in @var{group} is news, @code{mail} if it
24899 is mail and @code{unknown} if the type can't be decided.  (The
24900 @var{article} parameter is necessary in @code{nnvirtual} groups which
24901 might very well combine mail groups and news groups.)  Both @var{group}
24902 and @var{article} may be @code{nil}.
24903
24904 There should be no result data from this function.
24905
24906
24907 @item (nnchoke-request-set-mark GROUP ACTION &optional SERVER)
24908
24909 Set/remove/add marks on articles.  Normally Gnus handles the article
24910 marks (such as read, ticked, expired etc) internally, and store them in
24911 @file{~/.newsrc.eld}.  Some back ends (such as @sc{imap}) however carry
24912 all information about the articles on the server, so Gnus need to
24913 propagate the mark information to the server.
24914
24915 @var{action} is a list of mark setting requests, having this format:
24916
24917 @example
24918 (RANGE ACTION MARK)
24919 @end example
24920
24921 @var{range} is a range of articles you wish to update marks on.
24922 @var{action} is @code{add} or @code{del}, used to add marks or remove
24923 marks (preserving all marks not mentioned).  @var{mark} is a list of
24924 marks; where each mark is a symbol.  Currently used marks are
24925 @code{read}, @code{tick}, @code{reply}, @code{expire}, @code{killed},
24926 @code{dormant}, @code{save}, @code{download}, @code{unsend},
24927 @code{forward} and @code{recent}, but your back end should, if
24928 possible, not limit itself to these.
24929
24930 Given contradictory actions, the last action in the list should be the
24931 effective one.  That is, if your action contains a request to add the
24932 @code{tick} mark on article 1 and, later in the list, a request to
24933 remove the mark on the same article, the mark should in fact be removed.
24934
24935 An example action list:
24936
24937 @example
24938 (((5 12 30) 'del '(tick))
24939  ((10 . 90) 'add '(read expire))
24940  ((92 94) 'del '(read)))
24941 @end example
24942
24943 The function should return a range of articles it wasn't able to set the
24944 mark on (currently not used for anything).
24945
24946 There should be no result data from this function.
24947
24948 @item (nnchoke-request-update-mark GROUP ARTICLE MARK)
24949
24950 If the user tries to set a mark that the back end doesn't like, this
24951 function may change the mark.  Gnus will use whatever this function
24952 returns as the mark for @var{article} instead of the original
24953 @var{mark}.  If the back end doesn't care, it must return the original
24954 @var{mark}, and not @code{nil} or any other type of garbage.
24955
24956 The only use for this I can see is what @code{nnvirtual} does with
24957 it---if a component group is auto-expirable, marking an article as read
24958 in the virtual group should result in the article being marked as
24959 expirable.
24960
24961 There should be no result data from this function.
24962
24963
24964 @item (nnchoke-request-scan &optional GROUP SERVER)
24965
24966 This function may be called at any time (by Gnus or anything else) to
24967 request that the back end check for incoming articles, in one way or
24968 another.  A mail back end will typically read the spool file or query the
24969 POP server when this function is invoked.  The @var{group} doesn't have
24970 to be heeded---if the back end decides that it is too much work just
24971 scanning for a single group, it may do a total scan of all groups.  It
24972 would be nice, however, to keep things local if that's practical.
24973
24974 There should be no result data from this function.
24975
24976
24977 @item (nnchoke-request-group-description GROUP &optional SERVER)
24978
24979 The result data from this function should be a description of
24980 @var{group}.
24981
24982 @example
24983 description-line = name <TAB> description eol
24984 name             = <string>
24985 description      = <text>
24986 @end example
24987
24988 @item (nnchoke-request-list-newsgroups &optional SERVER)
24989
24990 The result data from this function should be the description of all
24991 groups available on the server.
24992
24993 @example
24994 description-buffer = *description-line
24995 @end example
24996
24997
24998 @item (nnchoke-request-newgroups DATE &optional SERVER)
24999
25000 The result data from this function should be all groups that were
25001 created after @samp{date}, which is in normal human-readable date format
25002 (i.e., the date format used in mail and news headers, and returned by
25003 the function @code{message-make-date} by default).  The data should be
25004 in the active buffer format.
25005
25006 It is okay for this function to return `too many' groups; some back ends
25007 might find it cheaper to return the full list of groups, rather than
25008 just the new groups.  But don't do this for back ends with many groups.
25009 Normally, if the user creates the groups herself, there won't be too
25010 many groups, so @code{nnml} and the like are probably safe.  But for
25011 back ends like @code{nntp}, where the groups have been created by the
25012 server, it is quite likely that there can be many groups.
25013
25014
25015 @item (nnchoke-request-create-group GROUP &optional SERVER)
25016
25017 This function should create an empty group with name @var{group}.
25018
25019 There should be no return data.
25020
25021
25022 @item (nnchoke-request-expire-articles ARTICLES &optional GROUP SERVER FORCE)
25023
25024 This function should run the expiry process on all articles in the
25025 @var{articles} range (which is currently a simple list of article
25026 numbers.)  It is left up to the back end to decide how old articles
25027 should be before they are removed by this function.  If @var{force} is
25028 non-@code{nil}, all @var{articles} should be deleted, no matter how new
25029 they are.
25030
25031 This function should return a list of articles that it did not/was not
25032 able to delete.
25033
25034 There should be no result data returned.
25035
25036
25037 @item (nnchoke-request-move-article ARTICLE GROUP SERVER ACCEPT-FORM &optional LAST)
25038
25039 This function should move @var{article} (which is a number) from
25040 @var{group} by calling @var{accept-form}.
25041
25042 This function should ready the article in question for moving by
25043 removing any header lines it has added to the article, and generally
25044 should ``tidy up'' the article.  Then it should @code{eval}
25045 @var{accept-form} in the buffer where the ``tidy'' article is.  This
25046 will do the actual copying.  If this @code{eval} returns a
25047 non-@code{nil} value, the article should be removed.
25048
25049 If @var{last} is @code{nil}, that means that there is a high likelihood
25050 that there will be more requests issued shortly, so that allows some
25051 optimizations.
25052
25053 The function should return a cons where the @code{car} is the group name and
25054 the @code{cdr} is the article number that the article was entered as.
25055
25056 There should be no data returned.
25057
25058
25059 @item (nnchoke-request-accept-article GROUP &optional SERVER LAST)
25060
25061 This function takes the current buffer and inserts it into @var{group}.
25062 If @var{last} in @code{nil}, that means that there will be more calls to
25063 this function in short order.
25064
25065 The function should return a cons where the @code{car} is the group name and
25066 the @code{cdr} is the article number that the article was entered as.
25067
25068 The group should exist before the backend is asked to accept the
25069 article for that group.
25070
25071 There should be no data returned.
25072
25073
25074 @item (nnchoke-request-replace-article ARTICLE GROUP BUFFER)
25075
25076 This function should remove @var{article} (which is a number) from
25077 @var{group} and insert @var{buffer} there instead.
25078
25079 There should be no data returned.
25080
25081
25082 @item (nnchoke-request-delete-group GROUP FORCE &optional SERVER)
25083
25084 This function should delete @var{group}.  If @var{force}, it should
25085 really delete all the articles in the group, and then delete the group
25086 itself.  (If there is such a thing as ``the group itself''.)
25087
25088 There should be no data returned.
25089
25090
25091 @item (nnchoke-request-rename-group GROUP NEW-NAME &optional SERVER)
25092
25093 This function should rename @var{group} into @var{new-name}.  All
25094 articles in @var{group} should move to @var{new-name}.
25095
25096 There should be no data returned.
25097
25098 @end table
25099
25100
25101 @node Error Messaging
25102 @subsubsection Error Messaging
25103
25104 @findex nnheader-report
25105 @findex nnheader-get-report
25106 The back ends should use the function @code{nnheader-report} to report
25107 error conditions---they should not raise errors when they aren't able to
25108 perform a request.  The first argument to this function is the back end
25109 symbol, and the rest are interpreted as arguments to @code{format} if
25110 there are multiple of them, or just a string if there is one of them.
25111 This function must always returns @code{nil}.
25112
25113 @lisp
25114 (nnheader-report 'nnchoke "You did something totally bogus")
25115
25116 (nnheader-report 'nnchoke "Could not request group %s" group)
25117 @end lisp
25118
25119 Gnus, in turn, will call @code{nnheader-get-report} when it gets a
25120 @code{nil} back from a server, and this function returns the most
25121 recently reported message for the back end in question.  This function
25122 takes one argument---the server symbol.
25123
25124 Internally, these functions access @var{back-end}@code{-status-string},
25125 so the @code{nnchoke} back end will have its error message stored in
25126 @code{nnchoke-status-string}.
25127
25128
25129 @node Writing New Back Ends
25130 @subsubsection Writing New Back Ends
25131
25132 Many back ends are quite similar.  @code{nnml} is just like
25133 @code{nnspool}, but it allows you to edit the articles on the server.
25134 @code{nnmh} is just like @code{nnml}, but it doesn't use an active file,
25135 and it doesn't maintain overview databases.  @code{nndir} is just like
25136 @code{nnml}, but it has no concept of ``groups'', and it doesn't allow
25137 editing articles.
25138
25139 It would make sense if it were possible to ``inherit'' functions from
25140 back ends when writing new back ends.  And, indeed, you can do that if you
25141 want to.  (You don't have to if you don't want to, of course.)
25142
25143 All the back ends declare their public variables and functions by using a
25144 package called @code{nnoo}.
25145
25146 To inherit functions from other back ends (and allow other back ends to
25147 inherit functions from the current back end), you should use the
25148 following macros:
25149
25150 @table @code
25151
25152 @item nnoo-declare
25153 This macro declares the first parameter to be a child of the subsequent
25154 parameters.  For instance:
25155
25156 @lisp
25157 (nnoo-declare nndir
25158   nnml nnmh)
25159 @end lisp
25160
25161 @code{nndir} has declared here that it intends to inherit functions from
25162 both @code{nnml} and @code{nnmh}.
25163
25164 @item defvoo
25165 This macro is equivalent to @code{defvar}, but registers the variable as
25166 a public server variable.  Most state-oriented variables should be
25167 declared with @code{defvoo} instead of @code{defvar}.
25168
25169 In addition to the normal @code{defvar} parameters, it takes a list of
25170 variables in the parent back ends to map the variable to when executing
25171 a function in those back ends.
25172
25173 @lisp
25174 (defvoo nndir-directory nil
25175   "Where nndir will look for groups."
25176   nnml-current-directory nnmh-current-directory)
25177 @end lisp
25178
25179 This means that @code{nnml-current-directory} will be set to
25180 @code{nndir-directory} when an @code{nnml} function is called on behalf
25181 of @code{nndir}.  (The same with @code{nnmh}.)
25182
25183 @item nnoo-define-basics
25184 This macro defines some common functions that almost all back ends should
25185 have.
25186
25187 @lisp
25188 (nnoo-define-basics nndir)
25189 @end lisp
25190
25191 @item deffoo
25192 This macro is just like @code{defun} and takes the same parameters.  In
25193 addition to doing the normal @code{defun} things, it registers the
25194 function as being public so that other back ends can inherit it.
25195
25196 @item nnoo-map-functions
25197 This macro allows mapping of functions from the current back end to
25198 functions from the parent back ends.
25199
25200 @lisp
25201 (nnoo-map-functions nndir
25202   (nnml-retrieve-headers 0 nndir-current-group 0 0)
25203   (nnmh-request-article 0 nndir-current-group 0 0))
25204 @end lisp
25205
25206 This means that when @code{nndir-retrieve-headers} is called, the first,
25207 third, and fourth parameters will be passed on to
25208 @code{nnml-retrieve-headers}, while the second parameter is set to the
25209 value of @code{nndir-current-group}.
25210
25211 @item nnoo-import
25212 This macro allows importing functions from back ends.  It should be the
25213 last thing in the source file, since it will only define functions that
25214 haven't already been defined.
25215
25216 @lisp
25217 (nnoo-import nndir
25218   (nnmh
25219    nnmh-request-list
25220    nnmh-request-newgroups)
25221   (nnml))
25222 @end lisp
25223
25224 This means that calls to @code{nndir-request-list} should just be passed
25225 on to @code{nnmh-request-list}, while all public functions from
25226 @code{nnml} that haven't been defined in @code{nndir} yet should be
25227 defined now.
25228
25229 @end table
25230
25231 Below is a slightly shortened version of the @code{nndir} back end.
25232
25233 @lisp
25234 ;;; nndir.el --- single directory newsgroup access for Gnus
25235 ;; Copyright (C) 1995,96 Free Software Foundation, Inc.
25236
25237 ;;; Code:
25238
25239 (require 'nnheader)
25240 (require 'nnmh)
25241 (require 'nnml)
25242 (require 'nnoo)
25243 (eval-when-compile (require 'cl))
25244
25245 (nnoo-declare nndir
25246   nnml nnmh)
25247
25248 (defvoo nndir-directory nil
25249   "Where nndir will look for groups."
25250   nnml-current-directory nnmh-current-directory)
25251
25252 (defvoo nndir-nov-is-evil nil
25253   "*Non-nil means that nndir will never retrieve NOV headers."
25254   nnml-nov-is-evil)
25255
25256 (defvoo nndir-current-group ""
25257   nil
25258   nnml-current-group nnmh-current-group)
25259 (defvoo nndir-top-directory nil nil nnml-directory nnmh-directory)
25260 (defvoo nndir-get-new-mail nil nil nnml-get-new-mail nnmh-get-new-mail)
25261
25262 (defvoo nndir-status-string "" nil nnmh-status-string)
25263 (defconst nndir-version "nndir 1.0")
25264
25265 ;;; Interface functions.
25266
25267 (nnoo-define-basics nndir)
25268
25269 (deffoo nndir-open-server (server &optional defs)
25270   (setq nndir-directory
25271         (or (cadr (assq 'nndir-directory defs))
25272             server))
25273   (unless (assq 'nndir-directory defs)
25274     (push `(nndir-directory ,server) defs))
25275   (push `(nndir-current-group
25276           ,(file-name-nondirectory
25277             (directory-file-name nndir-directory)))
25278         defs)
25279   (push `(nndir-top-directory
25280           ,(file-name-directory (directory-file-name nndir-directory)))
25281         defs)
25282   (nnoo-change-server 'nndir server defs))
25283
25284 (nnoo-map-functions nndir
25285   (nnml-retrieve-headers 0 nndir-current-group 0 0)
25286   (nnmh-request-article 0 nndir-current-group 0 0)
25287   (nnmh-request-group nndir-current-group 0 0)
25288   (nnmh-close-group nndir-current-group 0))
25289
25290 (nnoo-import nndir
25291   (nnmh
25292    nnmh-status-message
25293    nnmh-request-list
25294    nnmh-request-newgroups))
25295
25296 (provide 'nndir)
25297 @end lisp
25298
25299
25300 @node Hooking New Back Ends Into Gnus
25301 @subsubsection Hooking New Back Ends Into Gnus
25302
25303 @vindex gnus-valid-select-methods
25304 @findex gnus-declare-backend
25305 Having Gnus start using your new back end is rather easy---you just
25306 declare it with the @code{gnus-declare-backend} functions.  This will
25307 enter the back end into the @code{gnus-valid-select-methods} variable.
25308
25309 @code{gnus-declare-backend} takes two parameters---the back end name and
25310 an arbitrary number of @dfn{abilities}.
25311
25312 Here's an example:
25313
25314 @lisp
25315 (gnus-declare-backend "nnchoke" 'mail 'respool 'address)
25316 @end lisp
25317
25318 The above line would then go in the @file{nnchoke.el} file.
25319
25320 The abilities can be:
25321
25322 @table @code
25323 @item mail
25324 This is a mailish back end---followups should (probably) go via mail.
25325 @item post
25326 This is a newsish back end---followups should (probably) go via news.
25327 @item post-mail
25328 This back end supports both mail and news.
25329 @item none
25330 This is neither a post nor mail back end---it's something completely
25331 different.
25332 @item respool
25333 It supports respooling---or rather, it is able to modify its source
25334 articles and groups.
25335 @item address
25336 The name of the server should be in the virtual server name.  This is
25337 true for almost all back ends.
25338 @item prompt-address
25339 The user should be prompted for an address when doing commands like
25340 @kbd{B} in the group buffer.  This is true for back ends like
25341 @code{nntp}, but not @code{nnmbox}, for instance.
25342 @end table
25343
25344
25345 @node Mail-like Back Ends
25346 @subsubsection Mail-like Back Ends
25347
25348 One of the things that separate the mail back ends from the rest of the
25349 back ends is the heavy dependence by most of the mail back ends on
25350 common functions in @file{nnmail.el}.  For instance, here's the
25351 definition of @code{nnml-request-scan}:
25352
25353 @lisp
25354 (deffoo nnml-request-scan (&optional group server)
25355   (setq nnml-article-file-alist nil)
25356   (nnmail-get-new-mail 'nnml 'nnml-save-nov nnml-directory group))
25357 @end lisp
25358
25359 It simply calls @code{nnmail-get-new-mail} with a few parameters,
25360 and @code{nnmail} takes care of all the moving and splitting of the
25361 mail.
25362
25363 This function takes four parameters.
25364
25365 @table @var
25366 @item method
25367 This should be a symbol to designate which back end is responsible for
25368 the call.
25369
25370 @item exit-function
25371 This function should be called after the splitting has been performed.
25372
25373 @item temp-directory
25374 Where the temporary files should be stored.
25375
25376 @item group
25377 This optional argument should be a group name if the splitting is to be
25378 performed for one group only.
25379 @end table
25380
25381 @code{nnmail-get-new-mail} will call @var{back-end}@code{-save-mail} to
25382 save each article.  @var{back-end}@code{-active-number} will be called to
25383 find the article number assigned to this article.
25384
25385 The function also uses the following variables:
25386 @var{back-end}@code{-get-new-mail} (to see whether to get new mail for
25387 this back end); and @var{back-end}@code{-group-alist} and
25388 @var{back-end}@code{-active-file} to generate the new active file.
25389 @var{back-end}@code{-group-alist} should be a group-active alist, like
25390 this:
25391
25392 @example
25393 (("a-group" (1 . 10))
25394  ("some-group" (34 . 39)))
25395 @end example
25396
25397
25398 @node Score File Syntax
25399 @subsection Score File Syntax
25400
25401 Score files are meant to be easily parseable, but yet extremely
25402 mallable.   It was decided that something that had the same read syntax
25403 as an Emacs Lisp list would fit that spec.
25404
25405 Here's a typical score file:
25406
25407 @lisp
25408 (("summary"
25409   ("win95" -10000 nil s)
25410   ("Gnus"))
25411  ("from"
25412   ("Lars" -1000))
25413  (mark -100))
25414 @end lisp
25415
25416 BNF definition of a score file:
25417
25418 @example
25419 score-file      = "" / "(" *element ")"
25420 element         = rule / atom
25421 rule            = string-rule / number-rule / date-rule
25422 string-rule     = "(" quote string-header quote space *string-match ")"
25423 number-rule     = "(" quote number-header quote space *number-match ")"
25424 date-rule       = "(" quote date-header quote space *date-match ")"
25425 quote           = <ascii 34>
25426 string-header   = "subject" / "from" / "references" / "message-id" /
25427                   "xref" / "body" / "head" / "all" / "followup"
25428 number-header   = "lines" / "chars"
25429 date-header     = "date"
25430 string-match    = "(" quote <string> quote [ "" / [ space score [ "" /
25431                   space date [ "" / [ space string-match-t ] ] ] ] ] ")"
25432 score           = "nil" / <integer>
25433 date            = "nil" / <natural number>
25434 string-match-t  = "nil" / "s" / "substring" / "S" / "Substring" /
25435                   "r" / "regex" / "R" / "Regex" /
25436                   "e" / "exact" / "E" / "Exact" /
25437                   "f" / "fuzzy" / "F" / "Fuzzy"
25438 number-match    = "(" <integer> [ "" / [ space score [ "" /
25439                   space date [ "" / [ space number-match-t ] ] ] ] ] ")"
25440 number-match-t  = "nil" / "=" / "<" / ">" / ">=" / "<="
25441 date-match      = "(" quote <string> quote [ "" / [ space score [ "" /
25442                   space date [ "" / [ space date-match-t ] ] ] ] ")"
25443 date-match-t    = "nil" / "at" / "before" / "after"
25444 atom            = "(" [ required-atom / optional-atom ] ")"
25445 required-atom   = mark / expunge / mark-and-expunge / files /
25446                   exclude-files / read-only / touched
25447 optional-atom   = adapt / local / eval
25448 mark            = "mark" space nil-or-number
25449 nil-or-number   = "nil" / <integer>
25450 expunge         = "expunge" space nil-or-number
25451 mark-and-expunge = "mark-and-expunge" space nil-or-number
25452 files           = "files" *[ space <string> ]
25453 exclude-files   = "exclude-files" *[ space <string> ]
25454 read-only       = "read-only" [ space "nil" / space "t" ]
25455 adapt        = "adapt" [ space "ignore" / space "t" / space adapt-rule ]
25456 adapt-rule      = "(" *[ <string> *[ "(" <string> <integer> ")" ] ")"
25457 local           = "local" *[ space "(" <string> space <form> ")" ]
25458 eval            = "eval" space <form>
25459 space           = *[ " " / <TAB> / <NEWLINE> ]
25460 @end example
25461
25462 Any unrecognized elements in a score file should be ignored, but not
25463 discarded.
25464
25465 As you can see, white space is needed, but the type and amount of white
25466 space is irrelevant.  This means that formatting of the score file is
25467 left up to the programmer---if it's simpler to just spew it all out on
25468 one looong line, then that's ok.
25469
25470 The meaning of the various atoms are explained elsewhere in this
25471 manual (@pxref{Score File Format}).
25472
25473
25474 @node Headers
25475 @subsection Headers
25476
25477 Internally Gnus uses a format for storing article headers that
25478 corresponds to the @sc{nov} format in a mysterious fashion.  One could
25479 almost suspect that the author looked at the @sc{nov} specification and
25480 just shamelessly @emph{stole} the entire thing, and one would be right.
25481
25482 @dfn{Header} is a severely overloaded term.  ``Header'' is used in
25483 RFC 1036 to talk about lines in the head of an article (e.g.,
25484 @code{From}).  It is used by many people as a synonym for
25485 ``head''---``the header and the body''.  (That should be avoided, in my
25486 opinion.)  And Gnus uses a format internally that it calls ``header'',
25487 which is what I'm talking about here.  This is a 9-element vector,
25488 basically, with each header (ouch) having one slot.
25489
25490 These slots are, in order: @code{number}, @code{subject}, @code{from},
25491 @code{date}, @code{id}, @code{references}, @code{chars}, @code{lines},
25492 @code{xref}, and @code{extra}.  There are macros for accessing and
25493 setting these slots---they all have predictable names beginning with
25494 @code{mail-header-} and @code{mail-header-set-}, respectively.
25495
25496 All these slots contain strings, except the @code{extra} slot, which
25497 contains an alist of header/value pairs (@pxref{To From Newsgroups}).
25498
25499
25500 @node Ranges
25501 @subsection Ranges
25502
25503 @sc{gnus} introduced a concept that I found so useful that I've started
25504 using it a lot and have elaborated on it greatly.
25505
25506 The question is simple: If you have a large amount of objects that are
25507 identified by numbers (say, articles, to take a @emph{wild} example)
25508 that you want to qualify as being ``included'', a normal sequence isn't
25509 very useful.  (A 200,000 length sequence is a bit long-winded.)
25510
25511 The solution is as simple as the question: You just collapse the
25512 sequence.
25513
25514 @example
25515 (1 2 3 4 5 6 10 11 12)
25516 @end example
25517
25518 is transformed into
25519
25520 @example
25521 ((1 . 6) (10 . 12))
25522 @end example
25523
25524 To avoid having those nasty @samp{(13 . 13)} elements to denote a
25525 lonesome object, a @samp{13} is a valid element:
25526
25527 @example
25528 ((1 . 6) 7 (10 . 12))
25529 @end example
25530
25531 This means that comparing two ranges to find out whether they are equal
25532 is slightly tricky:
25533
25534 @example
25535 ((1 . 5) 7 8 (10 . 12))
25536 @end example
25537
25538 and
25539
25540 @example
25541 ((1 . 5) (7 . 8) (10 . 12))
25542 @end example
25543
25544 are equal.  In fact, any non-descending list is a range:
25545
25546 @example
25547 (1 2 3 4 5)
25548 @end example
25549
25550 is a perfectly valid range, although a pretty long-winded one.  This is
25551 also valid:
25552
25553 @example
25554 (1 . 5)
25555 @end example
25556
25557 and is equal to the previous range.
25558
25559 Here's a BNF definition of ranges.  Of course, one must remember the
25560 semantic requirement that the numbers are non-descending.  (Any number
25561 of repetition of the same number is allowed, but apt to disappear in
25562 range handling.)
25563
25564 @example
25565 range           = simple-range / normal-range
25566 simple-range    = "(" number " . " number ")"
25567 normal-range    = "(" start-contents ")"
25568 contents        = "" / simple-range *[ " " contents ] /
25569                   number *[ " " contents ]
25570 @end example
25571
25572 Gnus currently uses ranges to keep track of read articles and article
25573 marks.  I plan on implementing a number of range operators in C if The
25574 Powers That Be are willing to let me.  (I haven't asked yet, because I
25575 need to do some more thinking on what operators I need to make life
25576 totally range-based without ever having to convert back to normal
25577 sequences.)
25578
25579
25580 @node Group Info
25581 @subsection Group Info
25582
25583 Gnus stores all permanent info on groups in a @dfn{group info} list.
25584 This list is from three to six elements (or more) long and exhaustively
25585 describes the group.
25586
25587 Here are two example group infos; one is a very simple group while the
25588 second is a more complex one:
25589
25590 @example
25591 ("no.group" 5 ((1 . 54324)))
25592
25593 ("nnml:my.mail" 3 ((1 . 5) 9 (20 . 55))
25594                 ((tick (15 . 19)) (replied 3 6 (19 . 3)))
25595                 (nnml "")
25596                 ((auto-expire . t) (to-address . "ding@@gnus.org")))
25597 @end example
25598
25599 The first element is the @dfn{group name}---as Gnus knows the group,
25600 anyway.  The second element is the @dfn{subscription level}, which
25601 normally is a small integer.  (It can also be the @dfn{rank}, which is a
25602 cons cell where the @code{car} is the level and the @code{cdr} is the
25603 score.)  The third element is a list of ranges of read articles.  The
25604 fourth element is a list of lists of article marks of various kinds.
25605 The fifth element is the select method (or virtual server, if you like).
25606 The sixth element is a list of @dfn{group parameters}, which is what
25607 this section is about.
25608
25609 Any of the last three elements may be missing if they are not required.
25610 In fact, the vast majority of groups will normally only have the first
25611 three elements, which saves quite a lot of cons cells.
25612
25613 Here's a BNF definition of the group info format:
25614
25615 @example
25616 info          = "(" group space ralevel space read
25617                 [ "" / [ space marks-list [ "" / [ space method [ "" /
25618                 space parameters ] ] ] ] ] ")"
25619 group         = quote <string> quote
25620 ralevel       = rank / level
25621 level         = <integer in the range of 1 to inf>
25622 rank          = "(" level "." score ")"
25623 score         = <integer in the range of 1 to inf>
25624 read          = range
25625 marks-lists   = nil / "(" *marks ")"
25626 marks         = "(" <string> range ")"
25627 method        = "(" <string> *elisp-forms ")"
25628 parameters    = "(" *elisp-forms ")"
25629 @end example
25630
25631 Actually that @samp{marks} rule is a fib.  A @samp{marks} is a
25632 @samp{<string>} consed on to a @samp{range}, but that's a bitch to say
25633 in pseudo-BNF.
25634
25635 If you have a Gnus info and want to access the elements, Gnus offers a
25636 series of macros for getting/setting these elements.
25637
25638 @table @code
25639 @item gnus-info-group
25640 @itemx gnus-info-set-group
25641 @findex gnus-info-group
25642 @findex gnus-info-set-group
25643 Get/set the group name.
25644
25645 @item gnus-info-rank
25646 @itemx gnus-info-set-rank
25647 @findex gnus-info-rank
25648 @findex gnus-info-set-rank
25649 Get/set the group rank (@pxref{Group Score}).
25650
25651 @item gnus-info-level
25652 @itemx gnus-info-set-level
25653 @findex gnus-info-level
25654 @findex gnus-info-set-level
25655 Get/set the group level.
25656
25657 @item gnus-info-score
25658 @itemx gnus-info-set-score
25659 @findex gnus-info-score
25660 @findex gnus-info-set-score
25661 Get/set the group score (@pxref{Group Score}).
25662
25663 @item gnus-info-read
25664 @itemx gnus-info-set-read
25665 @findex gnus-info-read
25666 @findex gnus-info-set-read
25667 Get/set the ranges of read articles.
25668
25669 @item gnus-info-marks
25670 @itemx gnus-info-set-marks
25671 @findex gnus-info-marks
25672 @findex gnus-info-set-marks
25673 Get/set the lists of ranges of marked articles.
25674
25675 @item gnus-info-method
25676 @itemx gnus-info-set-method
25677 @findex gnus-info-method
25678 @findex gnus-info-set-method
25679 Get/set the group select method.
25680
25681 @item gnus-info-params
25682 @itemx gnus-info-set-params
25683 @findex gnus-info-params
25684 @findex gnus-info-set-params
25685 Get/set the group parameters.
25686 @end table
25687
25688 All the getter functions take one parameter---the info list.  The setter
25689 functions take two parameters---the info list and the new value.
25690
25691 The last three elements in the group info aren't mandatory, so it may be
25692 necessary to extend the group info before setting the element.  If this
25693 is necessary, you can just pass on a non-@code{nil} third parameter to
25694 the three final setter functions to have this happen automatically.
25695
25696
25697 @node Extended Interactive
25698 @subsection Extended Interactive
25699 @cindex interactive
25700 @findex gnus-interactive
25701
25702 Gnus extends the standard Emacs @code{interactive} specification
25703 slightly to allow easy use of the symbolic prefix (@pxref{Symbolic
25704 Prefixes}).  Here's an example of how this is used:
25705
25706 @lisp
25707 (defun gnus-summary-increase-score (&optional score symp)
25708   (interactive (gnus-interactive "P\ny"))
25709   ...
25710   )
25711 @end lisp
25712
25713 The best thing to do would have been to implement
25714 @code{gnus-interactive} as a macro which would have returned an
25715 @code{interactive} form, but this isn't possible since Emacs checks
25716 whether a function is interactive or not by simply doing an @code{assq}
25717 on the lambda form.  So, instead we have @code{gnus-interactive}
25718 function that takes a string and returns values that are usable to
25719 @code{interactive}.
25720
25721 This function accepts (almost) all normal @code{interactive} specs, but
25722 adds a few more.
25723
25724 @table @samp
25725 @item y
25726 @vindex gnus-current-prefix-symbol
25727 The current symbolic prefix---the @code{gnus-current-prefix-symbol}
25728 variable.
25729
25730 @item Y
25731 @vindex gnus-current-prefix-symbols
25732 A list of the current symbolic prefixes---the
25733 @code{gnus-current-prefix-symbol} variable.
25734
25735 @item A
25736 The current article number---the @code{gnus-summary-article-number}
25737 function.
25738
25739 @item H
25740 The current article header---the @code{gnus-summary-article-header}
25741 function.
25742
25743 @item g
25744 The current group name---the @code{gnus-group-group-name}
25745 function.
25746
25747 @end table
25748
25749
25750 @node Emacs/XEmacs Code
25751 @subsection Emacs/XEmacs Code
25752 @cindex XEmacs
25753 @cindex Emacsen
25754
25755 While Gnus runs under Emacs, XEmacs and Mule, I decided that one of the
25756 platforms must be the primary one.  I chose Emacs.  Not because I don't
25757 like XEmacs or Mule, but because it comes first alphabetically.
25758
25759 This means that Gnus will byte-compile under Emacs with nary a warning,
25760 while XEmacs will pump out gigabytes of warnings while byte-compiling.
25761 As I use byte-compilation warnings to help me root out trivial errors in
25762 Gnus, that's very useful.
25763
25764 I've also consistently used Emacs function interfaces, but have used
25765 Gnusey aliases for the functions.  To take an example:  Emacs defines a
25766 @code{run-at-time} function while XEmacs defines a @code{start-itimer}
25767 function.  I then define a function called @code{gnus-run-at-time} that
25768 takes the same parameters as the Emacs @code{run-at-time}.  When running
25769 Gnus under Emacs, the former function is just an alias for the latter.
25770 However, when running under XEmacs, the former is an alias for the
25771 following function:
25772
25773 @lisp
25774 (defun gnus-xmas-run-at-time (time repeat function &rest args)
25775   (start-itimer
25776    "gnus-run-at-time"
25777    `(lambda ()
25778       (,function ,@@args))
25779    time repeat))
25780 @end lisp
25781
25782 This sort of thing has been done for bunches of functions.  Gnus does
25783 not redefine any native Emacs functions while running under XEmacs---it
25784 does this @code{defalias} thing with Gnus equivalents instead.  Cleaner
25785 all over.
25786
25787 In the cases where the XEmacs function interface was obviously cleaner,
25788 I used it instead.  For example @code{gnus-region-active-p} is an alias
25789 for @code{region-active-p} in XEmacs, whereas in Emacs it is a function.
25790
25791 Of course, I could have chosen XEmacs as my native platform and done
25792 mapping functions the other way around.  But I didn't.  The performance
25793 hit these indirections impose on Gnus under XEmacs should be slight.
25794
25795
25796 @node Various File Formats
25797 @subsection Various File Formats
25798
25799 @menu
25800 * Active File Format::          Information on articles and groups available.
25801 * Newsgroups File Format::      Group descriptions.
25802 @end menu
25803
25804
25805 @node Active File Format
25806 @subsubsection Active File Format
25807
25808 The active file lists all groups available on the server in
25809 question.  It also lists the highest and lowest current article numbers
25810 in each group.
25811
25812 Here's an excerpt from a typical active file:
25813
25814 @example
25815 soc.motss 296030 293865 y
25816 alt.binaries.pictures.fractals 3922 3913 n
25817 comp.sources.unix 1605 1593 m
25818 comp.binaries.ibm.pc 5097 5089 y
25819 no.general 1000 900 y
25820 @end example
25821
25822 Here's a pseudo-BNF definition of this file:
25823
25824 @example
25825 active      = *group-line
25826 group-line  = group spc high-number spc low-number spc flag <NEWLINE>
25827 group       = <non-white-space string>
25828 spc         = " "
25829 high-number = <non-negative integer>
25830 low-number  = <positive integer>
25831 flag        = "y" / "n" / "m" / "j" / "x" / "=" group
25832 @end example
25833
25834 For a full description of this file, see the manual pages for
25835 @samp{innd}, in particular @samp{active(5)}.
25836
25837
25838 @node Newsgroups File Format
25839 @subsubsection Newsgroups File Format
25840
25841 The newsgroups file lists groups along with their descriptions.  Not all
25842 groups on the server have to be listed,  and not all groups in the file
25843 have to exist on the server.  The file is meant purely as information to
25844 the user.
25845
25846 The format is quite simple; a group name, a tab, and the description.
25847 Here's the definition:
25848
25849 @example
25850 newsgroups    = *line
25851 line          = group tab description <NEWLINE>
25852 group         = <non-white-space string>
25853 tab           = <TAB>
25854 description   = <string>
25855 @end example
25856
25857
25858 @page
25859 @node Emacs for Heathens
25860 @section Emacs for Heathens
25861
25862 Believe it or not, but some people who use Gnus haven't really used
25863 Emacs much before they embarked on their journey on the Gnus Love Boat.
25864 If you are one of those unfortunates whom ``@kbd{C-M-a}'', ``kill the
25865 region'', and ``set @code{gnus-flargblossen} to an alist where the key
25866 is a regexp that is used for matching on the group name'' are magical
25867 phrases with little or no meaning, then this appendix is for you.  If
25868 you are already familiar with Emacs, just ignore this and go fondle your
25869 cat instead.
25870
25871 @menu
25872 * Keystrokes::                  Entering text and executing commands.
25873 * Emacs Lisp::                  The built-in Emacs programming language.
25874 @end menu
25875
25876
25877 @node Keystrokes
25878 @subsection Keystrokes
25879
25880 @itemize @bullet
25881 @item
25882 Q: What is an experienced Emacs user?
25883
25884 @item
25885 A: A person who wishes that the terminal had pedals.
25886 @end itemize
25887
25888 Yes, when you use Emacs, you are apt to use the control key, the shift
25889 key and the meta key a lot.  This is very annoying to some people
25890 (notably @code{vi}le users), and the rest of us just love the hell out
25891 of it.  Just give up and submit.  Emacs really does stand for
25892 ``Escape-Meta-Alt-Control-Shift'', and not ``Editing Macros'', as you
25893 may have heard from other disreputable sources (like the Emacs author).
25894
25895 The shift keys are normally located near your pinky fingers, and are
25896 normally used to get capital letters and stuff.  You probably use it all
25897 the time.  The control key is normally marked ``CTRL'' or something like
25898 that.  The meta key is, funnily enough, never marked as such on any
25899 keyboard.  The one I'm currently at has a key that's marked ``Alt'',
25900 which is the meta key on this keyboard.  It's usually located somewhere
25901 to the left hand side of the keyboard, usually on the bottom row.
25902
25903 Now, us Emacs people don't say ``press the meta-control-m key'',
25904 because that's just too inconvenient.  We say ``press the @kbd{C-M-m}
25905 key''.  @kbd{M-} is the prefix that means ``meta'' and ``C-'' is the
25906 prefix that means ``control''.  So ``press @kbd{C-k}'' means ``press
25907 down the control key, and hold it down while you press @kbd{k}''.
25908 ``Press @kbd{C-M-k}'' means ``press down and hold down the meta key and
25909 the control key and then press @kbd{k}''.  Simple, ay?
25910
25911 This is somewhat complicated by the fact that not all keyboards have a
25912 meta key.  In that case you can use the ``escape'' key.  Then @kbd{M-k}
25913 means ``press escape, release escape, press @kbd{k}''.  That's much more
25914 work than if you have a meta key, so if that's the case, I respectfully
25915 suggest you get a real keyboard with a meta key.  You can't live without
25916 it.
25917
25918
25919
25920 @node Emacs Lisp
25921 @subsection Emacs Lisp
25922
25923 Emacs is the King of Editors because it's really a Lisp interpreter.
25924 Each and every key you tap runs some Emacs Lisp code snippet, and since
25925 Emacs Lisp is an interpreted language, that means that you can configure
25926 any key to run any arbitrary code.  You just, like, do it.
25927
25928 Gnus is written in Emacs Lisp, and is run as a bunch of interpreted
25929 functions.  (These are byte-compiled for speed, but it's still
25930 interpreted.)  If you decide that you don't like the way Gnus does
25931 certain things, it's trivial to have it do something a different way.
25932 (Well, at least if you know how to write Lisp code.)  However, that's
25933 beyond the scope of this manual, so we are simply going to talk about
25934 some common constructs that you normally use in your @file{.emacs} file
25935 to customize Gnus.
25936
25937 If you want to set the variable @code{gnus-florgbnize} to four (4), you
25938 write the following:
25939
25940 @lisp
25941 (setq gnus-florgbnize 4)
25942 @end lisp
25943
25944 This function (really ``special form'') @code{setq} is the one that can
25945 set a variable to some value.  This is really all you need to know.  Now
25946 you can go and fill your @file{.emacs} file with lots of these to change
25947 how Gnus works.
25948
25949 If you have put that thing in your @file{.emacs} file, it will be read
25950 and @code{eval}ed (which is lisp-ese for ``run'') the next time you
25951 start Emacs.  If you want to change the variable right away, simply say
25952 @kbd{C-x C-e} after the closing parenthesis.  That will @code{eval} the
25953 previous ``form'', which is a simple @code{setq} statement here.
25954
25955 Go ahead---just try it, if you're located at your Emacs.  After you
25956 @kbd{C-x C-e}, you will see @samp{4} appear in the echo area, which
25957 is the return value of the form you @code{eval}ed.
25958
25959 Some pitfalls:
25960
25961 If the manual says ``set @code{gnus-read-active-file} to @code{some}'',
25962 that means:
25963
25964 @lisp
25965 (setq gnus-read-active-file 'some)
25966 @end lisp
25967
25968 On the other hand, if the manual says ``set @code{gnus-nntp-server} to
25969 @samp{nntp.ifi.uio.no}'', that means:
25970
25971 @lisp
25972 (setq gnus-nntp-server "nntp.ifi.uio.no")
25973 @end lisp
25974
25975 So be careful not to mix up strings (the latter) with symbols (the
25976 former).  The manual is unambiguous, but it can be confusing.
25977
25978 @page
25979 @include gnus-faq.texi
25980
25981 @node Index
25982 @chapter Index
25983 @printindex cp
25984
25985 @node Key Index
25986 @chapter Key Index
25987 @printindex ky
25988
25989 @summarycontents
25990 @contents
25991 @bye
25992
25993 @iftex
25994 @iflatex
25995 \end{document}
25996 @end iflatex
25997 @end iftex
25998
25999 @c Local Variables:
26000 @c mode: texinfo
26001 @c coding: iso-8859-1
26002 @c End:
26003 % LocalWords:  BNF mucho detailmenu cindex kindex kbd
26004 % LocalWords:  findex Gnusae vindex dfn dfn samp nntp setq nnspool nntpserver
26005 % LocalWords:  nnmbox newusers Blllrph NEWGROUPS dingnusdingnusdingnus
26006 % LocalWords:  pre fab rec comp nnslashdot regex ga ga sci nnml nnbabyl nnmh
26007 % LocalWords:  nnfolder emph looong eld newsreaders defun init elc pxref